Interface JBPMMessages.ProcessInstance.NodeInstanceContent.SubProcessNodeOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getProcessInstanceId()
      optional int64 process_instance_id = 1;
      long getTimerInstanceId​(int index)
      repeated int64 timer_instance_id = 2;
      int getTimerInstanceIdCount()
      repeated int64 timer_instance_id = 2;
      List<Long> getTimerInstanceIdList()
      repeated int64 timer_instance_id = 2;
      boolean hasProcessInstanceId()
      optional int64 process_instance_id = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasProcessInstanceId

        boolean hasProcessInstanceId()
        optional int64 process_instance_id = 1;
        Returns:
        Whether the processInstanceId field is set.
      • getProcessInstanceId

        long getProcessInstanceId()
        optional int64 process_instance_id = 1;
        Returns:
        The processInstanceId.
      • 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.