Class IntegrationResultImpl
- java.lang.Object
-
- org.activiti.api.runtime.model.impl.ApplicationElementImpl
-
- org.activiti.cloud.api.model.shared.impl.CloudRuntimeEntityImpl
-
- org.activiti.cloud.api.process.model.impl.IntegrationResultImpl
-
- All Implemented Interfaces:
org.activiti.api.model.shared.model.ApplicationElement,org.activiti.cloud.api.model.shared.CloudRuntimeEntity,IntegrationResult
public class IntegrationResultImpl extends CloudRuntimeEntityImpl implements IntegrationResult
-
-
Constructor Summary
Constructors Constructor Description IntegrationResultImpl()IntegrationResultImpl(IntegrationRequest integrationRequest, org.activiti.api.process.model.IntegrationContext integrationContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.activiti.api.process.model.IntegrationContextgetIntegrationContext()IntegrationRequestgetIntegrationRequest()-
Methods inherited from class org.activiti.cloud.api.model.shared.impl.CloudRuntimeEntityImpl
equals, getAppName, getServiceFullName, getServiceName, getServiceType, getServiceVersion, hashCode, setAppName, setServiceFullName, setServiceName, setServiceType, setServiceVersion, toString
-
Methods inherited from class org.activiti.api.runtime.model.impl.ApplicationElementImpl
getAppVersion, setAppVersion
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Constructor Detail
-
IntegrationResultImpl
public IntegrationResultImpl()
-
IntegrationResultImpl
public IntegrationResultImpl(IntegrationRequest integrationRequest, org.activiti.api.process.model.IntegrationContext integrationContext)
-
-
Method Detail
-
getIntegrationContext
public org.activiti.api.process.model.IntegrationContext getIntegrationContext()
- Specified by:
getIntegrationContextin interfaceIntegrationResult
-
getIntegrationRequest
public IntegrationRequest getIntegrationRequest()
- Specified by:
getIntegrationRequestin interfaceIntegrationResult
-
-