Class RepositoryObjectSetSpecificationImpl
- java.lang.Object
-
- com.evolveum.midpoint.repo.common.activity.definition.RepositoryObjectSetSpecificationImpl
-
- All Implemented Interfaces:
ObjectSetSpecification
public class RepositoryObjectSetSpecificationImpl extends Object implements ObjectSetSpecification
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
getObjectType()
QueryType
getQueryBean()
SelectorQualifiedGetOptionsType
getSearchOptionsBean()
Boolean
isUseRepositoryDirectly()
String
toString()
-
-
-
Method Detail
-
getObjectType
public QName getObjectType()
- Specified by:
getObjectType
in interfaceObjectSetSpecification
-
getQueryBean
public QueryType getQueryBean()
-
getSearchOptionsBean
public SelectorQualifiedGetOptionsType getSearchOptionsBean()
- Specified by:
getSearchOptionsBean
in interfaceObjectSetSpecification
-
isUseRepositoryDirectly
public Boolean isUseRepositoryDirectly()
-
-