| Constructor and Description |
|---|
CreateFileCommand(java.lang.String name,
org.alfresco.service.cmr.repository.NodeRef rootNode,
java.lang.String path,
long allocationSize,
boolean isHidden) |
| 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?
|
boolean |
isHidden() |
void |
setAllocationSize(long allocationSize) |
public CreateFileCommand(java.lang.String name,
org.alfresco.service.cmr.repository.NodeRef rootNode,
java.lang.String path,
long allocationSize,
boolean isHidden)
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()
public boolean isHidden()
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.