|
ModeShape Distribution 3.5.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Connectors | |
---|---|
org.modeshape.jcr.cache | |
org.modeshape.jcr.cache.document | |
org.modeshape.jcr.federation |
Uses of Connectors in org.modeshape.jcr.cache |
---|
Methods in org.modeshape.jcr.cache with parameters of type Connectors | |
---|---|
void |
MutableCachedNode.deepClone(SessionCache cache,
CachedNode sourceNode,
SessionCache sourceCache,
String systemWorkspaceKey,
Connectors connectors)
Clones into this node all the properties and children (deep clone) from the given source node. |
Map<NodeKey,NodeKey> |
MutableCachedNode.deepCopy(SessionCache cache,
CachedNode sourceNode,
SessionCache sourceCache,
String systemWorkspaceKey,
Connectors connectors)
Copies into this node all the properties and children (deep copy) from the given source node. |
Uses of Connectors in org.modeshape.jcr.cache.document |
---|
Fields in org.modeshape.jcr.cache.document declared as Connectors | |
---|---|
protected Connectors |
SessionNode.DeepCopy.connectors
|
Methods in org.modeshape.jcr.cache.document with parameters of type Connectors | |
---|---|
void |
SessionNode.deepClone(SessionCache cache,
CachedNode sourceNode,
SessionCache sourceCache,
String systemWorkspaceKey,
Connectors connectors)
|
Map<NodeKey,NodeKey> |
SessionNode.deepCopy(SessionCache cache,
CachedNode sourceNode,
SessionCache sourceCache,
String systemWorkspaceKey,
Connectors connectors)
|
Constructors in org.modeshape.jcr.cache.document with parameters of type Connectors | |
---|---|
SessionNode.DeepClone(SessionNode targetNode,
WritableSessionCache cache,
CachedNode sourceNode,
SessionCache sourceCache,
String systemWorkspaceKey,
Connectors connectors)
|
|
SessionNode.DeepCopy(SessionNode targetNode,
WritableSessionCache cache,
CachedNode sourceNode,
SessionCache sourceCache,
String systemWorkspaceKey,
Connectors connectors)
|
Uses of Connectors in org.modeshape.jcr.federation |
---|
Constructors in org.modeshape.jcr.federation with parameters of type Connectors | |
---|---|
ConnectorChangeSetImpl(Connectors connectors,
Connectors.PathMappings mappings,
String processId,
String repositoryKey,
ChangeBus bus,
DateTimeFactory timeFactory)
|
|
FederatedDocumentStore(Connectors connectors,
SchematicDb localDb)
Creates a new instance with the given connectors and local db. |
|
ModeShape Distribution 3.5.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |