|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PlatformUtilsService
| 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 |
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 |
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 |
|---|
void purgeCache(java.lang.String category)
throws InvalidCacheCategoryException
category -InvalidCacheCategoryExceptionvoid uploadJars(java.util.Set jarElements)
jarElements - the set of JarElements to upload to the DBvoid downloadJars(java.util.Set jarElements)
jarElements - the set of JarElements to download from the DBvoid deleteJars(java.util.Set jarElements)
jarElements - the set of JarElements to delete from the DBvoid uploadResourceBundles(java.util.Set resourceBundles)
jarElements - the set of JarElements to upload to the DBvoid downloadResourceBundles(java.util.Set resourceBundles)
jarElements - the set of JarElements to download from the DBvoid deleteResourceBundles(java.util.Set resourceBundles)
jarElements - the set of JarElements to delete from the DB
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||