Uses of Interface
org.kuali.rice.krms.api.repository.agenda.AgendaDefinitionContract
Packages that use AgendaDefinitionContract
Package
Description
-
Uses of AgendaDefinitionContract in org.kuali.rice.krms.api.repository.agenda
Classes in org.kuali.rice.krms.api.repository.agenda that implement AgendaDefinitionContractModifier and TypeClassDescriptionfinal classConcrete model object implementation of KRMS Repository Agenda immutable.static classThis builder is used to construct instances of KRMS Repository Agenda.Methods in org.kuali.rice.krms.api.repository.agenda that return AgendaDefinitionContractModifier and TypeMethodDescriptionAgendaItemDefinitionContract.getSubAgenda()This method returns the SubAgenda associated with this AgendaItemDefinition.Methods in org.kuali.rice.krms.api.repository.agenda with parameters of type AgendaDefinitionContractModifier and TypeMethodDescriptionstatic AgendaDefinition.BuilderAgendaDefinition.Builder.create(AgendaDefinitionContract contract) Creates a builder by populating it with data from the givenAgendaDefinitionContract. -
Uses of AgendaDefinitionContract in org.kuali.rice.krms.api.repository.context
Methods in org.kuali.rice.krms.api.repository.context that return types with arguments of type AgendaDefinitionContractModifier and TypeMethodDescriptionList<? extends AgendaDefinitionContract>ContextDefinitionContract.getAgendas()Returns the list of agendasAgendaDefinitionContractcontained in the context definition.Method parameters in org.kuali.rice.krms.api.repository.context with type arguments of type AgendaDefinitionContractModifier and TypeMethodDescriptionvoidContextDefinition.Builder.setAgendas(List<? extends AgendaDefinitionContract> agendaContracts) Sets the agendas property of this context definition.