public final class AgendaItemDefinition extends AbstractDataTransferObject implements AgendaItemDefinitionContract
AgendaItemDefinitionContract,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
static class |
AgendaItemDefinition.Builder
This builder is used to construct instances of KRMS Repository AgendaItemDefinition.
|
static class |
AgendaItemDefinition.Cache |
static class |
AgendaItemDefinition.Elements
A private class which exposes constants which define the XML element names to use
when this object is marshalled to XML.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAgendaId()
Returns the agenda id to which the agenda item belongs.
|
AgendaItemDefinition |
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.
|
String |
getId() |
RuleDefinition |
getRule()
This method returns the Rule associated with this AgendaItemDefinition.
|
String |
getRuleId()
Returns the rule id associated with the agenda item.
|
AgendaDefinition |
getSubAgenda()
This method returns the SubAgenda associated with this AgendaItemDefinition.
|
String |
getSubAgendaId()
This is ID of the SubAgenda associated with this AgendaItemDefinition.
|
Long |
getVersionNumber() |
AgendaItemDefinition |
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.
|
AgendaItemDefinition |
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.
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getId()
getId in interface Identifiablepublic String getAgendaId()
AgendaItemDefinitionContractgetAgendaId in interface AgendaItemDefinitionContractpublic String getRuleId()
AgendaItemDefinitionContractgetRuleId in interface AgendaItemDefinitionContractpublic String getSubAgendaId()
AgendaItemDefinitionContractgetSubAgendaId in interface AgendaItemDefinitionContractpublic String getWhenTrueId()
AgendaItemDefinitionContractgetWhenTrueId in interface AgendaItemDefinitionContractpublic String getWhenFalseId()
AgendaItemDefinitionContractgetWhenFalseId in interface AgendaItemDefinitionContractpublic String getAlwaysId()
AgendaItemDefinitionContractgetAlwaysId in interface AgendaItemDefinitionContractpublic RuleDefinition getRule()
AgendaItemDefinitionContractgetRule in interface AgendaItemDefinitionContractpublic AgendaDefinition getSubAgenda()
AgendaItemDefinitionContractgetSubAgenda in interface AgendaItemDefinitionContractpublic AgendaItemDefinition getWhenTrue()
AgendaItemDefinitionContractgetWhenTrue in interface AgendaItemDefinitionContractpublic AgendaItemDefinition getWhenFalse()
AgendaItemDefinitionContractgetWhenFalse in interface AgendaItemDefinitionContractpublic AgendaItemDefinition getAlways()
AgendaItemDefinitionContractgetAlways in interface AgendaItemDefinitionContractpublic Long getVersionNumber()
getVersionNumber in interface VersionedCopyright © 2005–2016 The Kuali Foundation. All rights reserved.