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
- StringDBException
String loadObjectId(int fileId, int streamId) throws DBException
fileId
- intstreamId
- intDBException
void deleteObjectId(int fileId, int streamId, String objectId) throws DBException
fileId
- intstreamId
- intobjectId
- StringDBException
Copyright © 2005–2017 Alfresco Software. All rights reserved.