Class: Identifiable
(abstract) Common.Identifiable()
ID factory
Constructor
(abstract) new Identifiable()
param {string} idparam {boolean} [md5=false] When true getMD5Message should be implemented
Properties:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
id | string.<(GUID|MD5|URI)> | |||
algorithm | Identifiable.Algorithm | <optional> | Algorithm.GUID | MD5 algorithm is switched when getMD5Message is impemented |
Type Definitions
Algorithm
Enumeration of Identifiable supported underlying algorithms
Properties:
Name | Type | Description |
---|---|---|
GUID | object | Auto generated GUID |
MD5 | object | MD5 hash based on tokens provided as result by getMD5Message method implementation |
URI | object | URI generation provided as result by buildURI method implementation |