|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
This is a generic interface to represent a published SAS package persisted to a file system.
| Fields inherited from interface com.sas.services.information.metadata.MetadataInterface |
PERMISSION_READMETADATA, PERMISSION_WRITEMETADATA |
| Method Summary | |
String |
getAbstract()
Get the package abstract. |
ChannelInterface |
getChannel()
Get the Channel that this archive belongs to, if any. |
ContentDestination |
getContentDestination()
Get the ContentDestination that represents the content data. |
long |
getCreationDate()
Get the date the package was created. |
String |
getCreationDateString()
Get a formatted string representing the date and time the package was created. |
long |
getExpirationDate()
Get the expiration date of the package. |
String |
getExpirationDateString()
Get the expiration date of the package. |
AttributeMapInterface |
getProperties()
Get the name/value pairs for this package. |
PersonInterface |
getPublisher()
Get a com.sas.services.information.metadata.Person object which represents the publisher of the package. |
String |
getPublisherAlias()
Get the alias information for the publisher. |
| Method Detail |
public ChannelInterface getChannel()
throws ServiceException,
RemoteException
public PersonInterface getPublisher()
throws RemoteException
RemoteException - in the event of remote object failure.
public String getPublisherAlias()
throws RemoteException
RemoteException - in the event of remote object failure.
public ContentDestination getContentDestination()
throws RemoteException
RemoteException - in the event of a remote object failure.
public long getCreationDate()
throws RemoteException
public String getCreationDateString()
throws RemoteException
public long getExpirationDate()
throws RemoteException
public String getExpirationDateString()
throws RemoteException
public String getAbstract()
throws RemoteException
public AttributeMapInterface getProperties()
throws RemoteException
|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||