@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.| Modifier and Type | Optional Element and Description |
|---|---|
Class<? extends IBaseResource> |
type
If set to a type other than the default (which is
IResource
, this method is expected to return a TagList containing only tags which
are specific to the given resource type. |
public abstract Class<? extends IBaseResource> type
IResource
, this method is expected to return a TagList containing only tags which
are specific to the given resource type.Copyright © 2014–2019 University Health Network. All rights reserved.