Class ActivitiFork
java.lang.Object
com.logicaldoc.workflow.transform.ActivitiFork
- All Implemented Interfaces:
TransformModel
Represents a fork note in the Activiti scheme
- Since:
- 6.8
- Author:
- Marco Meschieri - LogicalDOC
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
matches
(BaseWorkflowModel model) If there is a match with our model's nodevoid
Executes the tranformation
-
Constructor Details
-
ActivitiFork
public ActivitiFork()
-
-
Method Details
-
transform
Description copied from interface:TransformModel
Executes the tranformation- Specified by:
transform
in interfaceTransformModel
- Parameters:
ctx
- the tranformation context
-
matches
Description copied from interface:TransformModel
If there is a match with our model's node- Specified by:
matches
in interfaceTransformModel
- Parameters:
model
- the WF model's node to check- Returns:
- if the model matches
-