Package | Description |
---|---|
org.nuxeo.ecm.core.lifecycle |
LifeCycle API.
|
org.nuxeo.ecm.core.lifecycle.impl |
Implementation of the LifeCycle API.
|
Modifier and Type | Method and Description |
---|---|
LifeCycle |
LifeCycleService.getLifeCycleByName(String name)
Returns a life cycle given its name.
|
LifeCycle |
LifeCycleService.getLifeCycleFor(Document doc)
Returns the life cycle a given document follows.
|
Modifier and Type | Method and Description |
---|---|
Collection<LifeCycle> |
LifeCycleService.getLifeCycles()
Returns all the registered life cycles.
|
Modifier and Type | Class and Description |
---|---|
class |
LifeCycleImpl
Life cycle implementation.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,LifeCycle> |
LifeCycleRegistry.lifeCycles |
Modifier and Type | Method and Description |
---|---|
LifeCycle |
LifeCycleRegistry.getLifeCycle(LifeCycleDescriptor desc)
Returns a life cycle instance out of the life cycle configuration.
|
LifeCycle |
LifeCycleRegistry.getLifeCycle(String name) |
LifeCycle |
LifeCycleServiceImpl.getLifeCycleByName(String name) |
LifeCycle |
LifeCycleServiceImpl.getLifeCycleFor(Document doc) |
Modifier and Type | Method and Description |
---|---|
Collection<LifeCycle> |
LifeCycleServiceImpl.getLifeCycles() |
Collection<LifeCycle> |
LifeCycleRegistry.getLifeCycles() |
Copyright © 2017 Nuxeo. All rights reserved.