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