com.atlassian.confluence.rest.client
Interface RemoteLongTaskService

All Known Implementing Classes:
RemoteLongTaskServiceImpl

public interface RemoteLongTaskService

LongTaskService implementation that communicates with Confluence remotely using the Confluence REST API. Provides Promise-returning equivalents for the methods in LongTaskService.


Method Summary
 com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<LongTaskStatus>> get(LongTaskId id, Expansion... expansions)
          Returns the status of a long-running task.
 

Method Detail

get

com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<LongTaskStatus>> get(LongTaskId id,
                                                                                      Expansion... expansions)
Returns the status of a long-running task.

Parameters:
id - the identifier of the task to return
expansions - additional information about the
Returns:
the long running task with the supplied id


Copyright © 2003-2014 Atlassian. All Rights Reserved.