Class ManualEventParameterConstraint
- java.lang.Object
-
- org.alfresco.repo.action.constraint.BaseParameterConstraint
-
- org.alfresco.module.org_alfresco_module_rm.action.constraint.ManualEventParameterConstraint
-
- All Implemented Interfaces:
org.alfresco.service.cmr.action.ParameterConstraint
,org.springframework.beans.factory.Aware
,org.springframework.beans.factory.BeanNameAware
public class ManualEventParameterConstraint extends org.alfresco.repo.action.constraint.BaseParameterConstraint
Manual event parameter constraint- Author:
- Craig Tan
-
-
Constructor Summary
Constructors Constructor Description ManualEventParameterConstraint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<String,String>
getAllowableValuesImpl()
void
setRecordsManagementEventService(RecordsManagementEventService recordsManagementEventService)
-
-
-
Field Detail
-
NAME
public static final String NAME
Name constant- See Also:
- Constant Field Values
-
-
Method Detail
-
setRecordsManagementEventService
public void setRecordsManagementEventService(RecordsManagementEventService recordsManagementEventService)
-
-