getFlatList() Recursively traverses a hierarchy of ResourcesMetadata objects rooted at this
node in the hierarchy and returns a flat list of ResourcesMetadata objects.
Constructor.
Parameters: name - The string representation of the URI for the metadata property Parameters: label - A string that can be used to refer to the metadata property Parameters: description - An explanation of the metadata property, describing the valid values Parameters: datatype - The datatype of legal values for the metadata property (usually a URI ref for an XML Schema Datatype) Parameters: widget - The default editor widget for the metadata property
Add an instance of "this" property. The dotted-name of the new instance will be the
same as the dotted-name of "this" property, except that it will have a decimal number
appended if the property's maximum cardinality allows multiple instances of the property.
Recursively traverses a hierarchy of ResourcesMetadata objects rooted at this
node in the hierarchy and returns a flat list of ResourcesMetadata objects.
The hierarchy is expressed as references in the list of nested objects. The return
value is a list of objects ordered for rendering as an HTML form, with at least
one entry for each HTML tag required to render the form.
An ordered list of ResourcesMetadata objects.
Parameters: abbrev - The abbreviated version of the namespace identifier (including delimiter) The string representation of the full name of the namespace
Parameters: namespace - The string representation of the namespace for a metadata property The abbreviated version of the namespace identifier (including delimiter)
Parameters: name - The string representation of the namespace for the metadata property
setNamespaceAbbrev
public static void setNamespaceAbbrev(String namespace, String abbrev)(Code)
Parameters: namespace - The string representation of the namespace for the metadata property Parameters: abbrev - The abbreviated version of the namespace (including delimiter)