Uses of Class
org.kuali.rice.krms.api.repository.action.ActionDefinition.Builder
Packages that use ActionDefinition.Builder
Package
Description
-
Uses of ActionDefinition.Builder in org.kuali.rice.krms.api.repository.action
Methods in org.kuali.rice.krms.api.repository.action that return ActionDefinition.BuilderModifier and TypeMethodDescriptionstatic ActionDefinition.BuilderActionDefinition.Builder.create(String actionId, String name, String namespace, String typeId, String ruleId, Integer sequenceNumber) Create a builder with the given parametersstatic ActionDefinition.BuilderActionDefinition.Builder.create(ActionDefinitionContract contract) Creates a builder by populating it with data from the givenActionDefinitionContract. -
Uses of ActionDefinition.Builder in org.kuali.rice.krms.api.repository.rule
Methods in org.kuali.rice.krms.api.repository.rule that return types with arguments of type ActionDefinition.BuilderMethod parameters in org.kuali.rice.krms.api.repository.rule with type arguments of type ActionDefinition.BuilderModifier and TypeMethodDescriptionvoidRuleDefinition.Builder.setActions(List<ActionDefinition.Builder> actions) Sets the value of the actions on this builder to the given value