| Package | Description |
|---|---|
| org.nuxeo.ecm.platform.routing.api |
Provides the interfaces necessary to create and manipulate
DocumentRoute. |
| org.nuxeo.ecm.platform.routing.core.impl |
Provides implementation for the api package.
|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DocumentRouteElementImpl.checkLifeCycleState(DocumentRouteElement.ElementLifeCycleState state) |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentRoute> |
DocumentRoutingServiceImpl.getDocumentRoutesForAttachedDocument(CoreSession session,
String attachedDocId,
List<DocumentRouteElement.ElementLifeCycleState> states) |
Copyright © 2019 Nuxeo. All rights reserved.