Importer - allow imported node references/paths to be searched for within committed repository only or committed repository and current import transaction.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2202 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
David Caruana
2006-01-25 15:41:19 +00:00
parent 68ae6ef330
commit b7aec4a280
4 changed files with 24 additions and 2 deletions

View File

@@ -41,7 +41,15 @@ public interface ImporterBinding
public UUID_BINDING getUUIDBinding();
/**
* Gets a value for the specified name - to support simple name / value binding
* Gets whether the search for imported node references should search within the import
* transaction or not.
*
* @return true => search within import transaction; false => only search existing committed items
*/
public boolean allowReferenceWithinTransaction();
/**
* Gets a value for the specified name - to support simple name / value substitution
*
* @param key the value name
* @return the value