Class ManualEventParameterConstraint
java.lang.Object
org.alfresco.repo.action.constraint.BaseParameterConstraint
org.alfresco.module.org_alfresco_module_rm.action.constraint.ManualEventParameterConstraint
- All Implemented Interfaces:
ParameterConstraint,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware
Manual event parameter constraint
- Author:
- Craig Tan
-
Field Summary
FieldsFields inherited from class org.alfresco.repo.action.constraint.BaseParameterConstraint
actionService, allowableValues, cache, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRecordsManagementEventService(RecordsManagementEventService recordsManagementEventService) Methods inherited from class org.alfresco.repo.action.constraint.BaseParameterConstraint
getAllowableValues, getI18NLabel, getName, getValueDisplayLabel, init, isValidValue, setActionService, setBeanName, setCacheAllowableValuesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.alfresco.service.cmr.action.ParameterConstraint
getValues
-
Field Details
-
NAME
Name constant- See Also:
-
-
Constructor Details
-
ManualEventParameterConstraint
public ManualEventParameterConstraint()
-
-
Method Details
-
setRecordsManagementEventService
public void setRecordsManagementEventService(RecordsManagementEventService recordsManagementEventService) -
getAllowableValuesImpl
- Specified by:
getAllowableValuesImplin classBaseParameterConstraint- See Also:
-