Package org.jbpm.marshalling.impl
Interface JBPMMessages.ProcessInstance.NodeInstanceContent.WorkItemNodeOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
JBPMMessages.ProcessInstance.NodeInstanceContent.WorkItemNode,JBPMMessages.ProcessInstance.NodeInstanceContent.WorkItemNode.Builder
- Enclosing class:
- JBPMMessages.ProcessInstance.NodeInstanceContent
public static interface JBPMMessages.ProcessInstance.NodeInstanceContent.WorkItemNodeOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetErrorHandlingProcessInstanceId()optional int64 error_handling_process_instance_id = 3;longgetTimerInstanceId(int index)repeated int64 timer_instance_id = 2;intgetTimerInstanceIdCount()repeated int64 timer_instance_id = 2;List<Long>getTimerInstanceIdList()repeated int64 timer_instance_id = 2;intgetTriggerCount()optional int32 trigger_count = 4;longgetWorkItemId()optional int64 work_item_id = 1;booleanhasErrorHandlingProcessInstanceId()optional int64 error_handling_process_instance_id = 3;booleanhasTriggerCount()optional int32 trigger_count = 4;booleanhasWorkItemId()optional int64 work_item_id = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasWorkItemId
boolean hasWorkItemId()
optional int64 work_item_id = 1;- Returns:
- Whether the workItemId field is set.
-
getWorkItemId
long getWorkItemId()
optional int64 work_item_id = 1;- Returns:
- The workItemId.
-
getTimerInstanceIdList
List<Long> getTimerInstanceIdList()
repeated int64 timer_instance_id = 2;- Returns:
- A list containing the timerInstanceId.
-
getTimerInstanceIdCount
int getTimerInstanceIdCount()
repeated int64 timer_instance_id = 2;- Returns:
- The count of timerInstanceId.
-
getTimerInstanceId
long getTimerInstanceId(int index)
repeated int64 timer_instance_id = 2;- Parameters:
index- The index of the element to return.- Returns:
- The timerInstanceId at the given index.
-
hasErrorHandlingProcessInstanceId
boolean hasErrorHandlingProcessInstanceId()
optional int64 error_handling_process_instance_id = 3;- Returns:
- Whether the errorHandlingProcessInstanceId field is set.
-
getErrorHandlingProcessInstanceId
long getErrorHandlingProcessInstanceId()
optional int64 error_handling_process_instance_id = 3;- Returns:
- The errorHandlingProcessInstanceId.
-
hasTriggerCount
boolean hasTriggerCount()
optional int32 trigger_count = 4;- Returns:
- Whether the triggerCount field is set.
-
getTriggerCount
int getTriggerCount()
optional int32 trigger_count = 4;- Returns:
- The triggerCount.
-
-