In GetMetadata, gets
all of the properties of the requested object. This includes all of
the attributes that are documented for the requested metadata type
in its Attributes table, and all of the associations that are documented
in the Associations table, whether they have values stored for them
or not. The results include both unique and inherited properties.
If the returned XML stream includes references to any associated objects,
then GetMetadata returns only general, identifying information for
the associated objects. In GetRepositories, gets information about
repository location, format, type, and availability in addition to
listing the repositories. In GetTypeProperties, gets a description
of the supported value for each property.
|
|||
In DeleteMetadata, returns
the identifiers of any dependent objects that were deleted or of any
subordinate objects that were deleted in the method output, depending
on the method's usage. In UpdateMetadata, returns the identifiers
of any dependent objects that were deleted by the Update operation
in the method output.
|
|||
In GetMetadata, omits
all properties that do not contain a value or that contain a null
value. In GetTypes, checks the OPTIONS parameter for a <REPOSID>
element, and lists the metadata types of objects that exist in the
specified repository. For more information, see Using GetTypes to Get Actual Metadata Types in a Repository.
|
|||
In DeleteMetadata, checks
the OPTIONS parameter for user-defined templates that specify which
associated objects to delete with the specified metadata object. In
GetMetadata, checks the OPTIONS parameter for user-defined templates
that define which metadata properties to return. In both methods,
the templates are submitted in a <TEMPLATES> element. For more information,
see Using Templates.
|
|||
Checks the OPTIONS parameter
for search criteria that filter the objects that are returned. The
search criteria are passed as a search string in an <XMLSELECT>
element. For
more information, see Filtering a GetMetadataObjects Request.
|