|
||||||||||
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.WcmObjectStorePrefs
Field Summary | |
protected int |
allowedRMContainees
|
Constructor Summary | |
WcmObjectStorePrefs()
|
Method Summary | |
void |
calculateQueryProps()
|
java.lang.Object |
clone()
|
boolean[] |
getAllowCreate()
Get the boolean property allowCreate |
boolean[] |
getAllowDelete()
Get the boolean property allowDelete |
int |
getAllowedRMContainees()
|
boolean[] |
getAllowModify()
Get the boolean property allowModify |
java.lang.String |
getCustomObjectNameProperty()
|
boolean |
getCustomObjectTypeEnabled()
|
java.lang.String |
getDefaultFilePlan()
|
java.lang.String |
getDefaultFilePlanId()
|
java.lang.String[] |
getDetailedProps()
|
java.lang.String[] |
getDetailedPropsForCustomObject()
|
java.lang.String[] |
getDetailedQueryProps()
|
java.lang.String |
getDocumentNameProperty()
|
java.lang.String |
getFolderNameProperty()
|
boolean[] |
getincludeLinkSubclasses()
retrieve the include link subclasses boolean |
java.lang.String[] |
getLinkClassIDs()
get the linkClassIDs array |
java.lang.String |
getMagazineFormatString(java.util.Locale locale)
|
com.filenet.wcm.toolkit.server.util.prefs.PrefsLabel |
getMagazineFormatStringPrefsLabel()
|
java.lang.String[] |
getMagazineProps()
|
java.lang.String[] |
getMagazinePropsForCustomObject()
|
java.lang.String[] |
getMagazineQueryProps()
|
java.util.Set |
getObjectStoreAccess()
Get the ObjectStoreAccess property |
java.lang.String |
getObjectStoreName()
|
java.util.Set |
getRMPropertyViewAccess()
Get the RM Property View Access property |
boolean |
getSupportDeclareRecords()
|
boolean |
getSupportFilePlan()
|
java.lang.String[] |
getVersionProps()
|
java.lang.String[] |
getVersionQueryProps()
|
boolean |
getWebContentManagementEnabled()
|
protected void |
initialize()
|
protected void |
saveToXML(java.io.Writer w)
|
void |
setAllowCreate(boolean[] newAllowCreate)
Set the boolean array property allowCreate |
void |
setAllowDelete(boolean[] newAllowDelete)
Set the boolean array property allowDelete |
void |
setAllowedRMContainees(int value)
|
void |
setAllowModify(boolean[] newAllowModify)
Set the boolean array property allowModify |
void |
setCustomObjectNameProperty(java.lang.String newCustomObjectNameProperty)
|
void |
setCustomObjectTypeEnabled(boolean state)
|
void |
setDefaultFilePlan(java.lang.String filePlan)
|
void |
setDefaultFilePlanId(java.lang.String Id)
|
void |
setDetailedProps(java.lang.String[] newDetailedProps)
|
void |
setDetailedPropsForCustomObject(java.lang.String[] newDetailedProps)
|
void |
setDocumentNameProperty(java.lang.String newDocumentNameProperty)
|
void |
setFolderNameProperty(java.lang.String newFolderNameProperty)
|
void |
setincludeLinkSubclasses(boolean[] newincludeLinkSubclasses)
set the include link subclasses boolean |
void |
setLinkClassIDs(java.lang.String[] newLinkClassIDs)
set the linkClassIDs array |
void |
setMagazineFormatStringPrefsLabel(com.filenet.wcm.toolkit.server.util.prefs.PrefsLabel newMagazineFormatString)
|
void |
setMagazineProps(java.lang.String[] newMagazineProps)
|
void |
setMagazinePropsForCustomObject(java.lang.String[] newMagazineProps)
|
void |
setObjectStoreAccess(java.util.Set objStoreAccess)
Set the roles access for an object store |
void |
setObjectStoreName(java.lang.String newName)
|
void |
setRMPropertyViewAccess(java.util.Set propertyViewAccess)
Set the roles access for an RM property view |
void |
setSupportDeclareRecords(boolean value)
|
void |
setSupportFilePlan(boolean value)
|
void |
setVersionProps(java.lang.String[] newVersionProps)
|
void |
setWebContentManagementEnabled(boolean state)
|
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, persist, 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 |
Field Detail |
protected int allowedRMContainees
Constructor Detail |
public WcmObjectStorePrefs()
Method Detail |
public void calculateQueryProps()
public java.lang.Object clone()
public void setObjectStoreName(java.lang.String newName)
public java.lang.String getObjectStoreName()
public java.lang.String getDocumentNameProperty()
public void setDocumentNameProperty(java.lang.String newDocumentNameProperty)
public void setFolderNameProperty(java.lang.String newFolderNameProperty)
public java.lang.String getFolderNameProperty()
public void setCustomObjectNameProperty(java.lang.String newCustomObjectNameProperty)
public java.lang.String getCustomObjectNameProperty()
public void setDetailedProps(java.lang.String[] newDetailedProps)
public void setDetailedPropsForCustomObject(java.lang.String[] newDetailedProps)
public java.lang.String[] getDetailedProps()
public java.lang.String[] getDetailedPropsForCustomObject()
public java.lang.String[] getDetailedQueryProps()
public void setMagazineFormatStringPrefsLabel(com.filenet.wcm.toolkit.server.util.prefs.PrefsLabel newMagazineFormatString)
public com.filenet.wcm.toolkit.server.util.prefs.PrefsLabel getMagazineFormatStringPrefsLabel()
public java.lang.String getMagazineFormatString(java.util.Locale locale)
public void setMagazineProps(java.lang.String[] newMagazineProps)
public java.lang.String[] getMagazineProps()
public void setMagazinePropsForCustomObject(java.lang.String[] newMagazineProps)
public java.lang.String[] getMagazinePropsForCustomObject()
public java.lang.String[] getMagazineQueryProps()
public java.lang.String[] getVersionQueryProps()
public void setVersionProps(java.lang.String[] newVersionProps)
public java.lang.String[] getVersionProps()
public boolean getSupportDeclareRecords()
public void setSupportDeclareRecords(boolean value)
public boolean getSupportFilePlan()
public void setSupportFilePlan(boolean value)
public java.lang.String getDefaultFilePlan()
public void setDefaultFilePlan(java.lang.String filePlan)
public java.lang.String getDefaultFilePlanId()
public void setDefaultFilePlanId(java.lang.String Id)
public boolean getCustomObjectTypeEnabled()
public void setAllowedRMContainees(int value)
public int getAllowedRMContainees()
public void setCustomObjectTypeEnabled(boolean state)
public boolean getWebContentManagementEnabled()
public void setWebContentManagementEnabled(boolean state)
public java.lang.String[] getLinkClassIDs()
public void setLinkClassIDs(java.lang.String[] newLinkClassIDs)
newLinkClassIDs
- public void setincludeLinkSubclasses(boolean[] newincludeLinkSubclasses)
newincludeLinkSubclasses
- public boolean[] getincludeLinkSubclasses()
public boolean[] getAllowCreate()
public void setAllowCreate(boolean[] newAllowCreate)
public boolean[] getAllowModify()
public void setAllowModify(boolean[] newAllowModify)
newAllowModify
- public boolean[] getAllowDelete()
public void setAllowDelete(boolean[] newAllowDelete)
newAllowDelete
- public void setObjectStoreAccess(java.util.Set objStoreAccess)
objStoreAccess
- public java.util.Set getObjectStoreAccess()
public void setRMPropertyViewAccess(java.util.Set propertyViewAccess)
propertyViewAccess
- public java.util.Set getRMPropertyViewAccess()
protected void initialize()
protected void saveToXML(java.io.Writer w) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |