View Javadoc
1 /* 2 * Demosys. 3 * 4 * Terms of license - http://opensource.org/licenses/apachepl.php 5 */ 6 package org.demosys.task; 7 /*** 8 */ 9 public interface TaskService { 10 public void newTask(TaskView task) throws CreationTaskException; 11 12 13 public TaskView getTask(String title) throws ModificationTaskException; 14 }

This page was automatically generated by Maven