Uses of Interface
org.kuali.rice.krms.api.repository.action.ActionDefinitionContract
Packages that use ActionDefinitionContract
Package
Description
-
Uses of ActionDefinitionContract in org.kuali.rice.krms.api.repository.action
Classes in org.kuali.rice.krms.api.repository.action that implement ActionDefinitionContractModifier and TypeClassDescriptionfinal classConcrete model object implementation of KRMS Repository Action immutable.static classThis builder is used to construct instances of KRMS Repository Action.Methods in org.kuali.rice.krms.api.repository.action with parameters of type ActionDefinitionContractModifier and TypeMethodDescriptionstatic ActionDefinition.BuilderActionDefinition.Builder.create(ActionDefinitionContract contract) Creates a builder by populating it with data from the givenActionDefinitionContract. -
Uses of ActionDefinitionContract in org.kuali.rice.krms.api.repository.rule
Methods in org.kuali.rice.krms.api.repository.rule that return types with arguments of type ActionDefinitionContractModifier and TypeMethodDescriptionList<? extends ActionDefinitionContract>RuleDefinitionContract.getActions()This method returns a list of Actions associated with the Rule.