Class JobStrategy
java.lang.Object
org.camunda.community.bpmndt.strategy.DefaultStrategy
org.camunda.community.bpmndt.strategy.DefaultHandlerStrategy
org.camunda.community.bpmndt.strategy.JobStrategy
- All Implemented Interfaces:
GeneratorStrategy
- Direct Known Subclasses:
BoundaryJobStrategy
-
Field Summary
Fields inherited from class org.camunda.community.bpmndt.strategy.DefaultStrategy
activity, literal, multiInstanceParentFields inherited from interface org.camunda.community.bpmndt.GeneratorStrategy
CALL_ACTIVITY, EVENT, EXTERNAL_TASK, EXTERNAL_TASK_CLIENT, JOB, OTHER, RECEIVE_TASK, USER_TASK -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.squareup.javapoet.TypeNameReturns the type name of the related handler orVoid, if the activity is not handled by a specific handler.Methods inherited from class org.camunda.community.bpmndt.strategy.DefaultHandlerStrategy
addHandlerField, addHandlerMethod, applyHandler, buildHandlerMethodJavadoc, getHandler, initHandler, initHandlerStatementMethods inherited from class org.camunda.community.bpmndt.strategy.DefaultStrategy
addHandlerFieldAfter, addHandlerFieldBefore, addHandlerMethodAfter, addHandlerMethodBefore, applyHandlerAfter, applyHandlerBefore, buildHandlerMethodName, equals, getActivity, getHandlerAfter, getHandlerBefore, getLiteral, getLiteralAfter, getLiteralBefore, hashCode, hasPassed, initHandlerAfter, initHandlerAfterStatement, initHandlerBefore, initHandlerBeforeStatement, isWaitingAt, setMultiInstanceParent, shouldHandleAfter, shouldHandleBefore
-
Constructor Details
-
JobStrategy
-
-
Method Details
-
getHandlerType
public com.squareup.javapoet.TypeName getHandlerType()Description copied from interface:GeneratorStrategyReturns the type name of the related handler orVoid, if the activity is not handled by a specific handler.- Specified by:
getHandlerTypein interfaceGeneratorStrategy- Overrides:
getHandlerTypein classDefaultStrategy- Returns:
- The handler type name e.g.
TypeName.get(UserTaskHandler.class).
-