|
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 ContainerManager
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 |
---|
Item createContainer(long target, NamedValue[] def, AttributeRequest[] attributes) throws FdkException
ContainerManager
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.Item updateContainer(long id, NamedValue[] def, AttributeRequest[] attributes) throws FdkException
ContainerManager
id
- ID of the container to update.def
- container attributes to update:
FdkException
- if the operation fails.void deleteContainer(long id, NamedValue[] def) throws FdkException
ContainerManager
id
- ID of the container to delete.def
- parameters for the delete operation:
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 |