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
getProjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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 benulltemplate- the template if it is an editing template event ornullif 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
nullif it is an adding or deleting template event
-
getRoleDescription
Return the role description.- Returns:
- the role description, cannot be
null
-