|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContentStoreCleanerListener
A listener that can be plugged into a
cleaner
to
move pre-process any content that is about to be deleted from a store.
Implementations may backup the content or even perform scrubbing or obfuscation tasks on the content. In either case, this interface is called when the content really will disappear i.e. there is no potential rollback of this operation.
Method Summary | |
---|---|
void |
beforeDelete(ContentStore sourceStore,
java.lang.String contentUrl)
Handle the notification that a store is about to be deleted |
Method Detail |
---|
void beforeDelete(ContentStore sourceStore, java.lang.String contentUrl) throws org.alfresco.service.cmr.repository.ContentIOException
sourceStore
- the store from which the content will be deletedcontentUrl
- the URL of the content to be deleted
org.alfresco.service.cmr.repository.ContentIOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |