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

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

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


Method Summary
 long getProcessInstanceId()
           
 long getTimerInstanceId(int index)
           
 int getTimerInstanceIdCount()
           
 List<Long> getTimerInstanceIdList()
           
 boolean hasProcessInstanceId()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasProcessInstanceId

boolean hasProcessInstanceId()

getProcessInstanceId

long getProcessInstanceId()

getTimerInstanceIdList

List<Long> getTimerInstanceIdList()

getTimerInstanceIdCount

int getTimerInstanceIdCount()

getTimerInstanceId

long getTimerInstanceId(int index)


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