org.gcube.portlets.user.homelibrary.home.task
Interface Task


public interface Task

Author:
Federico De Faveri defaveri@isti.cnr.it

Method Summary
 String getId()
          Return this task id.
 TaskProgress getProgress()
          Return this task progress.
 TaskResult getResult()
          Result this task result.
 TaskState getState()
          Return this task state.
 

Method Detail

getId

String getId()
Return this task id.

Returns:
the task id.

getState

TaskState getState()
Return this task state.

Returns:
the task state.

getResult

TaskResult getResult()
Result this task result.

Returns:
the task result.

getProgress

TaskProgress getProgress()
Return this task progress.

Returns:
the task progress.


Copyright © 2013. All Rights Reserved.