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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetIsActive()optional bool is_active = 2;booleangetIsAutoDeactivate()optional bool is_auto_deactivate = 3;ProtobufMessages.ActivationgetMatch(int index)repeated .org.drools.serialization.protobuf.Activation match = 4;intgetMatchCount()repeated .org.drools.serialization.protobuf.Activation match = 4;List<ProtobufMessages.Activation>getMatchList()repeated .org.drools.serialization.protobuf.Activation match = 4;ProtobufMessages.ActivationOrBuildergetMatchOrBuilder(int index)repeated .org.drools.serialization.protobuf.Activation match = 4;List<? extends ProtobufMessages.ActivationOrBuilder>getMatchOrBuilderList()repeated .org.drools.serialization.protobuf.Activation match = 4;StringgetName()optional string name = 1;com.google.protobuf.ByteStringgetNameBytes()optional string name = 1;ProtobufMessages.Agenda.RuleFlowGroup.NodeInstancegetNodeInstance(int index)repeated .org.drools.serialization.protobuf.Agenda.RuleFlowGroup.NodeInstance node_instance = 5;intgetNodeInstanceCount()repeated .org.drools.serialization.protobuf.Agenda.RuleFlowGroup.NodeInstance node_instance = 5;List<ProtobufMessages.Agenda.RuleFlowGroup.NodeInstance>getNodeInstanceList()repeated .org.drools.serialization.protobuf.Agenda.RuleFlowGroup.NodeInstance node_instance = 5;ProtobufMessages.Agenda.RuleFlowGroup.NodeInstanceOrBuildergetNodeInstanceOrBuilder(int index)repeated .org.drools.serialization.protobuf.Agenda.RuleFlowGroup.NodeInstance node_instance = 5;List<? extends ProtobufMessages.Agenda.RuleFlowGroup.NodeInstanceOrBuilder>getNodeInstanceOrBuilderList()repeated .org.drools.serialization.protobuf.Agenda.RuleFlowGroup.NodeInstance node_instance = 5;booleanhasIsActive()optional bool is_active = 2;booleanhasIsAutoDeactivate()optional bool is_auto_deactivate = 3;booleanhasName()optional string name = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
getMatchList
List<ProtobufMessages.Activation> 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
List<ProtobufMessages.Agenda.RuleFlowGroup.NodeInstance> getNodeInstanceList()
repeated .org.drools.serialization.protobuf.Agenda.RuleFlowGroup.NodeInstance node_instance = 5;
-
getNodeInstance
ProtobufMessages.Agenda.RuleFlowGroup.NodeInstance getNodeInstance(int index)
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
ProtobufMessages.Agenda.RuleFlowGroup.NodeInstanceOrBuilder getNodeInstanceOrBuilder(int index)
repeated .org.drools.serialization.protobuf.Agenda.RuleFlowGroup.NodeInstance node_instance = 5;
-
-