Uses of Interface
com.axemble.vdoc.sdk.interfaces.IVersion
-
Uses of IVersion in com.axemble.vdoc.sdk.interfaces
Modifier and TypeMethodDescriptionCollection
<? extends IVersion> IVersion.getDownLinks()
Gets the down links as a collection ofIVersion
objects.Collection
<? extends IVersion> IVersion.getUpLinks()
Gets the up links as a collection ofIVersion
objects. -
Uses of IVersion in com.axemble.vdoc.sdk.modules
Modifier and TypeMethodDescriptionIBaseDocumentModule.createVersion
(IContext context, IAttachmentTemplate attachmentTemplate, String reference) Creates a version instance object by specifying theIAttachmentTemplate
object, its reference.IBaseDocumentModule.createVersion
(IContext context, IResourceDefinition resourceDefinition, String reference, String label) Creates a version object by specifying theIResourceDefinition
object, its reference, and its label.IBaseDocumentModule.getVersion
(IStorageKey key) Gets a version object from its identifier.Modifier and TypeMethodDescriptionCollection
<? extends IVersion> IBaseDocumentModule.getVersions
(IContext context, ICatalog catalog) Gets all the versions of a specifiedICatalog
object.Collection
<? extends IVersion> IBaseDocumentModule.getVersions
(IContext context, ICatalog catalog, String reference) Gets all the versions with the same reference within a specifiedICatalog
object.Collection
<? extends IVersion> IBaseDocumentModule.getVersions
(IContext context, IResourceDefinition resourceDefinition, String reference) Gets all the versions with the same reference within a specifiedIWorkflow
object.IBaseDocumentModule.getVersions
(IContext context, ITask task) Gets all the workflow instances of a specifiedITask
object.Collection
<? extends IVersion> IBaseDocumentModule.getVersions
(IContext context, IWorkflow workflow) Gets all the versions of a specifiedIWorkflow
object.Modifier and TypeMethodDescriptionvoid
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.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.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 aITask
.void
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.