WebLogic Integration


Uses of Interface
com.bea.wlxt.repository.RepositoryDocument

Packages that use RepositoryDocument
com.bea.wlxt.repository Provides the WebLogic Integration XML-Non XML Translator repository classes. 
 

Uses of RepositoryDocument in com.bea.wlxt.repository
 

Methods in com.bea.wlxt.repository that return RepositoryDocument
 RepositoryDocument RepositoryDocumentChooser.getDocument()
          Returns the selected document.
 RepositoryDocument RepositoryFolder.getDocument(int type, java.lang.String name)
          Retrieves a document, which is an immediate child of this folder, from the repository.
 RepositoryDocument[] RepositoryFolder.getChildDocuments()
          Retrieves all documents contained in this folder.
 RepositoryDocument[] RepositoryFolder.getChildDocuments(int type)
          Retrieves documents of a specific type in the current folder.
 RepositoryDocument RepositoryFolder.newDocument(int type, java.lang.String name)
          Create a new document object with this folder as it's parent.
 RepositoryDocument RepositoryFolder.addDocument(int type, java.lang.String name, java.lang.String data)
          Adds a new document to the repository with this folder as its parent.
 RepositoryDocument RepositoryFolder.addDocument(int type, java.lang.String name, java.lang.String data, java.lang.String desc, java.lang.String notes)
          Adds a new document to the repository with this folder as its parent.
 


WebLogic Integration

WebLogic Integration (WLI)