public interface DistributionManager
Defines a distribution manager as used by the corresponding REST controller.
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.collect.ImmutableCollection<DistributionChannelInfo> | 
getAvailableChannelInfo()
Returns a description of the available app distribution channels. 
 | 
void | 
sendApp(String appAmbiguousId,
       List<String> channelIds,
       String comment)
Sends an app to the given distribution channels. 
 | 
void | 
sendAppById(String appModelId,
           List<String> channelIds,
           String comment)
Sends an app to the given distribution channels. 
 | 
com.google.common.collect.ImmutableCollection<DistributionChannelInfo> getAvailableChannelInfo()
Returns a description of the available app distribution channels.
void sendApp(String appAmbiguousId, List<String> channelIds, String comment)
Sends an app to the given distribution channels.
appAmbiguousId - the ID of the app to be sent (either work object ID value or global ID value)channelIds - the channels to be usedcomment - the distribution commentCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.