Cluster.typeIdToURI()

Signature

String typeIdToURI(int typeId)

Domain

ACTION, CONDITION, QUERY

Description

Returns the design time URI for the typeId

Parameters

NameTypeDescription
typeIdintThe type id of the entity. This comes from the typeId argument of a subscription preprocessor.

Returns

TypeDescription
StringThe design time URI of the typeid if found else null

Cautions

none

Example


String eURI = ClusterFunctions.typeIdToURI(int typeId);