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 protected
SearchSpecification(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()
String
debugDump(int indent)
ObjectQuery
getQuery()
@Nullable GetOperationOptions
getRootOptions()
Collection<SelectorOptions<GetOperationOptions>>
getSearchOptions()
Class<C>
getType()
Boolean
getUseRepository()
boolean
isNoFetch()
boolean
isRaw()
boolean
isUseRepository()
void
setQuery(ObjectQuery query)
void
setSearchOptions(Collection<SelectorOptions<GetOperationOptions>> searchOptions)
void
setType(Class<C> type)
void
setUseRepository(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:
debugDump
in interfaceDebugDumpable
-
clone
public SearchSpecification<C> clone()
-
-