Uses of Interface
org.jbpm.document.DocumentCollection
-
Packages that use DocumentCollection Package Description org.jbpm.document org.jbpm.document.marshalling org.jbpm.document.service.impl -
-
Uses of DocumentCollection in org.jbpm.document
Classes in org.jbpm.document that implement DocumentCollection Modifier and Type Class Description class
Documents
Deprecated.This class is deprecated because of potential issues with marshalling and unmarshalling this type when used in RESTful APIs. -
Uses of DocumentCollection in org.jbpm.document.marshalling
Methods in org.jbpm.document.marshalling that return DocumentCollection Modifier and Type Method Description abstract DocumentCollection<? extends Document>
AbstractDocumentCollectionMarshallingStrategy. buildDocumentCollection()
DocumentCollection<DocumentImpl>
DocumentCollectionImplMarshallingStrategy. buildDocumentCollection()
DocumentCollection<Document>
DocumentsMarshallingStrategy. buildDocumentCollection()
Deprecated. -
Uses of DocumentCollection in org.jbpm.document.service.impl
Classes in org.jbpm.document.service.impl that implement DocumentCollection Modifier and Type Class Description class
DocumentCollectionImpl
A collection ofDocumentImpl
.
-