mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Publishing:
- Added initial icons to each of the supported channel types along with API (foundation and REST) to access them. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@29249 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -27,6 +27,7 @@ import org.alfresco.service.cmr.repository.NodeRef;
|
||||
import org.alfresco.service.cmr.transfer.NodeFilter;
|
||||
import org.alfresco.service.cmr.transfer.NodeFinder;
|
||||
import org.alfresco.service.namespace.QName;
|
||||
import org.springframework.core.io.Resource;
|
||||
|
||||
/**
|
||||
* @author Brian
|
||||
@@ -59,4 +60,8 @@ public interface ChannelType
|
||||
|
||||
String getAuthorisationUrl(Channel channel, String callbackUrl);
|
||||
boolean acceptAuthorisationCallback(Channel channel, Map<String, String[]> callbackHeaders, Map<String, String[]> callbackParams);
|
||||
|
||||
String getIconFileExtension();
|
||||
Resource getIcon16();
|
||||
Resource getIcon32();
|
||||
}
|
||||
|
Reference in New Issue
Block a user