|
jBPM distribution 6.2.0.CR1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface JBPMMessages.ProcessInstance.NodeInstanceOrBuilder
Method Summary | |
---|---|
JBPMMessages.ProcessInstance.NodeInstanceContent |
getContent()
optional .org.jbpm.marshalling.ProcessInstance.NodeInstanceContent content = 4; |
JBPMMessages.ProcessInstance.NodeInstanceContentOrBuilder |
getContentOrBuilder()
optional .org.jbpm.marshalling.ProcessInstance.NodeInstanceContent content = 4; |
long |
getId()
optional int64 id = 1; |
int |
getLevel()
optional int32 level = 5; |
long |
getNodeId()
optional int64 node_id = 2; |
boolean |
hasContent()
optional .org.jbpm.marshalling.ProcessInstance.NodeInstanceContent content = 4; |
boolean |
hasId()
optional int64 id = 1; |
boolean |
hasLevel()
optional int32 level = 5; |
boolean |
hasNodeId()
optional int64 node_id = 2; |
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 |
---|
boolean hasId()
optional int64 id = 1;
long getId()
optional int64 id = 1;
boolean hasNodeId()
optional int64 node_id = 2;
long getNodeId()
optional int64 node_id = 2;
boolean hasContent()
optional .org.jbpm.marshalling.ProcessInstance.NodeInstanceContent content = 4;
JBPMMessages.ProcessInstance.NodeInstanceContent getContent()
optional .org.jbpm.marshalling.ProcessInstance.NodeInstanceContent content = 4;
JBPMMessages.ProcessInstance.NodeInstanceContentOrBuilder getContentOrBuilder()
optional .org.jbpm.marshalling.ProcessInstance.NodeInstanceContent content = 4;
boolean hasLevel()
optional int32 level = 5;
int getLevel()
optional int32 level = 5;
|
jBPM distribution 6.2.0.CR1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |