WebLogic Integration


Uses of Class
com.bea.eci.repository.helper.RepositoryFolderInfo

Packages that use RepositoryFolderInfo
com.bea.eci.repository.ejb Provides the classes for the stateless session EJB eCI repository interface. 
com.bea.eci.repository.helper Provides the classes required by the ECI repository interface. 
 

Uses of RepositoryFolderInfo in com.bea.eci.repository.ejb
 

Methods in com.bea.eci.repository.ejb that return RepositoryFolderInfo
 RepositoryFolderInfo XMLRepository.createFolder(java.lang.String type, java.lang.String name, java.lang.String desc, java.lang.String notes, RepositoryFolderInfo parent)
          Creates a new folder in the repository.
 RepositoryFolderInfo XMLRepository.getFolderInfo(java.lang.String type, java.lang.String name)
          Retrieves the information about a repository folder of a given name and type.
 RepositoryFolderInfo XMLRepository.getFolderInfo(java.lang.String name)
          Retrieves the information about a repository folder identified by its name.
 

Methods in com.bea.eci.repository.ejb with parameters of type RepositoryFolderInfo
 java.util.List XMLRepository.getChildFolders(RepositoryFolderInfo rfi)
          Obtains a list of the child folders of a given folder.
 java.util.List XMLRepository.getChildDocs(RepositoryFolderInfo rfi)
          Obtains a list of entities that are children of a given folder.
 void XMLRepository.removeChildFolder(RepositoryFolderInfo child, RepositoryFolderInfo parent)
          Remove a reference between a child folder and its parent folder.
 void XMLRepository.addChildFolder(RepositoryFolderInfo child, RepositoryFolderInfo parent)
          Place an exiting folder inside another (existing) folder.
 void XMLRepository.deleteFolder(RepositoryFolderInfo rfi)
          Delete a folder from the repository.
 RepositoryFolderInfo XMLRepository.createFolder(java.lang.String type, java.lang.String name, java.lang.String desc, java.lang.String notes, RepositoryFolderInfo parent)
          Creates a new folder in the repository.
 void XMLRepository.updateFolder(RepositoryFolderInfo rfi)
          Update a folder's description and notes fields.
 void XMLRepository.removeEntityFromFolder(XMLEntityInfo xei, RepositoryFolderInfo rfi)
          Remove an entity from a folder, but do not delete the entity.
 void XMLRepository.addEntityToFolder(XMLEntityInfo xei, RepositoryFolderInfo rfi)
          Place an existing entity in an existing folder.
 XMLEntityInfo XMLRepository.createEntity(int type, java.lang.String name, java.lang.String desc, java.lang.String notes, java.lang.String content, RepositoryFolderInfo parent)
          Create a new XML entity in the repository, within an existing folder if desired.
 

Uses of RepositoryFolderInfo in com.bea.eci.repository.helper
 

Methods in com.bea.eci.repository.helper that return RepositoryFolderInfo
 RepositoryFolderInfo RepositoryActions.createFolder(java.lang.String type, java.lang.String name, java.lang.String desc, java.lang.String notes, RepositoryFolderInfo parent)
          Creates a new folder in the repository.
 RepositoryFolderInfo RepositoryActions.getFolderInfo(java.lang.String type, java.lang.String name)
          Retrieves the information about a repository folder of a given name and type.
 RepositoryFolderInfo RepositoryActions.getFolderInfo(java.lang.String name)
          Retrieves the information about a repository folder identified by its name.
 

Methods in com.bea.eci.repository.helper with parameters of type RepositoryFolderInfo
 java.util.List RepositoryActions.getChildFolders(RepositoryFolderInfo rfi)
          Obtains a list of the child folders of a given folder.
 java.util.List RepositoryActions.getChildDocs(RepositoryFolderInfo rfi)
          Obtains a list of entities that are children of a given folder.
 void RepositoryActions.removeChildFolder(RepositoryFolderInfo child, RepositoryFolderInfo parent)
          Remove a reference between a child folder and its parent folder.
 void RepositoryActions.addChildFolder(RepositoryFolderInfo child, RepositoryFolderInfo parent)
          Place an exiting folder inside another (existing) folder.
 void RepositoryActions.deleteFolder(RepositoryFolderInfo rfi)
          Delete a folder from the repository.
 RepositoryFolderInfo RepositoryActions.createFolder(java.lang.String type, java.lang.String name, java.lang.String desc, java.lang.String notes, RepositoryFolderInfo parent)
          Creates a new folder in the repository.
 void RepositoryActions.updateFolder(RepositoryFolderInfo rfi)
          Update a folder's description and notes fields.
 void RepositoryActions.removeEntityFromFolder(XMLEntityInfo xei, RepositoryFolderInfo rfi)
          Remove an entity from a folder, but do not delete the entity.
 void RepositoryActions.addEntityToFolder(XMLEntityInfo xei, RepositoryFolderInfo rfi)
          Place an existing entity in an existing folder.
 XMLEntityInfo RepositoryActions.createEntity(int type, java.lang.String name, java.lang.String desc, java.lang.String notes, java.lang.String content, RepositoryFolderInfo parent)
          Create a new XML entity in the repository, within an existing folder if desired.
 


WebLogic Integration

WebLogic Integration (WLI)