public static interface JBPMMessages.WorkItemOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDeploymentId()
optional string deployment_id = 6; |
com.google.protobuf.ByteString |
getDeploymentIdBytes()
optional string deployment_id = 6; |
long |
getId()
optional int64 id = 1; |
String |
getName()
optional string name = 3; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 3; |
long |
getNodeId()
optional int64 node_id = 8; |
long |
getNodeInstanceId()
optional int64 node_instance_id = 7; |
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 |
hasDeploymentId()
optional string deployment_id = 6; |
boolean |
hasId()
optional int64 id = 1; |
boolean |
hasName()
optional string name = 3; |
boolean |
hasNodeId()
optional int64 node_id = 8; |
boolean |
hasNodeInstanceId()
optional int64 node_instance_id = 7; |
boolean |
hasProcessInstancesId()
optional int64 process_instances_id = 2; |
boolean |
hasState()
optional int32 state = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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;
boolean hasDeploymentId()
optional string deployment_id = 6;
String getDeploymentId()
optional string deployment_id = 6;
com.google.protobuf.ByteString getDeploymentIdBytes()
optional string deployment_id = 6;
boolean hasNodeInstanceId()
optional int64 node_instance_id = 7;
long getNodeInstanceId()
optional int64 node_instance_id = 7;
boolean hasNodeId()
optional int64 node_id = 8;
long getNodeId()
optional int64 node_id = 8;
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.