Gets or sets flag to include into the Metadata List the embedded standard document metadata signatures like Author, Owner, document creation date, modified date, etc.
Gets or sets flag to include into the Metadata List the embedded standard document metadata signatures like Author, Owner, document creation date, modified date, etc.
public final boolean getSaveDocumentOnEmptyUpdate()
Gets or sets flag to resave source document when Update method has no signatures to update.
If this flag is set to true (by default) document will be saving with corresponding history process log (date and operation type) even if Update method has no signatures to update.
When this flat is set to false source document will not be modified at all.
Returns:
boolean
setSaveDocumentOnEmptyUpdate(boolean value)
public final void setSaveDocumentOnEmptyUpdate(boolean value)
Gets or sets flag to resave source document when Update method has no signatures to update.
If this flag is set to true (by default) document will be saving with corresponding history process log (date and operation type) even if Update method has no signatures to update.
When this flat is set to false source document will not be modified at all.
Parameters:
Parameter
Type
Description
value
boolean
getSaveDocumentOnEmptyDelete()
public final boolean getSaveDocumentOnEmptyDelete()
Gets or sets flag to resave source document when Delete method has no affected signatures to remove.
If this flag is set to true (by default) document will be saving with corresponding history process log (date and operation type) even if Delete method has no signatures to remove.
When this flat is set to false source document will not be modified at all.
Returns:
boolean
setSaveDocumentOnEmptyDelete(boolean value)
public final void setSaveDocumentOnEmptyDelete(boolean value)
Gets or sets flag to resave source document when Delete method has no affected signatures to remove.
If this flag is set to true (by default) document will be saving with corresponding history process log (date and operation type) even if Delete method has no signatures to remove.
When this flat is set to false source document will not be modified at all.
Parameters:
Parameter
Type
Description
value
boolean
getIncludeStandardMetadataSignatures()
public final boolean getIncludeStandardMetadataSignatures()
Gets or sets flag to include into the Metadata List the embedded standard document metadata signatures like Author, Owner, document creation date, modified date, etc.
If this flag is set to false (by default) the GetDocumentInfo will not include these metadata signatures.
When this flag is set to true the document information will include these standard metadata signatures.
public final void setIncludeStandardMetadataSignatures(boolean value)
Gets or sets flag to include into the Metadata List the embedded standard document metadata signatures like Author, Owner, document creation date, modified date, etc.
If this flag is set to false (by default) the GetDocumentInfo will not include these metadata signatures.
When this flag is set to true the document information will include these standard metadata signatures.
Parameters:
Parameter
Type
Description
value
boolean
getLogger()
public final ILogger getLogger()
The logger implementation used for logging (Errors, Warnings, Traces). ILogger.