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,
java.lang.String objectId)
Delete a file id/object id mapping
|
java.lang.String |
loadObjectId(int fileId,
int streamId)
Load the object id for the specified file id
|
void |
saveObjectId(int fileId,
int streamId,
java.lang.String objectId)
Create a file id to object id mapping
|
void saveObjectId(int fileId,
int streamId,
java.lang.String objectId)
throws DBException
fileId - intstreamId - intobjectId - StringDBExceptionjava.lang.String loadObjectId(int fileId,
int streamId)
throws DBException
fileId - intstreamId - intDBExceptionvoid deleteObjectId(int fileId,
int streamId,
java.lang.String objectId)
throws DBException
fileId - intstreamId - intobjectId - StringDBExceptionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.