|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Message.Problem | |
---|---|
org.d2rq.validation |
Uses of Message.Problem in org.d2rq.validation |
---|
Methods in org.d2rq.validation that return Message.Problem | |
---|---|
Message.Problem |
Message.getProblem()
|
static Message.Problem |
Message.Problem.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Message.Problem[] |
Message.Problem.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.d2rq.validation with parameters of type Message.Problem | |
---|---|
void |
Report.report(Message.Problem problem)
|
void |
Report.report(Message.Problem problem,
Resource subject)
|
void |
Report.report(Message.Problem problem,
Resource subject,
Property predicate)
|
void |
Report.report(Message.Problem problem,
Resource subject,
Property[] predicates)
|
void |
Report.report(Message.Problem problem,
Resource subject,
Property property,
MappingTerm term)
|
void |
Report.report(Message.Problem problem,
Resource subject,
Property property,
MappingTerm term,
String detailCode,
String details)
|
void |
Report.report(Message.Problem problem,
Resource subject,
Property predicate,
RDFNode object)
|
void |
Report.report(Message.Problem problem,
Resource subject,
Property predicate,
RDFNode[] objects)
|
void |
Report.report(Message.Problem problem,
String details)
|
Constructors in org.d2rq.validation with parameters of type Message.Problem | |
---|---|
Message(Message.Problem problem)
|
|
Message(Message.Problem problem,
MappingTerm term,
String detailCode,
String details,
Resource contextResource,
Property contextProperty)
|
|
Message(Message.Problem problem,
Resource subject,
Property[] predicates,
RDFNode[] objects)
|
|
Message(Message.Problem problem,
String details)
|
|
Message(Message.Problem problem,
String details,
int code)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |