Uses of Class
org.jbpm.document.service.impl.DocumentImpl
-
Packages that use DocumentImpl Package Description org.jbpm.document.marshalling org.jbpm.document.service.impl -
-
Uses of DocumentImpl in org.jbpm.document.marshalling
Methods in org.jbpm.document.marshalling that return types with arguments of type DocumentImpl Modifier and Type Method Description DocumentCollection<DocumentImpl>DocumentCollectionImplMarshallingStrategy. buildDocumentCollection() -
Uses of DocumentImpl in org.jbpm.document.service.impl
Methods in org.jbpm.document.service.impl that return types with arguments of type DocumentImpl Modifier and Type Method Description List<DocumentImpl>DocumentCollectionImpl. getDocuments()Methods in org.jbpm.document.service.impl with parameters of type DocumentImpl Modifier and Type Method Description voidDocumentCollectionImpl. addDocument(DocumentImpl document)Constructor parameters in org.jbpm.document.service.impl with type arguments of type DocumentImpl Constructor Description DocumentCollectionImpl(List<DocumentImpl> documents)
-