Class ResourceSearchSpecification
- java.lang.Object
 - 
- com.evolveum.midpoint.repo.common.activity.run.SearchSpecification<ShadowType>
 - 
- com.evolveum.midpoint.model.impl.sync.tasks.ResourceSearchSpecification
 
 
 
- 
- All Implemented Interfaces:
 DebugDumpable,Cloneable
public class ResourceSearchSpecification extends SearchSpecification<ShadowType>
 
- 
- 
Field Summary
- 
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING 
 - 
 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceSearchSpecificationclone()@NotNull ResourceObjectClassSpecificationgetTargetInfo()- 
Methods inherited from class com.evolveum.midpoint.repo.common.activity.run.SearchSpecification
debugDump, getQuery, getRootOptions, getSearchOptions, getType, getUseRepository, isNoFetch, isRaw, isUseRepository, setQuery, setSearchOptions, setType, setUseRepository 
- 
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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getTargetInfo
@NotNull public @NotNull ResourceObjectClassSpecification getTargetInfo()
 
- 
clone
public ResourceSearchSpecification clone()
- Overrides:
 clonein classSearchSpecification<ShadowType>
 
 - 
 
 -