| 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.
|
| Modifier and Type | Method and Description |
|---|---|
AgendaItemDefinition |
RuleManagementService.createAgendaItem(AgendaItemDefinition agendaItemDefinition)
Create AgendaItem
|
AgendaItemDefinition |
RuleManagementService.getAgendaItem(String id)
Retrieve AgendaItem by the specified identifier
|
| Modifier and Type | Method and Description |
|---|---|
List<AgendaItemDefinition> |
RuleManagementService.getAgendaItemsByContext(String contextId)
Retrieve AgendaItems associated with a context
|
List<AgendaItemDefinition> |
RuleManagementService.getAgendaItemsByType(String typeId)
Retrieve AgendaItems by specified type
|
List<AgendaItemDefinition> |
RuleManagementService.getAgendaItemsByTypeAndContext(String typeId,
String contextId)
Retrieve AgendaItems by type and context
|
| Modifier and Type | Method and Description |
|---|---|
AgendaItemDefinition |
RuleManagementService.createAgendaItem(AgendaItemDefinition agendaItemDefinition)
Create AgendaItem
|
void |
RuleManagementService.updateAgendaItem(AgendaItemDefinition agendaItemDefinition)
Update an AgendaItem
|
| Modifier and Type | Method and Description |
|---|---|
AgendaItemDefinition |
AgendaItemDefinition.Builder.build()
Builds an instance of a AgendaItemDefinition based on the current state of the builder.
|
AgendaItemDefinition |
AgendaItemDefinition.getAlways() |
AgendaItemDefinition |
AgendaItemDefinition.getWhenFalse() |
AgendaItemDefinition |
AgendaItemDefinition.getWhenTrue() |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.