Interface RecordIdApi

    • Method Detail

      • getRecordId

        Long getRecordId​(UUID objectId,
                         ObjectType objectType,
                         TenantContext tenantContext)
        This can be used by external plugins to keep the mapping between UUID and recordId
        Parameters:
        objectId - the uuid of the object
        objectType - the object type
        tenantContext - the context associated with the call
        Returns:
        the record id associated with that object