Package | Description |
---|---|
org.nuxeo.ecm.platform.routing.core.impl |
Provides implementation for the api package.
|
org.nuxeo.ecm.platform.routing.web |
Provides the seam component used in the web UI.
|
Modifier and Type | Field and Description |
---|---|
protected List<GraphNode.Button> |
GraphNodeImpl.taskButtons
To be used through getter.
|
Modifier and Type | Method and Description |
---|---|
protected List<GraphNode.Button> |
GraphNodeImpl.computeTaskButtons() |
List<GraphNode.Button> |
GraphNodeImpl.getTaskButtons() |
List<GraphNode.Button> |
GraphNode.getTaskButtons()
Gets the task buttons
|
Modifier and Type | Method and Description |
---|---|
int |
GraphNode.Button.compareTo(GraphNode.Button other) |
Modifier and Type | Field and Description |
---|---|
protected List<GraphNode.Button> |
RoutingTaskActionsBean.TaskInfo.buttons |
Constructor and Description |
---|
TaskInfo(String taskId,
HashMap<String,Serializable> formVariables,
String layout,
List<GraphNode.Button> buttons,
boolean canBeReassigned,
String name) |
Copyright © 2018 Nuxeo. All rights reserved.