|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VEditable
This interface Provides some high level 'editable' methods, method which change the state of the object since not all VNodes are 'editable' or 'changeable'.
Method Summary | |
---|---|
boolean |
delete()
Delete specified resource. |
boolean |
isDeletable()
returns true is the caller has the permissions to delete this resource The default implementation for a VFSNode is to check whether it is writable |
boolean |
isEditable()
returns true is the caller has the permissions to edit this resource. |
boolean |
setAttribute(VAttribute attr)
Set single attribute. |
boolean |
setAttributes(VAttribute[] attrs)
Sets a list of attributes |
Method Detail |
---|
boolean setAttributes(VAttribute[] attrs) throws VlException
VlException
boolean setAttribute(VAttribute attr) throws VlException
VlException
boolean isDeletable() throws VlException
VlException
boolean isEditable() throws VlException
VlException
boolean delete() throws VlException
VlException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |