Class IntegrationRequestImpl

  • All Implemented Interfaces:
    org.activiti.api.model.shared.model.ApplicationElement, org.activiti.cloud.api.model.shared.CloudRuntimeEntity, org.activiti.cloud.api.process.model.IntegrationRequest

    public class IntegrationRequestImpl
    extends org.activiti.cloud.api.model.shared.impl.CloudRuntimeEntityImpl
    implements org.activiti.cloud.api.process.model.IntegrationRequest
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.activiti.api.process.model.IntegrationContext getIntegrationContext()  
      • 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 Detail

      • IntegrationRequestImpl

        public IntegrationRequestImpl()
      • IntegrationRequestImpl

        public IntegrationRequestImpl​(org.activiti.api.process.model.IntegrationContext integrationContext)
    • Method Detail

      • getIntegrationContext

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