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