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 DeleteRoleFromVisibilitiesTask
DeleteRoleFromVisibilitiesTask. 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 Role
TestMdObjectFactory. 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 boolean
MdImplicitRefInferrer. _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 Role
MdClassFactory. createRole()
Returns a new object of class 'Role'.Role
Configuration. getDefaultRole()
Returns the value of the 'Default Role' reference.Role
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 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 void
Configuration. setDefaultRole(Role value)
Sets the value of the 'Default Role
' reference.void
ForRoleType. 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 class
RoleImpl
An implementation of the model object 'Role'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return Role Modifier and Type Method Description Role
MdClassFactoryImpl. createRole()
Role
ConfigurationImpl. getDefaultRole()
Role
ForRoleTypeImpl. 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 void
ConfigurationImpl. setDefaultRole(Role newDefaultRole)
void
ForRoleTypeImpl. 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 T
MdClassSwitch. caseRole(Role object)
Returns the result of interpreting the object as an instance of 'Role'.boolean
MdClassValidator. 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 Role
RightsFactoryImpl. 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 Role
RightsModelUtil. 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 RightValue
RightsModelUtil. getDefaultRightValue(org.eclipse.emf.ecore.EObject object, Role role)
Gets the object default right value.boolean
RightsValidator. 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 DeleteRlsTask
DeleteRlsTask. 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.IStatus
EditRightValuesTask. execute(Role role, org.eclipse.core.runtime.IProgressMonitor monitor)
org.eclipse.core.runtime.IStatus
SetSetRightsForNewObjectsTask. 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 Role
TreeViewerItem. 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 void
TreeViewerItem. 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 void
ObjectsAndRolesFilter. addSelectedRoles(Collection<Role> roles)
Adds the given roles to the selected roles set.void
ObjectsAndRolesFilter. setSelectedRoles(Set<Role> selectedRoles)
Sets the selected roles.
-