| Package | Description |
|---|---|
| org.osivia.services.editor.common.model | |
| org.osivia.services.editor.common.repository | |
| org.osivia.services.editor.common.repository.command |
| Modifier and Type | Field and Description |
|---|---|
static SearchScope |
SearchScope.DEFAULT
Default search scope.
|
| Modifier and Type | Method and Description |
|---|---|
static SearchScope |
SearchScope.fromId(String id)
Get search scope from identifier.
|
SearchScope |
SourceDocumentForm.getScope() |
static SearchScope |
SearchScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchScope[] |
SearchScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<SearchScope> |
SourceDocumentForm.getAvailableScopes() |
| Modifier and Type | Method and Description |
|---|---|
void |
SourceDocumentForm.setScope(SearchScope scope) |
| Modifier and Type | Method and Description |
|---|---|
void |
SourceDocumentForm.setAvailableScopes(List<SearchScope> availableScopes) |
| Modifier and Type | Method and Description |
|---|---|
org.nuxeo.ecm.automation.client.model.PaginableDocuments |
CommonRepository.searchDocuments(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
String basePath,
String filter,
SearchScope scope)
Search documents.
|
org.nuxeo.ecm.automation.client.model.PaginableDocuments |
CommonRepositoryImpl.searchDocuments(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
String basePath,
String filter,
SearchScope scope) |
| Modifier and Type | Method and Description |
|---|---|
SearchScope |
SearchSourceDocumentCommand.getScope() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchSourceDocumentCommand.setScope(SearchScope scope) |
Copyright © 2021 OSIVIA. All rights reserved.