| Package | Description |
|---|---|
| org.kuali.rice.krms.impl.repository | |
| org.kuali.rice.krms.impl.ui |
| Modifier and Type | Method and Description |
|---|---|
static ActionBo |
ActionBo.from(org.kuali.rice.krms.api.repository.action.ActionDefinition im)
Converts a immutable object to it's mutable bo counterpart
|
ActionBo |
ActionAttributeBo.getAction() |
| Modifier and Type | Method and Description |
|---|---|
static List<ActionBo> |
RuleBo.copyRuleActions(RuleBo existing,
RuleBo newRule) |
List<ActionBo> |
RuleBo.getActions() |
| Modifier and Type | Method and Description |
|---|---|
static List<ActionAttributeBo> |
RuleBo.copyActionAttributes(ActionBo existing,
ActionBo newAction) |
void |
ActionAttributeBo.setAction(ActionBo action) |
static org.kuali.rice.krms.api.repository.action.ActionDefinition |
ActionBo.to(ActionBo bo)
Converts a mutable bo to it's immutable counterpart
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleBo.setActions(List<ActionBo> actions) |
| Modifier and Type | Method and Description |
|---|---|
ActionBo |
AgendaEditor.getAgendaItemLineRuleAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
AgendaEditor.setAgendaItemLineRuleAction(ActionBo actionBo) |
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.