Publishing:

- On channel authorisation, if a retry is permitted the webscript now does a browser redirect back to the authorisation URL
- The controller for the authform.get webscript now places the relevant Channel object into the model for use by the template

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@29350 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Brian Remmington
2011-07-26 12:37:51 +00:00
parent 42f26c8a00
commit 19145084d9

View File

@@ -84,13 +84,13 @@ public interface ChannelService
void updateChannel(Channel channel, Map<QName,Serializable> properties);
/**
* Retrieve all the channels contained by the specified Share site.
* Retrieve all the channels.
* @return A list of Channel objects, each one representing a channel that exists within the specified Share site.
*/
List<Channel> getChannels();
/**
* Retrieve the channel with the given channel name contained by the specified Share site.
* Retrieve the channel with the given channel name.
* @param channelName The name of the channel
* @return The specified Channel objects or <code>null</code> if the specified channel does not exist.
*/