|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.services.information.metadata.dav.DAVRemarks
public class DAVRemarks
Represents a set of comments, on a particular topic
Field Summary |
---|
Fields inherited from class com.sas.services.information.metadata.dav.DAVEntity |
---|
_acl, _descAttribute, _fullUrl, _name, _nameAttribute, _objectClass, _properties, _repos, _reposId, _resource, _schemaProperties, aclList, content, hasBeenFetched, LOCAL, UNSET |
Constructor Summary | |
---|---|
DAVRemarks(com.sas.services.information.RepositoryData entity)
Creates a new DAVRemarks object from a repositorydata entity |
|
DAVRemarks(RepositoryInterface repos,
java.lang.String reposId)
Creates a new DAVRemarks object with a repository id reposId
in the repository repos |
Method Summary | |
---|---|
void |
addComment(CommentInterface comment)
Adds a comment to the discussion thread. |
CommentInterface[] |
getComments()
Returns the list of comments in the discussion thread. |
java.lang.String |
getOwner()
Gets the discussion thread owner |
java.util.Set |
getReferrals()
|
long |
getStarted()
Gets the timestamp when the discussion thread was started |
java.lang.String |
getThreadId()
Get the thread identifier for this remark. |
java.lang.String |
getTopic()
Gets the discussion thread topic |
void |
setOwner(java.lang.String owner)
Sets the discussion thread owner |
void |
setReferrals(java.util.Set referralSet)
|
void |
setStarted(long started)
Sets the date when the discussion thread was started |
void |
setThreadId(java.lang.String threadId)
Set the thread identifier for this remark. |
void |
setTopic(java.lang.String topic)
Sets the discussion thread topic |
Methods inherited from class com.sas.services.information.metadata.dav.DAVFolder |
---|
addEntity, createFolder, createFolder, createItem, createItem, getEntities, getItem, getItems, refresh, refresh, setItems |
Methods inherited from class com.sas.services.information.metadata.dav.DAVEntity |
---|
addAccessControlEntry, addAttribute, addAttributes, addUpdateMultiple, addUpdateSingle, clearLocalLists, commitUpdates, copy, delete, deleteAttribute, deleteAttributes, fetchEntity, getAccessControlList, getACL, getAttribute, getAttributes, getCreateDate, getDAVResource, getDescription, getFolder, getGUID, getModifyDate, getName, getObjectClass, getProperties, getRemarksKeys, getRemoveUpdates, getReposId, getRepository, getSetUpdates, getType, getUpdateableACL, getUrl, getURL, isCollection, isDeleted, isUpdatePending, move, refresh, removeAccessControlEntry, setAccessControls, setACL, setAttribute, setAttributes, setContentClass, setDeleted, setDescription, setGUID, setName, setRemarksKeys, setReposId, setRepository, toString, update |
Methods inherited from interface com.sas.services.information.metadata.dav.DAVEntityInterface |
---|
addAccessControlEntry, copy, delete, getAccessControlList, getACL, getCreateDate, getDAVResource, getDescription, getFolder, getGUID, getModifyDate, getName, getProperties, getRemarksKeys, getRemoveUpdates, getReposId, getRepository, getSetUpdates, getType, getUpdateableACL, getUrl, getURL, isCollection, isDeleted, isUpdatePending, move, refresh, removeAccessControlEntry, setACL, setContentClass, setDeleted, setDescription, setGUID, setName, setRemarksKeys, setReposId, update |
Methods inherited from interface com.sas.services.information.metadata.dav.AttributesInterface |
---|
addAttribute, addAttributes, deleteAttribute, deleteAttributes, getAttribute, getAttributes, setAttribute, setAttributes |
Constructor Detail |
---|
public DAVRemarks(RepositoryInterface repos, java.lang.String reposId) throws java.rmi.RemoteException
reposId
in the repository repos
java.rmi.RemoteException
public DAVRemarks(com.sas.services.information.RepositoryData entity) throws java.rmi.RemoteException
java.rmi.RemoteException
Method Detail |
---|
public void addComment(CommentInterface comment) throws java.rmi.RemoteException
comment
- The commment to be added to the discussion thread
java.rmi.RemoteException
public CommentInterface[] getComments() throws java.rmi.RemoteException
java.rmi.RemoteException
public void setOwner(java.lang.String owner)
owner
- The discussion thread ownerpublic java.lang.String getOwner()
public void setTopic(java.lang.String topic)
topic
- The discussion thread topicpublic java.lang.String getTopic()
public void setStarted(long started)
started
- The timestamp when the discussion thread was startedpublic long getStarted()
public void setReferrals(java.util.Set referralSet)
public java.util.Set getReferrals()
public void setThreadId(java.lang.String threadId)
threadId
- A String representing the thread identifierpublic java.lang.String getThreadId()
null
if there is no thread identifier.
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |