Class ProcessImpl
- All Implemented Interfaces:
- BaseElement,- BpmnModelElementInstance,- CallableElement,- Process,- RootElement,- ModelElementInstance
The BPMN process element
- Author:
- Daniel Meyer, Sebastian Menski
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected static ChildElementCollection<Artifact>protected static ChildElement<Auditing>camunda extensionsprotected static ChildElementCollection<CorrelationSubscription>static final Stringprotected static ChildElementCollection<FlowElement>protected static ChildElementCollection<LaneSet>protected static ChildElement<Monitoring>protected static Attribute<ProcessType>protected static ChildElementCollection<Property>protected static ChildElementCollection<ResourceRole>protected static ElementReferenceCollection<Process,Supports> Fields inherited from class org.camunda.bpm.model.bpmn.impl.instance.CallableElementImplioBindingCollection, ioSpecificationChild, nameAttribute, supportedInterfaceRefCollectionFields inherited from class org.camunda.bpm.model.bpmn.impl.instance.BaseElementImpldocumentationCollection, extensionElementsChild, idAttributeFields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImplmodelInstance
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()Returns a new fluent builder for the element if implemented.camunda extensionsbooleanisClosed()booleanstatic voidregisterType(ModelBuilder modelBuilder) voidsetAuditing(Auditing auditing) voidsetCamundaCandidateStarterGroups(String camundaCandidateStarterGroups) voidsetCamundaCandidateStarterGroupsList(List<String> camundaCandidateStarterGroupsList) voidsetCamundaCandidateStarterUsers(String camundaCandidateStarterUsers) voidsetCamundaCandidateStarterUsersList(List<String> camundaCandidateStarterUsersList) voidsetCamundaHistoryTimeToLive(Integer historyTimeToLive) voidsetCamundaHistoryTimeToLiveString(String historyTimeToLive) voidsetCamundaIsStartableInTasklist(Boolean isStartableInTasklist) voidsetCamundaJobPriority(String jobPriority) voidsetCamundaTaskPriority(String taskPriority) voidsetCamundaVersionTag(String versionTag) voidsetClosed(boolean closed) voidsetExecutable(boolean executable) voidsetMonitoring(Monitoring monitoring) voidsetProcessType(ProcessType processType) Methods inherited from class org.camunda.bpm.model.bpmn.impl.instance.CallableElementImplgetIoBindings, getIoSpecification, getName, getSupportedInterfaces, setIoSpecification, setNameMethods inherited from class org.camunda.bpm.model.bpmn.impl.instance.BaseElementImplgetDiagramElement, getDocumentations, getExtensionElements, getId, getIncomingReferencesByType, setExtensionElements, setIdMethods inherited from class org.camunda.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImplgetScope, isScopeMethods inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpladdChildElement, asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.model.bpmn.instance.BaseElementgetDiagramElement, getDocumentations, getExtensionElements, getId, setExtensionElements, setIdMethods inherited from interface org.camunda.bpm.model.bpmn.instance.BpmnModelElementInstancegetScope, isScopeMethods inherited from interface org.camunda.bpm.model.bpmn.instance.CallableElementgetIoBindings, getIoSpecification, getName, getSupportedInterfaces, setIoSpecification, setNameMethods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstanceaddChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
- 
Field Details- 
DEFAULT_HISTORY_TIME_TO_LIVE- See Also:
 
- 
processTypeAttribute
- 
isClosedAttribute
- 
isExecutableAttribute
- 
auditingChild
- 
monitoringChild
- 
propertyCollection
- 
laneSetCollection
- 
flowElementCollection
- 
artifactCollection
- 
resourceRoleCollection
- 
correlationSubscriptionCollection
- 
supportsCollection
- 
camundaCandidateStarterGroupsAttributecamunda extensions
- 
camundaCandidateStarterUsersAttribute
- 
camundaJobPriorityAttribute
- 
camundaTaskPriorityAttribute
- 
camundaHistoryTimeToLiveAttribute
- 
camundaIsStartableInTasklistAttribute
- 
camundaVersionTagAttribute
 
- 
- 
Constructor Details- 
ProcessImpl
 
