Uses of Class
overit.geocallapp.docshare.documents.bl.sharedresource.file.BOFile
Packages that use BOFile
Package
Description
-
Uses of BOFile in overit.geocallapp.docshare.documents.bl.sharedresource.file.event
Constructors in overit.geocallapp.docshare.documents.bl.sharedresource.file.event with parameters of type BOFileModifierConstructorDescriptionFileActivateEvent(BOFile input) Instantiates a new file activate event.FileInsertEvent(BOFile input) Instantiates a new file insert event.FileUpdateEvent(BOFile input) Instantiates a new file update event. -
Uses of BOFile in overit.geocallapp.docshare.documents.bl.sharedresource.file.savingstrategy
Methods in overit.geocallapp.docshare.documents.bl.sharedresource.file.savingstrategy with parameters of type BOFileModifier and TypeMethodDescriptionDateDirectoryStrategy.getDirectory(BOFile file) OneDirectoryStrategy.getDirectory(BOFile file) abstract WebResourceSavingStrategy.getDirectory(BOFile resource) Returns the name of directory where the file will be physically stored.DateDirectoryStrategy.getName(BOFile file, WebResource directory) OneDirectoryStrategy.getName(BOFile file, WebResource directory) abstract StringSavingStrategy.getName(BOFile resource, WebResource directory) Returns the name that will be used to save the file. -
Uses of BOFile in overit.geocallapp.docshare.documents.bl.sharedresource.file.task
Methods in overit.geocallapp.docshare.documents.bl.sharedresource.file.task that return BOFileModifier and TypeMethodDescriptionprotected BOFileBTFileDelete.loadFile(FileDeleteInput input, PoolKit poolKit) Loads theBOFileby the givenFileDeleteInput.protected BOFileBTFileDelete.loadFileByVersion(String fileUuid, Long version, PoolKit poolKit) Loads the file based on the given uuid and version.protected BOFileBTMainVersionFileLoad.loadMainVersion(MainVersionFileLoadEvent event, PoolKit poolKit) Loads the main version of the file.protected BOFileBTFileDelete.loadMainVersionFile(String fileUuid, PoolKit poolKit) Loads the main version of the file.Methods in overit.geocallapp.docshare.documents.bl.sharedresource.file.task that return types with arguments of type BOFileModifier and TypeMethodDescriptionBTFileConfirm.getSortedFileVersions(String uuid, PoolKit poolKit) Returns all the versions of theBOFilewith the given uuid, sorted from the last version on.BTFileActivate.loadOtherVersions(BOFile file, PoolKit poolKit) Loads all the other versions of the givenBOFile, not including the given one.BTMainVersionFileLoad.searchFiles(FileSearchFilter filter, PoolKit poolKit) Searches the files based on the given filter.Methods in overit.geocallapp.docshare.documents.bl.sharedresource.file.task with parameters of type BOFileModifier and TypeMethodDescriptionprotected voidBTFileConfirm.activateVersion(BOFile lastVersion, PoolKit poolKit) Activates the givenBOFileversion by calling theFileActivateEvent.protected voidBTFileConfirm.completeData(BOFile file, PoolKit poolKit) Completes the data of the givenBOFilebefore the activation.protected voidBTFileDelete.deleteFile(BOFile file) Deletes the physical file associated to the givenBOFile.BTFileActivate.loadOtherVersions(BOFile file, PoolKit poolKit) Loads all the other versions of the givenBOFile, not including the given one.protected voidBTFileInsert.setPhysicalPath(BOFile file, PoolKit poolKit) Sets the physical path of the file.protected voidBTFileActivate.updateFile(BOFile file, PoolKit poolKit) Updates the givenBOFile.protected voidBTFileDelete.updateFile(BOFile file, PoolKit poolKit) Updates the givenBOFile. -
Uses of BOFile in overit.geocallapp.docshare.documents.bl.sharedresource.file.webresource.task
Methods in overit.geocallapp.docshare.documents.bl.sharedresource.file.webresource.task that return BOFileModifier and TypeMethodDescriptionprotected BOFileBTWebResourceLoad.loadFileByVersion(String fileUuid, Long version, PoolKit poolKit) Loads the file based on the given uuid and version.protected BOFileBTWebResourceLoad.loadMainVersionFile(String fileUuid, PoolKit poolKit) Loads the main version of the file.