|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
@SASScope(value="ALL") @BinaryCompatibilityOnly public interface PackageInterface
This is a generic interface to represent a published SAS package persisted to a file system.
| Field Summary |
|---|
| Fields inherited from interface com.sas.services.information.metadata.MetadataInterface |
|---|
METADATA_STATE_DELETED, METADATA_STATE_DESTROYED, METADATA_STATE_NEW, METADATA_STATE_NORMAL, PERMISSION_READMETADATA, PERMISSION_WRITEMETADATA |
| Method Summary | |
|---|---|
abstract java.lang.String |
getAbstract()
Get the package abstract. |
abstract ChannelInterface |
getChannel()
Get the Channel that this archive belongs to, if any. |
abstract ContentDestination |
getContentDestination()
Get the ContentDestination that represents the content data. |
abstract long |
getCreationDate()
Get the date the package was created. |
abstract java.lang.String |
getCreationDateString()
Get a formatted string representing the date and time the package was created. |
abstract java.lang.String |
getDisplayDescription()
Get the display description for this object. |
abstract java.lang.String |
getDisplayName()
Get the display name for this object. |
abstract long |
getExpirationDate()
Get the expiration date of the package. |
abstract java.lang.String |
getExpirationDateString()
Get the expiration date of the package. |
abstract AttributeMapInterface |
getProperties()
Get the name/value pairs for this package. |
abstract PersonInterface |
getPublisher()
Get a com.sas.services.information.metadata.Person object which represents the publisher of the package. |
abstract java.lang.String |
getPublisherAlias()
Get the alias information for the publisher. |
abstract boolean |
isExpired()
Determines if the package has expired. |
| Methods inherited from interface com.sas.services.information.publicobject.PublicObjectInterface |
|---|
addProcessorInterface, getContainer, getIdentifier, getName, getObjectURI, getPathUrl, getProcessorInterface, getTypeDescriptor |
| Method Detail |
|---|
ChannelInterface getChannel()
throws ServiceException,
java.rmi.RemoteException
ServiceException - If a repository or service level error occurs.
java.rmi.RemoteException - In the event of remote object failure.
PersonInterface getPublisher()
throws ServiceException,
java.rmi.RemoteException
ServiceException - If a repository or service level error occurs.
java.rmi.RemoteException - In the event of remote object failure.
java.lang.String getPublisherAlias()
throws ServiceException,
java.rmi.RemoteException
ServiceException - If a repository or service level error occurs.
java.rmi.RemoteException - In the event of remote object failure.
ContentDestination getContentDestination()
throws ServiceException,
java.rmi.RemoteException
ServiceException - If a repository or service level error occurs.
java.rmi.RemoteException - In the event of remote object failure.
long getCreationDate()
throws ServiceException,
java.rmi.RemoteException
ServiceException - If a repository or service level error occurs.
java.rmi.RemoteException - In the event of remote object failure.
java.lang.String getCreationDateString()
throws ServiceException,
java.rmi.RemoteException
ServiceException - If a repository or service level error occurs.
java.rmi.RemoteException - In the event of remote object failure.
long getExpirationDate()
throws ServiceException,
java.rmi.RemoteException
ServiceException - If a repository or service level error occurs.
java.rmi.RemoteException - In the event of remote object failure.
java.lang.String getExpirationDateString()
throws ServiceException,
java.rmi.RemoteException
ServiceException - If a repository or service level error occurs.
java.rmi.RemoteException - In the event of remote object failure.
java.lang.String getAbstract()
throws ServiceException,
java.rmi.RemoteException
ServiceException - If a repository or service level error occurs.
java.rmi.RemoteException - In the event of remote object failure.
AttributeMapInterface getProperties()
throws ServiceException,
java.rmi.RemoteException
ServiceException - If a repository or service level error occurs.
java.rmi.RemoteException - In the event of remote object failure.
java.lang.String getDisplayName()
throws ServiceException,
java.rmi.RemoteException
ServiceException - If a repository or service level error occurs.
java.rmi.RemoteException - if an error occurs
java.lang.String getDisplayDescription()
throws ServiceException,
java.rmi.RemoteException
ServiceException - If a repository or service level error occurs.
java.rmi.RemoteException - if an error occurs
boolean isExpired()
throws ServiceException,
java.rmi.RemoteException
true if the package has expired; otherwise false
ServiceException - If a repository or service level error occurs.
java.rmi.RemoteException - if an error occurs
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||