***  This API provides Binary Compatibility only, not Source Compatibility  ***

com.sas.services.information.metadata
Class MyDocuments

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.MyDocuments
All Implemented Interfaces:
FolderInterface, MetadataInterface, MyDocumentsInterface,

public class MyDocuments
extends Folder
implements MyDocumentsInterface

Represents the Documents folder for a person. This folder is obtained from the personal repository, using the getApplicationManager method

Since:
1.1
See Also:
Serialized Form

Field Summary
static String applicationExtension
          Extension used in path strings to refer to the MyDocument 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
  MyDocuments()
          Creates a new MyDocuments folder.
protected MyDocuments(Class theClass)
          Creates a new MyDocuments folder.
  MyDocuments(DAVFolder o)
          Creates a new MyDocuments folder that incorporates the DAV folder object passed to the constructor.
protected MyDocuments(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 com.sas.services.information.metadata.Metadata
add, addAccessControl, addAttribute, addAttributes, addExtension, addKeyword, addPermissions, addRemark, addTransactionListener, checkin, checkout, clearInformationService, commit, copyTo, deleteAttribute, deleteAttributes, getAccessControls, getAttribute, getAttributes, getCreateDate, getDescription, getEntityKey, getEntityURL, getExtensions, getGUID, getIdentities, getInformationService, getKeywords, getModifyDate, getName, getParentPath, getParents, getPath, getPaths, getPathUrl, getPathUrl, getPermission, getPermissions, getPermissions, getPreviousVersionNames, getRemarksList, getReposId, getRepository, getRepositoryEntity, getReposKey, getTrackingId, getTreeRefresh, getVersion, isAuthorized, isLoggingEnabled, logMessage, moveTo, newServiceObject, notifyTransactionListeners, refresh, removeAccessControl, removeExtension, removeKeyword, removePermissions, rollback, setAttribute, setAttributes, setDescription, setGUID, setKeywords, setPermission, setRemarksList, setTreeRefresh, startTransaction, transactionEvent, uncheckout, update, version
 
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
 
Methods inherited from interface com.sas.services.information.metadata.MetadataInterface
add, addAccessControl, addAttribute, addAttributes, addExtension, addKeyword, addPermissions, addRemark, addTransactionListener, checkin, checkout, commit, copyTo, delete, deleteAttribute, deleteAttributes, getAccessControls, getAttribute, getAttributes, getCreateDate, getDescription, getEntityKey, getEntityURL, getExtensions, getGUID, getIdentities, getKeywords, getModifyDate, getName, getParentPath, getParents, getPath, getPaths, getPathUrl, getPathUrl, getPermission, getPermissions, getPermissions, getPreviousVersionNames, getRemarksList, getReposId, getRepository, getRepositoryEntity, getReposKey, getTrackingId, getType, getVersion, isAuthorized, isLoggingEnabled, logMessage, mapNameToFilesystem, mapUrlToFilesystem, moveTo, newServiceObject, refresh, removeAccessControl, removeExtension, removeKeyword, removePermissions, rollback, setAttribute, setAttributes, setDescription, setGUID, setKeywords, setName, setPermission, setRemarksList, setRepository, startTransaction, transactionEvent, uncheckout, update, version
 

Field Detail

applicationExtension

public static String applicationExtension
Extension used in path strings to refer to the MyDocument folder
Constructor Detail

MyDocuments

public MyDocuments()
            throws RemoteException
Creates a new MyDocuments folder.
Throws:
RemoteException - if unable to export the remote object.

MyDocuments

public MyDocuments(DAVFolder o)
            throws RemoteException
Creates a new MyDocuments folder that incorporates the DAV folder object passed to the constructor.
Parameters:
o - DAV folder.
Throws:
RemoteException - if unable to export the remote object.

MyDocuments

protected MyDocuments(Class theClass)
               throws RemoteException
Creates a new MyDocuments folder.
Parameters:
theClass - The subclass's class which will be used to determine appropriate RMI socket factories.
Throws:
RemoteException - if unable to export the remote object.

MyDocuments

protected MyDocuments(DAVFolder o,
                      Class theClass)
               throws RemoteException
Creates a new MyDocuments folder that incorporates the DAV folder object passed to the constructor.
Parameters:
o - DAV folder.
theClass - The subclass's class which will be used to determine appropriate RMI socket factories.
Throws:
RemoteException - if unable to export the remote object.

***  This API provides Binary Compatibility only, not Source Compatibility  ***




Copyright © 2006 SAS Institute Inc. All Rights Reserved.
javadoc generated Fri, 10 Feb 2006 17:28:58