Package org.jbpm.document.marshalling
Class DocumentsMarshallingStrategy
- java.lang.Object
-
- org.jbpm.document.marshalling.AbstractDocumentCollectionMarshallingStrategy
-
- org.jbpm.document.marshalling.DocumentsMarshallingStrategy
-
- All Implemented Interfaces:
org.kie.api.marshalling.ObjectMarshallingStrategy
@Deprecated public class DocumentsMarshallingStrategy extends AbstractDocumentCollectionMarshallingStrategy
Deprecated.ObjectMarshallingStrategyfor a collection (List) ofDocuments. * @deprecated This class is deprecated because the deprecation ofDocumentsclass. Please use theDocumentCollectionImplMarshallingStrategyto marshal and unmarshal a collection ofDocumentCollectionImpl.
-
-
Constructor Summary
Constructors Constructor Description DocumentsMarshallingStrategy(DocumentMarshallingStrategy docMarshallingStrategy)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanaccept(Object o)Deprecated.DocumentCollection<Document>buildDocumentCollection()Deprecated.-
Methods inherited from class org.jbpm.document.marshalling.AbstractDocumentCollectionMarshallingStrategy
createContext, marshal, read, unmarshal, write
-
-
-
-
Constructor Detail
-
DocumentsMarshallingStrategy
public DocumentsMarshallingStrategy(DocumentMarshallingStrategy docMarshallingStrategy)
Deprecated.
-
-
Method Detail
-
accept
public boolean accept(Object o)
Deprecated.
-
buildDocumentCollection
public DocumentCollection<Document> buildDocumentCollection()
Deprecated.- Specified by:
buildDocumentCollectionin classAbstractDocumentCollectionMarshallingStrategy
-
-