Package org.alfresco.filesys.repo
Class LockNodeEvent
- java.lang.Object
-
- org.alfresco.filesys.repo.NodeEvent
-
- org.alfresco.filesys.repo.LockNodeEvent
-
public class LockNodeEvent extends NodeEvent
Lock Node Event Class- Author:
- gkspencer
-
-
Constructor Summary
Constructors Constructor Description LockNodeEvent(FileFolderServiceType fType, NodeRef nodeRef, String relPath, String name, String lockBefore, String lockAfter)Class constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAfterLockType()Return the new lock typeStringgetBeforeLockType()Return the previous typeStringgetName()StringgetRelPath()voidsetName(String name)voidsetRelPath(String relPath)StringtoString()Return the node event as a string-
Methods inherited from class org.alfresco.filesys.repo.NodeEvent
getFileType, getNodeRef
-
-
-
-
Method Detail
-
getBeforeLockType
public final String getBeforeLockType()
Return the previous type- Returns:
- String
-
getAfterLockType
public final String getAfterLockType()
Return the new lock type- Returns:
- String
-
toString
public String toString()
Return the node event as a string
-
setRelPath
public void setRelPath(String relPath)
-
getRelPath
public String getRelPath()
-
setName
public void setName(String name)
-
getName
public String getName()
-
-