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, getNodeRefpublic 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–2018 Alfresco Software. All rights reserved.