Package | Description |
---|---|
org.alfresco.repo.processor | |
org.alfresco.repo.service | |
org.alfresco.repo.virtual | |
org.alfresco.repo.web.scripts | |
org.alfresco.service |
Provides the public facing interfaces of the Services of the Alfresco Repository.
|
Modifier and Type | Class and Description |
---|---|
class |
ScriptServiceImpl
Script service implementation
|
Modifier and Type | Field and Description |
---|---|
protected ScriptService |
BaseProcessor.scriptService
The script service
|
Modifier and Type | Method and Description |
---|---|
void |
BaseProcessor.setScriptService(ScriptService scriptService)
Sets the script service
|
Modifier and Type | Method and Description |
---|---|
ScriptService |
ServiceDescriptorRegistry.getScriptService() |
Modifier and Type | Method and Description |
---|---|
ScriptService |
CoreAPIFacet.getScriptService() |
ScriptService |
AlfrescoAPIFacet.getScriptService() |
ScriptService |
PublicAPIFacet.getScriptService() |
Modifier and Type | Method and Description |
---|---|
void |
CoreAPIFacet.setScriptService(ScriptService scriptService) |
Modifier and Type | Field and Description |
---|---|
protected ScriptService |
RepositoryScriptProcessor.scriptService |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryScriptProcessor.setScriptService(ScriptService scriptService) |
Modifier and Type | Method and Description |
---|---|
ScriptService |
ServiceRegistry.getScriptService()
Deprecated.
This method has been deprecated as it would return a service that is not part of the public API.
The service itself is not deprecated, but access to it via the ServiceRegistry will be removed in the future.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.