jbpm-form-modeler-editor-backend 6.0.0.CR2

org.jbpm.formModeler.panels.modeler.backend
Class SubformFinderServiceImpl

java.lang.Object
  extended by org.jbpm.formModeler.panels.modeler.backend.SubformFinderServiceImpl
All Implemented Interfaces:
SubformFinderService

@ApplicationScoped
public class SubformFinderServiceImpl
extends Object
implements SubformFinderService


Field Summary
 
Fields inherited from interface org.jbpm.formModeler.core.rendering.SubformFinderService
MAIN_RESOURCES_PATH
 
Constructor Summary
SubformFinderServiceImpl()
           
 
Method Summary
protected  Form getForm(long formId, FormEditorContext editorContext)
           
protected  Form getForm(String formPath, FormEditorContext editorContext)
           
 Form getFormById(long formId, String ctxUID)
           
 Form getFormFromPath(String formPath, String ctxUID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubformFinderServiceImpl

public SubformFinderServiceImpl()
Method Detail

getFormById

public Form getFormById(long formId,
                        String ctxUID)
Specified by:
getFormById in interface SubformFinderService

getFormFromPath

public Form getFormFromPath(String formPath,
                            String ctxUID)
Specified by:
getFormFromPath in interface SubformFinderService

getForm

protected Form getForm(long formId,
                       FormEditorContext editorContext)
                throws Exception
Throws:
Exception

getForm

protected Form getForm(String formPath,
                       FormEditorContext editorContext)
                throws Exception
Throws:
Exception

jbpm-form-modeler-editor-backend 6.0.0.CR2

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