Interface ProtobufMessages.Agenda.RuleFlowGroupOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ProtobufMessages.Agenda.RuleFlowGroup, ProtobufMessages.Agenda.RuleFlowGroup.Builder
Enclosing class:
ProtobufMessages.Agenda

public static interface ProtobufMessages.Agenda.RuleFlowGroupOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasName

      boolean hasName()
      optional string name = 1;
      Returns:
      Whether the name field is set.
    • getName

      String getName()
      optional string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      optional string name = 1;
      Returns:
      The bytes for name.
    • hasIsActive

      boolean hasIsActive()
      optional bool is_active = 2;
      Returns:
      Whether the isActive field is set.
    • getIsActive

      boolean getIsActive()
      optional bool is_active = 2;
      Returns:
      The isActive.
    • hasIsAutoDeactivate

      boolean hasIsAutoDeactivate()
      optional bool is_auto_deactivate = 3;
      Returns:
      Whether the isAutoDeactivate field is set.
    • getIsAutoDeactivate

      boolean getIsAutoDeactivate()
      optional bool is_auto_deactivate = 3;
      Returns:
      The isAutoDeactivate.
    • getMatchList

      repeated .org.drools.serialization.protobuf.Activation match = 4;
    • getMatch

      ProtobufMessages.Activation getMatch(int index)
      repeated .org.drools.serialization.protobuf.Activation match = 4;
    • getMatchCount

      int getMatchCount()
      repeated .org.drools.serialization.protobuf.Activation match = 4;
    • getMatchOrBuilderList

      List<? extends ProtobufMessages.ActivationOrBuilder> getMatchOrBuilderList()
      repeated .org.drools.serialization.protobuf.Activation match = 4;
    • getMatchOrBuilder

      ProtobufMessages.ActivationOrBuilder getMatchOrBuilder(int index)
      repeated .org.drools.serialization.protobuf.Activation match = 4;
    • getNodeInstanceList

      repeated .org.drools.serialization.protobuf.Agenda.RuleFlowGroup.NodeInstance node_instance = 5;
    • getNodeInstance

      repeated .org.drools.serialization.protobuf.Agenda.RuleFlowGroup.NodeInstance node_instance = 5;
    • getNodeInstanceCount

      int getNodeInstanceCount()
      repeated .org.drools.serialization.protobuf.Agenda.RuleFlowGroup.NodeInstance node_instance = 5;
    • getNodeInstanceOrBuilderList

      List<? extends ProtobufMessages.Agenda.RuleFlowGroup.NodeInstanceOrBuilder> getNodeInstanceOrBuilderList()
      repeated .org.drools.serialization.protobuf.Agenda.RuleFlowGroup.NodeInstance node_instance = 5;
    • getNodeInstanceOrBuilder

      repeated .org.drools.serialization.protobuf.Agenda.RuleFlowGroup.NodeInstance node_instance = 5;