| Package | Description |
|---|---|
| de.aristaflow.adept2.core.checks.processmodel | |
| de.aristaflow.adept2.model.common | |
| de.aristaflow.adept2.model.processmodel |
Warning: This package description is OUTDATED (work in progress)!!
|
| de.aristaflow.adept2.util |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractProcessTemplateCheck.addReportEntry(CheckReport.ResultType resultType,
java.lang.Object[] affectedElements,
java.lang.String msgKey,
java.lang.String bundleName,
LocalisedString... args)
Adds a localised entry to our check report (if it isn't null) and updates
AbstractProcessTemplateCheck.result. |
| Modifier and Type | Method and Description |
|---|---|
static void |
LocalisedCheckReport.addLocalisedReportEntry(CheckReport report,
java.lang.String checkId,
CheckReport.ResultType reportEntryType,
java.net.URI[] affectedElements,
java.lang.String msgKey,
java.lang.String bundleName,
java.lang.Class<?> localisingClass,
LocalisedString... args)
Adds a report entry with a localised message/with localised messages to the designated check
report.
|
void |
LocalisedCheckReport.addReportEntry(java.lang.String checkID,
CheckReport.ResultType reportEntryType,
java.lang.String defaultMessage,
java.util.Map<java.util.Locale,java.lang.String> localisedMessage,
java.net.URI... affElems)
Adds a new localisable entry to the report.
|
void |
LocalisedCheckReport.addReportEntry(java.lang.String checkID,
CheckReport.ResultType reportEntryType,
java.lang.String defaultMessage,
java.net.URI... affElems) |
| Constructor and Description |
|---|
LocalisedReportEntry(int entryNumber,
java.lang.String checkID,
CheckReport.ResultType reportEntryType,
java.lang.String defaultMessage,
java.util.Map<java.util.Locale,java.lang.String> localisedMessage,
java.net.URI... affectedElements)
Constructs the report entry with the designated parameters.
|
| Modifier and Type | Method and Description |
|---|---|
CheckReport.ResultType |
LocalisedChangeReport.getCheckResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalisedChangeReport.addReportEntry(java.lang.String checkId,
CheckReport.ResultType reportEntryType,
java.lang.String defaultMessage,
java.util.Map<java.util.Locale,java.lang.String> localisedMessage,
java.net.URI... affElems)
Adds a new localisable entry to the report.
|
void |
LocalisedChangeReport.addReportEntry(java.lang.String checkId,
CheckReport.ResultType reportEntryType,
java.lang.String defaultMessage,
java.net.URI... affElems) |
| Modifier and Type | Method and Description |
|---|---|
CheckReport.ResultType |
CheckReport.getCheckResult()
Returns the overall result of all checks which have been run with this
check report.
|
CheckReport.ResultType |
CheckReport.ReportEntry.getReportEntryType()
Returns the type of the entry that identifies the entry e.g. as an error.
|
static CheckReport.ResultType |
CheckReport.ResultType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CheckReport.ResultType[] |
CheckReport.ResultType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CheckReport.addReportEntry(java.lang.String checkID,
CheckReport.ResultType reportEntryType,
java.lang.String message,
java.net.URI... affectedElements)
Adds a new entry to the report.
|
| Constructor and Description |
|---|
ReportEntry(int entryNumber,
java.lang.String checkID,
CheckReport.ResultType reportEntryType,
java.lang.String message,
java.net.URI... affectedElements)
Constructs the report entry with the given parameters.
|