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()
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
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.