Uses of Interface
com._1c.g5.v8.dt.rights.model.RestrictionTemplate
- 
- 
Uses of RestrictionTemplate in com._1c.g5.v8.dt.rights.eventsMethods in com._1c.g5.v8.dt.rights.events that return RestrictionTemplate Modifier and Type Method Description RestrictionTemplateRlsTemplateEvent. getTemplate()Return the template.Constructors in com._1c.g5.v8.dt.rights.events with parameters of type RestrictionTemplate Constructor Description RlsTemplateEvent(org.eclipse.core.resources.IProject project, RestrictionTemplate template, RoleDescription roleDescription)Constructor.
- 
Uses of RestrictionTemplate in com._1c.g5.v8.dt.rights.modelMethods in com._1c.g5.v8.dt.rights.model that return RestrictionTemplate Modifier and Type Method Description RestrictionTemplateRightsFactory. 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 RestrictionTemplate Modifier and Type Method Description org.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.implClasses in com._1c.g5.v8.dt.rights.model.impl that implement RestrictionTemplate Modifier and Type Class Description classRestrictionTemplateImplAn implementation of the model object 'Restriction Template'.Methods in com._1c.g5.v8.dt.rights.model.impl that return RestrictionTemplate Modifier and Type Method Description RestrictionTemplateRightsFactoryImpl. createRestrictionTemplate()Methods in com._1c.g5.v8.dt.rights.model.impl that return types with arguments of type RestrictionTemplate Modifier and Type Method Description org.eclipse.emf.common.util.EList<RestrictionTemplate>RoleDescriptionImpl. getTemplates()
- 
Uses of RestrictionTemplate in com._1c.g5.v8.dt.rights.model.utilMethods in com._1c.g5.v8.dt.rights.model.util with parameters of type RestrictionTemplate Modifier and Type Method Description TRightsSwitch. caseRestrictionTemplate(RestrictionTemplate object)Returns the result of interpreting the object as an instance of 'Restriction Template'.static intRightsModelUtil. getTemplateParametersCount(RestrictionTemplate template)Counts template parameters.booleanRightsValidator. validateRestrictionTemplate(RestrictionTemplate restrictionTemplate, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of RestrictionTemplate in com._1c.g5.v8.dt.rights.tasksMethods in com._1c.g5.v8.dt.rights.tasks with parameters of type RestrictionTemplate Modifier and Type Method Description static DeleteRlsTemplateTaskDeleteRlsTemplateTask. create(RoleDescription roleDescription, RestrictionTemplate template, org.eclipse.core.resources.IProject project, IEventBroker eventBroker)Creates a new instance.static EditRlsTemplateTaskEditRlsTemplateTask. 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.controllersMethods in com._1c.g5.v8.dt.rights.ui.editors.controllers with parameters of type RestrictionTemplate Modifier and Type Method Description voidIRightsEditorRestrictionController. addOrEditRlsTemplate(RoleDescription roleDescription, String name, String condition, RestrictionTemplate editingTemplate)Adds or edits role rls template in performs finish wizard.voidRightsEditorRestrictionController. addOrEditRlsTemplate(RoleDescription roleDescription, String name, String condition, RestrictionTemplate editingTemplate)
- 
Uses of RestrictionTemplate in com._1c.g5.v8.dt.rights.ui.sectionsMethods in com._1c.g5.v8.dt.rights.ui.sections that return RestrictionTemplate Modifier and Type Method Description RestrictionTemplateRestrictionTemplatesSection. getTemplate()Gets selected template.Method parameters in com._1c.g5.v8.dt.rights.ui.sections with type arguments of type RestrictionTemplate Modifier and Type Method Description voidRestrictionTemplatesSection. setInput(List<RestrictionTemplate> templates)Sets viewer input.
 
-