Uses of Class
org.kuali.rice.krms.api.repository.agenda.AgendaDefinition.Builder

Packages that use AgendaDefinition.Builder
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 AgendaDefinition.Builder in org.kuali.rice.krms.api.repository.agenda
 

Methods in org.kuali.rice.krms.api.repository.agenda that return AgendaDefinition.Builder
static AgendaDefinition.Builder AgendaDefinition.Builder.create(AgendaDefinitionContract contract)
          Creates a builder by populating it with data from the given AgendaDefinitionContract.
static AgendaDefinition.Builder AgendaDefinition.Builder.create(String id, String name, String typeId, String contextId)
          Create a builder with the given parameters.
 AgendaDefinition.Builder AgendaItemDefinition.Builder.getSubAgenda()
           
 

Methods in org.kuali.rice.krms.api.repository.agenda with parameters of type AgendaDefinition.Builder
 void AgendaItemDefinition.Builder.setSubAgenda(AgendaDefinition.Builder subAgenda)
          Set the value of the sub agenda on this builder to the given value.
 

Uses of AgendaDefinition.Builder in org.kuali.rice.krms.api.repository.context
 

Methods in org.kuali.rice.krms.api.repository.context that return types with arguments of type AgendaDefinition.Builder
 List<AgendaDefinition.Builder> ContextDefinition.Builder.getAgendas()
           
 



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