Uses of Class
com.logicaldoc.workflow.model.BaseWorkflowModel
Packages that use BaseWorkflowModel
Package
Description
The object model that represents a workflow, it also serialized in XML
Classes to represent our Workflow model into the Activiti BPMN
-
Uses of BaseWorkflowModel in com.logicaldoc.workflow.model
Subclasses of BaseWorkflowModel in com.logicaldoc.workflow.modelModifier and TypeClassDescriptionclass
class
class
class
class
class
Methods in com.logicaldoc.workflow.model that return BaseWorkflowModelModifier and TypeMethodDescriptionBaseWorkflowModel.copy
(BaseWorkflowModel baseWorkflowModel) Fork.copy
(BaseWorkflowModel baseWorkflowModel) Join.copy
(BaseWorkflowModel baseWorkflowModel) Transition.copy
(BaseWorkflowModel baseWorkflowModel) WorkflowTask.copy
(BaseWorkflowModel baseWorkflowModel) Join.getDestination()
Transition.getDestination()
WorkflowDefinition.getWorkflowComponentById
(String id) WorkflowDefinition.getWorkflowComponentByName
(String name) Methods in com.logicaldoc.workflow.model that return types with arguments of type BaseWorkflowModelMethods in com.logicaldoc.workflow.model with parameters of type BaseWorkflowModelModifier and TypeMethodDescriptionBaseWorkflowModel.copy
(BaseWorkflowModel baseWorkflowModel) Fork.copy
(BaseWorkflowModel baseWorkflowModel) Join.copy
(BaseWorkflowModel baseWorkflowModel) Transition.copy
(BaseWorkflowModel baseWorkflowModel) WorkflowTask.copy
(BaseWorkflowModel baseWorkflowModel) void
Join.setDestination
(BaseWorkflowModel destination) void
Transition.setDestination
(BaseWorkflowModel baseWorkflowModel) Method parameters in com.logicaldoc.workflow.model with type arguments of type BaseWorkflowModelModifier and TypeMethodDescriptionvoid
WorkflowDefinition.setWorkflowComponents
(List<BaseWorkflowModel> workflowComponents) Constructors in com.logicaldoc.workflow.model with parameters of type BaseWorkflowModelModifierConstructorDescriptionFork
(BaseWorkflowModel workflowModel) Join
(BaseWorkflowModel workflowModel) -
Uses of BaseWorkflowModel in com.logicaldoc.workflow.transform
Methods in com.logicaldoc.workflow.transform that return BaseWorkflowModelMethods in com.logicaldoc.workflow.transform that return types with arguments of type BaseWorkflowModelMethods in com.logicaldoc.workflow.transform with parameters of type BaseWorkflowModelModifier and TypeMethodDescriptionboolean
ActivitiEnd.matches
(BaseWorkflowModel model) boolean
ActivitiFork.matches
(BaseWorkflowModel model) boolean
ActivitiJoin.matches
(BaseWorkflowModel model) boolean
ActivitiTask.matches
(BaseWorkflowModel model) boolean
TransformModel.matches
(BaseWorkflowModel model) If there is a match with our model's nodeConstructor parameters in com.logicaldoc.workflow.transform with type arguments of type BaseWorkflowModel