CWIS Developer Documentation
|
Metadata schema (in effect a Factory class for MetadataField). More...
Public Member Functions | |
__construct ($SchemaId=self::SCHEMAID_DEFAULT) | |
Object constructor, used to load an existing schema. More... | |
Delete () | |
Destroy metadata schema. More... | |
Id () | |
Get schema ID. More... | |
Name ($NewValue=DB_NOVALUE) | |
Get/set name of schema. More... | |
AbbreviatedName ($NewValue=DB_NOVALUE) | |
Get/set abbreviated name of schema. More... | |
ResourceName ($NewValue=DB_NOVALUE) | |
Get/set name of resources using this schema. More... | |
ViewPage ($NewValue=DB_NOVALUE) | |
Get/set name of page to go to for viewing resources using this schema. More... | |
AuthoringPrivileges (PrivilegeSet $NewValue=NULL) | |
Get/set privileges that allowing authoring resources with this schema. More... | |
EditingPrivileges (PrivilegeSet $NewValue=NULL) | |
Get/set privileges that allowing editing resources with this schema. More... | |
ViewingPrivileges (PrivilegeSet $NewValue=NULL) | |
Get/set privileges that allowing viewing resources with this schema. More... | |
UserCanAuthor ($User) | |
Determine if the given user can author resources using this schema. More... | |
UserCanEdit ($User) | |
Determine if the given user can edit resources using this schema. More... | |
UserCanView ($User) | |
Determine if the given user can view resources using this schema. More... | |
GetViewPageIdParameter () | |
Get the resource ID GET parameter for the view page for the schema. More... | |
PathMatchesViewPage ($Path) | |
Determine if a path matches the view page path for the schema. More... | |
AddField ($FieldName, $FieldType, $Optional=TRUE, $DefaultValue=NULL) | |
Add new metadata field. More... | |
AddFieldsFromXmlFile ($FileName, $Owner=NULL, $TestRun=FALSE) | |
Add new metadata fields from XML file. More... | |
NewFields () | |
Get new fields recently added (if any) via XML file. More... | |
ErrorMessages ($Method=NULL) | |
Get error messages (if any) from recent calls. More... | |
AddFieldFromXml ($Xml) | |
Add new metadata field based on supplied XML. More... | |
DropField ($FieldId) | |
Delete metadata field and all associated data. More... | |
GetField ($FieldId) | |
Retrieve metadata field. More... | |
GetFieldByName ($FieldName, $IgnoreCase=FALSE) | |
Retrieve metadata field by name. More... | |
GetFieldIdByName ($FieldName, $IgnoreCase=FALSE) | |
Retrieve metadata field ID by name. More... | |
FieldExists ($Field) | |
Check whether field with specified name exists. More... | |
GetFields ($FieldTypes=NULL, $OrderType=NULL, $IncludeDisabledFields=FALSE, $IncludeTempFields=FALSE) | |
Retrieve array of fields. More... | |
GetFieldNames ($FieldTypes=NULL, $OrderType=NULL, $IncludeDisabledFields=FALSE, $IncludeTempFields=FALSE) | |
Retrieve field names. More... | |
GetFieldsAsOptionList ($OptionListName, $FieldTypes=NULL, $SelectedFieldId=NULL, $IncludeNullOption=TRUE, $AddEntries=NULL, $AllowMultiple=FALSE, $Disabled=FALSE) | |
Retrieve fields of specified type as HTML option list with field names as labels and field IDs as value attributes. More... | |
GetFieldTypes () | |
Retrieve array of field types. More... | |
GetAllowedFieldTypes () | |
Retrieve array of field types that user can create. More... | |
RemoveQualifierAssociations ($QualifierIdOrObject) | |
Remove all metadata field associations for a given qualifier. More... | |
QualifierIsInUse ($QualifierIdOrObject) | |
Check whether qualifier is in use by any metadata field (in any schema). More... | |
GetHighestFieldId () | |
Get highest field ID currently in use. More... | |
StdNameToFieldMapping ($MappedName, $FieldId=NULL) | |
Get/set mapping of standard field name to specific field. More... | |
FieldToStdNameMapping ($FieldId) | |
Get mapping of field ID to standard field name. More... | |
GetFieldByMappedName ($MappedName) | |
Get field by standard field name. More... | |
GetFieldIdByMappedName ($MappedName) | |
Get field ID by standard field name. More... | |
GetOwnedFields () | |
Get fields that have an owner associated with them. More... | |
GetDisplayOrder () | |
Get the display order for the schema. More... | |
GetEditOrder () | |
Get the editing order for the schema. More... | |
![]() | |
__construct ($ItemClassName, $ItemTableName, $ItemIdColumnName, $ItemNameColumnName=NULL, $OrderOpsAllowed=FALSE, $SqlCondition=NULL) | |
Class constructor. More... | |
GetItemClassName () | |
Get class name of items manipulated by factory. More... | |
CleanOutStaleTempItems ($MinutesUntilStale=10080) | |
Clear out (call the Delete() method) for any temp items more than specified number of minutes old. More... | |
GetNextItemId () | |
Retrieve next available (non-temp) item ID. More... | |
GetHighestItemId ($IgnoreSqlCondition=FALSE) | |
Retrieve highest item ID in use. More... | |
GetNextTempItemId () | |
Return next available temporary item ID. More... | |
GetItemCount ($Condition=NULL, $IncludeTempItems=FALSE) | |
Get count of items. More... | |
GetItemIds ($Condition=NULL, $IncludeTempItems=FALSE, $SortField=NULL, $SortAscending=TRUE) | |
Return array of item IDs. More... | |
GetLatestModificationDate ($Condition=NULL) | |
Get newest modification date (based on values in "DateLastModified" column in database table). More... | |
GetItem ($ItemId) | |
Retrieve item by item ID. More... | |
ItemExists ($ItemId, $IgnoreSqlCondition=FALSE) | |
Check that item exists with specified ID. More... | |
GetItemByName ($Name, $IgnoreCase=FALSE) | |
Retrieve item by name. More... | |
GetItemIdByName ($Name, $IgnoreCase=FALSE) | |
Retrieve item ID by name. More... | |
GetItemNames ($SqlCondition=NULL) | |
Retrieve item names. More... | |
GetItems ($SqlCondition=NULL) | |
Retrieve items. More... | |
GetItemsAsOptionList ($OptionListName, $SelectedItemId=NULL, $SqlCondition=NULL, $DisplaySize=1, $SubmitOnChange=FALSE, $Disabled=FALSE) | |
Retrieve items of specified type as HTML option list with item names as labels and item IDs as value attributes. More... | |
NameIsInUse ($Name, $IgnoreCase=FALSE) | |
Check whether item name is currently in use. More... | |
SearchForItemNames ($SearchString, $NumberOfResults=100, $IncludeVariants=FALSE, $UseBooleanMode=TRUE, $Offset=0, $IdExclusions=array(), $ValueExclusions=array()) | |
Retrieve items with names matching search string. More... | |
GetCountForItemNames ($SearchString, $IncludeVariants=FALSE, $UseBooleanMode=TRUE, $IdExclusions=array(), $ValueExclusions=array()) | |
Retrieve count of items with names matching search string. More... | |
CachingEnabled ($NewValue=NULL) | |
Enable/disable caching of item information. More... | |
ClearCaches () | |
Clear item information caches. More... | |
SetOrderOpsCondition ($Condition) | |
Set SQL condition (added to WHERE clause) used to select items for ordering operations. More... | |
InsertBefore ($TargetItem, $NewItem) | |
Insert item into order before specified item. More... | |
InsertAfter ($TargetItem, $NewItem) | |
Insert item into order after specified item. More... | |
Prepend ($Item) | |
Add item to beginning of order. More... | |
Append ($Item) | |
Add item to end of order. More... | |
GetItemIdsInOrder () | |
Retrieve list of item IDs in order. More... | |
RemoveItemFromOrder ($ItemId) | |
Remove item from existing order. More... | |
Static Public Member Functions | |
static | GetConstantName ($Value, $Prefix=NULL) |
Get name (string) for constant. More... | |
static | Create ($Name, PrivilegeSet $AuthorPrivs=NULL, PrivilegeSet $EditPrivs=NULL, PrivilegeSet $ViewPrivs=NULL, $ViewPage="", $ResourceName=NULL) |
Create new metadata schema. More... | |
static | SchemaExistsWithId ($SchemaId) |
Check with schema exists with specified ID. More... | |
static | FieldExistsInAnySchema ($Field) |
Determine if a Field exists in any schema. More... | |
static | GetCanonicalFieldIdentifier ($Field) |
Retrieve canonical identifier for field. More... | |
static | GetPrintableFieldName ($Field) |
Retrieve label for field. More... | |
static | TranslateLegacySearchValues ($FieldId, $Values) |
Translate search values from a legacy URL string to their modern equivalents. More... | |
static | GetAllSchemaIds () |
Get IDs for all existing metadata schemas. More... | |
static | GetAllSchemaNames () |
Get names for all existing metadata schemas. More... | |
static | GetAllSchemas () |
Get all existing metadata schemas. More... | |
static | FieldUsedInPrivileges ($FieldId) |
Determine if a specified field is used in either schema or field permissions. More... | |
static | GetSchemaIdForName ($Name) |
Get schema ID for specified name. More... | |
static | SetOwnerListRetrievalFunction ($Callback) |
Allow external dependencies, i.e., the current list of owners that are available, to be injected. More... | |
static | NormalizeOwnedFields () |
Disable owned fields that have an owner that is unavailable and re-enable fields if an owner has returned and the field was flagged to be re-enabled. More... | |
static | ClearStaticCaches () |
Clear internal caches. More... | |
Public Attributes | |
const | MDFTYPE_TEXT = 1 |
const | MDFTYPE_PARAGRAPH = 2 |
const | MDFTYPE_NUMBER = 4 |
const | MDFTYPE_DATE = 8 |
const | MDFTYPE_TIMESTAMP = 16 |
const | MDFTYPE_FLAG = 32 |
const | MDFTYPE_TREE = 64 |
const | MDFTYPE_CONTROLLEDNAME = 128 |
const | MDFTYPE_OPTION = 256 |
const | MDFTYPE_USER = 512 |
const | MDFTYPE_IMAGE = 1024 |
const | MDFTYPE_FILE = 2048 |
const | MDFTYPE_URL = 4096 |
const | MDFTYPE_POINT = 8192 |
const | MDFTYPE_REFERENCE = 16384 |
const | MDFORDER_DISPLAY = 1 |
const | MDFORDER_EDITING = 2 |
const | MDFORDER_ALPHABETICAL = 3 |
const | MDFSTAT_OK = 1 |
const | MDFSTAT_ERROR = 2 |
const | MDFSTAT_DUPLICATENAME = 4 |
const | MDFSTAT_DUPLICATEDBCOLUMN = 8 |
const | MDFSTAT_FIELDDOESNOTEXIST = 16 |
const | MDFSTAT_ILLEGALNAME = 32 |
const | MDFSTAT_DUPLICATELABEL = 64 |
const | MDFSTAT_ILLEGALLABEL = 128 |
const | SCHEMAID_DEFAULT = 0 |
const | SCHEMAID_RESOURCES = 0 |
const | SCHEMAID_USER = 1 |
const | SCHEMAID_USERS = 1 |
const | RESOURCENAME_DEFAULT = "Resource" |
const | RESOURCENAME_USER = "User" |
const | ORDER_DISPLAY_NAME = "Display" |
const | ORDER_EDIT_NAME = "Edit" |
Protected Member Functions | |
UpdateFieldCompareOrders () | |
Update the field comparison ordering cache that is used for sorting fields. More... | |
FieldCompareOrdersSet () | |
Determine whether the field comparison ordering caches are set. More... | |
CompareFieldOrder ($FieldA, $FieldB) | |
Field sorting callback. More... | |
UpdateValue ($ColumnName, $NewValue=DB_NOVALUE) | |
Convenience function to supply parameters to Database->UpdateValue(). More... | |
Protected Attributes | |
$FieldCompareDisplayOrder = array() | |
The cache for metadata field display ordering. More... | |
$FieldCompareEditOrder = array() | |
The cache for metadata field edit ordering. More... | |
![]() | |
$DB | |
Static Protected Attributes | |
static | $OwnerListRetrievalFunction |
Metadata schema (in effect a Factory class for MetadataField).
Definition at line 13 of file MetadataSchema.php.
MetadataSchema::__construct | ( | $SchemaId = self::SCHEMAID_DEFAULT | ) |
Object constructor, used to load an existing schema.
(Use MetadataSchema::Create() to create a new schema.)
mixed | $SchemaId | ID of schema. Schema IDs are numerical, except for two special values SCHEMAID_DEFAULT and SCHEMAID_USER. (OPTIONAL, defaults to SCHEMAID_DEFAULT) |
InvalidArgumentException | If specified schema ID is invalid. |
Exception | If a standard field mapping is found that does not have a valid schema/field ID combination. |
Definition at line 77 of file MetadataSchema.php.
References AuthoringPrivileges(), EditingPrivileges(), Id(), ViewingPrivileges(), and ViewPage().
MetadataSchema::AbbreviatedName | ( | $NewValue = DB_NOVALUE | ) |
Get/set abbreviated name of schema.
The abbreviated name is one letter long, usually used by tag names.
string | $NewValue | New abbreviated name for schema. (OPTIONAL) |
Definition at line 334 of file MetadataSchema.php.
References Name(), and UpdateValue().
MetadataSchema::AddField | ( | $FieldName, | |
$FieldType, | |||
$Optional = TRUE , |
|||
$DefaultValue = NULL |
|||
) |
Add new metadata field.
string | $FieldName | Name of new field. |
mixed | $FieldType | Type of new field. |
bool | $Optional | Whether setting a value for new field is optional when creating new records that use the field. (OPTIONAL, defaults to TRUE) |
mixed | $DefaultValue | Initial default value for field. (OPTIONAL) |
Definition at line 606 of file MetadataSchema.php.
References ItemFactory\ClearCaches(), MetadataField\Create(), and Id().
Referenced by AddFieldFromXml(), and AddFieldsFromXmlFile().
MetadataSchema::AddFieldFromXml | ( | $Xml | ) |
Add new metadata field based on supplied XML.
The XML elements are method names from the MetadataField object, with the values being passed in as the parameter to that method. The FieldName and FieldType elements are required. Values for elements/methods that would normally be called with constants in PHP can be constant names.
string | $Xml | Block of XML containing field description. |
Definition at line 992 of file MetadataSchema.php.
References AddField(), and ErrorMessages().
MetadataSchema::AddFieldsFromXmlFile | ( | $FileName, | |
$Owner = NULL , |
|||
$TestRun = FALSE |
|||
) |
Add new metadata fields from XML file.
NewFields() can be used to determine how many (or whether) new fields were added, and ErrorMsgs() can be used to determine what errors were * encountered.
string | $FileName | Name of XML file. |
string | $Owner | Owner to set for new fields. (OPTIONAL, supply NULL to not set an owner) |
bool | $TestRun | If TRUE, any new fields created are removed before the method returns. (OPTIONAL, defaults to FALSE) |
Definition at line 646 of file MetadataSchema.php.
References AddField(), ErrorMessages(), GetFieldIdByName(), ItemFactory\NameIsInUse(), NewFields(), and StdNameToFieldMapping().
MetadataSchema::AuthoringPrivileges | ( | PrivilegeSet | $NewValue = NULL | ) |
Get/set privileges that allowing authoring resources with this schema.
object | $NewValue | New PrivilegeSet value. (OPTIONAL) |
Definition at line 374 of file MetadataSchema.php.
References UpdateValue().
Referenced by __construct(), and UserCanAuthor().
|
static |
Clear internal caches.
Definition at line 2032 of file MetadataSchema.php.
Referenced by MetadataField\Create(), MetadataField\Drop(), MetadataField\Duplicate(), and MetadataField\IsTempItem().
|
protected |
Field sorting callback.
MetadataField | $FieldA | First comparision field. |
MetadataFIeld | $FieldB | Second comparison field. |
Definition at line 2005 of file MetadataSchema.php.
References $FieldCompareDisplayOrder, and $FieldCompareEditOrder.
|
static |
Create new metadata schema.
string | $Name | Schema name. |
object | $AuthorPrivs | PrivilegeSet required for authoring. (OPTIONAL, defaults to all users) |
object | $EditPrivs | PrivilegeSet required for editing. (OPTIONAL, defaults to all users) |
object | $ViewPrivs | PrivilegeSet required for viewing. (OPTIONAL, defaults to all users) |
string | $ViewPage | The page used to view the full record for a resource. If "$ID" shows up in the parameter, it will be replaced by the resource ID when viewing the resource. (OPTIONAL) |
string | $ResourceName | User-readable name for resources for which the schema will be used. (OPTIONAL, defaults to singular version of schema name) |
Definition at line 195 of file MetadataSchema.php.
References ItemFactory\$DB, MetadataFieldOrder\Create(), and StdLib\Singularize().
MetadataSchema::Delete | ( | ) |
Destroy metadata schema.
Schema may no longer be used after this method is called.
Definition at line 263 of file MetadataSchema.php.
References DropField(), GetFields(), MetadataFieldOrder\GetOrdersForSchema(), and Id().
MetadataSchema::DropField | ( | $FieldId | ) |
Delete metadata field and all associated data.
int | $FieldId | ID of field to be deleted. |
Definition at line 1094 of file MetadataSchema.php.
References GetField().
Referenced by Delete().
MetadataSchema::EditingPrivileges | ( | PrivilegeSet | $NewValue = NULL | ) |
Get/set privileges that allowing editing resources with this schema.
object | $NewValue | New PrivilegeSet value. (OPTIONAL) |
Definition at line 393 of file MetadataSchema.php.
References UpdateValue().
Referenced by __construct(), and UserCanEdit().
MetadataSchema::ErrorMessages | ( | $Method = NULL | ) |
Get error messages (if any) from recent calls.
If no method name is specified, then an array is returned with method names for the index and arrays of error messages for the values.
string | $Method | Name of method. (OPTIONAL) |
Definition at line 965 of file MetadataSchema.php.
Referenced by AddFieldFromXml(), and AddFieldsFromXmlFile().
|
protected |
Determine whether the field comparison ordering caches are set.
Definition at line 1993 of file MetadataSchema.php.
References $FieldCompareEditOrder.
Referenced by GetFields().
MetadataSchema::FieldExists | ( | $Field | ) |
Check whether field with specified name exists.
mixed | $Field | Name or ID of field. |
Definition at line 1179 of file MetadataSchema.php.
References ItemFactory\ItemExists(), and ItemFactory\NameIsInUse().
Referenced by StdNameToFieldMapping().
|
static |
Determine if a Field exists in any schema.
mixed | $Field | Field name or FieldId to check |
Definition at line 1505 of file MetadataSchema.php.
Referenced by SPTSearchEngine\ConvertToDisplayParameters(), PrivilegeSet\FieldsWithUserComparisons(), and SPTSearchEngine\SearchFieldsForComparisonMatches().
MetadataSchema::FieldToStdNameMapping | ( | $FieldId | ) |
Get mapping of field ID to standard field name.
int | $FieldId | Field ID. |
Definition at line 1448 of file MetadataSchema.php.
References Id().
|
static |
Determine if a specified field is used in either schema or field permissions.
int | $FieldId | FieldId to check. |
Definition at line 1819 of file MetadataSchema.php.
MetadataSchema::GetAllowedFieldTypes | ( | ) |
Retrieve array of field types that user can create.
Definition at line 1341 of file MetadataSchema.php.
References MetadataField\$FieldTypeDBAllowedEnums.
|
static |
Get IDs for all existing metadata schemas.
Definition at line 1776 of file MetadataSchema.php.
Referenced by SPTSearchEngine\SearchFieldsForComparisonMatches().
|
static |
Get names for all existing metadata schemas.
Definition at line 1785 of file MetadataSchema.php.
References ItemFactory\$DB.
|
static |
Get all existing metadata schemas.
Definition at line 1797 of file MetadataSchema.php.
Referenced by SPTSearchEngine\__construct(), SearchParameterSetEditingUI\__construct(), PrivilegeEditingUI\__construct(), and PrivilegeEditingUI\GetPrivilegeSetFromForm().
|
static |
Retrieve canonical identifier for field.
If a name is passed in and there are multiple fields with that name, the field belonging to the schema with the lowest ID (usually the default schema) is returned. Names passed in are compared against field names, not field labels. This method should only be used in situations where a static method is needed and there are no concerns about field information changing during invocation.
mixed | $Field | Field object, ID, or name. |
InvalidArgumentException | If field argument supplied could not be interpreted. |
Exception | If a field name is supplied that does not match any existing metadata field. |
Definition at line 1549 of file MetadataSchema.php.
Referenced by ItemListUI\__construct().
|
static |
Get name (string) for constant.
If there are multiple constants defined with the same value, the first constant found with a name that matches the prefix (if supplied) is returned.
enum | $Value | Constant value. |
string | $Prefix | Prefix to look for at beginning of name. Needed when there may be multiple constants with the same value. (OPTIONAL) |
Definition at line 156 of file MetadataSchema.php.
MetadataSchema::GetDisplayOrder | ( | ) |
Get the display order for the schema.
Definition at line 1975 of file MetadataSchema.php.
References MetadataFieldOrder\GetOrderForSchema().
Referenced by UpdateFieldCompareOrders().
MetadataSchema::GetEditOrder | ( | ) |
Get the editing order for the schema.
Definition at line 1984 of file MetadataSchema.php.
References MetadataFieldOrder\GetOrderForSchema().
Referenced by UpdateFieldCompareOrders().
MetadataSchema::GetField | ( | $FieldId | ) |
Retrieve metadata field.
mixed | $FieldId | ID or name of field. |
Definition at line 1117 of file MetadataSchema.php.
References GetFieldIdByName(), and Id().
Referenced by DropField(), GetFieldByMappedName(), GetFieldByName(), GetFields(), GetFieldsAsOptionList(), and GetOwnedFields().
MetadataSchema::GetFieldByMappedName | ( | $MappedName | ) |
Get field by standard field name.
string | $MappedName | Standard field name. |
Definition at line 1461 of file MetadataSchema.php.
References GetField(), and StdNameToFieldMapping().
MetadataSchema::GetFieldByName | ( | $FieldName, | |
$IgnoreCase = FALSE |
|||
) |
Retrieve metadata field by name.
This method is deprecated in favor of GetField(), which has been updated to accept a field ID or name.
string | $FieldName | Field name. |
bool | $IgnoreCase | If TRUE, case is ignore when matching field names. |
Definition at line 1156 of file MetadataSchema.php.
References GetField(), and GetFieldIdByName().
MetadataSchema::GetFieldIdByMappedName | ( | $MappedName | ) |
Get field ID by standard field name.
string | $MappedName | Standard field name. |
Definition at line 1474 of file MetadataSchema.php.
References StdNameToFieldMapping().
MetadataSchema::GetFieldIdByName | ( | $FieldName, | |
$IgnoreCase = FALSE |
|||
) |
Retrieve metadata field ID by name.
string | $FieldName | Field name. |
bool | $IgnoreCase | If TRUE, case is ignore when matching field names. |
Definition at line 1169 of file MetadataSchema.php.
References ItemFactory\GetItemIdByName().
Referenced by AddFieldsFromXmlFile(), GetField(), and GetFieldByName().
MetadataSchema::GetFieldNames | ( | $FieldTypes = NULL , |
|
$OrderType = NULL , |
|||
$IncludeDisabledFields = FALSE , |
|||
$IncludeTempFields = FALSE |
|||
) |
Retrieve field names.
int | $FieldTypes | MetadataField types (MDFTYPE_ values) to retrieve, ORed together, or NULL to return all types of fields. (OPTIONAL, defaults to NULL) |
int | $OrderType | Order in which to return fields (MDFORDER_ value). (OPTIONAL, defaults to NULL which indicates no particular order) |
bool | $IncludeDisabledFields | TRUE to include disabled fields. (OPTIONAL, defaults to FALSE) |
bool | $IncludeTempFields | TRUE to include temporary fields (in the process of being created/edited). (OPTIONAL, defaults to FALSE) |
Definition at line 1259 of file MetadataSchema.php.
References GetFields().
Referenced by GetFieldsAsOptionList().
MetadataSchema::GetFields | ( | $FieldTypes = NULL , |
|
$OrderType = NULL , |
|||
$IncludeDisabledFields = FALSE , |
|||
$IncludeTempFields = FALSE |
|||
) |
Retrieve array of fields.
int | $FieldTypes | MetadataField types (MDFTYPE_ values) to retrieve, ORed together, or NULL to return all types of fields. (OPTIONAL, defaults to NULL) |
int | $OrderType | Order in which to return fields (MDFORDER_ value). (OPTIONAL, defaults to NULL which indicates no particular order) |
bool | $IncludeDisabledFields | TRUE to include disabled fields. (OPTIONAL, defaults to FALSE) |
bool | $IncludeTempFields | TRUE to include temporary fields (in the process of being created/edited). (OPTIONAL, defaults to FALSE) |
Definition at line 1199 of file MetadataSchema.php.
References MetadataField\$FieldTypePHPEnums, FieldCompareOrdersSet(), GetField(), Id(), and UpdateFieldCompareOrders().
Referenced by MetadataFieldOrder\Create(), Delete(), GetFieldNames(), HumanMetadataField\LoadUserFieldList(), and UpdateFieldCompareOrders().
MetadataSchema::GetFieldsAsOptionList | ( | $OptionListName, | |
$FieldTypes = NULL , |
|||
$SelectedFieldId = NULL , |
|||
$IncludeNullOption = TRUE , |
|||
$AddEntries = NULL , |
|||
$AllowMultiple = FALSE , |
|||
$Disabled = FALSE |
|||
) |
Retrieve fields of specified type as HTML option list with field names as labels and field IDs as value attributes.
The first element on the list will have a label of "--" and an ID of -1 to indicate no field selected.
string | $OptionListName | Value of option list "name" and "id" attributes. |
int | $FieldTypes | Types of fields to return. (OPTIONAL - use NULL for all types) |
int | $SelectedFieldId | ID or array of IDs of the currently-selected field(s). (OPTIONAL) |
bool | $IncludeNullOption | Whether to include "no selection" (-1) option. (OPTIONAL - defaults to TRUE) |
array | $AddEntries | An array of additional entries to include at the end of the option list, with option list values for the indexes and option list labels for the values. (OPTIONAL) |
bool | $AllowMultiple | TRUE to allow multiple field selections |
bool | $Disabled | If TRUE, field will not be editable. |
Definition at line 1292 of file MetadataSchema.php.
References GetField(), and GetFieldNames().
MetadataSchema::GetFieldTypes | ( | ) |
Retrieve array of field types.
Definition at line 1331 of file MetadataSchema.php.
References MetadataField\$FieldTypeDBEnums.
MetadataSchema::GetHighestFieldId | ( | ) |
Get highest field ID currently in use.
Definition at line 1392 of file MetadataSchema.php.
References ItemFactory\GetHighestItemId().
MetadataSchema::GetOwnedFields | ( | ) |
Get fields that have an owner associated with them.
Definition at line 1483 of file MetadataSchema.php.
References GetField(), and Id().
|
static |
Retrieve label for field.
If no label is available for the field, the field name is returned instead. Handling of the $Field argument is the same as GetCanonicalFieldIdentifier(). This method should only be used in situations where a static method is needed and there are no concerns about field information changing during invocation.
mixed | $Field | Field object, ID, or name. |
InvalidArgumentException | If field argument supplied could not be interpreted. |
Exception | If a field name is supplied that does not match any existing metadata field. |
Definition at line 1663 of file MetadataSchema.php.
Referenced by ItemListUI\Display().
|
static |
Get schema ID for specified name.
string | $Name | Schema name. |
Definition at line 1863 of file MetadataSchema.php.
References ItemFactory\$DB.
MetadataSchema::GetViewPageIdParameter | ( | ) |
Get the resource ID GET parameter for the view page for the schema.
Definition at line 514 of file MetadataSchema.php.
References ViewPage().
MetadataSchema::Id | ( | ) |
Get schema ID.
Schema IDs are numerical, with two special values SCHEMAID_DEFAULT and SCHEMAID_USER.
Definition at line 311 of file MetadataSchema.php.
Referenced by __construct(), AddField(), MetadataFieldOrder\Create(), Delete(), FieldToStdNameMapping(), GetField(), GetFields(), MetadataFieldOrder\GetOrderForSchema(), MetadataFieldOrder\GetOrdersForSchema(), GetOwnedFields(), StdNameToFieldMapping(), and UpdateValue().
MetadataSchema::Name | ( | $NewValue = DB_NOVALUE | ) |
Get/set name of schema.
string | $NewValue | New name for schema. (OPTIONAL) |
Definition at line 322 of file MetadataSchema.php.
References UpdateValue().
Referenced by AbbreviatedName().
MetadataSchema::NewFields | ( | ) |
Get new fields recently added (if any) via XML file.
Definition at line 951 of file MetadataSchema.php.
Referenced by AddFieldsFromXmlFile().
|
static |
Disable owned fields that have an owner that is unavailable and re-enable fields if an owner has returned and the field was flagged to be re-enabled.
Definition at line 1889 of file MetadataSchema.php.
MetadataSchema::PathMatchesViewPage | ( | $Path | ) |
Determine if a path matches the view page path for the schema.
For the two to match, the path GET parameters must contain at least the GET parameters in the view page's GET parameters, and all of the required GET parameters must match the ones in the view page, unless the parameter is a variable in the view page path. The path's GET parameters may contain more parameters.
string | $Path | Path to match against, e.g., index.php?P=FullRecord&ID=123. |
Definition at line 546 of file MetadataSchema.php.
References ViewPage().
MetadataSchema::QualifierIsInUse | ( | $QualifierIdOrObject | ) |
Check whether qualifier is in use by any metadata field (in any schema).
Definition at line 1366 of file MetadataSchema.php.
MetadataSchema::RemoveQualifierAssociations | ( | $QualifierIdOrObject | ) |
Remove all metadata field associations for a given qualifier.
Definition at line 1350 of file MetadataSchema.php.
MetadataSchema::ResourceName | ( | $NewValue = DB_NOVALUE | ) |
Get/set name of resources using this schema.
string | $NewValue | New resource name for schema. (OPTIONAL) |
Definition at line 349 of file MetadataSchema.php.
References UpdateValue().
|
static |
Check with schema exists with specified ID.
int | $SchemaId | ID to check. |
Definition at line 297 of file MetadataSchema.php.
References ItemFactory\$DB.
|
static |
Allow external dependencies, i.e., the current list of owners that are available, to be injected.
callback | $Callback | Retrieval callback. |
Definition at line 1876 of file MetadataSchema.php.
MetadataSchema::StdNameToFieldMapping | ( | $MappedName, | |
$FieldId = NULL |
|||
) |
Get/set mapping of standard field name to specific field.
string | $MappedName | Standard field name. |
int | $FieldId | ID of field to map to, or NULL to clear mapping. (OPTIONAL) |
InvalidArgumentException | If field ID is invalid for this schema. |
Definition at line 1405 of file MetadataSchema.php.
References FieldExists(), StdLib\GetMyCaller(), and Id().
Referenced by AddFieldsFromXmlFile(), GetFieldByMappedName(), and GetFieldIdByMappedName().
|
static |
Translate search values from a legacy URL string to their modern equivalents.
int | $FieldId | FieldId to use for translation |
mixed | $Values | Values to translate |
Definition at line 1694 of file MetadataSchema.php.
|
protected |
Update the field comparison ordering cache that is used for sorting fields.
Definition at line 1954 of file MetadataSchema.php.
References GetDisplayOrder(), GetEditOrder(), and GetFields().
Referenced by GetFields().
|
protected |
Convenience function to supply parameters to Database->UpdateValue().
string | $ColumnName | Name of database column. |
string | $NewValue | New value for field. (OPTIONAL) |
Definition at line 2279 of file MetadataSchema.php.
References Id().
Referenced by AbbreviatedName(), AuthoringPrivileges(), EditingPrivileges(), Name(), ResourceName(), ViewingPrivileges(), and ViewPage().
MetadataSchema::UserCanAuthor | ( | $User | ) |
Determine if the given user can author resources using this schema.
The result of this method can be modified via the EVENT_RESOURCE_AUTHOR_PERMISSION_CHECK event.
Definition at line 433 of file MetadataSchema.php.
References AuthoringPrivileges().
MetadataSchema::UserCanEdit | ( | $User | ) |
Determine if the given user can edit resources using this schema.
The result of this method can be modified via the EVENT_RESOURCE_EDIT_PERMISSION_CHECK event.
Definition at line 460 of file MetadataSchema.php.
References EditingPrivileges().
MetadataSchema::UserCanView | ( | $User | ) |
Determine if the given user can view resources using this schema.
The result of this method can be modified via the EVENT_RESOURCE_VIEW_PERMISSION_CHECK event.
Definition at line 488 of file MetadataSchema.php.
References ViewingPrivileges().
MetadataSchema::ViewingPrivileges | ( | PrivilegeSet | $NewValue = NULL | ) |
Get/set privileges that allowing viewing resources with this schema.
object | $NewValue | New PrivilegeSet value. (OPTIONAL) |
Definition at line 412 of file MetadataSchema.php.
References UpdateValue().
Referenced by __construct(), and UserCanView().
MetadataSchema::ViewPage | ( | $NewValue = DB_NOVALUE | ) |
Get/set name of page to go to for viewing resources using this schema.
string | $NewValue | New name for schema. (OPTIONAL) |
Definition at line 364 of file MetadataSchema.php.
References UpdateValue().
Referenced by __construct(), GetViewPageIdParameter(), and PathMatchesViewPage().
|
protected |
The cache for metadata field display ordering.
Definition at line 2060 of file MetadataSchema.php.
Referenced by CompareFieldOrder().
|
protected |
The cache for metadata field edit ordering.
Definition at line 2065 of file MetadataSchema.php.
Referenced by CompareFieldOrder(), and FieldCompareOrdersSet().
|
staticprotected |
Definition at line 2055 of file MetadataSchema.php.
const MetadataSchema::MDFORDER_ALPHABETICAL = 3 |
Definition at line 40 of file MetadataSchema.php.
Referenced by SearchParameterSetEditingUI\__construct().
const MetadataSchema::MDFORDER_DISPLAY = 1 |
Definition at line 38 of file MetadataSchema.php.
const MetadataSchema::MDFORDER_EDITING = 2 |
Definition at line 39 of file MetadataSchema.php.
const MetadataSchema::MDFSTAT_DUPLICATEDBCOLUMN = 8 |
Definition at line 46 of file MetadataSchema.php.
Referenced by HumanMetadataField\Status().
const MetadataSchema::MDFSTAT_DUPLICATELABEL = 64 |
Definition at line 49 of file MetadataSchema.php.
Referenced by HumanMetadataField\Status().
const MetadataSchema::MDFSTAT_DUPLICATENAME = 4 |
Definition at line 45 of file MetadataSchema.php.
Referenced by MetadataField\Name(), and HumanMetadataField\Status().
const MetadataSchema::MDFSTAT_ERROR = 2 |
Definition at line 44 of file MetadataSchema.php.
Referenced by HumanMetadataField\Status().
const MetadataSchema::MDFSTAT_FIELDDOESNOTEXIST = 16 |
Definition at line 47 of file MetadataSchema.php.
Referenced by HumanMetadataField\Status().
const MetadataSchema::MDFSTAT_ILLEGALLABEL = 128 |
Definition at line 50 of file MetadataSchema.php.
Referenced by MetadataField\Label(), and HumanMetadataField\Status().
const MetadataSchema::MDFSTAT_ILLEGALNAME = 32 |
Definition at line 48 of file MetadataSchema.php.
Referenced by MetadataField\IsTempItem(), MetadataField\Name(), and HumanMetadataField\Status().
const MetadataSchema::MDFSTAT_OK = 1 |
Definition at line 43 of file MetadataSchema.php.
Referenced by SearchFacetUI\__construct(), MetadataField\__construct(), SPTSearchEngine\GetResultFacets(), MetadataField\Name(), and HumanMetadataField\Status().
const MetadataSchema::MDFTYPE_CONTROLLEDNAME = 128 |
Definition at line 28 of file MetadataSchema.php.
Referenced by SPTSearchEngine\__construct(), SPTRecommender\__construct(), FieldEditingUI\__construct(), SearchFacetUI\__construct(), Resource\Clear(), FieldEditingUI\DisplayAsRows(), MetadataField\Drop(), Resource\FieldIsSet(), Resource\Get(), MetadataField\GetAllowedConversionTypes(), MetadataField\GetCountOfPossibleValues(), MetadataField\GetFactory(), MetadataField\GetIdForValue(), MetadataField\GetPossibleValues(), Resource\GetQualifierByField(), MetadataField\GetValueForId(), SearchParameterSetEditingUI\GetValuesFromFormData(), FieldEditingUI\GetValuesFromFormData(), ResourceFactory\ImportResourcesFromXmlFile(), MetadataField\IsControlledVocabularyField(), MetadataField\LoadVocabulary(), SPTSearchEngine\SearchFieldForPhrases(), SPTSearchEngine\SearchFieldsForComparisonMatches(), Resource\Set(), Resource_Test\setUpBeforeClass(), Resource_Test\testGetSetClear(), UserEditingUI\UpdateUserFields(), and MetadataField\ValueUseCount().
const MetadataSchema::MDFTYPE_DATE = 8 |
Definition at line 24 of file MetadataSchema.php.
Referenced by SPTSearchEngine\__construct(), SPTRecommender\__construct(), FieldEditingUI\__construct(), FieldEditingUI\ApplyChangesToResource(), Resource\Clear(), FieldEditingUI\DisplayAsRows(), MetadataField\Drop(), Resource\FieldIsSet(), Resource\Get(), MetadataField\GetAllowedConversionTypes(), ResourceFactory\GetMatchingResources(), PrivilegeEditingUI\GetPrivilegeSetFromForm(), ResourceFactory\GetResourceIdsSortedBy(), SearchParameterSetEditingUI\GetValuesFromFormData(), FieldEditingUI\GetValuesFromFormData(), ResourceFactory\ImportResourcesFromXmlFile(), SPTSearchEngine\SearchFieldForPhrases(), SPTSearchEngine\SearchFieldsForComparisonMatches(), Resource\Set(), Resource_Test\setUpBeforeClass(), Resource_Test\testGetSetClear(), and UserEditingUI\UpdateUserFields().
const MetadataSchema::MDFTYPE_FILE = 2048 |
Definition at line 32 of file MetadataSchema.php.
Referenced by SPTSearchEngine\__construct(), SPTRecommender\__construct(), Resource\Clear(), MetadataField\Drop(), Resource\FieldIsSet(), Resource\Get(), MetadataField\GetAllowedConversionTypes(), ResourceFactory\ImportResourcesFromXmlFile(), SPTSearchEngine\SearchFieldForPhrases(), Resource\Set(), UserEditingUI\UpdateUserFields(), UserEditingUI\UploadFiles(), and MetadataField\ValueUseCount().
const MetadataSchema::MDFTYPE_FLAG = 32 |
Definition at line 26 of file MetadataSchema.php.
Referenced by SPTSearchEngine\__construct(), SPTRecommender\__construct(), PrivilegeEditingUI\__construct(), FieldEditingUI\__construct(), FieldEditingUI\ApplyChangesToResource(), Resource\Clear(), Resource\Create(), HumanMetadataField\DefaultValue(), SavedSearch\Delete(), FieldEditingUI\DisplayAsRows(), MetadataField\Drop(), Resource\FieldIsSet(), Resource\Get(), MetadataField\GetAllowedConversionTypes(), MetadataField\GetCountOfPossibleValues(), ResourceFactory\GetMatchingResources(), MetadataField\GetPossibleValues(), PrivilegeEditingUI\GetPrivilegeSetFromForm(), SearchParameterSetEditingUI\GetValuesFromFormData(), FieldEditingUI\GetValuesFromFormData(), ResourceFactory\ImportResourcesFromXmlFile(), SPTSearchEngine\SearchFieldForPhrases(), SPTSearchEngine\SearchFieldsForComparisonMatches(), SearchParameterSetEditingUI\SearchParameters(), Resource\Set(), Resource_Test\setUpBeforeClass(), Resource_Test\testGetSetClear(), UserEditingUI\UpdateUserFields(), and MetadataField\ValueUseCount().
const MetadataSchema::MDFTYPE_IMAGE = 1024 |
Definition at line 31 of file MetadataSchema.php.
Referenced by SPTSearchEngine\__construct(), SPTRecommender\__construct(), Resource\Clear(), MetadataField\Drop(), Resource\FieldIsSet(), Resource\Get(), MetadataField\GetAllowedConversionTypes(), ResourceFactory\ImportResourcesFromXmlFile(), SPTSearchEngine\SearchFieldForPhrases(), Resource\Set(), UserEditingUI\UpdateUserFields(), UserEditingUI\UploadImages(), and MetadataField\ValueUseCount().
const MetadataSchema::MDFTYPE_NUMBER = 4 |
Definition at line 23 of file MetadataSchema.php.
Referenced by SPTSearchEngine\__construct(), SPTRecommender\__construct(), PrivilegeEditingUI\__construct(), FieldEditingUI\__construct(), FieldEditingUI\ApplyChangesToResource(), Resource\Clear(), Resource\Create(), SavedSearch\Delete(), FieldEditingUI\DisplayAsRows(), MetadataField\Drop(), Resource\FieldIsSet(), Resource\Get(), MetadataField\GetAllowedConversionTypes(), ResourceFactory\GetMatchingResources(), PrivilegeEditingUI\GetPrivilegeSetFromForm(), ResourceFactory\GetResourceIdsSortedBy(), SearchParameterSetEditingUI\GetValuesFromFormData(), FieldEditingUI\GetValuesFromFormData(), ResourceFactory\ImportResourcesFromXmlFile(), SPTSearchEngine\SearchFieldForPhrases(), SPTSearchEngine\SearchFieldsForComparisonMatches(), Resource\Set(), Resource_Test\setUpBeforeClass(), Resource_Test\testGetSetClear(), UnitTest(), UserEditingUI\UpdateUserFields(), and MetadataField\ValueUseCount().
const MetadataSchema::MDFTYPE_OPTION = 256 |
Definition at line 29 of file MetadataSchema.php.
Referenced by SPTSearchEngine\__construct(), SPTRecommender\__construct(), PrivilegeEditingUI\__construct(), FieldEditingUI\__construct(), SearchFacetUI\__construct(), Resource\Clear(), Resource\Create(), HumanMetadataField\DefaultValue(), MetadataField\DefaultValue(), SavedSearch\Delete(), FieldEditingUI\DisplayAsRows(), PrivilegeEditingUI\DisplaySet(), MetadataField\Drop(), Resource\FieldIsSet(), Resource\Get(), MetadataField\GetAllowedConversionTypes(), MetadataField\GetCountOfPossibleValues(), MetadataField\GetFactory(), MetadataField\GetIdForValue(), MetadataField\GetPossibleValues(), PrivilegeEditingUI\GetPrivilegeSetFromForm(), Resource\GetQualifierByField(), MetadataField\GetValueForId(), SearchParameterSetEditingUI\GetValuesFromFormData(), FieldEditingUI\GetValuesFromFormData(), ResourceFactory\ImportResourcesFromXmlFile(), MetadataField\IsControlledVocabularyField(), MetadataField\LoadVocabulary(), SPTSearchEngine\SearchFieldForPhrases(), SPTSearchEngine\SearchFieldsForComparisonMatches(), SearchParameterSetEditingUI\SearchParameters(), Resource\Set(), Resource_Test\setUpBeforeClass(), Resource_Test\testGetSetClear(), UserEditingUI\UpdateUserFields(), and MetadataField\ValueUseCount().
const MetadataSchema::MDFTYPE_PARAGRAPH = 2 |
Definition at line 22 of file MetadataSchema.php.
Referenced by SPTSearchEngine\__construct(), SPTRecommender\__construct(), FieldEditingUI\__construct(), FieldEditingUI\ApplyChangesToResource(), Resource\Clear(), FieldEditingUI\DisplayAsRows(), MetadataField\Drop(), Resource\FieldIsSet(), Resource\Get(), MetadataField\GetAllowedConversionTypes(), ResourceFactory\GetMatchingResources(), ResourceFactory\GetResourceIdsSortedBy(), SearchParameterSetEditingUI\GetValuesFromFormData(), FieldEditingUI\GetValuesFromFormData(), ResourceFactory\ImportResourcesFromXmlFile(), SPTSearchEngine\SearchFieldForPhrases(), SPTSearchEngine\SearchFieldsForComparisonMatches(), Resource\Set(), Resource_Test\setUpBeforeClass(), Resource_Test\testGetSetClear(), UnitTest(), UserEditingUI\UpdateUserFields(), and MetadataField\ValueUseCount().
const MetadataSchema::MDFTYPE_POINT = 8192 |
Definition at line 34 of file MetadataSchema.php.
Referenced by SPTSearchEngine\__construct(), Resource\Clear(), Resource\Create(), HumanMetadataField\DefaultValue(), MetadataField\DefaultValue(), MetadataField\Drop(), Resource\FieldIsSet(), Resource\Get(), ResourceFactory\GetMatchingResources(), ResourceFactory\ImportResourcesFromXmlFile(), MetadataField\PointDecimalDigits(), MetadataField\PointPrecision(), Resource\Set(), Resource_Test\testGetSetClear(), UserEditingUI\UpdateUserFields(), and MetadataField\ValueUseCount().
const MetadataSchema::MDFTYPE_REFERENCE = 16384 |
Definition at line 35 of file MetadataSchema.php.
Referenced by SPTSearchEngine\__construct(), FieldEditingUI\__construct(), Resource\Clear(), FieldEditingUI\DisplayAsRows(), MetadataField\Drop(), Resource\FieldIsSet(), Resource\Get(), MetadataField\GetAllowedConversionTypes(), SPTSearchEngine\GetFieldContent(), FieldEditingUI\GetValuesFromFormData(), ResourceFactory\ImportResourcesFromXmlFile(), QuickSearchHelper\SearchField(), SPTSearchEngine\SearchFieldForPhrases(), SPTSearchEngine\SearchFieldsForComparisonMatches(), Resource\Set(), Resource_Test\setUpBeforeClass(), Resource_Test\testGetSetClear(), and UserEditingUI\UpdateUserFields().
const MetadataSchema::MDFTYPE_TEXT = 1 |
Definition at line 21 of file MetadataSchema.php.
Referenced by SPTSearchEngine\__construct(), SPTRecommender\__construct(), FieldEditingUI\__construct(), FieldEditingUI\ApplyChangesToResource(), Resource\Clear(), Resource\Create(), FieldEditingUI\DisplayAsRows(), MetadataField\Drop(), Resource\FieldIsSet(), Resource\Get(), MetadataField\GetAllowedConversionTypes(), ResourceFactory\GetMatchingResources(), ResourceFactory\GetResourceIdsSortedBy(), SearchParameterSetEditingUI\GetValuesFromFormData(), FieldEditingUI\GetValuesFromFormData(), ResourceFactory\ImportResourcesFromXmlFile(), SPTSearchEngine\SearchFieldForPhrases(), SPTSearchEngine\SearchFieldsForComparisonMatches(), Resource\Set(), Resource_Test\setUpBeforeClass(), Resource_Test\testGetSetClear(), UserEditingUI\UpdateUserFields(), and MetadataField\ValueUseCount().
const MetadataSchema::MDFTYPE_TIMESTAMP = 16 |
Definition at line 25 of file MetadataSchema.php.
Referenced by SPTSearchEngine\__construct(), SPTRecommender\__construct(), PrivilegeEditingUI\__construct(), FieldEditingUI\__construct(), FieldEditingUI\ApplyChangesToResource(), Resource\Clear(), CWUserFactory\CreateNewUser(), FieldEditingUI\DisplayAsRows(), MetadataField\Drop(), Resource\FieldIsSet(), Resource\Get(), MetadataField\GetAllowedConversionTypes(), ResourceFactory\GetMatchingResources(), PrivilegeEditingUI\GetPrivilegeSetFromForm(), ResourceFactory\GetResourceIdsSortedBy(), SearchParameterSetEditingUI\GetValuesFromFormData(), FieldEditingUI\GetValuesFromFormData(), ResourceFactory\ImportResourcesFromXmlFile(), SPTSearchEngine\SearchFieldForPhrases(), SPTSearchEngine\SearchFieldsForComparisonMatches(), Resource\Set(), Resource_Test\setUpBeforeClass(), Resource_Test\testGetSetClear(), Resource\UpdateAutoupdateFields(), UserEditingUI\UpdateUserFields(), and MetadataField\ValueUseCount().
const MetadataSchema::MDFTYPE_TREE = 64 |
Definition at line 27 of file MetadataSchema.php.
Referenced by SPTSearchEngine\__construct(), SPTRecommender\__construct(), FieldEditingUI\__construct(), SearchFacetUI\__construct(), Resource\Clear(), SPTSearchEngine\ConvertToDisplayParameters(), FieldEditingUI\DisplayAsRows(), MetadataField\Drop(), Resource\FieldIsSet(), Resource\Get(), MetadataField\GetAllowedConversionTypes(), MetadataField\GetCountOfPossibleValues(), MetadataField\GetFactory(), SearchFacetUI\GetFieldsOpenByDefault(), MetadataField\GetIdForValue(), MetadataField\GetPossibleValues(), Resource\GetQualifierByField(), MetadataField\GetValueForId(), SearchParameterSetEditingUI\GetValuesFromFormData(), FieldEditingUI\GetValuesFromFormData(), ResourceFactory\ImportResourcesFromXmlFile(), MetadataField\IsControlledVocabularyField(), MetadataField\LoadVocabulary(), SPTSearchEngine\SearchFieldForPhrases(), SPTSearchEngine\SearchFieldsForComparisonMatches(), Resource\Set(), Resource_Test\setUpBeforeClass(), Classification_Test\setUpBeforeClass(), ControlledName_Test\setUpBeforeClass(), Resource_Test\testGetSetClear(), UserEditingUI\UpdateUserFields(), and MetadataField\ValueUseCount().
const MetadataSchema::MDFTYPE_URL = 4096 |
Definition at line 33 of file MetadataSchema.php.
Referenced by SPTSearchEngine\__construct(), SPTRecommender\__construct(), FieldEditingUI\__construct(), FieldEditingUI\ApplyChangesToResource(), Resource\Clear(), FieldEditingUI\DisplayAsRows(), MetadataField\Drop(), Resource\FieldIsSet(), Resource\Get(), MetadataField\GetAllowedConversionTypes(), ResourceFactory\GetMatchingResources(), ResourceFactory\GetResourceIdsSortedBy(), SearchParameterSetEditingUI\GetValuesFromFormData(), FieldEditingUI\GetValuesFromFormData(), ResourceFactory\ImportResourcesFromXmlFile(), SPTSearchEngine\SearchFieldForPhrases(), SPTSearchEngine\SearchFieldsForComparisonMatches(), Resource\Set(), Resource_Test\setUpBeforeClass(), Resource_Test\testGetSetClear(), UserEditingUI\UpdateUserFields(), and MetadataField\ValueUseCount().
const MetadataSchema::MDFTYPE_USER = 512 |
Definition at line 30 of file MetadataSchema.php.
Referenced by SPTSearchEngine\__construct(), SPTRecommender\__construct(), PrivilegeEditingUI\__construct(), Resource\Clear(), SavedSearch\Delete(), MetadataField\Drop(), Resource\FieldIsSet(), PrivilegeSet\FieldsWithUserComparisons(), Resource\Get(), MetadataField\GetAllowedConversionTypes(), MetadataField\GetCountOfPossibleValues(), ResourceFactory\GetMatchingResources(), MetadataField\GetPossibleValues(), PrivilegeEditingUI\GetPrivilegeSetFromForm(), SearchParameterSetEditingUI\GetValuesFromFormData(), ResourceFactory\ImportResourcesFromXmlFile(), HumanMetadataField\LoadUserFieldList(), QuickSearchHelper\SearchField(), SPTSearchEngine\SearchFieldForPhrases(), SPTSearchEngine\SearchFieldsForComparisonMatches(), Resource\Set(), Resource_Test\setUpBeforeClass(), Resource_Test\testGetSetClear(), Resource\UpdateAutoupdateFields(), UserEditingUI\UpdateUserFields(), and MetadataField\ValueUseCount().
const MetadataSchema::ORDER_DISPLAY_NAME = "Display" |
Definition at line 63 of file MetadataSchema.php.
const MetadataSchema::ORDER_EDIT_NAME = "Edit" |
Definition at line 64 of file MetadataSchema.php.
const MetadataSchema::RESOURCENAME_DEFAULT = "Resource" |
Definition at line 59 of file MetadataSchema.php.
const MetadataSchema::RESOURCENAME_USER = "User" |
Definition at line 60 of file MetadataSchema.php.
const MetadataSchema::SCHEMAID_DEFAULT = 0 |
Definition at line 53 of file MetadataSchema.php.
Referenced by Resource\Create(), FormUI\DisplayFormField(), FormUI\DisplayFormTable(), MetadataField\Drop(), SPTSearchEngine\GroupedSearch(), SearchParameterSetEditingUI\SearchParameters(), ControlledName_Test\setUpBeforeClass(), Resource_Test\setUpBeforeClass(), Classification_Test\setUpBeforeClass(), ControlledName_Test\tearDownAfterClass(), Classification_Test\tearDownAfterClass(), and Resource_Test\testGetSetClear().
const MetadataSchema::SCHEMAID_RESOURCES = 0 |
Definition at line 54 of file MetadataSchema.php.
const MetadataSchema::SCHEMAID_USER = 1 |
Definition at line 55 of file MetadataSchema.php.
Referenced by CWUserFactory\__construct(), CWUserFactory\CreateNewUser(), CWUser\FetchAssociatedResource(), CWUser\GetCustomUserFields(), CWUser\GetDefaultUserFields(), UserEditingUI\UpdateUserFields(), UserEditingUI\UploadFiles(), and UserEditingUI\UploadImages().
const MetadataSchema::SCHEMAID_USERS = 1 |
Definition at line 56 of file MetadataSchema.php.