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 AnnotationsSaWsContentService. 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 voidSaWsContentService. 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 AnnotationsSetAnnotations. getAnnotations()AnnotationsGetAnnotationsResponse. getReturn()Methods in com.saperion.ws.jaxws with parameters of type Annotations Modifier and Type Method Description voidSetAnnotations. setAnnotations(Annotations annotations)voidGetAnnotationsResponse. 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 AnnotationsParser. parse(java.lang.String annotationAsString)
-