public class FolderContentsParameterConstraint extends BaseParameterConstraint
actionService, allowableValues, cache, name| Constructor and Description |
|---|
FolderContentsParameterConstraint() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,String> |
getAllowableValuesImpl()
Gets the list of allowable values, calculating them every time it is called.
|
void |
setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService) |
void |
setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService) |
void |
setNodeInclusionFilter(List<String> nodeInclusionFilter)
This optional property defines a list of file extensions which should be included in the result set from
this class.
|
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService) |
void |
setRepository(Repository repository) |
void |
setSearchPath(String searchPath) |
void |
setSearchService(org.alfresco.service.cmr.search.SearchService searchService) |
getAllowableValues, getI18NLabel, getName, getValueDisplayLabel, init, isValidValue, setActionService, setBeanName, setCacheAllowableValuespublic void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
public void setSearchService(org.alfresco.service.cmr.search.SearchService searchService)
public void setSearchPath(String searchPath)
public void setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
public void setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)
public void setRepository(Repository repository)
public void setNodeInclusionFilter(List<String> nodeInclusionFilter)
nodeInclusionFilter - A list of file extensionsprotected Map<String,String> getAllowableValuesImpl()
BaseParameterConstraintgetAllowableValuesImpl in class BaseParameterConstraintParameterConstraint.getAllowableValues()Copyright © 2005–2018 Alfresco Software. All rights reserved.