mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user