Class PropertyTreePermissionModel
java.lang.Object
com.inductiveautomation.perspective.gateway.property.PropertyTreePermissionModel
- Direct Known Subclasses:
ClientPermissionModel
,DesignerPermissionModel
,StaticPermissionModel
Object attached to a property tree that controls which nodes may be written to and sync'ed to the browser.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
allowWrite
(JsonPath path, Origin source) protected abstract Stream<org.apache.commons.lang3.tuple.Pair<JsonPath,
PropertyAccess>>
-
Field Details
-
ALLOW_ALL
-
-
Constructor Details
-
PropertyTreePermissionModel
public PropertyTreePermissionModel()
-
-
Method Details
-
getRestrictions
protected abstract Stream<org.apache.commons.lang3.tuple.Pair<JsonPath,PropertyAccess>> getRestrictions() -
allowWrite
-
allowSync
-