public interface RepositoryViewContainer
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION |
| Modifier and Type | Method and Description |
|---|---|
RepositoryView |
getView(java.lang.String pName)
Returns a RepositoryView accessed with the given view name.
|
java.lang.String[] |
getViewNames()
Returns an array of the names of all contained views
|
static final java.lang.String CLASS_VERSION
RepositoryView getView(java.lang.String pName) throws RepositoryException
pName - the name of the view to findRepositoryException - if there was an error while
attempting to return the RepositoryViewjava.lang.String[] getViewNames()