public class CallActivityDefinition extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.camunda.bpm.engine.impl.core.model.BaseCallableElement.CallableElementBinding |
binding |
protected String |
businessKey |
protected String |
definitionKey |
protected String |
definitionTenantId |
protected boolean |
inputs |
protected boolean |
outputs |
protected Integer |
version |
protected String |
versionTag |
| Constructor and Description |
|---|
CallActivityDefinition() |
| Modifier and Type | Method and Description |
|---|---|
org.camunda.bpm.engine.impl.core.model.BaseCallableElement.CallableElementBinding |
getBinding() |
String |
getBusinessKey() |
String |
getDefinitionKey() |
String |
getDefinitionTenantId() |
Integer |
getVersion() |
String |
getVersionTag() |
boolean |
hasInputs()
Determines if the call activity defines a mapping under "In mapping" in tab "Variables".
|
boolean |
hasOutputs()
Determines if the call activity defines a mapping under "Out mapping" in tab "Variables".
|
protected org.camunda.bpm.engine.impl.core.model.BaseCallableElement.CallableElementBinding binding
protected String businessKey
protected String definitionKey
protected String definitionTenantId
protected boolean inputs
protected boolean outputs
protected Integer version
protected String versionTag
public org.camunda.bpm.engine.impl.core.model.BaseCallableElement.CallableElementBinding getBinding()
public String getBusinessKey()
public String getDefinitionKey()
public String getDefinitionTenantId()
public Integer getVersion()
public String getVersionTag()
public boolean hasInputs()
true, if input variables are mapped. Otherwise false.public boolean hasOutputs()
true, if output variables are mapped. Otherwise false.Copyright © 2023 Camunda. All rights reserved.