Interface CloudIntegrationContext
- All Superinterfaces:
org.activiti.api.model.shared.model.ApplicationElement,org.activiti.cloud.api.model.shared.CloudRuntimeEntity,org.activiti.api.process.model.IntegrationContext
public interface CloudIntegrationContext
extends org.activiti.api.process.model.IntegrationContext, org.activiti.cloud.api.model.shared.CloudRuntimeEntity
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.activiti.api.model.shared.model.ApplicationElement
getAppVersionMethods inherited from interface org.activiti.cloud.api.model.shared.CloudRuntimeEntity
getAppName, getServiceFullName, getServiceName, getServiceType, getServiceVersionMethods inherited from interface org.activiti.api.process.model.IntegrationContext
addOutBoundVariable, addOutBoundVariables, getAppVersion, getBusinessKey, getClientId, getClientName, getClientType, getConnectorType, getExecutionId, getId, getInBoundVariable, getInBoundVariable, getInBoundVariables, getOutBoundVariable, getOutBoundVariable, getOutBoundVariables, getParentProcessInstanceId, getProcessDefinitionId, getProcessDefinitionKey, getProcessDefinitionVersion, getProcessInstanceId, getRootProcessInstanceId, hasEphemeralVariables
-
Method Details
-
getStatus
CloudIntegrationContext.IntegrationContextStatus getStatus() -
getRequestDate
Date getRequestDate() -
getResultDate
Date getResultDate() -
getErrorDate
Date getErrorDate() -
getErrorCode
String getErrorCode() -
getErrorMessage
String getErrorMessage() -
getErrorClassName
String getErrorClassName() -
getStackTraceElements
List<StackTraceElement> getStackTraceElements()
-