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

B19047-01


oracle.ifs.fdk
Interface DomainManager


public interface 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

getDefaultDomain

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

updateDomain

public Item updateDomain(long id,
                         NamedValue[] def,
                         AttributeRequest[] attributes)
                  throws FdkException
Updates a Domain.
Parameters:
id - the ID of the target Domain.
attributes - requested attributes for each item, or null.
Returns:
an Item representing the updated Domain.
Throws:
FdkException - if the operation fails.

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

B19047-01


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