Package | Description |
---|---|
com.axemble.vdoc.sdk.interfaces | |
com.axemble.vdoc.sdk.modules |
Modifier and Type | Method and Description |
---|---|
Collection<? extends IVersion> |
IVersion.getDownLinks()
Gets the down links as a collection of
IVersion objects. |
Collection<? extends IVersion> |
IVersion.getUpLinks()
Gets the up links as a collection of
IVersion objects. |
Modifier and Type | Method and Description |
---|---|
IVersion |
IBaseDocumentModule.createVersion(IContext context,
IAttachmentTemplate attachmentTemplate,
String reference)
Creates a version instance object by specifying the
IAttachmentTemplate object, its reference. |
IVersion |
IBaseDocumentModule.createVersion(IContext context,
IResourceDefinition resourceDefinition,
String reference,
String label)
Creates a version object by specifying the
IResourceDefinition object, its reference, and its label. |
IVersion |
IBaseDocumentModule.getVersion(IStorageKey key)
Gets a version object from its identifier.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends IVersion> |
IBaseDocumentModule.getVersions(IContext context,
ICatalog catalog)
Gets all the versions of a specified
ICatalog object. |
Collection<? extends IVersion> |
IBaseDocumentModule.getVersions(IContext context,
ICatalog catalog,
String reference)
Gets all the versions with the same reference within a specified
ICatalog object. |
Collection<? extends IVersion> |
IBaseDocumentModule.getVersions(IContext context,
IResourceDefinition resourceDefinition,
String reference)
Gets all the versions with the same reference within a specified
IWorkflow object. |
Collection<IVersion> |
IBaseDocumentModule.getVersions(IContext context,
ITask task)
Gets all the workflow instances of a specified
ITask object. |
Collection<? extends IVersion> |
IBaseDocumentModule.getVersions(IContext context,
IWorkflow workflow)
Gets all the versions of a specified
IWorkflow object. |
Modifier and Type | Method and Description |
---|---|
void |
IBaseDocumentModule.abort(IContext context,
IVersion version,
String comment)
Allows to abort workflow instance.
|
Collection<? extends ITaskInstance> |
IBaseDocumentModule.getAbortedTaskInstances(IContext context,
IVersion version)
Retrieves all the aborted task instances of a version.
|
Collection<? extends ITaskInstance> |
IBaseDocumentModule.getEndedTaskInstances(IContext context,
IVersion version)
Retrieves all the ended task instances of a version.
|
Collection<? extends ITaskInstance> |
IBaseDocumentModule.getManualTaskInstances(IContext context,
IVersion version)
Retrieves all the manual task instances of a workflow instance.
|
ITaskInstance |
IBaseDocumentModule.getOneTaskInstance(IContext context,
IVersion version)
Gets one of the task instances (any).
|
Collection<? extends ITaskInstance> |
IBaseDocumentModule.getStartedTaskInstances(IContext context,
IVersion version)
Retrieves all the started task instances of a version.
|
ITaskInstance |
IBaseDocumentModule.getTaskInstance(IContext context,
IVersion version,
String name)
Gets a task instance associated with a specified task name.
|
Collection<? extends ITaskInstance> |
IBaseDocumentModule.getTaskInstances(IContext context,
IVersion version)
Retrieves all the task instances of a specified version.
|
Collection<? extends ITaskInstance> |
IBaseDocumentModule.getTaskInstances(IContext context,
IVersion version,
String name)
Retrieves all the task instances of a specified version filtered by the name of a
ITask . |
void |
IBaseDocumentModule.remind(IContext context,
IVersion version,
String comment)
Allows to remind current operators of a version.
|
void |
IBaseDocumentModule.send(IContext context,
IVersion version,
String formName,
Collection entries)
Allows to send a mail with a specific form to a mail recipient.
|
Copyright © 2022 Visiativ. All rights reserved.