Skip navigation links

Oracle Content Database Web Services Java API Reference for Oracle WebCenter Suite
10g (10.1.3.2)

B32189-01


oracle.ifs.fdk
Class DomainManager


public interface class DomainManager

FDK interface for managing Domains.


Method Summary
 Item getDefaultDomain(AttributeRequest[] attributes)
          Returns the default Domain.
 Item updateDomain(long id, NamedValue[] def, AttributeRequest[] attributes)
          Updates a Domain.

 

Method Detail

updateDomain

Item updateDomain(long id,
                  NamedValue[] def,
                  AttributeRequest[] attributes)
                  throws FdkException
Description copied from interface: DomainManager
Updates a Domain.
Parameters:
id - the ID of the target Domain.
def - the attributes to set on the domain:
  • 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.CREATE_WORKSPACE_REQUEST_ALLOWED, Boolean}
attributes - requested attributes for each item, or null.
Returns:
an Item representing the updated Domain.
Throws:
FdkException - if the operation fails.

getDefaultDomain

Item getDefaultDomain(AttributeRequest[] attributes)
                      throws FdkException
Description copied from interface: DomainManager
Returns the default Domain.
Parameters:
attributes - the attributes to retrieve.
Throws:
FdkException - if the operation fails.

Skip navigation links

Oracle Content Database Web Services Java API Reference for Oracle WebCenter Suite
10g (10.1.3.2)

B32189-01


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