Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
NXP-17452: align on task service adding and task dashboard content vi…
…ew update
  • Loading branch information
Vladimir Pasquier committed Jul 7, 2015
1 parent 2225636 commit c006f7c
Showing 1 changed file with 8 additions and 0 deletions.
Expand Up @@ -218,6 +218,14 @@ public List<Task> getTaskInstances(DocumentModel documentModel, List<String> act
return getTaskInstances(documentModel, actors, session);
}

/**
* @since 7.4
*/
@Override
public List<Task> getAllCurrentTaskInstances(CoreSession session, List<SortInfo> sortInfos) {
throw new UnsupportedOperationException();
}

public String endTask(CoreSession coreSession, NuxeoPrincipal principal, Task task, String comment,
String eventName, boolean isValidated) {

Expand Down

0 comments on commit c006f7c

Please sign in to comment.