Modifier and Type | Method and Description |
---|---|
boolean |
BaseDocumentExtension.onAfterSubmit(IStorageKey actionKey) |
boolean |
BaseResourceExtension.onAfterSubmit(IStorageKey actionKey) |
boolean |
BaseDocumentExtension.onBeforeSubmit(IStorageKey actionKey) |
boolean |
BaseResourceExtension.onBeforeSubmit(IStorageKey actionKey) |
Modifier and Type | Method and Description |
---|---|
IStorageKey |
IElement.getId()
Gets the identifier object.
|
IStorageKey |
IResourceHistory.ISnapshot.getId()
Gets the identifier object.
|
Modifier and Type | Method and Description |
---|---|
IContentComponent |
IBlock.findContentComponentById(IStorageKey storageKey)
Searches a
IContentComponent object by its identifier. |
IContentComponent |
IBlock.findContentComponentById(IStorageKey storageKey,
boolean recursive)
Searches a
IContentComponent object by its identifier, recursively. |
Modifier and Type | Method and Description |
---|---|
IStorageKey |
IModule.convertId(Object object)
Allows to convert any object to its
IStorageKey object. |
Modifier and Type | Method and Description |
---|---|
IAction |
IBaseWorkflowModule.getAction(IStorageKey key)
Gets an action object from its identifier.
|
IAction |
IBaseDocumentModule.getAction(IStorageKey key)
Gets an action object from its identifier.
|
ICatalog |
IBaseWorkflowModule.getCatalog(IStorageKey key)
Gets a catalog object from its identifier.
|
ICatalog |
IBaseDocumentModule.getCatalog(IStorageKey key)
Gets a catalog object from its identifier.
|
IGroup |
IBaseDirectoryModule.getGroup(IStorageKey key)
Retrieves a group object by its
IStorageKey object. |
ILocalization |
IBaseDirectoryModule.getLocalization(IStorageKey key)
Retrieves a localization object by its
IStorageKey object. |
IMailingList |
IBasePortalModule.getMailingList(IStorageKey key)
Gets a mailing list object from its identifier.
|
IOperator |
IBaseWorkflowModule.getOperator(IStorageKey key)
Gets an operator object from its identifier.
|
IOperator |
IBaseDocumentModule.getOperator(IStorageKey key)
Gets a operator object from its identifier.
|
IOperatorRole |
IBaseWorkflowModule.getOperatorRole(IStorageKey key)
Gets a role object from its identifier.
|
IOrganization |
IBaseDirectoryModule.getOrganization(IStorageKey key)
Retrieves an organization by its
IStorageKey object. |
IProfile |
IBaseWorkflowModule.getProfile(IStorageKey key)
Gets a role object from its identifier.
|
IProject |
IProjectModule.getProject(IStorageKey key)
Gets a project from its identifier.
|
IProperty |
IBaseWorkflowModule.getProperty(IStorageKey key)
Gets a property object from its identifier.
|
IProperty |
IBaseDocumentModule.getProperty(IStorageKey key)
Gets a property object from its identifier.
|
IResource |
IBaseWorkflowModule.getResource(IStorageKey key)
Gets a resource object from its identifier.
|
IResource |
IBaseDocumentModule.getResource(IStorageKey key)
Gets a resource object from its identifier.
|
IResourceDefinition |
IBaseWorkflowModule.getResourceDefinition(IStorageKey key)
Gets a resource definition object from its identifier.
|
IResourceDefinition |
IBaseDocumentModule.getResourceDefinition(IStorageKey key)
Gets a resource definition object from its identifier.
|
IRole |
IBaseWorkflowModule.getRole(IStorageKey key)
Deprecated.
use getOperatorRole or getProfile
|
IRole |
IBaseDocumentModule.getRole(IStorageKey key)
Gets a role object from its identifier.
|
ITask |
IBaseWorkflowModule.getTask(IStorageKey key)
Gets a task object from its identifier.
|
ITask |
IBaseDocumentModule.getTask(IStorageKey key)
Gets a task object from its identifier.
|
ITaskInstance |
IBaseWorkflowModule.getTaskInstance(IStorageKey key)
Gets a task instance object from its identifier.
|
ITaskInstance |
IBaseDocumentModule.getTaskInstance(IStorageKey key)
Gets a task instance object from its identifier.
|
IUser |
IBaseWorkflowModule.getUser(IStorageKey key)
Gets a user object from its identifier.
|
IUser |
IBaseDocumentModule.getUser(IStorageKey key)
Gets a user object from its identifier.
|
IUser |
IBaseDirectoryModule.getUser(IStorageKey key)
Retrieves a user object by its
IStorageKey object. |
IVersion |
IBaseDocumentModule.getVersion(IStorageKey key)
Gets a version object from its identifier.
|
IWorkflow |
IBaseWorkflowModule.getWorkflow(IStorageKey key)
Gets a workflow object from its identifier.
|
IWorkflow |
IBaseDocumentModule.getWorkflow(IStorageKey key)
Gets a workflow object from its identifier.
|
IWorkflowContainer |
IBaseWorkflowModule.getWorkflowContainer(IStorageKey key)
Gets a workflow container object from its identifier.
|
IWorkflowInstance |
IBaseWorkflowModule.getWorkflowInstance(IStorageKey key)
Gets a workflow instance object from its identifier.
|
IDesignForm |
IProjectModule.loadDesignForm(IContext context,
IStorageKey storageKey) |
IDesignWorkflow |
IProjectModule.loadDesignWorkflow(IContext context,
IStorageKey storageKey) |
Modifier and Type | Method and Description |
---|---|
protected IGroup |
BaseDirectoryTransactionExtension.getPreviousGroup(IStorageKey id)
Deprecated.
|
protected ILocalization |
BaseDirectoryTransactionExtension.getPreviousLocalization(IStorageKey id)
Deprecated.
|
protected IOrganization |
BaseDirectoryTransactionExtension.getPreviousOrganization(IStorageKey id)
Deprecated.
|
protected IUser |
BaseDirectoryTransactionExtension.getPreviousUser(IStorageKey id)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected IStorageKey |
BaseTrigger.getEventId()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseResourceDefinitionExtension.onRemove(IStorageKey key)
This method gets called after removing a resource
|
void |
BaseWorkflowExtension.onRemoveWorkflowInstance(IStorageKey storageKey)
This method is called each time a user removes a workflow instance.
|
Copyright © 2022 Visiativ. All rights reserved.