Class MessageSubscriptionImpl
java.lang.Object
org.activiti.api.runtime.model.impl.MessageSubscriptionImpl
- All Implemented Interfaces:
MessageSubscription
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Creates a builder to buildMessageSubscriptionImpl.builderFrom(MessageSubscriptionImpl messageEventSubscriptionImpl) Creates a builder to buildMessageSubscriptionImpland initialize it with the given object.booleangetId()inthashCode()toString()
-
Method Details
-
getId
- Specified by:
getIdin interfaceMessageSubscription
-
getEventName
- Specified by:
getEventNamein interfaceMessageSubscription
-
getExecutionId
- Specified by:
getExecutionIdin interfaceMessageSubscription
-
getProcessInstanceId
- Specified by:
getProcessInstanceIdin interfaceMessageSubscription
-
getProcessDefinitionId
- Specified by:
getProcessDefinitionIdin interfaceMessageSubscription
-
getConfiguration
- Specified by:
getConfigurationin interfaceMessageSubscription
-
getActivityId
- Specified by:
getActivityIdin interfaceMessageSubscription
-
getCreated
- Specified by:
getCreatedin interfaceMessageSubscription
-
hashCode
public int hashCode() -
equals
-
toString
-
getBusinessKey
- Specified by:
getBusinessKeyin interfaceMessageSubscription
-
builder
Creates a builder to buildMessageSubscriptionImpl.- Returns:
- created builder
-
builderFrom
public static MessageSubscriptionImpl.Builder builderFrom(MessageSubscriptionImpl messageEventSubscriptionImpl) Creates a builder to buildMessageSubscriptionImpland initialize it with the given object.- Parameters:
messageEventSubscriptionImpl- to initialize the builder with- Returns:
- created builder
-