org.drools.core.marshalling.impl
Interface ProtobufMessages.Agenda.AgendaGroupOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- ProtobufMessages.Agenda.AgendaGroup, ProtobufMessages.Agenda.AgendaGroup.Builder
- Enclosing class:
- ProtobufMessages.Agenda
public static interface ProtobufMessages.Agenda.AgendaGroupOrBuilder
- extends com.google.protobuf.MessageOrBuilder
| Methods inherited from interface com.google.protobuf.MessageOrBuilder |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
| Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
isInitialized |
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;
hasActivatedForRecency
boolean hasActivatedForRecency()
optional int64 activated_for_recency = 4;
getActivatedForRecency
long getActivatedForRecency()
optional int64 activated_for_recency = 4;
hasClearedForRecency
boolean hasClearedForRecency()
optional int64 cleared_for_recency = 5;
getClearedForRecency
long getClearedForRecency()
optional int64 cleared_for_recency = 5;
getMatchList
List<ProtobufMessages.Activation> getMatchList()
repeated .org.drools.core.marshalling.Activation match = 6;
getMatch
ProtobufMessages.Activation getMatch(int index)
repeated .org.drools.core.marshalling.Activation match = 6;
getMatchCount
int getMatchCount()
repeated .org.drools.core.marshalling.Activation match = 6;
getMatchOrBuilderList
List<? extends ProtobufMessages.ActivationOrBuilder> getMatchOrBuilderList()
repeated .org.drools.core.marshalling.Activation match = 6;
getMatchOrBuilder
ProtobufMessages.ActivationOrBuilder getMatchOrBuilder(int index)
repeated .org.drools.core.marshalling.Activation match = 6;
getNodeInstanceList
List<ProtobufMessages.Agenda.AgendaGroup.NodeInstance> getNodeInstanceList()
repeated .org.drools.core.marshalling.Agenda.AgendaGroup.NodeInstance node_instance = 7;
getNodeInstance
ProtobufMessages.Agenda.AgendaGroup.NodeInstance getNodeInstance(int index)
repeated .org.drools.core.marshalling.Agenda.AgendaGroup.NodeInstance node_instance = 7;
getNodeInstanceCount
int getNodeInstanceCount()
repeated .org.drools.core.marshalling.Agenda.AgendaGroup.NodeInstance node_instance = 7;
getNodeInstanceOrBuilderList
List<? extends ProtobufMessages.Agenda.AgendaGroup.NodeInstanceOrBuilder> getNodeInstanceOrBuilderList()
repeated .org.drools.core.marshalling.Agenda.AgendaGroup.NodeInstance node_instance = 7;
getNodeInstanceOrBuilder
ProtobufMessages.Agenda.AgendaGroup.NodeInstanceOrBuilder getNodeInstanceOrBuilder(int index)
repeated .org.drools.core.marshalling.Agenda.AgendaGroup.NodeInstance node_instance = 7;
hasHasRuleFlowLister
boolean hasHasRuleFlowLister()
optional bool has_rule_flow_lister = 8;
getHasRuleFlowLister
boolean getHasRuleFlowLister()
optional bool has_rule_flow_lister = 8;
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.