Uses of Enum Class
com.stimulsoft.webdesigner.enums.StiDesignerPermissions
Packages that use StiDesignerPermissions
-
Uses of StiDesignerPermissions in com.stimulsoft.webdesigner
Fields in com.stimulsoft.webdesigner declared as StiDesignerPermissionsModifier and TypeFieldDescriptionStiWebDesignerOptions.DictionaryOptions.permissionResourcesStiWebDesignerOptions.DictionaryOptions.permissionSqlParametersMethods in com.stimulsoft.webdesigner that return StiDesignerPermissionsModifier and TypeMethodDescriptionStiWebDesignerOptions.DictionaryOptions.getPermissionBusinessObjects()Gets or sets a value of permissions for business objects in the designer.StiWebDesignerOptions.getPermissionBusinessObjects()Deprecated.This option is obsolete.StiWebDesignerOptions.DictionaryOptions.getPermissionDataColumns()Gets or sets a value of permissions for columns in the designer.StiWebDesignerOptions.getPermissionDataColumns()Deprecated.This option is obsolete.StiWebDesignerOptions.DictionaryOptions.getPermissionDataConnections()Gets or sets a value of permissions for connections in the designer.StiWebDesignerOptions.getPermissionDataConnections()Deprecated.This option is obsolete.StiWebDesignerOptions.DictionaryOptions.getPermissionDataRelations()Gets or sets a value of permissions for relations in the designer.StiWebDesignerOptions.getPermissionDataRelations()Deprecated.This option is obsolete.StiWebDesignerOptions.DictionaryOptions.getPermissionDataSources()Gets or sets a value of permissions for datasources in the designer.StiWebDesignerOptions.getPermissionDataSources()Deprecated.This option is obsolete.StiWebDesignerOptions.DictionaryOptions.getPermissionResources()a value of permissions for resources in the designer.StiWebDesignerOptions.DictionaryOptions.getPermissionSqlParameters()Gets or sets a value of permissions for sql parameters in the designer.StiWebDesignerOptions.DictionaryOptions.getPermissionUserFunctions()A value of permissions for user functions in the designer.StiWebDesignerOptions.DictionaryOptions.getPermissionVariables()Gets or sets a value of permissions for variables in the designer.StiWebDesignerOptions.getPermissionVariables()Deprecated.This option is obsolete.Methods in com.stimulsoft.webdesigner with parameters of type StiDesignerPermissionsModifier and TypeMethodDescriptionvoidStiWebDesignerOptions.DictionaryOptions.setPermissionBusinessObjects(StiDesignerPermissions permissionBusinessObjects) Gets or sets a value of permissions for business objects in the designer.voidStiWebDesignerOptions.setPermissionBusinessObjects(StiDesignerPermissions value) Deprecated.This option is obsolete.voidStiWebDesignerOptions.DictionaryOptions.setPermissionDataColumns(StiDesignerPermissions permissionDataColumns) Gets or sets a value of permissions for columns in the designer.voidStiWebDesignerOptions.setPermissionDataColumns(StiDesignerPermissions value) Deprecated.This option is obsolete.voidStiWebDesignerOptions.DictionaryOptions.setPermissionDataConnections(StiDesignerPermissions permissionDataConnections) Gets or sets a value of permissions for connections in the designer.voidStiWebDesignerOptions.setPermissionDataConnections(StiDesignerPermissions value) Deprecated.This option is obsolete.voidStiWebDesignerOptions.DictionaryOptions.setPermissionDataRelations(StiDesignerPermissions permissionDataRelations) Gets or sets a value of permissions for relations in the designer.voidStiWebDesignerOptions.setPermissionDataRelations(StiDesignerPermissions value) Deprecated.This option is obsolete.voidStiWebDesignerOptions.DictionaryOptions.setPermissionDataSources(StiDesignerPermissions permissionDataSources) Gets or sets a value of permissions for datasources in the designer.voidStiWebDesignerOptions.setPermissionDataSources(StiDesignerPermissions value) Deprecated.This option is obsolete.voidStiWebDesignerOptions.DictionaryOptions.setPermissionResources(StiDesignerPermissions permissionResources) voidStiWebDesignerOptions.DictionaryOptions.setPermissionSqlParameters(StiDesignerPermissions permissionSqlParameters) Gets or sets a value of permissions for sql parameters in the designer.voidStiWebDesignerOptions.DictionaryOptions.setPermissionUserFunctions(StiDesignerPermissions permissionUserFunctions) voidStiWebDesignerOptions.DictionaryOptions.setPermissionVariables(StiDesignerPermissions permissionVariables) Gets or sets a value of permissions for variables in the designer.voidStiWebDesignerOptions.setPermissionVariables(StiDesignerPermissions value) Deprecated.This option is obsolete. -
Uses of StiDesignerPermissions in com.stimulsoft.webdesigner.enums
Methods in com.stimulsoft.webdesigner.enums that return StiDesignerPermissionsModifier and TypeMethodDescriptionstatic StiDesignerPermissionsStiDesignerPermissions.forValue(int value) static StiDesignerPermissionsReturns the enum constant of this class with the specified name.static StiDesignerPermissions[]StiDesignerPermissions.values()Returns an array containing the constants of this enum class, in the order they are declared.