public interface AgendaItemDefinitionContract extends Identifiable, Versioned
AgendaItemDefinition
Modifier and Type | Method and Description |
---|---|
String |
getAgendaId()
Returns the agenda id to which the agenda item belongs.
|
AgendaItemDefinitionContract |
getAlways()
This is ID of the next AgendaItemDefinition to be executed after following any
defined true or false actions.
|
String |
getAlwaysId()
This is ID of the next AgendaItemDefinition to be executed after following any
defined true or false actions.
|
RuleDefinitionContract |
getRule()
This method returns the Rule associated with this AgendaItemDefinition.
|
String |
getRuleId()
Returns the rule id associated with the agenda item.
|
AgendaDefinitionContract |
getSubAgenda()
This method returns the SubAgenda associated with this AgendaItemDefinition.
|
String |
getSubAgendaId()
This is ID of the SubAgenda associated with this AgendaItemDefinition.
|
AgendaItemDefinitionContract |
getWhenFalse()
This method returns the next AgendaItemDefinition to be executed if the
Rule associated with this AgendaItemDefinition evaluates to false.
|
String |
getWhenFalseId()
This is ID of the next AgendaItemDefinition to be executed if the Rule associated
AgendaItemDefinition evaluates to false.
|
AgendaItemDefinitionContract |
getWhenTrue()
This method returns the next AgendaItemDefinition to be executed if the
Rule associated with this AgendaItemDefinition evaluates to true.
|
String |
getWhenTrueId()
This is ID of the next AgendaItemDefinition to be executed if the Rule associated
AgendaItemDefinition evaluates to true.
|
getId
getVersionNumber
String getAgendaId()
String getRuleId()
String getSubAgendaId()
String getWhenTrueId()
String getWhenFalseId()
String getAlwaysId()
RuleDefinitionContract getRule()
AgendaDefinitionContract getSubAgenda()
AgendaItemDefinitionContract getWhenTrue()
AgendaItemDefinitionContract getWhenFalse()
AgendaItemDefinitionContract getAlways()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.