Class GetObjectOpHandler
java.lang.Object
com.evolveum.midpoint.repo.cache.handlers.BaseOpHandler
com.evolveum.midpoint.repo.cache.handlers.GetObjectOpHandler
Handles getObject calls.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T extends ObjectType>
@NotNull PrismObject<T>getObject
(Class<T> type, String oid, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult parentResult)
-
Constructor Details
-
GetObjectOpHandler
public GetObjectOpHandler()
-
-
Method Details
-
getObject
@NotNull public <T extends ObjectType> @NotNull PrismObject<T> getObject(Class<T> type, String oid, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult parentResult) throws ObjectNotFoundException, SchemaException
-