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.ObjectMarshallingStrategy
for a collection (List) ofDocuments
. * @deprecated This class is deprecated because the deprecation ofDocuments
class. Please use theDocumentCollectionImplMarshallingStrategy
to 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 boolean
accept(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:
buildDocumentCollection
in classAbstractDocumentCollectionMarshallingStrategy
-
-