Oracle© Collaboration Suite Workspaces Web Services API Reference
10g Release 1 (10.1.2.2)

Part No. B28209-01


oracle.workspaces.ws.beans
Class CategoryConfiguration

java.lang.Object
  extended byoracle.workspaces.ws.beans.CategoryConfiguration


public class CategoryConfiguration
extends java.lang.Object

This class represents the set of all possible categories that can be applied to a file or folder.


Method Summary
 FilesCategories getAllowedCategories()
          Gets the allowedCategories value for this CategoryConfiguration.
 FilesCategories getRequiredCategories()
          Gets the requiredCategories value for this CategoryConfiguration.
 boolean is_final()
          Gets the _final value for this CategoryConfiguration.
 boolean isEnabled()
          Gets the enabled value for this CategoryConfiguration.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getAllowedCategories

public FilesCategories getAllowedCategories()
Gets the allowedCategories value for this CategoryConfiguration.
Returns:
allowedCategories

isEnabled

public boolean isEnabled()
Gets the enabled value for this CategoryConfiguration.
Returns:
enabled

is_final

public boolean is_final()
Gets the _final value for this CategoryConfiguration.
Returns:
_final

getRequiredCategories

public FilesCategories getRequiredCategories()
Gets the requiredCategories value for this CategoryConfiguration.
Returns:
requiredCategories

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