Class ExportConfiguration
- java.lang.Object
-
- com.levigo.jadice.server.msoffice.config.ExportConfiguration
-
public class ExportConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description ExportConfiguration()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Format
getFormat(String mimeType)
List<Format>
getFormats()
ProcessIdPropagation
getProcessIdPropagation()
static ExportConfiguration
load()
Load it from its default locationstatic ExportConfiguration
load(InputStream is)
static ExportConfiguration
load(String resourceName)
void
setFormats(List<Format> formats)
void
setProcessIdPropagation(ProcessIdPropagation processIdPropagation)
-
-
-
Method Detail
-
load
public static ExportConfiguration load() throws JAXBException, IOException
Load it from its default location- Returns:
- a default export configuration
- Throws:
JAXBException
IOException
-
load
public static ExportConfiguration load(InputStream is) throws JAXBException
- Throws:
JAXBException
-
load
public static ExportConfiguration load(String resourceName) throws JAXBException, IOException
- Throws:
JAXBException
IOException
-
getProcessIdPropagation
public ProcessIdPropagation getProcessIdPropagation()
-
setProcessIdPropagation
public void setProcessIdPropagation(ProcessIdPropagation processIdPropagation)
-
-