public class FolderContentsParameterConstraint extends BaseParameterConstraint
actionService, allowableValues, cache, name| Constructor and Description |
|---|
FolderContentsParameterConstraint() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map |
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(java.util.List 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(java.lang.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(java.lang.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(java.util.List nodeInclusionFilter)
nodeInclusionFilter - A list of file extensionsprotected java.util.Map getAllowableValuesImpl()
BaseParameterConstraintgetAllowableValuesImpl in class BaseParameterConstraintParameterConstraint.getAllowableValues()Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.