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 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; |
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 |
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, parseUnknownField
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public 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 JBPMMessages.WorkItem getDefaultInstance()
public JBPMMessages.WorkItem getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<JBPMMessages.WorkItem> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasId()
optional int64 id = 1;
hasId
in interface JBPMMessages.WorkItemOrBuilder
public long getId()
optional int64 id = 1;
getId
in interface JBPMMessages.WorkItemOrBuilder
public boolean hasProcessInstancesId()
optional int64 process_instances_id = 2;
hasProcessInstancesId
in interface JBPMMessages.WorkItemOrBuilder
public long getProcessInstancesId()
optional int64 process_instances_id = 2;
getProcessInstancesId
in interface JBPMMessages.WorkItemOrBuilder
public boolean hasName()
optional string name = 3;
hasName
in interface JBPMMessages.WorkItemOrBuilder
public String getName()
optional string name = 3;
getName
in interface JBPMMessages.WorkItemOrBuilder
public com.google.protobuf.ByteString getNameBytes()
optional string name = 3;
getNameBytes
in interface JBPMMessages.WorkItemOrBuilder
public boolean hasState()
optional int32 state = 4;
hasState
in interface JBPMMessages.WorkItemOrBuilder
public int getState()
optional int32 state = 4;
getState
in interface JBPMMessages.WorkItemOrBuilder
public List<JBPMMessages.Variable> getVariableList()
repeated .org.jbpm.marshalling.Variable variable = 5;
getVariableList
in interface JBPMMessages.WorkItemOrBuilder
public List<? extends JBPMMessages.VariableOrBuilder> getVariableOrBuilderList()
repeated .org.jbpm.marshalling.Variable variable = 5;
getVariableOrBuilderList
in interface JBPMMessages.WorkItemOrBuilder
public int getVariableCount()
repeated .org.jbpm.marshalling.Variable variable = 5;
getVariableCount
in interface JBPMMessages.WorkItemOrBuilder
public JBPMMessages.Variable getVariable(int index)
repeated .org.jbpm.marshalling.Variable variable = 5;
getVariable
in interface JBPMMessages.WorkItemOrBuilder
public JBPMMessages.VariableOrBuilder getVariableOrBuilder(int index)
repeated .org.jbpm.marshalling.Variable variable = 5;
getVariableOrBuilder
in interface JBPMMessages.WorkItemOrBuilder
public boolean hasDeploymentId()
optional string deployment_id = 6;
hasDeploymentId
in interface JBPMMessages.WorkItemOrBuilder
public String getDeploymentId()
optional string deployment_id = 6;
getDeploymentId
in interface JBPMMessages.WorkItemOrBuilder
public com.google.protobuf.ByteString getDeploymentIdBytes()
optional string deployment_id = 6;
getDeploymentIdBytes
in interface JBPMMessages.WorkItemOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public static JBPMMessages.WorkItem parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static JBPMMessages.WorkItem parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static JBPMMessages.WorkItem parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static JBPMMessages.WorkItem parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static JBPMMessages.WorkItem parseFrom(InputStream input) throws IOException
IOException
public static JBPMMessages.WorkItem parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static JBPMMessages.WorkItem parseDelimitedFrom(InputStream input) throws IOException
IOException
public static JBPMMessages.WorkItem parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static JBPMMessages.WorkItem parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static JBPMMessages.WorkItem parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static JBPMMessages.WorkItem.Builder newBuilder()
public JBPMMessages.WorkItem.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static JBPMMessages.WorkItem.Builder newBuilder(JBPMMessages.WorkItem prototype)
public JBPMMessages.WorkItem.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected JBPMMessages.WorkItem.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.