public class StartEventImpl extends CatchEventImpl implements StartEvent
| Modifier and Type | Field and Description |
|---|---|
protected static Attribute<Boolean> |
camundaAsyncAttribute
camunda extensions
|
protected static Attribute<Boolean> |
camundaExclusiveAttribute |
protected static Attribute<String> |
camundaFormHandlerClassAttribute |
protected static Attribute<String> |
camundaFormKeyAttribute |
protected static Attribute<String> |
camundaInitiatorAttribute |
protected static Attribute<Boolean> |
isInterruptingAttribute |
dataOutputAssociationCollection, dataOutputCollection, eventDefinitionCollection, eventDefinitionRefCollection, outputSetChild, parallelMultipleAttributepropertyCollectionincomingCollection, outgoingCollectionauditingChild, categoryValueRefCollection, monitoringChild, nameAttributedocumentationCollection, extensionElementsChild, idAttributemodelInstance| Constructor and Description |
|---|
StartEventImpl(ModelTypeInstanceContext context) |
| Modifier and Type | Method and Description |
|---|---|
StartEventBuilder |
builder()
Returns a new fluent builder for the element if implemented.
|
String |
getCamundaFormHandlerClass() |
String |
getCamundaFormKey() |
String |
getCamundaInitiator() |
boolean |
isCamundaAsync()
camunda extensions
|
boolean |
isCamundaExclusive() |
boolean |
isInterrupting() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setCamundaAsync(boolean isCamundaAsync) |
void |
setCamundaExclusive(boolean isCamundaExclusive) |
void |
setCamundaFormHandlerClass(String camundaFormHandlerClass) |
void |
setCamundaFormKey(String camundaFormKey) |
void |
setCamundaInitiator(String camundaInitiator) |
void |
setInterrupting(boolean isInterrupting) |
getDataOutputAssociations, getDataOutputs, getEventDefinitionRefs, getEventDefinitions, getOutputSet, isParallelMultiple, setOutputSet, setParallelMultiplegetDiagramElement, getPropertiesgetIncoming, getOutgoing, getPreviousNodes, getSucceedingNodes, updateAfterReplacementgetAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setNamegetDocumentations, getExtensionElements, getId, getIncomingReferencesByType, setExtensionElements, setIdgetScope, isScopeaddChildElement, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNsclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetDataOutputAssociations, getDataOutputs, getEventDefinitionRefs, getEventDefinitions, getOutputSet, isParallelMultiple, setOutputSet, setParallelMultiplegetDiagramElement, getPropertiesgetIncoming, getOutgoing, getPreviousNodes, getSucceedingNodesgetAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setNamegetDocumentations, getExtensionElements, getId, setExtensionElements, setIdgetScope, isScopeaddChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementgetId, setIdprotected static Attribute<String> camundaFormHandlerClassAttribute
public StartEventImpl(ModelTypeInstanceContext context)
public static void registerType(ModelBuilder modelBuilder)
public StartEventBuilder builder()
BpmnModelElementInstancebuilder in interface BpmnModelElementInstancebuilder in interface FlowNodebuilder in interface StartEventbuilder in class FlowNodeImplpublic boolean isInterrupting()
isInterrupting in interface StartEventpublic void setInterrupting(boolean isInterrupting)
setInterrupting in interface StartEventpublic boolean isCamundaAsync()
isCamundaAsync in interface StartEventpublic void setCamundaAsync(boolean isCamundaAsync)
setCamundaAsync in interface StartEventpublic boolean isCamundaExclusive()
isCamundaExclusive in interface StartEventpublic void setCamundaExclusive(boolean isCamundaExclusive)
setCamundaExclusive in interface StartEventpublic String getCamundaFormHandlerClass()
getCamundaFormHandlerClass in interface StartEventpublic void setCamundaFormHandlerClass(String camundaFormHandlerClass)
setCamundaFormHandlerClass in interface StartEventpublic String getCamundaFormKey()
getCamundaFormKey in interface StartEventpublic void setCamundaFormKey(String camundaFormKey)
setCamundaFormKey in interface StartEventpublic String getCamundaInitiator()
getCamundaInitiator in interface StartEventpublic void setCamundaInitiator(String camundaInitiator)
setCamundaInitiator in interface StartEventCopyright © 2015. All rights reserved.