Uses of Class
com.e1c.g5.v8.dt.check.settings.CheckUid
- 
- 
Uses of CheckUid in com.e1c.g5.v8.dt.check.qfixMethods in com.e1c.g5.v8.dt.check.qfix that return CheckUid Modifier and Type Method Description CheckUidIFix. getCheckId()Gets the check UID the fix is intended to.Methods in com.e1c.g5.v8.dt.check.qfix that return types with arguments of type CheckUid Modifier and Type Method Description Map<CheckUid,Set<IFix<? extends IFixContext>>>IFixProvider. getFixes()Gets all registered fixesMethods in com.e1c.g5.v8.dt.check.qfix with parameters of type CheckUid Modifier and Type Method Description Collection<IFix<? extends IFixContext>>IFixRepository. getFixes(CheckUid checkUid)Provides the quick fixes collection by check UIDbooleanIFixRepository. hasFixes(CheckUid checkUid)Indicates whether the registry contains a fix registered for the given check UID
- 
Uses of CheckUid in com.e1c.g5.v8.dt.check.qfix.componentsMethods in com.e1c.g5.v8.dt.check.qfix.components that return CheckUid Modifier and Type Method Description CheckUidBasicFix. getCheckId()
- 
Uses of CheckUid in com.e1c.g5.v8.dt.check.settingsFields in com.e1c.g5.v8.dt.check.settings declared as CheckUid Modifier and Type Field Description static CheckUidINamedElement. ROOT_IDRoot element identifierMethods in com.e1c.g5.v8.dt.check.settings that return CheckUid Modifier and Type Method Description CheckUidICheckProvider.CheckInfo. getCategory()Gets the category of the checkCheckUidCheckSettingsChange. getCheckId()Gets the check identifierCheckUidICheckSettings. getId()Gets the unique idenfier of the checkCheckUidINamedElement. getId()Returns idCheckUidICheckCategory. getParentId()Returns parent category id.CheckUidICheckDescription. getParentId()Returns category id from extension point "com.e1c.g5.v8.dt.check.category" ornullif none.CheckUidINamedElement. getParentId()Returns parent id.CheckUidICheckRepository. getUidForShortUid(String shortUid, IDtProject project)Converts short check UID into the full check UID for the given project based on the previously registered checksCheckUidICheckRepository. getUidForShortUid(String shortUid, org.eclipse.core.resources.IProject project)Converts short check UID into the full check UID for the given project based on the previously registered checksMethods in com.e1c.g5.v8.dt.check.settings that return types with arguments of type CheckUid Modifier and Type Method Description Collection<CheckUid>ICheckRepository. getApplicableDelegates(Class<?> targetObjectClass, Object sourceObject, IDtProject dtProject)Gets applicable delegate checks for the given context, if anyMap<CheckUid,ICheck>ICheckRepository. getCheck(String checkId, IDtProject project)Gets the set of checks using their public identifier.Collection<CheckUid>ICheckRepository. getChecks(Predicate<ICheckDescription> filter)Deprecated.UsegetChecksWithDescriptions(Predicateinsteadfilter) default Map<CheckUid,ICheckDescription>ICheckRepository. getChecksWithDescriptions()Gets the map of UIDs and check descriptions of all registered checksMap<CheckUid,ICheckDescription>ICheckRepository. getChecksWithDescriptions(Predicate<ICheckDescription> filter)Gets the map of UIDs and check descriptions of registered checks being filtered by the provided predicateSet<CheckUid>ICheckRepository. getCheckUidForCheckId(String checkId, org.eclipse.core.resources.IProject project)Gets all applicable check unique identifiers by the check id and the given projectMap<CheckUid,ICheckSettings>ICheckRepository. getCustomizedSettingsFromProfile(String profileName, org.eclipse.core.resources.IProject project)Gets the user-changed settings of the given profile.Map<CheckUid,ICheckSettings>ICheckRepository. getDefaultSettingsForProfile(String value, org.eclipse.core.resources.IProject project)Get alll default settings for all registereds check (as defined in the check itself)Set<CheckUid>ICheckRepository. toUid(String checkId, org.eclipse.core.resources.IProject project)Translates check-provided identifier into the internal unique identifier of check.Methods in com.e1c.g5.v8.dt.check.settings with parameters of type CheckUid Modifier and Type Method Description voidISuppressSettingsManager. addSuppression(IBmObject target, CheckUid checkUid)Adds a suppression of the given check for a specified model objectICheckICheckRepository. getCheck(CheckUid checkId, IDtProject dtProject)Gets the check using its UID and corresponding project settingsICheckParametersICheckRepository. getCheckParameters(CheckUid checkId, org.eclipse.core.resources.IProject project)Returns the immutable view of check execution parameters by names.ICheckSettingsICheckRepository. getDefaultSettings(CheckUid checkUid, org.eclipse.core.resources.IProject project)Get default settings for the given check (as defined in the check itself)ICheckSettingsICheckRepository. getSettings(CheckUid checkUid, org.eclipse.core.resources.IProject project)Returns check settings using for given project, taking the current active provide user-changed settings into the accountStringICheckRepository. getShortUid(CheckUid checkUid, IDtProject dtProject)Gets the short UID for the givenCheckUidand the projectStringICheckRepository. getShortUid(CheckUid checkUid, org.eclipse.core.resources.IProject project)Gets the short UID for the givenCheckUidand the projectConstructors in com.e1c.g5.v8.dt.check.settings with parameters of type CheckUid Constructor Description CheckInfo(String contributorName, CheckUid category, ICheck check)Constructs an instanceCheckSettingsChange(CheckUid checkId)Constructs an instance of theCheckSettingsChange
- 
Uses of CheckUid in com.e1c.g5.v8.dt.check.suppress.settings.modelMethods in com.e1c.g5.v8.dt.check.suppress.settings.model that return types with arguments of type CheckUid Modifier and Type Method Description org.eclipse.emf.common.util.EMap<CheckUid,Boolean>SuppressSubsystem. getContentSuppressions()Returns the value of the 'Content Suppressions' map.org.eclipse.emf.common.util.EMap<CheckUid,Boolean>SuppressionsContainer. getSuppressions()Returns the value of the 'Suppressions' map.
- 
Uses of CheckUid in com.e1c.g5.v8.dt.check.suppress.settings.model.implMethods in com.e1c.g5.v8.dt.check.suppress.settings.model.impl that return CheckUid Modifier and Type Method Description CheckUidSuppressFactoryImpl. createCheckUidFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)CheckUidSuppressionMapEntryImpl. getKey()CheckUidSuppressionMapEntryImpl. getTypedKey()Methods in com.e1c.g5.v8.dt.check.suppress.settings.model.impl that return types with arguments of type CheckUid Modifier and Type Method Description Map.Entry<CheckUid,Boolean>SuppressFactoryImpl. createSuppressionMapEntry()org.eclipse.emf.common.util.EMap<CheckUid,Boolean>SuppressSubsystemImpl. getContentSuppressions()org.eclipse.emf.common.util.EMap<CheckUid,Boolean>SuppressionMapEntryImpl. getEMap()org.eclipse.emf.common.util.EMap<CheckUid,Boolean>BaseSuppressObjectImpl. getSuppressions()org.eclipse.emf.common.util.EMap<CheckUid,Boolean>SuppressConfigurationImpl. getSuppressions()org.eclipse.emf.common.util.EMap<CheckUid,Boolean>SuppressMethodImpl. getSuppressions()Methods in com.e1c.g5.v8.dt.check.suppress.settings.model.impl with parameters of type CheckUid Modifier and Type Method Description voidSuppressionMapEntryImpl. setKey(CheckUid key)voidSuppressionMapEntryImpl. setTypedKey(CheckUid newKey)
- 
Uses of CheckUid in com.e1c.g5.v8.dt.check.suppress.settings.model.utilMethod parameters in com.e1c.g5.v8.dt.check.suppress.settings.model.util with type arguments of type CheckUid Modifier and Type Method Description TSuppressSwitch. caseSuppressionMapEntry(Map.Entry<CheckUid,Boolean> object)Returns the result of interpreting the object as an instance of 'Suppression Map Entry'.
 
-