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
- StringDBException
java.lang.String loadObjectId(int fileId, int streamId) throws DBException
fileId
- intstreamId
- intDBException
void deleteObjectId(int fileId, int streamId, java.lang.String objectId) throws DBException
fileId
- intstreamId
- intobjectId
- StringDBException
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.