org.jbpm.formModeler.panels.modeler.backend
@ApplicationScoped public class SubformFinderServiceImpl extends Object implements SubformFinderService
MAIN_RESOURCES_PATH
Constructor and Description |
---|
SubformFinderServiceImpl() |
Modifier and Type | Method and Description |
---|---|
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) |
public Form getFormById(long formId, String ctxUID)
getFormById
in interface SubformFinderService
public Form getFormFromPath(String formPath, String ctxUID)
getFormFromPath
in interface SubformFinderService
protected Form getForm(long formId, FormEditorContext editorContext) throws Exception
Exception
protected Form getForm(String formPath, FormEditorContext editorContext) throws Exception
Exception
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.