Class StartMessageDeployedEventImpl
- java.lang.Object
-
- org.activiti.api.runtime.event.impl.RuntimeEventImpl<StartMessageDeploymentDefinition,MessageDefinitionEvent.MessageDefinitionEvents>
-
- org.activiti.api.runtime.event.impl.StartMessageDeployedEventImpl
-
- All Implemented Interfaces:
Serializable,RuntimeEvent<StartMessageDeploymentDefinition,MessageDefinitionEvent.MessageDefinitionEvents>,MessageDefinitionEvent<StartMessageDeploymentDefinition>,StartMessageDeployedEvent
public class StartMessageDeployedEventImpl extends RuntimeEventImpl<StartMessageDeploymentDefinition,MessageDefinitionEvent.MessageDefinitionEvents> implements StartMessageDeployedEvent
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStartMessageDeployedEventImpl.BuilderBuilder to buildStartMessageDeployedEventImpl.-
Nested classes/interfaces inherited from interface org.activiti.api.process.model.events.MessageDefinitionEvent
MessageDefinitionEvent.MessageDefinitionEvents
-
-
Constructor Summary
Constructors Constructor Description StartMessageDeployedEventImpl(StartMessageDeploymentDefinition startMessageEventSubscription)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StartMessageDeployedEventImpl.Builderbuilder()static StartMessageDeployedEventImpl.BuilderbuilderFrom(StartMessageDeployedEventImpl startMessageDeployedEventImpl)Creates a builder to buildStartMessageDeployedEventImpland initialize it with the given object.-
Methods inherited from class org.activiti.api.runtime.event.impl.RuntimeEventImpl
equals, getBusinessKey, getEntity, getId, getParentProcessInstanceId, getProcessDefinitionId, getProcessDefinitionKey, getProcessDefinitionVersion, getProcessInstanceId, getTimestamp, hashCode, setBusinessKey, setEntity, setParentProcessInstanceId, setProcessDefinitionId, setProcessDefinitionKey, setProcessDefinitionVersion, setProcessInstanceId, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.activiti.api.model.shared.event.RuntimeEvent
getBusinessKey, getEntity, getId, getParentProcessInstanceId, getProcessDefinitionId, getProcessDefinitionKey, getProcessDefinitionVersion, getProcessInstanceId, getTimestamp
-
Methods inherited from interface org.activiti.api.process.model.events.StartMessageDeployedEvent
getEventType
-
-
-
-
Constructor Detail
-
StartMessageDeployedEventImpl
public StartMessageDeployedEventImpl(StartMessageDeploymentDefinition startMessageEventSubscription)
-
-
Method Detail
-
builder
public static StartMessageDeployedEventImpl.Builder builder()
-
builderFrom
public static StartMessageDeployedEventImpl.Builder builderFrom(StartMessageDeployedEventImpl startMessageDeployedEventImpl)
Creates a builder to buildStartMessageDeployedEventImpland initialize it with the given object.- Parameters:
startMessageDeployedEventImpl- to initialize the builder with- Returns:
- created builder
-
-