Uses of Class
com.saperion.rs.model.DocumentStructure
Packages that use DocumentStructure
Package
Description
Package for ws utility classes.
-
Uses of DocumentStructure in com.saperion.rs.entityprovider
Methods in com.saperion.rs.entityprovider with parameters of type DocumentStructureModifier and TypeMethodDescriptionlongDocumentStructureProvider.getSize(DocumentStructure structure, Class<?> arg1, Type arg2, Annotation[] arg3, jakarta.ws.rs.core.MediaType arg4) voidDocumentStructureProvider.writeTo(DocumentStructure structure, Class<?> arg1, Type arg2, Annotation[] arg3, jakarta.ws.rs.core.MediaType arg4, jakarta.ws.rs.core.MultivaluedMap<String, Object> arg5, OutputStream outputStream) -
Uses of DocumentStructure in com.saperion.rs.model
Methods in com.saperion.rs.model that return DocumentStructureModifier and TypeMethodDescriptionDocumentStructure.add(DocumentStructure.StructureElement element) DocumentStructure.addAll(Collection<DocumentStructure.StructureElement> elements)