Class CreateFileCommand

  • All Implemented Interfaces:
    Command

    public class CreateFileCommand
    extends java.lang.Object
    implements Command
    CreateFile command
    • Constructor Detail

      • CreateFileCommand

        public CreateFileCommand​(java.lang.String name,
                                 org.alfresco.service.cmr.repository.NodeRef rootNode,
                                 java.lang.String path,
                                 long allocationSize,
                                 boolean isHidden)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getRootNode

        public org.alfresco.service.cmr.repository.NodeRef getRootNode()
      • getPath

        public java.lang.String getPath()
      • setAllocationSize

        public void setAllocationSize​(long allocationSize)
      • getAllocationSize

        public long getAllocationSize()
      • isHidden

        public boolean isHidden()