|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
boolean |
cancelDelete()
This actually takes off the delete mark on the entry. |
boolean |
delete()
This marks the entry for delete. |
java.util.Date |
getDeletedDate()
Gets the deleted date of this entry. |
long |
getEntryID()
This returns the unique ID of the entry. |
java.lang.String |
getEntryName()
This returns name of the entry. |
int |
getEntryType()
Returns the entry type. |
long |
getParentEntryID()
Returns the parent entry ID. |
RepositoryEntry |
getParentRepositoryEntry()
Gets the parent repository entry. |
boolean |
isDeleted()
Returns the deleted status of the entry. |
boolean |
remove()
This process actually permanently delete the entry from repository. |
Method Detail |
public long getEntryID()
public java.lang.String getEntryName()
public long getParentEntryID()
public int getEntryType()
public RepositoryEntry getParentRepositoryEntry()
public boolean delete()
public boolean isDeleted()
public boolean cancelDelete()
public java.util.Date getDeletedDate()
public boolean remove()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |