| Package | Description |
|---|---|
| org.kuali.rice.krms.api.repository |
Copyright 2005-2016 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| org.kuali.rice.krms.api.repository.agenda |
Copyright 2005-2016 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| org.kuali.rice.krms.api.repository.context |
Copyright 2005-2016 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| Modifier and Type | Method and Description |
|---|---|
AgendaDefinition |
RuleManagementService.createAgenda(AgendaDefinition agendaDefinition)
Create Agenda and an empty first item
|
AgendaDefinition |
RuleManagementService.findCreateAgenda(AgendaDefinition agendaDefinition)
Create Agenda if not found by contextId and name
|
AgendaDefinition |
RuleManagementService.getAgenda(String id)
Retrieve Agenda for the specified id
|
AgendaDefinition |
RuleManagementService.getAgendaByNameAndContextId(String name,
String contextId)
Retrieves an Agenda from the repository based on the provided agenda name
and context id.
|
| Modifier and Type | Method and Description |
|---|---|
List<AgendaDefinition> |
RuleManagementService.getAgendasByContext(String contextId)
Retrieve Agendas associated with the specified context
|
List<AgendaDefinition> |
RuleManagementService.getAgendasByType(String typeId)
Retrieve Agendas of the specified type
|
List<AgendaDefinition> |
RuleManagementService.getAgendasByTypeAndContext(String typeId,
String contextId)
Retrieve Agendas of the specified type and context
|
| Modifier and Type | Method and Description |
|---|---|
AgendaDefinition |
RuleManagementService.createAgenda(AgendaDefinition agendaDefinition)
Create Agenda and an empty first item
|
AgendaDefinition |
RuleManagementService.findCreateAgenda(AgendaDefinition agendaDefinition)
Create Agenda if not found by contextId and name
|
void |
RuleManagementService.updateAgenda(AgendaDefinition agendaDefinition)
Update the Agenda specified by the identifier in the input DTO
|
| Modifier and Type | Method and Description |
|---|---|
AgendaDefinition |
AgendaDefinition.Builder.build()
Builds an instance of a Agenda based on the current state of the builder.
|
AgendaDefinition |
AgendaItemDefinition.getSubAgenda() |
| Modifier and Type | Method and Description |
|---|---|
List<AgendaDefinition> |
ContextDefinition.getAgendas() |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.