Class LiveViewPermission

java.lang.Object
com.streambase.liveview.client.LiveViewPermission

public class LiveViewPermission extends Object
Class that defines LiveView permissions. A permission consists of three colon-delimited subfields: type, action, and instance. Thus, for example, "table:query:ItemsSales" represents the permission necessary to query the ItemsSales table. Various constructors are provided for creating permission objects using either the enumerations defined below or strings.