public class SystemTemplateLocationsConstraint extends 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 |
ALLOWED_VALUES_PARAM, CASE_SENSITIVE_PARAM, caseSensitive, CONSTRAINT_TYPE, sorted, SORTED_PARAMERR_EVALUATE_EXCEPTION, ERR_PROP_NOT_SET| Constructor and Description |
|---|
SystemTemplateLocationsConstraint() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
evaluateSingleValue(Object value) |
List<String> |
getAllowedValues() |
String |
getDisplayLabel(String constraintAllowableValue,
MessageLookup messageLookup) |
List<String> |
getRawAllowedValues() |
String |
getTemplatesParentClasspath() |
NodeRefExpression |
getTemplatesParentRepositoryPath() |
void |
setNamespacePrefixResolver(NamespacePrefixResolver namespacePrefixResolver) |
void |
setNodeService(NodeService nodeService) |
void |
setRepositoryTemplateTypeName(String repositoryTemplateTypeName) |
void |
setTemplatesParentClasspath(String templatesParentClasspath) |
void |
setTemplatesParentRepositoryPath(NodeRefExpression templatesParentRepositoryPath) |
getParameters, getType, initialize, isCaseSensitive, isSorted, setAllowedValues, setCaseSensitive, setSorted, toStringcheckPropertyNotNull, evaluate, evaluateCollection, getShortName, getTitle, set_shortName, setRegistry, setShortName, setTitlepublic static final String NULL_SYSTEM_TEMPLATE
public static final String NULL_SYSTEM_TEMPLATE_MESSAGE
public void setNodeService(NodeService nodeService)
public void setTemplatesParentClasspath(String templatesParentClasspath)
public String getTemplatesParentClasspath()
public NodeRefExpression getTemplatesParentRepositoryPath()
public void setTemplatesParentRepositoryPath(NodeRefExpression templatesParentRepositoryPath)
public void setNamespacePrefixResolver(NamespacePrefixResolver namespacePrefixResolver)
public void setRepositoryTemplateTypeName(String repositoryTemplateTypeName)
public List<String> getRawAllowedValues()
getRawAllowedValues in class ListOfValuesConstraintpublic List<String> getAllowedValues()
getAllowedValues in class ListOfValuesConstraintpublic String getDisplayLabel(String constraintAllowableValue, MessageLookup messageLookup)
getDisplayLabel in class ListOfValuesConstraintprotected void evaluateSingleValue(Object value)
evaluateSingleValue in class ListOfValuesConstraintCopyright © 2005–2020 Alfresco Software. All rights reserved.