public abstract class AbstractTaskFormResource extends Object
Modifier and Type | Field and Description |
---|---|
protected FormProcessingService |
formProcessingService |
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
protected PermissionService |
permissionService |
protected RelatedContentService |
relatedContentService |
protected TaskService |
taskService |
Constructor and Description |
---|
AbstractTaskFormResource() |
Modifier and Type | Method and Description |
---|---|
void |
completeTaskForm(String taskId,
com.activiti.model.runtime.CompleteFormRepresentation completeTaskFormRepresentation) |
protected com.activiti.model.editor.form.FormFieldRepresentation |
getFormFieldFromTaskForm(String taskId,
String field) |
List<com.activiti.model.runtime.ProcessInstanceVariableRepresentation> |
getProcessInstanceVariables(String taskId) |
com.activiti.model.editor.form.FormDefinitionRepresentation |
getTaskForm(String taskId) |
@Inject protected TaskService taskService
@Inject protected FormProcessingService formProcessingService
@Inject protected PermissionService permissionService
@Inject protected RelatedContentService relatedContentService
@Inject protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
public com.activiti.model.editor.form.FormDefinitionRepresentation getTaskForm(String taskId)
public void completeTaskForm(String taskId, com.activiti.model.runtime.CompleteFormRepresentation completeTaskFormRepresentation)
public List<com.activiti.model.runtime.ProcessInstanceVariableRepresentation> getProcessInstanceVariables(String taskId)
Copyright © 2014–2015 Alfresco. All rights reserved.