Package org.alfresco.service.cmr.view
Interface ImporterBinding
-
public interface ImporterBindingEncapsulation of Import binding parameters- Author:
- David Caruana
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classImporterBinding.UUID_BINDINGUUID Binding
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanallowReferenceWithinTransaction()Gets whether the search for imported node references should search within the import transaction or not.org.alfresco.service.namespace.QName[]getExcludedClasses()Gets the list of content model classes to exclude from importImporterContentCachegetImportConentCache()ImporterBinding.UUID_BINDINGgetUUIDBinding()Gets the Node UUID Bindingjava.lang.StringgetValue(java.lang.String key)Gets a value for the specified name - to support simple name / value substitution
-
-
-
Method Detail
-
getUUIDBinding
ImporterBinding.UUID_BINDING getUUIDBinding()
Gets the Node UUID Binding- Returns:
- UUID_BINDING
-
allowReferenceWithinTransaction
boolean allowReferenceWithinTransaction()
Gets whether the search for imported node references should search within the import transaction or not.- Returns:
- true => search within import transaction; false => only search existing committed items
-
getValue
java.lang.String getValue(java.lang.String key)
Gets a value for the specified name - to support simple name / value substitution- Parameters:
key- the value name- Returns:
- the value
-
getExcludedClasses
org.alfresco.service.namespace.QName[] getExcludedClasses()
Gets the list of content model classes to exclude from import- Returns:
- list of model class qnames to exclude (return null to indicate use of default list)
-
getImportConentCache
ImporterContentCache getImportConentCache()
-
-