Interface JBPMMessages.ProcessInstance.NodeInstanceOrBuilder

    • Method Detail

      • hasId

        boolean hasId()
        optional int64 id = 1;
        Returns:
        Whether the id field is set.
      • getId

        long getId()
        optional int64 id = 1;
        Returns:
        The id.
      • hasNodeId

        boolean hasNodeId()
        optional int64 node_id = 2;
        Returns:
        Whether the nodeId field is set.
      • getNodeId

        long getNodeId()
        optional int64 node_id = 2;
        Returns:
        The nodeId.
      • hasContent

        boolean hasContent()
        optional .org.jbpm.marshalling.ProcessInstance.NodeInstanceContent content = 4;
        Returns:
        Whether the content field is set.
      • hasLevel

        boolean hasLevel()
        optional int32 level = 5;
        Returns:
        Whether the level field is set.
      • getLevel

        int getLevel()
        optional int32 level = 5;
        Returns:
        The level.
      • hasSlaTimerId

        boolean hasSlaTimerId()
        optional int64 sla_timer_id = 6;
        Returns:
        Whether the slaTimerId field is set.
      • getSlaTimerId

        long getSlaTimerId()
        optional int64 sla_timer_id = 6;
        Returns:
        The slaTimerId.
      • hasSlaDueDate

        boolean hasSlaDueDate()
        optional int64 sla_due_date = 7;
        Returns:
        Whether the slaDueDate field is set.
      • getSlaDueDate

        long getSlaDueDate()
        optional int64 sla_due_date = 7;
        Returns:
        The slaDueDate.
      • hasSlaCompliance

        boolean hasSlaCompliance()
        optional int32 sla_compliance = 8;
        Returns:
        Whether the slaCompliance field is set.
      • getSlaCompliance

        int getSlaCompliance()
        optional int32 sla_compliance = 8;
        Returns:
        The slaCompliance.