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, parallelMultipleAttribute
propertyCollection
incomingCollection, outgoingCollection
auditingChild, categoryValueRefCollection, monitoringChild, nameAttribute
documentationCollection, extensionElementsChild, idAttribute
modelInstance
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, setParallelMultiple
getDiagramElement, getProperties
getIncoming, getOutgoing, getPreviousNodes, getSucceedingNodes, updateAfterReplacement
getAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setName
getDocumentations, getExtensionElements, getId, getIncomingReferencesByType, setExtensionElements, setId
getScope, isScope
addChildElement, 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, setUniqueChildElementByNameNs
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getDataOutputAssociations, getDataOutputs, getEventDefinitionRefs, getEventDefinitions, getOutputSet, isParallelMultiple, setOutputSet, setParallelMultiple
getDiagramElement, getProperties
getIncoming, getOutgoing, getPreviousNodes, getSucceedingNodes
getAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setName
getDocumentations, getExtensionElements, getId, setExtensionElements, setId
getScope, isScope
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
getId, setId
protected static Attribute<String> camundaFormHandlerClassAttribute
public StartEventImpl(ModelTypeInstanceContext context)
public static void registerType(ModelBuilder modelBuilder)
public StartEventBuilder builder()
BpmnModelElementInstance
builder
in interface BpmnModelElementInstance
builder
in interface FlowNode
builder
in interface StartEvent
builder
in class FlowNodeImpl
public boolean isInterrupting()
isInterrupting
in interface StartEvent
public void setInterrupting(boolean isInterrupting)
setInterrupting
in interface StartEvent
public boolean isCamundaAsync()
isCamundaAsync
in interface StartEvent
public void setCamundaAsync(boolean isCamundaAsync)
setCamundaAsync
in interface StartEvent
public boolean isCamundaExclusive()
isCamundaExclusive
in interface StartEvent
public void setCamundaExclusive(boolean isCamundaExclusive)
setCamundaExclusive
in interface StartEvent
public String getCamundaFormHandlerClass()
getCamundaFormHandlerClass
in interface StartEvent
public void setCamundaFormHandlerClass(String camundaFormHandlerClass)
setCamundaFormHandlerClass
in interface StartEvent
public String getCamundaFormKey()
getCamundaFormKey
in interface StartEvent
public void setCamundaFormKey(String camundaFormKey)
setCamundaFormKey
in interface StartEvent
public String getCamundaInitiator()
getCamundaInitiator
in interface StartEvent
public void setCamundaInitiator(String camundaInitiator)
setCamundaInitiator
in interface StartEvent
Copyright © 2015. All rights reserved.