Interface JBPMMessages.ProcessInstance.NodeInstanceContent.RuleSetNodeOrBuilder

    • Method Detail

      • getTimerInstanceIdList

        List<Long> getTimerInstanceIdList()
        repeated int64 timer_instance_id = 1;
        Returns:
        A list containing the timerInstanceId.
      • getTimerInstanceIdCount

        int getTimerInstanceIdCount()
        repeated int64 timer_instance_id = 1;
        Returns:
        The count of timerInstanceId.
      • getTimerInstanceId

        long getTimerInstanceId​(int index)
        repeated int64 timer_instance_id = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The timerInstanceId at the given index.
      • getMapEntryCount

        int getMapEntryCount()
        repeated .org.jbpm.marshalling.ProcessInstance.NodeInstanceContent.RuleSetNode.TextMapEntry mapEntry = 2;
      • hasRuleFlowGroup

        boolean hasRuleFlowGroup()
        optional string rule_flow_group = 3;
        Returns:
        Whether the ruleFlowGroup field is set.
      • getRuleFlowGroup

        String getRuleFlowGroup()
        optional string rule_flow_group = 3;
        Returns:
        The ruleFlowGroup.
      • getRuleFlowGroupBytes

        com.google.protobuf.ByteString getRuleFlowGroupBytes()
        optional string rule_flow_group = 3;
        Returns:
        The bytes for ruleFlowGroup.