public class TaskFormModel extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected List<TaskFormModelListener> |
formModelListeners |
protected Map<Object,FormDefinition> |
forms |
Constructor and Description |
---|
TaskFormModel() |
Modifier and Type | Method and Description |
---|---|
void |
addForm(Object taskItemId,
FormDefinition form) |
void |
addFormModelListener(TaskFormModelListener formAdditionListener) |
protected void |
fireFormAdded(Object taskItemId) |
protected void |
fireFormRemoved(Object taskItemId) |
FormDefinition |
getForm(Object id) |
void |
removeForm(Object taskItemId) |
protected List<TaskFormModelListener> formModelListeners
protected Map<Object,FormDefinition> forms
public void addForm(Object taskItemId, FormDefinition form)
public void removeForm(Object taskItemId)
public FormDefinition getForm(Object id)
public void addFormModelListener(TaskFormModelListener formAdditionListener)
protected void fireFormAdded(Object taskItemId)
protected void fireFormRemoved(Object taskItemId)
Copyright © 2016 Alfresco. All rights reserved.