| Package | Description |
|---|---|
| org.graylog.plugins.views.search.rest | |
| org.graylog.plugins.views.search.views.sharing |
| Modifier and Type | Method and Description |
|---|---|
ViewSharing |
ViewSharingResource.create(@NotEmpty String id,
ViewSharing viewSharing) |
ViewSharing |
ViewSharingResource.delete(@NotEmpty String id) |
ViewSharing |
ViewSharingResource.get(@NotEmpty String id) |
| Modifier and Type | Method and Description |
|---|---|
ViewSharing |
ViewSharingResource.create(@NotEmpty String id,
ViewSharing viewSharing) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SharingStrategy<T extends ViewSharing> |
| Modifier and Type | Class and Description |
|---|---|
class |
AllUsersOfInstance |
class |
SpecificRoles |
class |
SpecificUsers |
| Modifier and Type | Field and Description |
|---|---|
protected org.mongojack.JacksonDBCollection<ViewSharing,org.bson.types.ObjectId> |
ViewSharingService.db |
| Modifier and Type | Method and Description |
|---|---|
ViewSharing |
ViewSharingService.create(ViewSharing viewSharing) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ViewSharing> |
ViewSharingService.forView(String viewId) |
Optional<ViewSharing> |
ViewSharingService.remove(String viewId) |
| Modifier and Type | Method and Description |
|---|---|
ViewSharing |
ViewSharingService.create(ViewSharing viewSharing) |
boolean |
IsViewSharedForUser.isAllowedToSee(User user,
@NotNull ViewSharing viewSharing) |
Copyright © 2012–2020 Graylog, Inc.. All rights reserved.