public interface ArtifactSearcher
Modifier and Type | Method and Description |
---|---|
List<NuxeoArtifact> |
filterArtifact(CoreSession session,
String distribId,
String type,
String fulltext) |
List<NuxeoArtifact> |
searchArtifact(CoreSession session,
String fulltext) |
List<DocumentationItem> |
searchDocumentation(CoreSession session,
String distribId,
String fulltext,
String targetType) |
List<NuxeoArtifact> searchArtifact(CoreSession session, String fulltext) throws Exception
Exception
List<DocumentationItem> searchDocumentation(CoreSession session, String distribId, String fulltext, String targetType) throws Exception
Exception
List<NuxeoArtifact> filterArtifact(CoreSession session, String distribId, String type, String fulltext) throws Exception
Exception
Copyright © 2013 Nuxeo SA. All Rights Reserved.