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