Uses of Class
org.kuali.rice.krms.api.repository.agenda.AgendaItemDefinition.Builder
Packages that use AgendaItemDefinition.Builder
-
Uses of AgendaItemDefinition.Builder in org.kuali.rice.krms.api.repository.agenda
Methods in org.kuali.rice.krms.api.repository.agenda that return AgendaItemDefinition.BuilderModifier and TypeMethodDescriptionstatic AgendaItemDefinition.BuilderCreate a builder with the given parameters.static AgendaItemDefinition.BuilderAgendaItemDefinition.Builder.create(AgendaItemDefinitionContract contract) Creates a builder by populating it with data from the givenAgendaItemDefinitionContract.AgendaItemDefinition.Builder.getAlways()AgendaItemDefinition.Builder.getWhenFalse()AgendaItemDefinition.Builder.getWhenTrue()Methods in org.kuali.rice.krms.api.repository.agenda with parameters of type AgendaItemDefinition.BuilderModifier and TypeMethodDescriptionvoidAgendaItemDefinition.Builder.setAlways(AgendaItemDefinition.Builder always) Set the value of the agenda item for the "always" condition on this builder to the given value.voidAgendaItemDefinition.Builder.setWhenFalse(AgendaItemDefinition.Builder whenFalse) Set the value of the agenda item for the "when false" condition on this builder to the given value.voidAgendaItemDefinition.Builder.setWhenTrue(AgendaItemDefinition.Builder whenTrue) Set the value of the agenda item for the "when true" condition on this builder to the given value.