|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 | |
---|---|
java.lang.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. |
java.lang.String |
getCreationDateString()
Get a formatted string representing the date and time the package was created. |
java.lang.String |
getDisplayDescription()
Get the display description for this object. |
java.lang.String |
getDisplayName()
Get the display name for this object. |
long |
getExpirationDate()
Get the expiration date of the package. |
java.lang.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. |
java.lang.String |
getPublisherAlias()
Get the alias information for the publisher. |
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 occursjava.lang.String getDisplayDescription() throws ServiceException, java.rmi.RemoteException
ServiceException
- If a repository or service level error occurs.
java.rmi.RemoteException
- if an error occursboolean 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 |