|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FolderAdminInterface
The interface used for administrative functions with the SAS Folders tree.
Method Summary | |
---|---|
RootFolderInterface |
createRepositoryRootFolder(OMIRepositoryInterface repos)
Creates the root folder for a repository. |
FolderInterface |
createTopLevelFolder(OMIRepositoryInterface repos,
java.lang.String folderName)
Creates a new top level folder for the given repository or returns an existing folder that has already been defined. |
Method Detail |
---|
FolderInterface createTopLevelFolder(OMIRepositoryInterface repos, java.lang.String folderName) throws ServiceException, java.rmi.RemoteException
The name of the folder passed in must be valid. Callers should
ensure that the FolderUtil.makeValidFolderName(String, FolderInterface, MetadataNameConstraint)
method is called first, before calling this method.
repos
- the repository the folder will exist underfolderName
- the name to use for the folder
ServiceException
java.rmi.RemoteException
RootFolderInterface createRepositoryRootFolder(OMIRepositoryInterface repos) throws ServiceException, java.rmi.RemoteException
repos
- the repository
ServiceException
java.rmi.RemoteException
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |