Liferay 6.1.0

Uses of Class
com.liferay.portal.kernel.workflow.WorkflowTaskForm

Packages that use WorkflowTaskForm
com.liferay.portal.kernel.workflow   
 

Uses of WorkflowTaskForm in com.liferay.portal.kernel.workflow
 

Methods in com.liferay.portal.kernel.workflow that return types with arguments of type WorkflowTaskForm
 List<WorkflowTaskForm> WorkflowTask.getWorkflowTaskForms()
           
 List<WorkflowTaskForm> DefaultWorkflowTask.getWorkflowTaskForms()
           
 

Methods in com.liferay.portal.kernel.workflow with parameters of type WorkflowTaskForm
 void DefaultWorkflowTask.addWorkflowTaskForm(WorkflowTaskForm workflowTaskForm)
           
 

Method parameters in com.liferay.portal.kernel.workflow with type arguments of type WorkflowTaskForm
 void DefaultWorkflowTask.setWorkflowTaskForms(Collection<WorkflowTaskForm> workflowTaskForms)
           
 


Liferay 6.1.0