public class IndexingCommands extends Object
Modifier and Type | Field and Description |
---|---|
protected List<IndexingCommand> |
commands |
protected Set<IndexingCommand.Type> |
commandTypes |
protected static org.apache.commons.logging.Log |
log |
protected DocumentModel |
targetDocument |
Modifier | Constructor and Description |
---|---|
protected |
IndexingCommands() |
|
IndexingCommands(DocumentModel targetDocument) |
Modifier and Type | Method and Description |
---|---|
void |
add(IndexingCommand.Type type,
boolean sync,
boolean recurse) |
protected void |
add(IndexingCommand command) |
protected void |
clear() |
boolean |
contains(IndexingCommand.Type command) |
protected IndexingCommand |
find(IndexingCommand.Type command) |
List<IndexingCommand> |
getCommands() |
DocumentModel |
getTargetDocument() |
protected static final org.apache.commons.logging.Log log
protected final List<IndexingCommand> commands
protected final Set<IndexingCommand.Type> commandTypes
protected DocumentModel targetDocument
protected IndexingCommands()
public IndexingCommands(DocumentModel targetDocument)
public void add(IndexingCommand.Type type, boolean sync, boolean recurse)
protected IndexingCommand find(IndexingCommand.Type command)
protected void add(IndexingCommand command)
protected void clear()
public DocumentModel getTargetDocument()
public boolean contains(IndexingCommand.Type command)
public List<IndexingCommand> getCommands()
Copyright © 2018 Nuxeo. All rights reserved.