Interface ProtobufMessages.Agenda.RuleFlowGroupOrBuilder

    • Method Detail

      • hasName

        boolean hasName()
        optional string name = 1;
      • getName

        String getName()
        optional string name = 1;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        optional string name = 1;
      • hasIsActive

        boolean hasIsActive()
        optional bool is_active = 2;
      • getIsActive

        boolean getIsActive()
        optional bool is_active = 2;
      • hasIsAutoDeactivate

        boolean hasIsAutoDeactivate()
        optional bool is_auto_deactivate = 3;
      • getIsAutoDeactivate

        boolean getIsAutoDeactivate()
        optional bool is_auto_deactivate = 3;
      • getMatchCount

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

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