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
-
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 interfaceorg.activiti.api.process.model.MessageSubscription
-
getEventName
- Specified by:
getEventNamein interfaceorg.activiti.api.process.model.MessageSubscription
-
getExecutionId
- Specified by:
getExecutionIdin interfaceorg.activiti.api.process.model.MessageSubscription
-
getProcessInstanceId
- Specified by:
getProcessInstanceIdin interfaceorg.activiti.api.process.model.MessageSubscription
-
getProcessDefinitionId
- Specified by:
getProcessDefinitionIdin interfaceorg.activiti.api.process.model.MessageSubscription
-
getConfiguration
- Specified by:
getConfigurationin interfaceorg.activiti.api.process.model.MessageSubscription
-
getActivityId
- Specified by:
getActivityIdin interfaceorg.activiti.api.process.model.MessageSubscription
-
getCreated
- Specified by:
getCreatedin interfaceorg.activiti.api.process.model.MessageSubscription
-
hashCode
public int hashCode() -
equals
-
toString
-
getBusinessKey
- Specified by:
getBusinessKeyin interfaceorg.activiti.api.process.model.MessageSubscription
-
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
-