| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AgendaItemContract
| Method Summary | |
|---|---|
|  String | getAgendaId()This is the agenda ID for the Agenda associated with this Agenda Item | 
|  AgendaItemContract | getAlways()This is ID of the next AgendaItem to be executed after following any defined true or false actions. | 
|  String | getAlwaysId()This is ID of the next AgendaItem to be executed after following any defined true or false actions. | 
|  RuleDefinitionContract | getRule()This method returns the Rule associated with this AgendaItem. | 
|  String | getRuleId()This is ID of the Rule associated with this AgendaItem. | 
|  AgendaDefinitionContract | getSubAgenda()This method returns the SubAgenda associated with this AgendaItem. | 
|  String | getSubAgendaId()This is ID of the SubAgenda associated with this AgendaItem. | 
|  AgendaItemContract | getWhenFalse()This method returns the next AgendaItem to be executed if the Rule associated with this AgendaItem evaluates to false. | 
|  String | getWhenFalseId()This is ID of the next AgendaItem to be executed if the Rule associated AgendaItem evaluates to false. | 
|  AgendaItemContract | getWhenTrue()This method returns the next AgendaItem to be executed if the Rule associated with this AgendaItem evaluates to true. | 
|  String | getWhenTrueId()This is ID of the next AgendaItem to be executed if the Rule associated AgendaItem evaluates to true. | 
| Methods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable | 
|---|
| getId | 
| Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned | 
|---|
| getVersionNumber | 
| Method Detail | 
|---|
String getAgendaId()
It is the agenda ID for the Agenda object associated with this Agenda Item.
String getRuleId()
Each AgendaItem has either a Rule or a SubAgenda associated with it, but not both.
String getSubAgendaId()
Each AgendaItem has either a Rule or a SubAgenda associated with it, but not both.
String getWhenTrueId()
String getWhenFalseId()
String getAlwaysId()
RuleDefinitionContract getRule()
AgendaDefinitionContract getSubAgenda()
AgendaItemContract getWhenTrue()
AgendaItemContract getWhenFalse()
AgendaItemContract getAlways()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||