| Package | Description |
|---|---|
| org.kuali.rice.krms.api.repository.agenda |
Copyright 2005-2016 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-2016 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.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
AgendaDefinitionContract |
AgendaItemDefinitionContract.getSubAgenda()
This method returns the SubAgenda associated with this AgendaItemDefinition.
|
| Modifier and Type | Method and Description |
|---|---|
static AgendaDefinition.Builder |
AgendaDefinition.Builder.create(AgendaDefinitionContract contract)
Creates a builder by populating it with data from the given
AgendaDefinitionContract. |
| Modifier and Type | Method and Description |
|---|---|
List<? extends AgendaDefinitionContract> |
ContextDefinitionContract.getAgendas()
Returns the list of agendas
AgendaDefinitionContract contained in the context definition. |
| Modifier and Type | Method and Description |
|---|---|
void |
ContextDefinition.Builder.setAgendas(List<? extends AgendaDefinitionContract> agendaContracts)
Sets the agendas property of this context definition.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.