jBPM distribution 6.1.0.CR2

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

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

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


Method Summary
 long getTimerInstanceId(int index)
          repeated int64 timer_instance_id = 1;
 int getTimerInstanceIdCount()
          repeated int64 timer_instance_id = 1;
 List<Long> getTimerInstanceIdList()
          repeated int64 timer_instance_id = 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

getTimerInstanceIdList

List<Long> getTimerInstanceIdList()
repeated int64 timer_instance_id = 1;


getTimerInstanceIdCount

int getTimerInstanceIdCount()
repeated int64 timer_instance_id = 1;


getTimerInstanceId

long getTimerInstanceId(int index)
repeated int64 timer_instance_id = 1;


jBPM distribution 6.1.0.CR2

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