Package com._1c.g5.v8.dt.rights.events
Class RlsTemplateEvent
- java.lang.Object
-
- com._1c.g5.v8.dt.core.event.Event
-
- com._1c.g5.v8.dt.rights.events.RlsTemplateEvent
-
- All Implemented Interfaces:
IEvent,IRightsEvent
public class RlsTemplateEvent extends Event implements IRightsEvent
Edit rls template event.
-
-
Constructor Summary
Constructors Constructor Description RlsTemplateEvent(org.eclipse.core.resources.IProject project, RestrictionTemplate template, RoleDescription roleDescription)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RoleDescriptiongetRoleDescription()Return the role description.RestrictionTemplategetTemplate()Return the template.-
Methods inherited from class com._1c.g5.v8.dt.core.event.Event
getProject
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com._1c.g5.v8.dt.core.event.IEvent
getProject
-
-
-
-
Constructor Detail
-
RlsTemplateEvent
public RlsTemplateEvent(org.eclipse.core.resources.IProject project, RestrictionTemplate template, RoleDescription roleDescription)Constructor.- Parameters:
project- the project, cannot benulltemplate- the template, cannot benullroleDescription- the role description, cannot benull
-
-
Method Detail
-
getTemplate
public RestrictionTemplate getTemplate()
Return the template.- Returns:
- the template
-
getRoleDescription
public RoleDescription getRoleDescription()
Return the role description.- Returns:
- the role description, cannot be
null
-
-