Uses of Class
com.logicaldoc.workflow.model.WorkflowDefinition
Packages that use WorkflowDefinition
Package
Description
Classes to represent our Workflow model into the Activiti BPMN
- 
Uses of WorkflowDefinition in com.logicaldoc.workflowMethods in com.logicaldoc.workflow that return WorkflowDefinitionModifier and TypeMethodDescriptionstatic WorkflowDefinitionWorkflowUtil.getWorkflowDefinition(WorkflowTemplate template) Builds the object model of the workflow
- 
Uses of WorkflowDefinition in com.logicaldoc.workflow.transformMethods in com.logicaldoc.workflow.transform that return WorkflowDefinitionModifier and TypeMethodDescriptionWorkflowTransformService.fromXmlToModel(String xmlData) Converts the XML specification into a Workflow modelWorkflowTransformService.retrieveWorkflowModels(Serializable binarayContent) Methods in com.logicaldoc.workflow.transform with parameters of type WorkflowDefinitionModifier and TypeMethodDescriptionWorkflowTransformService.fromModelToBPMN(WorkflowDefinition workflowDefinition) Convert a workflow model to the BPMN content
- 
Uses of WorkflowDefinition in com.logicaldoc.workflow.webMethods in com.logicaldoc.workflow.web with parameters of type WorkflowDefinitionModifier and TypeMethodDescriptionstatic com.logicaldoc.gui.common.client.beans.GUIWorkflowWorkflowServiceImpl.buildGUIWorkflow(WorkflowDefinition definition)