Class FormAwareServiceTaskParseHandler
java.lang.Object
org.flowable.engine.impl.bpmn.parser.handler.AbstractBpmnParseHandler<FormAwareServiceTask>
org.flowable.engine.impl.bpmn.parser.handler.AbstractFlowNodeBpmnParseHandler<FormAwareServiceTask>
org.flowable.engine.impl.bpmn.parser.handler.AbstractActivityBpmnParseHandler<FormAwareServiceTask>
org.flowable.engine.impl.bpmn.parser.handler.AbstractServiceTaskParseHandler<FormAwareServiceTask>
org.flowable.engine.impl.bpmn.parser.handler.FormAwareServiceTaskParseHandler
- All Implemented Interfaces:
BpmnParseHandler
public class FormAwareServiceTaskParseHandler
extends AbstractServiceTaskParseHandler<FormAwareServiceTask>
- Author:
- Christopher Welsch
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends BaseElement> Set<Class<? extends BaseElement>> The types for which this handler must be called during process parsing.Methods inherited from class AbstractServiceTaskParseHandler
executeParseMethods inherited from class AbstractActivityBpmnParseHandler
createMultiInstanceActivityBehavior, createMultiInstanceLoopCharacteristics, parseMethods inherited from class AbstractBpmnParseHandler
createAssociation, createExecutionListener, getPrecedingEventBasedGateway, processArtifacts
-
Constructor Details
-
FormAwareServiceTaskParseHandler
public FormAwareServiceTaskParseHandler()
-
-
Method Details
-
getHandledType
- Specified by:
getHandledTypein classAbstractBpmnParseHandler<FormAwareServiceTask>
-
getHandledTypes
Description copied from interface:BpmnParseHandlerThe types for which this handler must be called during process parsing.- Specified by:
getHandledTypesin interfaceBpmnParseHandler- Overrides:
getHandledTypesin classAbstractBpmnParseHandler<FormAwareServiceTask>
-