IBM SBT SDK 1.0.1 (Java): How can I (de)activate Community applications like Blogs or Files?

StackOverflow https://stackoverflow.com/questions/23659700

  •  22-07-2023
  •  | 
  •  

문제

Is it possible to switch off / remove or switch on / add / activate Community widgets like Blogs (not present by default, but addable in IBM Connections UI) or Files (present by default, and removeable in IBM Connections UI) using the IBM SBT SDK?

When I explore the IBM SBT SDK 1.0.1 source code I can only find direct access to members (add/invite, list...), forums & topics, bookmarks, and for files there is upload/download functionality. But I cannot see anything like "addWidget(widgetType)" or "disableWidget(widgetType)" or the like.

When I explore the blog / files package I also cannot see any relation to communities in the source code.

Do I miss something?

How does IC itself achieve building an actual relation community/files or community/blogs?

도움이 되었습니까?

해결책

@Christian, unfortunately, those APIs are not reflected in the Java API.

There is a corresponding set of REST URLs, and you can easily add a method to the extended class which accomplishes this functionality.

The REST Documentation is at

http://www-10.lotus.com/ldd/appdevwiki.nsf/xpDocViewer.xsp?lookupName=IBM+Connections+4.5+API+Documentation#action=openDocument&res_title=Working_with_community_widgets_ic45&content=pdcontent

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top