Uses of Interface
com._1c.g5.v8.dt.rights.model.RestrictionTemplate
Packages that use RestrictionTemplate
Package
Description
-
Uses of RestrictionTemplate in com._1c.g5.v8.dt.internal.rights.compare.ui
Methods in com._1c.g5.v8.dt.internal.rights.compare.ui that return RestrictionTemplateModifier and TypeMethodDescriptionEqualRoleTemplateTerminalNode.retrieveModelObject
(ComparisonContext comparisonContext) Constructors in com._1c.g5.v8.dt.internal.rights.compare.ui with parameters of type RestrictionTemplateModifierConstructorDescriptionEqualRoleTemplateTerminalNode
(IPartialFeatureNode parent, RestrictionTemplate template, String representation, int mainPosition, int otherPosition, ComparisonSide objectSide) Creates the node. -
Uses of RestrictionTemplate in com._1c.g5.v8.dt.internal.rights.ui.extension.editors.controllers
Methods in com._1c.g5.v8.dt.internal.rights.ui.extension.editors.controllers with parameters of type RestrictionTemplateModifier and TypeMethodDescriptionvoid
RightsExtensionEditorRestrictionController.addOrEditRlsTemplate
(RoleDescription roleDescription, String name, String condition, RestrictionTemplate editingTemplate) -
Uses of RestrictionTemplate in com._1c.g5.v8.dt.internal.rights.ui.sections
Methods in com._1c.g5.v8.dt.internal.rights.ui.sections with parameters of type RestrictionTemplateModifier and TypeMethodDescriptionboolean
TemplateSearchFilter.test
(RestrictionTemplate t) boolean
TemplateSubsystemFilter.test
(RestrictionTemplate t) Method parameters in com._1c.g5.v8.dt.internal.rights.ui.sections with type arguments of type RestrictionTemplateModifier and TypeMethodDescriptionvoid
AllTemplatesViewerModificationManager.addTemplates
(Collection<RestrictionTemplate> templates) Adds templates to add queue.void
AllTemplatesViewerModificationManager.fillTemplates
(Collection<RestrictionTemplate> templates) Clears all queues and viewers and adds descriptorsvoid
AllTemplatesViewerModificationManager.removeTemplates
(Collection<RestrictionTemplate> templates) Adds templates to remove queue.void
AllTemplatesViewerModificationManager.updateTemplates
(Collection<RestrictionTemplate> templates) Adds templates to update queue.Constructor parameters in com._1c.g5.v8.dt.internal.rights.ui.sections with type arguments of type RestrictionTemplateModifierConstructorDescriptionTemplateDescriptorFilter
(Predicate<RestrictionTemplate> templateFilter) Constructor. -
Uses of RestrictionTemplate in com._1c.g5.v8.dt.internal.rights.ui.templatedescriptors
Methods in com._1c.g5.v8.dt.internal.rights.ui.templatedescriptors that return types with arguments of type RestrictionTemplateModifier and TypeMethodDescriptionITemplateDescriptor.getTemplates()
Returns restriction templates that current template descriptor is consist.Methods in com._1c.g5.v8.dt.internal.rights.ui.templatedescriptors with parameters of type RestrictionTemplateModifier and TypeMethodDescriptionTemplateDescriptors.add
(RestrictionTemplate template) Adds new template to template descriptors.TemplateDescriptors.change
(RestrictionTemplate template) Apply changes in the template to TemplateDescriptorsboolean
ITemplateDescriptor.contains
(RestrictionTemplate template) Checks if template contains in this descriptor.ConditionTemplateDescriptorFactory.createChangePair
(RestrictionTemplate template) ITemplateDescriptorFactory.createChangePair
(RestrictionTemplate template) Apply changes of template to its template descriptor.SingleTemplateDescriptorFactory.createChangePair
(RestrictionTemplate template) ConditionTemplateDescriptorFactory.createDescriptor
(RestrictionTemplate template) ITemplateDescriptorFactory.createDescriptor
(RestrictionTemplate template) Returns descriptor for template.SingleTemplateDescriptorFactory.createDescriptor
(RestrictionTemplate template) void
ITemplateDescriptor.remove
(RestrictionTemplate template) Removes template from template descriptor if it exists. -
Uses of RestrictionTemplate in com._1c.g5.v8.dt.rights
Methods in com._1c.g5.v8.dt.rights that return RestrictionTemplateModifier and TypeMethodDescriptionstatic RestrictionTemplate
RestrictionTemplatesUtil.getTemplateFromBmModel
(RestrictionTemplate template) Gets template from bm model.Methods in com._1c.g5.v8.dt.rights with parameters of type RestrictionTemplateModifier and TypeMethodDescriptionstatic RestrictionTemplate
RestrictionTemplatesUtil.getTemplateFromBmModel
(RestrictionTemplate template) Gets template from bm model. -
Uses of RestrictionTemplate in com._1c.g5.v8.dt.rights.events
Methods in com._1c.g5.v8.dt.rights.events that return RestrictionTemplateConstructors in com._1c.g5.v8.dt.rights.events with parameters of type RestrictionTemplateModifierConstructorDescriptionRlsTemplateEvent
(org.eclipse.core.resources.IProject project, RestrictionTemplate template, RoleDescription roleDescription) Constructor. -
Uses of RestrictionTemplate in com._1c.g5.v8.dt.rights.model
Methods in com._1c.g5.v8.dt.rights.model that return RestrictionTemplateModifier and TypeMethodDescriptionRightsFactory.createRestrictionTemplate()
Returns a new object of class 'Restriction Template'.Methods in com._1c.g5.v8.dt.rights.model that return types with arguments of type RestrictionTemplateModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<RestrictionTemplate>
RoleDescription.getTemplates()
Returns the value of the 'Templates' containment reference list. -
Uses of RestrictionTemplate in com._1c.g5.v8.dt.rights.model.impl
Classes in com._1c.g5.v8.dt.rights.model.impl that implement RestrictionTemplateModifier and TypeClassDescriptionclass
An implementation of the model object 'Restriction Template'.Methods in com._1c.g5.v8.dt.rights.model.impl that return RestrictionTemplateMethods in com._1c.g5.v8.dt.rights.model.impl that return types with arguments of type RestrictionTemplateModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<RestrictionTemplate>
RoleDescriptionImpl.getTemplates()
-
Uses of RestrictionTemplate in com._1c.g5.v8.dt.rights.model.util
Methods in com._1c.g5.v8.dt.rights.model.util with parameters of type RestrictionTemplateModifier and TypeMethodDescriptionRightsSwitch.caseRestrictionTemplate
(RestrictionTemplate object) Returns the result of interpreting the object as an instance of 'Restriction Template'.static int
RightsModelUtil.getTemplateParametersCount
(RestrictionTemplate template) Counts template parameters.boolean
RightsValidator.validateRestrictionTemplate
(RestrictionTemplate restrictionTemplate, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of RestrictionTemplate in com._1c.g5.v8.dt.rights.tasks
Methods in com._1c.g5.v8.dt.rights.tasks with parameters of type RestrictionTemplateModifier and TypeMethodDescriptionstatic DeleteRlsTemplateTask
DeleteRlsTemplateTask.create
(RoleDescription roleDescription, RestrictionTemplate template, org.eclipse.core.resources.IProject project, IEventBroker eventBroker) Creates a new instance.static EditRlsTemplateTask
EditRlsTemplateTask.create
(RestrictionTemplate template, String templateName, String condition, org.eclipse.core.resources.IProject project, IEventBroker eventBroker) Creates a new instance. -
Uses of RestrictionTemplate in com._1c.g5.v8.dt.rights.ui.editors.controllers
Methods in com._1c.g5.v8.dt.rights.ui.editors.controllers with parameters of type RestrictionTemplateModifier and TypeMethodDescriptionvoid
IRightsEditorRestrictionController.addOrEditRlsTemplate
(RoleDescription roleDescription, String name, String condition, RestrictionTemplate editingTemplate) Adds or edits role rls template in performs finish wizard.void
RightsEditorRestrictionController.addOrEditRlsTemplate
(RoleDescription roleDescription, String name, String condition, RestrictionTemplate editingTemplate) -
Uses of RestrictionTemplate in com._1c.g5.v8.dt.rights.ui.sections
Methods in com._1c.g5.v8.dt.rights.ui.sections that return RestrictionTemplateModifier and TypeMethodDescriptionRestrictionTemplatesSection.getTemplate()
Gets selected template.Methods in com._1c.g5.v8.dt.rights.ui.sections that return types with arguments of type RestrictionTemplateModifier and TypeMethodDescriptionAllTemplatesSection.getFocusedSelection()
IAllTemplatesViewerFacade.getFocusedSelection()
Gets focused selection.AllTemplatesSection.getSelection()
IAllTemplatesViewerFacade.getSelection()
Gets selection.Method parameters in com._1c.g5.v8.dt.rights.ui.sections with type arguments of type RestrictionTemplateModifier and TypeMethodDescriptionvoid
AllTemplatesSection.addTemplates
(Collection<RestrictionTemplate> templates) void
IAllTemplatesViewerFacade.addTemplates
(Collection<RestrictionTemplate> templates) Adds templates.void
RestrictionTemplatesSection.setInput
(List<RestrictionTemplate> templates) Sets viewer input.void
AllTemplatesSection.updateTemplates
(Collection<RestrictionTemplate> templates) void
IAllTemplatesViewerFacade.updateTemplates
(Collection<RestrictionTemplate> templates) Updates given templates in the viewer.