Uses of Interface
org.kuali.rice.krms.api.repository.agenda.AgendaDefinitionContract

Packages that use AgendaDefinitionContract
org.kuali.rice.krms.api.repository.agenda Copyright 2005-2012 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.krms.api.repository.context Copyright 2005-2012 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
 

Uses of AgendaDefinitionContract in org.kuali.rice.krms.api.repository.agenda
 

Classes in org.kuali.rice.krms.api.repository.agenda that implement AgendaDefinitionContract
 class AgendaDefinition
          Concrete model object implementation of KRMS Repository Agenda immutable.
static class AgendaDefinition.Builder
          This builder is used to construct instances of KRMS Repository Agenda.
 

Methods in org.kuali.rice.krms.api.repository.agenda that return AgendaDefinitionContract
 AgendaDefinitionContract AgendaItemDefinitionContract.getSubAgenda()
          This method returns the SubAgenda associated with this AgendaItemDefinition.
 

Methods in org.kuali.rice.krms.api.repository.agenda with parameters of type AgendaDefinitionContract
static AgendaDefinition.Builder AgendaDefinition.Builder.create(AgendaDefinitionContract contract)
          Creates a builder by populating it with data from the given AgendaDefinitionContract.
 

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 AgendaDefinitionContract
 List<? extends AgendaDefinitionContract> ContextDefinitionContract.getAgendas()
          Returns the list of agendas AgendaDefinitionContract contained in the context definition.
 

Method parameters in org.kuali.rice.krms.api.repository.context with type arguments of type AgendaDefinitionContract
 void ContextDefinition.Builder.setAgendas(List<? extends AgendaDefinitionContract> agendaContracts)
          Sets the agendas property of this context definition.
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.