Uses of Interface
org.kuali.rice.krms.api.repository.agenda.AgendaItemDefinitionContract
Packages that use AgendaItemDefinitionContract
-
Uses of AgendaItemDefinitionContract in org.kuali.rice.krms.api.repository.agenda
Classes in org.kuali.rice.krms.api.repository.agenda that implement AgendaItemDefinitionContractModifier and TypeClassDescriptionfinal classConcrete model object implementation of KRMS Repository AgendaItemDefinition immutable.static classThis builder is used to construct instances of KRMS Repository AgendaItemDefinition.Methods in org.kuali.rice.krms.api.repository.agenda that return AgendaItemDefinitionContractModifier and TypeMethodDescriptionAgendaItemDefinitionContract.getAlways()This is ID of the next AgendaItemDefinition to be executed after following any defined true or false actions.AgendaItemDefinitionContract.getWhenFalse()This method returns the next AgendaItemDefinition to be executed if the Rule associated with this AgendaItemDefinition evaluates to false.AgendaItemDefinitionContract.getWhenTrue()This method returns the next AgendaItemDefinition to be executed if the Rule associated with this AgendaItemDefinition evaluates to true.Methods in org.kuali.rice.krms.api.repository.agenda with parameters of type AgendaItemDefinitionContractModifier and TypeMethodDescriptionstatic AgendaItemDefinition.BuilderAgendaItemDefinition.Builder.create(AgendaItemDefinitionContract contract) Creates a builder by populating it with data from the givenAgendaItemDefinitionContract.