public enum FileService extends Enum<FileService>
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Method and Description |
---|---|
org.openntf.xpt.core.dss.binding.util.FileHelper |
addFile(org.openntf.xpt.core.dss.binding.util.FileHelper fh,
com.ibm.xsp.component.UIFileuploadEx.UploadedFile file,
String strNewId) |
InputStream |
getFileStream(org.openntf.xpt.core.dss.binding.util.FileHelper fh) |
InputStream |
getFileStream(org.openntf.xpt.core.dss.binding.util.FileHelper fh,
lotus.domino.Session ses) |
List<org.openntf.xpt.core.dss.binding.util.FileHelper> |
getValue(Object obj,
String strFieldName,
String strCcId,
HashMap<String,org.openntf.xpt.core.dss.binding.util.FileHelper> valueFields) |
void |
processToStream(com.ibm.domino.services.rest.RestServiceEngine engine,
org.openntf.xpt.core.dss.binding.util.FileHelper fh) |
void |
removeFile(org.openntf.xpt.core.dss.binding.util.FileHelper fh) |
void |
uploadFile(com.ibm.xsp.component.UIFileuploadEx.UploadedFile file,
Object obj,
String strFieldName,
String strCcId,
String strNewId,
List<org.openntf.xpt.core.dss.binding.util.FileHelper> objFiles,
HashMap<String,org.openntf.xpt.core.dss.binding.util.FileHelper> fileList) |
static FileService |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileService[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileService INSTANCE
public static FileService[] values()
for (FileService c : FileService.values()) System.out.println(c);
public static FileService valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic List<org.openntf.xpt.core.dss.binding.util.FileHelper> getValue(Object obj, String strFieldName, String strCcId, HashMap<String,org.openntf.xpt.core.dss.binding.util.FileHelper> valueFields)
public InputStream getFileStream(org.openntf.xpt.core.dss.binding.util.FileHelper fh)
public InputStream getFileStream(org.openntf.xpt.core.dss.binding.util.FileHelper fh, lotus.domino.Session ses)
public void removeFile(org.openntf.xpt.core.dss.binding.util.FileHelper fh)
public void uploadFile(com.ibm.xsp.component.UIFileuploadEx.UploadedFile file, Object obj, String strFieldName, String strCcId, String strNewId, List<org.openntf.xpt.core.dss.binding.util.FileHelper> objFiles, HashMap<String,org.openntf.xpt.core.dss.binding.util.FileHelper> fileList)
public org.openntf.xpt.core.dss.binding.util.FileHelper addFile(org.openntf.xpt.core.dss.binding.util.FileHelper fh, com.ibm.xsp.component.UIFileuploadEx.UploadedFile file, String strNewId)
public void processToStream(com.ibm.domino.services.rest.RestServiceEngine engine, org.openntf.xpt.core.dss.binding.util.FileHelper fh)
Copyright © 2021. All Rights Reserved.