org.camunda.bpm.model.bpmn.instance
Interface Process

All Superinterfaces:
BaseElement, BpmnModelElementInstance, CallableElement, org.camunda.bpm.model.xml.instance.ModelElementInstance, RootElement
All Known Implementing Classes:
ProcessImpl

public interface Process
extends CallableElement

The BPMN process element

Author:
Daniel Meyer, Sebastian Menski

Method Summary
 ProcessBuilder builder()
          Returns a new fluent builder for the element if implemented.
 Collection<Artifact> getArtifacts()
           
 Auditing getAuditing()
           
 String getCamundaCandidateStarterGroups()
          camunda extensions
 List<String> getCamundaCandidateStarterGroupsList()
           
 String getCamundaCandidateStarterUsers()
           
 List<String> getCamundaCandidateStarterUsersList()
           
 Integer getCamundaHistoryTimeToLive()
          Deprecated. 
 String getCamundaHistoryTimeToLiveString()
           
 String getCamundaJobPriority()
           
 String getCamundaTaskPriority()
           
 Collection<CorrelationSubscription> getCorrelationSubscriptions()
           
 Collection<FlowElement> getFlowElements()
           
 Collection<LaneSet> getLaneSets()
           
 Monitoring getMonitoring()
           
 ProcessType getProcessType()
           
 Collection<Property> getProperties()
           
 Collection<ResourceRole> getResourceRoles()
           
 Collection<Process> getSupports()
           
 boolean isClosed()
           
 boolean isExecutable()
           
 void setAuditing(Auditing auditing)
           
 void setCamundaCandidateStarterGroups(String camundaCandidateStarterGroups)
           
 void setCamundaCandidateStarterGroupsList(List<String> camundaCandidateStarterGroupsList)
           
 void setCamundaCandidateStarterUsers(String camundaCandidateStarterUsers)
           
 void setCamundaCandidateStarterUsersList(List<String> camundaCandidateStarterUsersList)
           
 void setCamundaHistoryTimeToLive(Integer historyTimeToLive)
          Deprecated. 
 void setCamundaHistoryTimeToLiveString(String historyTimeToLive)
           
 void setCamundaJobPriority(String jobPriority)
           
 void setCamundaTaskPriority(String taskPriority)
           
 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.CallableElement
getIoBindings, getIoSpecification, getName, getSupportedInterfaces, setIoSpecification, setName
 
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.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 interface BpmnModelElementInstance
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

Collection<Property> getProperties()

getLaneSets

Collection<LaneSet> getLaneSets()

getFlowElements

Collection<FlowElement> getFlowElements()

getArtifacts

Collection<Artifact> getArtifacts()

getCorrelationSubscriptions

Collection<CorrelationSubscription> getCorrelationSubscriptions()

getResourceRoles

Collection<ResourceRole> getResourceRoles()

getSupports

Collection<Process> getSupports()

getCamundaCandidateStarterGroups

String getCamundaCandidateStarterGroups()
camunda extensions


setCamundaCandidateStarterGroups

void setCamundaCandidateStarterGroups(String camundaCandidateStarterGroups)

getCamundaCandidateStarterGroupsList

List<String> getCamundaCandidateStarterGroupsList()

setCamundaCandidateStarterGroupsList

void setCamundaCandidateStarterGroupsList(List<String> camundaCandidateStarterGroupsList)

getCamundaCandidateStarterUsers

String getCamundaCandidateStarterUsers()

setCamundaCandidateStarterUsers

void setCamundaCandidateStarterUsers(String camundaCandidateStarterUsers)

getCamundaCandidateStarterUsersList

List<String> getCamundaCandidateStarterUsersList()

setCamundaCandidateStarterUsersList

void setCamundaCandidateStarterUsersList(List<String> camundaCandidateStarterUsersList)

getCamundaJobPriority

String getCamundaJobPriority()

setCamundaJobPriority

void setCamundaJobPriority(String jobPriority)

getCamundaTaskPriority

String getCamundaTaskPriority()

setCamundaTaskPriority

void setCamundaTaskPriority(String taskPriority)

getCamundaHistoryTimeToLive

@Deprecated
Integer getCamundaHistoryTimeToLive()
Deprecated. 


setCamundaHistoryTimeToLive

@Deprecated
void setCamundaHistoryTimeToLive(Integer historyTimeToLive)
Deprecated. 


getCamundaHistoryTimeToLiveString

String getCamundaHistoryTimeToLiveString()

setCamundaHistoryTimeToLiveString

void setCamundaHistoryTimeToLiveString(String historyTimeToLive)


Copyright © 2017 camunda services GmbH. All rights reserved.