Class WebServiceActivityBehavior
java.lang.Object
org.flowable.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
org.flowable.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
org.flowable.engine.impl.bpmn.behavior.WebServiceActivityBehavior
- All Implemented Interfaces:
Serializable,ActivityBehavior,TriggerableActivityBehavior
An activity behavior that allows calling Web services
- Author:
- Esteban Robles Luna, Joram Barrez, Tijs Rademakers
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringprotected Map<String,ItemDefinition> protected Map<String,MessageDefinition> protected Map<String,StructureDefinition> protected Map<String,WSOperation> protected Map<String,XMLImporter> Fields inherited from class org.flowable.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
multiInstanceActivityBehavior, v5MultiInstanceActivityBehaviorFields inherited from class org.flowable.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
bpmnActivityBehavior -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AbstractDataAssociationcreateDataInputAssociation(DataAssociation dataAssociationElement) protected AbstractDataAssociationcreateDataOutputAssociation(DataAssociation dataAssociationElement) protected voidcreateItemDefinitions(BpmnModel bpmnModel) voidcreateMessages(BpmnModel bpmnModel) protected voidcreateOperations(BpmnModel bpmnModel) voidexecute(DelegateExecution execution) Default behaviour: just leave the activity with no extra functionality.protected voidfillDefinitionMaps(BpmnModel bpmnModel) protected voidfillImporterInfo(Import theImport, String sourceSystemId) protected voidfillMessage(List<DataAssociation> dataInputAssociations, DelegateExecution execution) protected voidinitializeIoSpecification(IOSpecification activityIoSpecification, DelegateExecution execution, BpmnModel bpmnModel) protected voidreturnMessage(List<DataAssociation> dataOutputAssociations, DelegateExecution execution) Methods inherited from class org.flowable.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
executeCompensateBoundaryEvents, findBoundaryEventsForFlowNode, getMultiInstanceActivityBehavior, getProcessDefinition, getV5MultiInstanceActivityBehavior, hasLoopCharacteristics, hasMultiInstanceCharacteristics, leave, setMultiInstanceActivityBehavior, setV5MultiInstanceActivityBehaviorMethods inherited from class org.flowable.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
leaveIgnoreConditions, parseActivityType, trigger
-
Field Details
-
CURRENT_MESSAGE
- See Also:
-
xmlImporterMap
-
wsOperationMap
-
structureDefinitionMap
-
wsServiceMap
-
operationMap
-
itemDefinitionMap
-
messageDefinitionMap
-
-
Constructor Details
-
WebServiceActivityBehavior
-
-
Method Details
-
execute
Description copied from class:FlowNodeActivityBehaviorDefault behaviour: just leave the activity with no extra functionality.- Specified by:
executein interfaceActivityBehavior- Overrides:
executein classFlowNodeActivityBehavior
-
initializeIoSpecification
protected void initializeIoSpecification(IOSpecification activityIoSpecification, DelegateExecution execution, BpmnModel bpmnModel) -
fillDefinitionMaps
-
createItemDefinitions
-
createMessages
-
createOperations
-
fillImporterInfo
-
returnMessage
protected void returnMessage(List<DataAssociation> dataOutputAssociations, DelegateExecution execution) -
fillMessage
protected void fillMessage(List<DataAssociation> dataInputAssociations, DelegateExecution execution) -
createDataInputAssociation
protected AbstractDataAssociation createDataInputAssociation(DataAssociation dataAssociationElement) -
createDataOutputAssociation
protected AbstractDataAssociation createDataOutputAssociation(DataAssociation dataAssociationElement)
-