mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
Merged HEAD-BUG-FIX (5.1/Cloud) to HEAD (5.1/Cloud)
101332: Merge RA-SPRINT2 to HEAD-BUG-FIX (5.1) 100713: RA-55 - Move Slingshot JS Extension to Share enablement project git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@101473 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -22,14 +22,14 @@ package org.alfresco.repo.jscript.app;
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* Interface for custom properties used by SlingshotDocLibCustomResponse
|
||||
* Interface for returning custom properties
|
||||
*
|
||||
* @author: mikeh
|
||||
*/
|
||||
public interface CustomResponse
|
||||
{
|
||||
/**
|
||||
* Populates the DocLib webscript response with custom metadata
|
||||
* Populates the DocLib webscript response with custom metadata
|
||||
*/
|
||||
Serializable populate();
|
||||
}
|
||||
|
Reference in New Issue
Block a user