protected abstract static class IndexChangeAdapters.EnumeratedPropertyChangeAdapter extends IndexChangeAdapters.AbstractPropertyChangeAdapter<String>
ChangeSetAdapter.NodeTypePredicate| Modifier and Type | Field and Description |
|---|---|
protected LocalIndex<String> |
index |
propertyName, valueFactorycontext, predicate| Constructor and Description |
|---|
IndexChangeAdapters.EnumeratedPropertyChangeAdapter(ExecutionContext context,
ChangeSetAdapter.NodeTypePredicate matcher,
String workspaceName,
Name propertyName,
LocalIndex<String> index) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addValue(NodeKey key,
Object value) |
protected void |
addValues(NodeKey key,
Property property) |
protected void |
completeChanges()
Signals the end of processing for the changes in a transaction described by a single
ChangeSet. |
protected void |
completeWorkspaceChanges()
Signals the end of processing for the workspace-related changes in a transaction described by a single
ChangeSet. |
protected void |
removeValues(NodeKey key) |
String |
toString() |
addNode, convert, modifyProperties, reindexNode, removeNodeincludesWorkspace, indexaddWorkspace, beginChanges, beginWorkspaceChanges, binaryValueUnused, changeNode, moveNode, notify, removeWorkspace, renameNode, reorderNode, repositoryMetadataChanged, sequenced, sequenceFailureprotected final LocalIndex<String> index
public IndexChangeAdapters.EnumeratedPropertyChangeAdapter(ExecutionContext context, ChangeSetAdapter.NodeTypePredicate matcher, String workspaceName, Name propertyName, LocalIndex<String> index)
protected void addValues(NodeKey key, Property property)
addValues in class IndexChangeAdapters.AbstractPropertyChangeAdapter<String>protected final void addValue(NodeKey key, Object value)
addValue in class IndexChangeAdapters.AbstractPropertyChangeAdapter<String>protected void removeValues(NodeKey key)
removeValues in class IndexChangeAdapters.AbstractPropertyChangeAdapter<String>protected void completeChanges()
ChangeSetAdapterChangeSet.completeChanges in class ChangeSetAdapterChangeSetAdapter.beginChanges()protected void completeWorkspaceChanges()
ChangeSetAdapterChangeSet.completeWorkspaceChanges in class ChangeSetAdapterChangeSetAdapter.beginWorkspaceChanges()Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.