Uses of Class
com.netgrif.application.engine.history.domain.dataevents.GetDataEventLog
-
-
Uses of GetDataEventLog in com.netgrif.application.engine.history.domain.dataevents
Constructor parameters in com.netgrif.application.engine.history.domain.dataevents with type arguments of type GetDataEventLog Constructor Description QGetDataEventLog(com.querydsl.core.types.Path<? extends GetDataEventLog> path)QGetDataEventLog(java.lang.Class<? extends GetDataEventLog> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of GetDataEventLog in com.netgrif.application.engine.history.domain.dataevents.repository
Methods in com.netgrif.application.engine.history.domain.dataevents.repository that return types with arguments of type GetDataEventLog Modifier and Type Method Description java.util.List<GetDataEventLog>GetDataEventLogRepository. findAllByCaseId(org.bson.types.ObjectId caseId)Deprecated.java.util.List<GetDataEventLog>GetDataEventLogRepository. findAllByTaskId(org.bson.types.ObjectId taskId)Deprecated. -
Uses of GetDataEventLog in com.netgrif.application.engine.history.service
Methods in com.netgrif.application.engine.history.service that return types with arguments of type GetDataEventLog Modifier and Type Method Description java.util.List<GetDataEventLog>HistoryService. findAllGetDataEventLogsByCaseId(java.lang.String caseId)java.util.List<GetDataEventLog>HistoryService. findAllGetDataEventLogsByCaseId(org.bson.types.ObjectId caseId)java.util.List<GetDataEventLog>IHistoryService. findAllGetDataEventLogsByCaseId(java.lang.String caseId)java.util.List<GetDataEventLog>IHistoryService. findAllGetDataEventLogsByCaseId(org.bson.types.ObjectId caseId)java.util.List<GetDataEventLog>HistoryService. findAllGetDataEventLogsByTaskId(java.lang.String taskId)java.util.List<GetDataEventLog>HistoryService. findAllGetDataEventLogsByTaskId(org.bson.types.ObjectId taskId)java.util.List<GetDataEventLog>IHistoryService. findAllGetDataEventLogsByTaskId(java.lang.String taskId)java.util.List<GetDataEventLog>IHistoryService. findAllGetDataEventLogsByTaskId(org.bson.types.ObjectId taskId)
-