Package | Description |
---|---|
org.nuxeo.ecm.platform.routing.core.api |
Provides internal services to the
DocumentRoutingService |
org.nuxeo.ecm.platform.routing.core.impl |
Provides implementation for the api package.
|
Modifier and Type | Field and Description |
---|---|
protected List<GraphNode.TaskInfo> |
TasksInfoWrapper.tasks |
Modifier and Type | Method and Description |
---|---|
GraphNode.TaskInfo |
TasksInfoWrapper.get(int index) |
GraphNode.TaskInfo |
TasksInfoWrapper.remove(int index) |
GraphNode.TaskInfo |
TasksInfoWrapper.set(int index,
GraphNode.TaskInfo element) |
Modifier and Type | Method and Description |
---|---|
Iterator<GraphNode.TaskInfo> |
TasksInfoWrapper.iterator() |
ListIterator<GraphNode.TaskInfo> |
TasksInfoWrapper.listIterator() |
ListIterator<GraphNode.TaskInfo> |
TasksInfoWrapper.listIterator(int index) |
List<GraphNode.TaskInfo> |
TasksInfoWrapper.subList(int fromIndex,
int toIndex) |
Modifier and Type | Method and Description |
---|---|
boolean |
TasksInfoWrapper.add(GraphNode.TaskInfo e) |
void |
TasksInfoWrapper.add(int index,
GraphNode.TaskInfo element) |
GraphNode.TaskInfo |
TasksInfoWrapper.set(int index,
GraphNode.TaskInfo element) |
Modifier and Type | Method and Description |
---|---|
boolean |
TasksInfoWrapper.addAll(Collection<? extends GraphNode.TaskInfo> c) |
boolean |
TasksInfoWrapper.addAll(int index,
Collection<? extends GraphNode.TaskInfo> c) |
Constructor and Description |
---|
TasksInfoWrapper(List<GraphNode.TaskInfo> tasks) |
Modifier and Type | Field and Description |
---|---|
protected List<GraphNode.TaskInfo> |
GraphNodeImpl.tasksInfo |
Modifier and Type | Method and Description |
---|---|
protected List<GraphNode.TaskInfo> |
GraphNodeImpl.computeTasksInfo() |
List<GraphNode.TaskInfo> |
GraphNodeImpl.getEndedTasksInfo() |
List<GraphNode.TaskInfo> |
GraphNode.getEndedTasksInfo()
Gets all the ended tasks originating from this node.
|
List<GraphNode.TaskInfo> |
GraphNodeImpl.getProcessedTasksInfo() |
List<GraphNode.TaskInfo> |
GraphNode.getProcessedTasksInfo()
Gets all the ended tasks originating from this node that were processed with a status.
|
List<GraphNode.TaskInfo> |
GraphNodeImpl.getTasksInfo() |
List<GraphNode.TaskInfo> |
GraphNode.getTasksInfo()
Gets all the tasks info for the tasks created from this node
|
Modifier and Type | Method and Description |
---|---|
int |
GraphNode.TaskInfo.compareTo(GraphNode.TaskInfo o) |
Copyright © 2018 Nuxeo. All rights reserved.