org.alfresco.repo.action.constraint
Class FolderContentsParameterConstraint
java.lang.Object
org.alfresco.repo.action.constraint.BaseParameterConstraint
org.alfresco.repo.action.constraint.FolderContentsParameterConstraint
- All Implemented Interfaces:
- ParameterConstraint, org.springframework.beans.factory.BeanNameAware
public class FolderContentsParameterConstraint
- extends BaseParameterConstraint
Folder contents parameter constraint
Method Summary |
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 |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
|
void |
setSearchPath(java.lang.String searchPath)
|
void |
setSearchService(org.alfresco.service.cmr.search.SearchService searchService)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FolderContentsParameterConstraint
public FolderContentsParameterConstraint()
setNodeService
public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
setSearchService
public void setSearchService(org.alfresco.service.cmr.search.SearchService searchService)
setSearchPath
public void setSearchPath(java.lang.String searchPath)
setDictionaryService
public void setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
getAllowableValuesImpl
protected java.util.Map getAllowableValuesImpl()
- Description copied from class:
BaseParameterConstraint
- Gets the list of allowable values, calculating them every time it is called.
- Specified by:
getAllowableValuesImpl
in class BaseParameterConstraint
- Returns:
- Map map of allowable values
- See Also:
ParameterConstraint.getAllowableValues()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.