| Package | Description |
|---|---|
| org.kuali.rice.krms.api.repository.action |
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 |
|---|---|
static ActionDefinition.Builder |
ActionDefinition.Builder.create(ActionDefinitionContract contract)
Creates a builder by populating it with data from the given
ActionDefinitionContract. |
static ActionDefinition.Builder |
ActionDefinition.Builder.create(String actionId,
String name,
String namespace,
String typeId,
String ruleId,
Integer sequenceNumber)
Create a builder with the given parameters
|
| Modifier and Type | Method and Description |
|---|---|
List<ActionDefinition.Builder> |
RuleDefinition.Builder.getActions() |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleDefinition.Builder.setActions(List<ActionDefinition.Builder> actions)
Sets the value of the actions on this builder to the given value
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.