|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.filenet.wcm.toolkit.server.util.xml.WcmDocumentImpl
com.filenet.wcm.toolkit.server.util.xml.WcmXMLObject
com.filenet.wcm.toolkit.server.util.xml.XMLTreeModule
Field Summary |
Fields inherited from class com.filenet.wcm.toolkit.server.util.xml.WcmXMLObject |
ELEM_CLASSID, ELEM_CLASSNAME, ELEM_OBJECT, ELEM_OBJECTSTORE |
Fields inherited from class com.filenet.wcm.toolkit.server.util.xml.WcmDocumentImpl |
ELEM_OBJECTSET, thisDoc |
Constructor Summary | |
XMLTreeModule(org.w3c.dom.Document newXMLTreeModule)
Deprecated. Constructor takes the Document object to implement |
Method Summary | |
static XMLTreeModule |
getXMLTreeModule()
Deprecated. get method returns a new instance of this object |
static XMLTreeModule |
getXMLTreeModule(org.w3c.dom.Document newXMLTreeModule)
Deprecated. get method creates or contains the Document as one of this type |
boolean |
importXML(org.w3c.dom.Document inputXML,
java.lang.String parent,
boolean refresh)
Deprecated. Import XML to tree module format |
void |
openNode(java.lang.String selectedID,
java.lang.String nodeName)
Deprecated. Open the indicated node along with any parent nodes. |
void |
openRoot()
Deprecated. Open the root node |
boolean |
toggleNode(java.lang.String selectedID,
boolean on)
Deprecated. Toggle the node with the indicated id. |
boolean |
toggleObjectStore(java.lang.String objectStore,
boolean on)
Deprecated. Toggle an object store node. |
Methods inherited from class com.filenet.wcm.toolkit.server.util.xml.WcmXMLObject |
getClassdescElement, getClassId, getClassName, getObjectElement, getObjectId, getObjectStoreElement, getObjectStoreId, getObjectTagValue, getObjectXPath, getXMLObject, getXMLObject, setClassDescription, setObjectStoreId, setObjectTagValue, setObjectXPath |
Methods inherited from class com.filenet.wcm.toolkit.server.util.xml.WcmDocumentImpl |
createCDATAChildElement, createChildElement, createChildElement, createNamespace, getDocumentImpl, getElement, getElement, getElementText, getNodeList, getThis |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XMLTreeModule(org.w3c.dom.Document newXMLTreeModule)
newXMLTreeModule
- The new Document objectMethod Detail |
public static XMLTreeModule getXMLTreeModule()
public static XMLTreeModule getXMLTreeModule(org.w3c.dom.Document newXMLTreeModule)
newXMLTreeModule
- The Document to contain
public boolean importXML(org.w3c.dom.Document inputXML, java.lang.String parent, boolean refresh) throws java.lang.Exception
inputXML
- XML from navigation or authoring DPparent
- ID of parent node, null for top
java.lang.Exception
public void openNode(java.lang.String selectedID, java.lang.String nodeName) throws java.lang.Exception
selectedID
- Node to opennodeName
- Parent node names (plural)
java.lang.Exception
- Throws exception on errorpublic boolean toggleNode(java.lang.String selectedID, boolean on) throws java.lang.Exception
selectedID
- Id of node to toggleon
- Force on if true
java.lang.Exception
- Throws exception on errorpublic boolean toggleObjectStore(java.lang.String objectStore, boolean on) throws java.lang.Exception
objectStore
- The object Store name node to toggleon
- Force on if true
java.lang.Exception
- Throw exception on errorpublic void openRoot() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |