Lookup/Ibis web service client API
  • Class

Classes

  • GroupMethods
  • IbisAttribute
  • IbisAttributeScheme
  • IbisClientConnection
  • IbisContactPhoneNumber
  • IbisContactRow
  • IbisContactWebPage
  • IbisDto
  • IbisError
  • IbisGroup
  • IbisIdentifier
  • IbisInstitution
  • IbisMethods
  • IbisPerson
  • IbisResult
  • IbisResultParser
  • InstitutionMethods
  • PersonMethods

Interfaces

  • ClientConnection

Exceptions

  • IbisException

Class IbisAttributeScheme

Class representing an attribute scheme. This may apply to attributes of people or institutions.

IbisDto
Extended by IbisAttributeScheme
Author: Dean Rasheed (dev-group@ucs.cam.ac.uk)
Located at dto/IbisAttributeScheme.php

Properties summary

public string $schemeid

The unique identifier of the attribute scheme.

The unique identifier of the attribute scheme.

#
public integer $precedence

The attribute scheme's precedence. Methods that return or display attributes sort the results primarily in order of increasing values of attribute scheme precedence.

The attribute scheme's precedence. Methods that return or display attributes sort the results primarily in order of increasing values of attribute scheme precedence.

#
public string $ldapName

The name of the attribute scheme in LDAP, if it is exported to LDAP. Note that many attributes are not exported to LDAP, in which case this name is typically just equal to the scheme's ID.

The name of the attribute scheme in LDAP, if it is exported to LDAP. Note that many attributes are not exported to LDAP, in which case this name is typically just equal to the scheme's ID.

#
public string $displayName

The display name for labelling attributes in this scheme.

The display name for labelling attributes in this scheme.

#
public string $dataType

The attribute scheme's datatype.

The attribute scheme's datatype.

#
public boolean $multiValued

Flag indicating whether attributes in this scheme can be multi-valued.

Flag indicating whether attributes in this scheme can be multi-valued.

#
public boolean $multiLined

Flag for textual attributes schemes indicating whether they are multi-lined.

Flag for textual attributes schemes indicating whether they are multi-lined.

#
public boolean $searchable

Flag indicating whether attributes of this scheme are searched by the default search functionality.

Flag indicating whether attributes of this scheme are searched by the default search functionality.

#
public string $regexp

For textual attributes, an optional regular expression that all attributes in this scheme match.

For textual attributes, an optional regular expression that all attributes in this scheme match.

#
Lookup/Ibis web service client API documentation generated by ApiGen