jbpm-form-modeler-bpmn-form-builder 6.2.0.Final

org.jbpm.formModeler.designer.integration.impl
Class BPMNFormBuilderServiceImpl

java.lang.Object
  extended by org.jbpm.formModeler.designer.integration.impl.BPMNFormBuilderServiceImpl
All Implemented Interfaces:
BPMNFormBuilderService

@ApplicationScoped
public class BPMNFormBuilderServiceImpl
extends Object
implements BPMNFormBuilderService


Constructor Summary
BPMNFormBuilderServiceImpl()
           
 
Method Summary
protected  void addHoldersToForm(Form form, Set<DataHolder> holders)
           
 String buildEmptyFormXML(String fileName)
           
 String buildFormXML(org.uberfire.backend.vfs.Path base, 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BPMNFormBuilderServiceImpl

public BPMNFormBuilderServiceImpl()
Method Detail

buildEmptyFormXML

public String buildEmptyFormXML(String fileName)
Specified by:
buildEmptyFormXML in interface BPMNFormBuilderService

buildFormXML

public String buildFormXML(org.uberfire.backend.vfs.Path base,
                           String fileName,
                           String uri,
                           org.eclipse.bpmn2.Definitions source,
                           String id)
                    throws Exception
Specified by:
buildFormXML in interface BPMNFormBuilderService
Throws:
Exception

addHoldersToForm

protected void addHoldersToForm(Form form,
                                Set<DataHolder> holders)
                         throws Exception
Throws:
Exception

getDataHolders

public Set<DataHolder> getDataHolders(org.eclipse.bpmn2.Definitions source,
                                      org.uberfire.backend.vfs.Path context,
                                      String resourceId)

jbpm-form-modeler-bpmn-form-builder 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.