public interface IssueInterface
| Modifier and Type | Method and Description |
|---|---|
void |
add(Type messageType,
String message,
Object is,
String shouldBe) |
void |
add(Type messageType,
String type,
String guid,
Long oid,
String message,
Object is,
String shouldBe) |
void |
addHeader(String translate) |
byte[] |
getBytes() |
void |
setCheckValid(String identifier,
boolean valid) |
void |
validate() |
void add(Type messageType, String type, String guid, Long oid, String message, Object is, String shouldBe) throws IssueException
IssueExceptionvoid add(Type messageType, String message, Object is, String shouldBe) throws IssueException
IssueExceptionvoid addHeader(String translate)
byte[] getBytes()
throws IOException
IOExceptionvoid validate()
throws IssueValidationException
IssueValidationExceptionvoid setCheckValid(String identifier, boolean valid)
Copyright © 2016 OpenSource BIM. All rights reserved.