| Package | Description |
|---|---|
| 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.proposition |
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.rule |
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 |
|---|---|
RuleDefinition.Builder |
AgendaItemDefinition.Builder.getRule() |
| Modifier and Type | Method and Description |
|---|---|
void |
AgendaItemDefinition.Builder.setRule(RuleDefinition.Builder rule)
Set the value of the rule on this builder to the given value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropositionDefinition.Builder.setRule(RuleDefinition.Builder rule)
Sets the value of the rule on this builder to the given value.
|
| Modifier and Type | Method and Description |
|---|---|
static RuleDefinition.Builder |
RuleDefinition.Builder.create(RuleDefinitionContract contract)
Creates a builder by populating it with data from the given
RuleDefinitionContract. |
static RuleDefinition.Builder |
RuleDefinition.Builder.create(String ruleId,
String name,
String namespace,
String typeId,
String propId)
Create a builder with the given parameters.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.