Package org.jbpm.marshalling.impl
Interface JBPMMessages.ProcessInstance.ExclusiveGroupInstanceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
JBPMMessages.ProcessInstance.ExclusiveGroupInstance
,JBPMMessages.ProcessInstance.ExclusiveGroupInstance.Builder
- Enclosing class:
- JBPMMessages.ProcessInstance
public static interface JBPMMessages.ProcessInstance.ExclusiveGroupInstanceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getGroupNodeInstanceId(int index)
repeated int64 group_node_instance_id = 1;
int
getGroupNodeInstanceIdCount()
repeated int64 group_node_instance_id = 1;
List<Long>
getGroupNodeInstanceIdList()
repeated int64 group_node_instance_id = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getGroupNodeInstanceIdList
List<Long> getGroupNodeInstanceIdList()
repeated int64 group_node_instance_id = 1;
-
getGroupNodeInstanceIdCount
int getGroupNodeInstanceIdCount()
repeated int64 group_node_instance_id = 1;
-
getGroupNodeInstanceId
long getGroupNodeInstanceId(int index)
repeated int64 group_node_instance_id = 1;
-
-