Package | Description |
---|---|
org.nuxeo.cm.test | |
org.nuxeo.cm.web.routing | |
org.nuxeo.ecm.platform.routing.api |
Provides the interfaces necessary to create and manipulate
DocumentRoute . |
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.
|
org.nuxeo.ecm.platform.routing.core.runner |
Provides unrestricted runner to the
DocumentRoutingService . |
org.nuxeo.ecm.platform.routing.web |
Provides the seam component used in the web UI.
|
Modifier and Type | Method and Description |
---|---|
DocumentRoute |
CaseManagementRepositoryTestCase.createComplexRoute(CoreSession session) |
Modifier and Type | Method and Description |
---|---|
List<DocumentRoute> |
CaseManagementRoutingActionsBean.getCurrentDocumentLinkedRoute() |
Modifier and Type | Method and Description |
---|---|
DocumentRoute |
DocumentRoutingService.createNewInstance(DocumentRoute model,
List<String> documentIds,
CoreSession session) |
DocumentRoute |
DocumentRoutingService.createNewInstance(DocumentRoute model,
List<String> documentIds,
CoreSession session,
boolean startInstance)
Create a new
DocumentRoute instance from this
DocumentRoute model. |
DocumentRoute |
DocumentRoutingService.createNewInstance(DocumentRoute model,
String documentId,
CoreSession session) |
DocumentRoute |
DocumentRoutingService.createNewInstance(DocumentRoute model,
String documentId,
CoreSession session,
boolean startInstance) |
DocumentRoute |
DocumentRouteElement.getDocumentRoute(CoreSession session)
Return the DocumentRoute this element is part of.
|
DocumentRoute |
DocumentRoutingService.saveRouteAsNewModel(DocumentRoute route,
CoreSession session)
Save a route instance as a new model of route.
|
DocumentRoute |
DocumentRoutingService.unlockDocumentRouteUnrestrictedSession(DocumentRoute routeModel,
CoreSession userSession)
Unlock the given
DocumentRoute model under unrestricted session. |
DocumentRoute |
DocumentRoutingService.validateRouteModel(DocumentRoute routeModel,
CoreSession session)
Validates the given
DocumentRoute model by changing its lifecycle
state and setting it and all its children in ReadOnly. |
Modifier and Type | Method and Description |
---|---|
List<DocumentRoute> |
DocumentRoutingService.getAvailableDocumentRouteModel(CoreSession session)
Return the list of available
DocumentRoute model the user can
start. |
List<DocumentRoute> |
DocumentRoutingService.getDocumentRoutesForAttachedDocument(CoreSession session,
String attachedDocId) |
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 |
---|---|
DocumentRoute |
DocumentRoutingService.createNewInstance(DocumentRoute model,
List<String> documentIds,
CoreSession session) |
DocumentRoute |
DocumentRoutingService.createNewInstance(DocumentRoute model,
List<String> documentIds,
CoreSession session,
boolean startInstance)
Create a new
DocumentRoute instance from this
DocumentRoute model. |
DocumentRoute |
DocumentRoutingService.createNewInstance(DocumentRoute model,
String documentId,
CoreSession session) |
DocumentRoute |
DocumentRoutingService.createNewInstance(DocumentRoute model,
String documentId,
CoreSession session,
boolean startInstance) |
List<DocumentRouteTableElement> |
DocumentRoutingService.getRouteElements(DocumentRoute route,
CoreSession session)
Computes the list of elements
DocumentRouteTableElement for this
DocumentRoute . |
boolean |
DocumentRoutingService.isLockedByCurrentUser(DocumentRoute routeModel,
CoreSession session)
Verify is this
DocumentRoute is already locked by the current
user. |
void |
DocumentRoutingService.lockDocumentRoute(DocumentRoute routeModel,
CoreSession session)
Locks this
DocumentRoute if not already locked by the current
user. |
DocumentRoute |
DocumentRoutingService.saveRouteAsNewModel(DocumentRoute route,
CoreSession session)
Save a route instance as a new model of route.
|
void |
DocumentRoutingService.unlockDocumentRoute(DocumentRoute routeModel,
CoreSession session)
Unlocks this
DocumentRoute .If the document is not locked throws a
DocumentRouteNotLockedException |
DocumentRoute |
DocumentRoutingService.unlockDocumentRouteUnrestrictedSession(DocumentRoute routeModel,
CoreSession userSession)
Unlock the given
DocumentRoute model under unrestricted session. |
DocumentRoute |
DocumentRoutingService.validateRouteModel(DocumentRoute routeModel,
CoreSession session)
Validates the given
DocumentRoute model by changing its lifecycle
state and setting it and all its children in ReadOnly. |
Constructor and Description |
---|
RouteTable(DocumentRoute route) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentRoutingEngineService.start(DocumentRoute routeInstance,
CoreSession session)
Start or resume a the route.
|
Modifier and Type | Class and Description |
---|---|
class |
DocumentRouteImpl |
Modifier and Type | Method and Description |
---|---|
DocumentRoute |
DocumentRoutingServiceImpl.createNewInstance(DocumentRoute model,
List<String> documentIds,
CoreSession session) |
DocumentRoute |
DocumentRoutingServiceImpl.createNewInstance(DocumentRoute model,
List<String> docIds,
CoreSession session,
boolean startInstance) |
DocumentRoute |
DocumentRoutingServiceImpl.createNewInstance(DocumentRoute model,
String documentId,
CoreSession session) |
DocumentRoute |
DocumentRoutingServiceImpl.createNewInstance(DocumentRoute model,
String documentId,
CoreSession session,
boolean startInstance) |
DocumentRoute |
DocumentRouteElementImpl.getDocumentRoute(CoreSession session) |
DocumentRoute |
DocumentRoutingServiceImpl.saveRouteAsNewModel(DocumentRoute instance,
CoreSession session) |
DocumentRoute |
DocumentRoutingServiceImpl.unlockDocumentRouteUnrestrictedSession(DocumentRoute routeModel,
CoreSession userSession) |
DocumentRoute |
DocumentRoutingServiceImpl.validateRouteModel(DocumentRoute routeModel,
CoreSession userSession) |
Modifier and Type | Method and Description |
---|---|
List<DocumentRoute> |
DocumentRoutingServiceImpl.getAvailableDocumentRouteModel(CoreSession session) |
List<DocumentRoute> |
DocumentRoutingServiceImpl.getDocumentRoutesForAttachedDocument(CoreSession session,
String attachedDocId) |
List<DocumentRoute> |
DocumentRoutingServiceImpl.getDocumentRoutesForAttachedDocument(CoreSession session,
String attachedDocId,
List<DocumentRouteElement.ElementLifeCycleState> states) |
Modifier and Type | Method and Description |
---|---|
DocumentRoute |
DocumentRoutingServiceImpl.createNewInstance(DocumentRoute model,
List<String> documentIds,
CoreSession session) |
DocumentRoute |
DocumentRoutingServiceImpl.createNewInstance(DocumentRoute model,
List<String> docIds,
CoreSession session,
boolean startInstance) |
DocumentRoute |
DocumentRoutingServiceImpl.createNewInstance(DocumentRoute model,
String documentId,
CoreSession session) |
DocumentRoute |
DocumentRoutingServiceImpl.createNewInstance(DocumentRoute model,
String documentId,
CoreSession session,
boolean startInstance) |
List<DocumentRouteTableElement> |
DocumentRoutingServiceImpl.getRouteElements(DocumentRoute route,
CoreSession session) |
boolean |
DocumentRoutingServiceImpl.isLockedByCurrentUser(DocumentRoute routeModel,
CoreSession session) |
void |
DocumentRoutingServiceImpl.lockDocumentRoute(DocumentRoute routeModel,
CoreSession session) |
DocumentRoute |
DocumentRoutingServiceImpl.saveRouteAsNewModel(DocumentRoute instance,
CoreSession session) |
void |
DocumentRoutingEngineServiceImpl.start(DocumentRoute routeInstance,
CoreSession session) |
void |
DocumentRoutingServiceImpl.unlockDocumentRoute(DocumentRoute routeModel,
CoreSession session) |
DocumentRoute |
DocumentRoutingServiceImpl.unlockDocumentRouteUnrestrictedSession(DocumentRoute routeModel,
CoreSession userSession) |
DocumentRoute |
DocumentRoutingServiceImpl.validateRouteModel(DocumentRoute routeModel,
CoreSession userSession) |
Modifier and Type | Method and Description |
---|---|
DocumentRoute |
CreateNewRouteInstanceUnrestricted.getInstance() |
Constructor and Description |
---|
CreateNewRouteInstanceUnrestricted(CoreSession session,
DocumentRoute model,
List<String> docIds,
boolean startInstance,
DocumentRoutingPersister persister) |
Modifier and Type | Method and Description |
---|---|
DocumentRoute |
DocumentRoutingActionsBean.getRelatedRoute() |
Copyright © 2011 Nuxeo SA. All Rights Reserved.