|
jBPM :: Flow 6.0.0.Beta3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
org.jbpm.marshalling.impl.JBPMMessages.ProcessTimer.TimerInstance
public static final class JBPMMessages.ProcessTimer.TimerInstance
Protobuf type org.jbpm.marshalling.ProcessTimer.TimerInstance
Nested Class Summary | |
---|---|
static class |
JBPMMessages.ProcessTimer.TimerInstance.Builder
Protobuf type org.jbpm.marshalling.ProcessTimer.TimerInstance |
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage |
---|
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> |
Field Summary | |
---|---|
static int |
ACTIVATED_TIME_FIELD_NUMBER
|
static int |
DELAY_FIELD_NUMBER
|
static int |
ID_FIELD_NUMBER
|
static int |
LAST_TRIGGERED_FIELD_NUMBER
|
static com.google.protobuf.Parser<JBPMMessages.ProcessTimer.TimerInstance> |
PARSER
|
static int |
PERIOD_FIELD_NUMBER
|
static int |
PROCESS_INSTANCE_ID_FIELD_NUMBER
|
static int |
SESSIONID_FIELD_NUMBER
|
static int |
TIMER_ID_FIELD_NUMBER
|
Fields inherited from class com.google.protobuf.GeneratedMessage |
---|
alwaysUseFieldBuilders |
Method Summary | |
---|---|
long |
getActivatedTime()
optional int64 activated_time = 6; |
static JBPMMessages.ProcessTimer.TimerInstance |
getDefaultInstance()
|
JBPMMessages.ProcessTimer.TimerInstance |
getDefaultInstanceForType()
|
long |
getDelay()
optional int64 delay = 3; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor()
|
long |
getId()
optional int64 id = 1; |
long |
getLastTriggered()
optional int64 last_triggered = 7; |
com.google.protobuf.Parser<JBPMMessages.ProcessTimer.TimerInstance> |
getParserForType()
|
long |
getPeriod()
optional int64 period = 4; |
long |
getProcessInstanceId()
optional int64 process_instance_id = 5; |
int |
getSerializedSize()
|
int |
getSessionId()
optional int32 sessionId = 8; |
long |
getTimerId()
optional int64 timer_id = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields()
|
boolean |
hasActivatedTime()
optional int64 activated_time = 6; |
boolean |
hasDelay()
optional int64 delay = 3; |
boolean |
hasId()
optional int64 id = 1; |
boolean |
hasLastTriggered()
optional int64 last_triggered = 7; |
boolean |
hasPeriod()
optional int64 period = 4; |
boolean |
hasProcessInstanceId()
optional int64 process_instance_id = 5; |
boolean |
hasSessionId()
optional int32 sessionId = 8; |
boolean |
hasTimerId()
optional int64 timer_id = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable()
|
boolean |
isInitialized()
|
static JBPMMessages.ProcessTimer.TimerInstance.Builder |
newBuilder()
|
static JBPMMessages.ProcessTimer.TimerInstance.Builder |
newBuilder(JBPMMessages.ProcessTimer.TimerInstance prototype)
|
JBPMMessages.ProcessTimer.TimerInstance.Builder |
newBuilderForType()
|
protected JBPMMessages.ProcessTimer.TimerInstance.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
|
static JBPMMessages.ProcessTimer.TimerInstance |
parseDelimitedFrom(InputStream input)
|
static JBPMMessages.ProcessTimer.TimerInstance |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static JBPMMessages.ProcessTimer.TimerInstance |
parseFrom(byte[] data)
|
static JBPMMessages.ProcessTimer.TimerInstance |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static JBPMMessages.ProcessTimer.TimerInstance |
parseFrom(com.google.protobuf.ByteString data)
|
static JBPMMessages.ProcessTimer.TimerInstance |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static JBPMMessages.ProcessTimer.TimerInstance |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static JBPMMessages.ProcessTimer.TimerInstance |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static JBPMMessages.ProcessTimer.TimerInstance |
parseFrom(InputStream input)
|
static JBPMMessages.ProcessTimer.TimerInstance |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
JBPMMessages.ProcessTimer.TimerInstance.Builder |
toBuilder()
|
protected Object |
writeReplace()
|
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Methods inherited from class com.google.protobuf.GeneratedMessage |
---|
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField |
Methods inherited from class com.google.protobuf.AbstractMessage |
---|
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString |
Methods inherited from class com.google.protobuf.AbstractMessageLite |
---|
toByteArray, toByteString, writeDelimitedTo, writeTo |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.google.protobuf.MessageOrBuilder |
---|
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, hasField |
Methods inherited from interface com.google.protobuf.MessageLite |
---|
toByteArray, toByteString, writeDelimitedTo, writeTo |
Field Detail |
---|
public static com.google.protobuf.Parser<JBPMMessages.ProcessTimer.TimerInstance> PARSER
public static final int ID_FIELD_NUMBER
public static final int TIMER_ID_FIELD_NUMBER
public static final int DELAY_FIELD_NUMBER
public static final int PERIOD_FIELD_NUMBER
public static final int PROCESS_INSTANCE_ID_FIELD_NUMBER
public static final int ACTIVATED_TIME_FIELD_NUMBER
public static final int LAST_TRIGGERED_FIELD_NUMBER
public static final int SESSIONID_FIELD_NUMBER
Method Detail |
---|
public static JBPMMessages.ProcessTimer.TimerInstance getDefaultInstance()
public JBPMMessages.ProcessTimer.TimerInstance 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.ProcessTimer.TimerInstance> 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.ProcessTimer.TimerInstanceOrBuilder
public long getId()
optional int64 id = 1;
getId
in interface JBPMMessages.ProcessTimer.TimerInstanceOrBuilder
public boolean hasTimerId()
optional int64 timer_id = 2;
hasTimerId
in interface JBPMMessages.ProcessTimer.TimerInstanceOrBuilder
public long getTimerId()
optional int64 timer_id = 2;
getTimerId
in interface JBPMMessages.ProcessTimer.TimerInstanceOrBuilder
public boolean hasDelay()
optional int64 delay = 3;
hasDelay
in interface JBPMMessages.ProcessTimer.TimerInstanceOrBuilder
public long getDelay()
optional int64 delay = 3;
getDelay
in interface JBPMMessages.ProcessTimer.TimerInstanceOrBuilder
public boolean hasPeriod()
optional int64 period = 4;
hasPeriod
in interface JBPMMessages.ProcessTimer.TimerInstanceOrBuilder
public long getPeriod()
optional int64 period = 4;
getPeriod
in interface JBPMMessages.ProcessTimer.TimerInstanceOrBuilder
public boolean hasProcessInstanceId()
optional int64 process_instance_id = 5;
hasProcessInstanceId
in interface JBPMMessages.ProcessTimer.TimerInstanceOrBuilder
public long getProcessInstanceId()
optional int64 process_instance_id = 5;
getProcessInstanceId
in interface JBPMMessages.ProcessTimer.TimerInstanceOrBuilder
public boolean hasActivatedTime()
optional int64 activated_time = 6;
hasActivatedTime
in interface JBPMMessages.ProcessTimer.TimerInstanceOrBuilder
public long getActivatedTime()
optional int64 activated_time = 6;
getActivatedTime
in interface JBPMMessages.ProcessTimer.TimerInstanceOrBuilder
public boolean hasLastTriggered()
optional int64 last_triggered = 7;
hasLastTriggered
in interface JBPMMessages.ProcessTimer.TimerInstanceOrBuilder
public long getLastTriggered()
optional int64 last_triggered = 7;
getLastTriggered
in interface JBPMMessages.ProcessTimer.TimerInstanceOrBuilder
public boolean hasSessionId()
optional int32 sessionId = 8;
hasSessionId
in interface JBPMMessages.ProcessTimer.TimerInstanceOrBuilder
public int getSessionId()
optional int32 sessionId = 8;
getSessionId
in interface JBPMMessages.ProcessTimer.TimerInstanceOrBuilder
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.ProcessTimer.TimerInstance parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static JBPMMessages.ProcessTimer.TimerInstance parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static JBPMMessages.ProcessTimer.TimerInstance parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static JBPMMessages.ProcessTimer.TimerInstance parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static JBPMMessages.ProcessTimer.TimerInstance parseFrom(InputStream input) throws IOException
IOException
public static JBPMMessages.ProcessTimer.TimerInstance parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static JBPMMessages.ProcessTimer.TimerInstance parseDelimitedFrom(InputStream input) throws IOException
IOException
public static JBPMMessages.ProcessTimer.TimerInstance parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static JBPMMessages.ProcessTimer.TimerInstance parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static JBPMMessages.ProcessTimer.TimerInstance parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static JBPMMessages.ProcessTimer.TimerInstance.Builder newBuilder()
public JBPMMessages.ProcessTimer.TimerInstance.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static JBPMMessages.ProcessTimer.TimerInstance.Builder newBuilder(JBPMMessages.ProcessTimer.TimerInstance prototype)
public JBPMMessages.ProcessTimer.TimerInstance.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected JBPMMessages.ProcessTimer.TimerInstance.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
|
jBPM :: Flow 6.0.0.Beta3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |