T - class type of the indexable objectPK - class type of the primary keypublic interface IndexableObjectService<T extends IndexableObject<PK>,PK extends Serializable>
| Modifier and Type | Method and Description |
|---|---|
T |
findIndexableObject(Context context,
PK id)
Generic find for when the precise type of an IndexableObject is not known
|
int |
getSupportsIndexableObjectTypeConstant()
Returns the Constants which this service supports
|
T findIndexableObject(Context context, PK id) throws SQLException
context - - the contextid - - id within table of type'd indexable objectsSQLException - only upon failure accessing the database.int getSupportsIndexableObjectTypeConstant()
Copyright © 2019 DuraSpace. All rights reserved.