Skip to main content

Class: Identifiable

(abstract) Common.Identifiable()

ID factory

Constructor

(abstract) new Identifiable()

param {string} idparam {boolean} [md5=false] When true getMD5Message should be implemented

Properties:
NameTypeAttributesDefaultDescription
idstring.<(GUID|MD5|URI)>
algorithmIdentifiable.Algorithm<optional>Algorithm.GUIDMD5 algorithm is switched when getMD5Message is impemented

Type Definitions

Algorithm

Enumeration of Identifiable supported underlying algorithms

Properties:
NameTypeDescription
GUIDobjectAuto generated GUID
MD5objectMD5 hash based on tokens provided as result by getMD5Message method implementation
URIobjectURI generation provided as result by buildURI method implementation

Home