mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Web Scripts:
- add URL for generating reference docs for HTTP APIs - allow guest to issue opensearch git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5373 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -24,6 +24,9 @@
|
||||
*/
|
||||
package org.alfresco.web.scripts;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
|
||||
|
||||
/**
|
||||
* Web Script Description
|
||||
@@ -53,6 +56,21 @@ public interface WebScriptDescription
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Gets the source document of this web script
|
||||
*
|
||||
* @return source document
|
||||
*/
|
||||
public InputStream getSourceDocument()
|
||||
throws IOException;
|
||||
|
||||
/**
|
||||
* Gets the store this web script is located in
|
||||
*
|
||||
* @return path to store
|
||||
*/
|
||||
public String getSourceStore();
|
||||
|
||||
/**
|
||||
* Gets the source document location of this service description
|
||||
*
|
||||
|
Reference in New Issue
Block a user