|
Oracle Content Services Java API Reference Release 1 10.1.2 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
FDK interface for managing Domains.
| Method Summary | |
Item |
getDefaultDomain(AttributeRequest[] attributes)
Returns the default DOMAIN Item. |
Item |
updateDomain(long id,
NamedValue[] def,
AttributeRequest[] attributes)
Updates a DOMAIN Item. |
| Method Detail |
public Item updateDomain(long id,
NamedValue[] def,
AttributeRequest[] attributes)
throws FdkException
DOMAIN Item.
id - the ID of the DOMAIN Item to updatedef - the attributes to set:
- notation: {Attribute name, Attribute type}
- {Attributes.USER_WORKSPACES_ROOT, String}
- {Attributes.MOST_RECENT_DOCS_MAXITEMS, Integer}
- {Attributes.PERSONAL_WORKSPACES_ENABLED, Boolean}
- {Attributes.WORLD_GRANTS_ENABLED, Boolean}
- {Attributes.GROUP_CREATION_ACCESS_GROUP, Long}
- {Attributes.CREATE_WORKSPACE_REQUEST_ALLOWED,
Boolean}
- {Attributes.DEFAULT_WORKSPACE_ROLES, long[]}
- {Attributes.DEFAULT_GUARD_SECURITY_ROLES, long[]}
- {Attributes.GLOBAL_AUDIT_TYPE_LIST, Long}
attributes - the attributes to retrieve for the returned
DOMAIN Item, or null
FdkException - if the operation fails
public Item getDefaultDomain(AttributeRequest[] attributes)
throws FdkException
DOMAIN Item.
attributes - the attributes to retrieve for the returned
DOMAIN Item, or null
FdkException - if the operation fails.
|
Oracle Content Services Java API Reference Release 1 10.1.2 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||