org.jbpm.formModeler.panels.modeler.backend
Class SubformFinderServiceImpl
java.lang.Object
org.jbpm.formModeler.panels.modeler.backend.SubformFinderServiceImpl
- All Implemented Interfaces:
- SubformFinderService
@ApplicationScoped
public class SubformFinderServiceImpl
- extends Object
- implements SubformFinderService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubformFinderServiceImpl
public SubformFinderServiceImpl()
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
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.