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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <S extends ObjectType>
SreadByOid(@NotNull JdbcSession jdbcSession, @NotNull Class<S> schemaType, @NotNull UUID oid, Collection<SelectorOptions<GetOperationOptions>> options)
-
-
-
Method Detail
-
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
-
-