public interface DBObjectIdInterface
Provides methods for loading, saving and deleting file id to object id mappings in a database table.
| Modifier and Type | Method and Description |
|---|---|
void |
deleteObjectId(int fileId,
int streamId,
String objectId)
Delete a file id/object id mapping
|
String |
loadObjectId(int fileId,
int streamId)
Load the object id for the specified file id
|
void |
saveObjectId(int fileId,
int streamId,
String objectId)
Create a file id to object id mapping
|
void saveObjectId(int fileId,
int streamId,
String objectId)
throws DBException
fileId - intstreamId - intobjectId - StringDBExceptionString loadObjectId(int fileId, int streamId) throws DBException
fileId - intstreamId - intDBExceptionvoid deleteObjectId(int fileId,
int streamId,
String objectId)
throws DBException
fileId - intstreamId - intobjectId - StringDBExceptionCopyright © 2005–2020 Alfresco Software. All rights reserved.