|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.filesys.repo.NodeEvent
org.alfresco.filesys.repo.DeleteNodeEvent
public class DeleteNodeEvent
Delete Node Event Class
Constructor Summary | |
---|---|
DeleteNodeEvent(FileFolderServiceType fType,
org.alfresco.service.cmr.repository.NodeRef nodeRef,
java.lang.String path)
Class constructor |
Method Summary | |
---|---|
java.lang.String |
getPath()
Return the relative path of the target node |
boolean |
hasDeleteConfirm()
Check if the delete confirm flag is set |
void |
setDeleteConfirm(boolean delConfirm)
Set/clear the delete confirm flag |
java.lang.String |
toString()
Return the node event as a string |
Methods inherited from class org.alfresco.filesys.repo.NodeEvent |
---|
getFileType, getNodeRef |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeleteNodeEvent(FileFolderServiceType fType, org.alfresco.service.cmr.repository.NodeRef nodeRef, java.lang.String path)
fType
- FileFolderServiceTtypenodeRef
- NodeRefpath
- StringMethod Detail |
---|
public final java.lang.String getPath()
public final boolean hasDeleteConfirm()
public final void setDeleteConfirm(boolean delConfirm)
delConfirm
- booleanpublic java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |