Package org.jbpm.document
Class Documents
- java.lang.Object
-
- org.jbpm.document.Documents
-
- All Implemented Interfaces:
Serializable,DocumentCollection<Document>
@Deprecated public class Documents extends Object implements DocumentCollection<Document>
Deprecated.This class is deprecated because of potential issues with marshalling and unmarshalling this type when used in RESTful APIs. When you want to represent a collection ofdocuments), please use the {@link DocumentCollection} interface and the {@link DocumentCollectionImpl} implementation class.A collection ofDocuments.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddDocument(Document document)Deprecated.List<Document>getDocuments()Deprecated.
-
-
-
Method Detail
-
addDocument
public void addDocument(Document document)
Deprecated.- Specified by:
addDocumentin interfaceDocumentCollection<Document>
-
getDocuments
public List<Document> getDocuments()
Deprecated.- Specified by:
getDocumentsin interfaceDocumentCollection<Document>
-
-