Package | Description |
---|---|
org.modeshape.jcr |
Modifier and Type | Method and Description |
---|---|
Connectors.Projection |
Connectors.Snapshot.getProjectionForExternalNode(String externalNodeKey)
Get the projection that uses the supplied external node key.
|
Modifier and Type | Method and Description |
---|---|
Collection<Connectors.Projection> |
Connectors.Snapshot.getProjections()
Get the
Connectors.Projection instances in this snapshot. |
Modifier and Type | Method and Description |
---|---|
protected Connectors.Snapshot |
Connectors.Snapshot.withoutProjections(Connectors.Projection... projections)
Create a new snapshot that is a copy of this snapshot but without the supplied projections.
|
protected Connectors.Snapshot |
Connectors.Snapshot.withProjection(Connectors.Projection projection)
Create a new snapshot that is a copy of this snapshot but which includes the supplied projection.
|
Modifier and Type | Method and Description |
---|---|
protected Connectors.Snapshot |
Connectors.Snapshot.withProjections(Iterable<Connectors.Projection> projections)
Create a new snapshot that is a copy of this snapshot but which includes the supplied projections.
|
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.