|
Oracle® Content Services Web Services Java API Reference 10g Release 1 (10.1.1) B19047-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
FDK interface for managing Containers.
Method Summary | |
Item |
createContainer(long target, NamedValue[] def, AttributeRequest[] attributes) Creates a new container. |
void |
deleteContainer(long id, NamedValue[] def) Deletes a container. |
Item |
updateContainer(long id, NamedValue[] def, AttributeRequest[] attributes) Updates an existing container. |
Method Detail |
public Item createContainer(long target, NamedValue[] def, AttributeRequest[] attributes) throws FdkException
target
- the parent of the new container.def
- attributes on the container.
attributes
- the requested attributes for the itemFdkException
- if the operation fails.public void deleteContainer(long id, NamedValue[] def) throws FdkException
id
- The ID of the container.def
- attributes for deletion.FdkException
- if the operation fails.public Item updateContainer(long id, NamedValue[] def, AttributeRequest[] attributes) throws FdkException
id
- The ID of the container.def
- attributes on the container.
FdkException
- if the operation fails.
|
Oracle® Content Services Web Services Java API Reference 10g Release 1 (10.1.1) B19047-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |