public class DirPropertyBookPage extends PropertyBookPage
PropertyBookPage objects. Most PropertyBookPages will want to extend
DirPropertyBookPage instead of just PropertyBookPage to take advantage of eDirectory Access Service features.
DirPropertyBookPages extends the PropertyBookPage abstract class so developers only need to overwrite the
specific methods they require. See PropertyBookPage for more information on writing PropertyBookPages.| Modifier and Type | Field and Description |
|---|---|
protected boolean |
m_mooEnabled
Whether Multiple Object Operation (Moo) is enabled for this page.
|
protected MOOManager |
m_mooManager
MOOManager to use for this page.
|
protected NSObject |
m_nsobj
NSObject to use for this page.
|
m_chapter, m_delayedAttributes, m_displayName, m_handledAttributeNames, m_helpfile, m_id, m_IsDirty, m_isXML, m_JSPDataObject, m_pageDoc, m_parameters, m_propertyBook, m_template| Constructor and Description |
|---|
DirPropertyBookPage() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
doesSupportMoo()
Returns the default implemenation read value from page xml descriptor.
|
java.lang.String[] |
getAttributesForEDAS(PropertyPageContext context)
Default implementation returns all attribute names that the xml descriptor
has registered rights for.
|
DirPropertyBook |
getDirPropertyBook()
Returns the parent DirPropertyBook object.
|
void |
init(PluginContext context,
org.jdom.Document doc)
Deprecated.
- as of 2.6 use init(TaskContext, Document)
|
void |
init(TaskContext context,
org.jdom.Document doc)
Initializes the member variables with data from an XML configuration document.
|
void |
save(TaskContext context,
java.util.Properties resultStrings)
Deprecated.
Use cache(PropertyPageContext context) instead
|
void |
show(TaskContext context,
java.util.Properties resultStrings)
Deprecated.
Use show(PropertyPageContext context) instead
|
apply, cache, canCommit, canCommit, commit, getChapter, getDelayedAttributes, getHandledAttributeNames, getHelpFilename, getId, getName, getTemplate, release, setChapter, shouldRun, showisPluginAvailable, isPluginAvailableprotected NSObject m_nsobj
protected MOOManager m_mooManager
protected boolean m_mooEnabled
public DirPropertyBook getDirPropertyBook()
public void init(TaskContext context, org.jdom.Document doc)
public void init(PluginContext context, org.jdom.Document doc)
init in class PropertyBookPagecontext - PluginContext of the plug-indoc - XML Document registering this pagePlugin.init(TaskContext, Document)public void save(TaskContext context, java.util.Properties resultStrings) throws PageException
save in class PropertyBookPagecontext - TaskContext of the plug-inresultStrings - Properties object to be added to the requestPageExceptionPropertyBookPage.cache(com.novell.emframe.dev.PropertyPageContext)public void show(TaskContext context, java.util.Properties resultStrings) throws PageException
show in class PropertyBookPagecontext - TaskContext of the plug-inresultStrings - Properties object to be added to the requestPageExceptionshow(com.novell.emframe.dev.TaskContext, java.util.Properties)protected boolean doesSupportMoo()
public java.lang.String[] getAttributesForEDAS(PropertyPageContext context)
context - PropertyPageContext for use for eDias
API Documentation Copyright © 1998-2004 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated ${TODAY} ${TSTAMP}.