Uses of Class
com.e1c.g5.v8.dt.check.settings.CheckUid
-
Packages that use CheckUid Package Description com.e1c.g5.v8.dt.check.settings -
-
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, 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.Set<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 projectString
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
-