Interface ZeebePriorityDefinition

All Superinterfaces:
BpmnModelElementInstance, org.camunda.bpm.model.xml.instance.ModelElementInstance
All Known Implementing Classes:
ZeebePriorityDefinitionImpl

public interface ZeebePriorityDefinition extends BpmnModelElementInstance
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Zeebe User Task priority is defined as a number between 0 and 100.
    static final Integer
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    setPriority(String priority)
     

    Methods inherited from interface io.camunda.zeebe.model.bpmn.instance.BpmnModelElementInstance

    builder, 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
  • Field Details

    • DEFAULT_LITERAL_PRIORITY

      static final String DEFAULT_LITERAL_PRIORITY
      Zeebe User Task priority is defined as a number between 0 and 100. The default assigned priority is 50.
      See Also:
    • DEFAULT_NUMBER_PRIORITY

      static final Integer DEFAULT_NUMBER_PRIORITY
  • Method Details

    • getPriority

      String getPriority()
    • setPriority

      void setPriority(String priority)