Uses of Class
com.netgrif.application.engine.history.domain.petrinetevents.ImportPetriNetEventLog
-
-
Uses of ImportPetriNetEventLog in com.netgrif.application.engine.history.domain.petrinetevents
Constructor parameters in com.netgrif.application.engine.history.domain.petrinetevents with type arguments of type ImportPetriNetEventLog Constructor Description QImportPetriNetEventLog(com.querydsl.core.types.Path<? extends ImportPetriNetEventLog> path)QImportPetriNetEventLog(java.lang.Class<? extends ImportPetriNetEventLog> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of ImportPetriNetEventLog in com.netgrif.application.engine.history.domain.petrinetevents.repository
Methods in com.netgrif.application.engine.history.domain.petrinetevents.repository that return types with arguments of type ImportPetriNetEventLog Modifier and Type Method Description java.util.List<ImportPetriNetEventLog>ImportPetriNetEventLogRepository. findAllByNetId(org.bson.types.ObjectId netId)Deprecated. -
Uses of ImportPetriNetEventLog in com.netgrif.application.engine.history.service
Methods in com.netgrif.application.engine.history.service that return types with arguments of type ImportPetriNetEventLog Modifier and Type Method Description java.util.List<ImportPetriNetEventLog>HistoryService. findAllImportPetriNetEventLogsByNetId(org.bson.types.ObjectId netId)java.util.List<ImportPetriNetEventLog>IHistoryService. findAllImportPetriNetEventLogsByNetId(org.bson.types.ObjectId netId)
-