Uses of Interface
pro.taskana.classification.api.ClassificationService
-
Packages that use ClassificationService Package Description pro.taskana.classification.internal pro.taskana.common.api pro.taskana.common.internal -
-
Uses of ClassificationService in pro.taskana.classification.internal
Classes in pro.taskana.classification.internal that implement ClassificationService Modifier and Type Class Description classClassificationServiceImplThis is the implementation of ClassificationService.Methods in pro.taskana.classification.internal with parameters of type ClassificationService Modifier and Type Method Description ClassificationClassificationBuilder. buildAndStore(ClassificationService classificationService)ClassificationClassificationBuilder. buildAndStore(ClassificationService classificationService, String userId) -
Uses of ClassificationService in pro.taskana.common.api
Methods in pro.taskana.common.api that return ClassificationService Modifier and Type Method Description ClassificationServiceTaskanaEngine. getClassificationService()The ClassificationService can be used for operations on all Categories. -
Uses of ClassificationService in pro.taskana.common.internal
Methods in pro.taskana.common.internal that return ClassificationService Modifier and Type Method Description ClassificationServiceTaskanaEngineImpl. getClassificationService()
-