com.sas.services.information.publicobject
Interface DisplayProcessorInterface

All Superinterfaces:
com.sas.services.information.publicobject.ProcessorInterface, java.rmi.Remote

Deprecated. Replaced by DetailsProcessorInterface

public interface DisplayProcessorInterface
extends com.sas.services.information.publicobject.ProcessorInterface

This interface is used to process/get the basic information necessary about an object. Most applications use this information to display properties about an object.


Field Summary
static java.lang.String NAME
          Deprecated. Name of this interface to be used when referencing this.
 
Method Summary
 java.util.Date getCreateDate()
          Deprecated. Get the date this object was created.
 java.lang.String getDescription()
          Deprecated. The description of this object.
 java.lang.Object getIcon()
          Deprecated. Get the information necessary to obtain an icon for this object.
 java.util.List getKeywords()
          Deprecated. Get the keywords this object supports.
 java.util.Date getModifyDate()
          Deprecated. Get the date this object was modified.
 java.lang.String getName()
          Deprecated. The name of this object.
 java.lang.String getPath()
          Deprecated. The path to this object in the SAS Folder view.
 java.util.List getResponsibleParties()
          Deprecated. Get the responsibilities assigned to this object.
 java.lang.String getType()
          Deprecated. Get the type name as a string of this object.
 

Field Detail

NAME

static final java.lang.String NAME
Deprecated. 
Name of this interface to be used when referencing this.

See Also:
Constant Field Values
Method Detail

getType

java.lang.String getType()
                         throws ServiceException,
                                java.rmi.RemoteException
Deprecated. 
Get the type name as a string of this object. This should be the type from the type dictionary entry if one exists.

Returns:
String
Throws:
ServiceException
java.rmi.RemoteException

getName

java.lang.String getName()
                         throws ServiceException,
                                java.rmi.RemoteException
Deprecated. 
The name of this object.

Returns:
String
Throws:
ServiceException
java.rmi.RemoteException

getDescription

java.lang.String getDescription()
                                throws ServiceException,
                                       java.rmi.RemoteException
Deprecated. 
The description of this object.

Returns:
String
Throws:
ServiceException
java.rmi.RemoteException

getPath

java.lang.String getPath()
                         throws ServiceException,
                                java.rmi.RemoteException
Deprecated. 
The path to this object in the SAS Folder view.

Returns:
String
Throws:
ServiceException
java.rmi.RemoteException

getCreateDate

java.util.Date getCreateDate()
                             throws ServiceException,
                                    java.rmi.RemoteException
Deprecated. 
Get the date this object was created.

Returns:
Date
Throws:
ServiceException
java.rmi.RemoteException

getModifyDate

java.util.Date getModifyDate()
                             throws ServiceException,
                                    java.rmi.RemoteException
Deprecated. 
Get the date this object was modified.

Returns:
Date
Throws:
ServiceException
java.rmi.RemoteException

getIcon

java.lang.Object getIcon()
                         throws ServiceException,
                                java.rmi.RemoteException
Deprecated. 
Get the information necessary to obtain an icon for this object.

Returns:
Object
Throws:
ServiceException
java.rmi.RemoteException

getKeywords

java.util.List getKeywords()
                           throws ServiceException,
                                  java.rmi.RemoteException
Deprecated. 
Get the keywords this object supports.

Returns:
List
Throws:
ServiceException
java.rmi.RemoteException

getResponsibleParties

java.util.List getResponsibleParties()
                                     throws ServiceException,
                                            java.rmi.RemoteException
Deprecated. 
Get the responsibilities assigned to this object.

Returns:
List
Throws:
ServiceException
java.rmi.RemoteException



Copyright © 2009 SAS Institute Inc. All Rights Reserved.