public class SystemTemplateLocationsConstraint
extends org.alfresco.repo.dictionary.constraint.ListOfValuesConstraint
SystemVirtualizationMethod
s 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, toString
public 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.ListOfValuesConstraint
public List<String> getAllowedValues()
getAllowedValues
in class org.alfresco.repo.dictionary.constraint.ListOfValuesConstraint
public String getDisplayLabel(String constraintAllowableValue, org.alfresco.service.cmr.i18n.MessageLookup messageLookup)
getDisplayLabel
in class org.alfresco.repo.dictionary.constraint.ListOfValuesConstraint
protected void evaluateSingleValue(Object value)
evaluateSingleValue
in class org.alfresco.repo.dictionary.constraint.ListOfValuesConstraint
Copyright © 2005–2017 Alfresco Software. All rights reserved.