public interface OsidRecord
OsidRecord
is a top-level interface for all record
objects. A record is an auxiliary interface that can be retrieved from an
OSID object, query, form or search order that contains method definitions
outside the core OSID specification. An OSID record interface
specification is identified with a Type.
Modifier and Type | Method and Description |
---|---|
boolean |
implementsRecordType(Type recordType)
Tests if the given type is implemented by this record.
|
boolean implementsRecordType(Type recordType)
getType()
may be
supported through an inheritance scheme where the given type specifies
a record that is a parent interface of the interface specified by
getType().
recordType
- a type true
if the given record Type
is
implemented by this record, false
otherwiseNullArgumentException
- recordType
is
null
mandatory
- This method must be implemented.