Uses of Class
com.netgrif.application.engine.history.domain.taskevents.FinishTaskEventLog
-
-
Uses of FinishTaskEventLog in com.netgrif.application.engine.history.domain.taskevents
Constructor parameters in com.netgrif.application.engine.history.domain.taskevents with type arguments of type FinishTaskEventLog Constructor Description QFinishTaskEventLog(com.querydsl.core.types.Path<? extends FinishTaskEventLog> path)QFinishTaskEventLog(java.lang.Class<? extends FinishTaskEventLog> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of FinishTaskEventLog in com.netgrif.application.engine.history.domain.taskevents.repository
Methods in com.netgrif.application.engine.history.domain.taskevents.repository that return types with arguments of type FinishTaskEventLog Modifier and Type Method Description java.util.List<FinishTaskEventLog>FinishTaskEventLogRepository. findAllByTaskId(org.bson.types.ObjectId taskId)java.util.List<FinishTaskEventLog>FinishTaskEventLogRepository. findAllByUserId(java.lang.String id) -
Uses of FinishTaskEventLog in com.netgrif.application.engine.history.service
Methods in com.netgrif.application.engine.history.service that return types with arguments of type FinishTaskEventLog Modifier and Type Method Description java.util.List<FinishTaskEventLog>HistoryService. findAllFinishTaskEventLogsByTaskId(org.bson.types.ObjectId taskId)java.util.List<FinishTaskEventLog>IHistoryService. findAllFinishTaskEventLogsByTaskId(org.bson.types.ObjectId taskId)java.util.List<FinishTaskEventLog>HistoryService. findAllFinishTaskEventLogsByUserId(java.lang.String userId)java.util.List<FinishTaskEventLog>IHistoryService. findAllFinishTaskEventLogsByUserId(java.lang.String userId)
-