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