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

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

@ConversationScoped
@Named(value="camunda.taskForm")
@Typed(value=CamundaTaskForm.class)
public class CamundaTaskForm
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
CamundaTaskForm()
           
 
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

CamundaTaskForm

public CamundaTaskForm()


Copyright © 2017 camunda services GmbH. All rights reserved.