|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public boolean canDelete()
public boolean canWrite()
public boolean canRead()
public boolean canManage()
public java.util.Date getLastModifiedDate()
public java.util.Date getCreationDate()
public java.lang.String getLastModifiedBy()
public java.lang.String getCreatedBy()
public java.lang.String getOwner()
public java.lang.String getName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |