Class SearchSpecification<C extends Containerable>
- java.lang.Object
-
- com.evolveum.midpoint.repo.common.activity.run.SearchSpecification<C>
-
- All Implemented Interfaces:
DebugDumpable,Cloneable
- Direct Known Subclasses:
ResourceSearchSpecification
public class SearchSpecification<C extends Containerable> extends Object implements DebugDumpable, Cloneable
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSearchSpecification(SearchSpecification<C> prototype)SearchSpecification(Class<C> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> searchOptions, Boolean useRepository)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchSpecification<C>clone()StringdebugDump(int indent)ObjectQuerygetQuery()@Nullable GetOperationOptionsgetRootOptions()Collection<SelectorOptions<GetOperationOptions>>getSearchOptions()Class<C>getType()BooleangetUseRepository()booleanisNoFetch()booleanisRaw()booleanisUseRepository()voidsetQuery(ObjectQuery query)voidsetSearchOptions(Collection<SelectorOptions<GetOperationOptions>> searchOptions)voidsetType(Class<C> type)voidsetUseRepository(Boolean useRepository)-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Constructor Detail
-
SearchSpecification
public SearchSpecification(Class<C> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> searchOptions, Boolean useRepository)
-
SearchSpecification
protected SearchSpecification(SearchSpecification<C> prototype)
-
-
Method Detail
-
getQuery
public ObjectQuery getQuery()
-
setQuery
public void setQuery(ObjectQuery query)
-
getSearchOptions
public Collection<SelectorOptions<GetOperationOptions>> getSearchOptions()
-
setSearchOptions
public void setSearchOptions(Collection<SelectorOptions<GetOperationOptions>> searchOptions)
-
getUseRepository
public Boolean getUseRepository()
-
isUseRepository
public boolean isUseRepository()
-
setUseRepository
public void setUseRepository(Boolean useRepository)
-
isNoFetch
public boolean isNoFetch()
-
isRaw
public boolean isRaw()
-
getRootOptions
@Nullable public @Nullable GetOperationOptions getRootOptions()
-
debugDump
public String debugDump(int indent)
- Specified by:
debugDumpin interfaceDebugDumpable
-
clone
public SearchSpecification<C> clone()
-
-