Package com.stimulsoft.webdesigner
Class StiWebDesignerOptions.DictionaryOptions
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.webdesigner.StiWebDesignerOptions.DictionaryOptions
- All Implemented Interfaces:
IStiSerializable,IStiSerializableRef
- Enclosing class:
StiWebDesignerOptions
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets or sets a value of permissions for business objects in the designer.Gets or sets a value of permissions for columns in the designer.Gets or sets a value of permissions for connections in the designer.Gets or sets a value of permissions for relations in the designer.Gets or sets a value of permissions for datasources in the designer.a value of permissions for resources in the designer.Gets or sets a value of permissions for sql parameters in the designer.A value of permissions for user functions in the designer.Gets or sets a value of permissions for variables in the designer.booleanGets or sets a visibility of the dictionary in the designer.voidsetPermissionBusinessObjects(StiDesignerPermissions permissionBusinessObjects) Gets or sets a value of permissions for business objects in the designer.voidsetPermissionDataColumns(StiDesignerPermissions permissionDataColumns) Gets or sets a value of permissions for columns in the designer.voidsetPermissionDataConnections(StiDesignerPermissions permissionDataConnections) Gets or sets a value of permissions for connections in the designer.voidsetPermissionDataRelations(StiDesignerPermissions permissionDataRelations) Gets or sets a value of permissions for relations in the designer.voidsetPermissionDataSources(StiDesignerPermissions permissionDataSources) Gets or sets a value of permissions for datasources in the designer.voidsetPermissionResources(StiDesignerPermissions permissionResources) voidsetPermissionSqlParameters(StiDesignerPermissions permissionSqlParameters) Gets or sets a value of permissions for sql parameters in the designer.voidsetPermissionUserFunctions(StiDesignerPermissions permissionUserFunctions) voidsetPermissionVariables(StiDesignerPermissions permissionVariables) Gets or sets a value of permissions for variables in the designer.voidsetVisible(boolean visible) Gets or sets a visibility of the dictionary in the designer.Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReference
-
Field Details
-
permissionResources
-
permissionSqlParameters
-
-
Constructor Details
-
DictionaryOptions
public DictionaryOptions()
-
-
Method Details
-
getPermissionUserFunctions
A value of permissions for user functions in the designer.- Returns:
-
setPermissionUserFunctions
-
getPermissionSqlParameters
Gets or sets a value of permissions for sql parameters in the designer.- Returns:
- the permissionSqlParameters
-
setPermissionSqlParameters
Gets or sets a value of permissions for sql parameters in the designer.- Parameters:
permissionSqlParameters- the permissionSqlParameters to set
-
getPermissionResources
a value of permissions for resources in the designer.- Returns:
- the permissionResources
-
setPermissionResources
- Parameters:
a- value of permissions for resources in the designer.
-
isVisible
public boolean isVisible()Gets or sets a visibility of the dictionary in the designer.- Returns:
- the visible
-
setVisible
public void setVisible(boolean visible) Gets or sets a visibility of the dictionary in the designer.- Parameters:
visible- the visible to set
-
getPermissionDataSources
Gets or sets a value of permissions for datasources in the designer.- Returns:
- the permissionDataSources
-
setPermissionDataSources
Gets or sets a value of permissions for datasources in the designer.- Parameters:
permissionDataSources- the permissionDataSources to set
-
getPermissionDataConnections
Gets or sets a value of permissions for connections in the designer.- Returns:
- the permissionDataConnections
-
setPermissionDataConnections
Gets or sets a value of permissions for connections in the designer.- Parameters:
permissionDataConnections- the permissionDataConnections to set
-
getPermissionDataColumns
Gets or sets a value of permissions for columns in the designer.- Returns:
- the permissionDataColumns
-
setPermissionDataColumns
Gets or sets a value of permissions for columns in the designer.- Parameters:
permissionDataColumns- the permissionDataColumns to set
-
getPermissionDataRelations
Gets or sets a value of permissions for relations in the designer.- Returns:
- the permissionDataRelations
-
setPermissionDataRelations
Gets or sets a value of permissions for relations in the designer.- Parameters:
permissionDataRelations- the permissionDataRelations to set
-
getPermissionBusinessObjects
Gets or sets a value of permissions for business objects in the designer.- Returns:
- the permissionBusinessObjects
-
setPermissionBusinessObjects
Gets or sets a value of permissions for business objects in the designer.- Parameters:
permissionBusinessObjects- the permissionBusinessObjects to set
-
getPermissionVariables
Gets or sets a value of permissions for variables in the designer.- Returns:
- the permissionVariables
-
setPermissionVariables
Gets or sets a value of permissions for variables in the designer.- Parameters:
permissionVariables- the permissionVariables to set
-