Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.Role
Packages that use Role
Package
Description
-
Uses of Role in com._1c.g5.v8.dt.cmi.model.util
Methods in com._1c.g5.v8.dt.cmi.model.util that return types with arguments of type RoleModifier and TypeMethodDescriptionCommandInterfaceUtil.getUsedRoles(CommandInterfaceRoot root) Gets interface used roles. -
Uses of Role in com._1c.g5.v8.dt.cmi.tasks
Method parameters in com._1c.g5.v8.dt.cmi.tasks with type arguments of type RoleModifier and TypeMethodDescriptionDeleteRoleFromVisibilitiesTask.create(CommandInterfaceRoot root, List<Role> roles) Creates a new instance.Constructor parameters in com._1c.g5.v8.dt.cmi.tasks with type arguments of type RoleModifierConstructorDescriptionDeleteRoleFromVisibilitiesTask(String name, CommandInterfaceRoot root, List<Role> roles) Creates a new instance. -
Uses of Role in com._1c.g5.v8.dt.cmi.ui.editors
Methods in com._1c.g5.v8.dt.cmi.ui.editors that return types with arguments of type RoleMethod parameters in com._1c.g5.v8.dt.cmi.ui.editors with type arguments of type RoleModifier and TypeMethodDescriptionvoidCommandInterfaceEditor.addRoleColumns(Collection<Role> selectedRoles) Adds roles columns.voidCommandInterfaceEditor.deleteRoleColumns(Collection<Role> selectedRoles) Deletes role columns.voidCommandInterfaceEditor.filterRoleColumns(Collection<Role> roles) Filters role columns. -
Uses of Role in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return RoleModifier and TypeMethodDescriptionstatic RoleTestMdObjectFactory.createRole(String name) Creates Role with name -
Uses of Role in com._1c.g5.v8.dt.internal.cmi.ui.sections
Methods in com._1c.g5.v8.dt.internal.cmi.ui.sections with parameters of type RoleMethod parameters in com._1c.g5.v8.dt.internal.cmi.ui.sections with type arguments of type RoleModifier and TypeMethodDescriptionvoidCommandsSection.filterRoleColumns(Collection<Role> roles) Filter role columns -
Uses of Role in com._1c.g5.v8.dt.internal.md.extension.adopt.participants
Methods in com._1c.g5.v8.dt.internal.md.extension.adopt.participants that return RoleModifier and TypeMethodDescriptionRoleAdopterParticipant.adopt(Role nativeObject, Version version, IAdopterContext context) Methods in com._1c.g5.v8.dt.internal.md.extension.adopt.participants with parameters of type RoleModifier and TypeMethodDescriptionRoleAdopterParticipant.adopt(Role nativeObject, Version version, IAdopterContext context) protected MdObjectExtensionRoleAdopterParticipant.createExtension(Role nativeObject) -
Uses of Role in com._1c.g5.v8.dt.internal.md.ui.editors.role
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.role with type parameters of type RoleModifier and TypeClassDescriptionclassRoleEditorMainPage<E extends DtGranularEditor<Role>>Main page of the Role granular editor.Constructors in com._1c.g5.v8.dt.internal.md.ui.editors.role with parameters of type Role -
Uses of Role in com._1c.g5.v8.dt.internal.rights.ui
Method parameters in com._1c.g5.v8.dt.internal.rights.ui with type arguments of type RoleModifier and TypeMethodDescriptionvoidRightsNewWizardRelatedModelsFactory.createModels(IDtNewWizardContext<Role> context, Set<org.eclipse.emf.ecore.EObject> createdModels) Creates and integrates related models for a given wizard context. -
Uses of Role in com._1c.g5.v8.dt.internal.rights.ui.common
Methods in com._1c.g5.v8.dt.internal.rights.ui.common that return RoleModifier and TypeMethodDescriptionstatic RoleRightsUiUtil.getOwner(RoleDescription roleDescription) Returns the owner of the givenroleDescription.Methods in com._1c.g5.v8.dt.internal.rights.ui.common that return types with arguments of type RoleModifier and TypeMethodDescriptionstatic Collection<Role>RightsUiUtil.getAllRolesToShowInEditor(IRightsEditorController controller, IBmRightsIndexProvider bmRightsProvider) Returns the collection of roles that should be shown in the rights editor.RightsUiUtil.getContentRoles(List<TreeViewerItem> items) Gets content roles.Constructor parameters in com._1c.g5.v8.dt.internal.rights.ui.common with type arguments of type RoleModifierConstructorDescriptionRightsContentFactory(IRightsEditorController controller, IRightInfosService rightInfosService, List<Role> roles, org.eclipse.core.resources.IProject project, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, IBmRightsIndexProvider bmRightsIndexProvider, IBmEmfIndexProvider bmEmfIndexProvider, IDerivedDataManager derivedDataManager, IModelEditingSupport modelEditingSupport, IResourceLookup resourceLookup) Constructor. -
Uses of Role in com._1c.g5.v8.dt.internal.rights.ui.dialogs
Methods in com._1c.g5.v8.dt.internal.rights.ui.dialogs that return types with arguments of type RoleModifier and TypeMethodDescriptionRightsEditDialog.getSelectedRoles()Returns the selected roles.Method parameters in com._1c.g5.v8.dt.internal.rights.ui.dialogs with type arguments of type RoleModifier and TypeMethodDescriptionprotected abstract voidRolesSelectionDialog.performFinish(List<Role> roles) Called when user press the OK buttonConstructor parameters in com._1c.g5.v8.dt.internal.rights.ui.dialogs with type arguments of type RoleModifierConstructorDescriptionprotectedRolesSelectionDialog(org.eclipse.swt.widgets.Shell parentShell, org.eclipse.core.resources.IProject project, Collection<Role> contentRoles, Collection<Role> selectedRoles, IBmRightsIndexManager bmRightsIndexManager, IBmEmfIndexManager bmEmfIndexManager, IIndexSlicePredicateService indexSlicePredicateService, IFilterBySubsystemsManager filterBySubsystemsManager, IDtProjectManager dtProjectManager) Constructor. -
Uses of Role in com._1c.g5.v8.dt.internal.rights.ui.panels
Methods in com._1c.g5.v8.dt.internal.rights.ui.panels that return types with arguments of type RoleConstructor parameters in com._1c.g5.v8.dt.internal.rights.ui.panels with type arguments of type RoleModifierConstructorDescriptionRolesPanel(org.eclipse.swt.widgets.Composite parent, boolean readOnly, Collection<Role> selectedRoles, Collection<Role> contentRoles, IBmRightsIndexProvider bmRightsProvider) Constructor.RolesPanelWithSubsystemFilter(org.eclipse.swt.widgets.Composite parent, boolean readOnly, Collection<Role> selectedRoles, Collection<Role> contentRoles, IBmRightsIndexProvider bmRightsProvider, IBmEmfIndexManager bmEmfIndexManager, IIndexSlicePredicateService slicePredicateService, IFilterBySubsystemsManager filterBySubsystemsManager, IDtProjectManager dtProjectManager, IDtProject dtProject) Constructor. -
Uses of Role in com._1c.g5.v8.dt.internal.rights.ui.wizards
Methods in com._1c.g5.v8.dt.internal.rights.ui.wizards that return types with arguments of type RoleModifier and TypeMethodDescriptionRestrictionTemplateEditWizardPageWithRoleSelect.ContentRolesProvider.getContentRoles()Gets content roles.RestrictionTemplateEditWizardPageWithRoleSelect.getRoles()Gets selected roles.Constructor parameters in com._1c.g5.v8.dt.internal.rights.ui.wizards with type arguments of type RoleModifierConstructorDescriptionRestrictionTemplateEditWizardPageWithRoleSelect(org.eclipse.core.resources.IProject project, String defaultName, String defaultCondition, boolean nameEditable, boolean conditionEditable, String title, String description, Collection<Role> selectedRoles, RestrictionTemplateEditWizardPageWithRoleSelect.ContentRolesProvider contentRolesProvider, IBmRightsIndexManager bmRightsIndexManager, IBmEmfIndexManager bmEmfIndexManager, IIndexSlicePredicateService indexSlicePredicateService, IFilterBySubsystemsManager filterBySubsystemsManager, IDtProjectManager dtProjectManager) Constructor. -
Uses of Role in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type Role -
Uses of Role in com._1c.g5.v8.dt.md.ui.aef2.rules
Methods in com._1c.g5.v8.dt.md.ui.aef2.rules with parameters of type RoleModifier and TypeMethodDescriptionprotected voidRoleRule.buildForObject(Role object, IV8Project v8Project) -
Uses of Role in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return RoleModifier and TypeMethodDescriptionMdClassFactory.createRole()Returns a new object of class 'Role'.Configuration.getDefaultRole()Returns the value of the 'Default Role' reference.ForRoleType.getRole()Returns the value of the 'Role' reference.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type RoleModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Role>Configuration.getDefaultRoles()Returns the value of the 'Default Roles' reference list.org.eclipse.emf.common.util.EList<Role>Configuration.getRoles()Returns the value of the 'Roles' reference list.org.eclipse.emf.common.util.EList<Role>Configuration.getStandaloneConfigurationRestrictionRoles()Returns the value of the 'Standalone Configuration Restriction Roles' reference list.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type RoleModifier and TypeMethodDescriptionvoidConfiguration.setDefaultRole(Role value) Sets the value of the 'Default Role' reference.voidSets the value of the 'Role' reference. -
Uses of Role in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement RoleMethods in com._1c.g5.v8.dt.metadata.mdclass.impl that return RoleModifier and TypeMethodDescriptionMdClassFactoryImpl.createRole()ConfigurationImpl.getDefaultRole()ForRoleTypeImpl.getRole()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type RoleModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Role>ConfigurationImpl.getDefaultRoles()org.eclipse.emf.common.util.EList<Role>ConfigurationImpl.getRoles()org.eclipse.emf.common.util.EList<Role>ConfigurationImpl.getStandaloneConfigurationRestrictionRoles()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type RoleModifier and TypeMethodDescriptionvoidConfigurationImpl.setDefaultRole(Role newDefaultRole) void -
Uses of Role in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type Role -
Uses of Role in com._1c.g5.v8.dt.rights.model.impl
Methods in com._1c.g5.v8.dt.rights.model.impl that return RoleModifier and TypeMethodDescriptionRightsFactoryImpl.createRoleFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) -
Uses of Role in com._1c.g5.v8.dt.rights.model.util
Methods in com._1c.g5.v8.dt.rights.model.util that return RoleModifier and TypeMethodDescriptionstatic RoleRightsModelUtil.getOwner(RoleDescription roleDescription, IBmModel bmModel) Returns the owner of the givenroleDescription.Methods in com._1c.g5.v8.dt.rights.model.util with parameters of type RoleModifier and TypeMethodDescriptionstatic RightValueRightsModelUtil.getDefaultRightValue(org.eclipse.emf.ecore.EObject object, Role role) Gets the object default right value.booleanRightsValidator.validateRole(Role role, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of Role in com._1c.g5.v8.dt.rights.tasks
Methods in com._1c.g5.v8.dt.rights.tasks with parameters of type RoleModifier and TypeMethodDescriptionstatic DeleteRlsTaskDeleteRlsTask.create(Role role, org.eclipse.emf.ecore.EObject eObject, Right right, Rls rls, org.eclipse.core.resources.IProject project, IEventBroker eventBroker) Creates a new instance.org.eclipse.core.runtime.IStatusorg.eclipse.core.runtime.IStatusMethod parameters in com._1c.g5.v8.dt.rights.tasks with type arguments of type RoleModifier and TypeMethodDescriptionstatic IBmTask<?>AddRightValuesTask.create(Map<Role, Map<org.eclipse.emf.ecore.EObject, Map<Right, RightValue>>> changedObjects, org.eclipse.core.resources.IProject project, IEventBroker eventBroker, IModelObjectCollectionRuntimeOrderSorter sorter) Creates a new instanceConstructors in com._1c.g5.v8.dt.rights.tasks with parameters of type RoleModifierConstructorDescriptionEditRightValuesTask(Role role, Map<org.eclipse.emf.ecore.EObject, Map<Right, RightValue>> rightChanges, org.eclipse.core.resources.IProject project, IEventBroker eventBroker, IModelObjectCollectionRuntimeOrderSorter sorter) Constructor.SetSetRightsForNewObjectsTask(Role role, boolean setForNewObjects, Function<org.eclipse.emf.ecore.EClass, Collection<Right>> availableRightsGetter, org.eclipse.core.resources.IProject project, IBmEmfIndexManager bmEmfIndexManager, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, IModelObjectCollectionRuntimeOrderSorter sorter) Creates a new instance. -
Uses of Role in com._1c.g5.v8.dt.rights.ui.dialogs
Methods in com._1c.g5.v8.dt.rights.ui.dialogs that return types with arguments of type RoleConstructor parameters in com._1c.g5.v8.dt.rights.ui.dialogs with type arguments of type RoleModifierConstructorDescriptionSetFilterDialog(org.eclipse.swt.widgets.Shell parentShell, RightsEditorTypes editorType, Configuration configuration, Set<org.eclipse.emf.ecore.EObject> selectedObjects, IEObjectTrie contentObjectsTrie, Set<Role> selectedRoles, Collection<Role> contentRoles, ITreeContentProvider contentProvider, IResourceLookup resourceLookup, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, IModelObjectTreeSearchEngine searchEngine, IBmRightsIndexProvider bmRightsProvider, IBmEmfIndexManager bmEmfIndexManager, org.eclipse.ui.navigator.INavigatorContentService contentService, IIndexSlicePredicateService slicePredicateService, IFilterBySubsystemsManager filterBySubsystemsManager, IDtProjectManager dtProjectManager) Constructor. -
Uses of Role in com._1c.g5.v8.dt.rights.ui.sections
Methods in com._1c.g5.v8.dt.rights.ui.sections that return RoleMethods in com._1c.g5.v8.dt.rights.ui.sections that return types with arguments of type RoleModifier and TypeMethodDescriptionObjectsAndRolesFilter.getSelectedRoles()Gets the selected roles.Methods in com._1c.g5.v8.dt.rights.ui.sections with parameters of type RoleMethod parameters in com._1c.g5.v8.dt.rights.ui.sections with type arguments of type RoleModifier and TypeMethodDescriptionvoidObjectsAndRolesFilter.addSelectedRoles(Collection<Role> roles) Adds the given roles to the selected roles set.voidObjectsAndRolesFilter.setSelectedRoles(Set<Role> selectedRoles) Sets the selected roles.