Package com.evolveum.midpoint.repo.sqale
Interface SqaleObjectLoader
public interface SqaleObjectLoader
Description of internal read-by-OID operation in the context of existing JDBC session.
This is needed for enriching of some containers that need to read their owner objects.
-
Method Summary
Modifier and TypeMethodDescription<S extends ObjectType>
SreadByOid
(@NotNull JdbcSession jdbcSession, @NotNull Class<S> schemaType, @NotNull UUID oid, Collection<SelectorOptions<GetOperationOptions>> options)
-
Method Details
-
readByOid
<S extends ObjectType> S readByOid(@NotNull @NotNull JdbcSession jdbcSession, @NotNull @NotNull Class<S> schemaType, @NotNull @NotNull UUID oid, Collection<SelectorOptions<GetOperationOptions>> options) throws SchemaException, ObjectNotFoundException
-