public interface ContainerManager extends Remote
Modifier and Type | Method and Description |
---|---|
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.
|
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.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.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.Copyright © 2023. All rights reserved.