public interface TransactionalDocumentDictionaryService (Code)
This interface defines methods that a TransactionalDocumentDictionary Service must provide. Defines the API for the interacting
with TransactionalDocument-related entries in the data dictionary.
getAllowsErrorCorrection(TransactionalDocument document) Returns whether or not this document's data dictionary file has flagged it to allow document error correction of a document
(copy and reversal).
getDescription(String transactionalDocumentTypeName) Retrieves the full description of the transactional document as described in its data dictionary entry.
Returns whether or not this document's data dictionary file has flagged it to allow document copies.
Parameters: document - True if copies are allowed, false otherwise.
Returns whether or not this document's data dictionary file has flagged it to allow document error correction of a document
(copy and reversal).
Parameters: document - True if error correction is allowed, false otherwise.
Retrieves the full description of the transactional document as described in its data dictionary entry.
Parameters: transactionalDocumentTypeName - The transactional document's full description.
Retrieves the label for the transactional document as described in its data dictionary entry.
Parameters: transactionalDocumentTypeName - The transactional document's label.
Retrieves the summary of the transactional document as described in the data dictionary entry.
Parameters: transactionalDocumentTypeName - The transactional document's summary.