Interface SimpleObjectResolver
- 
public interface SimpleObjectResolverObject resolver for simple cases. Contrary to "full" ObjectResolver this interface does not require task to do the resolution.- Author:
 - Radovan Semancik
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <O extends ObjectType>
PrismObject<O>getObject(Class<O> type, String oid, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult parentResult) 
 - 
 
- 
- 
Method Detail
- 
getObject
<O extends ObjectType> PrismObject<O> getObject(Class<O> type, String oid, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult parentResult) throws ObjectNotFoundException, SchemaException
 
 - 
 
 -