public class DeleteDocumentHandleFactory extends java.lang.Object implements DocumentHandleFactory
DocumentHandleFactory for DeleteDocumentHandle objects.
Since this is provided by the diffing connector framework it is referred
as the internal DocumentHandleFactory.| Constructor and Description |
|---|
DeleteDocumentHandleFactory() |
| Modifier and Type | Method and Description |
|---|---|
DeleteDocumentHandle |
fromString(java.lang.String stringForm)
Reconstitute a
DeleteDocumentHandle from its JSON representation. |
public DeleteDocumentHandle fromString(java.lang.String stringForm)
DeleteDocumentHandle from its JSON representation.fromString in interface DocumentHandleFactorystringForm - the JSON representation of a deleted documentDocumentHandle