Interface ActionTypeService

All Superinterfaces:
RemotableAttributeOwner
All Known Subinterfaces:
ValidationActionTypeService

public interface ActionTypeService extends RemotableAttributeOwner
Interface defining the loading of an Action from a ActionDefinition
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Method Details

    • loadAction

      Action loadAction(org.kuali.rice.krms.api.repository.action.ActionDefinition actionDefinition)
      Load the Action given the ActionDefinition
      Parameters:
      actionDefinition - ActionDefinition to create the Action from
      Returns:
      Action created from the given ActionDefinition