Uses of Interface
com.axemble.vdoc.sdk.modules.IWorkflowModule
Packages that use IWorkflowModule
Package
Description
-
Uses of IWorkflowModule in com.axemble.vdoc.sdk
Methods in com.axemble.vdoc.sdk that return IWorkflowModuleModifier and TypeMethodDescriptionprotected final IWorkflowModuleBaseSDKExtension.getWorkflowModule()Retrieves the workflow module objectstatic IWorkflowModuleModules.getWorkflowModule()Deprecated, for removal: This API element is subject to removal in a future version.use SDKFactory.MODULES.getWorkflowModule() instead.static IWorkflowModuleModules.getWorkflowModule(Properties properties) Deprecated, for removal: This API element is subject to removal in a future version.use SDKFactory.MODULES.getWorkflowModule(properties) instead.SDKModules.getWorkflowModule()SDKModules.getWorkflowModule(Properties properties) -
Uses of IWorkflowModule in com.axemble.vdoc.sdk.agent.base
Methods in com.axemble.vdoc.sdk.agent.base that return IWorkflowModuleModifier and TypeMethodDescriptionprotected final IWorkflowModuleBaseAgent.getWorkflowModule()Deprecated.Gets the workflow module object. -
Uses of IWorkflowModule in com.axemble.vdoc.sdk.controllers
Methods in com.axemble.vdoc.sdk.controllers that return IWorkflowModuleModifier and TypeMethodDescriptionprotected final IWorkflowModuleBaseController.getWorkflowModule() -
Uses of IWorkflowModule in com.axemble.vdoc.sdk.document.extensions
Methods in com.axemble.vdoc.sdk.document.extensions that return IWorkflowModuleModifier and TypeMethodDescriptionBaseDocumentExtension.getWorkflowModule()Retrieves the workflow module objectBaseResourceExtension.getWorkflowModule()Retrieves the workflow system objectfinal IWorkflowModuleBaseStorageResourceExtension.getWorkflowModule()Retrieves the workflow system object -
Uses of IWorkflowModule in com.axemble.vdoc.sdk.document.fields.base
Methods in com.axemble.vdoc.sdk.document.fields.base that return IWorkflowModuleModifier and TypeMethodDescriptionprotected IWorkflowModuleBaseWorkflowField.getWorkflowModule() -
Uses of IWorkflowModule in com.axemble.vdoc.sdk.impl
Classes in com.axemble.vdoc.sdk.impl that implement IWorkflowModuleModifier and TypeClassDescriptionclasscom.axemble.vdoc.sdk.impl.ProcessWorkflowModuleclassThis Module extends the SDK ProcessWorkflowModule for VDocReport specific needsclassImplementation for Workflow module -
Uses of IWorkflowModule in com.axemble.vdoc.sdk.link.extensions
Methods in com.axemble.vdoc.sdk.link.extensions that return IWorkflowModuleModifier and TypeMethodDescriptionprotected IWorkflowModuleBaseLinkExtension.getWorkflowModule() -
Uses of IWorkflowModule in com.axemble.vdoc.sdk.mail.extensions
Methods in com.axemble.vdoc.sdk.mail.extensions that return IWorkflowModuleModifier and TypeMethodDescriptionprotected final IWorkflowModuleBaseMailExtension.getWorkflowModule() -
Uses of IWorkflowModule in com.axemble.vdoc.sdk.mapping.extensions
Methods in com.axemble.vdoc.sdk.mapping.extensions that return IWorkflowModuleModifier and TypeMethodDescriptionprotected IWorkflowModuleBaseMappingExtension.getWorkflowModule() -
Uses of IWorkflowModule in com.axemble.vdoc.sdk.packaging.extensions
Methods in com.axemble.vdoc.sdk.packaging.extensions that return IWorkflowModuleModifier and TypeMethodDescriptionprotected final IWorkflowModuleBaseTargetExtension.getWorkflowModule()protected final IWorkflowModuleBaseTaskExtension.getWorkflowModule() -
Uses of IWorkflowModule in com.axemble.vdoc.sdk.providers
Methods in com.axemble.vdoc.sdk.providers that return IWorkflowModuleModifier and TypeMethodDescriptionprotected final IWorkflowModuleBaseBrowsableViewProvider.getWorkflowModule()protected final IWorkflowModuleBaseContentProvider.getWorkflowModule()protected final IWorkflowModuleBaseFormProvider.getWorkflowModule()protected final IWorkflowModuleBaseGroupProvider.getWorkflowModule()protected final IWorkflowModuleBaseSectionProvider.getWorkflowModule()protected final IWorkflowModuleBaseSheetProvider.getWorkflowModule()protected final IWorkflowModuleBaseViewProvider.getWorkflowModule()protected final IWorkflowModuleBaseWizardProvider.getWorkflowModule() -
Uses of IWorkflowModule in com.axemble.vdoc.sdk.providers.io
Fields in com.axemble.vdoc.sdk.providers.io declared as IWorkflowModule -
Uses of IWorkflowModule in com.axemble.vdoc.sdk.providers.search
Methods in com.axemble.vdoc.sdk.providers.search that return IWorkflowModuleModifier and TypeMethodDescriptionprotected IWorkflowModuleIncludedForm.getWorkflowModule()protected IWorkflowModuleIncludedSheet.getWorkflowModule()Methods in com.axemble.vdoc.sdk.providers.search with parameters of type IWorkflowModuleModifier and TypeMethodDescriptionbooleanIncludedView.evaluate(IWorkflowModule workflowModule, IContext context, Collection instances) -
Uses of IWorkflowModule in com.axemble.vdoc.sdk.utils
Methods in com.axemble.vdoc.sdk.utils with parameters of type IWorkflowModuleModifier and TypeMethodDescriptionIAIAgentUtils.serializeResource(IWorkflowModule workflowModule, IResource resource, Collection<String> propertiesContext, boolean showLabel, String language) Serialize a resource to a text format -
Uses of IWorkflowModule in com.axemble.vdoc.sdk.view.extensions
Methods in com.axemble.vdoc.sdk.view.extensions that return IWorkflowModuleModifier and TypeMethodDescriptionfinal IWorkflowModuleBaseViewExtension.getWorkflowModule()Retrieves the workflow system object. -
Uses of IWorkflowModule in com.axemble.vdoc.sdk.workflow.extensions
Methods in com.axemble.vdoc.sdk.workflow.extensions that return IWorkflowModuleModifier and TypeMethodDescriptionfinal IWorkflowModuleBaseResourceDefinitionExtension.getWorkflowModule()BaseWorkflowExtension.getWorkflowModule() -
Uses of IWorkflowModule in com.vdoc.sdk.commons.ui.document.fields
Methods in com.vdoc.sdk.commons.ui.document.fields that return IWorkflowModuleModifier and TypeMethodDescriptionprotected IWorkflowModuleBaseAdvancedField.getWorkflowModule() -
Uses of IWorkflowModule in com.vdoc.sdk.commons.ui.utils
Methods in com.vdoc.sdk.commons.ui.utils with parameters of type IWorkflowModuleModifier and TypeMethodDescriptionstatic IResourceNavigatorUtils.getCurrentResource(IWorkflowModule workflowModule) Method used to get current resource in which our screen is included.protected static IResourceNavigatorUtils.getCurrentResource(IWorkflowModule workflowModule, com.axemble.vdp.ui.framework.foundation.Navigator navigator) Gets the current resource of aNavigatorstatic IWorkflowInstanceNavigatorUtils.getCurrentWorkflowInstance(IWorkflowModule workflowModule) Find current Workflow instancestatic IWorkflowInstanceNavigatorUtils.getWorkflowInstanceByNavigatorId(String navigatorId, IWorkflowModule iWorkflowModule) Get the workflow instance by a Navigator ID -
Uses of IWorkflowModule in com.vdoc.sdk.commons.ui.widget.view.inline.edit.interfaces.impl
Fields in com.vdoc.sdk.commons.ui.widget.view.inline.edit.interfaces.impl declared as IWorkflowModule -
Uses of IWorkflowModule in com.vdoc.sdk.commons.utils
Methods in com.vdoc.sdk.commons.utils with parameters of type IWorkflowModuleModifier and TypeMethodDescriptionstatic IResourceResourceUtils.cloneLinkedResource(IWorkflowModule workflowModule, IContext context, ILinkedResource linkedResource, String parentField) Clone aILinkedResourcestatic ILinkedResourceResourceUtils.cloneLinkedResource(IWorkflowModule workflowModule, IContext context, ILinkedResource linkedResource, String parentField, List<String> propertiesName, Boolean exclude) Clone aILinkedResource
You can exclude some properties by passing ListpropertiesName and the Boolean exclude to true
You can choose the properties you want to copy by passing ListpropertiesName and the Boolean exclude to false static IResourceResourceUtils.cloneLinkedResource(IWorkflowModule workflowModule, IContext context, IWorkflowInstance destinationWorkflowInstance, ILinkedResource linkedResource, String parentField) Clone aILinkedResourcestatic ILinkedResourceResourceUtils.cloneLinkedResource(IWorkflowModule workflowModule, IContext context, IWorkflowInstance destinationWorkflowInstance, ILinkedResource linkedResource, String parentField, List<String> propertiesName, Boolean exclude) Clone aILinkedResource
You can exclude some properties by passing ArrayListpropertiesName and the Boolean exclude to true
You can choose the properties you want to copy by passing ArrayListpropertiesName and the Boolean exclude to false static IResourceResourceUtils.cloneResource(IWorkflowModule workflowModule, IContext context, IResource resource) Clone aIResourcestatic IResourceResourceUtils.cloneResource(IWorkflowModule workflowModule, IContext context, IResource resource, List<String> propertiesName, Boolean exclude) Clone aIStorageResourceor aIWorkflowInstance
You can exclude some properties by passing ArrayListpropertiesName and set the Boolean exclude argument to Boolean.TRUE.
You can choose the properties you want to copy by passing ArrayListpropertiesName and the Boolean exclude to false static voidResourceUtils.copyAttachement(IWorkflowModule workflowModule, IResource targetResource, String targetPropertyName, Collection<? extends IAttachment> attachementCollection) Deprecated.use copyAttachment insteadstatic voidResourceUtils.copyAttachment(IWorkflowModule workflowModule, IResource sourceResource, IResource targetResource, String sourcePropertyName, String targetPropertyName, boolean withReplacement) copy an file property to another file property.static voidResourceUtils.copyAttachment(IWorkflowModule workflowModule, IResource targetResource, String targetPropertyName, Collection<? extends IAttachment> attachementCollection) static voidResourceUtils.copyResource(IWorkflowModule workflowModule, IContext context, IResource sourceResource, IResource targetResource, List<String> propertiesName) static voidResourceUtils.copyResource(IWorkflowModule workflowModule, IContext context, IResource sourceResource, IResource targetResource, List<String> propertiesName, Boolean exclude) Copy the values from the source resource to the target resource
You can exclude some properties by passing ArrayListpropertiesName and the Boolean exclude to true
You can choose the properties you want to copy by passing ArrayListpropertiesName and the Boolean exclude to false static voidResourceUtils.copyResource(IWorkflowModule workflowModule, IContext context, IResource sourceResource, IResource targetResource, Map<String, String> propertiesMapping) Copy values from a resource to another by specifying a properties mapping.static voidWorkflowInstanceUtils.endTaskInstance(IWorkflowModule workflowModule, IWorkflowInstance workflowInstance, String actionName, IUser actor, String comment) end the currentITaskInstance.static voidWorkflowInstanceUtils.endTaskInstanceWithFirstOperator(IWorkflowModule workflowModule, IWorkflowInstance workflowInstance, String actionName) static voidWorkflowInstanceUtils.endTaskInstanceWithFirstOperator(IWorkflowModule workflowModule, IWorkflowInstance workflowInstance, String actionName, String comment) with actor = null and comment = "WorkflowHelper.endTaskInstance"static voidWorkflowInstanceUtils.endTaskInstanceWithUser(IWorkflowModule workflowModule, IWorkflowInstance workflowInstance, String actionName, IUser actor) static voidWorkflowInstanceUtils.endTaskInstanceWithUser(IWorkflowModule workflowModule, IWorkflowInstance workflowInstance, String actionName, IUser actor, String comment) static IWorkflowWorkflowUtils.getChildWorkflow(IWorkflowModule workflowModule, IWorkflowContainer workflowContainer, IWorkflow parentWorkflow) Get a workflow for a parentWorkflow, depends on the lifecycle statusstatic Collection<IOptionList.IOption> InternationalizationUtils.getLocaleList(IWorkflowModule workflowModule) Gets available locale liststatic IWorkflowWorkflowUtils.getWorkflow(IWorkflowModule workflowModule, IWorkflowContainer workflowContainer) Return the IWorkflow with lifecycle status closest to PRODUCTION (EXPIRED status is considered as low as UNKNOWN)static IWorkflowInstanceWorkflowInstanceUtils.getWorkflowInstance(IWorkflowModule workflowModule, IResource resource) getWorkflowInstancestatic voidResourceUtils.removeAttachment(IWorkflowModule workflowModule, IResource resource, String fieldName, String fileName) Remove anIAttachmentfor anIResource -
Uses of IWorkflowModule in com.vdoc.sdk.commons.utils.copy.properties
Methods in com.vdoc.sdk.commons.utils.copy.properties that return IWorkflowModuleMethods in com.vdoc.sdk.commons.utils.copy.properties with parameters of type IWorkflowModuleModifier and TypeMethodDescriptionPropertyCopyConfigurationBuilder.setWorkflowModule(IWorkflowModule workflowModule)