Class GetObjectOpHandler
- java.lang.Object
-
- com.evolveum.midpoint.repo.cache.handlers.BaseOpHandler
-
- com.evolveum.midpoint.repo.cache.handlers.GetObjectOpHandler
-
@Component public class GetObjectOpHandler extends BaseOpHandler
Handles getObject calls.
-
-
Constructor Summary
Constructors Constructor Description GetObjectOpHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends ObjectType>
@NotNull PrismObject<T>getObject(Class<T> type, String oid, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult parentResult)
-
-
-
Method Detail
-
getObject
@NotNull public <T extends ObjectType> @NotNull PrismObject<T> getObject(Class<T> type, String oid, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult parentResult) throws ObjectNotFoundException, SchemaException
-
-