| Constructor and Description |
|---|
CreateFileCommand(String name,
org.alfresco.service.cmr.repository.NodeRef rootNode,
String path,
long allocationSize,
boolean isHidden) |
| Modifier and Type | Method and Description |
|---|---|
long |
getAllocationSize() |
String |
getName() |
String |
getPath() |
org.alfresco.service.cmr.repository.NodeRef |
getRootNode() |
AlfrescoTransactionSupport.TxnReadState |
getTransactionRequired()
Is a transaction required to run this command?
|
boolean |
isHidden() |
void |
setAllocationSize(long allocationSize) |
public String getName()
public org.alfresco.service.cmr.repository.NodeRef getRootNode()
public String getPath()
public AlfrescoTransactionSupport.TxnReadState getTransactionRequired()
CommandgetTransactionRequired in interface Commandpublic void setAllocationSize(long allocationSize)
public long getAllocationSize()
public boolean isHidden()
Copyright © 2005–2018 Alfresco Software. All rights reserved.