- 
- 
Method Details- 
registerType
- 
builderDescription copied from interface:BpmnModelElementInstanceReturns a new fluent builder for the element if implemented.- Specified by:
- builderin interface- BpmnModelElementInstance
- Specified by:
- builderin interface- Process
- Overrides:
- builderin class- BpmnModelElementInstanceImpl
- Returns:
- the builder object
 
- 
getProcessType- Specified by:
- getProcessTypein interface- Process
 
- 
setProcessType- Specified by:
- setProcessTypein interface- Process
 
- 
isClosedpublic boolean isClosed()
- 
setClosedpublic void setClosed(boolean closed) 
- 
isExecutablepublic boolean isExecutable()- Specified by:
- isExecutablein interface- Process
 
- 
setExecutablepublic void setExecutable(boolean executable) - Specified by:
- setExecutablein interface- Process
 
- 
getAuditing- Specified by:
- getAuditingin interface- Process
 
- 
setAuditing- Specified by:
- setAuditingin interface- Process
 
- 
getMonitoring- Specified by:
- getMonitoringin interface- Process
 
- 
setMonitoring- Specified by:
- setMonitoringin interface- Process
 
- 
getProperties- Specified by:
- getPropertiesin interface- Process
 
- 
getLaneSets- Specified by:
- getLaneSetsin interface- Process
 
- 
getFlowElements- Specified by:
- getFlowElementsin interface- Process
 
- 
getArtifacts- Specified by:
- getArtifactsin interface- Process
 
- 
getCorrelationSubscriptions- Specified by:
- getCorrelationSubscriptionsin interface- Process
 
- 
getResourceRoles- Specified by:
- getResourceRolesin interface- Process
 
- 
getSupports- Specified by:
- getSupportsin interface- Process
 
- 
getCamundaCandidateStarterGroupscamunda extensions- Specified by:
- getCamundaCandidateStarterGroupsin interface- Process
 
- 
setCamundaCandidateStarterGroups- Specified by:
- setCamundaCandidateStarterGroupsin interface- Process
 
- 
getCamundaCandidateStarterGroupsList- Specified by:
- getCamundaCandidateStarterGroupsListin interface- Process
 
- 
setCamundaCandidateStarterGroupsList- Specified by:
- setCamundaCandidateStarterGroupsListin interface- Process
 
- 
getCamundaCandidateStarterUsers- Specified by:
- getCamundaCandidateStarterUsersin interface- Process
 
- 
setCamundaCandidateStarterUsers- Specified by:
- setCamundaCandidateStarterUsersin interface- Process
 
- 
getCamundaCandidateStarterUsersList- Specified by:
- getCamundaCandidateStarterUsersListin interface- Process
 
- 
setCamundaCandidateStarterUsersList- Specified by:
- setCamundaCandidateStarterUsersListin interface- Process
 
- 
getCamundaJobPriority- Specified by:
- getCamundaJobPriorityin interface- Process
 
- 
setCamundaJobPriority- Specified by:
- setCamundaJobPriorityin interface- Process
 
- 
getCamundaTaskPriority- Specified by:
- getCamundaTaskPriorityin interface- Process
 
- 
setCamundaTaskPriority- Specified by:
- setCamundaTaskPriorityin interface- Process
 
- 
getCamundaHistoryTimeToLive- Specified by:
- getCamundaHistoryTimeToLivein interface- Process
 
- 
setCamundaHistoryTimeToLive- Specified by:
- setCamundaHistoryTimeToLivein interface- Process
 
- 
getCamundaHistoryTimeToLiveString- Specified by:
- getCamundaHistoryTimeToLiveStringin interface- Process
 
- 
setCamundaHistoryTimeToLiveString- Specified by:
- setCamundaHistoryTimeToLiveStringin interface- Process
 
- 
isCamundaStartableInTasklist- Specified by:
- isCamundaStartableInTasklistin interface- Process
 
- 
setCamundaIsStartableInTasklist- Specified by:
- setCamundaIsStartableInTasklistin interface- Process
 
- 
getCamundaVersionTag- Specified by:
- getCamundaVersionTagin interface- Process
 
- 
setCamundaVersionTag- Specified by:
- setCamundaVersionTagin interface- Process
 
 
-