|
Oracle Content Database Web Services Java API Reference for Oracle WebCenter Suite 10g (10.1.3.2) B32189-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface class TrashManager
The trash management Facade interface.
Method Summary | |
---|---|
void |
emptyTrash(long trashId) Empties the given TrashFolder. |
void |
setTrashConfiguration(long trashId, NamedValue[] config) Sets the TrashFolder configuration. |
Method Detail |
---|
void emptyTrash(long trashId) throws FdkException
TrashManager
trashId
- the ID of the TrashFolder to empty.FdkException
- if the operation fails.void setTrashConfiguration(long trashId, NamedValue[] config) throws FdkException
TrashManager
trashId
- the TrashFolder for which to set the configurationconfig
- the TrashFolder configuration options to set; must include one or more of the following Attributes:
FdkException
- if the operation fails.
|
Oracle Content Database Web Services Java API Reference for Oracle WebCenter Suite 10g (10.1.3.2) B32189-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |