de.innovationgate.wgpublisher.webtml.form
public class ProcessContext.DiskPCFile extends Object implements ProcessContext.PCFile
Constructor and Description |
---|
ProcessContext.DiskPCFile(File file,
String name,
String md5sum) |
Modifier and Type | Method and Description |
---|---|
InputStream |
getData() |
File |
getDiskFile() |
String |
getMd5Checksum() |
String |
getName() |
long |
getSize() |
long |
lastModified() |
void |
openSession(HttpServletRequest req,
WGACore core) |
public String getMd5Checksum()
getMd5Checksum
in interface ProcessContext.PCFile
public InputStream getData() throws IOException
getData
in interface ProcessContext.PCFile
IOException
public String getName()
getName
in interface ProcessContext.PCFile
public File getDiskFile()
getDiskFile
in interface ProcessContext.PCFile
public long getSize()
getSize
in interface ProcessContext.PCFile
public long lastModified() throws de.innovationgate.webgate.api.WGAPIException
lastModified
in interface ProcessContext.PCFile
de.innovationgate.webgate.api.WGAPIException
public void openSession(HttpServletRequest req, WGACore core) throws de.innovationgate.webgate.api.WGAPIException
openSession
in interface ProcessContext.PCFile
de.innovationgate.webgate.api.WGAPIException