Interface ActionTypeService
- All Superinterfaces:
RemotableAttributeOwner
- All Known Subinterfaces:
ValidationActionTypeService
Interface defining the loading of an
Action from a ActionDefinition- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionloadAction(ActionDefinition actionDefinition) Load theActiongiven theActionDefinitionMethods inherited from interface org.kuali.rice.krms.framework.type.RemotableAttributeOwner
getAttributeFields, validateAttributes, validateAttributesAgainstExisting
-
Method Details
-
loadAction
Load theActiongiven theActionDefinition- Parameters:
actionDefinition-ActionDefinitionto create theActionfrom- Returns:
Actioncreated from the givenActionDefinition
-