| 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 |
EditorImageSourceDocumentForm.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> |
EditorImageSourceDocumentForm.getAvailableScopes() |
| Modifier and Type | Method and Description |
|---|---|
void |
EditorImageSourceDocumentForm.setScope(SearchScope scope) |
| Modifier and Type | Method and Description |
|---|---|
void |
EditorImageSourceDocumentForm.setAvailableScopes(List<SearchScope> availableScopes) |
| Modifier and Type | Method and Description |
|---|---|
List<org.nuxeo.ecm.automation.client.model.Document> |
EditorImageRepository.search(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
String basePath,
String filter,
SearchScope scope)
Search image documents.
|
List<org.nuxeo.ecm.automation.client.model.Document> |
EditorImageRepositoryImpl.search(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
String basePath,
String filter,
SearchScope scope) |
| Constructor and Description |
|---|
SearchImageDocumentsCommand(String basePath,
String filter,
SearchScope scope)
Constructor.
|
Copyright © 2021 OSIVIA. All rights reserved.