|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PersonalRepositoryInterface
Field Summary |
---|
Fields inherited from interface com.sas.services.information.metadata.FolderInterface |
---|
FOLDER_TYPE_BIP |
Fields inherited from interface com.sas.services.information.metadata.MetadataInterface |
---|
METADATA_STATE_DELETED, METADATA_STATE_DESTROYED, METADATA_STATE_NEW, METADATA_STATE_NORMAL, PERMISSION_READMETADATA, PERMISSION_WRITEMETADATA |
Method Summary | |
---|---|
FolderInterface |
getApplicationManager(int applId)
Each folder in the personal repository is managed by an application manager. |
FolderInterface |
getApplicationManager(java.lang.String appplname)
Each folder in the personal repository is managed by an application manager. |
java.util.List |
getSupportedApplications()
Return a list of the currently supported applications. |
boolean |
registerApplication(java.lang.String applname,
java.lang.String FolderManagerClassName)
Register an application. |
Methods inherited from interface com.sas.services.information.metadata.FolderInterface |
---|
addItem, addNewItem, addSubfolder, deleteItem, deleteSubfolder, getContentCreateDate, getContentInfo, getContentModifyDate, getFolderType, getItem, getItemByClass, getItemByType, getItems, getItemsByClass, getItemsByType, getItemSublist, getItemSublist, getParent, getPath, getSubfolder, getSubfolders, getTotalNumberOfItems, hasDuplicate, hasDuplicateSubfolder, isEmpty, isItemNameUnique, makeSubfolder, makeSubfolder, moveMembersOnOverflow, removeItem, removeSubfolder, setContentCreateDate, setContentModifyDate, setFolderType |
Methods inherited from interface com.sas.services.information.publicobject.MutableContainerInterface |
---|
addChild, insertChild, removeChild |
Methods inherited from interface com.sas.services.information.publicobject.PublicObjectContainerInterface |
---|
getChildAt, getChildCount, getChildren, getChildren, newChild |
Methods inherited from interface com.sas.services.information.publicobject.PublicObjectInterface |
---|
addProcessorInterface, getContainer, getIdentifier, getName, getObjectURI, getPathUrl, getProcessorInterface, getTypeDescriptor |
Method Detail |
---|
boolean registerApplication(java.lang.String applname, java.lang.String FolderManagerClassName) throws java.rmi.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.
java.rmi.RemoteException
- in the event of remote object failure.java.util.List getSupportedApplications() throws java.rmi.RemoteException
java.rmi.RemoteException
- in the event of remote object failure.FolderInterface getApplicationManager(int applId) throws ServiceException, java.rmi.RemoteException
registerApplication
method. This method can be passed one of the predefined application
identifiers, such as getApplicationManager( PersonalRepository.
INBOX )
applId
- The application identifier of the desired appication manager.
ServiceException
- If a service level error occurs.
java.rmi.RemoteException
- in the event of remote object failure.FolderInterface getApplicationManager(java.lang.String appplname) throws ServiceException, java.rmi.RemoteException
registerApplication
method.
appplname
- The name of the application managing the desired folder.
ServiceException
- if a service level error occurs.
java.rmi.RemoteException
- in the event of remote object failure.
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |