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.
|
Modifier and Type | Method and Description |
---|---|
static AgendaItemDefinition.Builder |
AgendaItemDefinition.Builder.create(AgendaItemDefinitionContract contract)
Creates a builder by populating it with data from the given
AgendaItemDefinitionContract . |
static AgendaItemDefinition.Builder |
AgendaItemDefinition.Builder.create(String id,
String agendaId)
Create a builder with the given parameters.
|
AgendaItemDefinition.Builder |
AgendaItemDefinition.Builder.getAlways() |
AgendaItemDefinition.Builder |
AgendaItemDefinition.Builder.getWhenFalse() |
AgendaItemDefinition.Builder |
AgendaItemDefinition.Builder.getWhenTrue() |
Modifier and Type | Method and Description |
---|---|
void |
AgendaItemDefinition.Builder.setAlways(AgendaItemDefinition.Builder always)
Set the value of the agenda item for the "always" condition on this builder to the given value.
|
void |
AgendaItemDefinition.Builder.setWhenFalse(AgendaItemDefinition.Builder whenFalse)
Set the value of the agenda item for the "when false" condition on this builder to the given value.
|
void |
AgendaItemDefinition.Builder.setWhenTrue(AgendaItemDefinition.Builder whenTrue)
Set the value of the agenda item for the "when true" condition on this builder to the given value.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.