Package | Description |
---|---|
org.modeshape.jcr | |
org.modeshape.jcr.federation | |
org.modeshape.jcr.value |
Nodes in a graph contain properties, and this package defines the interfaces, classes and exceptions for
representing and working with properties and their values.
|
Modifier and Type | Field and Description |
---|---|
protected static Collection<WorkspaceAndPath> |
Connectors.AbstractPathMappings.EMPTY |
Modifier and Type | Method and Description |
---|---|
WorkspaceAndPath |
Connectors.PathMapping.resolveExternalPathToInternal(Path externalPath,
PathFactory pathFactory)
Attempt to resolve the supplied external path to an internal path.
|
Modifier and Type | Method and Description |
---|---|
Collection<WorkspaceAndPath> |
Connectors.PathMappings.resolveExternalPathToInternal(Path externalPath)
Attempt to resolve the supplied external path (from the point of view of a connector) to the internal repository
path(s) using the connector's projections at the time this object
was
obtained . |
Collection<WorkspaceAndPath> |
Connectors.EmptyPathMappings.resolveExternalPathToInternal(Path externalPath) |
Collection<WorkspaceAndPath> |
Connectors.BasicPathMappings.resolveExternalPathToInternal(Path externalPath) |
Modifier and Type | Method and Description |
---|---|
protected RecordingChanges |
ConnectorChangeSetImpl.changesFor(WorkspaceAndPath workspaceAndPath) |
Modifier and Type | Method and Description |
---|---|
WorkspaceAndPath |
WorkspaceAndPath.withPath(Path path)
Create a new instance that contains the current workspace name but which uses the supplied path.
|
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.