@ApplicationScoped public class BPMNFormBuilderServiceImpl extends Object implements BPMNFormBuilderService
Constructor and Description |
---|
BPMNFormBuilderServiceImpl() |
Modifier and Type | Method and Description |
---|---|
protected void |
addHoldersToForm(Form form,
Set<DataHolder> holders) |
String |
buildEmptyFormXML(String fileName) |
String |
buildFormXML(org.uberfire.backend.vfs.FileSystem fs,
String fileName,
String uri,
org.eclipse.bpmn2.Definitions source,
String id) |
Set<DataHolder> |
getDataHolders(org.eclipse.bpmn2.Definitions source,
org.uberfire.backend.vfs.Path context,
String resourceId) |
public String buildEmptyFormXML(String fileName)
buildEmptyFormXML
in interface BPMNFormBuilderService
public String buildFormXML(org.uberfire.backend.vfs.FileSystem fs, String fileName, String uri, org.eclipse.bpmn2.Definitions source, String id) throws Exception
buildFormXML
in interface BPMNFormBuilderService
Exception
protected void addHoldersToForm(Form form, Set<DataHolder> holders) throws Exception
Exception
public Set<DataHolder> getDataHolders(org.eclipse.bpmn2.Definitions source, org.uberfire.backend.vfs.Path context, String resourceId)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.