Class CloudStartMessageDeploymentDefinitionImpl

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

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

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static CloudStartMessageDeploymentDefinitionImpl.Builder builder()  
      boolean equals​(java.lang.Object obj)  
      org.activiti.api.process.model.StartMessageSubscription getMessageSubscription()  
      org.activiti.api.process.model.ProcessDefinition getProcessDefinition()  
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class org.activiti.cloud.api.model.shared.impl.CloudRuntimeEntityImpl

        getAppName, getServiceFullName, getServiceName, getServiceType, getServiceVersion, setAppName, setServiceFullName, setServiceName, setServiceType, setServiceVersion
      • 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
    • Method Detail

      • getProcessDefinition

        public org.activiti.api.process.model.ProcessDefinition getProcessDefinition()
        Specified by:
        getProcessDefinition in interface org.activiti.api.process.model.StartMessageDeploymentDefinition
      • getMessageSubscription

        public org.activiti.api.process.model.StartMessageSubscription getMessageSubscription()
        Specified by:
        getMessageSubscription in interface org.activiti.api.process.model.StartMessageDeploymentDefinition
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class org.activiti.cloud.api.model.shared.impl.CloudRuntimeEntityImpl
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class org.activiti.cloud.api.model.shared.impl.CloudRuntimeEntityImpl
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class org.activiti.cloud.api.model.shared.impl.CloudRuntimeEntityImpl