|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AgendaItemDefinitionContract
Agenda Item Definition Contract
AgendaItemDefinition
Method Summary | |
---|---|
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. |
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()
String getRuleId()
String getSubAgendaId()
String getWhenTrueId()
String getWhenFalseId()
String getAlwaysId()
RuleDefinitionContract getRule()
AgendaDefinitionContract getSubAgenda()
AgendaItemDefinitionContract getWhenTrue()
AgendaItemDefinitionContract getWhenFalse()
AgendaItemDefinitionContract getAlways()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |