Uses of Interface
com._1c.g5.v8.dt.rights.model.RestrictionTemplate
-
-
Uses of RestrictionTemplate in com._1c.g5.v8.dt.rights.events
Methods in com._1c.g5.v8.dt.rights.events that return RestrictionTemplate Modifier and Type Method Description RestrictionTemplate
RlsTemplateEvent. 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.model
Methods in com._1c.g5.v8.dt.rights.model that return RestrictionTemplate Modifier and Type Method Description RestrictionTemplate
RightsFactory. 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.impl
Classes in com._1c.g5.v8.dt.rights.model.impl that implement RestrictionTemplate Modifier and Type Class Description class
RestrictionTemplateImpl
An 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 RestrictionTemplate
RightsFactoryImpl. 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.util
Methods in com._1c.g5.v8.dt.rights.model.util with parameters of type RestrictionTemplate Modifier and Type Method Description T
RightsSwitch. 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 RestrictionTemplate Modifier and Type Method Description static 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 RestrictionTemplate Modifier and Type Method Description void
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 RestrictionTemplate Modifier and Type Method Description RestrictionTemplate
RestrictionTemplatesSection. 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 void
RestrictionTemplatesSection. setInput(List<RestrictionTemplate> templates)
Sets viewer input.
-