Package | Description |
---|---|
org.nuxeo.apidoc.adapters | |
org.nuxeo.apidoc.browse | |
org.nuxeo.apidoc.introspection | |
org.nuxeo.apidoc.repository | |
org.nuxeo.apidoc.snapshot |
Modifier and Type | Class and Description |
---|---|
class |
OperationInfoDocAdapter
Adapter from a Nuxeo document to the
OperationInfo interface. |
Modifier and Type | Method and Description |
---|---|
static OperationInfo |
OperationInfoDocAdapter.create(OperationInfo oi,
CoreSession session,
String containerPath)
Creates an actual document from the
OperationInfo . |
Modifier and Type | Method and Description |
---|---|
int |
OperationInfoDocAdapter.compareTo(OperationInfo o) |
static OperationInfo |
OperationInfoDocAdapter.create(OperationInfo oi,
CoreSession session,
String containerPath)
Creates an actual document from the
OperationInfo . |
Modifier and Type | Method and Description |
---|---|
OperationInfo |
OperationWO.getTargetComponentInfo() |
Modifier and Type | Method and Description |
---|---|
protected String[] |
OperationWO.getInputs(OperationInfo op) |
String |
OperationWO.getInputsAsString(OperationInfo op) |
protected String[] |
OperationWO.getOutputs(OperationInfo op) |
String |
OperationWO.getOutputsAsString(OperationInfo op) |
Modifier and Type | Class and Description |
---|---|
class |
OperationInfoImpl
DTO for an
OperationInfo , used for the runtime implementation. |
Modifier and Type | Field and Description |
---|---|
protected List<OperationInfo> |
RuntimeSnapshot.operations |
Modifier and Type | Method and Description |
---|---|
OperationInfo |
RuntimeSnapshot.getOperation(String id) |
Modifier and Type | Method and Description |
---|---|
List<OperationInfo> |
RuntimeSnapshot.getOperations() |
Modifier and Type | Method and Description |
---|---|
int |
OperationInfoImpl.compareTo(OperationInfo o) |
Modifier and Type | Method and Description |
---|---|
OperationInfo |
RepositoryDistributionSnapshot.getOperation(String id) |
Modifier and Type | Method and Description |
---|---|
List<OperationInfo> |
RepositoryDistributionSnapshot.getOperations() |
Modifier and Type | Method and Description |
---|---|
void |
SnapshotPersister.persistOperation(DistributionSnapshot snapshot,
OperationInfo op,
CoreSession session,
String label,
DocumentModel parent) |
Modifier and Type | Method and Description |
---|---|
void |
SnapshotPersister.persistOperations(DistributionSnapshot snapshot,
List<OperationInfo> operations,
CoreSession session,
String label,
DocumentModel parent,
SnapshotFilter filter) |
Modifier and Type | Method and Description |
---|---|
OperationInfo |
DistributionSnapshot.getOperation(String id) |
Modifier and Type | Method and Description |
---|---|
List<OperationInfo> |
DistributionSnapshot.getOperations() |
Copyright © 2018 Nuxeo. All rights reserved.