| Modifier and Type | Method and Description |
|---|---|
Object |
getData(String key) |
Exception |
getError()
An unsuccessful export may not have a caught exception.
|
String |
getErrorMessage()
If the export was not successful the error message will always have a value.
|
Options |
getOptions() |
Object |
getOutcome() |
Class<?> |
getType() |
boolean |
wasSuccessful() |
forEach, iterator, spliteratorObject getData(String key)
key - the type of data being requested (cannot be null)null)Exception getError()
null)getErrorMessage(),
wasSuccessful()String getErrorMessage()
null when export was successful )wasSuccessful()Options getOptions()
null but can be empty if all default values were used)Object getOutcome()
null)Class<?> getType()
getOutcome() method (will be null until outcome is set)boolean wasSuccessful()
true if there is no error and no error messageCopyright © 2018 JBoss by Red Hat. All rights reserved.