public interface Office extends OsidCatalog
A Office represents a collection of process.
| Modifier and Type | Method and Description |
|---|---|
OfficeRecord |
getOfficeRecord(Type officeRecordType)
Gets the office record corresponding to the given
Office
record Type. |
getDescription, getDisplayName, getGenusType, isOfGenusTypegetId, isCurrentgetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdOfficeRecord getOfficeRecord(Type officeRecordType) throws OperationFailedException
Office
record Type. This method is used to retrieve an
object implementing the requested record. The officeRecordType
may be the Type returned in
getRecordTypes() or any of its parents in a Type
hierarchy where hasRecordType(officeRecordType)
is true .officeRecordType - the type of office record to retrieveNullArgumentException - officeRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(officeRecordType) is false
mandatory - This method must be implemented.