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 ProcessBuilder
builder()
Returns a new fluent builder for the element if implemented.java.util.Collection<Artifact>
getArtifacts()
Auditing
getAuditing()
java.lang.String
getCamundaCandidateStarterGroups()
camunda extensionsjava.util.List<java.lang.String>
getCamundaCandidateStarterGroupsList()
java.lang.String
getCamundaCandidateStarterUsers()
java.util.List<java.lang.String>
getCamundaCandidateStarterUsersList()
java.lang.Integer
getCamundaHistoryTimeToLive()
Deprecated.java.lang.String
getCamundaHistoryTimeToLiveString()
java.lang.String
getCamundaJobPriority()
java.lang.String
getCamundaTaskPriority()
java.lang.String
getCamundaVersionTag()
java.util.Collection<CorrelationSubscription>
getCorrelationSubscriptions()
java.util.Collection<FlowElement>
getFlowElements()
java.util.Collection<LaneSet>
getLaneSets()
Monitoring
getMonitoring()
ProcessType
getProcessType()
java.util.Collection<Property>
getProperties()
java.util.Collection<ResourceRole>
getResourceRoles()
java.util.Collection<Process>
getSupports()
java.lang.Boolean
isCamundaStartableInTasklist()
boolean
isClosed()
boolean
isExecutable()
void
setAuditing(Auditing auditing)
void
setCamundaCandidateStarterGroups(java.lang.String camundaCandidateStarterGroups)
void
setCamundaCandidateStarterGroupsList(java.util.List<java.lang.String> camundaCandidateStarterGroupsList)
void
setCamundaCandidateStarterUsers(java.lang.String camundaCandidateStarterUsers)
void
setCamundaCandidateStarterUsersList(java.util.List<java.lang.String> camundaCandidateStarterUsersList)
void
setCamundaHistoryTimeToLive(java.lang.Integer historyTimeToLive)
Deprecated.void
setCamundaHistoryTimeToLiveString(java.lang.String historyTimeToLive)
void
setCamundaIsStartableInTasklist(java.lang.Boolean isStartableInTasklist)
void
setCamundaJobPriority(java.lang.String jobPriority)
void
setCamundaTaskPriority(java.lang.String taskPriority)
void
setCamundaVersionTag(java.lang.String versionTag)
void
setClosed(boolean closed)
void
setExecutable(boolean executable)
void
setMonitoring(Monitoring monitoring)
void
setProcessType(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:BpmnModelElementInstance
Returns a new fluent builder for the element if implemented.- Specified by:
builder
in 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)
-
-