Interface ContentReferenceService
- All Known Implementing Classes:
- ContentReferenceServiceImpl
public interface ContentReferenceService
This service ensures database integrity for HTML content.
 Use this service to create entities of type "Content_reference", which can be considered as a hard link from any
 entity with HTML content to the referred entities. This guarantees that referred content can't be deleted.
- 
Method SummaryModifier and TypeMethodDescriptionvoidupdateReferences(Entity entity, String fieldName) Update the references for a HTML field.
- 
Method Details- 
updateReferencesUpdate the references for a HTML field.- Parameters:
- entity- The entity.
- fieldName- The field that contains the links which should be represented as Content_references.
 
 
-