Package | Description |
---|---|
com.cisco.thunderhead.client |
Modifier and Type | Method and Description |
---|---|
<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,
UserAuthInfo userAuthInfo)
Deletes the object.
|
<T extends BaseDbBean> |
ContextServiceClient.delete(T bean,
UserAuthInfo userAuthInfo)
Deletes the object.
|
void |
ContextServiceClient.deleteContextObject(String type,
String locationUrl,
UserAuthInfo userAuthInfo)
Deletes a context object.
|
<T extends BaseDbBean> |
ContextServiceClient.flush(Class<T> classType,
UserAuthInfo userAuthInfo)
Flushes (deletes) all the objects in your organization that are part of your workgroup.
|
void |
ContextServiceClient.flush(String type,
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,
UserAuthInfo userAuthInfo)
Retrieves the object through the proper API and decrypts it before returning to the user.
|
ContextObject |
ContextServiceClient.getContextObject(String type,
String locationUrl,
UserAuthInfo userAuthInfo)
Retrieves a context 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,
UserAuthInfo userAuthInfo)
Searches for all objects matching the search params for the 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,
UserAuthInfo userAuthInfo)
Wait for flush to complete.
|
FlushStatusBean |
ContextServiceClient.waitForFlushComplete(String type,
int waitSeconds,
UserAuthInfo userAuthInfo)
Wait for flush to complete.
|
Copyright © 2018. All rights reserved.