|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.services.storedprocess.metadata.StoredProcessAlertItem
@SASScope(value="ALL") @BinaryCompatibilityOnly public class StoredProcessAlertItem
This class represents a sas stored process alert item, which keeps track of the results of a stored process. The status and location of the results are available through this item.
| Field Summary |
|---|
| Fields inherited from class com.sas.services.information.metadata.Metadata |
|---|
_actionInterfaces, _children, _isCompatible, _isDestroyPending, _isReadCompatible, _myRefreshInterval, _myState, _omrCreateDate, _omrModifyDate, _repository, _repositoryFlag, _repositoryObject, _treeRefreshTime, formats, gmtZone, OMSOBJ_STRING, REPOSITORY_DAV, REPOSITORY_LOMR, REPOSITORY_NONE, REPOSITORY_OMR, SLASH |
| 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 |
| Constructor Summary | |
|---|---|
StoredProcessAlertItem()
Creates a new StoredProcessAlert |
|
StoredProcessAlertItem(DAVStoredprocessalert o)
Creates a new StoredProcessAlert that incorporates the DAVStoredprocessalert object passed to the constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
getProperty(java.lang.String XPathString)
Get the value of a property |
PackageInterface |
getResults()
Return the stored process results in the form of a package. |
java.lang.String |
getType()
Returns the object type |
void |
setName(java.lang.String name)
Set the name of the object. |
| Methods inherited from class com.sas.services.information.metadata.DavEvent |
|---|
getEventDocument, getEventDocumentAsString, setEventDocument, setEventDocumentFromString |
| Methods inherited from class com.sas.services.information.metadata.Content |
|---|
getContentAsBytes, getContentAsStream, getContentAsString, getContentType, setContent, setContentFromBytes, setContentFromStream, setContentType, setProperty |
| Methods inherited from interface com.sas.services.information.metadata.EventInterface |
|---|
getEventDocument, getEventDocumentAsString, setEventDocument, setEventDocumentFromString |
| Methods inherited from interface com.sas.services.information.publicobject.PublicObjectInterface |
|---|
addProcessorInterface, getContainer, getIdentifier, getName, getObjectURI, getPathUrl, getProcessorInterface, getTypeDescriptor |
| Constructor Detail |
|---|
public StoredProcessAlertItem()
throws java.rmi.RemoteException
java.rmi.RemoteException
public StoredProcessAlertItem(DAVStoredprocessalert o)
throws java.rmi.RemoteException
java.rmi.RemoteException| Method Detail |
|---|
public PackageInterface getResults()
throws java.rmi.RemoteException
StoredProcessAlertItemInterface
getResults in interface StoredProcessAlertItemInterfacejava.rmi.RemoteException
public java.lang.String getType()
throws java.rmi.RemoteException
DavEvent
getType in interface MetadataInterfacegetType in class DavEventjava.rmi.RemoteException - in the case of network failures
public void setName(java.lang.String name)
throws java.rmi.RemoteException
Metadata
setName in interface MetadataInterfacesetName in class Metadataname - The name of the object in the repository.
java.rmi.RemoteException - in the event of remote object failure.public java.lang.String getProperty(java.lang.String XPathString)
Content
getProperty in interface ContentInterfacegetProperty in interface StoredProcessAlertItemInterfacegetProperty in class ContentXPathString - The name, including namespace, of the property to get
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||