|
Oracle Content Services Web Services Java API Reference 10g Release 1 (10.1.2.3) B25584-03 |
||||||||
| 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
Passing true for Options.CREATE_WORKSPACE_REQUEST_ALLOWED configures workflow, allowing the create workspace operation to be request enabled.
target - the parent of the new container.def - attributes on the container.
attributes - the requested attributes for the itemFdkException - if the operation fails.
public Item updateContainer(long id,
NamedValue[] def,
AttributeRequest[] attributes)
throws FdkException
id - ID of the container to update.def - container attributes to update:
FdkException - if the operation fails.
public void deleteContainer(long id,
NamedValue[] def)
throws FdkException
id - ID of the container to delete.def - parameters for the delete operation:
FdkException - if the operation fails.
|
Oracle Content Services Web Services Java API Reference 10g Release 1 (10.1.2.3) B25584-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||