public interface StreamsClient
| Modifier and Type | Method and Description |
|---|---|
SymRoomDetail |
createChatRoom(SymRoomAttributes roomAttributes) |
void |
deactivateRoom(java.lang.String roomId)
Deactivates a room for a given roomId
|
SymRoomDetail |
getRoomDetail(java.lang.String id) |
SymStream |
getStream(java.util.Set<SymUser> users) |
SymStream |
getStream(SymUser user) |
SymStream |
getStream(org.symphonyoss.symphony.pod.model.UserIdList userIdList) |
SymStreamAttributes |
getStreamAttributes(java.lang.String streamId) |
SymStream |
getStreamFromEmail(java.lang.String email) |
SymAdminStreamList |
getStreams(java.lang.Integer skip,
java.lang.Integer limit,
SymAdminStreamFilter symAdminStreamFilter) |
java.util.List<SymStreamAttributes> |
getStreams(java.lang.Integer skip,
java.lang.Integer limit,
SymStreamFilter symStreamFilter) |
SymRoomSearchResults |
roomSearch(SymRoomSearchCriteria searchCriteria,
java.lang.Integer skip,
java.lang.Integer limit) |
SymRoomDetail |
updateChatRoom(java.lang.String streamId,
SymRoomAttributes roomAttributes) |
SymStream getStream(SymUser user) throws StreamsException
StreamsExceptionSymStream getStream(java.util.Set<SymUser> users) throws StreamsException
StreamsExceptionSymStream getStream(org.symphonyoss.symphony.pod.model.UserIdList userIdList) throws StreamsException
StreamsExceptionSymAdminStreamList getStreams(java.lang.Integer skip, java.lang.Integer limit, SymAdminStreamFilter symAdminStreamFilter) throws StreamsException
StreamsExceptionjava.util.List<SymStreamAttributes> getStreams(java.lang.Integer skip, java.lang.Integer limit, SymStreamFilter symStreamFilter) throws StreamsException
StreamsExceptionSymStream getStreamFromEmail(java.lang.String email) throws StreamsException
StreamsExceptionSymRoomDetail getRoomDetail(java.lang.String id) throws StreamsException
StreamsExceptionSymRoomDetail createChatRoom(SymRoomAttributes roomAttributes) throws StreamsException
StreamsExceptionSymRoomDetail updateChatRoom(java.lang.String streamId, SymRoomAttributes roomAttributes) throws StreamsException
StreamsExceptionSymRoomSearchResults roomSearch(SymRoomSearchCriteria searchCriteria, java.lang.Integer skip, java.lang.Integer limit) throws StreamsException
StreamsExceptionSymStreamAttributes getStreamAttributes(java.lang.String streamId) throws StreamsException
StreamsExceptionvoid deactivateRoom(java.lang.String roomId)
throws StreamsException
roomId - the room to be deactivatedStreamsException - if the deactivation failed