Class ActivitiEnd
- java.lang.Object
-
- com.logicaldoc.workflow.transform.ActivitiEnd
-
- All Implemented Interfaces:
TransformModel
public class ActivitiEnd extends Object implements TransformModel
-
-
Constructor Summary
Constructors Constructor Description ActivitiEnd()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
matches(BaseWorkflowModel model)
void
transform(TransformContext ctx)
-
-
-
Method Detail
-
transform
public void transform(TransformContext ctx)
- Specified by:
transform
in interfaceTransformModel
-
matches
public boolean matches(BaseWorkflowModel model)
- Specified by:
matches
in interfaceTransformModel
-
-