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()org.alfresco.service.cmr.dictionary.DictionaryServicegetDictionaryService()FileFolderServicegetFileFolderService()org.alfresco.service.cmr.repository.NodeServicegetNodeService()org.alfresco.service.cmr.security.PermissionServicegetPermissionService()ScriptServicegetScriptService()org.alfresco.service.cmr.search.SearchServicegetSearchService()
-
-
-
Method Detail
-
getScriptService
@NotAuditable ScriptService getScriptService()
-
getNodeService
@NotAuditable org.alfresco.service.cmr.repository.NodeService getNodeService()
-
getContentService
@NotAuditable ContentService getContentService()
-
getSearchService
@NotAuditable org.alfresco.service.cmr.search.SearchService getSearchService()
-
getDictionaryService
@NotAuditable org.alfresco.service.cmr.dictionary.DictionaryService getDictionaryService()
-
getFileFolderService
@NotAuditable FileFolderService getFileFolderService()
-
getPermissionService
@NotAuditable org.alfresco.service.cmr.security.PermissionService getPermissionService()
-
-