jBPM distribution 6.0.0.Beta1

org.jbpm.marshalling.impl
Interface JBPMMessages.ProcessInstance.NodeInstanceContent.ForEachNodeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
JBPMMessages.ProcessInstance.NodeInstanceContent.ForEachNode, JBPMMessages.ProcessInstance.NodeInstanceContent.ForEachNode.Builder
Enclosing class:
JBPMMessages.ProcessInstance.NodeInstanceContent

public static interface JBPMMessages.ProcessInstance.NodeInstanceContent.ForEachNodeOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 JBPMMessages.ProcessInstance.NodeInstance getNodeInstance(int index)
          repeated .org.jbpm.marshalling.ProcessInstance.NodeInstance node_instance = 1;
 int getNodeInstanceCount()
          repeated .org.jbpm.marshalling.ProcessInstance.NodeInstance node_instance = 1;
 List<JBPMMessages.ProcessInstance.NodeInstance> getNodeInstanceList()
          repeated .org.jbpm.marshalling.ProcessInstance.NodeInstance node_instance = 1;
 JBPMMessages.ProcessInstance.NodeInstanceOrBuilder getNodeInstanceOrBuilder(int index)
          repeated .org.jbpm.marshalling.ProcessInstance.NodeInstance node_instance = 1;
 List<? extends JBPMMessages.ProcessInstance.NodeInstanceOrBuilder> getNodeInstanceOrBuilderList()
          repeated .org.jbpm.marshalling.ProcessInstance.NodeInstance node_instance = 1;
 
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
 

Method Detail

getNodeInstanceList

List<JBPMMessages.ProcessInstance.NodeInstance> getNodeInstanceList()
repeated .org.jbpm.marshalling.ProcessInstance.NodeInstance node_instance = 1;


getNodeInstance

JBPMMessages.ProcessInstance.NodeInstance getNodeInstance(int index)
repeated .org.jbpm.marshalling.ProcessInstance.NodeInstance node_instance = 1;


getNodeInstanceCount

int getNodeInstanceCount()
repeated .org.jbpm.marshalling.ProcessInstance.NodeInstance node_instance = 1;


getNodeInstanceOrBuilderList

List<? extends JBPMMessages.ProcessInstance.NodeInstanceOrBuilder> getNodeInstanceOrBuilderList()
repeated .org.jbpm.marshalling.ProcessInstance.NodeInstance node_instance = 1;


getNodeInstanceOrBuilder

JBPMMessages.ProcessInstance.NodeInstanceOrBuilder getNodeInstanceOrBuilder(int index)
repeated .org.jbpm.marshalling.ProcessInstance.NodeInstance node_instance = 1;


jBPM distribution 6.0.0.Beta1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.