Klasse DocumentCollectionWriter

java.lang.Object
org.imixs.workflow.jaxrs.DocumentCollectionWriter
Alle implementierten Schnittstellen:
jakarta.ws.rs.ext.MessageBodyWriter<XMLDataCollection>

@Provider @Produces("text/html") public class DocumentCollectionWriter extends Object implements jakarta.ws.rs.ext.MessageBodyWriter<XMLDataCollection>
This MessageBodyWriter generates an HTML representation from a DocumetCollection
Autor:
rsoika
  • Konstruktordetails

    • DocumentCollectionWriter

      public DocumentCollectionWriter()
  • Methodendetails

    • isWriteable

      public boolean isWriteable(Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType)
      Angegeben von:
      isWriteable in Schnittstelle jakarta.ws.rs.ext.MessageBodyWriter<XMLDataCollection>
    • writeTo

      public void writeTo(XMLDataCollection entityCollection, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream) throws IOException, jakarta.ws.rs.WebApplicationException
      Angegeben von:
      writeTo in Schnittstelle jakarta.ws.rs.ext.MessageBodyWriter<XMLDataCollection>
      Löst aus:
      IOException
      jakarta.ws.rs.WebApplicationException
    • getSize

      public long getSize(XMLDataCollection arg0, Class<?> arg1, Type arg2, Annotation[] arg3, jakarta.ws.rs.core.MediaType arg4)
      Angegeben von:
      getSize in Schnittstelle jakarta.ws.rs.ext.MessageBodyWriter<XMLDataCollection>