protected static final class IndexChangeAdapters.PrimaryTypeChangeAdatper extends IndexChangeAdapters.PropertyChangeAdapter<Name>
ChangeSetAdapter.NodeTypePredicateindexpropertyName, valueFactorycontext, predicate| Constructor and Description |
|---|
IndexChangeAdapters.PrimaryTypeChangeAdatper(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, toStringconvert, modifyProperties, reindexNode, removeNodeincludesWorkspace, indexaddWorkspace, beginChanges, beginWorkspaceChanges, binaryValueUnused, changeNode, moveNode, notify, removeWorkspace, renameNode, reorderNode, repositoryMetadataChanged, sequenced, sequenceFailurepublic IndexChangeAdapters.PrimaryTypeChangeAdatper(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)
ChangeSetAdapteraddNode 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.