protected static final class IndexChangeAdapters.MixinTypesChangeAdatper extends IndexChangeAdapters.PropertyChangeAdapter<Name>
ChangeSetAdapter.NodeTypePredicate
index
propertyName, valueFactory
context, predicate
Constructor and Description |
---|
IndexChangeAdapters.MixinTypesChangeAdatper(ExecutionContext context,
ChangeSetAdapter.NodeTypePredicate matcher,
String workspaceName,
org.modeshape.jcr.index.local.LocalDuplicateIndex<Name> index) |
Modifier and Type | Method and Description |
---|---|
protected void |
addNode(String workspaceName,
NodeKey key,
Path path,
Name primaryType,
Set<Name> mixinTypes,
CachedNode.Properties properties,
boolean queryable)
Handle the addition of a node.
|
addValue, addValues, completeChanges, completeWorkspaceChanges, removeValues, toString
convert, modifyProperties, reindexNode, removeNode
includesWorkspace, index
addWorkspace, beginChanges, beginWorkspaceChanges, binaryValueUnused, changeNode, moveNode, notify, removeWorkspace, renameNode, reorderNode, repositoryMetadataChanged, sequenced, sequenceFailure
public IndexChangeAdapters.MixinTypesChangeAdatper(ExecutionContext context, ChangeSetAdapter.NodeTypePredicate matcher, String workspaceName, org.modeshape.jcr.index.local.LocalDuplicateIndex<Name> index)
protected void addNode(String workspaceName, NodeKey key, Path path, Name primaryType, Set<Name> mixinTypes, CachedNode.Properties properties, boolean queryable)
ChangeSetAdapter
addNode
in class IndexChangeAdapters.AbstractPropertyChangeAdapter<Name>
workspaceName
- the workspace in which the node information should be available; may not be nullkey
- the unique key for the node; may not be nullpath
- the path of the node; may not be nullprimaryType
- the primary type of the node; may not be nullmixinTypes
- the mixin types for the node; may not be null but may be emptyproperties
- the properties of the node; may not be null but may be emptyqueryable
- true if the node is queryable, false otherwiseCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.