Modifier and Type | Class and Description |
---|---|
class |
BaseNuxeoArtifactDocAdapter |
class |
BundleGroupDocAdapter |
class |
BundleInfoDocAdapter |
class |
ComponentInfoDocAdapter |
class |
ExtensionInfoDocAdapter |
class |
ExtensionPointInfoDocAdapter |
class |
OperationInfoDocAdapter
Adapter from a Nuxeo document to the
OperationInfo interface. |
class |
SeamComponentInfoDocAdapter |
class |
ServiceInfoDocAdapter |
Modifier and Type | Interface and Description |
---|---|
interface |
BundleGroup |
interface |
BundleInfo |
interface |
ComponentInfo |
interface |
ExtensionInfo |
interface |
ExtensionPointInfo |
interface |
OperationInfo
Information about an operation
|
interface |
SeamComponentInfo |
interface |
ServiceInfo |
Modifier and Type | Class and Description |
---|---|
class |
BaseNuxeoArtifact |
Modifier and Type | Method and Description |
---|---|
int |
NuxeoArtifactComparator.compare(NuxeoArtifact o1,
NuxeoArtifact o2) |
Modifier and Type | Method and Description |
---|---|
NuxeoArtifact |
BundleGroupWO.getNxArtifact() |
NuxeoArtifact |
BundleWO.getNxArtifact() |
NuxeoArtifact |
ContributionWO.getNxArtifact() |
abstract NuxeoArtifact |
NuxeoArtifactWebObject.getNxArtifact() |
NuxeoArtifact |
ExtensionPointWO.getNxArtifact() |
NuxeoArtifact |
SeamComponentWO.getNxArtifact() |
NuxeoArtifact |
OperationWO.getNxArtifact() |
NuxeoArtifact |
ComponentWO.getNxArtifact() |
NuxeoArtifact |
ServiceWO.getNxArtifact() |
Constructor and Description |
---|
SimpleDocumentationItem(NuxeoArtifact nxItem) |
Modifier and Type | Field and Description |
---|---|
protected NuxeoArtifact |
AssociatedDocumentsImpl.item |
Modifier and Type | Method and Description |
---|---|
DocumentationItem |
DocumentationService.createDocumentationItem(CoreSession session,
NuxeoArtifact item,
String title,
String content,
String type,
List<String> applicableVersions,
boolean approved,
String renderingType) |
DocumentationItem |
DocumentationComponent.createDocumentationItem(CoreSession session,
NuxeoArtifact item,
String title,
String content,
String type,
List<String> applicableVersions,
boolean approved,
String renderingType) |
protected DocumentationItem |
DocumentationComponent.findBestMatch(NuxeoArtifact nxItem,
List<DocumentationItem> docItems) |
List<DocumentationItem> |
DocumentationService.findDocumentItems(CoreSession session,
NuxeoArtifact nxItem) |
List<DocumentationItem> |
DocumentationComponent.findDocumentItems(CoreSession session,
NuxeoArtifact nxItem) |
Constructor and Description |
---|
AssociatedDocumentsImpl(NuxeoArtifact item,
CoreSession session) |
ResourceDocumentationItem(ResourceDocumentationItem other,
NuxeoArtifact target) |
ResourceDocumentationItem(String filename,
String content,
String type,
NuxeoArtifact target) |
Modifier and Type | Class and Description |
---|---|
class |
BundleGroupImpl |
class |
BundleInfoImpl |
class |
ComponentInfoImpl |
class |
ExtensionInfoImpl |
class |
ExtensionPointInfoImpl |
class |
OperationInfoImpl
DTO for an
OperationInfo , used for the runtime implementation. |
class |
RuntimeSnapshot |
class |
SeamComponentInfoImpl |
class |
ServiceInfoImpl |
Modifier and Type | Class and Description |
---|---|
class |
RepositoryDistributionSnapshot |
Modifier and Type | Method and Description |
---|---|
protected void |
SnapshotPersister.persistLiveDoc(Map<String,ResourceDocumentationItem> liveDoc,
NuxeoArtifact item,
CoreSession session) |
Modifier and Type | Field and Description |
---|---|
protected NuxeoArtifact |
ArtifactWithWeight.artifact |
Modifier and Type | Method and Description |
---|---|
NuxeoArtifact |
ArtifactWithWeight.getArtifact() |
protected NuxeoArtifact |
ArtifactSearcherImpl.mapDoc2Artifact(DocumentModel doc) |
protected NuxeoArtifact |
ArtifactSearcherImpl.resolveInTree(CoreSession session,
String distribId,
DocumentationItem matchingDocumentationItem,
String searchedType) |
protected NuxeoArtifact |
ArtifactSearcherImpl.resolveInTree(CoreSession session,
String distribId,
NuxeoArtifact matchingArtifact,
String searchedType) |
Modifier and Type | Method and Description |
---|---|
List<NuxeoArtifact> |
ArtifactSearcherImpl.filterArtifact(CoreSession session,
String distribId,
String type,
String fulltext) |
List<NuxeoArtifact> |
ArtifactSearcher.filterArtifact(CoreSession session,
String distribId,
String type,
String fulltext) |
List<NuxeoArtifact> |
ArtifactSearcherImpl.searchArtifact(CoreSession session,
String distribId,
String fulltext) |
List<NuxeoArtifact> |
ArtifactSearcher.searchArtifact(CoreSession session,
String distribId,
String fulltext) |
Modifier and Type | Method and Description |
---|---|
protected NuxeoArtifact |
ArtifactSearcherImpl.resolveInTree(CoreSession session,
String distribId,
NuxeoArtifact matchingArtifact,
String searchedType) |
Constructor and Description |
---|
ArtifactWithWeight(NuxeoArtifact artifact) |
Modifier and Type | Method and Description |
---|---|
List<String> |
SnapshotManagerComponent.getAvailableVersions(CoreSession session,
NuxeoArtifact nxItem) |
List<String> |
SnapshotManager.getAvailableVersions(CoreSession session,
NuxeoArtifact nxItem) |
Modifier and Type | Class and Description |
---|---|
class |
VirtualNode |
Copyright © 2016 Nuxeo SA. All rights reserved.