public class SystemTemplateLocationsConstraint
extends org.alfresco.repo.dictionary.constraint.ListOfValuesConstraint
SystemVirtualizationMethods to provide available system paths by
exploring a predefined location in the java classpath ad a predefined
repository location.| Modifier and Type | Field and Description |
|---|---|
static String |
NULL_SYSTEM_TEMPLATE |
static String |
NULL_SYSTEM_TEMPLATE_MESSAGE |
| Constructor and Description |
|---|
SystemTemplateLocationsConstraint() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
evaluateSingleValue(Object value) |
List<String> |
getAllowedValues() |
String |
getDisplayLabel(String constraintAllowableValue,
org.alfresco.service.cmr.i18n.MessageLookup messageLookup) |
List<String> |
getRawAllowedValues() |
String |
getTemplatesParentClasspath() |
NodeRefExpression |
getTemplatesParentRepositoryPath() |
void |
setNamespacePrefixResolver(org.alfresco.service.namespace.NamespacePrefixResolver namespacePrefixResolver) |
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService) |
void |
setRepositoryTemplateTypeName(String repositoryTemplateTypeName) |
void |
setTemplatesParentClasspath(String templatesParentClasspath) |
void |
setTemplatesParentRepositoryPath(NodeRefExpression templatesParentRepositoryPath) |
getParameters, getType, initialize, isCaseSensitive, isSorted, setAllowedValues, setCaseSensitive, setSorted, toStringpublic static final String NULL_SYSTEM_TEMPLATE
public static final String NULL_SYSTEM_TEMPLATE_MESSAGE
public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
public void setTemplatesParentClasspath(String templatesParentClasspath)
public String getTemplatesParentClasspath()
public NodeRefExpression getTemplatesParentRepositoryPath()
public void setTemplatesParentRepositoryPath(NodeRefExpression templatesParentRepositoryPath)
public void setNamespacePrefixResolver(org.alfresco.service.namespace.NamespacePrefixResolver namespacePrefixResolver)
public void setRepositoryTemplateTypeName(String repositoryTemplateTypeName)
public List<String> getRawAllowedValues()
getRawAllowedValues in class org.alfresco.repo.dictionary.constraint.ListOfValuesConstraintpublic List<String> getAllowedValues()
getAllowedValues in class org.alfresco.repo.dictionary.constraint.ListOfValuesConstraintpublic String getDisplayLabel(String constraintAllowableValue, org.alfresco.service.cmr.i18n.MessageLookup messageLookup)
getDisplayLabel in class org.alfresco.repo.dictionary.constraint.ListOfValuesConstraintprotected void evaluateSingleValue(Object value)
evaluateSingleValue in class org.alfresco.repo.dictionary.constraint.ListOfValuesConstraintCopyright © 2005–2018 Alfresco Software. All rights reserved.