org.jbpm.console.ng.ht.forms.client.editors.taskform.displayers
Class AbstractStartProcessFormDisplayer
java.lang.Object
org.jbpm.console.ng.ht.forms.client.editors.taskform.displayers.AbstractStartProcessFormDisplayer
- All Implemented Interfaces:
- GenericFormDisplayer<org.jbpm.console.ng.pr.model.ProcessDefinitionKey>, StartProcessFormDisplayer
- Direct Known Subclasses:
- FormModellerStartProcessDisplayerImpl, FTLStartProcessDisplayerImpl, PlaceManagerStartProcessDisplayerImpl
public abstract class AbstractStartProcessFormDisplayer
- extends Object
- implements StartProcessFormDisplayer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACTION_START_PROCESS
public static final String ACTION_START_PROCESS
- See Also:
- Constant Field Values
constants
protected Constants constants
container
protected final com.google.gwt.user.client.ui.FlowPanel container
buttonsContainer
protected final com.google.gwt.user.client.ui.FlowPanel buttonsContainer
formContainer
protected final com.google.gwt.user.client.ui.VerticalPanel formContainer
refreshCallbacks
protected List<FormRefreshCallback> refreshCallbacks
formContent
protected String formContent
deploymentId
protected String deploymentId
processDefId
protected String processDefId
processName
protected String processName
opener
protected String opener
newProcessInstanceEvent
@Inject
protected javax.enterprise.event.Event<org.jbpm.console.ng.pr.model.events.NewProcessInstanceEvent> newProcessInstanceEvent
jsniHelper
@Inject
protected JSNIHelper jsniHelper
AbstractStartProcessFormDisplayer
public AbstractStartProcessFormDisplayer()
init
public void init(org.jbpm.console.ng.pr.model.ProcessDefinitionKey key,
String formContent,
String openerUrl)
- Specified by:
init in interface GenericFormDisplayer<org.jbpm.console.ng.pr.model.ProcessDefinitionKey>
startProcessFromDisplayer
protected abstract void startProcessFromDisplayer()
initDisplayer
protected abstract void initDisplayer()
addFormRefreshCallback
public void addFormRefreshCallback(FormRefreshCallback callback)
- Specified by:
addFormRefreshCallback in interface GenericFormDisplayer<org.jbpm.console.ng.pr.model.ProcessDefinitionKey>
getUnexpectedErrorCallback
protected org.jboss.errai.common.client.api.ErrorCallback<org.jboss.errai.bus.client.api.messaging.Message> getUnexpectedErrorCallback()
getContainer
public com.google.gwt.user.client.ui.FlowPanel getContainer()
- Specified by:
getContainer in interface GenericFormDisplayer<org.jbpm.console.ng.pr.model.ProcessDefinitionKey>
startProcess
public void startProcess(Map<String,Object> params)
- Specified by:
startProcess in interface StartProcessFormDisplayer
getStartProcessRemoteCallback
protected org.jboss.errai.common.client.api.RemoteCallback<Long> getStartProcessRemoteCallback()
close
public void close()
- Specified by:
close in interface GenericFormDisplayer<org.jbpm.console.ng.pr.model.ProcessDefinitionKey>
eventListener
protected void eventListener(String origin,
String request)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.