@Target(value=METHOD) @Retention(value=RUNTIME) public @interface DeleteTags
type() attribute
specifying the resource type, and the method should have a parameter of type
IdDt annotated with the IdParam annotation, as well as
a parameter of type TagList which will contain the list of tags
to be deleted.
Note that for a
server implementation, the type() annotation is optional if the
method is defined in a resource provider, since the type is implied.type()
attribute specifying the resource type, and the method should have a
parameter of type IdDt annotated with the VersionIdParam
annotation, and a parameter of type IdDt annotated with the
IdParam annotation, as well as
a parameter of type TagList which will contain the list of tags
to be deleted.
Note that for a server implementation, the
type() annotation is optional if the method is defined in a resource provider, since the type is implied.Copyright © 2014–2016 University Health Network. All rights reserved.