Package org.jbpm.document.marshalling
Class DocumentCollectionImplMarshallingStrategy
- java.lang.Object
-
- org.jbpm.document.marshalling.AbstractDocumentCollectionMarshallingStrategy
-
- org.jbpm.document.marshalling.DocumentCollectionImplMarshallingStrategy
-
- All Implemented Interfaces:
org.kie.api.marshalling.ObjectMarshallingStrategy
public class DocumentCollectionImplMarshallingStrategy extends AbstractDocumentCollectionMarshallingStrategy
-
-
Constructor Summary
Constructors Constructor Description DocumentCollectionImplMarshallingStrategy(DocumentMarshallingStrategy docMarshallingStrategy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accept(Object o)
DocumentCollection<DocumentImpl>
buildDocumentCollection()
-
Methods inherited from class org.jbpm.document.marshalling.AbstractDocumentCollectionMarshallingStrategy
createContext, marshal, read, unmarshal, write
-
-
-
-
Constructor Detail
-
DocumentCollectionImplMarshallingStrategy
public DocumentCollectionImplMarshallingStrategy(DocumentMarshallingStrategy docMarshallingStrategy)
-
-
Method Detail
-
accept
public boolean accept(Object o)
-
buildDocumentCollection
public DocumentCollection<DocumentImpl> buildDocumentCollection()
- Specified by:
buildDocumentCollection
in classAbstractDocumentCollectionMarshallingStrategy
-
-