Package org.alfresco.repo.virtual
Class PublicAPIFacet
- java.lang.Object
-
- org.alfresco.repo.virtual.PublicAPIFacet
-
- All Implemented Interfaces:
AlfrescoAPIFacet
public class PublicAPIFacet extends java.lang.Object implements AlfrescoAPIFacet
Implementation of theAlfrescoAPIFacetinterface that provides access to Alfresco services at the level of the Java API, through itsServiceRegistryinstance.- Author:
- Bogdan Horje
-
-
Constructor Summary
Constructors Constructor Description PublicAPIFacet()
-
Method Summary
All Methods Instance Methods Concrete 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()voidsetServiceRegistry(ServiceRegistry serviceRegistry)
-
-
-
Method Detail
-
setServiceRegistry
public void setServiceRegistry(ServiceRegistry serviceRegistry)
-
getScriptService
public ScriptService getScriptService()
- Specified by:
getScriptServicein interfaceAlfrescoAPIFacet
-
getNodeService
public org.alfresco.service.cmr.repository.NodeService getNodeService()
- Specified by:
getNodeServicein interfaceAlfrescoAPIFacet
-
getContentService
public ContentService getContentService()
- Specified by:
getContentServicein interfaceAlfrescoAPIFacet
-
getSearchService
public org.alfresco.service.cmr.search.SearchService getSearchService()
- Specified by:
getSearchServicein interfaceAlfrescoAPIFacet
-
getDictionaryService
public org.alfresco.service.cmr.dictionary.DictionaryService getDictionaryService()
- Specified by:
getDictionaryServicein interfaceAlfrescoAPIFacet
-
getFileFolderService
public FileFolderService getFileFolderService()
- Specified by:
getFileFolderServicein interfaceAlfrescoAPIFacet
-
getPermissionService
public org.alfresco.service.cmr.security.PermissionService getPermissionService()
- Specified by:
getPermissionServicein interfaceAlfrescoAPIFacet
-
-