Uses of Interface
com.axemble.vdoc.sdk.interfaces.IVersion
Packages that use IVersion
-
Uses of IVersion in com.axemble.vdoc.sdk.interfaces
Methods in com.axemble.vdoc.sdk.interfaces that return types with arguments of type IVersionModifier and TypeMethodDescriptionCollection<? extends IVersion> IVersion.getDownLinks()Gets the down links as a collection ofIVersionobjects.Collection<? extends IVersion> IVersion.getUpLinks()Gets the up links as a collection ofIVersionobjects. -
Uses of IVersion in com.axemble.vdoc.sdk.modules
Methods in com.axemble.vdoc.sdk.modules that return IVersionModifier and TypeMethodDescriptionIBaseDocumentModule.createVersion(IContext context, IAttachmentTemplate attachmentTemplate, String reference) Creates a version instance object by specifying theIAttachmentTemplateobject, its reference.IBaseDocumentModule.createVersion(IContext context, IResourceDefinition resourceDefinition, String reference, String label) Creates a version object by specifying theIResourceDefinitionobject, its reference, and its label.IBaseDocumentModule.getVersion(IStorageKey key) Gets a version object from its identifier.Methods in com.axemble.vdoc.sdk.modules that return types with arguments of type IVersionModifier and TypeMethodDescriptionCollection<? extends IVersion> IBaseDocumentModule.getVersions(IContext context, ICatalog catalog) Gets all the versions of a specifiedICatalogobject.Collection<? extends IVersion> IBaseDocumentModule.getVersions(IContext context, ICatalog catalog, String reference) Gets all the versions with the same reference within a specifiedICatalogobject.Collection<? extends IVersion> IBaseDocumentModule.getVersions(IContext context, IResourceDefinition resourceDefinition, String reference) Gets all the versions with the same reference within a specifiedIWorkflowobject.IBaseDocumentModule.getVersions(IContext context, ITask task) Gets all the workflow instances of a specifiedITaskobject.Collection<? extends IVersion> IBaseDocumentModule.getVersions(IContext context, IWorkflow workflow) Gets all the versions of a specifiedIWorkflowobject.Methods in com.axemble.vdoc.sdk.modules with parameters of type IVersionModifier and TypeMethodDescriptionvoidAllows 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.voidAllows to remind current operators of a version.voidIBaseDocumentModule.send(IContext context, IVersion version, String formName, Collection entries) Allows to send a mail with a specific form to a mail recipient.