Class CaseEventLog

    • 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

      • caseId

        protected java.lang.String caseId
      • caseTitle

        protected java.lang.String caseTitle
    • Constructor Detail

      • CaseEventLog

        protected CaseEventLog()
      • CaseEventLog

        protected CaseEventLog​(Case useCase,
                               EventPhase eventPhase)
      • CaseEventLog

        protected CaseEventLog​(org.bson.types.ObjectId triggerId,
                               Case useCase,
                               EventPhase eventPhase)