| 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 |
|---|---|
AgendaTreeDefinition |
RuleRepositoryService.getAgendaTree(String agendaId)
Retrieves the agenda tree for the given agendaId.
|
AgendaTreeDefinition |
RuleManagementService.getAgendaTree(String agendaId)
Retrieves the agenda tree for the given agendaId.
|
| Modifier and Type | Method and Description |
|---|---|
List<AgendaTreeDefinition> |
RuleRepositoryService.getAgendaTrees(List<String> agendaIds)
Retrieves all of the agendas trees for the given list of agendaIds.
|
List<AgendaTreeDefinition> |
RuleManagementService.getAgendaTrees(List<String> agendaIds)
Retrieves all of the agendas trees for the given list of agendaIds.
|
| Modifier and Type | Method and Description |
|---|---|
AgendaTreeDefinition |
AgendaTreeDefinition.Builder.build() |
AgendaTreeDefinition |
AgendaTreeRuleEntry.getIfFalse()
Returns the AgendaTreeDefinition for ifFalse.
|
AgendaTreeDefinition |
AgendaTreeRuleEntry.getIfTrue()
Returns the AgendaTreeDefinition for ifTrue.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.