| Package | Description | 
|---|---|
| com.edorasware.one.permission.view | |
| com.edorasware.one.permission.view.internal | 
| Modifier and Type | Method and Description | 
|---|---|
static ContextView | 
ContextView.find(String id)
Finds a new context view instance by the given id. 
 | 
static ContextView | 
ContextView.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ContextView[] | 
ContextView.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.collect.ImmutableCollection<ViewName> | 
ViewPermissionFilter.filter(Collection<ViewName> views,
      ContextView contextView,
      Optional<WorkObject> workObject)
Filters the specified views and returns the filtered views. 
 | 
List<View> | 
ViewPermissionManager.getAllowedViews(ContextView context,
               String ambiguousId)
Returns the allowed  
Views for the specified ContextView and the work object id. | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.collect.ImmutableCollection<ViewName> | 
ContextViewPermissionFilter.filter(Collection<ViewName> views,
      ContextView contextView,
      Optional<WorkObject> workObject)  | 
com.google.common.collect.ImmutableList<ViewName> | 
PrivilegeViewPermissionFilter.filter(Collection<ViewName> views,
      ContextView contextView,
      Optional<WorkObject> workObject)  | 
com.google.common.collect.ImmutableCollection<ViewName> | 
WorkObjectViewPermissionFilter.filter(Collection<ViewName> views,
      ContextView contextView,
      Optional<WorkObject> workObject)  | 
List<View> | 
DefaultViewPermissionManager.getAllowedViews(ContextView context,
               String ambiguousId)  | 
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.