public abstract class SearchSourceDocumentCommand extends Object implements fr.toutatice.portail.cms.nuxeo.api.INuxeoCommand
INuxeoCommand| Modifier and Type | Field and Description |
|---|---|
protected static String |
OPERATION_ID
Operation identifier.
|
| Constructor and Description |
|---|
SearchSourceDocumentCommand()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(org.nuxeo.ecm.automation.client.Session nuxeoSession) |
String |
getBasePath() |
protected abstract String |
getClause()
Get NXQL clause.
|
String |
getFilter() |
String |
getId() |
SearchScope |
getScope() |
void |
setBasePath(String basePath) |
void |
setFilter(String filter) |
void |
setScope(SearchScope scope) |
protected static final String OPERATION_ID
public Object execute(org.nuxeo.ecm.automation.client.Session nuxeoSession) throws Exception
execute in interface fr.toutatice.portail.cms.nuxeo.api.INuxeoCommandExceptionprotected abstract String getClause()
public String getId()
getId in interface fr.toutatice.portail.cms.nuxeo.api.INuxeoCommandpublic String getBasePath()
public void setBasePath(String basePath)
public String getFilter()
public void setFilter(String filter)
public SearchScope getScope()
public void setScope(SearchScope scope)
Copyright © 2022 OSIVIA. All rights reserved.