Uses of Class
com.saperion.ws.wrapper.annotations.Annotations
-
Packages that use Annotations Package Description com.saperion.ws Root package for SAPERION ws classes and packages.com.saperion.ws.jaxws com.saperion.ws.wrapper.annotations Package for ws wrapper annotation classes. -
-
Uses of Annotations in com.saperion.ws
Methods in com.saperion.ws that return Annotations Modifier and Type Method Description Annotations
SaWsContentService. getAnnotations(java.lang.String token, java.lang.String xhdoc, int elementNumber)
Returns the annotations by the specified document in its current revision.Methods in com.saperion.ws with parameters of type Annotations Modifier and Type Method Description void
SaWsContentService. setAnnotations(java.lang.String token, Annotations annotations, java.lang.String xhdoc, int elementNumber)
Sets the annotations of a document. -
Uses of Annotations in com.saperion.ws.jaxws
Methods in com.saperion.ws.jaxws that return Annotations Modifier and Type Method Description Annotations
SetAnnotations. getAnnotations()
Annotations
GetAnnotationsResponse. getReturn()
Methods in com.saperion.ws.jaxws with parameters of type Annotations Modifier and Type Method Description void
SetAnnotations. setAnnotations(Annotations annotations)
void
GetAnnotationsResponse. setReturn(Annotations _return)
-
Uses of Annotations in com.saperion.ws.wrapper.annotations
Methods in com.saperion.ws.wrapper.annotations that return Annotations Modifier and Type Method Description static Annotations
Parser. parse(java.lang.String annotationAsString)
-