WebLogic Integration


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

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

Uses of RepositoryObject in com.bea.wlxt.repository
 

Subinterfaces of RepositoryObject in com.bea.wlxt.repository
 interface RepositoryDocument
          The RepositoryDocument object represents a document stored in the repository.
 interface RepositoryFolder
          The RepositoryFolder object represents a folder, or container, in the repository.
 

Methods in com.bea.wlxt.repository that return RepositoryObject
 RepositoryObject RepositoryObject.getParent()
          Returns the object which is the parent of the current repository object.
 RepositoryObject[] RepositoryFolder.getChildren(boolean inclFolders)
          Retrieves the direct children of this folder.
 RepositoryObject[] RepositoryFolder.getChildren(int type, boolean inclFolders)
          Retrieves children of a specific type in the current folder.
 

Methods in com.bea.wlxt.repository with parameters of type RepositoryObject
 boolean RepositoryFilter.accept(RepositoryObject obj)
          User provided callback identifying which repository objects are included in a open or save document chooser dialog.
 


WebLogic Integration

WebLogic Integration (WLI)