|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.efaps.ui.webdav.resource.AbstractResource
public abstract class AbstractResource
| Constructor Summary | |
|---|---|
protected |
AbstractResource(WebDAVInterface _webDAVImpl,
java.lang.String _name,
org.efaps.db.Instance _instance,
java.util.Date _created,
java.util.Date _modified,
java.lang.String _description)
|
| Method Summary | |
|---|---|
abstract boolean |
copy(CollectionResource _collection,
java.lang.String _newName)
Copies this resource to a new location. |
abstract boolean |
delete()
Deletes this resource. |
java.util.Date |
getCreated()
This is the getter method for instance variable created. |
java.lang.String |
getDescription()
This is the getter method for instance variable description. |
org.efaps.db.Instance |
getInstance()
This is the getter method for instance variable instance. |
java.util.Date |
getModified()
This is the getter method for instance variable modified. |
java.lang.String |
getName()
This is the getter method for instance variable name. |
CollectionResource |
getParent()
This is the getter method for instance variable parent. |
WebDAVInterface |
getWebDAVImpl()
This is the getter method for instance variable webDAVImpl. |
abstract boolean |
move(CollectionResource _collection,
java.lang.String _newName)
Moves this resource to a new location. |
protected void |
setParent(CollectionResource _parent)
This is the setter method for instance variable parent. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractResource(WebDAVInterface _webDAVImpl,
java.lang.String _name,
org.efaps.db.Instance _instance,
java.util.Date _created,
java.util.Date _modified,
java.lang.String _description)
| Method Detail |
|---|
public abstract boolean delete()
public abstract boolean move(CollectionResource _collection,
java.lang.String _newName)
_collection - new parent collection to move_newName - new name in the parent collection
public abstract boolean copy(CollectionResource _collection,
java.lang.String _newName)
_collection - new parent collection to copy_newName - new name in the parent collection
public WebDAVInterface getWebDAVImpl()
webDAVImpl.
webDAVImplwebDAVImplpublic java.lang.String getName()
name.
namenamepublic org.efaps.db.Instance getInstance()
instance.
instanceinstancepublic java.util.Date getCreated()
created.
createdcreatedpublic java.util.Date getModified()
modified.
modifiedmodifiedpublic java.lang.String getDescription()
description.
descriptiondescriptionpublic CollectionResource getParent()
parent.
parentparent,
setParent(org.efaps.ui.webdav.resource.CollectionResource)protected void setParent(CollectionResource _parent)
parent.
parent,
getParent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||