mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Point checkin.
Augmented AVMRemote to expose lookup that can fetch deleted nodes. Minor fixup to excluder regex in avm-services-context.xml. Added excluder to LinkValidationServiceImpl. Prep to walk difference using SyncService (getting ready for incremental update of link validation tables). git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5898 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -253,6 +253,11 @@ public class AVMNodeDescriptor implements Serializable
|
||||
/**
|
||||
* Determines whether this node corresponds to
|
||||
* either a plain or layered file.
|
||||
* <p>
|
||||
* NOTE: A deleted file node is <em>not</em> considered a file
|
||||
* (i.e.: isFile() returns false when isDeleted() returns true).
|
||||
* Therefore, use isDeletedFile() to determine if a deleted node
|
||||
* was a file, not isFile().
|
||||
*
|
||||
* @return true if AVMNodeDescriptor is a plain or layered file,
|
||||
* otherwise false.
|
||||
@@ -289,7 +294,12 @@ public class AVMNodeDescriptor implements Serializable
|
||||
|
||||
/**
|
||||
* Determines whether this node corresponds to
|
||||
* either a plain or layered directory.
|
||||
* either a plain or layered directory.
|
||||
* <p>
|
||||
* NOTE: A deleted directory node is <em>not</em> considered a directory
|
||||
* (i.e.: isDirectory() returns false when isDeleted() returns true).
|
||||
* Therefore, use isDeletedDirectory() to determine if a deleted node
|
||||
* was a directory, not isDirectory().
|
||||
*
|
||||
* @return true if AVMNodeDescriptor is a plain or layered directory,
|
||||
* otherwise false.
|
||||
|
Reference in New Issue
Block a user