Interface JBPMMessages.ProcessInstance.NodeInstanceContent.AsyncEventNodeOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getEventType()
      optional string event_type = 1;
      com.google.protobuf.ByteString getEventTypeBytes()
      optional string event_type = 1;
      boolean hasEventType()
      optional string event_type = 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

      • hasEventType

        boolean hasEventType()
        optional string event_type = 1;
        Returns:
        Whether the eventType field is set.
      • getEventType

        String getEventType()
        optional string event_type = 1;
        Returns:
        The eventType.
      • getEventTypeBytes

        com.google.protobuf.ByteString getEventTypeBytes()
        optional string event_type = 1;
        Returns:
        The bytes for eventType.