WebLogic Integration


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

Packages that use XMLEntityInfo
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. 
com.bea.wlpi.client.repository Provides the classes for the eCI repository client for Weblogioc Process Integrator. 
 

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

Methods in com.bea.eci.repository.ejb that return XMLEntityInfo
 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.
 

Methods in com.bea.eci.repository.ejb with parameters of type XMLEntityInfo
 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.deleteEntity(XMLEntityInfo xei)
          Completely remove an entity from the repository.
 

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

Methods in com.bea.eci.repository.helper that return XMLEntityInfo
 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.
 

Methods in com.bea.eci.repository.helper with parameters of type XMLEntityInfo
 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.deleteEntity(XMLEntityInfo xei)
          Completely remove an entity from the repository.
 

Uses of XMLEntityInfo in com.bea.wlpi.client.repository
 

Methods in com.bea.wlpi.client.repository that return XMLEntityInfo
 XMLEntityInfo RepositoryExplorer.getSelectedObject()
          Gets the currently selected entity, if one is selected.
protected static XMLEntityInfo RepositoryExplorer.getEntityFromClipboard()
           
 


WebLogic Integration

WebLogic Integration (WLI)