Uses of Class
com.stimulsoft.webdesigner.enums.StiDesignerPermissions

Packages that use StiDesignerPermissions
com.stimulsoft.webdesigner   
com.stimulsoft.webdesigner.enums   
 

Uses of StiDesignerPermissions in com.stimulsoft.webdesigner
 

Fields in com.stimulsoft.webdesigner declared as StiDesignerPermissions
 StiDesignerPermissions StiWebDesignerOptions.DictionaryOptions.permissionResources
           
 StiDesignerPermissions StiWebDesignerOptions.DictionaryOptions.permissionSqlParameters
           
 

Methods in com.stimulsoft.webdesigner that return StiDesignerPermissions
 StiDesignerPermissions StiWebDesignerOptions.getPermissionBusinessObjects()
          Deprecated. This option is obsolete. It will be removed in next versions. Please use the dictionary.PermissionBusinessObjects option instead
 StiDesignerPermissions StiWebDesignerOptions.DictionaryOptions.getPermissionBusinessObjects()
          Gets or sets a value of permissions for business objects in the designer.
 StiDesignerPermissions StiWebDesignerOptions.getPermissionDataColumns()
          Deprecated. This option is obsolete. It will be removed in next versions. Please use the dictionary.PermissionDataColumns option instead
 StiDesignerPermissions StiWebDesignerOptions.DictionaryOptions.getPermissionDataColumns()
          Gets or sets a value of permissions for columns in the designer.
 StiDesignerPermissions StiWebDesignerOptions.getPermissionDataConnections()
          Deprecated. This option is obsolete. It will be removed in next versions. Please use the dictionary.PermissionDataConnections option instead
 StiDesignerPermissions StiWebDesignerOptions.DictionaryOptions.getPermissionDataConnections()
          Gets or sets a value of permissions for connections in the designer.
 StiDesignerPermissions StiWebDesignerOptions.getPermissionDataRelations()
          Deprecated. This option is obsolete. It will be removed in next versions. Please use the dictionary.PermissionDataRelations option instead
 StiDesignerPermissions StiWebDesignerOptions.DictionaryOptions.getPermissionDataRelations()
          Gets or sets a value of permissions for relations in the designer.
 StiDesignerPermissions StiWebDesignerOptions.getPermissionDataSources()
          Deprecated. This option is obsolete. It will be removed in next versions. Please use the dictionary.PermissionDataSources option instead
 StiDesignerPermissions StiWebDesignerOptions.DictionaryOptions.getPermissionDataSources()
          Gets or sets a value of permissions for datasources in the designer.
 StiDesignerPermissions StiWebDesignerOptions.DictionaryOptions.getPermissionResources()
          a value of permissions for resources in the designer.
 StiDesignerPermissions StiWebDesignerOptions.DictionaryOptions.getPermissionSqlParameters()
          Gets or sets a value of permissions for sql parameters in the designer.
 StiDesignerPermissions StiWebDesignerOptions.getPermissionVariables()
          Deprecated. This option is obsolete. It will be removed in next versions. Please use the dictionary.PermissionVariables option instead
 StiDesignerPermissions StiWebDesignerOptions.DictionaryOptions.getPermissionVariables()
          Gets or sets a value of permissions for variables in the designer.
 

Methods in com.stimulsoft.webdesigner with parameters of type StiDesignerPermissions
 void StiWebDesignerOptions.setPermissionBusinessObjects(StiDesignerPermissions value)
          Deprecated. This option is obsolete. It will be removed in next versions. Please use the dictionary.PermissionBusinessObjects option instead
 void StiWebDesignerOptions.setPermissionDataColumns(StiDesignerPermissions value)
          Deprecated. This option is obsolete. It will be removed in next versions. Please use the dictionary.PermissionDataColumns option instead
 void StiWebDesignerOptions.DictionaryOptions.setPermissionDataColumns(StiDesignerPermissions permissionDataColumns)
          Gets or sets a value of permissions for columns in the designer.
 void StiWebDesignerOptions.setPermissionDataConnections(StiDesignerPermissions value)
          Deprecated. This option is obsolete. It will be removed in next versions. Please use the dictionary.PermissionDataConnections option instead
 void StiWebDesignerOptions.DictionaryOptions.setPermissionDataConnections(StiDesignerPermissions permissionDataConnections)
          Gets or sets a value of permissions for connections in the designer.
 void StiWebDesignerOptions.setPermissionDataRelations(StiDesignerPermissions value)
          Deprecated. This option is obsolete. It will be removed in next versions. Please use the dictionary.PermissionDataRelations option instead
 void StiWebDesignerOptions.DictionaryOptions.setPermissionDataRelations(StiDesignerPermissions permissionDataRelations)
          Gets or sets a value of permissions for relations in the designer.
 void StiWebDesignerOptions.setPermissionDataSources(StiDesignerPermissions value)
          Deprecated. This option is obsolete. It will be removed in next versions. Please use the dictionary.PermissionDataSources option instead
 void StiWebDesignerOptions.DictionaryOptions.setPermissionDataSources(StiDesignerPermissions permissionDataSources)
          Gets or sets a value of permissions for datasources in the designer.
 void StiWebDesignerOptions.DictionaryOptions.setPermissionResources(StiDesignerPermissions permissionResources)
           
 void StiWebDesignerOptions.DictionaryOptions.setPermissionSqlParameters(StiDesignerPermissions permissionSqlParameters)
          Gets or sets a value of permissions for sql parameters in the designer.
 void StiWebDesignerOptions.setPermissionVariables(StiDesignerPermissions value)
          Deprecated. This option is obsolete. It will be removed in next versions. Please use the dictionary.PermissionVariables option instead
 void StiWebDesignerOptions.DictionaryOptions.setPermissionVariables(StiDesignerPermissions permissionVariables)
          Gets or sets a value of permissions for variables in the designer.
 

Uses of StiDesignerPermissions in com.stimulsoft.webdesigner.enums
 

Methods in com.stimulsoft.webdesigner.enums that return StiDesignerPermissions
static StiDesignerPermissions StiDesignerPermissions.forValue(int value)
           
static StiDesignerPermissions StiDesignerPermissions.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiDesignerPermissions[] StiDesignerPermissions.values()
          Returns an array containing the constants of this enum type, in the order they are declared.