org.camunda.bpm.engine.cdi.compat
Class FoxTaskForm

java.lang.Object
  extended by org.camunda.bpm.engine.cdi.jsf.TaskForm
      extended by org.camunda.bpm.engine.cdi.compat.FoxTaskForm
All Implemented Interfaces:
Serializable

@ConversationScoped
@Named(value="fox.taskForm")
@Typed(value=FoxTaskForm.class)
public class FoxTaskForm
extends TaskForm

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.camunda.bpm.engine.cdi.jsf.TaskForm
businessProcess, conversationInstance, processDefinitionId, processDefinitionKey, repositoryService, url
 
Constructor Summary
FoxTaskForm()
           
 
Method Summary
 
Methods inherited from class org.camunda.bpm.engine.cdi.jsf.TaskForm
completeProcessInstanceForm, completeTask, getProcessDefinition, getUrl, setUrl, startProcessInstanceByIdForm, startProcessInstanceByIdForm, startProcessInstanceByKeyForm, startProcessInstanceByKeyForm, startTask, startTaskForm
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FoxTaskForm

public FoxTaskForm()


Copyright © 2015 camunda services GmbH. All rights reserved.