-
Given a resource and a profile, return a tree of instance data as defined by the profile model
using the nominated version of the profile
The tree is a facade to the underlying resource - all actual data is stored against the resource,
and retrieved on the fly from the resource, so that applications can work at either level, as
convenient.
Given a resource and a profile, return a tree of instance data as defined by the profile model
using the latest version of the profile
The tree is a facade to the underlying resource - all actual data is stored against the resource,
and retrieved on the fly from the resource, so that applications can work at either level, as
convenient.
Given a resource and a profile, return a tree of instance data as defined by the profile model
using the provided version of the profile
The tree is a facade to the underlying resource - all actual data is stored against the resource,
and retrieved on the fly from the resource, so that applications can work at either level, as
convenient.
void
remove the nominated child from the resource
-