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
Edit rls template event.
-
Constructor Summary
ConstructorsConstructorDescriptionRlsTemplateEvent
(org.eclipse.core.resources.IProject project, RestrictionTemplate template, RoleDescription roleDescription) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturn the role description.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 Details
-
RlsTemplateEvent
public RlsTemplateEvent(org.eclipse.core.resources.IProject project, RestrictionTemplate template, RoleDescription roleDescription) Constructor.- Parameters:
project
- the project, cannot benull
template
- the template if it is an editing template event ornull
if it is an adding or deleting template eventroleDescription
- the role description, cannot benull
-
-
Method Details
-
getTemplate
Return the template.- Returns:
- the template if it is an editing template event or
null
if it is an adding or deleting template event
-
getRoleDescription
Return the role description.- Returns:
- the role description, cannot be
null
-