Class BoundaryJobStrategy
java.lang.Object
org.camunda.community.bpmndt.strategy.DefaultStrategy
org.camunda.community.bpmndt.strategy.DefaultHandlerStrategy
org.camunda.community.bpmndt.strategy.JobStrategy
org.camunda.community.bpmndt.strategy.BoundaryJobStrategy
- All Implemented Interfaces:
GeneratorStrategy
Strategy for boundary timer events.
-
Field Summary
Fields inherited from class org.camunda.community.bpmndt.strategy.DefaultStrategy
activity, CALL_ACTIVITY, EVENT, EXTERNAL_TASK, JOB, literal, multiInstanceParent, OTHER, USER_TASK -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.squareup.javapoet.CodeBlockMethods inherited from class org.camunda.community.bpmndt.strategy.JobStrategy
getHandlerTypeMethods inherited from class org.camunda.community.bpmndt.strategy.DefaultHandlerStrategy
addHandlerField, addHandlerMethod, applyHandler, 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
-
BoundaryJobStrategy
-
-
Method Details
-
buildHandlerMethodJavadoc
protected com.squareup.javapoet.CodeBlock buildHandlerMethodJavadoc()- Overrides:
buildHandlerMethodJavadocin classDefaultHandlerStrategy
-