Package org.alfresco.repo.virtual
Interface AlfrescoAPIFacet
-
- All Known Implementing Classes:
CoreAPIFacet,PublicAPIFacet
public interface AlfrescoAPIFacetDependency inversion facade of the Alfresco services. It provides access to the implementations of Alfresco services.- Author:
- Bogdan Horje
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentServicegetContentService()DictionaryServicegetDictionaryService()FileFolderServicegetFileFolderService()NodeServicegetNodeService()PermissionServicegetPermissionService()ScriptServicegetScriptService()SearchServicegetSearchService()
-
-
-
Method Detail
-
getScriptService
@NotAuditable ScriptService getScriptService()
-
getNodeService
@NotAuditable NodeService getNodeService()
-
getContentService
@NotAuditable ContentService getContentService()
-
getSearchService
@NotAuditable SearchService getSearchService()
-
getDictionaryService
@NotAuditable DictionaryService getDictionaryService()
-
getFileFolderService
@NotAuditable FileFolderService getFileFolderService()
-
getPermissionService
@NotAuditable PermissionService getPermissionService()
-
-