Constructor and Description |
---|
OpenFileOperation(String name,
OpenFileMode mode,
boolean truncate,
org.alfresco.service.cmr.repository.NodeRef rootNode,
String path) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
OpenFileMode |
getMode() |
String |
getName() |
String |
getPath() |
org.alfresco.service.cmr.repository.NodeRef |
getRootNodeRef() |
int |
hashCode() |
boolean |
isTruncate() |
String |
toString() |
public OpenFileOperation(String name, OpenFileMode mode, boolean truncate, org.alfresco.service.cmr.repository.NodeRef rootNode, String path)
name
- the name of the file to openmode
- if true open the file in read/writetruncate
- booleanrootNode
- root nodepath
- the full path/name to openpublic String getName()
public String getPath()
public org.alfresco.service.cmr.repository.NodeRef getRootNodeRef()
public OpenFileMode getMode()
public boolean isTruncate()
Copyright © 2005–2017 Alfresco Software. All rights reserved.