public interface ValidationTraverser extends Traverser
Modifier and Type | Method and Description |
---|---|
void |
addFormResponse(java.lang.String key,
java.lang.String message)
Contains the response that will be sent back to the bullhorn form, key:value pairs
can be either validation error messages or response values for the form.
|
java.lang.Integer |
getCorporationID()
Return the corporationID of the corporation for which an entity is being validated
|
java.util.Map<java.lang.String,java.lang.String> |
getFormResponse()
Returns the response that will be sent back to the bullhorn form.
|
boolean |
isEdit()
Returns whether or not the form trigger currently being validated is an edit trigger or not.
|
java.lang.Integer getCorporationID()
java.util.Map<java.lang.String,java.lang.String> getFormResponse()
addFormResponse(String, String)
void addFormResponse(java.lang.String key, java.lang.String message)
key
- the key of the reponse itemmessage
- the message or value to be returned to the bullhorn formboolean isEdit()