Package | Description |
---|---|
com.axemble.vdoc.sdk.modules | |
com.axemble.vdoc.sdk.view.extensions | |
com.axemble.vdoc.sdk.view.extensions.impl |
Modifier and Type | Method and Description |
---|---|
void |
IBaseWorkflowModule.abort(IContext context,
IWorkflowInstance instance,
String comment)
Allows to abort workflow instance.
|
IAttachment |
IBaseWorkflowModule.addAttachment(IResource resource,
String propertyName,
File file)
Adds an attachment as a java.io.File object.
|
IAttachment |
IBaseWorkflowModule.addAttachment(IResource resource,
String propertyName,
IAttachment attachment)
Adds an attachment from an attachment.
|
IAttachment |
IBaseWorkflowModule.addAttachment(IResource resource,
String propertyName,
String fileName,
InputStream inputStream)
Adds an attachment as an java.io.InputStream object.
|
IAttachment |
IBaseWorkflowModule.addAttachment(IResource resource,
String propertyName,
String fileName,
String fullPath)
Adds an attachment with its full path.
|
void |
IBaseWorkflowModule.addChild(IGroup group,
IRole role)
Adds a group to a role.
|
void |
IBaseWorkflowModule.addMember(IUser user,
IRole role)
Adds a user to a role.
|
String |
IBaseWorkflowModule.buildMailMessage(IResource resource,
IMailForm mailForm,
String language)
Evaluates the form and returns the HTML content as a java.lang.String object.
|
String |
IBaseWorkflowModule.buildMailMessage(ITaskInstance taskInstance,
IMailForm mailForm,
String language)
Evaluates the form and returns the HTML content as a java.lang.String object.
|
ICatalog |
IBaseWorkflowModule.createCatalog(IContext context,
String name,
String label)
Deprecated.
: use createCatalog( IContext context, String name, String label, IProject project )
|
ICatalog |
IBaseWorkflowModule.createCatalog(IContext context,
String name,
String label,
IProject project)
Allows to create a new catalog.
|
IResource |
IBaseWorkflowModule.createGenericResource()
Creates a generic resource for mail purposes.
|
ILinkedResource |
IBaseWorkflowModule.createLinkedResource(IResource resource,
String propertyName)
Creates a linked resource into a specified property table.
|
IOperatorRole |
IBaseWorkflowModule.createOperatorRole(IContext context,
ICatalog catalog,
String name)
Creates a
IOperatorRole into the catalog object. |
IRole |
IBaseWorkflowModule.createRole(IContext context,
ICatalog catalog,
String name)
Deprecated.
: use createOperatorRole or createProfile
|
IStorageResource |
IBaseWorkflowModule.createStorageResource(IContext context,
IResourceDefinition resourceDefinition,
String reference)
Creates a storage resource object by specifying the
IResourceDefinition object, its reference. |
IStorageResource |
IBaseWorkflowModule.createStorageResource(IContext context,
IResourceDefinition resourceDefinition,
String reference,
String label)
Creates a storage resource object by specifying the
IResourceDefinition object, its reference, and its label. |
IWorkflow |
IBaseWorkflowModule.createWorkflow(IContext context,
IWorkflowContainer container,
String name,
byte[] content)
Creates a workflow within a workflow container.
|
IWorkflowContainer |
IBaseWorkflowModule.createWorkflowContainer(IContext context,
ICatalog catalog,
String name)
Creates a workflow container within a
ICatalog object. |
IWorkflowInstance |
IBaseWorkflowModule.createWorkflowInstance(IContext context,
IWorkflow workflow,
String reference)
Creates a workflow instance object by specifying the
IWorkflow object, its reference. |
IWorkflowInstance |
IBaseWorkflowModule.createWorkflowInstance(IContext context,
IWorkflow workflow,
String reference,
String label)
Creates a workflow instance object by specifying the
IWorkflow object, its reference, and its label. |
void |
IBaseWorkflowModule.end(IContext context,
ITaskInstance instance,
IAction action,
String comment)
Crosses a transition.
|
void |
IBaseWorkflowModule.end(IContext context,
IUser addressee,
ITaskInstance instance,
IAction action,
String comment)
Allows to cross a transition for another user.
|
String |
IBaseWorkflowModule.evaluatedHtml(IResource resource,
IMailForm mailForm)
Deprecated.
: use buildMailMessage( IResource resource, IMailForm mailForm, String language )
|
String |
IBaseWorkflowModule.evaluatedHtml(ITaskInstance taskInstance,
IMailForm mailForm)
Deprecated.
: use buildMailMessage( ITaskInstance taskInstance, IMailForm mailForm, String language )
|
void |
IBaseWorkflowModule.execute(IAgent agent)
Allows to execute an agent.
|
void |
IBaseWorkflowModule.execute(IContext context,
IAgent agent)
Allows to execute an agent.
|
int |
IBaseWorkflowModule.generateChrono(IResourceDefinition resourceDefinition)
Deprecated.
: should not use this method anymore.
|
String |
IBaseWorkflowModule.generateReference(IResource resource)
Evaluate the next reference based on the format specified on the Designer tool.
|
String |
IBaseWorkflowModule.generateReference(IResourceDefinition resourceDefinition)
Evaluate the next reference based on the format specified on the Designer tool.
|
String |
IBaseWorkflowModule.generateReference(IResourceDefinition resourceDefinition,
String format)
Deprecated.
: should not use this method anymore. The format argument is not supported.
|
String |
IBaseWorkflowModule.generateReference(IResource resource,
Document format)
Evaluate the next reference based specified format.
|
String |
IBaseWorkflowModule.generateReference(IResource resource,
String format)
Deprecated.
: should not use this method anymore. The format argument is not supported.
|
Collection<? extends ITaskInstance> |
IBaseWorkflowModule.getAbortedTaskInstances(IContext context,
IWorkflowInstance instance)
Retrieves all the aborted task instances of a workflow instance.
|
IAction |
IBaseWorkflowModule.getAction(IContext context,
ITask task,
String name)
Retrieve a specific
IAction object from its system name. |
IAction |
IBaseWorkflowModule.getAction(IStorageKey key)
Gets an action object from its identifier.
|
Collection<? extends IAction> |
IBaseWorkflowModule.getActions(IContext context,
ITask task)
|
IAgent |
IBaseWorkflowModule.getAgent(IContext context,
String name)
Gets an agent from its name.
|
Collection<? extends ICatalog> |
IBaseWorkflowModule.getAllCatalogs(IContext context)
Retrieves a collection of
ICatalog object. |
IArchivingController |
IBaseWorkflowModule.getArchivingController()
Gets a archiving controller to archive
IElement objects. |
IAttachment |
IBaseWorkflowModule.getAttachment(IResource resource,
String propertyName,
String fileName)
Gets an attachment by its file name.
|
Collection<? extends IAttachment> |
IBaseWorkflowModule.getAttachments(IResource resource,
String propertyName)
Gets all the attachments associated with a property.
|
ICatalog |
IBaseWorkflowModule.getCatalog(IContext context,
String name)
Deprecated.
: use getCatalog( IContext context, String name, IProject project )
|
ICatalog |
IBaseWorkflowModule.getCatalog(IContext context,
String name,
int catalogType)
Deprecated.
: use getCatalog( IContext context, String name, int catalogType, IProject project )
|
ICatalog |
IBaseWorkflowModule.getCatalog(IContext context,
String name,
int catalogType,
IProject project)
Retrieves a catalog form its name.
|
ICatalog |
IBaseWorkflowModule.getCatalog(IContext context,
String name,
IProject project)
Retrieves a catalog form its name.
|
ICatalog |
IBaseWorkflowModule.getCatalog(IResourceDefinition resourceDefinition)
Gets a
ICatalog object from a resource definitino. |
ICatalog |
IBaseWorkflowModule.getCatalog(IStorageKey key)
Gets a catalog object from its identifier.
|
ICatalog |
IBaseWorkflowModule.getCatalog(IWorkflow workflow)
Retrieves the catalog of a
IWorkflow object. |
Collection<? extends ICatalog> |
IBaseWorkflowModule.getCatalogs(IContext context)
Deprecated.
: use getCatalogs( IContext context, IProject project )
|
Collection<? extends ICatalog> |
IBaseWorkflowModule.getCatalogs(IContext context,
int catalogType)
Deprecated.
: use getCatalogs( IContext context, int catalogType, IProject project )
|
Collection<? extends ICatalog> |
IBaseWorkflowModule.getCatalogs(IContext context,
int catalogType,
IProject project)
Retrieves a collection of
ICatalog object. |
Collection<? extends ICatalog> |
IBaseWorkflowModule.getCatalogs(IContext context,
IProject project)
Retrieves a collection of
ICatalog object. |
ICatalogViewTransformer |
IBaseWorkflowModule.getCatalogViewTransformer()
Gets a catalog view transformer to transform
ICatalog objects. |
IResourceController |
IWorkflowModule.getController(IResource resource)
Gets the resource controller object.
|
IDataSourceReference |
IBaseWorkflowModule.getDataSourceReference(String name)
Gets a data source reference from its JNDI name.
|
IDataSourceReference |
IBaseWorkflowModule.getDefaultDataSourceReference()
Gets the default data source reference.
|
IDelegationController |
IBaseWorkflowModule.getDelegationController()
Gets a delegation controller to delegate
IDelegationSupport objects. |
Collection<? extends ITaskInstance> |
IBaseWorkflowModule.getEndedTaskInstances(IContext context,
IWorkflowInstance instance)
Retrieves all the ended task instances of a workflow instance.
|
Collection<?> |
IBaseWorkflowModule.getExternalElements(IResource resource,
String propertyName)
Gets a collection of
IElement objects from a multiple selector property. |
IFile |
IBaseWorkflowModule.getExternalFile(IResource resource,
String propertyName)
Gets a
IFile object from a single file selector property. |
IFolder |
IBaseWorkflowModule.getExternalFolder(IResource resource,
String propertyName)
Gets a
IFolder object from a single folder selector property. |
IGroup |
IBaseWorkflowModule.getExternalGroup(IResource resource,
String propertyName)
Gets a
IGroup object from a single group selector property. |
ILibrary |
IBaseWorkflowModule.getExternalLibrary(IResource resource,
String propertyName)
Gets a
ILibrary object from a single library selector property. |
ILocalization |
IBaseWorkflowModule.getExternalLocalization(IResource resource,
String propertyName)
Gets a
ILocalization object from a single localization selector property. |
IOrganization |
IBaseWorkflowModule.getExternalOrganization(IResource resource,
String propertyName)
Gets a
IOrganization object from a single organization selector property. |
IUser |
IBaseWorkflowModule.getExternalUser(IResource resource,
String propertyName)
Gets a
IUser object from a single user selector property. |
IForm |
IBaseWorkflowModule.getForm(IContext context,
IAction action,
String formName)
Gets a action form by its name.
|
IForm |
IBaseWorkflowModule.getForm(IContext context,
IResourceDefinition resourceDefinition,
String formName)
Gets a resource definition form by its name.
|
IForm |
IBaseWorkflowModule.getForm(IContext context,
ITask task,
String formName)
Gets a task form by its name.
|
IForm |
IBaseWorkflowModule.getForm(IContext context,
IWorkflow workflow,
String formName)
Gets a workflow form by its name.
|
IGenericViewTransformer |
IBaseWorkflowModule.getGenericViewTransformer() |
IGroup |
IBaseWorkflowModule.getGroupByName(String name)
Deprecated.
use the IDirectoryModule instead.
|
IJdbcReference |
IBaseWorkflowModule.getJdbcReference(IContext context,
String name)
Deprecated.
: use getConnectionDefinition( IContext context, String name ) method instead.
|
Collection<? extends IJdbcReference> |
IBaseWorkflowModule.getJdbcReferences(IContext context)
Deprecated.
: use getConnectionDefinitions( IContext context ) method instead.
|
Collection<? extends ILinkedResource> |
IBaseWorkflowModule.getLinkedResources(IResource resource,
String propertyName)
Gets all the linked resources associated with a table property.
|
IList |
IBaseWorkflowModule.getList(IContext context,
ICatalog catalog,
String name)
Gets a list object from a catalog by its name.
|
Collection<? extends IOptionList.IOption> |
IBaseWorkflowModule.getList(IResource resource,
String propertyName)
Gets the available values of a list property.
|
Collection<? extends IList> |
IBaseWorkflowModule.getLists(IContext context,
ICatalog catalog)
Gets a collection of a the lists available on a specified
ICatalog object. |
IMailForm |
IBaseWorkflowModule.getMailForm(IContext context,
IWorkflow workflow,
String mailFormName) |
Collection<? extends IMailForm> |
IBaseWorkflowModule.getMailForms(IContext context,
IWorkflow workflow)
Gets all the mail forms from a specified
IWorkflow object. |
Collection<? extends IMailForm> |
IBaseWorkflowModule.getMailForms(IContext context,
IWorkflow workflow,
String startsWith) |
Collection<? extends ITaskInstance> |
IBaseWorkflowModule.getManualTaskInstances(IContext context,
IWorkflowInstance instance)
Retrieves all the manual task instances of a workflow instance.
|
Collection<? extends ITaskInstance> |
IBaseWorkflowModule.getManualTaskInstancesByStatus(IContext context,
int status)
Retrieves all the manual task instances for a status.
|
Collection<? extends ITaskInstance> |
IBaseWorkflowModule.getManualTaskInstancesModifiedSince(IContext context,
Date date)
Retrieves all the manual task instances modified since.
|
ITaskInstance |
IBaseWorkflowModule.getOneTaskInstance(IContext context,
IWorkflowInstance instance)
Gets one of the task instances (any).
|
IOperator |
IBaseWorkflowModule.getOperator(IStorageKey key)
Gets an operator object from its identifier.
|
IOperator |
IBaseWorkflowModule.getOperator(String id)
Deprecated.
Use getOperator(
IStorageKey key ) method instead. |
IOperator |
IBaseWorkflowModule.getOperatorByLogin(String login)
Gets an
IOperator from a user login. |
IOperatorRole |
IBaseWorkflowModule.getOperatorRole(IContext context,
ICatalog catalog,
String name)
Retrieves a
IOperatorRole object by its system name. |
IOperatorRole |
IBaseWorkflowModule.getOperatorRole(IStorageKey key)
Gets a role object from its identifier.
|
Collection<? extends IOperatorRole> |
IBaseWorkflowModule.getOperatorRoles(IContext context,
ICatalog catalog)
Retrieves a collection of
IOperatorRole objects within a specified catalog. |
Collection<? extends IOperator> |
IBaseWorkflowModule.getOperators(ITaskInstance instance)
Retrieves the operators of a task instance.
|
IWorkflowInstance |
IBaseWorkflowModule.getParentInstance(ILinkedResource linkedResource)
Gets the parent instance of a linked resource.
|
IWorkflowInstance |
IBaseWorkflowModule.getParentInstance(IWorkflowInstance instance)
Gets the parent instance of a specified
IWorkflowInstance object. |
Collection<? extends IProperty> |
IBaseWorkflowModule.getProperties(IContext context,
IResourceDefinition resourceDefinition)
Gets all the properties of a specified definition.
|
IProperty |
IBaseWorkflowModule.getProperty(IContext context,
IResourceDefinition resourceDefinition,
String name)
Gets a property definition by specifying the
IResourceDefinition and its system name. |
IProperty |
IBaseWorkflowModule.getProperty(IStorageKey key)
Gets a property object from its identifier.
|
IResource |
IBaseWorkflowModule.getResource(IStorageKey key)
Gets a resource object from its identifier.
|
IResource |
IBaseWorkflowModule.getResource(Object object)
Gets a
IResource object from an object. |
IResource |
IBaseWorkflowModule.getResource(String id)
Deprecated.
Use getResource(
IStorageKey key ) method instead. |
IResourceController |
IWorkflowModule.getResourceController(IResource resource)
Gets the resource controller object.
|
IResourceDefinition |
IBaseWorkflowModule.getResourceDefinition(IContext context,
ICatalog catalog,
String name)
Retrieves a resource definition by specifying the
ICatalog and its system name. |
IResourceDefinition |
IBaseWorkflowModule.getResourceDefinition(IStorageKey key)
Gets a resource definition object from its identifier.
|
Collection<? extends IResourceDefinition> |
IBaseWorkflowModule.getResourceDefinitions(IContext context,
ICatalog catalog)
Retrieves all resource definitions by specifying the
ICatalog |
Collection<? extends IResource> |
IBaseWorkflowModule.getResources(IContext context,
ICatalog catalog)
Gets a collection of
IResource objects from a catalog |
Collection<? extends IResource> |
IBaseWorkflowModule.getResources(IContext context,
IResourceDefinition resourceDefinition)
Gets a collection of
IResource objects from a resource definition. |
IResourceViewTransformer |
IBaseWorkflowModule.getResourceViewTransformer()
Gets a resource view transformer to transform
IResource objects. |
IRole |
IBaseWorkflowModule.getRole(IContext context,
ICatalog catalog,
String name)
Deprecated.
: use getRole or getProfile
|
IRole |
IBaseWorkflowModule.getRole(IStorageKey key)
Deprecated.
use getOperatorRole or getProfile
|
Collection<? extends IRole> |
IBaseWorkflowModule.getRoles(IContext context,
ICatalog catalog)
Deprecated.
: use getRoles or getProfiles
|
ISearchController |
IBaseWorkflowModule.getSearchController()
Gets the default
ISearchController object. |
ISearchController |
IBaseWorkflowModule.getSearchController(IConnectionDefinition connectionDefinition)
Gets a search controller object by specifying a ConnectionDefinition object.
|
ISearchController |
IBaseWorkflowModule.getSearchController(IDataSourceReference reference)
Gets a search controller object by specifying an external data source.
|
ISearchController |
IBaseWorkflowModule.getSearchController(IJdbcReference reference)
Deprecated.
use getSearchController( IConnectionDefinition connectionDefinition ) method instead.
|
ISearchViewTransformer |
IBaseWorkflowModule.getSearchViewTransformer()
Gets a search view transformer to transform
IResource objects. |
ISecurityController |
IBaseWorkflowModule.getSecurityController(ISecuritySupport securitySupport)
Gets a security controller on a specified object.
|
Collection<? extends ITaskInstance> |
IBaseWorkflowModule.getStartedTaskInstances(IContext context,
IWorkflowInstance instance)
Retrieves all the started task instances of a workflow instance.
|
IForm |
IBaseWorkflowModule.getSubForm(IContext context,
IWorkflow workflow,
String formName)
Gets a sub form by its name.
|
ITask |
IBaseWorkflowModule.getTask(IContext context,
IWorkflow workflow,
String name)
Retrieves a specific task of a
IWorkflow object by its name. |
ITask |
IBaseWorkflowModule.getTask(IStorageKey key)
Gets a task object from its identifier.
|
ITask |
IBaseWorkflowModule.getTask(ITaskInstance instance)
Gets the definition of a task instance.
|
ITaskInstance |
IBaseWorkflowModule.getTaskInstance(IContext context,
IWorkflowInstance instance,
String name)
Gets the started task instance associated with a specified task name.
|
ITaskInstance |
IBaseWorkflowModule.getTaskInstance(IStorageKey key)
Gets a task instance object from its identifier.
|
ITaskInstance |
IBaseWorkflowModule.getTaskInstance(String id)
Deprecated.
Use getTaskInstance(
IStorageKey key ) method instead. |
Collection<? extends ITaskInstance> |
IBaseWorkflowModule.getTaskInstances(IContext context,
IWorkflowInstance instance)
Retrieves all the task instances of a specified workflow instance.
|
Collection<? extends ITaskInstance> |
IBaseWorkflowModule.getTaskInstances(IContext context,
IWorkflowInstance instance,
String name)
Retrieves all the task instances of a specified workflow instance filtered by the name of a
ITask . |
ITaskInstanceTransformer |
IBaseWorkflowModule.getTaskInstanceTransformer()
Gets a task transformer to transform
ITaskInstance object. |
ITaskViewTransformer |
IBaseWorkflowModule.getTaskViewTransformer()
Gets a task view transformer to transform
ITaskInstance objects. |
ITransformer |
IBaseWorkflowModule.getTransformer()
Gets a transformer to transform
IResource object. |
IUser |
IBaseWorkflowModule.getUser(IStorageKey key)
Gets a user object from its identifier.
|
IUser |
IBaseWorkflowModule.getUser(String id)
Deprecated.
Use getUser(
IStorageKey key ) method instead. |
IUser |
IBaseWorkflowModule.getUserByLogin(String login)
Gets a user by its login
|
Object |
IBaseWorkflowModule.getValue(IResource resource,
String propertyName)
Gets the value of a property.
|
IView |
IBaseWorkflowModule.getView(IContext context,
ICatalog catalog,
String viewName)
Retrieves a view by its name.
|
IView |
IBaseWorkflowModule.getView(IContext context,
IResourceDefinition resourceDefinition,
String viewName)
Retrieves a view by its name.
|
IView |
IBaseWorkflowModule.getView(IContext context,
IWorkflowContainer workflowContainer,
String viewName)
Retrieves a view by its name.
|
IViewController |
IBaseWorkflowModule.getViewController()
Deprecated.
|
IViewController |
IBaseWorkflowModule.getViewController(Class natureClass)
Deprecated.
|
IViewController |
IBaseWorkflowModule.getViewController(IContext context)
Gets a view controller to search
IResource objects through their properties. |
IViewController |
IBaseWorkflowModule.getViewController(IContext context,
Class natureClass)
Gets a view controller to search
IResource objects through their properties. |
IViewController |
IBaseWorkflowModule.getViewController(IContext context,
IProject project,
InputStream inputStream)
Gets a view controller to search
IResource objects through their properties. |
IViewController |
IBaseWorkflowModule.getViewController(IProject project,
InputStream inputStream)
Deprecated.
|
Collection<? extends IView> |
IBaseWorkflowModule.getViews(IContext context,
ICatalog catalog)
Retrieves all the views associated with the catalog.
|
Collection<? extends IView> |
IBaseWorkflowModule.getViews(IContext context,
IResourceDefinition resourceDefinition)
Retrieves all the views associated with the resource definition.
|
Collection<? extends IView> |
IBaseWorkflowModule.getViews(IContext context,
IWorkflowContainer workflowContainer)
Retrieves all the views associated with the workflow container.
|
IWorkflow |
IBaseWorkflowModule.getWorkflow(IContext context,
ICatalog catalog,
String name)
Retrieves a workflow within a
IWorkflow object and from its system name. |
IWorkflow |
IBaseWorkflowModule.getWorkflow(IContext context,
String name)
Deprecated.
: use getWorkflow( IContext context, ICatalog catalog, String name )
|
IWorkflow |
IBaseWorkflowModule.getWorkflow(IStorageKey key)
Gets a workflow object from its identifier.
|
IWorkflow |
IBaseWorkflowModule.getWorkflow(ITask task)
Gets the associated workflow of a task.
|
IWorkflowContainer |
IBaseWorkflowModule.getWorkflowContainer(IContext context,
ICatalog catalog,
String name)
Retrieves a
IWorkflowContainer within a ICatalog by its system name |
IWorkflowContainer |
IBaseWorkflowModule.getWorkflowContainer(IStorageKey key)
Gets a workflow container object from its identifier.
|
IWorkflowContainer |
IBaseWorkflowModule.getWorkflowContainer(IWorkflow workflow)
Retrieves the workflow container of a
IWorkflow object. |
Collection<? extends IWorkflowContainer> |
IBaseWorkflowModule.getWorkflowContainers(IContext context,
ICatalog catalog)
Retrieves a collection of
IWorkflowContainer objects within a ICatalog object. |
IWorkflowContainerViewTransformer |
IBaseWorkflowModule.getWorkflowContainerViewTransformer()
Gets a workflow container view transformer to transform
IWorkflowContainer objects. |
IWorkflowInstance |
IBaseWorkflowModule.getWorkflowInstance(IStorageKey key)
Gets a workflow instance object from its identifier.
|
IWorkflowInstance |
IBaseWorkflowModule.getWorkflowInstance(Object object)
Gets a
IWorkflowInstance object from an object. |
IWorkflowInstance |
IBaseWorkflowModule.getWorkflowInstance(String id)
Deprecated.
Use getWorkflowInstance(
IStorageKey key ) method instead. |
Collection<? extends IWorkflowInstance> |
IBaseWorkflowModule.getWorkflowInstances(IContext context,
ICatalog catalog)
Gets all the workflow instances of a specified
ICatalog object. |
Collection<? extends IWorkflowInstance> |
IBaseWorkflowModule.getWorkflowInstances(IContext context,
ICatalog catalog,
String reference)
Gets all the workflow instances with the same reference within a specified
ICatalog object. |
Collection<? extends IWorkflowInstance> |
IBaseWorkflowModule.getWorkflowInstances(IContext context,
ITask task)
Gets all the workflow instances of a specified
ITask object. |
Collection<? extends IWorkflowInstance> |
IBaseWorkflowModule.getWorkflowInstances(IContext context,
IWorkflow workflow)
Gets all the workflow instances of a specified
IWorkflow object. |
Collection<? extends IWorkflowInstance> |
IBaseWorkflowModule.getWorkflowInstances(IContext context,
IWorkflow workflow,
String reference)
Gets all the workflow instances with the same reference within a specified
IWorkflow object. |
Collection<? extends IWorkflow> |
IBaseWorkflowModule.getWorkflows(IContext context,
ICatalog catalog)
|
Collection<? extends IWorkflow> |
IBaseWorkflowModule.getWorkflows(IContext context,
IWorkflowContainer container)
Retrieves a collection of
IWorkflow objects within a IWorkflowContainer object. |
IWorkflowViewTransformer |
IBaseWorkflowModule.getWorkflowViewTransformer()
Gets a workflow view transformer to transform
IWorkflow objects. |
boolean |
IWorkflowModule.isLockBySDK(IContext context,
IWorkflowInstance workflowInstance)
Checks if a specified workflow instance is locked by the SDK
|
boolean |
IWorkflowModule.isLocked(IContext context,
IWorkflowInstance workflowInstance)
Checks if a specified workflow instance is locked
|
boolean |
IBaseWorkflowModule.isMemberOf(IUser user,
IRole role)
Checks if a specified user is member of a
IRole object. |
boolean |
IBaseWorkflowModule.isMemberOf(IUser user,
IRole role,
boolean recursive)
Checks if a specified user is member of a
IRole object. |
void |
IWorkflowModule.lock(IContext context,
IWorkflowInstance workflowInstance,
int delay)
Allows to lock workflow instance.
|
Collection<IUser> |
IWorkflowModule.lockedBy(IContext context,
IWorkflowInstance workflowInstance)
Retrieve the users who locked the workflow instance.
|
void |
IBaseWorkflowModule.remind(IContext context,
ITaskInstance taskInstance,
String comment)
Allows to remind current operators of a specified task instance.
|
void |
IBaseWorkflowModule.remind(IContext context,
IWorkflowInstance instance,
String comment)
Allows to remind current operators of a workflow instance.
|
void |
IBaseWorkflowModule.send(IContext context,
IResource resource,
IMailForm mailForm,
Collection<?> entries,
String subject,
String content)
Deprecated.
use send( IContext context, IResource resource, IMailForm mailForm, Collection extends IUser> mail_to, String comment )
|
void |
IBaseWorkflowModule.send(IContext context,
IResource resource,
IMailForm mailForm,
Collection<? extends IUser> mail_to,
String comment)
Sends a mail by specifying the subject and the content of the body.
|
void |
IBaseWorkflowModule.send(IContext context,
ITaskInstance taskInstance,
IMailForm mailForm,
Collection<?> entries,
String subject,
String content)
Deprecated.
use send( IContext context, ITaskInstance taskInstance, IMailForm mailForm, Collection extends IUser> mail_to, String comment )
|
void |
IBaseWorkflowModule.send(IContext context,
ITaskInstance taskInstance,
IMailForm mailForm,
Collection<? extends IUser> mail_to,
String comment)
Sends a mail by specifying the subject and the content of the body.
|
void |
IBaseWorkflowModule.send(IContext context,
ITaskInstance instance,
IMailForm form,
String comment)
Deprecated.
use send( IContext context, ITaskInstance taskInstance, IMailForm mailForm, Collection extends IUser> mail_to, String comment )
|
void |
IBaseWorkflowModule.send(IContext context,
IUser addressee,
ITaskInstance instance,
IMailForm form,
String comment)
Deprecated.
use send( IContext context, ITaskInstance taskInstance, IMailForm mailForm, Collection extends IUser> mail_to, String comment )
|
void |
IBaseWorkflowModule.send(IContext context,
IWorkflowInstance workflowInstance,
String formName,
Collection<?> entries)
Deprecated.
use send( IContext context, IResource resource, IMailForm mailForm, Collection extends IUser> mail_to, String comment )
|
void |
IBaseWorkflowModule.send(IContext context,
IWorkflow workflow,
IResource resource,
String formName,
Collection<?> entries)
Deprecated.
use send( IContext context, IResource resource, IMailForm mailForm, Collection extends IUser> mail_to, String comment )
|
void |
IBaseWorkflowModule.send(IContext context,
IWorkflow workflow,
String formName,
Collection<?> entries)
Deprecated.
use send( IContext context, IResource resource, IMailForm mailForm, Collection extends IUser> mail_to, String comment )
|
void |
IBaseWorkflowModule.setExternalElements(IResource resource,
String propertyName,
Collection<?> elements)
Sets a
IElement to a multiple selector property. |
void |
IBaseWorkflowModule.setExternalFile(IResource resource,
String propertyName,
IFile file)
Sets a
IFile to a single selector property. |
void |
IBaseWorkflowModule.setExternalFolder(IResource resource,
String propertyName,
IFolder folder)
Sets a
IFolder to a single selector property. |
void |
IBaseWorkflowModule.setExternalGroup(IResource resource,
String propertyName,
IGroup group)
Sets a
IGroup to a single selector property. |
void |
IBaseWorkflowModule.setExternalLibrary(IResource resource,
String propertyName,
ILibrary library)
Sets a
ILibrary to a single selector property. |
void |
IBaseWorkflowModule.setExternalLocalization(IResource resource,
String propertyName,
ILocalization localization)
Sets a
ILocalization to a single selector property. |
void |
IBaseWorkflowModule.setExternalOrganization(IResource resource,
String propertyName,
IOrganization organization)
Sets a
IOrganization to a single selector property. |
void |
IBaseWorkflowModule.setExternalUser(IResource resource,
String propertyName,
IUser user)
Sets a
IUser to a single selector property. |
void |
IBaseWorkflowModule.setList(IResource resource,
String propertyName,
Collection<? extends IOptionList.IOption> values)
Sets the list of available values to a list property.
|
void |
IBaseWorkflowModule.setValue(IResource resource,
String propertyName,
Object value)
Sets a value to a property.
|
void |
IWorkflowModule.unlock(IContext context,
IWorkflowInstance workflowInstance)
Allows to unlock workflow instance.
|
Modifier and Type | Method and Description |
---|---|
IResource |
ViewItem.getResource() |
ITaskInstance |
ViewItem.getTaskInstance() |
Modifier and Type | Method and Description |
---|---|
IResource |
ViewItemImpl.getResource() |
ITaskInstance |
ViewItemImpl.getTaskInstance() |
Copyright © 2021 Visiativ Software. All rights reserved.