Method |
Description |
|
__construct ( Jackalope\FactoryInterface $factory, Doctrine\DBAL\Connection $conn, array $caches = [] ) |
|
|
commitTransaction ( ) |
{@inheritDoc} |
|
copyNode ( $srcAbsPath, $dstAbsPath, $srcWorkspace = null ) |
{@inheritDoc} |
|
createWorkspace ( $name, $srcWorkspace = null ) |
{@inheritDoc} |
|
deleteNodeImmediately ( $absPath ) |
{@inheritDoc} |
|
deleteNodes ( array $operations ) |
{@inheritDoc} |
|
deleteProperties ( array $operation ) |
{@inheritDoc} |
|
deletePropertyImmediately ( $absPath ) |
{@inheritDoc} |
|
deleteWorkspace ( $name ) |
{@inheritDoc} |
|
getAccessibleWorkspaceNames ( ) |
{@inheritDoc} |
|
getNamespaces ( ) |
{@inheritDoc} |
|
getNode ( $path ) |
{@inheritDoc} |
|
getNodeByIdentifier ( $uuid ) |
{@inheritDoc} |
|
getNodePathForIdentifier ( $uuid, $workspace = null ) |
{@inheritDoc} |
|
getNodeTypes ( $nodeTypes = [] ) |
{@inheritDoc} |
|
getNodes ( $paths ) |
{@inheritDoc} |
|
getNodesByIdentifier ( $uuids ) |
{@inheritDoc} |
|
getReferences ( $path, $name = null ) |
{@inheritDoc} |
|
getWeakReferences ( $path, $name = null ) |
{@inheritDoc} |
|
moveNodeImmediately ( $srcAbsPath, $dstAbsPath ) |
{@inheritDoc} |
|
moveNodes ( array $operations ) |
{@inheritDoc} |
|
query ( Query $query ) |
{@inheritDoc} |
|
registerNamespace ( $prefix, $uri ) |
{@inheritDoc} |
|
registerNodeTypes ( $types, $allowUpdate ) |
{@inheritDoc} |
|
reorderChildren ( Node $node ) |
{@inheritDoc} |
|
rollbackTransaction ( ) |
{@inheritDoc} |
|
setKeySanitizer ( Closure $sanitizer ) |
|
|
storeNodes ( array $operations ) |
{@inheritDoc} |
|
unregisterNamespace ( $prefix ) |
{@inheritDoc} |
|