Uses of Interface
com.iizix.wsfile.IWSFile
Packages that use IWSFile
Package
Description
Uses of IWSFile in com.iizix.server.user
Methods in com.iizix.server.user that return IWSFileModifier 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.Methods in com.iizix.server.user that return types with arguments of type IWSFileModifier 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
Methods in com.iizix.server.weblogos that return IWSFileUses of IWSFile in com.iizix.server.webthumbs
Methods in com.iizix.server.webthumbs that return IWSFileUses of IWSFile in com.iizix.server.wsfile
Methods in com.iizix.server.wsfile that return IWSFileModifier 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
Methods in com.iizix.wsfile that return IWSFileModifier 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.