Class EventLog

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected EventPhase eventPhase  
      protected org.bson.types.ObjectId id  
      protected java.util.List<org.bson.types.ObjectId> triggeredEvents  
      protected org.bson.types.ObjectId triggerId  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected EventLog()  
      protected EventLog​(org.bson.types.ObjectId triggerId, EventPhase eventPhase)  
      protected EventLog​(org.bson.types.ObjectId triggerId, EventPhase eventPhase, java.util.List<org.bson.types.ObjectId> triggeredEvents)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getStringId()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • id

        protected org.bson.types.ObjectId id
      • triggerId

        protected org.bson.types.ObjectId triggerId
      • triggeredEvents

        protected java.util.List<org.bson.types.ObjectId> triggeredEvents
    • Constructor Detail

      • EventLog

        protected EventLog()
      • EventLog

        protected EventLog​(org.bson.types.ObjectId triggerId,
                           EventPhase eventPhase)
      • EventLog

        protected EventLog​(org.bson.types.ObjectId triggerId,
                           EventPhase eventPhase,
                           java.util.List<org.bson.types.ObjectId> triggeredEvents)
    • Method Detail

      • getStringId

        public java.lang.String getStringId()