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 SummaryAll 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 result)
 
- 
- 
- 
Method Detail- 
getObject<O extends ObjectType> PrismObject<O> getObject(Class<O> type, String oid, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult result) throws ObjectNotFoundException, SchemaException 
 
- 
 
-