Interface CloudIntegrationContext
-
- All Superinterfaces:
org.activiti.api.model.shared.model.ApplicationElement,CloudRuntimeEntity,org.activiti.api.process.model.IntegrationContext
public interface CloudIntegrationContext extends org.activiti.api.process.model.IntegrationContext, CloudRuntimeEntity
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudIntegrationContext.IntegrationContextStatus
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetErrorClassName()DategetErrorDate()StringgetErrorMessage()DategetRequestDate()DategetResultDate()List<StackTraceElement>getStackTraceElements()CloudIntegrationContext.IntegrationContextStatusgetStatus()-
Methods inherited from interface org.activiti.api.model.shared.model.ApplicationElement
getAppVersion
-
Methods inherited from interface org.activiti.cloud.api.model.shared.CloudRuntimeEntity
getAppName, getServiceFullName, getServiceName, getServiceType, getServiceVersion
-
Methods 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
-
-
-
-
Method Detail
-
getStatus
CloudIntegrationContext.IntegrationContextStatus getStatus()
-
getRequestDate
Date getRequestDate()
-
getResultDate
Date getResultDate()
-
getErrorDate
Date getErrorDate()
-
getErrorMessage
String getErrorMessage()
-
getErrorClassName
String getErrorClassName()
-
getStackTraceElements
List<StackTraceElement> getStackTraceElements()
-
-