Uses of Class
com.seclore.fs.helper.core.ProtectedFile
Packages that use ProtectedFile
-
Uses of ProtectedFile in com.seclore.fs.helper.library
Methods in com.seclore.fs.helper.library that return ProtectedFileModifier and TypeMethodDescriptionFSHelper.protectAndWrap(PSConnection pPSConnection, String pFilePath, String pDisplayFilePath, ProtectionType pProtectionType, String pProtectXML, String pProtectorDetails, String pActivityComments) This method protects the given unprotected input file using protection details and wraps (convert) it into HTML file and returns object of ProtectedFile This wrapped HTML file will replace the file at pFilePath and name of the HTML file will be same as filename followed by ".html" suffix.This method unwrap (converts) warpped HTML file into native file and return absolute file location of unwrapped file.FSHelper.wrap(PSConnection pPSConnection, WrapperInputDetails pWrapperInputDetails) This method wrap (convert) protected file into HTML file and return absolute file location of wrapped file.FSHelper.wrap(PSConnection pPSConnection, String pProtectedFilePath, String pDisplayFileName) This method wrap (convert) protected file into HTML file and return absolute file location of wrapped file.FSHelper.wrap(PSConnection pPSConnection, String pProtectedFilePath, String pDisplayFileName, String pcustomAttributeData) This method wrap (convert) protected file into HTML file and return absolute file location of wrapped file.