Class MessageSubscriptionImpl

java.lang.Object
org.activiti.api.runtime.model.impl.MessageSubscriptionImpl
All Implemented Interfaces:
org.activiti.api.process.model.MessageSubscription

public class MessageSubscriptionImpl extends Object implements org.activiti.api.process.model.MessageSubscription
  • Method Details

    • getId

      public String getId()
      Specified by:
      getId in interface org.activiti.api.process.model.MessageSubscription
    • getEventName

      public String getEventName()
      Specified by:
      getEventName in interface org.activiti.api.process.model.MessageSubscription
    • getExecutionId

      public String getExecutionId()
      Specified by:
      getExecutionId in interface org.activiti.api.process.model.MessageSubscription
    • getProcessInstanceId

      public String getProcessInstanceId()
      Specified by:
      getProcessInstanceId in interface org.activiti.api.process.model.MessageSubscription
    • getProcessDefinitionId

      public String getProcessDefinitionId()
      Specified by:
      getProcessDefinitionId in interface org.activiti.api.process.model.MessageSubscription
    • getConfiguration

      public String getConfiguration()
      Specified by:
      getConfiguration in interface org.activiti.api.process.model.MessageSubscription
    • getActivityId

      public String getActivityId()
      Specified by:
      getActivityId in interface org.activiti.api.process.model.MessageSubscription
    • getCreated

      public Date getCreated()
      Specified by:
      getCreated in interface org.activiti.api.process.model.MessageSubscription
    • 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
    • getBusinessKey

      public String getBusinessKey()
      Specified by:
      getBusinessKey in interface org.activiti.api.process.model.MessageSubscription
    • builder

      public static MessageSubscriptionImpl.Builder builder()
      Creates a builder to build MessageSubscriptionImpl.
      Returns:
      created builder
    • builderFrom

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