Uses of Class
org.alfresco.utility.model.FileType
-
Packages that use FileType Package Description org.alfresco.utility.data org.alfresco.utility.model -
-
Uses of FileType in org.alfresco.utility.data
Methods in org.alfresco.utility.data with parameters of type FileType Modifier and Type Method Description static java.lang.StringRandomData. getRandomFile(FileType fileType) -
Uses of FileType in org.alfresco.utility.model
Methods in org.alfresco.utility.model that return FileType Modifier and Type Method Description static FileTypeFileType. fromName(java.lang.String fileName)FileTypeFileModel. getFileType()static FileTypeFileType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FileType[]FileType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.utility.model with parameters of type FileType Modifier and Type Method Description FileModelFolderModel. 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, java.lang.String content)Generates a new randomFileModelobject with contentvoidFileModel. setFileType(FileType fileType)Constructors in org.alfresco.utility.model with parameters of type FileType Constructor Description FileModel(java.lang.String name, java.lang.String title, java.lang.String description, FileType fileType)FileModel(java.lang.String name, java.lang.String title, java.lang.String description, FileType fileType, java.lang.String content)FileModel(java.lang.String name, FileType fileType)FileModel(java.lang.String name, FileType fileType, java.lang.String content)
-