jbpm-form-modeler-editor-backend 6.1.0.Final

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 findForm(org.uberfire.java.nio.file.Path path)
           
 Form getForm(String ctxUID)
           
protected  Form getFormById(long formId, FormEditorContext editorContext)
           
 Form getFormById(long formId, String ctxUID)
           
 Form getFormByPath(String path)
           
protected  Form getSubForm(String formPath, FormEditorContext editorContext)
           
 Form getSubFormFromPath(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

getForm

public Form getForm(String ctxUID)
Specified by:
getForm in interface SubformFinderService

getFormById

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

getSubFormFromPath

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

getFormById

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

getSubForm

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

getFormByPath

public Form getFormByPath(String path)
Specified by:
getFormByPath in interface SubformFinderService

findForm

protected Form findForm(org.uberfire.java.nio.file.Path path)
                 throws Exception
Throws:
Exception

jbpm-form-modeler-editor-backend 6.1.0.Final

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