org.jbpm.marshalling.impl
public static interface JBPMMessages.WorkItemOrBuilder extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getId()
optional int64 id = 1; |
String |
getName()
optional string name = 3; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 3; |
long |
getProcessInstancesId()
optional int64 process_instances_id = 2; |
int |
getState()
optional int32 state = 4; |
JBPMMessages.Variable |
getVariable(int index)
repeated .org.jbpm.marshalling.Variable variable = 5; |
int |
getVariableCount()
repeated .org.jbpm.marshalling.Variable variable = 5; |
List<JBPMMessages.Variable> |
getVariableList()
repeated .org.jbpm.marshalling.Variable variable = 5; |
JBPMMessages.VariableOrBuilder |
getVariableOrBuilder(int index)
repeated .org.jbpm.marshalling.Variable variable = 5; |
List<? extends JBPMMessages.VariableOrBuilder> |
getVariableOrBuilderList()
repeated .org.jbpm.marshalling.Variable variable = 5; |
boolean |
hasId()
optional int64 id = 1; |
boolean |
hasName()
optional string name = 3; |
boolean |
hasProcessInstancesId()
optional int64 process_instances_id = 2; |
boolean |
hasState()
optional int32 state = 4; |
boolean hasId()
optional int64 id = 1;
long getId()
optional int64 id = 1;
boolean hasProcessInstancesId()
optional int64 process_instances_id = 2;
long getProcessInstancesId()
optional int64 process_instances_id = 2;
boolean hasName()
optional string name = 3;
String getName()
optional string name = 3;
com.google.protobuf.ByteString getNameBytes()
optional string name = 3;
boolean hasState()
optional int32 state = 4;
int getState()
optional int32 state = 4;
List<JBPMMessages.Variable> getVariableList()
repeated .org.jbpm.marshalling.Variable variable = 5;
JBPMMessages.Variable getVariable(int index)
repeated .org.jbpm.marshalling.Variable variable = 5;
int getVariableCount()
repeated .org.jbpm.marshalling.Variable variable = 5;
List<? extends JBPMMessages.VariableOrBuilder> getVariableOrBuilderList()
repeated .org.jbpm.marshalling.Variable variable = 5;
JBPMMessages.VariableOrBuilder getVariableOrBuilder(int index)
repeated .org.jbpm.marshalling.Variable variable = 5;
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.