Class WorkflowContextModel
- java.lang.Object
 - 
- de.xima.fc.workflow.designer.model.WorkflowContextModel
 
 
- 
- All Implemented Interfaces:
 Serializable
public class WorkflowContextModel extends Object implements Serializable
Model with additional context data such as the fonts installed on the system.- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description WorkflowContextModel() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WorkflowContextModelempty()List<Charset>getInstalledCharsets()List<String>getInstalledFontNames()List<Charset>getStandardSupportedCharsets()voidsetInstalledCharsets(List<Charset> installedCharsets)voidsetInstalledFontNames(List<String> installedFontNames)voidsetStandardSupportedCharsets(List<Charset> standardSupportedCharsets) 
 - 
 
- 
- 
Method Detail
- 
setStandardSupportedCharsets
public void setStandardSupportedCharsets(List<Charset> standardSupportedCharsets)
 
- 
empty
public static WorkflowContextModel empty()
 
 - 
 
 -