DocumentIdentifiers

data class DocumentIdentifiers(val dataProvider: DataProvider, val permanentId: String, val sourcePdfSha256: String?, val changingId: String?, val layerName: String?)

Data class representing the document identifiers.

Parameters

dataProvider

DataProvider for particular document.

permanentId

The permanent identifier of the document.

sourcePdfSha256

The hash of the file.

changingId

The changing identifier of the document.

layerName

Name of the layer that specifies the annotations to use. Only for Instant. If non null, means it is instant document. If empty layer is considered as default.

Constructors

Link copied to clipboard
constructor(dataProvider: DataProvider, permanentId: String, sourcePdfSha256: String?, changingId: String?, layerName: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard