XBRLTaxonomyExtendedLink::checkExist Method
Indicates whether the specified record exists in the XBRLTaxonomyExtendedLink table and displays a message if the record does not exist.
Syntax
client server public static boolean checkExist(
XBRLTaxonomyIdentificator _taxonomyId,
XBRLLinkbaseTypeEnum _extendedLinkType,
XBRLTaxonomyExtendedLinkRole _role,
RecId _taxonomyFileRecId)
Run On
Called
Parameters
- _taxonomyId
Type: XBRLTaxonomyIdentificator Extended Data Type
The XBRLTaxonomyIdentificator value of the record for which to check.
- _extendedLinkType
Type: XBRLLinkbaseTypeEnum Enumeration
The XBRLLinkbaseTypeEnum value of the record for which to check.
- _role
Type: XBRLTaxonomyExtendedLinkRole Extended Data Type
The XBRLTaxonomyExtendedLinkRole value of the record for which to check.
- _taxonomyFileRecId
Type: RecId Extended Data Type
The RecId value of the record for which to check.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.