Package org.azd.interfaces
Interface FeedManagementDetails
- All Known Implementing Classes:
FeedManagementApi
public interface FeedManagementDetails
-
Method Summary
Modifier and TypeMethodDescriptioncreateFeed
(String name, String description, boolean badgesEnabled, boolean hideDeletedPackageVersions) createFeedView
(String feedName, String name, FeedViewType feedViewType, FeedVisibility visibility) deleteFeed
(String feedId) deleteFeedView
(String feedId, String feedViewId) getFeedPermissions
(String feedName) getFeedPermissions
(String feedName, boolean excludeInheritedPermissions, String identityDescriptor, boolean includeDeletedFeeds, boolean includeIds) getFeeds()
getFeedView
(String feedName, String feedViewId) getFeedViews
(String feedName) setFeedPermissions
(String feedId, FeedPermissions feedPermissions) updateFeed
(String feedId, Feed feed) updateFeedView
(String feedName, String feedViewName, FeedView feedView)
-
Method Details
-
createFeed
Feed createFeed(String name, String description, boolean badgesEnabled, boolean hideDeletedPackageVersions) throws AzDException - Throws:
AzDException
-
createFeedView
FeedView createFeedView(String feedName, String name, FeedViewType feedViewType, FeedVisibility visibility) throws AzDException - Throws:
AzDException
-
deleteFeed
- Throws:
AzDException
-
deleteFeedView
- Throws:
AzDException
-
getFeed
- Throws:
AzDException
-
getFeed
- Throws:
AzDException
-
getFeedPermissions
- Throws:
AzDException
-
getFeedPermissions
FeedPermissions getFeedPermissions(String feedName, boolean excludeInheritedPermissions, String identityDescriptor, boolean includeDeletedFeeds, boolean includeIds) throws AzDException - Throws:
AzDException
-
getFeedView
- Throws:
AzDException
-
getFeedViews
- Throws:
AzDException
-
getFeeds
- Throws:
AzDException
-
getFeeds
Feeds getFeeds(FeedRole feedRole, boolean includeDeletedUpstreams, boolean includeUrls) throws AzDException - Throws:
AzDException
-
setFeedPermissions
FeedPermissions setFeedPermissions(String feedId, FeedPermissions feedPermissions) throws AzDException - Throws:
AzDException
-
updateFeed
- Throws:
AzDException
-
updateFeedView
FeedView updateFeedView(String feedName, String feedViewName, FeedView feedView) throws AzDException - Throws:
AzDException
-