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 Details

    • 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)
    • isCamundaStartableInTasklist

      Boolean isCamundaStartableInTasklist()
    • setCamundaIsStartableInTasklist

      void setCamundaIsStartableInTasklist(Boolean isStartableInTasklist)
    • getCamundaVersionTag

      String getCamundaVersionTag()
    • setCamundaVersionTag

      void setCamundaVersionTag(String versionTag)