Uses of Class
com.e1c.g5.v8.dt.check.settings.CheckUid
-
-
Uses of CheckUid in com.e1c.g5.v8.dt.check.qfix
Methods in com.e1c.g5.v8.dt.check.qfix that return CheckUid Modifier and Type Method Description CheckUid
IFix. 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 UIDboolean
IFixRepository. 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.components
Methods in com.e1c.g5.v8.dt.check.qfix.components that return CheckUid Modifier and Type Method Description CheckUid
BasicFix. getCheckId()
-
Uses of CheckUid in com.e1c.g5.v8.dt.check.settings
Fields in com.e1c.g5.v8.dt.check.settings declared as CheckUid Modifier and Type Field Description static CheckUid
INamedElement. ROOT_ID
Root element identifierMethods in com.e1c.g5.v8.dt.check.settings that return CheckUid Modifier and Type Method Description CheckUid
ICheckProvider.CheckInfo. getCategory()
Gets the category of the checkCheckUid
CheckSettingsChange. getCheckId()
Gets the check identifierCheckUid
ICheckSettings. getId()
Gets the unique idenfier of the checkCheckUid
INamedElement. getId()
Returns idCheckUid
ICheckCategory. getParentId()
Returns parent category id.CheckUid
ICheckDescription. getParentId()
Returns category id from extension point "com.e1c.g5.v8.dt.check.category" ornull
if none.CheckUid
INamedElement. getParentId()
Returns parent id.CheckUid
ICheckRepository. getUidForShortUid(String shortUid, IDtProject project)
Converts short check UID into the full check UID for the given project based on the previously registered checksCheckUid
ICheckRepository. 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(Predicate
insteadfilter) 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 void
ISuppressSettingsManager. addSuppression(IBmObject target, CheckUid checkUid)
Adds a suppression of the given check for a specified model objectICheck
ICheckRepository. getCheck(CheckUid checkId, IDtProject dtProject)
Gets the check using its UID and corresponding project settingsICheckParameters
ICheckRepository. getCheckParameters(CheckUid checkId, org.eclipse.core.resources.IProject project)
Returns the immutable view of check execution parameters by names.ICheckSettings
ICheckRepository. getDefaultSettings(CheckUid checkUid, org.eclipse.core.resources.IProject project)
Get default settings for the given check (as defined in the check itself)ICheckSettings
ICheckRepository. 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 accountString
ICheckRepository. getShortUid(CheckUid checkUid, IDtProject dtProject)
Gets the short UID for the givenCheckUid
and the projectString
ICheckRepository. getShortUid(CheckUid checkUid, org.eclipse.core.resources.IProject project)
Gets the short UID for the givenCheckUid
and 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.model
Methods 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.impl
Methods in com.e1c.g5.v8.dt.check.suppress.settings.model.impl that return CheckUid Modifier and Type Method Description CheckUid
SuppressFactoryImpl. createCheckUidFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
CheckUid
SuppressionMapEntryImpl. getKey()
CheckUid
SuppressionMapEntryImpl. 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 void
SuppressionMapEntryImpl. setKey(CheckUid key)
void
SuppressionMapEntryImpl. setTypedKey(CheckUid newKey)
-
Uses of CheckUid in com.e1c.g5.v8.dt.check.suppress.settings.model.util
Method parameters in com.e1c.g5.v8.dt.check.suppress.settings.model.util with type arguments of type CheckUid Modifier and Type Method Description T
SuppressSwitch. caseSuppressionMapEntry(Map.Entry<CheckUid,Boolean> object)
Returns the result of interpreting the object as an instance of 'Suppression Map Entry'.
-