|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ErrorDetail | |
---|---|
org.eclipse.birt.report.model.api | Tool-writer's interface for the BIRT design model (also known as the "Design Engine.") |
org.eclipse.birt.report.model.api.util | Utility classes. |
org.eclipse.birt.report.model.api.validators | Provides the validation classes for semantic check on multiple properties. |
Uses of ErrorDetail in org.eclipse.birt.report.model.api |
---|
Methods in org.eclipse.birt.report.model.api that return types with arguments of type ErrorDetail | |
---|---|
static java.util.List<ErrorDetail> |
ErrorDetail.convertExceptionList(java.util.List<? extends java.lang.Exception> exceptionList)
Converts the exception list to the error detail list. |
java.util.List<ErrorDetail> |
ModuleHandle.getErrorList()
Returns a list containing errors during parsing the design file. |
java.util.List<ErrorDetail> |
DesignFileException.getErrorList()
Returns the error list. |
static java.util.List<ErrorDetail> |
ErrorDetail.getSemanticErrors(java.util.List<ErrorDetail> errors,
java.lang.String errorType)
Returns a list containing the semantic errors with the given error type. |
java.util.List<ErrorDetail> |
ModuleHandle.getWarningList()
Returns a list containing warnings during parsing the design file. |
java.util.List<ErrorDetail> |
SlotHandle.paste(DesignElementHandle content)
Pastes a report item to the slot. |
java.util.List<ErrorDetail> |
SlotHandle.paste(DesignElementHandle content,
int newPos)
Pastes a report item to the slot. |
java.util.List<ErrorDetail> |
SlotHandle.paste(IDesignElement content)
Pastes a report item to the slot. |
java.util.List<ErrorDetail> |
SlotHandle.paste(IDesignElement content,
int newPos)
Pastes a report item to the slot. |
Method parameters in org.eclipse.birt.report.model.api with type arguments of type ErrorDetail | |
---|---|
static java.util.List<ErrorDetail> |
ErrorDetail.getSemanticErrors(java.util.List<ErrorDetail> errors,
java.lang.String errorType)
Returns a list containing the semantic errors with the given error type. |
Uses of ErrorDetail in org.eclipse.birt.report.model.api.util |
---|
Methods in org.eclipse.birt.report.model.api.util that return types with arguments of type ErrorDetail | |
---|---|
static java.util.List<ErrorDetail> |
CopyUtil.paste(IElementCopy copy,
DesignElementHandle container,
int slotID)
Pastes a report item to the slot. |
static java.util.List<ErrorDetail> |
CopyUtil.paste(IElementCopy copy,
DesignElementHandle container,
int slotID,
int newPos)
Pastes a report item to the slot. |
static java.util.List<ErrorDetail> |
CopyUtil.paste(IElementCopy copy,
DesignElementHandle container,
java.lang.String propName)
Pastes a report item to the slot. |
static java.util.List<ErrorDetail> |
CopyUtil.paste(IElementCopy copy,
DesignElementHandle container,
java.lang.String propName,
int newPos)
Pastes a report item to the slot. |
Uses of ErrorDetail in org.eclipse.birt.report.model.api.validators |
---|
Methods in org.eclipse.birt.report.model.api.validators that return types with arguments of type ErrorDetail | |
---|---|
java.util.List<ErrorDetail> |
ValidationEvent.getErrors()
Returns the error list which is the validation result. |
Constructor parameters in org.eclipse.birt.report.model.api.validators with type arguments of type ErrorDetail | |
---|---|
ValidationEvent(org.eclipse.birt.report.model.core.DesignElement obj,
java.lang.String validationID,
java.util.List<ErrorDetail> errors)
Constructs the validation event. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |