Interface AgendaTypeService

All Superinterfaces:
RemotableAttributeOwner

public interface AgendaTypeService extends RemotableAttributeOwner
AgendaTypeService provides access and validation for custom attributes on the agenda type.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Method Details

    • loadAgenda

      Agenda loadAgenda(org.kuali.rice.krms.api.repository.agenda.AgendaDefinition agendaDefinition)
      Load an Agenda created from the given AgendaDefinition
      Parameters:
      agendaDefinition - defines the Agenda to create
      Returns:
      Agenda created from the given AgendaDefinition