com.filenet.wcm.apps.server.util.prefs
Class CompoundDocumentAccess

java.lang.Object
  extended bycom.filenet.wcm.toolkit.server.util.prefs.WcmPrefsObject
      extended bycom.filenet.wcm.apps.server.util.prefs.CompoundDocumentAccess
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class CompoundDocumentAccess
extends com.filenet.wcm.toolkit.server.util.prefs.WcmPrefsObject

Stores the Compound Document Acesss data

See Also:
Serialized Form

Constructor Summary
CompoundDocumentAccess()
           
 
Method Summary
 java.lang.Object clone()
           
 java.util.List getAccessRoles()
           
 java.lang.String[] getAccessRolesArray()
           
 java.lang.String getClassId()
           
 boolean getIncludeSubClasses()
           
protected  void initialize()
           
protected  void persist()
           
protected  void saveToXML(java.io.Writer w)
           
 void setAccessRoles(java.util.List accessRoles)
           
 void setClassId(java.lang.String id)
           
 void setIncludeSubClasses(boolean yes)
           
 
Methods inherited from class com.filenet.wcm.toolkit.server.util.prefs.WcmPrefsObject
clear, clearAttributes, convertToBoolean, convertToBoolean, convertToInt, convertToLong, convertToPrefsLabel, convertToPrefsLabelArray, equals, get, getAttribute, getBoolean, getElementKey, getInt, getLabel, getLabelArray, getList, getLocalizedString, getString, getStringArray, getVersion, load, load, load, load, loadLabel, loadPreferences, loadPreferences, loadPreferences, put, put, put, put, put, put, put, put, registerKey, remove, removeAttribute, removeLocalizedString, setAttribute, setElementKey, setVersion, toByteArrayXML, toXML, writeEndSettingTag, writeSetting, writeSetting, writeSetting, writeSetting, writeSetting, writeSetting, writeSetting, writeSetting, writeSetting, writeSetting, writeSetting, writeStartSettingTag, writeStartSettingTag, writeXML, writeXML
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompoundDocumentAccess

public CompoundDocumentAccess()
Method Detail

initialize

protected void initialize()

persist

protected void persist()

saveToXML

protected void saveToXML(java.io.Writer w)
                  throws java.io.IOException
Throws:
java.io.IOException

getClassId

public java.lang.String getClassId()

setClassId

public void setClassId(java.lang.String id)

getIncludeSubClasses

public boolean getIncludeSubClasses()

setIncludeSubClasses

public void setIncludeSubClasses(boolean yes)

getAccessRoles

public java.util.List getAccessRoles()

getAccessRolesArray

public java.lang.String[] getAccessRolesArray()

setAccessRoles

public void setAccessRoles(java.util.List accessRoles)

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Throws:
java.lang.CloneNotSupportedException


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.