Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.Role
-
-
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 Role Modifier and Type Method Description static Set<Role>CommandInterfaceUtil. 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 Role Modifier and Type Method Description static DeleteRoleFromVisibilitiesTaskDeleteRoleFromVisibilitiesTask. 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 Role Constructor Description DeleteRoleFromVisibilitiesTask(String name, CommandInterfaceRoot root, List<Role> roles)Creates a new instance. -
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 Role Modifier and Type Method Description static RoleTestMdObjectFactory. createRole(String name)Creates Role with name -
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 Modifier and Type Method Description protected booleanMdImplicitRefInferrer. _infer(Role object) -
Uses of Role in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return Role Modifier and Type Method Description RoleMdClassFactory. createRole()Returns a new object of class 'Role'.RoleConfiguration. getDefaultRole()Returns the value of the 'Default Role' reference.RoleForRoleType. getRole()Returns the value of the 'Role' reference.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type Role Modifier and Type Method Description org.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 Role Modifier and Type Method Description voidConfiguration. setDefaultRole(Role value)Sets the value of the 'Default Role' reference.voidForRoleType. setRole(Role value)Sets 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 Role Modifier and Type Class Description classRoleImplAn implementation of the model object 'Role'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return Role Modifier and Type Method Description RoleMdClassFactoryImpl. createRole()RoleConfigurationImpl. getDefaultRole()RoleForRoleTypeImpl. getRole()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type Role Modifier and Type Method Description org.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 Role Modifier and Type Method Description voidConfigurationImpl. setDefaultRole(Role newDefaultRole)voidForRoleTypeImpl. setRole(Role newRole) -
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 Modifier and Type Method Description TMdClassSwitch. caseRole(Role object)Returns the result of interpreting the object as an instance of 'Role'.booleanMdClassValidator. validateRole(Role role, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context) -
Uses of Role in com._1c.g5.v8.dt.rights.model.impl
Methods in com._1c.g5.v8.dt.rights.model.impl that return Role Modifier and Type Method Description RoleRightsFactoryImpl. 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 Role Modifier and Type Method Description static 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 Role Modifier and Type Method Description static 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 Role Modifier and Type Method Description static 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.IStatusEditRightValuesTask. execute(Role role, org.eclipse.core.runtime.IProgressMonitor monitor)org.eclipse.core.runtime.IStatusSetSetRightsForNewObjectsTask. execute(Role role, org.eclipse.core.runtime.IProgressMonitor monitor)Method parameters in com._1c.g5.v8.dt.rights.tasks with type arguments of type Role Modifier and Type Method Description static IBmTask<?>AddRightValuesTask. create(Map<Role,Map<org.eclipse.emf.ecore.EObject,Map<Right,RightValue>>> changedObjects, org.eclipse.core.resources.IProject project, IEventBroker eventBroker)Creates a new instanceConstructors in com._1c.g5.v8.dt.rights.tasks with parameters of type Role Constructor Description EditRightValuesTask(Role role, Map<org.eclipse.emf.ecore.EObject,Map<Right,RightValue>> rightChanges, org.eclipse.core.resources.IProject project, IEventBroker eventBroker)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)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 Role Modifier and Type Method Description Set<Role>SetFilterDialog. getSelectedRoles()Gets selected roles.Constructor parameters in com._1c.g5.v8.dt.rights.ui.dialogs with type arguments of type Role Constructor Description SetFilterDialog(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 Role Modifier and Type Method Description RoleTreeViewerItem. getRole()Gets the role.Methods in com._1c.g5.v8.dt.rights.ui.sections that return types with arguments of type Role Modifier and Type Method Description Set<Role>ObjectsAndRolesFilter. getSelectedRoles()Gets the selected roles.Methods in com._1c.g5.v8.dt.rights.ui.sections with parameters of type Role Modifier and Type Method Description voidTreeViewerItem. setRole(Role role)Sets the role.Method parameters in com._1c.g5.v8.dt.rights.ui.sections with type arguments of type Role Modifier and Type Method Description voidObjectsAndRolesFilter. addSelectedRoles(Collection<Role> roles)Adds the given roles to the selected roles set.voidObjectsAndRolesFilter. setSelectedRoles(Set<Role> selectedRoles)Sets the selected roles.
-