|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface DetailsProcessorInterface
This interface is used to process/get the basic information necessary about an object, such as its description, keywords, and created/modified dates. Most applications use this information to display properties about an object.
| Field Summary | |
|---|---|
static java.lang.String |
NAME
Name of this interface to be used when referencing this. |
| Method Summary | |
|---|---|
abstract java.util.Date |
getCreateDate()
Get the date this object was created. |
abstract java.lang.String |
getCreatedBy()
Gets the name of the user that created the object. |
abstract ResponsibilityDetails |
getCreatedByDetails()
Gets the identity information for the user that created the object. |
abstract java.lang.String |
getDescription()
The description of this object. |
abstract java.lang.String |
getDisplayName()
The display name of this object. |
abstract java.util.List<java.lang.String> |
getKeywords()
Get the keywords associated to the object. |
abstract java.lang.String |
getModifiedBy()
Gets the name of the user that modified the object. |
abstract ResponsibilityDetails |
getModifiedByDetails()
Gets the identity information for the user that modified the object. |
abstract java.util.Date |
getModifyDate()
Get the date this object was modified. |
abstract java.lang.String |
getName()
The name of this object. |
abstract java.util.List<ResponsibilityDetails> |
getResponsibilities()
Gets the responsibilities associated to the public object. |
abstract TypeDescriptorInterface |
getType()
Get the type descriptor associated to the public object. |
abstract com.sas.util.UsageVersion |
getUsageVersion()
The usage version of this object. |
| Field Detail |
|---|
static final java.lang.String NAME
| Method Detail |
|---|
TypeDescriptorInterface 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 getDisplayName()
throws ServiceException,
java.rmi.RemoteException
getName(). However, implementations may choose to return
a different value if applicable. If a different value is not avalaible, the
object's name should be returned instead.
ServiceException
java.rmi.RemoteException
java.lang.String getDescription()
throws ServiceException,
java.rmi.RemoteException
ServiceException
java.rmi.RemoteException
com.sas.util.UsageVersion getUsageVersion()
throws ServiceException,
java.rmi.RemoteException
ServiceException
java.rmi.RemoteException
java.util.Date getCreateDate()
throws ServiceException,
java.rmi.RemoteException
ServiceException
java.rmi.RemoteException
java.lang.String getCreatedBy()
throws ServiceException,
java.rmi.RemoteException
ServiceException
java.rmi.RemoteException
ResponsibilityDetails getCreatedByDetails()
throws ServiceException,
java.rmi.RemoteException
ResponsibilityDetails.getName().
ResponsibilityDetails.getUserName().
ServiceException
java.rmi.RemoteException
java.util.Date getModifyDate()
throws ServiceException,
java.rmi.RemoteException
ServiceException
java.rmi.RemoteException
java.lang.String getModifiedBy()
throws ServiceException,
java.rmi.RemoteException
ServiceException
java.rmi.RemoteException
ResponsibilityDetails getModifiedByDetails()
throws ServiceException,
java.rmi.RemoteException
ResponsibilityDetails.getName().
ResponsibilityDetails.getUserName().
ServiceException
java.rmi.RemoteException
java.util.List<java.lang.String> getKeywords()
throws ServiceException,
java.rmi.RemoteException
ServiceException
java.rmi.RemoteException
java.util.List<ResponsibilityDetails> getResponsibilities()
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 | |||||||||||||