Uses of Class
com.streambase.liveview.client.LiveViewPermission.Action
-
Packages that use LiveViewPermission.Action Package Description com.streambase.liveview.client Provides classes and interfaces fundamental to the TIBCO LiveView Java API. -
-
Uses of LiveViewPermission.Action in com.streambase.liveview.client
Methods in com.streambase.liveview.client that return LiveViewPermission.Action Modifier and Type Method Description static LiveViewPermission.Action
LiveViewPermission.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static LiveViewPermission.Action[]
LiveViewPermission.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.streambase.liveview.client with parameters of type LiveViewPermission.Action Modifier and Type Method Description static String
LiveViewPermission. makeShort(LiveViewPermission.Type type, LiveViewPermission.Action action)
Constructors in com.streambase.liveview.client with parameters of type LiveViewPermission.Action Constructor Description LiveViewPermission(LiveViewPermission.Type type, LiveViewPermission.Action action)
Two-argument constructor that wildcards the instance fieldsLiveViewPermission(LiveViewPermission.Type type, LiveViewPermission.Action action, String instance)
Constructor that uses enum arguments
-