public abstract class NuxeoQueryCommand extends Object implements NuxeoCommand
| Modifier and Type | Field and Description |
|---|---|
protected static String |
LOG_SEPARATOR |
protected static org.apache.commons.logging.Log |
LOGGER |
| Constructor and Description |
|---|
NuxeoQueryCommand() |
NuxeoQueryCommand(TribuApiQueryForm form) |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(Session nuxeoSession)
Execute a nuxeo command
|
protected String |
getDocumentProperties() |
String |
getId()
Get an id for command (for logging)
|
protected Integer |
getPageNumber() |
protected Integer |
getPageSize() |
protected abstract StringBuilder |
getQuery() |
protected static final org.apache.commons.logging.Log LOGGER
protected static final String LOG_SEPARATOR
public NuxeoQueryCommand()
public NuxeoQueryCommand(TribuApiQueryForm form)
public Object execute(Session nuxeoSession) throws RepositoryException
NuxeoCommandexecute in interface NuxeoCommandRepositoryExceptionprotected abstract StringBuilder getQuery()
protected String getDocumentProperties()
protected Integer getPageSize()
protected Integer getPageNumber()
public String getId()
NuxeoCommandgetId in interface NuxeoCommandCopyright © 2022. All rights reserved.