Name |
Returns |
createAuthorizationElement(String name, Object ldapElement, String description)
|
AuthorizationElement
|
createConfigurationElement(Object category, String name)
|
ConfigurationElement
|
createResourceElement(Object category, String name, Object fileNameOrMime, String mimeType)
|
ResourceElement
|
error(String text, String info)
|
void
|
fetchLogEvents(LogQuery query)
|
LogEvent[]
|
findAllForType(String type, String query)
|
Object[]
|
findForType(String type, String id)
|
Object
|
findGlobalTagsForObject(Object Properties)
|
Properties
|
findTagsForObject(Object Properties)
|
Properties
|
findTagsInUse()
|
String[]
|
fromStringRepresentation(StringRepresentation rep)
|
Object
|
fromUri(String uri)
|
Object
|
getAllConfigurationElementCategories()
|
ConfigurationElementCategory[]
|
getAllDescriptionsForType(String type)
|
String[]
|
getAllDisplayNamesForType(String type)
|
String[]
|
getAllNamesForType(String type)
|
String[]
|
getAllPluginInfo()
|
PluginModuleDescription[]
|
getAllPluginTypes()
|
Object[]
|
getAllPolicyTemplateCategories()
|
PolicyTemplateCategory[]
|
getAllResourceElementCategories()
|
ResourceElementCategory[]
|
getAllWorkflowCategories()
|
WorkflowCategory[]
|
getAuthorizationElementForName(String name)
|
AuthorizationElement
|
getAuthorizationElementsForLdapElement(Object ldapElement)
|
AuthorizationElement[]
|
getConfigurationElementCategoryWithPath(String path)
|
ConfigurationElementCategory
|
getCredential()
|
Credential
|
getCurrentLdapUser()
|
LdapUser
|
getCustomProperty(Object target, String key)
|
Object
|
getCustomPropertyKeys(Object target)
|
String[]
|
getLdapElement(String dn)
|
Object
|
getObjectsURIWithCustomPropertyKey(String key)
|
String[]
|
getObjectsWithCustomPropertyKey(String key)
|
Object[]
|
getPackageWithName(String name)
|
Package
|
getPluginTypeInfo(String type)
|
PluginTypeDescription
|
getPolicyTemplateCategoryWithPath(String path)
|
PolicyTemplateCategory
|
getResourceElementCategoryWithPath(String path)
|
ResourceElementCategory
|
getRunningUser()
|
String
|
getSignatureFingerPrint(Object element)
|
String
|
getSignatureOwner(Object element)
|
String
|
getWorkflowCategoryWithPath(String path)
|
WorkflowCategory
|
getWorkflowTokenState(String token_id)
|
String
|
getWorkflowWithId(String id)
|
Workflow
|
isValidLdapCredential(Credential credential)
|
boolean
|
log(String text, String info)
|
void
|
query(String type, String queryExp, Number maxCount)
|
Object[]
|
queryByTags(Object tagQuery, String type)
|
Object[]
|
removeAccessRights(Object owner, Object user)
|
void
|
removeAllCustomPropertiesForObject(Object target)
|
void
|
removeAllCustomPropertiesForType(String type)
|
void
|
removeAllCustomPropertiesForTypeAndKey(String type, String key)
|
void
|
removeAuthorizationElement(AuthorizationElement authorizationElement)
|
void
|
removeCustomProperty(Object target, String key)
|
void
|
removeResourceElement(ResourceElement resourceElement)
|
void
|
searchLdapGroups(String query, Number limit)
|
LdapGroup[]
|
searchLdapUsers(String query, Number limit)
|
LdapUser[]
|
setAccessRights(Object owner, Object user, String rights)
|
void
|
setCustomProperty(Object target, String key, Object value)
|
void
|
tag(Object object, String tag, String value)
|
void
|
tagGlobally(Object object, String tag, String value)
|
void
|
toStringRepresentation(Object object)
|
StringRepresentation
|
toUri(Object object)
|
String
|
untag(Object object, String[] tags)
|
void
|
untagGlobally(Object object, String[] tags)
|
void
|
warn(String text, String info)
|
void
|