|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
java.lang.Object
|
+--java.rmi.server.RemoteObject
|
+--java.rmi.server.RemoteServer
|
+--java.rmi.server.UnicastRemoteObject
|
+--com.sas.services.information.metadata.Metadata
|
+--com.sas.services.information.metadata.Folder
|
+--com.sas.services.information.metadata.MyInbox
Represents the Inbox folder for a person. This folder is obtained from the
personal repository, using the getApplicationManager method
| Field Summary | |
static String |
applicationExtension
Extension used in path strings to refer to the MyInbox folder |
| Fields inherited from class com.sas.services.information.metadata.Metadata |
_repository, _repositoryFlag, _repositoryObject, formats, gmtZone, REPOSITORY_DAV, REPOSITORY_LDAP, REPOSITORY_NONE, REPOSITORY_OMR |
| Fields inherited from class java.rmi.server.RemoteObject |
ref |
| 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 |
| Constructor Summary | |
|
MyInbox()
Creates a new MyDocuments folder. |
protected |
MyInbox(Class theClass)
Creates a new MyDocuments folder. |
|
MyInbox(DAVFolder o)
Creates a new MyDocuments folder that incorporates the DAV folder object passed to the constructor. |
protected |
MyInbox(DAVFolder o,
Class theClass)
Creates a new MyDocuments folder that incorporates the DAV folder object passed to the constructor. |
| Methods inherited from class com.sas.services.information.metadata.Folder |
addItem, addNewItem, addSubfolder, delete, deleteItem, deleteSubfolder, getFolderRefresh, getFolderType, getItem, getItemByClass, getItemByType, getItemRefresh, getItems, getItemsByClass, getItemsByType, getParent, getPath, getSubfolder, getSubfolders, getType, makeSubfolder, mapNameToFilesystem, mapUrlToFilesystem, removeItem, removeSubfolder, setFolderRefresh, setFolderType, setItemRefresh, setName, setRepository |
| Methods inherited from class java.rmi.server.UnicastRemoteObject |
clone, exportObject, exportObject, exportObject, unexportObject |
| Methods inherited from class java.rmi.server.RemoteServer |
getClientHost, getLog, setLog |
| Methods inherited from class java.rmi.server.RemoteObject |
equals, getRef, hashCode, toString, toStub |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| 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 |
| Field Detail |
public static String applicationExtension
| Constructor Detail |
public MyInbox()
throws RemoteException
RemoteException - if unable to export the remote object.
public MyInbox(DAVFolder o)
throws RemoteException
o - DAV folder.RemoteException - if unable to export the remote object.
protected MyInbox(Class theClass)
throws RemoteException
theClass - The subclass's class which will be used to determine
appropriate RMI socket factories.RemoteException - if unable to export the remote object.
protected MyInbox(DAVFolder o,
Class theClass)
throws RemoteException
o - DAV folder.theClass - The subclass's class which will be used to determine
appropriate RMI socket factories.RemoteException - if unable to export the remote object.
|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||