Class StartMessageDeploymentDefinitionImpl

java.lang.Object
org.activiti.api.runtime.model.impl.StartMessageDeploymentDefinitionImpl
All Implemented Interfaces:
org.activiti.api.process.model.StartMessageDeploymentDefinition

public class StartMessageDeploymentDefinitionImpl extends Object implements org.activiti.api.process.model.StartMessageDeploymentDefinition
  • Method Details

    • 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 Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • builder

    • builderFrom

      public static StartMessageDeploymentDefinitionImpl.Builder builderFrom(StartMessageDeploymentDefinitionImpl startMessageEventSubscriptionImpl)
      Creates a builder to build StartMessageDeploymentDefinitionImpl and initialize it with the given object.
      Parameters:
      startMessageEventSubscriptionImpl - to initialize the builder with
      Returns:
      created builder