Package | Description |
---|---|
com.cisco.thunderhead |
The following types of errors can occur:
Client times out waiting for the server Server cannot find the object requested Something was wrong with the request (i.e. |
com.cisco.thunderhead.customer | |
com.cisco.thunderhead.pod | |
com.cisco.thunderhead.request | |
com.cisco.thunderhead.util |
Modifier and Type | Method and Description |
---|---|
Set<DataElement> |
ContextBean.getDataElements()
Returns the Set of DataElement objects.
|
Modifier and Type | Method and Description |
---|---|
int |
DataElement.compareTo(DataElement obj) |
Modifier and Type | Method and Description |
---|---|
void |
ContextBean.setDataElements(Set<DataElement> dataElements)
Set the Data Elements member using a Set of DataElement objects
|
Constructor and Description |
---|
Customer(Set<DataElement> dataElements)
Deprecated.
Parameterized Constructor
|
Constructor and Description |
---|
Pod(Set<DataElement> dataElements)
Deprecated.
Helper constructor
|
Constructor and Description |
---|
Request(Set<DataElement> dataElements)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Set<DataElement> |
DataElementUtils.convertDataMapToSet(Map<String,Object> data)
Converts key-value Map of data into DataElement Set for internal processing.
|
Modifier and Type | Method and Description |
---|---|
int |
DataElementComparator.compare(DataElement pd1,
DataElement pd2) |
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
DataElementUtils.convertDataSetToMap(Set<DataElement> dataElements)
Converts set of DataElement objects into user friendly map.
|
Copyright © 2018. All rights reserved.