|
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 | |
---|---|
java.util.Date |
getCreateDate()
Get the date this object was created. |
java.lang.String |
getDescription()
The description of this object. |
java.lang.String |
getDisplayName()
The display name of this object. |
java.util.List<java.lang.String> |
getKeywords()
Get the keywords associated to the object. |
java.util.Date |
getModifyDate()
Get the date this object was modified. |
java.lang.String |
getName()
The name of this object. |
java.util.List<ResponsibilityDetails> |
getResponsibilities()
Gets the responsibilities associated to the public object. |
TypeDescriptorInterface |
getType()
Get the type descriptor associated to the public object. |
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.util.Date getModifyDate() throws ServiceException, java.rmi.RemoteException
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 |