Uses of Class
com.logicaldoc.workflow.model.WorkflowDefinition
-
Packages that use WorkflowDefinition Package Description com.logicaldoc.workflow com.logicaldoc.workflow.data com.logicaldoc.workflow.service com.logicaldoc.workflow.transform -
-
Uses of WorkflowDefinition in com.logicaldoc.workflow
Methods in com.logicaldoc.workflow that return WorkflowDefinition Modifier and Type Method Description static WorkflowDefinitionWorkflowUtil. getWorkflowDefinition(WorkflowTemplate template)Builds the object model of the workflow -
Uses of WorkflowDefinition in com.logicaldoc.workflow.data
Fields in com.logicaldoc.workflow.data with type parameters of type WorkflowDefinition Modifier and Type Field Description static Map<Long,WorkflowDefinition>WorkflowTasksDataServlet. workflowModelsA cache for the workflow object models -
Uses of WorkflowDefinition in com.logicaldoc.workflow.service
Methods in com.logicaldoc.workflow.service with parameters of type WorkflowDefinition Modifier and Type Method Description static com.logicaldoc.gui.common.client.beans.GUIWorkflowWorkflowServiceImpl. buildGUIWorkflow(WorkflowDefinition definition) -
Uses of WorkflowDefinition in com.logicaldoc.workflow.transform
Methods in com.logicaldoc.workflow.transform that return WorkflowDefinition Modifier and Type Method Description WorkflowDefinitionWorkflowTransformService. fromXmlToModel(String xmlData)Converts the XML specification into a Workflow modelWorkflowDefinitionWorkflowTransformService. retrieveWorkflowModels(Serializable binarayContent)Methods in com.logicaldoc.workflow.transform with parameters of type WorkflowDefinition Modifier and Type Method Description StringWorkflowTransformService. fromModelToBPMN(WorkflowDefinition workflowDefinition)Convert a workflow model to the BPMN content
-