|
| 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 | |
void |
setAbstract(String text)
Set the archive abstract. |
void |
setChannel(ChannelInterface channel)
Set the Channel that this Archive belongs to. |
void |
setCreationDate(long date)
Set the creation date for an archive. |
void |
setDescription(String text)
Set the Archive description. |
void |
setDirectory(DirectoryInterface directory)
Set the directory this archive exists in. |
void |
setExpirationDate(long date)
Set the expiration date for an archive. |
void |
setName(String name)
Set the name of the archive. |
void |
setProperties(AttributeMapInterface map)
Set the name/value pairs on the Archive. |
void |
setPublisher(PersonInterface publisher)
Set the identity of the person who performed the publish. |
| Methods inherited from interface com.sas.services.publish.metadata.PackageInterface |
getAbstract, getChannel, getContentDestination, getCreationDate, getCreationDateString, getExpirationDate, getExpirationDateString, getProperties, getPublisher, getPublisherAlias |
| Method Detail |
public void setChannel(ChannelInterface channel)
throws ServiceException,
RemoteException
public void setAbstract(String text)
throws RemoteException
public void setDescription(String text)
throws RemoteException
setDescription in interface MetadataInterfacecom.sas.services.information.metadata.MetadataInterfacedescription - The object description.RemoteException - if an error occurs
public void setName(String name)
throws RemoteException
setName in interface MetadataInterfacecom.sas.services.information.metadata.MetadataInterfacename - a String for the object name.RemoteException - if an error occurs
public void setProperties(AttributeMapInterface map)
throws RemoteException
public void setCreationDate(long date)
throws RemoteException
date - A long representing the creation date/time of the archive file.RemoteException - in the event of remote object failure
public void setExpirationDate(long date)
throws RemoteException
date - A long representing the expiration date/time of the archive file.RemoteException - in the event of remote object failure.
public void setDirectory(DirectoryInterface directory)
throws RemoteException
directory - A Directory object this archive is contained in.RemoteException - in the event of remote object failure.
public void setPublisher(PersonInterface publisher)
throws RemoteException
publisher - The person who published the archive.RemoteException - in the event of remote object failure.
|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||