Uses of Class
com.netgrif.application.engine.history.domain.taskevents.DelegateTaskEventLog
-
Packages that use DelegateTaskEventLog Package Description com.netgrif.application.engine.history.domain.taskevents com.netgrif.application.engine.history.domain.taskevents.repository -
-
Uses of DelegateTaskEventLog in com.netgrif.application.engine.history.domain.taskevents
Constructor parameters in com.netgrif.application.engine.history.domain.taskevents with type arguments of type DelegateTaskEventLog Constructor Description QDelegateTaskEventLog(com.querydsl.core.types.Path<? extends DelegateTaskEventLog> path)QDelegateTaskEventLog(java.lang.Class<? extends DelegateTaskEventLog> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of DelegateTaskEventLog 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 DelegateTaskEventLog Modifier and Type Method Description java.util.List<DelegateTaskEventLog>DelegateTaskEventLogRepository. findAllByTaskId(org.bson.types.ObjectId taskId)Deprecated.java.util.List<DelegateTaskEventLog>DelegateTaskEventLogRepository. findAllByTaskIdAndDelegate(org.bson.types.ObjectId taskId, java.lang.Long delegateId)Deprecated.
-