Package | Description |
---|---|
org.kuali.rice.krms.impl.repository |
Modifier and Type | Method and Description |
---|---|
static RuleBo |
RuleBo.copyRule(RuleBo existing) |
RuleBo |
RuleBo.copyRule(String newRuleName)
Returns a new copy of this rule with new ids.
|
RuleBo |
RuleBoServiceImpl.from(RuleDefinition rule)
Converts a immutable
RuleDefinition to its mutable RuleBo counterpart. |
static RuleBo |
RuleBo.from(RuleDefinition im)
Converts a immutable object to it's mutable bo counterpart
|
RuleBo |
RuleAttributeBo.getRule() |
RuleBo |
AgendaItemBo.getRule() |
RuleBo |
ActionBo.getRule() |
Modifier and Type | Method and Description |
---|---|
static RuleBo |
RuleBo.copyRule(RuleBo existing) |
static List<ActionBo> |
RuleBo.copyRuleActions(RuleBo existing,
RuleBo newRule) |
static List<RuleAttributeBo> |
RuleBo.copyRuleAttributes(RuleBo existing,
RuleBo newRule) |
void |
RuleAttributeBo.setRule(RuleBo rule) |
void |
AgendaItemBo.setRule(RuleBo rule) |
void |
ActionBo.setRule(RuleBo rule) |
static RuleDefinition |
RuleBo.to(RuleBo bo)
Converts a mutable bo to it's immutable counterpart
|
Modifier and Type | Method and Description |
---|---|
List<RuleDefinition> |
RuleBoServiceImpl.convertListOfBosToImmutables(Collection<RuleBo> ruleBos)
Converts a List
|
AgendaItemBo |
AgendaItemBo.copyAgendaItem(AgendaBo copiedAgenda,
Map<String,RuleBo> oldRuleIdToNew,
Map<String,AgendaItemBo> oldAgendaItemIdToNew,
List<AgendaItemBo> copiedAgendaItems,
String dts)
Returns a copy of this AgendaItem
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.