|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.filesys.repo.NodeEvent
public class NodeEvent
Node Event Base Class
Contains the details of a file/folder node event to be processed by a node monitor thread.
Constructor Summary | |
---|---|
protected |
NodeEvent(FileFolderServiceType fType,
org.alfresco.service.cmr.repository.NodeRef nodeRef)
Class constructor |
Method Summary | |
---|---|
FileFolderServiceType |
getFileType()
Return the node file/folder type |
org.alfresco.service.cmr.repository.NodeRef |
getNodeRef()
Return the target node |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected NodeEvent(FileFolderServiceType fType, org.alfresco.service.cmr.repository.NodeRef nodeRef)
fType
- FileFolderServiceTtypenodeRef
- NodeRefMethod Detail |
---|
public final org.alfresco.service.cmr.repository.NodeRef getNodeRef()
public final FileFolderServiceType getFileType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |