public static final class JBPMMessages.ProcessInstance extends com.google.protobuf.GeneratedMessage implements JBPMMessages.ProcessInstanceOrBuilder
org.jbpm.marshalling.ProcessInstance
Modifier and Type | Class and Description |
---|---|
static class |
JBPMMessages.ProcessInstance.Builder
Protobuf type
org.jbpm.marshalling.ProcessInstance |
static class |
JBPMMessages.ProcessInstance.ExclusiveGroupInstance
Protobuf type
org.jbpm.marshalling.ProcessInstance.ExclusiveGroupInstance |
static interface |
JBPMMessages.ProcessInstance.ExclusiveGroupInstanceOrBuilder |
static class |
JBPMMessages.ProcessInstance.NodeInstance
Protobuf type
org.jbpm.marshalling.ProcessInstance.NodeInstance |
static class |
JBPMMessages.ProcessInstance.NodeInstanceContent
Protobuf type
org.jbpm.marshalling.ProcessInstance.NodeInstanceContent |
static interface |
JBPMMessages.ProcessInstance.NodeInstanceContentOrBuilder |
static interface |
JBPMMessages.ProcessInstance.NodeInstanceOrBuilder |
static class |
JBPMMessages.ProcessInstance.NodeInstanceType
Protobuf enum
org.jbpm.marshalling.ProcessInstance.NodeInstanceType |
static class |
JBPMMessages.ProcessInstance.SwimlaneContextInstance
Protobuf type
org.jbpm.marshalling.ProcessInstance.SwimlaneContextInstance |
static interface |
JBPMMessages.ProcessInstance.SwimlaneContextInstanceOrBuilder |
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 |
COMPLETEDNODEIDS_FIELD_NUMBER |
static int |
EXCLUSIVE_GROUP_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
ITERATIONLEVELS_FIELD_NUMBER |
static int |
NODE_INSTANCE_COUNTER_FIELD_NUMBER |
static int |
NODE_INSTANCE_FIELD_NUMBER |
static int |
PARENT_PROCESS_INSTANCE_ID_FIELD_NUMBER |
static com.google.protobuf.Parser<JBPMMessages.ProcessInstance> |
PARSER |
static int |
PROCESS_ID_FIELD_NUMBER |
static int |
PROCESS_TYPE_FIELD_NUMBER |
static int |
PROCESS_XML_FIELD_NUMBER |
static int |
STATE_FIELD_NUMBER |
static int |
SWIMLANE_CONTEXT_FIELD_NUMBER |
static int |
VARIABLE_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
String |
getCompletedNodeIds(int index)
repeated string completedNodeIds = 13; |
com.google.protobuf.ByteString |
getCompletedNodeIdsBytes(int index)
repeated string completedNodeIds = 13; |
int |
getCompletedNodeIdsCount()
repeated string completedNodeIds = 13; |
List<String> |
getCompletedNodeIdsList()
repeated string completedNodeIds = 13; |
static JBPMMessages.ProcessInstance |
getDefaultInstance() |
JBPMMessages.ProcessInstance |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
JBPMMessages.ProcessInstance.ExclusiveGroupInstance |
getExclusiveGroup(int index)
repeated .org.jbpm.marshalling.ProcessInstance.ExclusiveGroupInstance exclusive_group = 10; |
int |
getExclusiveGroupCount()
repeated .org.jbpm.marshalling.ProcessInstance.ExclusiveGroupInstance exclusive_group = 10; |
List<JBPMMessages.ProcessInstance.ExclusiveGroupInstance> |
getExclusiveGroupList()
repeated .org.jbpm.marshalling.ProcessInstance.ExclusiveGroupInstance exclusive_group = 10; |
JBPMMessages.ProcessInstance.ExclusiveGroupInstanceOrBuilder |
getExclusiveGroupOrBuilder(int index)
repeated .org.jbpm.marshalling.ProcessInstance.ExclusiveGroupInstance exclusive_group = 10; |
List<? extends JBPMMessages.ProcessInstance.ExclusiveGroupInstanceOrBuilder> |
getExclusiveGroupOrBuilderList()
repeated .org.jbpm.marshalling.ProcessInstance.ExclusiveGroupInstance exclusive_group = 10; |
long |
getId()
optional int64 id = 2; |
JBPMMessages.IterationLevel |
getIterationLevels(int index)
repeated .org.jbpm.marshalling.IterationLevel iterationLevels = 14; |
int |
getIterationLevelsCount()
repeated .org.jbpm.marshalling.IterationLevel iterationLevels = 14; |
List<JBPMMessages.IterationLevel> |
getIterationLevelsList()
repeated .org.jbpm.marshalling.IterationLevel iterationLevels = 14; |
JBPMMessages.IterationLevelOrBuilder |
getIterationLevelsOrBuilder(int index)
repeated .org.jbpm.marshalling.IterationLevel iterationLevels = 14; |
List<? extends JBPMMessages.IterationLevelOrBuilder> |
getIterationLevelsOrBuilderList()
repeated .org.jbpm.marshalling.IterationLevel iterationLevels = 14; |
JBPMMessages.ProcessInstance.NodeInstance |
getNodeInstance(int index)
repeated .org.jbpm.marshalling.ProcessInstance.NodeInstance node_instance = 7; |
int |
getNodeInstanceCount()
repeated .org.jbpm.marshalling.ProcessInstance.NodeInstance node_instance = 7; |
long |
getNodeInstanceCounter()
optional int64 node_instance_counter = 5; |
List<JBPMMessages.ProcessInstance.NodeInstance> |
getNodeInstanceList()
repeated .org.jbpm.marshalling.ProcessInstance.NodeInstance node_instance = 7; |
JBPMMessages.ProcessInstance.NodeInstanceOrBuilder |
getNodeInstanceOrBuilder(int index)
repeated .org.jbpm.marshalling.ProcessInstance.NodeInstance node_instance = 7; |
List<? extends JBPMMessages.ProcessInstance.NodeInstanceOrBuilder> |
getNodeInstanceOrBuilderList()
repeated .org.jbpm.marshalling.ProcessInstance.NodeInstance node_instance = 7; |
long |
getParentProcessInstanceId()
optional int64 parent_process_instance_id = 12; |
com.google.protobuf.Parser<JBPMMessages.ProcessInstance> |
getParserForType() |
String |
getProcessId()
optional string process_id = 3; |
com.google.protobuf.ByteString |
getProcessIdBytes()
optional string process_id = 3; |
String |
getProcessType()
optional string process_type = 1; |
com.google.protobuf.ByteString |
getProcessTypeBytes()
optional string process_type = 1; |
String |
getProcessXml()
optional string process_xml = 11; |
com.google.protobuf.ByteString |
getProcessXmlBytes()
optional string process_xml = 11; |
int |
getSerializedSize() |
int |
getState()
optional int32 state = 4; |
JBPMMessages.ProcessInstance.SwimlaneContextInstance |
getSwimlaneContext(int index)
repeated .org.jbpm.marshalling.ProcessInstance.SwimlaneContextInstance swimlane_context = 6; |
int |
getSwimlaneContextCount()
repeated .org.jbpm.marshalling.ProcessInstance.SwimlaneContextInstance swimlane_context = 6; |
List<JBPMMessages.ProcessInstance.SwimlaneContextInstance> |
getSwimlaneContextList()
repeated .org.jbpm.marshalling.ProcessInstance.SwimlaneContextInstance swimlane_context = 6; |
JBPMMessages.ProcessInstance.SwimlaneContextInstanceOrBuilder |
getSwimlaneContextOrBuilder(int index)
repeated .org.jbpm.marshalling.ProcessInstance.SwimlaneContextInstance swimlane_context = 6; |
List<? extends JBPMMessages.ProcessInstance.SwimlaneContextInstanceOrBuilder> |
getSwimlaneContextOrBuilderList()
repeated .org.jbpm.marshalling.ProcessInstance.SwimlaneContextInstance swimlane_context = 6; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
JBPMMessages.Variable |
getVariable(int index)
repeated .org.jbpm.marshalling.Variable variable = 8; |
int |
getVariableCount()
repeated .org.jbpm.marshalling.Variable variable = 8; |
List<JBPMMessages.Variable> |
getVariableList()
repeated .org.jbpm.marshalling.Variable variable = 8; |
JBPMMessages.VariableOrBuilder |
getVariableOrBuilder(int index)
repeated .org.jbpm.marshalling.Variable variable = 8; |
List<? extends JBPMMessages.VariableOrBuilder> |
getVariableOrBuilderList()
repeated .org.jbpm.marshalling.Variable variable = 8; |
boolean |
hasId()
optional int64 id = 2; |
boolean |
hasNodeInstanceCounter()
optional int64 node_instance_counter = 5; |
boolean |
hasParentProcessInstanceId()
optional int64 parent_process_instance_id = 12; |
boolean |
hasProcessId()
optional string process_id = 3; |
boolean |
hasProcessType()
optional string process_type = 1; |
boolean |
hasProcessXml()
optional string process_xml = 11; |
boolean |
hasState()
optional int32 state = 4; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static JBPMMessages.ProcessInstance.Builder |
newBuilder() |
static JBPMMessages.ProcessInstance.Builder |
newBuilder(JBPMMessages.ProcessInstance prototype) |
JBPMMessages.ProcessInstance.Builder |
newBuilderForType() |
protected JBPMMessages.ProcessInstance.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static JBPMMessages.ProcessInstance |
parseDelimitedFrom(InputStream input) |
static JBPMMessages.ProcessInstance |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JBPMMessages.ProcessInstance |
parseFrom(byte[] data) |
static JBPMMessages.ProcessInstance |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JBPMMessages.ProcessInstance |
parseFrom(com.google.protobuf.ByteString data) |
static JBPMMessages.ProcessInstance |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JBPMMessages.ProcessInstance |
parseFrom(com.google.protobuf.CodedInputStream input) |
static JBPMMessages.ProcessInstance |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JBPMMessages.ProcessInstance |
parseFrom(InputStream input) |
static JBPMMessages.ProcessInstance |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
JBPMMessages.ProcessInstance.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.ProcessInstance> PARSER
public static final int PROCESS_TYPE_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
public static final int PROCESS_ID_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
public static final int NODE_INSTANCE_COUNTER_FIELD_NUMBER
public static final int PROCESS_XML_FIELD_NUMBER
public static final int PARENT_PROCESS_INSTANCE_ID_FIELD_NUMBER
public static final int SWIMLANE_CONTEXT_FIELD_NUMBER
public static final int NODE_INSTANCE_FIELD_NUMBER
public static final int VARIABLE_FIELD_NUMBER
public static final int EXCLUSIVE_GROUP_FIELD_NUMBER
public static final int COMPLETEDNODEIDS_FIELD_NUMBER
public static final int ITERATIONLEVELS_FIELD_NUMBER
public static JBPMMessages.ProcessInstance getDefaultInstance()
public JBPMMessages.ProcessInstance 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.ProcessInstance> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasProcessType()
optional string process_type = 1;
hasProcessType
in interface JBPMMessages.ProcessInstanceOrBuilder
public String getProcessType()
optional string process_type = 1;
getProcessType
in interface JBPMMessages.ProcessInstanceOrBuilder
public com.google.protobuf.ByteString getProcessTypeBytes()
optional string process_type = 1;
getProcessTypeBytes
in interface JBPMMessages.ProcessInstanceOrBuilder
public boolean hasId()
optional int64 id = 2;
hasId
in interface JBPMMessages.ProcessInstanceOrBuilder
public long getId()
optional int64 id = 2;
getId
in interface JBPMMessages.ProcessInstanceOrBuilder
public boolean hasProcessId()
optional string process_id = 3;
hasProcessId
in interface JBPMMessages.ProcessInstanceOrBuilder
public String getProcessId()
optional string process_id = 3;
getProcessId
in interface JBPMMessages.ProcessInstanceOrBuilder
public com.google.protobuf.ByteString getProcessIdBytes()
optional string process_id = 3;
getProcessIdBytes
in interface JBPMMessages.ProcessInstanceOrBuilder
public boolean hasState()
optional int32 state = 4;
hasState
in interface JBPMMessages.ProcessInstanceOrBuilder
public int getState()
optional int32 state = 4;
getState
in interface JBPMMessages.ProcessInstanceOrBuilder
public boolean hasNodeInstanceCounter()
optional int64 node_instance_counter = 5;
hasNodeInstanceCounter
in interface JBPMMessages.ProcessInstanceOrBuilder
public long getNodeInstanceCounter()
optional int64 node_instance_counter = 5;
getNodeInstanceCounter
in interface JBPMMessages.ProcessInstanceOrBuilder
public boolean hasProcessXml()
optional string process_xml = 11;
hasProcessXml
in interface JBPMMessages.ProcessInstanceOrBuilder
public String getProcessXml()
optional string process_xml = 11;
getProcessXml
in interface JBPMMessages.ProcessInstanceOrBuilder
public com.google.protobuf.ByteString getProcessXmlBytes()
optional string process_xml = 11;
getProcessXmlBytes
in interface JBPMMessages.ProcessInstanceOrBuilder
public boolean hasParentProcessInstanceId()
optional int64 parent_process_instance_id = 12;
hasParentProcessInstanceId
in interface JBPMMessages.ProcessInstanceOrBuilder
public long getParentProcessInstanceId()
optional int64 parent_process_instance_id = 12;
getParentProcessInstanceId
in interface JBPMMessages.ProcessInstanceOrBuilder
public List<JBPMMessages.ProcessInstance.SwimlaneContextInstance> getSwimlaneContextList()
repeated .org.jbpm.marshalling.ProcessInstance.SwimlaneContextInstance swimlane_context = 6;
getSwimlaneContextList
in interface JBPMMessages.ProcessInstanceOrBuilder
public List<? extends JBPMMessages.ProcessInstance.SwimlaneContextInstanceOrBuilder> getSwimlaneContextOrBuilderList()
repeated .org.jbpm.marshalling.ProcessInstance.SwimlaneContextInstance swimlane_context = 6;
getSwimlaneContextOrBuilderList
in interface JBPMMessages.ProcessInstanceOrBuilder
public int getSwimlaneContextCount()
repeated .org.jbpm.marshalling.ProcessInstance.SwimlaneContextInstance swimlane_context = 6;
getSwimlaneContextCount
in interface JBPMMessages.ProcessInstanceOrBuilder
public JBPMMessages.ProcessInstance.SwimlaneContextInstance getSwimlaneContext(int index)
repeated .org.jbpm.marshalling.ProcessInstance.SwimlaneContextInstance swimlane_context = 6;
getSwimlaneContext
in interface JBPMMessages.ProcessInstanceOrBuilder
public JBPMMessages.ProcessInstance.SwimlaneContextInstanceOrBuilder getSwimlaneContextOrBuilder(int index)
repeated .org.jbpm.marshalling.ProcessInstance.SwimlaneContextInstance swimlane_context = 6;
getSwimlaneContextOrBuilder
in interface JBPMMessages.ProcessInstanceOrBuilder
public List<JBPMMessages.ProcessInstance.NodeInstance> getNodeInstanceList()
repeated .org.jbpm.marshalling.ProcessInstance.NodeInstance node_instance = 7;
getNodeInstanceList
in interface JBPMMessages.ProcessInstanceOrBuilder
public List<? extends JBPMMessages.ProcessInstance.NodeInstanceOrBuilder> getNodeInstanceOrBuilderList()
repeated .org.jbpm.marshalling.ProcessInstance.NodeInstance node_instance = 7;
getNodeInstanceOrBuilderList
in interface JBPMMessages.ProcessInstanceOrBuilder
public int getNodeInstanceCount()
repeated .org.jbpm.marshalling.ProcessInstance.NodeInstance node_instance = 7;
getNodeInstanceCount
in interface JBPMMessages.ProcessInstanceOrBuilder
public JBPMMessages.ProcessInstance.NodeInstance getNodeInstance(int index)
repeated .org.jbpm.marshalling.ProcessInstance.NodeInstance node_instance = 7;
getNodeInstance
in interface JBPMMessages.ProcessInstanceOrBuilder
public JBPMMessages.ProcessInstance.NodeInstanceOrBuilder getNodeInstanceOrBuilder(int index)
repeated .org.jbpm.marshalling.ProcessInstance.NodeInstance node_instance = 7;
getNodeInstanceOrBuilder
in interface JBPMMessages.ProcessInstanceOrBuilder
public List<JBPMMessages.Variable> getVariableList()
repeated .org.jbpm.marshalling.Variable variable = 8;
getVariableList
in interface JBPMMessages.ProcessInstanceOrBuilder
public List<? extends JBPMMessages.VariableOrBuilder> getVariableOrBuilderList()
repeated .org.jbpm.marshalling.Variable variable = 8;
getVariableOrBuilderList
in interface JBPMMessages.ProcessInstanceOrBuilder
public int getVariableCount()
repeated .org.jbpm.marshalling.Variable variable = 8;
getVariableCount
in interface JBPMMessages.ProcessInstanceOrBuilder
public JBPMMessages.Variable getVariable(int index)
repeated .org.jbpm.marshalling.Variable variable = 8;
getVariable
in interface JBPMMessages.ProcessInstanceOrBuilder
public JBPMMessages.VariableOrBuilder getVariableOrBuilder(int index)
repeated .org.jbpm.marshalling.Variable variable = 8;
getVariableOrBuilder
in interface JBPMMessages.ProcessInstanceOrBuilder
public List<JBPMMessages.ProcessInstance.ExclusiveGroupInstance> getExclusiveGroupList()
repeated .org.jbpm.marshalling.ProcessInstance.ExclusiveGroupInstance exclusive_group = 10;
getExclusiveGroupList
in interface JBPMMessages.ProcessInstanceOrBuilder
public List<? extends JBPMMessages.ProcessInstance.ExclusiveGroupInstanceOrBuilder> getExclusiveGroupOrBuilderList()
repeated .org.jbpm.marshalling.ProcessInstance.ExclusiveGroupInstance exclusive_group = 10;
getExclusiveGroupOrBuilderList
in interface JBPMMessages.ProcessInstanceOrBuilder
public int getExclusiveGroupCount()
repeated .org.jbpm.marshalling.ProcessInstance.ExclusiveGroupInstance exclusive_group = 10;
getExclusiveGroupCount
in interface JBPMMessages.ProcessInstanceOrBuilder
public JBPMMessages.ProcessInstance.ExclusiveGroupInstance getExclusiveGroup(int index)
repeated .org.jbpm.marshalling.ProcessInstance.ExclusiveGroupInstance exclusive_group = 10;
getExclusiveGroup
in interface JBPMMessages.ProcessInstanceOrBuilder
public JBPMMessages.ProcessInstance.ExclusiveGroupInstanceOrBuilder getExclusiveGroupOrBuilder(int index)
repeated .org.jbpm.marshalling.ProcessInstance.ExclusiveGroupInstance exclusive_group = 10;
getExclusiveGroupOrBuilder
in interface JBPMMessages.ProcessInstanceOrBuilder
public List<String> getCompletedNodeIdsList()
repeated string completedNodeIds = 13;
getCompletedNodeIdsList
in interface JBPMMessages.ProcessInstanceOrBuilder
public int getCompletedNodeIdsCount()
repeated string completedNodeIds = 13;
getCompletedNodeIdsCount
in interface JBPMMessages.ProcessInstanceOrBuilder
public String getCompletedNodeIds(int index)
repeated string completedNodeIds = 13;
getCompletedNodeIds
in interface JBPMMessages.ProcessInstanceOrBuilder
public com.google.protobuf.ByteString getCompletedNodeIdsBytes(int index)
repeated string completedNodeIds = 13;
getCompletedNodeIdsBytes
in interface JBPMMessages.ProcessInstanceOrBuilder
public List<JBPMMessages.IterationLevel> getIterationLevelsList()
repeated .org.jbpm.marshalling.IterationLevel iterationLevels = 14;
getIterationLevelsList
in interface JBPMMessages.ProcessInstanceOrBuilder
public List<? extends JBPMMessages.IterationLevelOrBuilder> getIterationLevelsOrBuilderList()
repeated .org.jbpm.marshalling.IterationLevel iterationLevels = 14;
getIterationLevelsOrBuilderList
in interface JBPMMessages.ProcessInstanceOrBuilder
public int getIterationLevelsCount()
repeated .org.jbpm.marshalling.IterationLevel iterationLevels = 14;
getIterationLevelsCount
in interface JBPMMessages.ProcessInstanceOrBuilder
public JBPMMessages.IterationLevel getIterationLevels(int index)
repeated .org.jbpm.marshalling.IterationLevel iterationLevels = 14;
getIterationLevels
in interface JBPMMessages.ProcessInstanceOrBuilder
public JBPMMessages.IterationLevelOrBuilder getIterationLevelsOrBuilder(int index)
repeated .org.jbpm.marshalling.IterationLevel iterationLevels = 14;
getIterationLevelsOrBuilder
in interface JBPMMessages.ProcessInstanceOrBuilder
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.ProcessInstance parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static JBPMMessages.ProcessInstance parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static JBPMMessages.ProcessInstance parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static JBPMMessages.ProcessInstance parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static JBPMMessages.ProcessInstance parseFrom(InputStream input) throws IOException
IOException
public static JBPMMessages.ProcessInstance parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static JBPMMessages.ProcessInstance parseDelimitedFrom(InputStream input) throws IOException
IOException
public static JBPMMessages.ProcessInstance parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static JBPMMessages.ProcessInstance parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static JBPMMessages.ProcessInstance parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static JBPMMessages.ProcessInstance.Builder newBuilder()
public JBPMMessages.ProcessInstance.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static JBPMMessages.ProcessInstance.Builder newBuilder(JBPMMessages.ProcessInstance prototype)
public JBPMMessages.ProcessInstance.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected JBPMMessages.ProcessInstance.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.