WebLogic Integration


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

Packages that use RepositoryException
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 RepositoryException in com.bea.eci.repository.ejb
 

Methods in com.bea.eci.repository.ejb that throw RepositoryException
 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.
 void XMLRepository.updateEntity(XMLEntityInfo xei)
          Update an entity's description, notes and content fields.
 void XMLRepository.renameEntity(java.lang.String curName, java.lang.String newName)
          Change the name of an entity.
 void XMLRepository.renameFolder(java.lang.String curName, java.lang.String newName)
          Change the name of an folder.
 void XMLRepository.deleteEntity(XMLEntityInfo xei)
          Completely remove an entity from the repository.
 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.
 XMLEntityInfo XMLRepository.getEntity(java.lang.String name)
          Retrieves an entity from the repository, including its content.
 XMLEntityInfo XMLRepository.getEntity(java.lang.String name, int type)
          Retrieves an entity from the repository, including its content of the specified type.
 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.
 javax.swing.tree.DefaultMutableTreeNode XMLRepository.getObjectFolderTree(javax.swing.tree.DefaultMutableTreeNode node)
          Builds a tree structure of all the folders in the repository.
 java.util.List XMLRepository.getAllEntities()
          Returns a list of all the entities in the repository.
 java.util.List XMLRepository.getAllFolders()
          Returns a list of all the folders in the repository.
 

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

Methods in com.bea.eci.repository.helper that throw RepositoryException
 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.
 void RepositoryActions.updateEntity(XMLEntityInfo xei)
          Update an entity's description, notes and content fields.
 void RepositoryActions.renameEntity(java.lang.String curName, java.lang.String newName)
          Change the name of an entity.
 void RepositoryActions.renameFolder(java.lang.String curName, java.lang.String newName)
          Change the name of an folder.
 void RepositoryActions.deleteEntity(XMLEntityInfo xei)
          Completely remove an entity from the repository.
 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.
 XMLEntityInfo RepositoryActions.getEntity(java.lang.String name)
          Retrieves an entity from the repository, including its content.
 XMLEntityInfo RepositoryActions.getEntity(java.lang.String name, int type)
          Retrieves an entity from the repository, including its content of the specified type.
 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.
 javax.swing.tree.DefaultMutableTreeNode RepositoryActions.getObjectFolderTree(javax.swing.tree.DefaultMutableTreeNode top)
          Builds a tree structure of all the folders in the repository.
 java.util.List RepositoryActions.getAllEntities()
          Returns a list of all the entities in the repository.
 java.util.List RepositoryActions.getAllFolders()
          Returns a list of all the folders in the repository.
 


WebLogic Integration

WebLogic Integration (WLI)