OSID Logo
OSID Specifications
personnel package
Version 3.1.0
Interfaceosid.personnel.OrganizationForm
Implementsosid.OsidObjectForm
osid.OsidFederateableForm
osid.OsidTemporalForm
Implemented Byosid.personnel.batch.OrganizationBatchForm
Used Byosid.personnel.OrganizationAdminSession
Description

This is the form for creating and updating Organization objects. Like all OsidForm objects, various data elements may be set here for use in the create and update methods in the OrganizationAdminSession. For each data element that may be set, metadata may be examined to provide display hints or data constraints.

MethodgetDisplayLabelMetadata
Description

Gets the metadata for a display label.

Returnosid.Metadata metadata for the label
Compliancemandatory This method must be implemented.
MethodsetDisplayLabel
Description

Sets the display label.

Parametersstringlabel the label
ErrorsINVALID_ARGUMENT label is invalid
NO_ACCESS Metadata.isReadOnly() is true
NULL_ARGUMENT label is null
Compliancemandatory This method must be implemented.
MethodclearDisplayLabel
Description

Clears the display label.

ErrorsNO_ACCESS Metadata.isRequired() or Metadata.isReadOnly() is true
Compliancemandatory This method must be implemented.
MethodgetOrganizationFormRecord
Description

Gets the OrganizationFormRecord interface corresponding to the given organization record Type.

Parametersosid.type.TypeorganizationRecordType the organization record type
Returnosid.personnel.records.OrganizationFormRecord the record
ErrorsNULL_ARGUMENT organizationRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(organizationRecordType) is false
Compliancemandatory This method must be implemented.