Interface AlfrescoAPIFacet

  • All Known Implementing Classes:
    CoreAPIFacet, PublicAPIFacet

    public interface AlfrescoAPIFacet
    Dependency inversion facade of the Alfresco services. It provides access to the implementations of Alfresco services.
    Author:
    Bogdan Horje
    • Method Detail

      • getScriptService

        @NotAuditable
        ScriptService getScriptService()
      • getNodeService

        @NotAuditable
        org.alfresco.service.cmr.repository.NodeService getNodeService()
      • getSearchService

        @NotAuditable
        org.alfresco.service.cmr.search.SearchService getSearchService()
      • getDictionaryService

        @NotAuditable
        org.alfresco.service.cmr.dictionary.DictionaryService getDictionaryService()
      • getPermissionService

        @NotAuditable
        org.alfresco.service.cmr.security.PermissionService getPermissionService()