Class DesignerPermissionModel
java.lang.Object
com.inductiveautomation.perspective.gateway.property.PropertyTreePermissionModel
com.inductiveautomation.perspective.gateway.property.DesignerPermissionModel
Implementation of property tree privacy that understands the flags set for properties stored in prop configs
-
Field Summary
Fields inherited from class com.inductiveautomation.perspective.gateway.property.PropertyTreePermissionModel
ALLOW_ALL
-
Constructor Summary
ConstructorsConstructorDescriptionDesignerPermissionModel
(PropertyType scope, PropertyConfigCollection propertyConfigs) -
Method Summary
Modifier and TypeMethodDescriptionprotected Stream<org.apache.commons.lang3.tuple.Pair<JsonPath,
PropertyAccess>> Methods inherited from class com.inductiveautomation.perspective.gateway.property.PropertyTreePermissionModel
allowSync, allowWrite
-
Constructor Details
-
DesignerPermissionModel
public DesignerPermissionModel(@Nonnull PropertyType scope, @Nullable PropertyConfigCollection propertyConfigs)
-
-
Method Details
-
getRestrictions
- Specified by:
getRestrictions
in classPropertyTreePermissionModel
-