Class AssociationSearchQueryResult
- java.lang.Object
-
- com.evolveum.midpoint.model.common.expression.evaluator.caching.QueryResult<PrismContainerValue<ShadowAssociationType>>
-
- com.evolveum.midpoint.model.common.expression.evaluator.caching.AssociationSearchQueryResult
-
public class AssociationSearchQueryResult extends QueryResult<PrismContainerValue<ShadowAssociationType>>
- Author:
- Pavol Mederly
-
-
Constructor Summary
Constructors Constructor Description AssociationSearchQueryResult(List<PrismContainerValue<ShadowAssociationType>> resultingList, List<PrismObject<ShadowType>> rawResultsList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShadowKindType
getKind()
String
getResourceOid()
-
Methods inherited from class com.evolveum.midpoint.model.common.expression.evaluator.caching.QueryResult
getResultingList
-
-
-
-
Constructor Detail
-
AssociationSearchQueryResult
public AssociationSearchQueryResult(List<PrismContainerValue<ShadowAssociationType>> resultingList, List<PrismObject<ShadowType>> rawResultsList)
-
-
Method Detail
-
getResourceOid
public String getResourceOid()
-
getKind
public ShadowKindType getKind()
-
-