|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
| Fields inherited from interface com.sas.services.information.metadata.FolderInterface |
FOLDER_TYPE_BIP |
| Fields inherited from interface com.sas.services.information.metadata.MetadataInterface |
PERMISSION_READMETADATA, PERMISSION_WRITEMETADATA |
| Method Summary | |
FolderInterface |
getApplicationManager(int applId)
Each folder in the personal repository is managed by an application manager. |
FolderInterface |
getApplicationManager(String appplname)
Each folder in the personal repository is managed by an application manager. |
List |
getSupportedApplications()
Return a list of the currently supported applications. |
boolean |
registerApplication(String applname,
String FolderManagerClassName)
Register an application. |
| Methods inherited from interface com.sas.services.information.metadata.FolderInterface |
addItem, addNewItem, addSubfolder, deleteItem, deleteSubfolder, getFolderType, getItem, getItemByClass, getItemByType, getItems, getItemsByClass, getItemsByType, getParent, getPath, getSubfolder, getSubfolders, makeSubfolder, removeItem, removeSubfolder, setFolderType |
| Method Detail |
public boolean registerApplication(String applname,
String FolderManagerClassName)
throws RemoteException
applname - A string that represents the application's name.FolderManagerClassName - A string class name. The class provides the implementation
for this application and will be loaded on demand.
public List getSupportedApplications()
throws RemoteException
public FolderInterface getApplicationManager(int applId)
throws ServiceException,
RemoteException
registerApplication
method. This method can be passed one of the predefined application
identifiers, such as getApplicationManager( PersonalRepository.
INBOX )
public FolderInterface getApplicationManager(String appplname)
throws ServiceException,
RemoteException
registerApplication method.
|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||