public static interface ProtobufMessages.Agenda.RuleFlowGroupOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIsActive()
optional bool is_active = 2; |
boolean |
getIsAutoDeactivate()
optional bool is_auto_deactivate = 3; |
ProtobufMessages.Activation |
getMatch(int index)
repeated .org.drools.core.marshalling.Activation match = 4; |
int |
getMatchCount()
repeated .org.drools.core.marshalling.Activation match = 4; |
List<ProtobufMessages.Activation> |
getMatchList()
repeated .org.drools.core.marshalling.Activation match = 4; |
ProtobufMessages.ActivationOrBuilder |
getMatchOrBuilder(int index)
repeated .org.drools.core.marshalling.Activation match = 4; |
List<? extends ProtobufMessages.ActivationOrBuilder> |
getMatchOrBuilderList()
repeated .org.drools.core.marshalling.Activation match = 4; |
String |
getName()
optional string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 1; |
ProtobufMessages.Agenda.RuleFlowGroup.NodeInstance |
getNodeInstance(int index)
repeated .org.drools.core.marshalling.Agenda.RuleFlowGroup.NodeInstance node_instance = 5; |
int |
getNodeInstanceCount()
repeated .org.drools.core.marshalling.Agenda.RuleFlowGroup.NodeInstance node_instance = 5; |
List<ProtobufMessages.Agenda.RuleFlowGroup.NodeInstance> |
getNodeInstanceList()
repeated .org.drools.core.marshalling.Agenda.RuleFlowGroup.NodeInstance node_instance = 5; |
ProtobufMessages.Agenda.RuleFlowGroup.NodeInstanceOrBuilder |
getNodeInstanceOrBuilder(int index)
repeated .org.drools.core.marshalling.Agenda.RuleFlowGroup.NodeInstance node_instance = 5; |
List<? extends ProtobufMessages.Agenda.RuleFlowGroup.NodeInstanceOrBuilder> |
getNodeInstanceOrBuilderList()
repeated .org.drools.core.marshalling.Agenda.RuleFlowGroup.NodeInstance node_instance = 5; |
boolean |
hasIsActive()
optional bool is_active = 2; |
boolean |
hasIsAutoDeactivate()
optional bool is_auto_deactivate = 3; |
boolean |
hasName()
optional string name = 1; |
boolean hasName()
optional string name = 1;String getName()
optional string name = 1;com.google.protobuf.ByteString getNameBytes()
optional string name = 1;boolean hasIsActive()
optional bool is_active = 2;boolean getIsActive()
optional bool is_active = 2;boolean hasIsAutoDeactivate()
optional bool is_auto_deactivate = 3;boolean getIsAutoDeactivate()
optional bool is_auto_deactivate = 3;List<ProtobufMessages.Activation> getMatchList()
repeated .org.drools.core.marshalling.Activation match = 4;ProtobufMessages.Activation getMatch(int index)
repeated .org.drools.core.marshalling.Activation match = 4;int getMatchCount()
repeated .org.drools.core.marshalling.Activation match = 4;List<? extends ProtobufMessages.ActivationOrBuilder> getMatchOrBuilderList()
repeated .org.drools.core.marshalling.Activation match = 4;ProtobufMessages.ActivationOrBuilder getMatchOrBuilder(int index)
repeated .org.drools.core.marshalling.Activation match = 4;List<ProtobufMessages.Agenda.RuleFlowGroup.NodeInstance> getNodeInstanceList()
repeated .org.drools.core.marshalling.Agenda.RuleFlowGroup.NodeInstance node_instance = 5;ProtobufMessages.Agenda.RuleFlowGroup.NodeInstance getNodeInstance(int index)
repeated .org.drools.core.marshalling.Agenda.RuleFlowGroup.NodeInstance node_instance = 5;int getNodeInstanceCount()
repeated .org.drools.core.marshalling.Agenda.RuleFlowGroup.NodeInstance node_instance = 5;List<? extends ProtobufMessages.Agenda.RuleFlowGroup.NodeInstanceOrBuilder> getNodeInstanceOrBuilderList()
repeated .org.drools.core.marshalling.Agenda.RuleFlowGroup.NodeInstance node_instance = 5;ProtobufMessages.Agenda.RuleFlowGroup.NodeInstanceOrBuilder getNodeInstanceOrBuilder(int index)
repeated .org.drools.core.marshalling.Agenda.RuleFlowGroup.NodeInstance node_instance = 5;Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.