Uses of Interface
com.iizix.wsfile.IWSFile
Package
Description
Uses of IWSFile in com.iizix.server.user
Modifier and TypeMethodDescriptionAuthenticatedUser.setProfileImage
(WSFileProviderEngine engine, Connection conn, String detail, File imageFile) Sets a new profile image for the user.AuthenticatedUser.setProfileImage
(Connection conn, String detail, File imageFile) Sets a new profile image for the user.Modifier and TypeMethodDescriptionAuthenticatedUser.loadAllUserFiles()
Loads the directory of all user files that are currently present and reserves the names in the
of this user.WSFileProvider
Uses of IWSFile in com.iizix.server.weblogos
Uses of IWSFile in com.iizix.server.webthumbs
Uses of IWSFile in com.iizix.server.wsfile
Modifier and TypeMethodDescriptionWSFileProvider.getFileFromFileName
(String fileName) Gets a WSFile from a file name that is located inside the root of the provider.WSFileProvider.reserveFile
(File file, String descr, Object id) Reserves an existing file on disk, i.e.Uses of IWSFile in com.iizix.wsfile
Modifier and TypeMethodDescriptionIWSFileProvider.getFileFromFileName
(String fileName) Gets a WSFile from a file name that is located inside the root of the provider.IWSFileProvider.reserveFile
(File file, String descr, Object id) Reserves an existing file on disk, i.e.