Class PetriNetEventLog

    • Constructor Summary

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

      • Methods inherited from class com.netgrif.application.engine.history.domain.baseevent.EventLog

        getStringId
      • Methods inherited from class java.lang.Object

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

      • netId

        protected org.bson.types.ObjectId netId
    • Constructor Detail

      • PetriNetEventLog

        protected PetriNetEventLog()
      • PetriNetEventLog

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

        protected PetriNetEventLog​(org.bson.types.ObjectId triggerId,
                                   EventPhase eventPhase,
                                   java.util.List<org.bson.types.ObjectId> triggeredEvents,
                                   org.bson.types.ObjectId netId)