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:
Brian Remmington
2011-07-21 12:39:18 +00:00
parent f07faf00b0
commit e16e19e2c5
14 changed files with 53 additions and 0 deletions

View File

@@ -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();
}