| Constructor and Description |
|---|
AVMNetworkFile(AVMNodeDescriptor details,
String avmPath,
int avmVersion,
org.alfresco.service.cmr.repository.NodeService nodeService,
AVMService avmService)
Class constructor
|
AVMSearchContext(AVMNodeDescriptor[] fileList,
int attrib,
WildCard filter,
String parentPath,
boolean readOnly)
Class constructor
|
AVMSingleFileSearchContext(AVMNodeDescriptor fileDetails,
String relPath,
boolean readOnly)
Class constructor
|
| Modifier and Type | Method and Description |
|---|---|
AVMNodeDescriptor |
AVMRepository.createDirectory(AVMNodeDescriptor parent,
String name)
Create a new directory.
|
AVMNodeDescriptor |
AVMServiceImpl.forceCopy(String path)
Force copy on write of a path.
|
AVMNodeDescriptor |
AVMLockingAwareService.forceCopy(String path) |
AVMNodeDescriptor |
MultiTAVMService.forceCopy(String path) |
AVMNodeDescriptor |
AVMRepository.forceCopy(String path)
Force a copy on write.
|
AVMNodeDescriptor |
AVMRepository.getAVMStoreRoot(int version,
String name)
Get a descriptor for an AVMStore root.
|
AVMNodeDescriptor |
AVMServiceImpl.getCommonAncestor(AVMNodeDescriptor left,
AVMNodeDescriptor right)
Get the common ancestor of two nodes if one exists.
|
AVMNodeDescriptor |
AVMLockingAwareService.getCommonAncestor(AVMNodeDescriptor left,
AVMNodeDescriptor right) |
AVMNodeDescriptor |
MultiTAVMService.getCommonAncestor(AVMNodeDescriptor left,
AVMNodeDescriptor right) |
AVMNodeDescriptor |
AVMRemoteLocal.getCommonAncestor(AVMNodeDescriptor left,
AVMNodeDescriptor right) |
AVMNodeDescriptor |
AVMRepository.getCommonAncestor(AVMNodeDescriptor left,
AVMNodeDescriptor right)
Get the common ancestor of two nodes if one exists.
|
AVMNodeDescriptor |
AVMRemoteTransportService.getCommonAncestor(String ticket,
AVMNodeDescriptor left,
AVMNodeDescriptor right)
Get the most recent common ancestor of two nodes.
|
AVMNodeDescriptor |
DeletedNodeImpl.getDescriptor(org.alfresco.repo.avm.Lookup lPath)
Get a descriptor.
|
AVMNodeDescriptor |
AVMNode.getDescriptor(org.alfresco.repo.avm.Lookup lPath)
Get the descriptor for this node.
|
AVMNodeDescriptor |
PlainFileNodeImpl.getDescriptor(org.alfresco.repo.avm.Lookup lPath)
Get the descriptor for this node.
|
AVMNodeDescriptor |
PlainDirectoryNodeImpl.getDescriptor(org.alfresco.repo.avm.Lookup lPath)
Get the descriptor for this node.
|
AVMNodeDescriptor |
LayeredDirectoryNodeImpl.getDescriptor(org.alfresco.repo.avm.Lookup lPath)
Get the descriptor for this node.
|
AVMNodeDescriptor |
LayeredFileNodeImpl.getDescriptor(org.alfresco.repo.avm.Lookup lPath)
Get the descriptor for this node.
|
AVMNodeDescriptor |
DeletedNodeImpl.getDescriptor(org.alfresco.repo.avm.Lookup lPath,
String name)
Get a descriptor.
|
AVMNodeDescriptor |
AVMNode.getDescriptor(org.alfresco.repo.avm.Lookup lPath,
String name)
Get the descriptor for this node.
|
AVMNodeDescriptor |
PlainFileNodeImpl.getDescriptor(org.alfresco.repo.avm.Lookup lPath,
String name)
Get the descriptor for this node.
|
AVMNodeDescriptor |
PlainDirectoryNodeImpl.getDescriptor(org.alfresco.repo.avm.Lookup lPath,
String name)
Get the descriptor for this node.
|
AVMNodeDescriptor |
LayeredDirectoryNodeImpl.getDescriptor(org.alfresco.repo.avm.Lookup lPath,
String name)
Get the descriptor for this node.
|
AVMNodeDescriptor |
LayeredFileNodeImpl.getDescriptor(org.alfresco.repo.avm.Lookup lPath,
String name)
Get the descriptor for this node.
|
AVMNodeDescriptor |
DeletedNodeImpl.getDescriptor(String parentPath,
String name,
String parentIndirection,
int parentIndirectionVersion)
Get a descriptor.
|
AVMNodeDescriptor |
AVMNode.getDescriptor(String parentPath,
String name,
String parentIndirection,
int parentIndirectionVersion)
Get a node descriptor for this node.
|
AVMNodeDescriptor |
PlainFileNodeImpl.getDescriptor(String parentPath,
String name,
String parentIndirection,
int parentIndirectionVersion)
Get the descriptor for this.
|
AVMNodeDescriptor |
PlainDirectoryNodeImpl.getDescriptor(String parentPath,
String name,
String parentIndirection,
int parentIndirectionVersion)
Get this node's descriptor.
|
AVMNodeDescriptor |
LayeredDirectoryNodeImpl.getDescriptor(String parentPath,
String name,
String parentIndirection,
int parentIndirectionVersion)
Get a descriptor for this.
|
AVMNodeDescriptor |
LayeredFileNodeImpl.getDescriptor(String parentPath,
String name,
String parentIndirection,
int parentIndirectionVersion)
Get the descriptor for this node.
|
AVMNodeDescriptor[] |
AVMServiceImpl.getDirectoryListingArray(AVMNodeDescriptor dir,
boolean includeDeleted)
Get a directory listing as an Array of node descriptors.
|
AVMNodeDescriptor[] |
AVMLockingAwareService.getDirectoryListingArray(AVMNodeDescriptor dir,
boolean includeDeleted) |
AVMNodeDescriptor[] |
MultiTAVMService.getDirectoryListingArray(AVMNodeDescriptor dir,
boolean includeDeleted) |
AVMNodeDescriptor[] |
AVMServiceImpl.getDirectoryListingArray(int version,
String path,
boolean includeDeleted)
Get a directory listing as an Array of AVMNodeDescriptors.
|
AVMNodeDescriptor[] |
AVMLockingAwareService.getDirectoryListingArray(int version,
String path,
boolean includeDeleted) |
AVMNodeDescriptor[] |
MultiTAVMService.getDirectoryListingArray(int version,
String path,
boolean includeDeleted) |
AVMNodeDescriptor |
AVMStore.getRoot(int version)
Get the specified root as a descriptor.
|
AVMNodeDescriptor |
AVMStoreImpl.getRoot(int version)
Get the root node descriptor.
|
AVMNodeDescriptor |
AVMServiceImpl.getStoreRoot(int version,
String name)
Get a descriptor for the specified AVMStore root.
|
AVMNodeDescriptor |
AVMLockingAwareService.getStoreRoot(int version,
String name) |
AVMNodeDescriptor |
MultiTAVMService.getStoreRoot(int version,
String storeName) |
AVMNodeDescriptor |
AVMRemoteLocal.getStoreRoot(int version,
String name) |
AVMNodeDescriptor |
AVMRemoteTransportService.getStoreRoot(String ticket,
int version,
String name)
Get the specified root of the specified store.
|
AVMNodeDescriptor |
AVMServiceImpl.lookup(AVMNodeDescriptor dir,
String name)
Lookup a node descriptor from a directory node descriptor.
|
AVMNodeDescriptor |
AVMLockingAwareService.lookup(AVMNodeDescriptor dir,
String name) |
AVMNodeDescriptor |
MultiTAVMService.lookup(AVMNodeDescriptor dir,
String name) |
AVMNodeDescriptor |
AVMRemoteLocal.lookup(AVMNodeDescriptor dir,
String name) |
AVMNodeDescriptor |
AVMServiceImpl.lookup(AVMNodeDescriptor dir,
String name,
boolean includeDeleted)
Lookup a node from a directory node, with the option of seeing
Deleted Nodes.
|
AVMNodeDescriptor |
AVMLockingAwareService.lookup(AVMNodeDescriptor dir,
String name,
boolean includeDeleted) |
AVMNodeDescriptor |
MultiTAVMService.lookup(AVMNodeDescriptor dir,
String name,
boolean includeDeleted) |
AVMNodeDescriptor |
AVMRemoteLocal.lookup(AVMNodeDescriptor dir,
String name,
boolean includeDeleted) |
AVMNodeDescriptor |
AVMRepository.lookup(AVMNodeDescriptor dir,
String name,
boolean includeDeleted)
Lookup a descriptor from a directory descriptor.
|
AVMNodeDescriptor |
AVMServiceImpl.lookup(int version,
String path)
Look up information about a node.
|
AVMNodeDescriptor |
AVMLockingAwareService.lookup(int version,
String path) |
AVMNodeDescriptor |
MultiTAVMService.lookup(int version,
String path) |
AVMNodeDescriptor |
AVMRemoteLocal.lookup(int version,
String path) |
AVMNodeDescriptor |
AVMServiceImpl.lookup(int version,
String path,
boolean includeDeleted)
Lookup a node by version ids and path, with the option of
seeing Deleted Nodes.
|
AVMNodeDescriptor |
AVMLockingAwareService.lookup(int version,
String path,
boolean includeDeleted) |
AVMNodeDescriptor |
MultiTAVMService.lookup(int version,
String path,
boolean includeDeleted) |
AVMNodeDescriptor |
AVMRemoteLocal.lookup(int version,
String path,
boolean includeDeleted) |
AVMNodeDescriptor |
AVMRemoteTransportService.lookup(String ticket,
AVMNodeDescriptor dir,
String name)
Get a descriptor for the specified node.
|
AVMNodeDescriptor |
AVMRemoteTransportService.lookup(String ticket,
AVMNodeDescriptor dir,
String name,
boolean includeDeleted)
Lookup a node identified by the directory that contains it, and its name;
optionally, the lookup can retrive the descriptor of a node even if
it has been deleted from its containing directory.
|
AVMNodeDescriptor |
AVMRemoteTransportService.lookup(String ticket,
int version,
String path)
Get a descriptor for the specified node.
|
AVMNodeDescriptor |
AVMRemoteTransportService.lookup(String ticket,
int version,
String path,
boolean includeDeleted)
Lookup a node identified by version ID and path; optionally,
if the node is deleted, its descriptor can still
be retrieved.
|
AVMNodeDescriptor |
DirectoryNode.lookupChild(AVMNodeDescriptor mine,
String name,
boolean includeDeleted)
Lookup a child node using an AVMNodeDescriptor as context.
|
AVMNodeDescriptor |
PlainDirectoryNodeImpl.lookupChild(AVMNodeDescriptor mine,
String name,
boolean includeDeleted)
Lookup a child using a node descriptor as context.
|
AVMNodeDescriptor |
LayeredDirectoryNodeImpl.lookupChild(AVMNodeDescriptor mine,
String name,
boolean includeDeleted)
Lookup a child using a node descriptor as context.
|
| Modifier and Type | Method and Description |
|---|---|
SortedMap<String,AVMNodeDescriptor> |
AVMServiceImpl.getDirectoryListing(AVMNodeDescriptor dir)
Get a directory listing from a node descriptor.
|
SortedMap<String,AVMNodeDescriptor> |
AVMLockingAwareService.getDirectoryListing(AVMNodeDescriptor dir) |
SortedMap<String,AVMNodeDescriptor> |
MultiTAVMService.getDirectoryListing(AVMNodeDescriptor dir) |
SortedMap<String,AVMNodeDescriptor> |
AVMRemoteLocal.getDirectoryListing(AVMNodeDescriptor dir) |
SortedMap<String,AVMNodeDescriptor> |
AVMServiceImpl.getDirectoryListing(AVMNodeDescriptor dir,
boolean includeDeleted)
Get a directory listing from a node descriptor, with the option of
seeing deleted nodes.
|
SortedMap<String,AVMNodeDescriptor> |
AVMLockingAwareService.getDirectoryListing(AVMNodeDescriptor dir,
boolean includeDeleted) |
SortedMap<String,AVMNodeDescriptor> |
MultiTAVMService.getDirectoryListing(AVMNodeDescriptor dir,
boolean includeDeleted) |
SortedMap<String,AVMNodeDescriptor> |
AVMServiceImpl.getDirectoryListing(AVMNodeDescriptor dir,
String childPattern) |
SortedMap<String,AVMNodeDescriptor> |
AVMLockingAwareService.getDirectoryListing(AVMNodeDescriptor dir,
String childNamePattern) |
SortedMap<String,AVMNodeDescriptor> |
MultiTAVMService.getDirectoryListing(AVMNodeDescriptor dir,
String childNamePattern) |
SortedMap<String,AVMNodeDescriptor> |
AVMServiceImpl.getDirectoryListing(AVMNodeDescriptor dir,
String childNamePattern,
boolean includeDeleted) |
SortedMap<String,AVMNodeDescriptor> |
AVMServiceImpl.getDirectoryListing(int version,
String path)
Get a directory listing.
|
SortedMap<String,AVMNodeDescriptor> |
AVMLockingAwareService.getDirectoryListing(int version,
String path) |
SortedMap<String,AVMNodeDescriptor> |
MultiTAVMService.getDirectoryListing(int version,
String path) |
SortedMap<String,AVMNodeDescriptor> |
AVMRemoteLocal.getDirectoryListing(int version,
String path) |
SortedMap<String,AVMNodeDescriptor> |
AVMServiceImpl.getDirectoryListing(int version,
String path,
boolean includeDeleted)
Get a listing of a Folder by name, with the option of seeing
Deleted Nodes.
|
SortedMap<String,AVMNodeDescriptor> |
AVMLockingAwareService.getDirectoryListing(int version,
String path,
boolean includeDeleted) |
SortedMap<String,AVMNodeDescriptor> |
MultiTAVMService.getDirectoryListing(int version,
String path,
boolean includeDeleted) |
SortedMap<String,AVMNodeDescriptor> |
AVMRemoteTransportService.getDirectoryListing(String ticket,
AVMNodeDescriptor dir)
Get a directory listing from a node descriptor.
|
SortedMap<String,AVMNodeDescriptor> |
AVMRemoteTransportService.getDirectoryListing(String ticket,
int version,
String path)
Get a listing of a directory.
|
SortedMap<String,AVMNodeDescriptor> |
AVMServiceImpl.getDirectoryListingDirect(AVMNodeDescriptor dir,
boolean includeDeleted)
Get a listing of all the directly contained children of a directory.
|
SortedMap<String,AVMNodeDescriptor> |
AVMLockingAwareService.getDirectoryListingDirect(AVMNodeDescriptor dir,
boolean includeDeleted) |
SortedMap<String,AVMNodeDescriptor> |
MultiTAVMService.getDirectoryListingDirect(AVMNodeDescriptor dir,
boolean includeDeleted) |
SortedMap<String,AVMNodeDescriptor> |
AVMServiceImpl.getDirectoryListingDirect(int version,
String path)
Get the listing of nodes contained directly in a directory.
|
SortedMap<String,AVMNodeDescriptor> |
AVMLockingAwareService.getDirectoryListingDirect(int version,
String path) |
SortedMap<String,AVMNodeDescriptor> |
MultiTAVMService.getDirectoryListingDirect(int version,
String path) |
SortedMap<String,AVMNodeDescriptor> |
AVMRemoteLocal.getDirectoryListingDirect(int version,
String path) |
SortedMap<String,AVMNodeDescriptor> |
AVMServiceImpl.getDirectoryListingDirect(int version,
String path,
boolean includeDeleted)
Get the listing of nodes contained directly in a directory.
|
SortedMap<String,AVMNodeDescriptor> |
AVMLockingAwareService.getDirectoryListingDirect(int version,
String path,
boolean includeDeleted) |
SortedMap<String,AVMNodeDescriptor> |
MultiTAVMService.getDirectoryListingDirect(int version,
String path,
boolean includeDeleted) |
SortedMap<String,AVMNodeDescriptor> |
AVMRemoteTransportService.getDirectoryListingDirect(String ticket,
int version,
String path)
Get a listing of a directories direct contents.
|
List<AVMNodeDescriptor> |
AVMServiceImpl.getHistory(AVMNodeDescriptor desc,
int count)
Get the history of a node.
|
List<AVMNodeDescriptor> |
AVMLockingAwareService.getHistory(AVMNodeDescriptor desc,
int count) |
List<AVMNodeDescriptor> |
MultiTAVMService.getHistory(AVMNodeDescriptor desc,
int count) |
List<AVMNodeDescriptor> |
AVMRemoteLocal.getHistory(AVMNodeDescriptor desc,
int count) |
List<AVMNodeDescriptor> |
AVMRepository.getHistory(AVMNodeDescriptor desc,
int count)
Get the history chain for a node.
|
List<AVMNodeDescriptor> |
AVMRemoteTransportService.getHistory(String ticket,
AVMNodeDescriptor desc,
int count)
Get a list of ancestors of a node.
|
SortedMap<String,AVMNodeDescriptor> |
DirectoryNode.getListing(AVMNodeDescriptor dir,
boolean includeDeleted)
Get a listing from a directory specified by an AVMNodeDescriptor.
|
SortedMap<String,AVMNodeDescriptor> |
PlainDirectoryNodeImpl.getListing(AVMNodeDescriptor dir,
boolean includeDeleted)
Get a listing of from a directory node descriptor.
|
SortedMap<String,AVMNodeDescriptor> |
LayeredDirectoryNodeImpl.getListing(AVMNodeDescriptor dir,
boolean includeDeleted)
Get a listing from a directory node descriptor.
|
SortedMap<String,AVMNodeDescriptor> |
AVMRepository.getListing(AVMNodeDescriptor dir,
boolean includeDeleted)
Get a directory listing from a directory node descriptor.
|
SortedMap<String,AVMNodeDescriptor> |
DirectoryNode.getListing(AVMNodeDescriptor dir,
String childNamePattern,
boolean includeDeleted)
Get a listing from a directory specified by an AVMNodeDescriptor.
|
SortedMap<String,AVMNodeDescriptor> |
PlainDirectoryNodeImpl.getListing(AVMNodeDescriptor dir,
String childNamePattern,
boolean includeDeleted)
Get a listing of from a directory node descriptor.
|
SortedMap<String,AVMNodeDescriptor> |
LayeredDirectoryNodeImpl.getListing(AVMNodeDescriptor dir,
String childNamePattern,
boolean includeDeleted)
Get a listing from a directory node descriptor.
|
SortedMap<String,AVMNodeDescriptor> |
AVMRepository.getListing(AVMNodeDescriptor dir,
String childNamePattern,
boolean includeDeleted)
Get a directory listing from a directory node descriptor fo children that match the given pattern
|
SortedMap<String,AVMNodeDescriptor> |
AVMStore.getListing(int version,
String path,
boolean includeDeleted)
Get a listing of the designated directory.
|
SortedMap<String,AVMNodeDescriptor> |
AVMStoreImpl.getListing(int version,
String path,
boolean includeDeleted)
Get a listing from a directory.
|
SortedMap<String,AVMNodeDescriptor> |
AVMRepository.getListing(int version,
String path,
boolean includeDeleted)
Get a listing of a directory.
|
SortedMap<String,AVMNodeDescriptor> |
DirectoryNode.getListingDirect(AVMNodeDescriptor dir,
boolean includeDeleted)
Get a listing of nodes directly contained by a directory.
|
SortedMap<String,AVMNodeDescriptor> |
PlainDirectoryNodeImpl.getListingDirect(AVMNodeDescriptor dir,
boolean includeDeleted)
Get a listing of the nodes directly contained by a directory.
|
SortedMap<String,AVMNodeDescriptor> |
LayeredDirectoryNodeImpl.getListingDirect(AVMNodeDescriptor dir,
boolean includeDeleted)
Get the direct contents of this directory.
|
SortedMap<String,AVMNodeDescriptor> |
AVMRepository.getListingDirect(AVMNodeDescriptor dir,
boolean includeDeleted)
Get the list of nodes directly contained in a directory.
|
SortedMap<String,AVMNodeDescriptor> |
AVMStore.getListingDirect(int version,
String path,
boolean includeDeleted)
Get the list of nodes directly contained in a directory.
|
SortedMap<String,AVMNodeDescriptor> |
AVMStoreImpl.getListingDirect(int version,
String path,
boolean includeDeleted)
Get the list of nodes directly contained in a directory.
|
SortedMap<String,AVMNodeDescriptor> |
AVMRepository.getListingDirect(int version,
String path,
boolean includeDeleted)
Get the list of nodes directly contained in a directory.
|
| Modifier and Type | Method and Description |
|---|---|
AVMNodeDescriptor |
AVMRepository.createDirectory(AVMNodeDescriptor parent,
String name)
Create a new directory.
|
org.alfresco.util.Pair<Integer,String> |
AVMServiceImpl.getAPath(AVMNodeDescriptor desc) |
org.alfresco.util.Pair<Integer,String> |
AVMLockingAwareService.getAPath(AVMNodeDescriptor desc) |
org.alfresco.util.Pair<Integer,String> |
MultiTAVMService.getAPath(AVMNodeDescriptor desc) |
org.alfresco.util.Pair<Integer,String> |
AVMRemoteLocal.getAPath(AVMNodeDescriptor desc) |
org.alfresco.util.Pair<Integer,String> |
AVMRepository.getAPath(AVMNodeDescriptor desc)
Get a single valid path for a node.
|
org.alfresco.util.Pair<Integer,String> |
AVMRemoteTransportService.getAPath(String ticket,
AVMNodeDescriptor desc) |
Set<org.alfresco.service.namespace.QName> |
AVMServiceImpl.getAspects(AVMNodeDescriptor desc) |
Set<org.alfresco.service.namespace.QName> |
AVMLockingAwareService.getAspects(AVMNodeDescriptor desc) |
Set<org.alfresco.service.namespace.QName> |
MultiTAVMService.getAspects(AVMNodeDescriptor desc) |
Set<org.alfresco.service.namespace.QName> |
AVMRepository.getAspects(AVMNodeDescriptor desc) |
AVMNodeDescriptor |
AVMServiceImpl.getCommonAncestor(AVMNodeDescriptor left,
AVMNodeDescriptor right)
Get the common ancestor of two nodes if one exists.
|
AVMNodeDescriptor |
AVMLockingAwareService.getCommonAncestor(AVMNodeDescriptor left,
AVMNodeDescriptor right) |
AVMNodeDescriptor |
MultiTAVMService.getCommonAncestor(AVMNodeDescriptor left,
AVMNodeDescriptor right) |
AVMNodeDescriptor |
AVMRemoteLocal.getCommonAncestor(AVMNodeDescriptor left,
AVMNodeDescriptor right) |
AVMNodeDescriptor |
AVMRepository.getCommonAncestor(AVMNodeDescriptor left,
AVMNodeDescriptor right)
Get the common ancestor of two nodes if one exists.
|
AVMNodeDescriptor |
AVMRemoteTransportService.getCommonAncestor(String ticket,
AVMNodeDescriptor left,
AVMNodeDescriptor right)
Get the most recent common ancestor of two nodes.
|
org.alfresco.service.cmr.repository.ContentData |
AVMServiceImpl.getContentDataForRead(AVMNodeDescriptor desc) |
org.alfresco.service.cmr.repository.ContentData |
AVMLockingAwareService.getContentDataForRead(AVMNodeDescriptor desc) |
org.alfresco.service.cmr.repository.ContentData |
MultiTAVMService.getContentDataForRead(AVMNodeDescriptor desc) |
org.alfresco.service.cmr.repository.ContentData |
AVMRepository.getContentDataForRead(AVMNodeDescriptor desc) |
SortedMap<String,AVMNodeDescriptor> |
AVMServiceImpl.getDirectoryListing(AVMNodeDescriptor dir)
Get a directory listing from a node descriptor.
|
SortedMap<String,AVMNodeDescriptor> |
AVMLockingAwareService.getDirectoryListing(AVMNodeDescriptor dir) |
SortedMap<String,AVMNodeDescriptor> |
MultiTAVMService.getDirectoryListing(AVMNodeDescriptor dir) |
SortedMap<String,AVMNodeDescriptor> |
AVMRemoteLocal.getDirectoryListing(AVMNodeDescriptor dir) |
SortedMap<String,AVMNodeDescriptor> |
AVMServiceImpl.getDirectoryListing(AVMNodeDescriptor dir,
boolean includeDeleted)
Get a directory listing from a node descriptor, with the option of
seeing deleted nodes.
|
SortedMap<String,AVMNodeDescriptor> |
AVMLockingAwareService.getDirectoryListing(AVMNodeDescriptor dir,
boolean includeDeleted) |
SortedMap<String,AVMNodeDescriptor> |
MultiTAVMService.getDirectoryListing(AVMNodeDescriptor dir,
boolean includeDeleted) |
SortedMap<String,AVMNodeDescriptor> |
AVMServiceImpl.getDirectoryListing(AVMNodeDescriptor dir,
String childPattern) |
SortedMap<String,AVMNodeDescriptor> |
AVMLockingAwareService.getDirectoryListing(AVMNodeDescriptor dir,
String childNamePattern) |
SortedMap<String,AVMNodeDescriptor> |
MultiTAVMService.getDirectoryListing(AVMNodeDescriptor dir,
String childNamePattern) |
SortedMap<String,AVMNodeDescriptor> |
AVMServiceImpl.getDirectoryListing(AVMNodeDescriptor dir,
String childNamePattern,
boolean includeDeleted) |
SortedMap<String,AVMNodeDescriptor> |
AVMRemoteTransportService.getDirectoryListing(String ticket,
AVMNodeDescriptor dir)
Get a directory listing from a node descriptor.
|
AVMNodeDescriptor[] |
AVMServiceImpl.getDirectoryListingArray(AVMNodeDescriptor dir,
boolean includeDeleted)
Get a directory listing as an Array of node descriptors.
|
AVMNodeDescriptor[] |
AVMLockingAwareService.getDirectoryListingArray(AVMNodeDescriptor dir,
boolean includeDeleted) |
AVMNodeDescriptor[] |
MultiTAVMService.getDirectoryListingArray(AVMNodeDescriptor dir,
boolean includeDeleted) |
SortedMap<String,AVMNodeDescriptor> |
AVMServiceImpl.getDirectoryListingDirect(AVMNodeDescriptor dir,
boolean includeDeleted)
Get a listing of all the directly contained children of a directory.
|
SortedMap<String,AVMNodeDescriptor> |
AVMLockingAwareService.getDirectoryListingDirect(AVMNodeDescriptor dir,
boolean includeDeleted) |
SortedMap<String,AVMNodeDescriptor> |
MultiTAVMService.getDirectoryListingDirect(AVMNodeDescriptor dir,
boolean includeDeleted) |
InputStream |
AVMServiceImpl.getFileInputStream(AVMNodeDescriptor desc)
Get an InputStream from a descriptor.
|
InputStream |
AVMLockingAwareService.getFileInputStream(AVMNodeDescriptor desc) |
InputStream |
MultiTAVMService.getFileInputStream(AVMNodeDescriptor desc) |
InputStream |
AVMRemoteLocal.getFileInputStream(AVMNodeDescriptor desc) |
List<org.alfresco.util.Pair<Integer,String>> |
AVMServiceImpl.getHeadPaths(AVMNodeDescriptor desc)
Get all paths that a given node has that are in the head version.
|
List<org.alfresco.util.Pair<Integer,String>> |
AVMLockingAwareService.getHeadPaths(AVMNodeDescriptor desc) |
List<org.alfresco.util.Pair<Integer,String>> |
MultiTAVMService.getHeadPaths(AVMNodeDescriptor desc) |
List<org.alfresco.util.Pair<Integer,String>> |
AVMRepository.getHeadPaths(AVMNodeDescriptor desc)
Get all paths for a node reachable by HEAD.
|
List<AVMNodeDescriptor> |
AVMServiceImpl.getHistory(AVMNodeDescriptor desc,
int count)
Get the history of a node.
|
List<AVMNodeDescriptor> |
AVMLockingAwareService.getHistory(AVMNodeDescriptor desc,
int count) |
List<AVMNodeDescriptor> |
MultiTAVMService.getHistory(AVMNodeDescriptor desc,
int count) |
List<AVMNodeDescriptor> |
AVMRemoteLocal.getHistory(AVMNodeDescriptor desc,
int count) |
List<AVMNodeDescriptor> |
AVMRepository.getHistory(AVMNodeDescriptor desc,
int count)
Get the history chain for a node.
|
List<AVMNodeDescriptor> |
AVMRemoteTransportService.getHistory(String ticket,
AVMNodeDescriptor desc,
int count)
Get a list of ancestors of a node.
|
String |
AVMRemoteTransportService.getInputHandle(String ticket,
AVMNodeDescriptor desc) |
InputStream |
AVMRepository.getInputStream(AVMNodeDescriptor desc) |
SortedMap<String,AVMNodeDescriptor> |
DirectoryNode.getListing(AVMNodeDescriptor dir,
boolean includeDeleted)
Get a listing from a directory specified by an AVMNodeDescriptor.
|
SortedMap<String,AVMNodeDescriptor> |
PlainDirectoryNodeImpl.getListing(AVMNodeDescriptor dir,
boolean includeDeleted)
Get a listing of from a directory node descriptor.
|
SortedMap<String,AVMNodeDescriptor> |
LayeredDirectoryNodeImpl.getListing(AVMNodeDescriptor dir,
boolean includeDeleted)
Get a listing from a directory node descriptor.
|
SortedMap<String,AVMNodeDescriptor> |
AVMRepository.getListing(AVMNodeDescriptor dir,
boolean includeDeleted)
Get a directory listing from a directory node descriptor.
|
SortedMap<String,AVMNodeDescriptor> |
DirectoryNode.getListing(AVMNodeDescriptor dir,
String childNamePattern,
boolean includeDeleted)
Get a listing from a directory specified by an AVMNodeDescriptor.
|
SortedMap<String,AVMNodeDescriptor> |
PlainDirectoryNodeImpl.getListing(AVMNodeDescriptor dir,
String childNamePattern,
boolean includeDeleted)
Get a listing of from a directory node descriptor.
|
SortedMap<String,AVMNodeDescriptor> |
LayeredDirectoryNodeImpl.getListing(AVMNodeDescriptor dir,
String childNamePattern,
boolean includeDeleted)
Get a listing from a directory node descriptor.
|
SortedMap<String,AVMNodeDescriptor> |
AVMRepository.getListing(AVMNodeDescriptor dir,
String childNamePattern,
boolean includeDeleted)
Get a directory listing from a directory node descriptor fo children that match the given pattern
|
SortedMap<String,AVMNodeDescriptor> |
DirectoryNode.getListingDirect(AVMNodeDescriptor dir,
boolean includeDeleted)
Get a listing of nodes directly contained by a directory.
|
SortedMap<String,AVMNodeDescriptor> |
PlainDirectoryNodeImpl.getListingDirect(AVMNodeDescriptor dir,
boolean includeDeleted)
Get a listing of the nodes directly contained by a directory.
|
SortedMap<String,AVMNodeDescriptor> |
LayeredDirectoryNodeImpl.getListingDirect(AVMNodeDescriptor dir,
boolean includeDeleted)
Get the direct contents of this directory.
|
SortedMap<String,AVMNodeDescriptor> |
AVMRepository.getListingDirect(AVMNodeDescriptor dir,
boolean includeDeleted)
Get the list of nodes directly contained in a directory.
|
Map<org.alfresco.service.namespace.QName,PropertyValue> |
AVMServiceImpl.getNodeProperties(AVMNodeDescriptor desc) |
Map<org.alfresco.service.namespace.QName,PropertyValue> |
AVMLockingAwareService.getNodeProperties(AVMNodeDescriptor desc) |
Map<org.alfresco.service.namespace.QName,PropertyValue> |
MultiTAVMService.getNodeProperties(AVMNodeDescriptor desc) |
Map<org.alfresco.service.namespace.QName,PropertyValue> |
AVMRepository.getNodeProperties(AVMNodeDescriptor desc) |
List<org.alfresco.util.Pair<Integer,String>> |
AVMServiceImpl.getPaths(AVMNodeDescriptor desc)
Get a list of all paths that a given node has.
|
List<org.alfresco.util.Pair<Integer,String>> |
AVMLockingAwareService.getPaths(AVMNodeDescriptor desc) |
List<org.alfresco.util.Pair<Integer,String>> |
MultiTAVMService.getPaths(AVMNodeDescriptor desc) |
List<org.alfresco.util.Pair<Integer,String>> |
AVMRepository.getPaths(AVMNodeDescriptor desc)
Get all the paths to a particular node.
|
List<org.alfresco.util.Pair<Integer,String>> |
AVMServiceImpl.getPathsInStoreHead(AVMNodeDescriptor desc,
String store)
Get all paths to a node starting at the HEAD version of a store.
|
List<org.alfresco.util.Pair<Integer,String>> |
AVMLockingAwareService.getPathsInStoreHead(AVMNodeDescriptor desc,
String store) |
List<org.alfresco.util.Pair<Integer,String>> |
MultiTAVMService.getPathsInStoreHead(AVMNodeDescriptor desc,
String storeName) |
List<org.alfresco.util.Pair<Integer,String>> |
AVMRepository.getPathsInStoreHead(AVMNodeDescriptor desc,
String store)
Get all paths in a particular store in the head version for a particular node.
|
List<String> |
AVMServiceImpl.getPathsInStoreVersion(AVMNodeDescriptor desc,
String store,
int version) |
List<String> |
AVMLockingAwareService.getPathsInStoreVersion(AVMNodeDescriptor desc,
String store,
int version) |
List<String> |
MultiTAVMService.getPathsInStoreVersion(AVMNodeDescriptor desc,
String storeName,
int version) |
List<String> |
AVMRepository.getPathsInStoreVersion(AVMNodeDescriptor desc,
String store,
int version) |
void |
AVMRepository.link(AVMNodeDescriptor parent,
String name,
AVMNodeDescriptor child)
This is the danger version of link.
|
void |
DirectoryNode.link(org.alfresco.repo.avm.Lookup lPath,
String name,
AVMNodeDescriptor toLink)
Link a node with the given id into this directory.
|
void |
PlainDirectoryNodeImpl.link(org.alfresco.repo.avm.Lookup lPath,
String name,
AVMNodeDescriptor toLink)
Link a node with the given id into this directory.
|
void |
LayeredDirectoryNodeImpl.link(org.alfresco.repo.avm.Lookup lPath,
String name,
AVMNodeDescriptor toLink)
Link a node with the given id into this directory.
|
void |
DirectoryNode.link(String name,
AVMNodeDescriptor toLink)
Dangerous version of link that assumes that a child node of
the given name does not already exist.
|
void |
DirectoryNodeImpl.link(String name,
AVMNodeDescriptor toLink)
Dangerous version of link.
|
void |
AVMServiceImpl.link(String parentPath,
String name,
AVMNodeDescriptor toLink)
This inserts a node into a parent directly.
|
void |
AVMLockingAwareService.link(String parentPath,
String name,
AVMNodeDescriptor toLink) |
void |
MultiTAVMService.link(String parentPath,
String name,
AVMNodeDescriptor toLink) |
void |
AVMStore.link(String parentPath,
String name,
AVMNodeDescriptor toLink)
Link a node into a directory, directly.
|
void |
AVMStoreImpl.link(String parentPath,
String name,
AVMNodeDescriptor toLink)
Link a node into a directory, directly.
|
void |
AVMRepository.link(String parentPath,
String name,
AVMNodeDescriptor toLink)
Link a node into a directory, directly.
|
AVMNodeDescriptor |
AVMServiceImpl.lookup(AVMNodeDescriptor dir,
String name)
Lookup a node descriptor from a directory node descriptor.
|
AVMNodeDescriptor |
AVMLockingAwareService.lookup(AVMNodeDescriptor dir,
String name) |
AVMNodeDescriptor |
MultiTAVMService.lookup(AVMNodeDescriptor dir,
String name) |
AVMNodeDescriptor |
AVMRemoteLocal.lookup(AVMNodeDescriptor dir,
String name) |
AVMNodeDescriptor |
AVMServiceImpl.lookup(AVMNodeDescriptor dir,
String name,
boolean includeDeleted)
Lookup a node from a directory node, with the option of seeing
Deleted Nodes.
|
AVMNodeDescriptor |
AVMLockingAwareService.lookup(AVMNodeDescriptor dir,
String name,
boolean includeDeleted) |
AVMNodeDescriptor |
MultiTAVMService.lookup(AVMNodeDescriptor dir,
String name,
boolean includeDeleted) |
AVMNodeDescriptor |
AVMRemoteLocal.lookup(AVMNodeDescriptor dir,
String name,
boolean includeDeleted) |
AVMNodeDescriptor |
AVMRepository.lookup(AVMNodeDescriptor dir,
String name,
boolean includeDeleted)
Lookup a descriptor from a directory descriptor.
|
AVMNodeDescriptor |
AVMRemoteTransportService.lookup(String ticket,
AVMNodeDescriptor dir,
String name)
Get a descriptor for the specified node.
|
AVMNodeDescriptor |
AVMRemoteTransportService.lookup(String ticket,
AVMNodeDescriptor dir,
String name,
boolean includeDeleted)
Lookup a node identified by the directory that contains it, and its name;
optionally, the lookup can retrive the descriptor of a node even if
it has been deleted from its containing directory.
|
AVMNodeDescriptor |
DirectoryNode.lookupChild(AVMNodeDescriptor mine,
String name,
boolean includeDeleted)
Lookup a child node using an AVMNodeDescriptor as context.
|
AVMNodeDescriptor |
PlainDirectoryNodeImpl.lookupChild(AVMNodeDescriptor mine,
String name,
boolean includeDeleted)
Lookup a child using a node descriptor as context.
|
AVMNodeDescriptor |
LayeredDirectoryNodeImpl.lookupChild(AVMNodeDescriptor mine,
String name,
boolean includeDeleted)
Lookup a child using a node descriptor as context.
|
void |
AVMServiceImpl.revert(String path,
AVMNodeDescriptor toRevertTo)
Revert a head path to a given version.
|
void |
AVMLockingAwareService.revert(String path,
AVMNodeDescriptor toRevertTo) |
void |
MultiTAVMService.revert(String path,
AVMNodeDescriptor toRevertTo) |
void |
AVMRemoteLocal.revert(String path,
AVMNodeDescriptor toRevertTo) |
void |
AVMStore.revert(String path,
String name,
AVMNodeDescriptor toRevertTo)
Revert a head path to a given version.
|
void |
AVMRemoteTransportService.revert(String ticket,
String path,
AVMNodeDescriptor toRevertTo) |
void |
AVMStoreImpl.revert(String path,
String name,
AVMNodeDescriptor toRevertTo)
Revert a head path to a given version.
|
void |
AVMRepository.revert(String path,
String name,
AVMNodeDescriptor toRevertTo)
Revert a head path to a given version.
|
void |
AVMServiceImpl.setMetaDataFrom(String path,
AVMNodeDescriptor from)
Set all metadata on a node from another node.
|
void |
AVMLockingAwareService.setMetaDataFrom(String path,
AVMNodeDescriptor from) |
void |
MultiTAVMService.setMetaDataFrom(String path,
AVMNodeDescriptor from) |
void |
AVMRepository.setMetaDataFrom(String path,
AVMNodeDescriptor from) |
void |
AVMServiceImpl.updateLink(String parentPath,
String name,
AVMNodeDescriptor toLink)
This replaces a node into a parent directly.
|
void |
AVMLockingAwareService.updateLink(String parentPath,
String name,
AVMNodeDescriptor toLink) |
void |
MultiTAVMService.updateLink(String parentPath,
String name,
AVMNodeDescriptor toLink) |
void |
AVMStore.updateLink(String parentPath,
String name,
AVMNodeDescriptor toLink)
Update a link to a node in a directory, directly.
|
void |
AVMStoreImpl.updateLink(String parentPath,
String name,
AVMNodeDescriptor toLink)
Update a link to a node in a directory, directly.
|
void |
AVMRepository.updateLink(String parentPath,
String name,
AVMNodeDescriptor toLink)
Update a link, directly.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AVMAccessControlListDAO.setFixedAcls(AVMNodeDescriptor descriptor,
Long inheritFrom,
Long mergeFrom,
List<AclChange> changes,
org.alfresco.repo.domain.permissions.AVMAccessControlListDAO.SetMode mode,
boolean set,
Map<Long,Set<Long>> indirections)
Support to set a shared ACL on a node and all of its children.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AVMZipExporterServiceImpl.export(ZipOutputStream out,
AVMNodeDescriptor node,
boolean recurse)
Exports the given AVM node into an already open
Zip file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AVMZipImporter.importNode(InputStream input,
AVMNodeDescriptor node)
Imports the given AVM node from the source data.
|
void |
AVMImporter.importNode(InputStream input,
AVMNodeDescriptor node)
Imports the given AVM node from the source data.
|
| Modifier and Type | Method and Description |
|---|---|
AVMNodeDescriptor |
AVMRemoteImpl.getCommonAncestor(AVMNodeDescriptor left,
AVMNodeDescriptor right) |
AVMNodeDescriptor |
AVMRemoteImpl.getStoreRoot(int version,
String name) |
AVMNodeDescriptor |
AVMRemoteImpl.lookup(AVMNodeDescriptor dir,
String name) |
AVMNodeDescriptor |
AVMRemoteImpl.lookup(AVMNodeDescriptor dir,
String name,
boolean includeDeleted) |
AVMNodeDescriptor |
AVMRemoteImpl.lookup(int version,
String path) |
AVMNodeDescriptor |
AVMRemoteImpl.lookup(int version,
String path,
boolean includeDeleted) |
| Modifier and Type | Method and Description |
|---|---|
SortedMap<String,AVMNodeDescriptor> |
AVMRemoteImpl.getDirectoryListing(AVMNodeDescriptor dir) |
SortedMap<String,AVMNodeDescriptor> |
AVMRemoteImpl.getDirectoryListing(int version,
String path) |
SortedMap<String,AVMNodeDescriptor> |
AVMRemoteImpl.getDirectoryListingDirect(int version,
String path) |
List<AVMNodeDescriptor> |
AVMRemoteImpl.getHistory(AVMNodeDescriptor desc,
int count) |
| Modifier and Type | Method and Description |
|---|---|
org.alfresco.util.Pair<Integer,String> |
AVMRemoteImpl.getAPath(AVMNodeDescriptor desc) |
AVMNodeDescriptor |
AVMRemoteImpl.getCommonAncestor(AVMNodeDescriptor left,
AVMNodeDescriptor right) |
SortedMap<String,AVMNodeDescriptor> |
AVMRemoteImpl.getDirectoryListing(AVMNodeDescriptor dir) |
InputStream |
AVMRemoteImpl.getFileInputStream(AVMNodeDescriptor desc) |
List<AVMNodeDescriptor> |
AVMRemoteImpl.getHistory(AVMNodeDescriptor desc,
int count) |
AVMNodeDescriptor |
AVMRemoteImpl.lookup(AVMNodeDescriptor dir,
String name) |
AVMNodeDescriptor |
AVMRemoteImpl.lookup(AVMNodeDescriptor dir,
String name,
boolean includeDeleted) |
void |
AVMRemoteImpl.revert(String path,
AVMNodeDescriptor toRevertTo) |
| Constructor and Description |
|---|
AVMTemplateNode(AVMNodeDescriptor descriptor,
ServiceRegistry services,
TemplateImageResolver resolver)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
AVMNodeDescriptor |
AVMService.forceCopy(String path)
Low-level internal function: Force a copy on write
write event on the given node.
|
AVMNodeDescriptor |
AVMService.getCommonAncestor(AVMNodeDescriptor left,
AVMNodeDescriptor right)
Get the common ancestor of two nodes if a common ancestor exists.
|
AVMNodeDescriptor[] |
AVMService.getDirectoryListingArray(AVMNodeDescriptor dir,
boolean includeDeleted)
A convenience method to get a non-recursive directory listing
as an Array from a directory identified by a node descriptor;
optionally, deleted nodes can be included in this listing.
|
AVMNodeDescriptor[] |
AVMService.getDirectoryListingArray(int version,
String path,
boolean includeDeleted)
A convenience method to get a directory listing
as an Array of AVMNodeDescriptors; this function
is otherwise equivalent to
getDirectoryListing |
AVMNodeDescriptor |
AVMService.getStoreRoot(int version,
String name)
A convenience method for getting the specified
root directory of an AVMStore (e.g.:
"mysite:/"). |
AVMNodeDescriptor |
AVMService.lookup(AVMNodeDescriptor dir,
String name)
Lookup a node identified by the directory node that contains it, and its name.
|
AVMNodeDescriptor |
AVMService.lookup(AVMNodeDescriptor dir,
String name,
boolean includeDeleted)
Lookup a node identified by the directory that contains it, and its name;
optionally, the lookup can retrive the descriptor of a node even if
it has been deleted from its containing directory.
|
AVMNodeDescriptor |
AVMService.lookup(int version,
String path)
Lookup a node identified by version ID and path.
|
AVMNodeDescriptor |
AVMService.lookup(int version,
String path,
boolean includeDeleted)
Lookup a node identified by version ID and path; optionally,
if the node is deleted, its descriptor can still
be retrieved.
|
| Modifier and Type | Method and Description |
|---|---|
SortedMap<String,AVMNodeDescriptor> |
AVMService.getDirectoryListing(AVMNodeDescriptor dir)
Get a non-recursive directory listing of a directory node
identified by a node descriptor.
|
SortedMap<String,AVMNodeDescriptor> |
AVMService.getDirectoryListing(AVMNodeDescriptor dir,
boolean includeDeleted)
Get a non-recursive directory listing of a directory identified
by a node descriptor; optionally, deleted nodes can be included
in this listing.
|
SortedMap<String,AVMNodeDescriptor> |
AVMService.getDirectoryListing(AVMNodeDescriptor dir,
String childNamePattern)
Get a non-recursive directory listing of a directory node
identified by a node descriptor.
|
SortedMap<String,AVMNodeDescriptor> |
AVMService.getDirectoryListing(int version,
String path)
Get a non-recursive listing of a directory
identified by its version ID and path.
|
SortedMap<String,AVMNodeDescriptor> |
AVMService.getDirectoryListing(int version,
String path,
boolean includeDeleted)
Get a non-recursive listing of a directory node identified by its
version ID and path; optionally, deleted notes can be included in
this listing.
|
SortedMap<String,AVMNodeDescriptor> |
AVMService.getDirectoryListingDirect(AVMNodeDescriptor dir,
boolean includeDeleted)
Get a non-recursive listing of all the nodes contained by a directory
identified by an AVMNodeDescriptor, excluding those that are only
present "indirectly" via layering; optionally, deleted nodes that
are directly contained can be included this listing.
|
SortedMap<String,AVMNodeDescriptor> |
AVMService.getDirectoryListingDirect(int version,
String path)
Get a non-recursive listing of nodes contained by a directory identified
by its version ID and path, but exclude all nodes that are only
contained "indirectly" via layering.
|
SortedMap<String,AVMNodeDescriptor> |
AVMService.getDirectoryListingDirect(int version,
String path,
boolean includeDeleted)
Get a non-recursive listing of nodes contained directly,
but exclude all nodes that are only contained "indirectly"
(i.e.: via layering).
|
List<AVMNodeDescriptor> |
AVMService.getHistory(AVMNodeDescriptor desc,
int count)
Get a list of up to count nodes in the history chain of a node.
|
| Modifier and Type | Method and Description |
|---|---|
org.alfresco.util.Pair<Integer,String> |
AVMService.getAPath(AVMNodeDescriptor desc)
Get a single valid path to a given node.
|
Set<org.alfresco.service.namespace.QName> |
AVMService.getAspects(AVMNodeDescriptor desc)
Get all the aspects from a node descriptor.
|
AVMNodeDescriptor |
AVMService.getCommonAncestor(AVMNodeDescriptor left,
AVMNodeDescriptor right)
Get the common ancestor of two nodes if a common ancestor exists.
|
org.alfresco.service.cmr.repository.ContentData |
AVMService.getContentDataForRead(AVMNodeDescriptor desc)
Get ContentData using only a node descriptor.
|
SortedMap<String,AVMNodeDescriptor> |
AVMService.getDirectoryListing(AVMNodeDescriptor dir)
Get a non-recursive directory listing of a directory node
identified by a node descriptor.
|
SortedMap<String,AVMNodeDescriptor> |
AVMService.getDirectoryListing(AVMNodeDescriptor dir,
boolean includeDeleted)
Get a non-recursive directory listing of a directory identified
by a node descriptor; optionally, deleted nodes can be included
in this listing.
|
SortedMap<String,AVMNodeDescriptor> |
AVMService.getDirectoryListing(AVMNodeDescriptor dir,
String childNamePattern)
Get a non-recursive directory listing of a directory node
identified by a node descriptor.
|
AVMNodeDescriptor[] |
AVMService.getDirectoryListingArray(AVMNodeDescriptor dir,
boolean includeDeleted)
A convenience method to get a non-recursive directory listing
as an Array from a directory identified by a node descriptor;
optionally, deleted nodes can be included in this listing.
|
SortedMap<String,AVMNodeDescriptor> |
AVMService.getDirectoryListingDirect(AVMNodeDescriptor dir,
boolean includeDeleted)
Get a non-recursive listing of all the nodes contained by a directory
identified by an AVMNodeDescriptor, excluding those that are only
present "indirectly" via layering; optionally, deleted nodes that
are directly contained can be included this listing.
|
InputStream |
AVMService.getFileInputStream(AVMNodeDescriptor desc)
Get an InputStream for reading the contents of a
file node identified by its descriptor.
|
List<org.alfresco.util.Pair<Integer,String>> |
AVMService.getHeadPaths(AVMNodeDescriptor desc)
Get all paths that a given node has that are in the
HEAD version ( -1 ). |
List<AVMNodeDescriptor> |
AVMService.getHistory(AVMNodeDescriptor desc,
int count)
Get a list of up to count nodes in the history chain of a node.
|
Map<org.alfresco.service.namespace.QName,PropertyValue> |
AVMService.getNodeProperties(AVMNodeDescriptor desc)
Get all the properties associated with a node identified by a descriptor.
|
List<org.alfresco.util.Pair<Integer,String>> |
AVMService.getPaths(AVMNodeDescriptor desc)
Get a list of all paths that a given node has.
|
List<org.alfresco.util.Pair<Integer,String>> |
AVMService.getPathsInStoreHead(AVMNodeDescriptor desc,
String store)
Get all paths to a node starting at the
HEAD version ( -1 )
of a store. |
List<String> |
AVMService.getPathsInStoreVersion(AVMNodeDescriptor desc,
String store,
int version)
Get all paths to a given node in a single store in a single non-head version.
|
void |
AVMService.link(String parentPath,
String name,
AVMNodeDescriptor toLink)
Low-level internal function: Insert a node
into a parent directly.
|
AVMNodeDescriptor |
AVMService.lookup(AVMNodeDescriptor dir,
String name)
Lookup a node identified by the directory node that contains it, and its name.
|
AVMNodeDescriptor |
AVMService.lookup(AVMNodeDescriptor dir,
String name,
boolean includeDeleted)
Lookup a node identified by the directory that contains it, and its name;
optionally, the lookup can retrive the descriptor of a node even if
it has been deleted from its containing directory.
|
void |
AVMService.revert(String path,
AVMNodeDescriptor toRevertTo)
Revert a
HEAD path to a given version. |
void |
AVMService.setMetaDataFrom(String path,
AVMNodeDescriptor from)
Set all metadata on a node from another node.
|
void |
AVMService.updateLink(String parentPath,
String name,
AVMNodeDescriptor toLink)
Low-level internal function: replace a node
in a parent directly.
|
| Modifier and Type | Method and Description |
|---|---|
AVMNodeDescriptor |
AVMRemote.getCommonAncestor(AVMNodeDescriptor left,
AVMNodeDescriptor right)
Get the common ancestor of two nodes if a common ancestor exists.
|
AVMNodeDescriptor |
AVMRemoteTransport.getCommonAncestor(String ticket,
AVMNodeDescriptor left,
AVMNodeDescriptor right)
Get the most recent common ancestor of two nodes.
|
AVMNodeDescriptor |
AVMRemote.getStoreRoot(int version,
String name)
A convenience method for getting the specified
root directory of an AVMStore (e.g.:
"mysite:/"). |
AVMNodeDescriptor |
AVMRemoteTransport.getStoreRoot(String ticket,
int version,
String name)
Get the specified root of the specified store.
|
AVMNodeDescriptor |
AVMRemote.lookup(AVMNodeDescriptor dir,
String name)
Lookup a node identified by the directory node that contains it, and its name.
|
AVMNodeDescriptor |
AVMRemote.lookup(AVMNodeDescriptor dir,
String name,
boolean includeDeleted)
Lookup a node identified by the directory that contains it, and its name;
optionally, the lookup can retrive the descriptor of a node even if
it has been deleted from its containing directory.
|
AVMNodeDescriptor |
AVMRemote.lookup(int version,
String path)
Lookup a node identified by version ID and path.
|
AVMNodeDescriptor |
AVMRemote.lookup(int version,
String path,
boolean includeDeleted)
Lookup a node identified by version ID and path; optionally,
if the node is deleted, its descriptor can still
be retrieved.
|
AVMNodeDescriptor |
AVMRemoteTransport.lookup(String ticket,
AVMNodeDescriptor dir,
String name)
Get a descriptor for the specified node.
|
AVMNodeDescriptor |
AVMRemoteTransport.lookup(String ticket,
AVMNodeDescriptor dir,
String name,
boolean includeDeleted)
Lookup a node identified by the directory that contains it, and its name;
optionally, the lookup can retrive the descriptor of a node even if
it has been deleted from its containing directory.
|
AVMNodeDescriptor |
AVMRemoteTransport.lookup(String ticket,
int version,
String path)
Get a descriptor for the specified node.
|
AVMNodeDescriptor |
AVMRemoteTransport.lookup(String ticket,
int version,
String path,
boolean includeDeleted)
Lookup a node identified by version ID and path; optionally,
if the node is deleted, its descriptor can still
be retrieved.
|
| Modifier and Type | Method and Description |
|---|---|
SortedMap<String,AVMNodeDescriptor> |
AVMRemote.getDirectoryListing(AVMNodeDescriptor dir)
Get a non-recursive directory listing of a directory node
identified by a node descriptor.
|
SortedMap<String,AVMNodeDescriptor> |
AVMRemote.getDirectoryListing(int version,
String path)
Get a non-recursive listing of a directory
identified by its version ID and path.
|
SortedMap<String,AVMNodeDescriptor> |
AVMRemoteTransport.getDirectoryListing(String ticket,
AVMNodeDescriptor dir)
Get a directory listing from a node descriptor.
|
SortedMap<String,AVMNodeDescriptor> |
AVMRemoteTransport.getDirectoryListing(String ticket,
int version,
String path)
Get a listing of a directory.
|
SortedMap<String,AVMNodeDescriptor> |
AVMRemote.getDirectoryListingDirect(int version,
String path)
Get a non-recursive listing of nodes contained by a directory identified
by its version ID and path, but exclude all nodes that are only
contained "indirectly" via layering.
|
SortedMap<String,AVMNodeDescriptor> |
AVMRemoteTransport.getDirectoryListingDirect(String ticket,
int version,
String path)
Get a listing of a directories direct contents.
|
List<AVMNodeDescriptor> |
AVMRemote.getHistory(AVMNodeDescriptor desc,
int count)
Get a list of up to count nodes in the history chain of a node.
|
List<AVMNodeDescriptor> |
AVMRemoteTransport.getHistory(String ticket,
AVMNodeDescriptor desc,
int count)
Get a list of ancestors of a node.
|
| Modifier and Type | Method and Description |
|---|---|
org.alfresco.util.Pair<Integer,String> |
AVMRemote.getAPath(AVMNodeDescriptor desc)
Get a single valid path to a given node.
|
org.alfresco.util.Pair<Integer,String> |
AVMRemoteTransport.getAPath(String ticket,
AVMNodeDescriptor desc)
Get a version and path for a node.
|
AVMNodeDescriptor |
AVMRemote.getCommonAncestor(AVMNodeDescriptor left,
AVMNodeDescriptor right)
Get the common ancestor of two nodes if a common ancestor exists.
|
AVMNodeDescriptor |
AVMRemoteTransport.getCommonAncestor(String ticket,
AVMNodeDescriptor left,
AVMNodeDescriptor right)
Get the most recent common ancestor of two nodes.
|
SortedMap<String,AVMNodeDescriptor> |
AVMRemote.getDirectoryListing(AVMNodeDescriptor dir)
Get a non-recursive directory listing of a directory node
identified by a node descriptor.
|
SortedMap<String,AVMNodeDescriptor> |
AVMRemoteTransport.getDirectoryListing(String ticket,
AVMNodeDescriptor dir)
Get a directory listing from a node descriptor.
|
InputStream |
AVMRemote.getFileInputStream(AVMNodeDescriptor desc)
Get an InputStream for reading the contents of a
file node identified by its descriptor.
|
List<AVMNodeDescriptor> |
AVMRemote.getHistory(AVMNodeDescriptor desc,
int count)
Get a list of up to count nodes in the history chain of a node.
|
List<AVMNodeDescriptor> |
AVMRemoteTransport.getHistory(String ticket,
AVMNodeDescriptor desc,
int count)
Get a list of ancestors of a node.
|
String |
AVMRemoteTransport.getInputHandle(String ticket,
AVMNodeDescriptor desc)
Get an input handle from a descriptor.
|
AVMNodeDescriptor |
AVMRemote.lookup(AVMNodeDescriptor dir,
String name)
Lookup a node identified by the directory node that contains it, and its name.
|
AVMNodeDescriptor |
AVMRemote.lookup(AVMNodeDescriptor dir,
String name,
boolean includeDeleted)
Lookup a node identified by the directory that contains it, and its name;
optionally, the lookup can retrive the descriptor of a node even if
it has been deleted from its containing directory.
|
AVMNodeDescriptor |
AVMRemoteTransport.lookup(String ticket,
AVMNodeDescriptor dir,
String name)
Get a descriptor for the specified node.
|
AVMNodeDescriptor |
AVMRemoteTransport.lookup(String ticket,
AVMNodeDescriptor dir,
String name,
boolean includeDeleted)
Lookup a node identified by the directory that contains it, and its name;
optionally, the lookup can retrive the descriptor of a node even if
it has been deleted from its containing directory.
|
void |
AVMRemote.revert(String path,
AVMNodeDescriptor toRevertTo)
Revert a
HEAD path to a given version. |
void |
AVMRemoteTransport.revert(String ticket,
String path,
AVMNodeDescriptor toRevertTo)
Revert a head path to a given version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AVMZipExporterService.export(ZipOutputStream out,
AVMNodeDescriptor node,
boolean recurse)
Exports the given AVM node into an already open
Zip file.
|
| Modifier and Type | Method and Description |
|---|---|
AVMNodeDescriptor |
AssetInfoImpl.getAVMNodeDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
static List<WorkflowTask> |
WCMWorkflowUtil.getAssociatedTasksForNode(AVMService avmService,
AVMNodeDescriptor node,
List<WorkflowTask> tasks)
Deprecated.
since 3.2
|
static List<WorkflowTask> |
WCMWorkflowUtil.getAssociatedTasksForNode(WorkflowService workflowService,
AVMService avmService,
AVMNodeDescriptor node)
Deprecated.
since 3.2
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.