Package org.camunda.community.bpmndt.api
Class CallActivityDefinition
java.lang.Object
org.camunda.community.bpmndt.api.CallActivityDefinition
Represents a concrete call activity during test case execution.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.camunda.bpm.engine.impl.core.model.BaseCallableElement.CallableElementBindingbooleanDetermines if the call activity defines a mapping under "In mapping" in tab "Variables".booleanDetermines if the call activity defines a mapping under "Out mapping" in tab "Variables".
-
Field Details
-
binding
protected org.camunda.bpm.engine.impl.core.model.BaseCallableElement.CallableElementBinding binding -
businessKey
-
definitionKey
-
definitionTenantId
-
inputs
protected boolean inputs -
outputs
protected boolean outputs -
version
-
versionTag
-
-
Constructor Details
-
CallActivityDefinition
public CallActivityDefinition()
-
-
Method Details
-
getBinding
public org.camunda.bpm.engine.impl.core.model.BaseCallableElement.CallableElementBinding getBinding() -
getBusinessKey
-
getDefinitionKey
-
getDefinitionTenantId
-
getVersion
-
getVersionTag
-
hasInputs
public boolean hasInputs()Determines if the call activity defines a mapping under "In mapping" in tab "Variables".- Returns:
true, if input variables are mapped. Otherwisefalse.
-
hasOutputs
public boolean hasOutputs()Determines if the call activity defines a mapping under "Out mapping" in tab "Variables".- Returns:
true, if output variables are mapped. Otherwisefalse.
-