Uses of Class
org.alfresco.service.cmr.workflow.WorkflowInstance
-
-
Uses of WorkflowInstance in org.alfresco.repo.forms.processor.workflow
Methods in org.alfresco.repo.forms.processor.workflow that return WorkflowInstance Modifier and Type Method Description WorkflowInstanceWorkflowFormPersister. persist()Methods in org.alfresco.repo.forms.processor.workflow that return types with arguments of type WorkflowInstance Modifier and Type Method Description protected 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 WorkflowInstance Modifier and Type Method Description booleanVirtualWorkflowPackageExtension. setWorkflowForPackage(WorkflowInstance instance) -
Uses of WorkflowInstance in org.alfresco.repo.workflow
Methods in org.alfresco.repo.workflow that return WorkflowInstance Modifier and Type Method Description WorkflowInstanceWorkflowBuilder. build()WorkflowInstanceWorkflowComponent. cancelWorkflow(java.lang.String workflowId)Cancel an "in-flight" Workflow instanceWorkflowInstanceWorkflowServiceImpl. cancelWorkflow(java.lang.String workflowId)WorkflowInstanceWorkflowObjectFactory. createInstance(java.lang.String id, WorkflowDefinition definition, java.util.Map<java.lang.String,java.lang.Object> variables, boolean isActive, java.util.Date startDate, java.util.Date endDate)WorkflowInstanceWorkflowComponent. deleteWorkflow(java.lang.String workflowId)Delete an "in-flight" Workflow instanceWorkflowInstanceWorkflowServiceImpl. deleteWorkflow(java.lang.String workflowId)WorkflowInstanceWorkflowComponent. getWorkflowById(java.lang.String workflowId)Gets a specific workflow instancesWorkflowInstanceWorkflowServiceImpl. getWorkflowById(java.lang.String workflowId)Gets a specific workflow instancesMethods in org.alfresco.repo.workflow that return types with arguments of type WorkflowInstance Modifier and Type Method Description java.util.List<WorkflowInstance>WorkflowComponent. cancelWorkflows(java.util.List<java.lang.String> workflowIds)Cancel a batch of "in-flight" Workflow instancesjava.util.List<WorkflowInstance>WorkflowServiceImpl. cancelWorkflows(java.util.List<java.lang.String> workflowIds)java.util.List<WorkflowInstance>WorkflowComponent. getActiveWorkflows()Gets all "in-flight" active workflow instances.java.util.List<WorkflowInstance>WorkflowComponent. getActiveWorkflows(java.lang.String workflowDefinitionId)Gets all "in-flight" active workflow instances of the specified Workflow Definitionjava.util.List<WorkflowInstance>WorkflowServiceImpl. getActiveWorkflows()Gets all active workflow instances.java.util.List<WorkflowInstance>WorkflowServiceImpl. getActiveWorkflows(java.lang.String workflowDefinitionId)Gets all active workflow instances of the specified Workflow Definitionjava.util.List<WorkflowInstance>WorkflowComponent. getCompletedWorkflows()Gets all completed workflow instances.java.util.List<WorkflowInstance>WorkflowComponent. getCompletedWorkflows(java.lang.String workflowDefinitionId)Gets all "in-flight" completed workflow instances of the specified Workflow Definitionjava.util.List<WorkflowInstance>WorkflowServiceImpl. getCompletedWorkflows()Gets all completed workflow instances.java.util.List<WorkflowInstance>WorkflowServiceImpl. getCompletedWorkflows(java.lang.String workflowDefinitionId)Gets all completed workflow instances of the specified Workflow Definitionjava.util.List<WorkflowInstance>WorkflowComponent. getWorkflows()Gets all workflow instances (both active and completed).java.util.List<WorkflowInstance>WorkflowComponent. getWorkflows(java.lang.String workflowDefinitionId)Gets all "in-flight" workflow instances (both active and completed) of the specified Workflow Definitionjava.util.List<WorkflowInstance>WorkflowComponent. getWorkflows(WorkflowInstanceQuery workflowInstanceQuery)Gets all "in-flight" workflow instances according to the specified workflowInstanceQuery parameterjava.util.List<WorkflowInstance>WorkflowComponent. getWorkflows(WorkflowInstanceQuery workflowInstanceQuery, int maxItems, int skipCount)Gets maxItems "in-flight" workflow instances according to the specified workflowInstanceQuery parameterjava.util.List<WorkflowInstance>WorkflowServiceImpl. getWorkflows()Gets all workflow instances (both active and completed).java.util.List<WorkflowInstance>WorkflowServiceImpl. getWorkflows(java.lang.String workflowDefinitionId)Gets all workflow instances (both active and completed) of the specified Workflow Definitionjava.util.List<WorkflowInstance>WorkflowServiceImpl. getWorkflows(WorkflowInstanceQuery workflowInstanceQuery)java.util.List<WorkflowInstance>WorkflowServiceImpl. getWorkflows(WorkflowInstanceQuery workflowInstanceQuery, int maxItems, int skipCount)java.util.List<WorkflowInstance>WorkflowServiceImpl. getWorkflowsForContent(org.alfresco.service.cmr.repository.NodeRef packageItem, boolean active)Methods in org.alfresco.repo.workflow with parameters of type WorkflowInstance Modifier and Type Method Description WorkflowPathWorkflowObjectFactory. createPath(java.lang.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 WorkflowInstance Modifier and Type Method Description WorkflowInstanceActivitiWorkflowEngine. cancelWorkflow(java.lang.String workflowId)Cancel an "in-flight" Workflow instanceWorkflowInstanceActivitiTypeConverter. convert(org.activiti.engine.history.HistoricProcessInstance historicProcessInstance)WorkflowInstanceActivitiTypeConverter. convert(org.activiti.engine.history.HistoricProcessInstance instance, java.util.Map<java.lang.String,java.lang.Object> collectedvariables)WorkflowInstanceActivitiTypeConverter. convert(org.activiti.engine.runtime.ProcessInstance instance)WorkflowInstanceActivitiTypeConverter. convertAndSetVariables(org.activiti.engine.runtime.ProcessInstance instance, java.util.Map<java.lang.String,java.lang.Object> collectedvariables)WorkflowInstanceActivitiTypeConverter. convertToInstanceAndSetVariables(org.activiti.engine.history.HistoricProcessInstance historicProcessInstance, java.util.Map<java.lang.String,java.lang.Object> collectedVariables)WorkflowInstanceActivitiWorkflowEngine. deleteWorkflow(java.lang.String workflowId)Delete an "in-flight" Workflow instanceWorkflowInstanceActivitiWorkflowEngine. getWorkflowById(java.lang.String workflowId)Gets a specific workflow instancesMethods in org.alfresco.repo.workflow.activiti that return types with arguments of type WorkflowInstance Modifier and Type Method Description java.util.List<WorkflowInstance>ActivitiWorkflowEngine. cancelWorkflows(java.util.List<java.lang.String> workflowIds)java.util.List<WorkflowInstance>ActivitiWorkflowEngine. getActiveWorkflows()Gets all "in-flight" active workflow instances.java.util.List<WorkflowInstance>ActivitiWorkflowEngine. getActiveWorkflows(java.lang.String workflowDefinitionId)Gets all "in-flight" active workflow instances of the specified Workflow Definitionjava.util.List<WorkflowInstance>ActivitiWorkflowEngine. getCompletedWorkflows()Gets all completed workflow instances.java.util.List<WorkflowInstance>ActivitiWorkflowEngine. getCompletedWorkflows(java.lang.String workflowDefinitionId)Gets all "in-flight" completed workflow instances of the specified Workflow Definitionjava.util.List<WorkflowInstance>ActivitiWorkflowEngine. getWorkflows()Gets all workflow instances (both active and completed).java.util.List<WorkflowInstance>ActivitiWorkflowEngine. getWorkflows(java.lang.String workflowDefinitionId)Gets all "in-flight" workflow instances (both active and completed) of the specified Workflow Definitionjava.util.List<WorkflowInstance>ActivitiWorkflowEngine. getWorkflows(WorkflowInstanceQuery workflowInstanceQuery)java.util.List<WorkflowInstance>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 WorkflowInstance Constructor Description JscriptWorkflowInstance(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 WorkflowInstance Modifier and Type Field Description WorkflowInstanceWorkflowPath. instanceDeprecated.Methods in org.alfresco.service.cmr.workflow that return WorkflowInstance Modifier and Type Method Description WorkflowInstanceWorkflowService. cancelWorkflow(java.lang.String workflowId)Cancel an "in-flight" Workflow instanceWorkflowInstanceWorkflowService. deleteWorkflow(java.lang.String workflowId)Delete a Workflow instance.WorkflowInstanceWorkflowPath. getInstance()WorkflowInstanceWorkflowService. getWorkflowById(java.lang.String workflowId)Gets a specific workflow instancesMethods in org.alfresco.service.cmr.workflow that return types with arguments of type WorkflowInstance Modifier and Type Method Description java.util.List<WorkflowInstance>WorkflowService. cancelWorkflows(java.util.List<java.lang.String> workflowIds)Cancel a batch of "in-flight" Workflow instancesjava.util.List<WorkflowInstance>WorkflowService. getActiveWorkflows()Gets all active workflow instances.java.util.List<WorkflowInstance>WorkflowService. getActiveWorkflows(java.lang.String workflowDefinitionId)Gets all active workflow instances of the specified Workflow Definitionjava.util.List<WorkflowInstance>WorkflowService. getCompletedWorkflows()Gets all completed workflow instances.java.util.List<WorkflowInstance>WorkflowService. getCompletedWorkflows(java.lang.String workflowDefinitionId)Gets all completed workflow instances of the specified Workflow Definitionjava.util.List<WorkflowInstance>WorkflowService. getWorkflows()Gets all workflow instances (both active and completed).java.util.List<WorkflowInstance>WorkflowService. getWorkflows(java.lang.String workflowDefinitionId)Gets all workflow instances (both active and completed) of the specified Workflow Definitionjava.util.List<WorkflowInstance>WorkflowService. getWorkflows(WorkflowInstanceQuery workflowInstanceQuery)Gets all "in-flight" workflow instances according to the specified workflowInstanceQuery parameterjava.util.List<WorkflowInstance>WorkflowService. 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 requestjava.util.List<WorkflowInstance>WorkflowService. getWorkflowsForContent(org.alfresco.service.cmr.repository.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 WorkflowInstance Constructor Description WorkflowPath(java.lang.String id, WorkflowInstance instance, WorkflowNode node, boolean active)
-