Interface ValidationActionTypeService
- All Superinterfaces:
ActionTypeService,RemotableAttributeOwner
Interface defining the loading of a
from a
invalid reference
ValidationAction
ActionDefinition- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionloadAction(org.kuali.rice.krms.api.repository.action.ActionDefinition actionDefinition) Load theActiongiven theActionDefinitionvoidsetValidationService(ValidationActionService mockValidationService) Set theValidationActionService.Methods inherited from interface org.kuali.rice.krms.framework.type.RemotableAttributeOwner
getAttributeFields, validateAttributes, validateAttributesAgainstExisting
-
Field Details
-
VALIDATIONS_ACTION_ATTRIBUTE
VALIDATIONS_ACTION_ATTRIBUTE- See Also:
-
VALIDATIONS_ACTION_TYPE_CODE_ATTRIBUTE
VALIDATIONS_ACTION_TYPE_CODE_ATTRIBUTE Database krms_attr_defn_t NM value- See Also:
-
VALIDATIONS_ACTION_MESSAGE_ATTRIBUTE
VALIDATIONS_ACTION_MESSAGE_ATTRIBUTE Database krms_attr_defn_t NM value- See Also:
-
-
Method Details
-
loadAction
Description copied from interface:ActionTypeServiceLoad theActiongiven theActionDefinition- Specified by:
loadActionin interfaceActionTypeService- Parameters:
actionDefinition-ActionDefinitionto create theActionfrom- Returns:
Actioncreated from the givenActionDefinition
-
setValidationService
Set theValidationActionService.- Parameters:
mockValidationService- theValidationActionServiceto use.- Throws:
org.kuali.rice.core.api.exception.RiceIllegalArgumentException- if the given Validation Service is null
-