Class BoundaryEventStrategy
java.lang.Object
org.camunda.community.bpmndt.strategy.DefaultStrategy
org.camunda.community.bpmndt.strategy.DefaultHandlerStrategy
org.camunda.community.bpmndt.strategy.EventStrategy
org.camunda.community.bpmndt.strategy.BoundaryEventStrategy
- All Implemented Interfaces:
GeneratorStrategy
Strategy for boundary conditional, message and signal events.
-
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 TypeMethodDescriptionprotected com.squareup.javapoet.CodeBlockMethods inherited from class org.camunda.community.bpmndt.strategy.EventStrategy
getHandlerType, initHandlerStatementMethods inherited from class org.camunda.community.bpmndt.strategy.DefaultHandlerStrategy
addHandlerField, addHandlerMethod, applyHandler, getHandler, initHandlerMethods 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
-
BoundaryEventStrategy
-
-
Method Details
-
buildHandlerMethodJavadoc
protected com.squareup.javapoet.CodeBlock buildHandlerMethodJavadoc()- Overrides:
buildHandlerMethodJavadocin classDefaultHandlerStrategy
-