Package | Description |
---|---|
org.modeshape.jcr |
Modifier and Type | Method and Description |
---|---|
protected Connectors.Snapshot |
Connectors.Snapshot.withOnlyProjectionConfigurations()
Create a new snapshot that contains only the same
projection configurations that this
snapshot contains. |
protected Connectors.Snapshot |
Connectors.Snapshot.withoutConnectors(Iterable<Connector> connectors)
Create a new snapshot that is a copy of this snapshot but which excludes any of the supplied connector instances.
|
protected Connectors.Snapshot |
Connectors.Snapshot.withoutProjection(String externalNodeKey)
Create a new snapshot that excludes any existing projection that uses the supplied external node key.
|
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.
|
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.
|
Constructor and Description |
---|
Snapshot(Connectors.Snapshot original) |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.