Package org.camunda.connect.plugin.impl
Class ServiceTaskConnectorActivityBehavior
java.lang.Object
org.camunda.bpm.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
org.camunda.bpm.engine.impl.bpmn.behavior.TaskActivityBehavior
org.camunda.connect.plugin.impl.ServiceTaskConnectorActivityBehavior
- All Implemented Interfaces:
 CoreActivityBehavior<ActivityExecution>,ActivityBehavior,SignallableActivityBehavior
- Author:
 - Daniel Meyer
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringthe id of the connectorprotected org.camunda.connect.spi.Connector<?>cached connector instance for this activity.protected IoMappingthe local ioMapping for this connector.Fields inherited from class org.camunda.bpm.engine.impl.bpmn.behavior.TaskActivityBehavior
activityInstanceIdFields inherited from class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
LOGFields inherited from class org.camunda.bpm.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
bpmnActivityBehavior - 
Constructor Summary
ConstructorsConstructorDescriptionServiceTaskConnectorActivityBehavior(String connectorId, IoMapping ioMapping)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyInputParameters(ActivityExecution execution, org.camunda.connect.spi.ConnectorRequest<?> request) protected voidapplyOutputParameters(ActivityExecution execution, org.camunda.connect.spi.ConnectorResponse response) protected voidvoidexecute(ActivityExecution execution) Default behaviour: just leave the activity with no extra functionality.Methods inherited from class org.camunda.bpm.engine.impl.bpmn.behavior.TaskActivityBehavior
performExecution, postExecution, preExecutionMethods inherited from class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
createCompensateEventSubscription, doLeave, executeWithErrorPropagation, isCompensationEventSubprocess, signal, signalCompensationDoneMethods inherited from class org.camunda.bpm.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
leave, leaveIgnoreConditions 
- 
Field Details
- 
connectorId
the id of the connector - 
connectorInstance
protected org.camunda.connect.spi.Connector<?> connectorInstancecached connector instance for this activity. Will be initialized after the first execution of this activity. - 
ioMapping
the local ioMapping for this connector. 
 - 
 - 
Constructor Details
- 
ServiceTaskConnectorActivityBehavior
 
 - 
 - 
Method Details
- 
execute
Description copied from class:FlowNodeActivityBehaviorDefault behaviour: just leave the activity with no extra functionality.- Specified by:
 executein interfaceActivityBehavior- Specified by:
 executein interfaceCoreActivityBehavior<ActivityExecution>- Overrides:
 executein classTaskActivityBehavior- Throws:
 Exception
 - 
applyInputParameters
protected void applyInputParameters(ActivityExecution execution, org.camunda.connect.spi.ConnectorRequest<?> request)  - 
applyOutputParameters
protected void applyOutputParameters(ActivityExecution execution, org.camunda.connect.spi.ConnectorResponse response)  - 
ensureConnectorInitialized
protected void ensureConnectorInitialized() 
 -