Class StartMessageDeployedEventImpl
- java.lang.Object
-
- org.activiti.api.runtime.event.impl.RuntimeEventImpl<org.activiti.api.process.model.StartMessageDeploymentDefinition,org.activiti.api.process.model.events.MessageDefinitionEvent.MessageDefinitionEvents>
-
- org.activiti.api.runtime.event.impl.StartMessageDeployedEventImpl
-
- All Implemented Interfaces:
org.activiti.api.model.shared.event.RuntimeEvent<org.activiti.api.process.model.StartMessageDeploymentDefinition,org.activiti.api.process.model.events.MessageDefinitionEvent.MessageDefinitionEvents>,org.activiti.api.process.model.events.MessageDefinitionEvent<org.activiti.api.process.model.StartMessageDeploymentDefinition>,org.activiti.api.process.model.events.StartMessageDeployedEvent
public class StartMessageDeployedEventImpl extends org.activiti.api.runtime.event.impl.RuntimeEventImpl<org.activiti.api.process.model.StartMessageDeploymentDefinition,org.activiti.api.process.model.events.MessageDefinitionEvent.MessageDefinitionEvents> implements org.activiti.api.process.model.events.StartMessageDeployedEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStartMessageDeployedEventImpl.BuilderBuilder to buildStartMessageDeployedEventImpl.
-
Constructor Summary
Constructors Constructor Description StartMessageDeployedEventImpl(org.activiti.api.process.model.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
-
-
-
-
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
-
-