public static final class JBPMMessages.WorkItem extends com.google.protobuf.GeneratedMessage implements JBPMMessages.WorkItemOrBuilder
org.jbpm.marshalling.WorkItem| Modifier and Type | Class and Description |
|---|---|
static class |
JBPMMessages.WorkItem.Builder
Protobuf type
org.jbpm.marshalling.WorkItem |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
DEPLOYMENT_ID_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
NODE_ID_FIELD_NUMBER |
static int |
NODE_INSTANCE_ID_FIELD_NUMBER |
static com.google.protobuf.Parser<JBPMMessages.WorkItem> |
PARSER |
static int |
PROCESS_INSTANCES_ID_FIELD_NUMBER |
static int |
STATE_FIELD_NUMBER |
static int |
VARIABLE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static JBPMMessages.WorkItem |
getDefaultInstance() |
JBPMMessages.WorkItem |
getDefaultInstanceForType() |
String |
getDeploymentId()
optional string deployment_id = 6; |
com.google.protobuf.ByteString |
getDeploymentIdBytes()
optional string deployment_id = 6; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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; |
com.google.protobuf.Parser<JBPMMessages.WorkItem> |
getParserForType() |
long |
getProcessInstancesId()
optional int64 process_instances_id = 2; |
int |
getSerializedSize() |
int |
getState()
optional int32 state = 4; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static JBPMMessages.WorkItem.Builder |
newBuilder() |
static JBPMMessages.WorkItem.Builder |
newBuilder(JBPMMessages.WorkItem prototype) |
JBPMMessages.WorkItem.Builder |
newBuilderForType() |
protected JBPMMessages.WorkItem.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static JBPMMessages.WorkItem |
parseDelimitedFrom(InputStream input) |
static JBPMMessages.WorkItem |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JBPMMessages.WorkItem |
parseFrom(byte[] data) |
static JBPMMessages.WorkItem |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JBPMMessages.WorkItem |
parseFrom(com.google.protobuf.ByteString data) |
static JBPMMessages.WorkItem |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JBPMMessages.WorkItem |
parseFrom(com.google.protobuf.CodedInputStream input) |
static JBPMMessages.WorkItem |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JBPMMessages.WorkItem |
parseFrom(InputStream input) |
static JBPMMessages.WorkItem |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
JBPMMessages.WorkItem.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<JBPMMessages.WorkItem> PARSER
public static final int ID_FIELD_NUMBER
public static final int PROCESS_INSTANCES_ID_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
public static final int VARIABLE_FIELD_NUMBER
public static final int DEPLOYMENT_ID_FIELD_NUMBER
public static final int NODE_INSTANCE_ID_FIELD_NUMBER
public static final int NODE_ID_FIELD_NUMBER
public static JBPMMessages.WorkItem getDefaultInstance()
public JBPMMessages.WorkItem getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<JBPMMessages.WorkItem> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasId()
optional int64 id = 1;hasId in interface JBPMMessages.WorkItemOrBuilderpublic long getId()
optional int64 id = 1;getId in interface JBPMMessages.WorkItemOrBuilderpublic boolean hasProcessInstancesId()
optional int64 process_instances_id = 2;hasProcessInstancesId in interface JBPMMessages.WorkItemOrBuilderpublic long getProcessInstancesId()
optional int64 process_instances_id = 2;getProcessInstancesId in interface JBPMMessages.WorkItemOrBuilderpublic boolean hasName()
optional string name = 3;hasName in interface JBPMMessages.WorkItemOrBuilderpublic String getName()
optional string name = 3;getName in interface JBPMMessages.WorkItemOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
optional string name = 3;getNameBytes in interface JBPMMessages.WorkItemOrBuilderpublic boolean hasState()
optional int32 state = 4;hasState in interface JBPMMessages.WorkItemOrBuilderpublic int getState()
optional int32 state = 4;getState in interface JBPMMessages.WorkItemOrBuilderpublic List<JBPMMessages.Variable> getVariableList()
repeated .org.jbpm.marshalling.Variable variable = 5;getVariableList in interface JBPMMessages.WorkItemOrBuilderpublic List<? extends JBPMMessages.VariableOrBuilder> getVariableOrBuilderList()
repeated .org.jbpm.marshalling.Variable variable = 5;getVariableOrBuilderList in interface JBPMMessages.WorkItemOrBuilderpublic int getVariableCount()
repeated .org.jbpm.marshalling.Variable variable = 5;getVariableCount in interface JBPMMessages.WorkItemOrBuilderpublic JBPMMessages.Variable getVariable(int index)
repeated .org.jbpm.marshalling.Variable variable = 5;getVariable in interface JBPMMessages.WorkItemOrBuilderpublic JBPMMessages.VariableOrBuilder getVariableOrBuilder(int index)
repeated .org.jbpm.marshalling.Variable variable = 5;getVariableOrBuilder in interface JBPMMessages.WorkItemOrBuilderpublic boolean hasDeploymentId()
optional string deployment_id = 6;hasDeploymentId in interface JBPMMessages.WorkItemOrBuilderpublic String getDeploymentId()
optional string deployment_id = 6;getDeploymentId in interface JBPMMessages.WorkItemOrBuilderpublic com.google.protobuf.ByteString getDeploymentIdBytes()
optional string deployment_id = 6;getDeploymentIdBytes in interface JBPMMessages.WorkItemOrBuilderpublic boolean hasNodeInstanceId()
optional int64 node_instance_id = 7;hasNodeInstanceId in interface JBPMMessages.WorkItemOrBuilderpublic long getNodeInstanceId()
optional int64 node_instance_id = 7;getNodeInstanceId in interface JBPMMessages.WorkItemOrBuilderpublic boolean hasNodeId()
optional int64 node_id = 8;hasNodeId in interface JBPMMessages.WorkItemOrBuilderpublic long getNodeId()
optional int64 node_id = 8;getNodeId in interface JBPMMessages.WorkItemOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic static JBPMMessages.WorkItem parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JBPMMessages.WorkItem parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JBPMMessages.WorkItem parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JBPMMessages.WorkItem parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JBPMMessages.WorkItem parseFrom(InputStream input) throws IOException
IOExceptionpublic static JBPMMessages.WorkItem parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static JBPMMessages.WorkItem parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static JBPMMessages.WorkItem parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static JBPMMessages.WorkItem parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static JBPMMessages.WorkItem parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static JBPMMessages.WorkItem.Builder newBuilder()
public JBPMMessages.WorkItem.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static JBPMMessages.WorkItem.Builder newBuilder(JBPMMessages.WorkItem prototype)
public JBPMMessages.WorkItem.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected JBPMMessages.WorkItem.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.