Uses of Class
com.netgrif.application.engine.history.domain.baseevent.EventLog
- 
- 
Uses of EventLog in com.netgrif.application.engine.history.domain.baseevent
Constructor parameters in com.netgrif.application.engine.history.domain.baseevent with type arguments of type EventLog Constructor Description QEventLog(com.querydsl.core.types.Path<? extends EventLog> path)QEventLog(java.lang.Class<? extends EventLog> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) - 
Uses of EventLog in com.netgrif.application.engine.history.domain.baseevent.repository
Methods in com.netgrif.application.engine.history.domain.baseevent.repository that return types with arguments of type EventLog Modifier and Type Method Description java.util.List<EventLog>EventLogRepository. findAllById(java.util.List<org.bson.types.ObjectId> eventIds) - 
Uses of EventLog in com.netgrif.application.engine.history.domain.caseevents
Subclasses of EventLog in com.netgrif.application.engine.history.domain.caseevents Modifier and Type Class Description classCaseEventLogclassCreateCaseEventLogclassDeleteCaseEventLog - 
Uses of EventLog in com.netgrif.application.engine.history.domain.dataevents
Subclasses of EventLog in com.netgrif.application.engine.history.domain.dataevents Modifier and Type Class Description classGetDataEventLogclassSetDataEventLog - 
Uses of EventLog in com.netgrif.application.engine.history.domain.impersonationevents
Subclasses of EventLog in com.netgrif.application.engine.history.domain.impersonationevents Modifier and Type Class Description classImpersonationEndEventLogclassImpersonationEventLogclassImpersonationStartEventLog - 
Uses of EventLog in com.netgrif.application.engine.history.domain.petrinetevents
Subclasses of EventLog in com.netgrif.application.engine.history.domain.petrinetevents Modifier and Type Class Description classDeletePetriNetEventLogclassImportPetriNetEventLogclassPetriNetEventLog - 
Uses of EventLog in com.netgrif.application.engine.history.domain.taskevents
Subclasses of EventLog in com.netgrif.application.engine.history.domain.taskevents Modifier and Type Class Description classAssignTaskEventLogclassCancelTaskEventLogclassDelegateTaskEventLogclassFinishTaskEventLogclassTaskEventLog - 
Uses of EventLog in com.netgrif.application.engine.history.domain.userevents
Subclasses of EventLog in com.netgrif.application.engine.history.domain.userevents Modifier and Type Class Description classAdminActionEventLogclassUserEventLogclassUserRoleEventLog - 
Uses of EventLog in com.netgrif.application.engine.history.service
Methods in com.netgrif.application.engine.history.service that return types with arguments of type EventLog Modifier and Type Method Description java.util.List<EventLog>HistoryService. findAllByIds(java.util.List<org.bson.types.ObjectId> eventIds)java.util.List<EventLog>IHistoryService. findAllByIds(java.util.List<org.bson.types.ObjectId> eventsIds)Methods in com.netgrif.application.engine.history.service with parameters of type EventLog Modifier and Type Method Description voidHistoryService. save(EventLog eventLog)voidIHistoryService. save(EventLog eventLog) 
 -