Skip navigation links

Oracle Content Services Web Services Java API Reference
10g Release 1 (10.1.2.3)

B25584-03


oracle.ifs.fdk
Interface DomainManager


public interface DomainManager

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

updateDomain

public Item updateDomain(long id,
                         NamedValue[] def,
                         AttributeRequest[] attributes)
                  throws FdkException
Updates a DOMAIN Item.
Parameters:
id - the ID of the DOMAIN Item to update
def - 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
Returns:
an Item representing the updated Domain
Throws:
FdkException - if the operation fails

getDefaultDomain

public Item getDefaultDomain(AttributeRequest[] attributes)
                      throws FdkException
Returns the default DOMAIN Item.
Parameters:
attributes - the attributes to retrieve for the returned DOMAIN Item, or null
Throws:
FdkException - if the operation fails.

Skip navigation links

Oracle Content Services Web Services Java API Reference
10g Release 1 (10.1.2.3)

B25584-03


Copyright © 2002, 2005, Oracle. All rights reserved.