Uses of Interface
org.alfresco.service.cmr.repository.ScriptService
-
Packages that use ScriptService Package Description org.alfresco.repo.processor org.alfresco.repo.service org.alfresco.repo.virtual org.alfresco.service Provides the public facing interfaces of the Services of the Alfresco Repository. -
-
Uses of ScriptService in org.alfresco.repo.processor
Classes in org.alfresco.repo.processor that implement ScriptService Modifier and Type Class Description classScriptServiceImplScript service implementationFields in org.alfresco.repo.processor declared as ScriptService Modifier and Type Field Description protected ScriptServiceBaseProcessor. scriptServiceThe script serviceMethods in org.alfresco.repo.processor with parameters of type ScriptService Modifier and Type Method Description voidBaseProcessor. setScriptService(ScriptService scriptService)Sets the script service -
Uses of ScriptService in org.alfresco.repo.service
Methods in org.alfresco.repo.service that return ScriptService Modifier and Type Method Description ScriptServiceServiceDescriptorRegistry. getScriptService() -
Uses of ScriptService in org.alfresco.repo.virtual
Methods in org.alfresco.repo.virtual that return ScriptService Modifier and Type Method Description ScriptServiceAlfrescoAPIFacet. getScriptService()ScriptServiceCoreAPIFacet. getScriptService()ScriptServicePublicAPIFacet. getScriptService()Methods in org.alfresco.repo.virtual with parameters of type ScriptService Modifier and Type Method Description voidCoreAPIFacet. setScriptService(ScriptService scriptService) -
Uses of ScriptService in org.alfresco.service
Methods in org.alfresco.service that return ScriptService Modifier and Type Method Description ScriptServiceServiceRegistry. getScriptService()Deprecated.This method has been deprecated as it would return a service that is not part of the public API.
-