org.jbpm.formModeler.core.processing.formProcessing
Class FormChangeHandler
java.lang.Object
org.jbpm.formModeler.service.bb.commons.config.componentsFactory.BasicFactoryElement
org.jbpm.formModeler.service.bb.mvc.components.handling.HandlerFactoryElement
org.jbpm.formModeler.core.processing.formProcessing.FormChangeHandler
- All Implemented Interfaces:
- Serializable, org.jbpm.formModeler.service.bb.commons.config.componentsFactory.FactoryLifecycle
public class FormChangeHandler
- extends org.jbpm.formModeler.service.bb.mvc.components.handling.HandlerFactoryElement
- See Also:
- Serialized Form
| Methods inherited from class org.jbpm.formModeler.service.bb.mvc.components.handling.HandlerFactoryElement |
actionVoid, addFieldError, afterInvokeAction, beforeInvokeAction, calculateActionShortcuts, clearFieldErrors, getActionForShortcut, getActionName, getFieldErrors, handle, hasError, isEnabledForActionHandling, isEnableDoubleClickControl, isScopeAdequateForDoubleClickControl, isUseActionShortcuts, setEnabledForActionHandling, setEnableDoubleClickControl, setUseActionShortcuts |
| Methods inherited from class org.jbpm.formModeler.service.bb.commons.config.componentsFactory.BasicFactoryElement |
addPeriodicTask, addPeriodicTask, factoryLookup, getComponentAlias, getComponentDescription, getComponentName, getComponentScope, init, setComponentAlias, shutdown, stop |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormChangeHandler
public FormChangeHandler()
start
public void start()
throws Exception
- Specified by:
start in interface org.jbpm.formModeler.service.bb.commons.config.componentsFactory.FactoryLifecycle- Overrides:
start in class org.jbpm.formModeler.service.bb.mvc.components.handling.HandlerFactoryElement
- Throws:
Exception
getFormsManager
public FormManagerImpl getFormsManager()
setFormsManager
public void setFormsManager(FormManagerImpl formsManager)
getChangeProcessor
public FormChangeProcessor getChangeProcessor()
setChangeProcessor
public void setChangeProcessor(FormChangeProcessor changeProcessor)
getNamespaceManager
public NamespaceManager getNamespaceManager()
setNamespaceManager
public void setNamespaceManager(NamespaceManager namespaceManager)
actionProcess
public org.jbpm.formModeler.service.bb.mvc.controller.CommandResponse actionProcess(org.jbpm.formModeler.service.bb.mvc.controller.CommandRequest request)
throws Exception
- Throws:
Exception
getDefaultFormProcessor
public org.jbpm.formModeler.api.processing.FormProcessor getDefaultFormProcessor()
setDefaultFormProcessor
public void setDefaultFormProcessor(org.jbpm.formModeler.api.processing.FormProcessor defaultFormProcessor)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.