Uses of Class
org.alfresco.service.cmr.workflow.WorkflowDefinition
Packages that use WorkflowDefinition
Package
Description
-
Uses of WorkflowDefinition in org.alfresco.repo.forms.processor.workflow
Methods in org.alfresco.repo.forms.processor.workflow that return WorkflowDefinitionModifier and TypeMethodDescriptionprotected WorkflowDefinitionWorkflowFormProcessor.getTypedItemForDecodedId(String itemId) Methods in org.alfresco.repo.forms.processor.workflow with parameters of type WorkflowDefinitionModifier and TypeMethodDescriptionprotected Map<QName,Serializable> WorkflowFormProcessor.getAssociationValues(WorkflowDefinition item) protected TypeDefinitionWorkflowFormProcessor.getBaseType(WorkflowDefinition item) protected StringWorkflowFormProcessor.getItemType(WorkflowDefinition item) protected StringWorkflowFormProcessor.getItemURI(WorkflowDefinition item) protected Map<QName,Serializable> WorkflowFormProcessor.getPropertyValues(WorkflowDefinition item) WorkflowFormProcessor.getTransientValues(WorkflowDefinition item) protected ContentModelFormPersister<WorkflowInstance>WorkflowFormProcessor.makeFormPersister(WorkflowDefinition item) -
Uses of WorkflowDefinition in org.alfresco.repo.workflow
Methods in org.alfresco.repo.workflow that return WorkflowDefinitionModifier and TypeMethodDescriptionWorkflowObjectFactory.createDefinition(String defId, String defName, int version, String defaultTitle, String defaultDescription, WorkflowTaskDefinition startTaskDef) Create a newWorkflowDefinition.WorkflowInterpreter.getCurrentWorkflowDef()Get currently used workflow definitionWorkflowComponent.getDefinitionById(String workflowDefinitionId) Gets a Workflow Definition by unique IdWorkflowServiceImpl.getDefinitionById(String workflowDefinitionId) WorkflowComponent.getDefinitionByName(String workflowName) Gets a Workflow Definition by unique nameWorkflowServiceImpl.getDefinitionByName(String workflowName) Methods in org.alfresco.repo.workflow that return types with arguments of type WorkflowDefinitionModifier and TypeMethodDescriptionWorkflowComponent.getAllDefinitions()Gets all deployed Workflow Definitions (with all previous versions)WorkflowServiceImpl.getAllDefinitions()WorkflowComponent.getAllDefinitionsByName(String workflowName) Gets all (including previous) Workflow Definitions for the given unique nameWorkflowServiceImpl.getAllDefinitionsByName(String workflowName) WorkflowComponent.getDefinitions()Gets all deployed Workflow DefinitionsWorkflowServiceImpl.getDefinitions()Methods in org.alfresco.repo.workflow with parameters of type WorkflowDefinitionModifier and TypeMethodDescriptionWorkflowObjectFactory.createDeployment(WorkflowDefinition wfDef, String... problems) Create a newWorkflowDeployment.WorkflowObjectFactory.createInstance(String id, WorkflowDefinition definition, Map<String, Object> variables, boolean isActive, Date startDate, Date endDate) Constructors in org.alfresco.repo.workflow with parameters of type WorkflowDefinitionModifierConstructorDescriptionWorkflowBuilder(WorkflowDefinition definition, WorkflowService workflowService, NodeService nodeService, BehaviourFilter behaviourFilter) -
Uses of WorkflowDefinition in org.alfresco.repo.workflow.activiti
Methods in org.alfresco.repo.workflow.activiti that return WorkflowDefinitionModifier and TypeMethodDescriptionActivitiTypeConverter.convert(org.activiti.engine.repository.ProcessDefinition definition) Convert aProcessDefinitioninto aWorkflowDefinition.ActivitiWorkflowEngine.getDefinitionById(String workflowDefinitionId) Gets a Workflow Definition by unique IdActivitiWorkflowEngine.getDefinitionByName(String workflowName) Gets a Workflow Definition by unique nameMethods in org.alfresco.repo.workflow.activiti that return types with arguments of type WorkflowDefinitionModifier and TypeMethodDescriptionActivitiWorkflowEngine.getAllDefinitions()Gets all deployed Workflow Definitions (with all previous versions)ActivitiWorkflowEngine.getAllDefinitionsByName(String workflowName) Gets all (including previous) Workflow Definitions for the given unique nameActivitiWorkflowEngine.getDefinitions()Gets all deployed Workflow Definitions -
Uses of WorkflowDefinition in org.alfresco.repo.workflow.jscript
Constructors in org.alfresco.repo.workflow.jscript with parameters of type WorkflowDefinitionModifierConstructorDescriptionJscriptWorkflowDefinition(WorkflowDefinition cmrWorkflowDefinition, ServiceRegistry serviceRegistry, org.mozilla.javascript.Scriptable scope) Create a new instance ofWorkflowDefinitionfrom a CMR workflow object model WorkflowDefinition instance -
Uses of WorkflowDefinition in org.alfresco.service.cmr.workflow
Fields in org.alfresco.service.cmr.workflow declared as WorkflowDefinitionModifier and TypeFieldDescriptionWorkflowDeployment.definitionDeprecated.WorkflowInstance.definitionDeprecated.Methods in org.alfresco.service.cmr.workflow that return WorkflowDefinitionModifier and TypeMethodDescriptionWorkflowDeployment.getDefinition()WorkflowInstance.getDefinition()WorkflowService.getDefinitionById(String workflowDefinitionId) Gets a Workflow Definition by unique IdWorkflowService.getDefinitionByName(String workflowName) Gets the latest Workflow Definition by unique nameMethods in org.alfresco.service.cmr.workflow that return types with arguments of type WorkflowDefinitionModifier and TypeMethodDescriptionWorkflowService.getAllDefinitions()Gets all deployed Workflow Definitions (with all previous versions)WorkflowService.getAllDefinitionsByName(String workflowName) Gets all (including previous) Workflow Definitions for the given unique nameWorkflowService.getDefinitions()Gets latest deployed Workflow DefinitionsConstructors in org.alfresco.service.cmr.workflow with parameters of type WorkflowDefinitionModifierConstructorDescriptionWorkflowDeployment(WorkflowDefinition definition, String... problems) WorkflowInstance(String id, WorkflowDefinition definition, String description, NodeRef initiator, NodeRef workflowPackage, NodeRef context, boolean active, Date startDate, Date endDate)