| Package | Description |
|---|---|
| org.nuxeo.ecm.platform.routing.api |
Provides the interfaces necessary to create and manipulate
DocumentRoute. |
| Modifier and Type | Method and Description |
|---|---|
static DocumentRouteElement.ElementLifeCycleState |
DocumentRouteElement.ElementLifeCycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentRouteElement.ElementLifeCycleState[] |
DocumentRouteElement.ElementLifeCycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<DocumentRoute> |
DocumentRoutingService.getDocumentRoutesForAttachedDocument(CoreSession session,
String attachedDocId,
List<DocumentRouteElement.ElementLifeCycleState> states)
Return the list of related
DocumentRoute in a state for a given
attached document. |
Copyright © 2019 Nuxeo SA. All rights reserved.