org.jbpm.marshalling.impl
Interface JBPMMessages.ProcessInstance.NodeInstanceOrBuilder

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

public static interface JBPMMessages.ProcessInstance.NodeInstanceOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 JBPMMessages.ProcessInstance.NodeInstanceContent getContent()
           
 JBPMMessages.ProcessInstance.NodeInstanceContentOrBuilder getContentOrBuilder()
           
 long getId()
           
 long getNodeId()
           
 boolean hasContent()
           
 boolean hasId()
           
 boolean hasNodeId()
           
 
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

hasId

boolean hasId()

getId

long getId()

hasNodeId

boolean hasNodeId()

getNodeId

long getNodeId()

hasContent

boolean hasContent()

getContent

JBPMMessages.ProcessInstance.NodeInstanceContent getContent()

getContentOrBuilder

JBPMMessages.ProcessInstance.NodeInstanceContentOrBuilder getContentOrBuilder()


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