Instance.filterAndSerializeUsingDefaults()

Signature

String filterAndSerializeUsingDefaults (Concept instance, String propertyNameRegexFilter)

Domain

ACTION

Description

Serializes a Concept instance into an XML String with the default namespace URI for concepts, and with the inclusion of properties controlled by a regex filter

Parameters

NameTypeDescription
instanceConceptThe Concept instance to serialize.
propertyNameRegexFilterStringjava.util.regex.Pattern.

Returns

TypeDescription
StringAn XML string serialization of instance containing a filtered set of properties.

Cautions

none