Class RepositoryItemSourceFactory
- java.lang.Object
-
- com.evolveum.midpoint.repo.common.activity.run.sources.RepositoryItemSourceFactory
-
@Component public class RepositoryItemSourceFactory extends Object
Creates an appropriateSearchableItemSource
at the repository level.
-
-
Constructor Summary
Constructors Constructor Description RepositoryItemSourceFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <C extends Containerable>
SearchableItemSourcegetItemSourceFor(Class<C> type)
-
-
-
Method Detail
-
getItemSourceFor
public <C extends Containerable> SearchableItemSource getItemSourceFor(Class<C> type)
-
-