public class LockNodeEvent extends NodeEvent
Constructor and Description |
---|
LockNodeEvent(FileFolderServiceType fType,
org.alfresco.service.cmr.repository.NodeRef nodeRef,
String relPath,
String name,
String lockBefore,
String lockAfter)
Class constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getAfterLockType()
Return the new lock type
|
String |
getBeforeLockType()
Return the previous type
|
String |
getName() |
String |
getRelPath() |
void |
setName(String name) |
void |
setRelPath(String relPath) |
String |
toString()
Return the node event as a string
|
getFileType, getNodeRef
public LockNodeEvent(FileFolderServiceType fType, org.alfresco.service.cmr.repository.NodeRef nodeRef, String relPath, String name, String lockBefore, String lockAfter)
fType
- FileFolderServiceTtypenodeRef
- NodeReflockBefore
- StringlockAfter
- Stringpublic final String getBeforeLockType()
public final String getAfterLockType()
public String toString()
public void setRelPath(String relPath)
public String getRelPath()
public void setName(String name)
public String getName()
Copyright © 2005–2017 Alfresco Software. All rights reserved.