|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.services.information.metadata.DavEvent
public class DavEvent
A smart object that represents event data stored in a DAV repository.
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 | |
---|---|
|
DavEvent()
Creates a new DavEvent. |
protected |
DavEvent(java.lang.Class theClass)
Creates a new DavEvent. |
|
DavEvent(DAVEvent event)
Creates a new DavEvent that incorporates the event passed to the constructor |
protected |
DavEvent(DAVEvent event,
java.lang.Class theClass)
Creates a new DavEvent that incorporates the event passed to the constructor |
Method Summary | |
---|---|
org.w3c.dom.Document |
getEventDocument()
Deprecated. |
java.lang.String |
getEventDocumentAsString()
Gets the event document, containing the event header and event body |
java.lang.String |
getType()
Returns the object type |
void |
setEventDocument(org.w3c.dom.Document eventDoc)
Deprecated. |
void |
setEventDocumentFromString(java.lang.String eventDocString)
Sets the event document, containing the event header and event body |
Methods inherited from class com.sas.services.information.metadata.Content |
---|
getContentAsBytes, getContentAsStream, getContentAsString, getContentType, getProperty, setContent, setContentFromBytes, setContentFromStream, setContentType, setProperty |
Methods inherited from interface com.sas.services.information.publicobject.PublicObjectInterface |
---|
addProcessorInterface, getContainer, getIdentifier, getName, getObjectURI, getPathUrl, getProcessorInterface, getTypeDescriptor |
Constructor Detail |
---|
public DavEvent() throws java.rmi.RemoteException
java.rmi.RemoteException
- if unable to export the remote object.public DavEvent(DAVEvent event) throws java.rmi.RemoteException
event
- DAV event
java.rmi.RemoteException
- if unable to export the remote object.protected DavEvent(java.lang.Class theClass) throws java.rmi.RemoteException
theClass
- The subclass's class which will be used to determine
appropriate RMI socket factories.
java.rmi.RemoteException
- if unable to export the remote object.protected DavEvent(DAVEvent event, java.lang.Class theClass) throws java.rmi.RemoteException
event
- DAV eventtheClass
- The subclass's class which will be used to determine
appropriate RMI socket factories.
java.rmi.RemoteException
- if unable to export the remote object.Method Detail |
---|
public java.lang.String getType() throws java.rmi.RemoteException
getType
in interface MetadataInterface
getType
in class Content
java.rmi.RemoteException
- in the case of network failurespublic void setEventDocument(org.w3c.dom.Document eventDoc) throws java.rmi.RemoteException
setEventDocument
in interface EventInterface
eventDoc
- The event document
java.rmi.RemoteException
- In the event of remote object failure.public org.w3c.dom.Document getEventDocument() throws java.rmi.RemoteException
getEventDocument
in interface EventInterface
java.rmi.RemoteException
- In the event of remote object failure.public void setEventDocumentFromString(java.lang.String eventDocString) throws java.rmi.RemoteException
setEventDocumentFromString
in interface EventInterface
eventDocString
- The event document XML string
java.rmi.RemoteException
- In the event of remote object failure.public java.lang.String getEventDocumentAsString() throws java.rmi.RemoteException
getEventDocumentAsString
in interface EventInterface
java.rmi.RemoteException
- In the event of remote object failure.
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |