What are the allowed values for actual_type_n and persisted_type_n in alf_node_properties table in Alfresco. Please provide any pointers on the mapping details.
Mapping details for actual_type_n and persisted_type_n in alf_node_properties table
What are the allowed values for actual_type_n and persisted_type_n in alf_node_properties table in Alfresco. Please provide any pointers on the mapping details.
Mapping details for actual_type_n and persisted_type_n in alf_node_properties table
The values for actual_type_n and persisted_type_n are resovled and handled by the NodeDAO / NodePropertyHelper. The persisted_type_n
column specifies the column containing the property value in the database and actual_type_n
is the reference to the correspondig Java type.
Unfortunately the map to resolve these ids is implemented in Java Code only and therefore not available from inside the database. Maybe someone has already written a helper class to dump out that map to make db queries easier?