Uses of Enum Class
org.alfresco.utility.model.FileType
Packages that use FileType
-
Uses of FileType in org.alfresco.utility.data
Methods in org.alfresco.utility.data with parameters of type FileType -
Uses of FileType in org.alfresco.utility.model
Methods in org.alfresco.utility.model that return FileTypeModifier and TypeMethodDescriptionstatic FileTypeFileModel.getFileType()static FileTypeReturns the enum constant of this class with the specified name.static FileType[]FileType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.alfresco.utility.model with parameters of type FileTypeModifier and TypeMethodDescriptionFolderModel.generateRandomFileChild(FileType fileType) This will generate and add toFolderModel.getFiles()array the children filesstatic FileModelFileModel.getRandomFileModel(FileType fileType) Generates a new randomFileModelobjectstatic FileModelFileModel.getRandomFileModel(FileType fileType, String content) Generates a new randomFileModelobject with contentvoidFileModel.setFileType(FileType fileType) Constructors in org.alfresco.utility.model with parameters of type FileTypeModifierConstructorDescription