Interface ProtobufMessages.ActionQueue.ActionOrBuilder

    • Method Detail

      • hasType

        boolean hasType()
         must always have a type to switch
         
        optional .org.drools.serialization.protobuf.ActionQueue.ActionType type = 1;
        Returns:
        Whether the type field is set.
      • hasBehaviorExpire

        boolean hasBehaviorExpire()
         should only contain one of the following messages
         
        optional .org.drools.serialization.protobuf.ActionQueue.BehaviorExpire behavior_expire = 2;
        Returns:
        Whether the behaviorExpire field is set.
      • getBehaviorExpire

        ProtobufMessages.ActionQueue.BehaviorExpire getBehaviorExpire()
         should only contain one of the following messages
         
        optional .org.drools.serialization.protobuf.ActionQueue.BehaviorExpire behavior_expire = 2;
        Returns:
        The behaviorExpire.
      • hasDeactivateCallback

        boolean hasDeactivateCallback()
        optional .org.drools.serialization.protobuf.ActionQueue.DeactivateCallback deactivate_callback = 3;
        Returns:
        Whether the deactivateCallback field is set.
      • hasLogicalRetract

        boolean hasLogicalRetract()
        optional .org.drools.serialization.protobuf.ActionQueue.LogicalRetract logical_retract = 4;
        Returns:
        Whether the logicalRetract field is set.
      • hasPropagate

        boolean hasPropagate()
        optional .org.drools.serialization.protobuf.ActionQueue.Propagate propagate = 5;
        Returns:
        Whether the propagate field is set.
      • hasAssert

        boolean hasAssert()
        optional .org.drools.serialization.protobuf.ActionQueue.Assert assert = 6;
        Returns:
        Whether the assert field is set.
      • hasExpire

        boolean hasExpire()
        optional .org.drools.serialization.protobuf.ActionQueue.Expire expire = 7;
        Returns:
        Whether the expire field is set.
      • hasSignal

        boolean hasSignal()
        optional .org.drools.serialization.protobuf.ActionQueue.Signal signal = 8;
        Returns:
        Whether the signal field is set.
      • hasSignalProcessInstance

        boolean hasSignalProcessInstance()
        optional .org.drools.serialization.protobuf.ActionQueue.SignalProcessInstance signal_process_instance = 9;
        Returns:
        Whether the signalProcessInstance field is set.