|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RemoteNode
Interface representing a node that lives in the server repository. It is immutable. If you
wish to change the properties on the server side, you must construct an instance of NodeBean
to do so. Instances are created by the API and can't be constructed.
Method Summary | |
---|---|
boolean |
canDelete()
Can this object be deleted by the current user? |
boolean |
canManage()
Can this object be managed by the current user? |
boolean |
canRead()
Can this object be read by the current user? |
boolean |
canWrite()
Can this object be written by the current user? |
java.lang.String |
getCreatedBy()
Get the user id of the user who created this |
java.util.Date |
getCreationDate()
Get the date on which this was created |
java.lang.String |
getLastModifiedBy()
Get the user id of the user who last modified this object. |
java.util.Date |
getLastModifiedDate()
Get the date on which this was last modified. |
java.lang.String |
getName()
Get the name |
java.lang.String |
getOwner()
Get the owner's userid |
Methods inherited from interface com.sas.drugdev.remote.repository.Node |
---|
getId, getPath, getProperties, getType |
Method Detail |
---|
boolean canDelete()
boolean canWrite()
boolean canRead()
boolean canManage()
java.util.Date getLastModifiedDate()
java.util.Date getCreationDate()
java.lang.String getLastModifiedBy()
java.lang.String getCreatedBy()
java.lang.String getOwner()
java.lang.String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |