Class CaseEventLog
- java.lang.Object
-
- com.netgrif.application.engine.history.domain.baseevent.EventLog
-
- com.netgrif.application.engine.history.domain.petrinetevents.PetriNetEventLog
-
- com.netgrif.application.engine.history.domain.caseevents.CaseEventLog
-
- Direct Known Subclasses:
CreateCaseEventLog,DeleteCaseEventLog,TaskEventLog
public abstract class CaseEventLog extends PetriNetEventLog
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcaseIdprotected java.lang.StringcaseTitle-
Fields inherited from class com.netgrif.application.engine.history.domain.petrinetevents.PetriNetEventLog
netId
-
Fields inherited from class com.netgrif.application.engine.history.domain.baseevent.EventLog
eventPhase, id, triggeredEvents, triggerId
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCaseEventLog()protectedCaseEventLog(Case useCase, EventPhase eventPhase)protectedCaseEventLog(org.bson.types.ObjectId triggerId, Case useCase, EventPhase eventPhase)
-
Method Summary
-
Methods inherited from class com.netgrif.application.engine.history.domain.baseevent.EventLog
getStringId
-
-
-
-
Constructor Detail
-
CaseEventLog
protected CaseEventLog()
-
CaseEventLog
protected CaseEventLog(Case useCase, EventPhase eventPhase)
-
CaseEventLog
protected CaseEventLog(org.bson.types.ObjectId triggerId, Case useCase, EventPhase eventPhase)
-
-