Class RightsInitializationJob
- java.lang.Object
-
- org.eclipse.core.runtime.PlatformObject
-
- org.eclipse.core.internal.jobs.InternalJob
-
- org.eclipse.core.runtime.jobs.Job
-
- com._1c.g5.v8.dt.rights.ui.sections.RightsInitializationJob
-
- All Implemented Interfaces:
Comparable,org.eclipse.core.runtime.IAdaptable
public class RightsInitializationJob extends org.eclipse.core.runtime.jobs.JobThe rights initialization job to open rights editor step by step.
-
-
Constructor Summary
Constructors Constructor Description RightsInitializationJob(String name, ObjectsSection objectsSection, List<TreeViewerItem> input, List<TreeViewerItem> content, com._1c.g5.v8.dt.internal.rights.ui.providers.RightsContentProvider contentProvider, RoleDescriptionSection roleDescriptionSection)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.eclipse.core.runtime.IStatusrun(org.eclipse.core.runtime.IProgressMonitor monitor)-
Methods inherited from class org.eclipse.core.runtime.jobs.Job
addJobChangeListener, belongsTo, cancel, canceling, create, create, createSystem, createSystem, done, getJobGroup, getJobManager, getName, getPriority, getProperty, getResult, getRule, getState, getThread, isBlocking, isSystem, isUser, join, join, removeJobChangeListener, schedule, schedule, setJobGroup, setName, setPriority, setProgressGroup, setProperty, setRule, setSystem, setThread, setUser, shouldRun, shouldSchedule, sleep, toString, wakeUp, wakeUp, yieldRule
-
-
-
-
Constructor Detail
-
RightsInitializationJob
public RightsInitializationJob(String name, ObjectsSection objectsSection, List<TreeViewerItem> input, List<TreeViewerItem> content, com._1c.g5.v8.dt.internal.rights.ui.providers.RightsContentProvider contentProvider, RoleDescriptionSection roleDescriptionSection)
Constructor.- Parameters:
name- the job name, can not benullobjectsSection- theObjectsSectioninstance, can not benullinput- the tree viewer input, can not benullcontent- content items to be loaded to viewer, can not benullcontentProvider- the content provider, may benullroleDescriptionSection- the role description section, can not benull
-
-