Package org.activiti.api.process.model
Interface IntegrationContext
public interface IntegrationContext
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddOutBoundVariable(String name, Object value) voidaddOutBoundVariables(Map<String, Object> variables) getId()<T> TgetInBoundVariable(String name) <T> TgetInBoundVariable(String name, Class<T> type) <T> TgetOutBoundVariable(String name) <T> TgetOutBoundVariable(String name, Class<T> type) boolean
-
Method Details
-
getId
String getId() -
getProcessInstanceId
String getProcessInstanceId() -
getRootProcessInstanceId
String getRootProcessInstanceId() -
getParentProcessInstanceId
String getParentProcessInstanceId() -
getExecutionId
String getExecutionId() -
getProcessDefinitionId
String getProcessDefinitionId() -
getProcessDefinitionKey
String getProcessDefinitionKey() -
getProcessDefinitionVersion
Integer getProcessDefinitionVersion() -
getBusinessKey
String getBusinessKey() -
getConnectorType
String getConnectorType() -
getAppVersion
String getAppVersion() -
getClientId
String getClientId() -
getClientName
String getClientName() -
getClientType
String getClientType() -
getInBoundVariables
-
getOutBoundVariables
-
addOutBoundVariable
-
addOutBoundVariables
-
getInBoundVariable
-
getInBoundVariable
-
getOutBoundVariable
-
getOutBoundVariable
-
hasEphemeralVariables
boolean hasEphemeralVariables()
-