Uses of Class
org.alfresco.service.cmr.workflow.WorkflowInstance
Packages that use WorkflowInstance
Package
Description
-
Uses of WorkflowInstance in org.alfresco.repo.forms.processor.workflow
Methods in org.alfresco.repo.forms.processor.workflow that return WorkflowInstanceMethods in org.alfresco.repo.forms.processor.workflow that return types with arguments of type WorkflowInstanceModifier and TypeMethodDescriptionprotected ContentModelFormPersister<WorkflowInstance>WorkflowFormProcessor.makeFormPersister(WorkflowDefinition item) -
Uses of WorkflowInstance in org.alfresco.repo.virtual.bundle
Methods in org.alfresco.repo.virtual.bundle with parameters of type WorkflowInstanceModifier and TypeMethodDescriptionbooleanVirtualWorkflowPackageExtension.setWorkflowForPackage(WorkflowInstance instance) -
Uses of WorkflowInstance in org.alfresco.repo.workflow
Methods in org.alfresco.repo.workflow that return WorkflowInstanceModifier and TypeMethodDescriptionWorkflowBuilder.build()WorkflowComponent.cancelWorkflow(String workflowId) Cancel an "in-flight" Workflow instanceWorkflowServiceImpl.cancelWorkflow(String workflowId) WorkflowObjectFactory.createInstance(String id, WorkflowDefinition definition, Map<String, Object> variables, boolean isActive, Date startDate, Date endDate) WorkflowComponent.deleteWorkflow(String workflowId) Delete an "in-flight" Workflow instanceWorkflowServiceImpl.deleteWorkflow(String workflowId) WorkflowComponent.getWorkflowById(String workflowId) Gets a specific workflow instancesWorkflowServiceImpl.getWorkflowById(String workflowId) Gets a specific workflow instancesMethods in org.alfresco.repo.workflow that return types with arguments of type WorkflowInstanceModifier and TypeMethodDescriptionWorkflowComponent.cancelWorkflows(List<String> workflowIds) Cancel a batch of "in-flight" Workflow instancesWorkflowServiceImpl.cancelWorkflows(List<String> workflowIds) WorkflowComponent.getActiveWorkflows()Gets all "in-flight" active workflow instances.WorkflowComponent.getActiveWorkflows(String workflowDefinitionId) Gets all "in-flight" active workflow instances of the specified Workflow DefinitionWorkflowServiceImpl.getActiveWorkflows()Gets all active workflow instances.WorkflowServiceImpl.getActiveWorkflows(String workflowDefinitionId) Gets all active workflow instances of the specified Workflow DefinitionWorkflowComponent.getCompletedWorkflows()Gets all completed workflow instances.WorkflowComponent.getCompletedWorkflows(String workflowDefinitionId) Gets all "in-flight" completed workflow instances of the specified Workflow DefinitionWorkflowServiceImpl.getCompletedWorkflows()Gets all completed workflow instances.WorkflowServiceImpl.getCompletedWorkflows(String workflowDefinitionId) Gets all completed workflow instances of the specified Workflow DefinitionWorkflowComponent.getWorkflows()Gets all workflow instances (both active and completed).WorkflowComponent.getWorkflows(String workflowDefinitionId) Gets all "in-flight" workflow instances (both active and completed) of the specified Workflow DefinitionWorkflowComponent.getWorkflows(WorkflowInstanceQuery workflowInstanceQuery) Gets all "in-flight" workflow instances according to the specified workflowInstanceQuery parameterWorkflowComponent.getWorkflows(WorkflowInstanceQuery workflowInstanceQuery, int maxItems, int skipCount) Gets maxItems "in-flight" workflow instances according to the specified workflowInstanceQuery parameterWorkflowServiceImpl.getWorkflows()Gets all workflow instances (both active and completed).WorkflowServiceImpl.getWorkflows(String workflowDefinitionId) Gets all workflow instances (both active and completed) of the specified Workflow DefinitionWorkflowServiceImpl.getWorkflows(WorkflowInstanceQuery workflowInstanceQuery) WorkflowServiceImpl.getWorkflows(WorkflowInstanceQuery workflowInstanceQuery, int maxItems, int skipCount) WorkflowServiceImpl.getWorkflowsForContent(NodeRef packageItem, boolean active) Methods in org.alfresco.repo.workflow with parameters of type WorkflowInstanceModifier and TypeMethodDescriptionWorkflowObjectFactory.createPath(String id, WorkflowInstance wfInstance, WorkflowNode node, boolean isActive) booleanWorkflowPackageComponent.setWorkflowForPackage(WorkflowInstance instance) Initialises the workflow package node on theWorkflowInstance, adding the appropriate aspect and setting the appropriate properties to mark it as a package for the givenWorkflowInstance.booleanWorkflowPackageImpl.setWorkflowForPackage(WorkflowInstance instance) Initialises the workflow package node on theWorkflowInstance, adding the appropriate aspect and setting the appropriate properties to mark it as a package for the givenWorkflowInstance. -
Uses of WorkflowInstance in org.alfresco.repo.workflow.activiti
Methods in org.alfresco.repo.workflow.activiti that return WorkflowInstanceModifier and TypeMethodDescriptionActivitiWorkflowEngine.cancelWorkflow(String workflowId) Cancel an "in-flight" Workflow instanceActivitiTypeConverter.convert(org.activiti.engine.history.HistoricProcessInstance historicProcessInstance) ActivitiTypeConverter.convert(org.activiti.engine.history.HistoricProcessInstance instance, Map<String, Object> collectedvariables) ActivitiTypeConverter.convert(org.activiti.engine.runtime.ProcessInstance instance) ActivitiTypeConverter.convertAndSetVariables(org.activiti.engine.runtime.ProcessInstance instance, Map<String, Object> collectedvariables) ActivitiTypeConverter.convertToInstanceAndSetVariables(org.activiti.engine.history.HistoricProcessInstance historicProcessInstance, Map<String, Object> collectedVariables) ActivitiWorkflowEngine.deleteWorkflow(String workflowId) Delete an "in-flight" Workflow instanceActivitiWorkflowEngine.getWorkflowById(String workflowId) Gets a specific workflow instancesMethods in org.alfresco.repo.workflow.activiti that return types with arguments of type WorkflowInstanceModifier and TypeMethodDescriptionActivitiWorkflowEngine.cancelWorkflows(List<String> workflowIds) ActivitiWorkflowEngine.getActiveWorkflows()Gets all "in-flight" active workflow instances.ActivitiWorkflowEngine.getActiveWorkflows(String workflowDefinitionId) Gets all "in-flight" active workflow instances of the specified Workflow DefinitionActivitiWorkflowEngine.getCompletedWorkflows()Gets all completed workflow instances.ActivitiWorkflowEngine.getCompletedWorkflows(String workflowDefinitionId) Gets all "in-flight" completed workflow instances of the specified Workflow DefinitionActivitiWorkflowEngine.getWorkflows()Gets all workflow instances (both active and completed).ActivitiWorkflowEngine.getWorkflows(String workflowDefinitionId) Gets all "in-flight" workflow instances (both active and completed) of the specified Workflow DefinitionActivitiWorkflowEngine.getWorkflows(WorkflowInstanceQuery workflowInstanceQuery) ActivitiWorkflowEngine.getWorkflows(WorkflowInstanceQuery workflowInstanceQuery, int maxItems, int skipCount) -
Uses of WorkflowInstance in org.alfresco.repo.workflow.jscript
Constructors in org.alfresco.repo.workflow.jscript with parameters of type WorkflowInstanceModifierConstructorDescriptionJscriptWorkflowInstance(WorkflowInstance cmrWorkflowInstance, ServiceRegistry serviceRegistry, org.mozilla.javascript.Scriptable scope) Create a new instance ofWorkflowInstancefrom a WorkflowInstance object from the CMR workflow object model -
Uses of WorkflowInstance in org.alfresco.service.cmr.workflow
Fields in org.alfresco.service.cmr.workflow declared as WorkflowInstanceMethods in org.alfresco.service.cmr.workflow that return WorkflowInstanceModifier and TypeMethodDescriptionWorkflowService.cancelWorkflow(String workflowId) Cancel an "in-flight" Workflow instanceWorkflowService.deleteWorkflow(String workflowId) Delete a Workflow instance.WorkflowPath.getInstance()WorkflowService.getWorkflowById(String workflowId) Gets a specific workflow instancesMethods in org.alfresco.service.cmr.workflow that return types with arguments of type WorkflowInstanceModifier and TypeMethodDescriptionWorkflowService.cancelWorkflows(List<String> workflowIds) Cancel a batch of "in-flight" Workflow instancesWorkflowService.getActiveWorkflows()Gets all active workflow instances.WorkflowService.getActiveWorkflows(String workflowDefinitionId) Gets all active workflow instances of the specified Workflow DefinitionWorkflowService.getCompletedWorkflows()Gets all completed workflow instances.WorkflowService.getCompletedWorkflows(String workflowDefinitionId) Gets all completed workflow instances of the specified Workflow DefinitionWorkflowService.getWorkflows()Gets all workflow instances (both active and completed).WorkflowService.getWorkflows(String workflowDefinitionId) Gets all workflow instances (both active and completed) of the specified Workflow DefinitionWorkflowService.getWorkflows(WorkflowInstanceQuery workflowInstanceQuery) Gets all "in-flight" workflow instances according to the specified workflowInstanceQuery parameterWorkflowService.getWorkflows(WorkflowInstanceQuery workflowInstanceQuery, int maxItems, int skipCount) Gets maxItems "in-flight" workflow instances according to the specified workflowInstanceQuery parameter Get maxItems and skipCount parameters form requestWorkflowService.getWorkflowsForContent(NodeRef packageItem, boolean active) Gets the Workflows that act upon the specified Repository content.Constructors in org.alfresco.service.cmr.workflow with parameters of type WorkflowInstanceModifierConstructorDescriptionWorkflowPath(String id, WorkflowInstance instance, WorkflowNode node, boolean active)