public interface Agenda extends OsidObject
An Agenda
. An Agenda
is a set of
Instructions
for some list of checks in a business process.
Modifier and Type | Method and Description |
---|---|
AgendaRecord |
getAgendaRecord(Type agendaRecordType)
Gets the agenda record corresponding to the given
Agenda
record Type. |
getDescription, getDisplayName, getGenusType, isOfGenusType
getId, isCurrent
getRecordTypes, hasRecordType
getProperties, getPropertiesByRecordType
AgendaRecord getAgendaRecord(Type agendaRecordType) throws OperationFailedException, PermissionDeniedException
Agenda
record Type.
This method is used to retrieve an
object implementing the requested record. The agendaRecordType
may be the Type
returned in
getRecordTypes()
or any of its parents in a Type
hierarchy where hasRecordType(agendaRecordType)
is true
.agendaRecordType
- the type of agenda record to retrieveNullArgumentException
- agendaRecordType
is null
OperationFailedException
- unable to complete requestPermissionDeniedException
- authorization failure
occurredUnsupportedException
-
hasRecordType(agendaRecordType)
is false
mandatory
- This method must be implemented.