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, org.activiti.cloud.api.process.model.IntegrationResult

public class IntegrationResultImpl extends org.activiti.cloud.api.model.shared.impl.CloudRuntimeEntityImpl implements org.activiti.cloud.api.process.model.IntegrationResult
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    IntegrationResultImpl(org.activiti.cloud.api.process.model.IntegrationRequest integrationRequest, org.activiti.api.process.model.IntegrationContext integrationContext)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.activiti.api.process.model.IntegrationContext
     
    org.activiti.cloud.api.process.model.IntegrationRequest
     

    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

    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
  • Constructor Details

    • IntegrationResultImpl

      public IntegrationResultImpl()
    • IntegrationResultImpl

      public IntegrationResultImpl(org.activiti.cloud.api.process.model.IntegrationRequest integrationRequest, org.activiti.api.process.model.IntegrationContext integrationContext)
  • Method Details

    • getIntegrationContext

      public org.activiti.api.process.model.IntegrationContext getIntegrationContext()
      Specified by:
      getIntegrationContext in interface org.activiti.cloud.api.process.model.IntegrationResult
    • getIntegrationRequest

      public org.activiti.cloud.api.process.model.IntegrationRequest getIntegrationRequest()
      Specified by:
      getIntegrationRequest in interface org.activiti.cloud.api.process.model.IntegrationResult