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.client | |
com.cisco.thunderhead.customer | |
com.cisco.thunderhead.dictionary | |
com.cisco.thunderhead.pod | |
com.cisco.thunderhead.property | |
com.cisco.thunderhead.request | |
com.cisco.thunderhead.user |
Modifier and Type | Class and Description |
---|---|
class |
ContextBean
Base Class for Context objects that support encryption.
|
class |
ContextObject
Generic Object that can be used to create multiple types of Context
Objects: Request, POD, Work Item, etc.
|
Modifier and Type | Method and Description |
---|---|
int |
BaseDbBean.compareTo(BaseDbBean<K> o) |
Modifier and Type | Method and Description |
---|---|
<T extends BaseDbBean> |
ContextServiceClient.create(T bean)
Inspects the object, handles encryption and creating through the proper API.
|
<T extends BaseDbBean> |
ContextServiceClient.create(T bean,
UserAuthInfo userAuthInfo)
Inspects the object, handles encryption and creating through the proper API.
|
<T extends BaseDbBean> |
ContextServiceClient.delete(Class<T> classType,
String locationUrl)
Deletes the object.
|
<T extends BaseDbBean> |
ContextServiceClient.delete(Class<T> classType,
String locationUrl,
UserAuthInfo userAuthInfo)
Deletes the object.
|
<T extends BaseDbBean> |
ContextServiceClient.delete(T bean)
Deletes the object.
|
<T extends BaseDbBean> |
ContextServiceClient.delete(T bean,
UserAuthInfo userAuthInfo)
Deletes the object.
|
<T extends BaseDbBean> |
ContextServiceClient.flush(Class<T> classType)
Flushes (deletes) all the objects in your organization that are part of your workgroup.
|
<T extends BaseDbBean> |
ContextServiceClient.flush(Class<T> classType,
UserAuthInfo userAuthInfo)
Flushes (deletes) all the objects in your organization that are part of your workgroup.
|
<T extends BaseDbBean> |
ContextServiceClient.get(Class<T> classType,
String locationUrl)
Retrieves the object through the proper API and decrypts it before returning to the user.
|
<T extends BaseDbBean> |
ContextServiceClient.get(Class<T> classType,
String locationUrl,
UserAuthInfo userAuthInfo)
Retrieves the object through the proper API and decrypts it before returning to the user.
|
<T extends BaseDbBean> |
ContextServiceClient.search(Class<T> classType,
SearchParameters searchParams,
Operation op)
Searches for all objects matching the search params for the API.
|
<T extends BaseDbBean> |
ContextServiceClient.search(Class<T> classType,
SearchParameters searchParams,
Operation op,
UserAuthInfo userAuthInfo)
Searches for all objects matching the search params for the API.
|
<T extends BaseDbBean> |
ContextServiceClient.update(T bean)
Inspects the object, handles encryption and updating through the proper API.
|
<T extends BaseDbBean> |
ContextServiceClient.update(T bean,
UserAuthInfo userAuthInfo)
Inspects the object, handles encryption and updating through the proper API.
|
<T extends BaseDbBean> |
ContextServiceClient.waitForFlushComplete(Class<T> classType,
int waitSeconds)
Wait for flush to complete.
|
<T extends BaseDbBean> |
ContextServiceClient.waitForFlushComplete(Class<T> classType,
int waitSeconds,
UserAuthInfo userAuthInfo)
Wait for flush to complete.
|
Modifier and Type | Class and Description |
---|---|
class |
Customer
Deprecated.
Use
ContextObject instead. |
Modifier and Type | Class and Description |
---|---|
class |
Field
JSON interface to the Dictionary Field API.
|
class |
FieldSet
FieldSet groups together multiple fields into a type.
|
Modifier and Type | Class and Description |
---|---|
class |
Pod
Deprecated.
Use
ContextObject instead. |
Modifier and Type | Class and Description |
---|---|
class |
Property
JSON interface to the Property API.
|
Modifier and Type | Class and Description |
---|---|
class |
Request
Deprecated.
Use
ContextObject instead. |
Modifier and Type | Class and Description |
---|---|
class |
User
User bean.
|
Copyright © 2018. All rights reserved.