Uses of Interface
org.osid.filing.FileForm
Packages that use FileForm
Package
Description
The Open Service Interface Definitions for the org.osid.filing
service.
-
Uses of FileForm in org.osid.filing
Methods in org.osid.filing that return FileFormModifier and TypeMethodDescriptionDirectoryAdminSession.getFileFormForCreate(String name, Type[] fileRecordTypes) Gets the file form for creating new files.DirectoryAdminSession.getFileFormForUpdate(Id fileId) Gets the file form for updating an existing files.Methods in org.osid.filing with parameters of type FileFormModifier and TypeMethodDescriptionDirectoryAdminSession.createFile(FileForm fileForm) Creates a new file in this directory.voidDirectoryAdminSession.updateFile(FileForm fileForm) Updates an existing file.