|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
DetailsProcessorInterface
public interface DisplayProcessorInterface
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 |
---|
static final java.lang.String NAME
Method Detail |
---|
java.lang.String getType() throws ServiceException, java.rmi.RemoteException
ServiceException
java.rmi.RemoteException
java.lang.String getName() throws ServiceException, java.rmi.RemoteException
ServiceException
java.rmi.RemoteException
java.lang.String getDescription() throws ServiceException, java.rmi.RemoteException
ServiceException
java.rmi.RemoteException
java.lang.String getPath() throws ServiceException, java.rmi.RemoteException
ServiceException
java.rmi.RemoteException
java.util.Date getCreateDate() throws ServiceException, java.rmi.RemoteException
ServiceException
java.rmi.RemoteException
java.util.Date getModifyDate() throws ServiceException, java.rmi.RemoteException
ServiceException
java.rmi.RemoteException
java.lang.Object getIcon() throws ServiceException, java.rmi.RemoteException
ServiceException
java.rmi.RemoteException
java.util.List getKeywords() throws ServiceException, java.rmi.RemoteException
ServiceException
java.rmi.RemoteException
java.util.List getResponsibleParties() throws ServiceException, java.rmi.RemoteException
ServiceException
java.rmi.RemoteException
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |