public static final class JBPMMessages.WorkItem extends com.google.protobuf.GeneratedMessageV3 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.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| 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
Deprecated.
|
static int |
PROCESS_INSTANCES_ID_FIELD_NUMBER |
static int |
STATE_FIELD_NUMBER |
static int |
VARIABLE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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; |
int |
hashCode() |
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.GeneratedMessageV3.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.GeneratedMessageV3.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(ByteBuffer data) |
static JBPMMessages.WorkItem |
parseFrom(ByteBuffer 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) |
static com.google.protobuf.Parser<JBPMMessages.WorkItem> |
parser() |
JBPMMessages.WorkItem.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic 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
@Deprecated public static final com.google.protobuf.Parser<JBPMMessages.WorkItem> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public 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.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static JBPMMessages.WorkItem parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JBPMMessages.WorkItem parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic 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 JBPMMessages.WorkItem.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static JBPMMessages.WorkItem.Builder newBuilder()
public 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.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static JBPMMessages.WorkItem getDefaultInstance()
public static com.google.protobuf.Parser<JBPMMessages.WorkItem> parser()
public 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.GeneratedMessageV3public JBPMMessages.WorkItem getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.