User guide
DOKuStar Validation Programming Manual Page • 53
Data
The Data object is situated below the Dataset object, parallel to the Schema object. While the Schema holds
the document definition, the
Data object holds the data itself.
The
Data object provides access to various objects like Document, Field etc.. These objects have some
common properties and methods; these are:
Property/Method Returns Description
Activate Boolean
Activates the object; the object gets the focus. returns False if the
object cannot be activated. See note below.
Activated Boolean Checks if the object is activated or not.
Deactivate Boolean
Deactivates the object; the object gets the focus. Returns False if the
object cannot be deactivated. See note below.
Deactivated Boolean Checks if the object is deactivated or not.
Properties and methods of the
Data object (excerpt):
Property/Method Returns Description
Documents Documents
Returns the collection of Document objects for this batch
DataSources DataSources
Returns the list of DataSource objects (i.e. images) for the whole
batch. DataSource objects are also linked to the individual
documents, here it serves as an overview of all images of the batch.