|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.filenet.wcm.toolkit.server.util.prefs.WcmPrefsObject
com.filenet.wcm.apps.server.util.prefs.CompoundDocumentObjectStorePrefs
Stores the Compound Document site preference data.
Constructor Summary | |
CompoundDocumentObjectStorePrefs()
|
|
CompoundDocumentObjectStorePrefs(java.lang.String objectStoreName)
|
Method Summary | |
void |
addCompoundDocumentAccess(java.lang.String classId)
|
java.lang.Object |
clone()
|
CompoundDocumentAccess |
getCompoundDocumentAccess(java.lang.String classId)
|
java.util.List |
getCompoundDocumentAccessList()
|
java.util.Map |
getCompoundDocumentAccessMap()
|
java.lang.String |
getObjectStoreName()
|
protected void |
initialize()
|
protected void |
persist()
|
void |
removeCompoundDocumentAccess(java.lang.String classId)
|
void |
setCompoundDocumentAccessList(java.util.List accessList)
|
void |
setObjectStoreName(java.lang.String newObjectStoreName)
|
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, saveToXML, 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 |
public CompoundDocumentObjectStorePrefs()
public CompoundDocumentObjectStorePrefs(java.lang.String objectStoreName)
Method Detail |
protected void initialize()
protected void persist()
public java.lang.String getObjectStoreName()
public void setObjectStoreName(java.lang.String newObjectStoreName)
public void setCompoundDocumentAccessList(java.util.List accessList)
public java.util.List getCompoundDocumentAccessList()
public java.util.Map getCompoundDocumentAccessMap()
public CompoundDocumentAccess getCompoundDocumentAccess(java.lang.String classId)
public void addCompoundDocumentAccess(java.lang.String classId)
public void removeCompoundDocumentAccess(java.lang.String classId)
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |