Uses of Class
org.kuali.rice.krms.api.repository.agenda.AgendaDefinition
Packages that use AgendaDefinition
Package
Description
-
Uses of AgendaDefinition in org.kuali.rice.krms.api.repository
Methods in org.kuali.rice.krms.api.repository that return AgendaDefinitionModifier and TypeMethodDescriptionRuleManagementService.createAgenda(AgendaDefinition agendaDefinition) Create Agenda and an empty first itemRuleManagementService.findCreateAgenda(AgendaDefinition agendaDefinition) Create Agenda if not found by contextId and nameRetrieve Agenda for the specified idRuleManagementService.getAgendaByNameAndContextId(String name, String contextId) Retrieves an Agenda from the repository based on the provided agenda name and context id.Methods in org.kuali.rice.krms.api.repository that return types with arguments of type AgendaDefinitionModifier and TypeMethodDescriptionRuleManagementService.getAgendasByContext(String contextId) Retrieve Agendas associated with the specified contextRuleManagementService.getAgendasByType(String typeId) Retrieve Agendas of the specified typeRuleManagementService.getAgendasByTypeAndContext(String typeId, String contextId) Retrieve Agendas of the specified type and contextMethods in org.kuali.rice.krms.api.repository with parameters of type AgendaDefinitionModifier and TypeMethodDescriptionRuleManagementService.createAgenda(AgendaDefinition agendaDefinition) Create Agenda and an empty first itemRuleManagementService.findCreateAgenda(AgendaDefinition agendaDefinition) Create Agenda if not found by contextId and namevoidRuleManagementService.updateAgenda(AgendaDefinition agendaDefinition) Update the Agenda specified by the identifier in the input DTO -
Uses of AgendaDefinition in org.kuali.rice.krms.api.repository.agenda
Methods in org.kuali.rice.krms.api.repository.agenda that return AgendaDefinitionModifier and TypeMethodDescriptionAgendaDefinition.Builder.build()Builds an instance of a Agenda based on the current state of the builder.AgendaItemDefinition.getSubAgenda() -
Uses of AgendaDefinition in org.kuali.rice.krms.api.repository.context
Methods in org.kuali.rice.krms.api.repository.context that return types with arguments of type AgendaDefinition