Class NameChecker
java.lang.Object
org.alfresco.repo.dictionary.constraint.NameChecker
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
public class NameChecker
extends Object
implements org.springframework.beans.factory.InitializingBean
Loads cm:filename constraint from dictionary to use it during batch jobs
- Author:
- Viachaslau Tsikhanovich *
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Loads filename constraint from dictionaryvoid
void
setConstraintLocalName
(String constraintLocalName) void
setDictionaryService
(DictionaryService dictionaryService) void
setNamespaceURI
(String namespaceURI)
-
Constructor Details
-
NameChecker
public NameChecker()
-
-
Method Details
-
setNamespaceURI
-
setConstraintLocalName
-
getDictionaryService
-
setDictionaryService
-
afterPropertiesSet
Loads filename constraint from dictionary- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
- Throws:
Exception
-
evaluate
-