mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Web Scripts:
- improved generated documentation (indexed by web script url & package) - addition of ticket management web scripts - addition of put, post & delete support to Web Script test server git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5820 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -38,6 +38,22 @@ import org.alfresco.service.cmr.repository.TemplateImageResolver;
|
||||
*/
|
||||
public interface WebScriptRegistry
|
||||
{
|
||||
/**
|
||||
* Gets a Web Script Package
|
||||
*
|
||||
* @param packagePath
|
||||
* @return web script path representing package
|
||||
*/
|
||||
public WebScriptPath getPackage(String packagePath);
|
||||
|
||||
/**
|
||||
* Gets a Web Script URL
|
||||
*
|
||||
* @param uriPath
|
||||
* @return web script path representing uri
|
||||
*/
|
||||
public WebScriptPath getUri(String uriPath);
|
||||
|
||||
/**
|
||||
* Gets all Web Scripts
|
||||
*
|
||||
|
Reference in New Issue
Block a user