Interface Process
-
- All Superinterfaces:
BaseElement,BpmnModelElementInstance,CallableElement,ModelElementInstance,RootElement
- All Known Implementing Classes:
ProcessImpl
public interface Process extends CallableElement
The BPMN process element- Author:
- Daniel Meyer, Sebastian Menski
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ProcessBuilderbuilder()Returns a new fluent builder for the element if implemented.java.util.Collection<Artifact>getArtifacts()AuditinggetAuditing()java.lang.StringgetCamundaCandidateStarterGroups()camunda extensionsjava.util.List<java.lang.String>getCamundaCandidateStarterGroupsList()java.lang.StringgetCamundaCandidateStarterUsers()java.util.List<java.lang.String>getCamundaCandidateStarterUsersList()java.lang.IntegergetCamundaHistoryTimeToLive()Deprecated.java.lang.StringgetCamundaHistoryTimeToLiveString()java.lang.StringgetCamundaJobPriority()java.lang.StringgetCamundaTaskPriority()java.lang.StringgetCamundaVersionTag()java.util.Collection<CorrelationSubscription>getCorrelationSubscriptions()java.util.Collection<FlowElement>getFlowElements()java.util.Collection<LaneSet>getLaneSets()MonitoringgetMonitoring()ProcessTypegetProcessType()java.util.Collection<Property>getProperties()java.util.Collection<ResourceRole>getResourceRoles()java.util.Collection<Process>getSupports()java.lang.BooleanisCamundaStartableInTasklist()booleanisClosed()booleanisExecutable()voidsetAuditing(Auditing auditing)voidsetCamundaCandidateStarterGroups(java.lang.String camundaCandidateStarterGroups)voidsetCamundaCandidateStarterGroupsList(java.util.List<java.lang.String> camundaCandidateStarterGroupsList)voidsetCamundaCandidateStarterUsers(java.lang.String camundaCandidateStarterUsers)voidsetCamundaCandidateStarterUsersList(java.util.List<java.lang.String> camundaCandidateStarterUsersList)voidsetCamundaHistoryTimeToLive(java.lang.Integer historyTimeToLive)Deprecated.voidsetCamundaHistoryTimeToLiveString(java.lang.String historyTimeToLive)voidsetCamundaIsStartableInTasklist(java.lang.Boolean isStartableInTasklist)voidsetCamundaJobPriority(java.lang.String jobPriority)voidsetCamundaTaskPriority(java.lang.String taskPriority)voidsetCamundaVersionTag(java.lang.String versionTag)voidsetClosed(boolean closed)voidsetExecutable(boolean executable)voidsetMonitoring(Monitoring monitoring)voidsetProcessType(ProcessType processType)-
Methods inherited from interface org.camunda.bpm.model.bpmn.instance.BaseElement
getDiagramElement, getDocumentations, getExtensionElements, getId, setExtensionElements, setId
-
Methods inherited from interface org.camunda.bpm.model.bpmn.instance.BpmnModelElementInstance
getScope, isScope
-
Methods inherited from interface org.camunda.bpm.model.bpmn.instance.CallableElement
getIoBindings, getIoSpecification, getName, getSupportedInterfaces, setIoSpecification, setName
-
Methods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstance
addChildElement, 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
-
-
-
-
Method Detail
-
builder
ProcessBuilder builder()
Description copied from interface:BpmnModelElementInstanceReturns a new fluent builder for the element if implemented.- Specified by:
builderin interfaceBpmnModelElementInstance- Returns:
- the builder object
-
getProcessType
ProcessType getProcessType()
-
setProcessType
void setProcessType(ProcessType processType)
-
isClosed
boolean isClosed()
-
setClosed
void setClosed(boolean closed)
-
isExecutable
boolean isExecutable()
-
setExecutable
void setExecutable(boolean executable)
-
getAuditing
Auditing getAuditing()
-
setAuditing
void setAuditing(Auditing auditing)
-
getMonitoring
Monitoring getMonitoring()
-
setMonitoring
void setMonitoring(Monitoring monitoring)
-
getProperties
java.util.Collection<Property> getProperties()
-
getLaneSets
java.util.Collection<LaneSet> getLaneSets()
-
getFlowElements
java.util.Collection<FlowElement> getFlowElements()
-
getArtifacts
java.util.Collection<Artifact> getArtifacts()
-
getCorrelationSubscriptions
java.util.Collection<CorrelationSubscription> getCorrelationSubscriptions()
-
getResourceRoles
java.util.Collection<ResourceRole> getResourceRoles()
-
getSupports
java.util.Collection<Process> getSupports()
-
getCamundaCandidateStarterGroups
java.lang.String getCamundaCandidateStarterGroups()
camunda extensions
-
setCamundaCandidateStarterGroups
void setCamundaCandidateStarterGroups(java.lang.String camundaCandidateStarterGroups)
-
getCamundaCandidateStarterGroupsList
java.util.List<java.lang.String> getCamundaCandidateStarterGroupsList()
-
setCamundaCandidateStarterGroupsList
void setCamundaCandidateStarterGroupsList(java.util.List<java.lang.String> camundaCandidateStarterGroupsList)
-
getCamundaCandidateStarterUsers
java.lang.String getCamundaCandidateStarterUsers()
-
setCamundaCandidateStarterUsers
void setCamundaCandidateStarterUsers(java.lang.String camundaCandidateStarterUsers)
-
getCamundaCandidateStarterUsersList
java.util.List<java.lang.String> getCamundaCandidateStarterUsersList()
-
setCamundaCandidateStarterUsersList
void setCamundaCandidateStarterUsersList(java.util.List<java.lang.String> camundaCandidateStarterUsersList)
-
getCamundaJobPriority
java.lang.String getCamundaJobPriority()
-
setCamundaJobPriority
void setCamundaJobPriority(java.lang.String jobPriority)
-
getCamundaTaskPriority
java.lang.String getCamundaTaskPriority()
-
setCamundaTaskPriority
void setCamundaTaskPriority(java.lang.String taskPriority)
-
getCamundaHistoryTimeToLive
@Deprecated java.lang.Integer getCamundaHistoryTimeToLive()
Deprecated.
-
setCamundaHistoryTimeToLive
@Deprecated void setCamundaHistoryTimeToLive(java.lang.Integer historyTimeToLive)
Deprecated.
-
getCamundaHistoryTimeToLiveString
java.lang.String getCamundaHistoryTimeToLiveString()
-
setCamundaHistoryTimeToLiveString
void setCamundaHistoryTimeToLiveString(java.lang.String historyTimeToLive)
-
isCamundaStartableInTasklist
java.lang.Boolean isCamundaStartableInTasklist()
-
setCamundaIsStartableInTasklist
void setCamundaIsStartableInTasklist(java.lang.Boolean isStartableInTasklist)
-
getCamundaVersionTag
java.lang.String getCamundaVersionTag()
-
setCamundaVersionTag
void setCamundaVersionTag(java.lang.String versionTag)
-
-