Package com.evolveum.midpoint.repo.api
Interface RepositoryAware
-
public interface RepositoryAwareInterface for beans that are repository-ware, i.e. those that hold the instance of repository service.- Author:
- Radovan Semancik
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RepositoryServicegetRepositoryService()voidsetRepositoryService(RepositoryService repositoryService)
-
-
-
Method Detail
-
getRepositoryService
RepositoryService getRepositoryService()
-
setRepositoryService
void setRepositoryService(RepositoryService repositoryService)
-
-