Skip navigation links


oracle.iam.platformservice.api
Interface PlatformUtilsService


public interface PlatformUtilsService
Since:
release specific (what release of product did this appear in)

Method Summary
 void deleteJars(java.util.Set jarElements)
          Delete the set of jars to the OIM DB.Used to delete connectors, java tasks, scheduled tasks etc
Consumers - deleteJars Utility, Connector Installer
 void deleteResourceBundles(java.util.Set resourceBundles)
          Delete resource bundles to the OIM DB.Used to delete connector and custom resource bundles
Consumers - deleteResourceBundles Utility, Connector Installer
 void downloadJars(java.util.Set jarElements)
          Downloads the set of jars to the OIM DB.Used to download connectors, java tasks, scheduled tasks etc
Consumers - downloadJars Utility, Connector Installer
 void downloadResourceBundles(java.util.Set resourceBundles)
          Downloads resource bundles to the OIM DB.Used to download connector and custom resource bundles
Consumers - downloadResourceBundles Utility, Connector Installer
 boolean hasCache(java.lang.String cacheKey)
          Checks if the cache exists for the given cacheKey
 void purgeCache(java.lang.String category)
          Purges specific cache category config or alternately the entire cache can be purged using 'All' as the category
Consumers - PurgeCache Utility
 void updateJars(java.util.Set jarElements)
          Updates the set of jars stored in the OIM DB.
 void uploadJars(java.util.Set jarElements)
          Uploads the set of jars to the OIM DB.Used to upload connectors, java tasks, scheduled tasks etc
Consumers - uploadJars Utility, Connector Installer
 void uploadResourceBundles(java.util.Set resourceBundles)
          Uploads resource bundles to the OIM DB.Used to upload connector and custom resource bundles
Consumers - uploadResourceBundles Utility, Connector Installer

 

Method Detail

purgeCache

void purgeCache(java.lang.String category)
                throws InvalidCacheCategoryException
Purges specific cache category config or alternately the entire cache can be purged using 'All' as the category
Consumers - PurgeCache Utility
Parameters:
category -
Throws:
InvalidCacheCategoryException

hasCache

boolean hasCache(java.lang.String cacheKey)
Checks if the cache exists for the given cacheKey
Parameters:
cacheKey - the cacheKey for which the cache to be checked.

uploadJars

void uploadJars(java.util.Set jarElements)
                throws PlatformServiceException
Uploads the set of jars to the OIM DB.Used to upload connectors, java tasks, scheduled tasks etc
Consumers - uploadJars Utility, Connector Installer
Parameters:
jarElements - the set of JarElements to upload to the DB
Throws:
PlatformServiceException

downloadJars

void downloadJars(java.util.Set jarElements)
                  throws PlatformServiceException
Downloads the set of jars to the OIM DB.Used to download connectors, java tasks, scheduled tasks etc
Consumers - downloadJars Utility, Connector Installer
Parameters:
jarElements - the set of JarElements to download from the DB
Throws:
PlatformServiceException

deleteJars

void deleteJars(java.util.Set jarElements)
                throws PlatformServiceException
Delete the set of jars to the OIM DB.Used to delete connectors, java tasks, scheduled tasks etc
Consumers - deleteJars Utility, Connector Installer
Parameters:
jarElements - the set of JarElements to delete from the DB
Throws:
PlatformServiceException

updateJars

void updateJars(java.util.Set jarElements)
Updates the set of jars stored in the OIM DB. Consumers - UdateJars Utility
Parameters:
jarElements - the set of JarElements to update in the DB

uploadResourceBundles

void uploadResourceBundles(java.util.Set resourceBundles)
                           throws PlatformServiceException
Uploads resource bundles to the OIM DB.Used to upload connector and custom resource bundles
Consumers - uploadResourceBundles Utility, Connector Installer
Parameters:
jarElements - the set of JarElements to upload to the DB
Throws:
PlatformServiceException

downloadResourceBundles

void downloadResourceBundles(java.util.Set resourceBundles)
                             throws PlatformServiceException
Downloads resource bundles to the OIM DB.Used to download connector and custom resource bundles
Consumers - downloadResourceBundles Utility, Connector Installer
Parameters:
jarElements - the set of JarElements to download from the DB
Throws:
PlatformServiceException

deleteResourceBundles

void deleteResourceBundles(java.util.Set resourceBundles)
                           throws PlatformServiceException
Delete resource bundles to the OIM DB.Used to delete connector and custom resource bundles
Consumers - deleteResourceBundles Utility, Connector Installer
Parameters:
jarElements - the set of JarElements to delete from the DB
Throws:
PlatformServiceException

Skip navigation links


Copyright © 2012, Oracle and/or its affiliates. All rights reserved.