Interface EntityCatalogService

All Known Implementing Classes:
EntityCatalogServiceImpl

public interface EntityCatalogService

EntityCatalogService interface.

Author:
matthieu
  • Field Details

  • Method Details

    • formulateCatalogs

      org.json.JSONArray formulateCatalogs(RepositoryEntity formulatedEntity, List<String> locales) throws org.json.JSONException

      formulateCatalogs.

      Parameters:
      formulatedEntity - a RepositoryEntity object
      locales - a List object
      Returns:
      a JSONArray object
      Throws:
      org.json.JSONException - if any.
    • formulateCatalog

      org.json.JSONArray formulateCatalog(String catalogId, org.alfresco.service.cmr.repository.NodeRef entityNodeRef, List<String> locales) throws org.json.JSONException

      formulateCatalog.

      Parameters:
      catalogId - a String object
      entityNodeRef - a NodeRef object
      locales - a List object
      Returns:
      a JSONArray object
      Throws:
      org.json.JSONException - if any.
    • updateAuditedField

      void updateAuditedField(org.alfresco.service.cmr.repository.NodeRef entityNodeRef, Set<org.alfresco.service.namespace.QName> diffQnames, Set<org.alfresco.service.cmr.repository.NodeRef> listNodeRefs)

      updateAuditedField.

      Parameters:
      entityNodeRef - a NodeRef object
      diffQnames - a Set object
      listNodeRefs - a Set object