| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SDKException | |
|---|---|
| com.cumulocity.sdk.client | |
| com.cumulocity.sdk.client.alarm | Provides the classes necessary to create, update and query alarms. | 
| com.cumulocity.sdk.client.audit | Provides the classes necessary to create, update and query audit records. | 
| com.cumulocity.sdk.client.devicecontrol | |
| com.cumulocity.sdk.client.devicecontrol.autopoll | |
| com.cumulocity.sdk.client.event | Provides the classes necessary to create, delete, update and query events. | 
| com.cumulocity.sdk.client.identity | Provides the classes necessary to bind, unbind and query external identifiers. | 
| com.cumulocity.sdk.client.inventory | Provides the classes necessary to create, delete, update and query managed objects. | 
| com.cumulocity.sdk.client.measurement | Provides the classes necessary to create, delete and query measurements. | 
| Uses of SDKException in com.cumulocity.sdk.client | 
|---|
| Methods in com.cumulocity.sdk.client that throw SDKException | ||
|---|---|---|
 void | 
ResponseParser.checkStatus(com.sun.jersey.api.client.ClientResponse response,
            int expectedStatusCode)
 | 
|
static Platform | 
PlatformImpl.createPlatform()
This static method creates the Platform from the system parameters.  | 
|
 void | 
RestConnector.delete(String path)
 | 
|
 T | 
PagedCollectionResource.get()
The method returns the first page.  | 
|
 T | 
PagedCollectionResourceImpl.get()
 | 
|
 T | 
GenericResourceImpl.get()
 | 
|
 T | 
EmptyPagedCollectionResource.get()
 | 
|
 T | 
GenericResource.get()
 | 
|
 T | 
PagedCollectionResource.get(int pageSize)
The method returns the first page.  | 
|
 T | 
PagedCollectionResourceImpl.get(int pageSize)
 | 
|
 T | 
EmptyPagedCollectionResource.get(int pageSize)
 | 
|
 | 
RestConnector.get(String path,
    CumulocityMediaType mediaType,
    Class<T> responseType)
 | 
|
 T | 
PagedCollectionResource.getNextPage(BaseCollectionRepresentation collectionRepresentation)
The method returns the next page from the collection.  | 
|
 T | 
PagedCollectionResourceImpl.getNextPage(BaseCollectionRepresentation collectionRepresentation)
 | 
|
 T | 
EmptyPagedCollectionResource.getNextPage(BaseCollectionRepresentation collectionRepresentation)
 | 
|
 T | 
PagedCollectionResource.getPage(BaseCollectionRepresentation collectionRepresentation,
        int pageNumber)
The method returns the specified page number.  | 
|
 T | 
PagedCollectionResourceImpl.getPage(BaseCollectionRepresentation collectionRepresentation,
        int pageNumber)
 | 
|
 T | 
EmptyPagedCollectionResource.getPage(BaseCollectionRepresentation collectionRepresentation,
        int pageNumber)
 | 
|
 T | 
PagedCollectionResource.getPage(BaseCollectionRepresentation collectionRepresentation,
        int pageNumber,
        int pageSize)
The method returns the specified page number.  | 
|
 T | 
PagedCollectionResourceImpl.getPage(BaseCollectionRepresentation collectionRepresentation,
        int pageNumber,
        int pageSize)
 | 
|
 T | 
EmptyPagedCollectionResource.getPage(BaseCollectionRepresentation collectionRepresentation,
        int pageNumber,
        int pageSize)
 | 
|
 T | 
PagedCollectionResource.getPreviousPage(BaseCollectionRepresentation collectionRepresentation)
This method returns the previous page in the collection.  | 
|
 T | 
PagedCollectionResourceImpl.getPreviousPage(BaseCollectionRepresentation collectionRepresentation)
 | 
|
 T | 
EmptyPagedCollectionResource.getPreviousPage(BaseCollectionRepresentation collectionRepresentation)
 | 
|
 | 
ResponseParser.parse(com.sun.jersey.api.client.ClientResponse response,
      int expectedStatusCode,
      Class<T> type)
 | 
|
 | 
RestConnector.post(String path,
     CumulocityMediaType mediaType,
     T representation)
 | 
|
 | 
RestConnector.post(String path,
     CumulocityMediaType mediaType,
     T representation)
 | 
|
 | 
RestConnector.put(String path,
    CumulocityMediaType mediaType,
    T representation)
 | 
|
 | 
RestConnector.put(String path,
    CumulocityMediaType mediaType,
    T representation)
 | 
|
| Uses of SDKException in com.cumulocity.sdk.client.alarm | 
|---|
| Uses of SDKException in com.cumulocity.sdk.client.audit | 
|---|
| Uses of SDKException in com.cumulocity.sdk.client.devicecontrol | 
|---|
| Uses of SDKException in com.cumulocity.sdk.client.devicecontrol.autopoll | 
|---|
| Constructors in com.cumulocity.sdk.client.devicecontrol.autopoll that throw SDKException | |
|---|---|
OperationsByAgentAndStatusPollerImpl(DeviceControlApi deviceControlApi,
                                     String agentId,
                                     OperationStatus status,
                                     OperationProcessor operationProcessor)
 | 
|
| Uses of SDKException in com.cumulocity.sdk.client.event | 
|---|
| Methods in com.cumulocity.sdk.client.event that throw SDKException | |
|---|---|
 EventRepresentation | 
EventApiImpl.create(EventRepresentation representation)
 | 
 EventRepresentation | 
EventApi.create(EventRepresentation event)
Creates event in the platform.  | 
 void | 
EventApiImpl.delete(EventRepresentation event)
 | 
 void | 
EventApi.delete(EventRepresentation event)
Deletes event from the platform.  | 
 EventRepresentation | 
EventApiImpl.getEvent(GId eventId)
 | 
 EventRepresentation | 
EventApi.getEvent(GId gid)
Gets event by id  | 
 PagedCollectionResource<EventCollectionRepresentation> | 
EventApiImpl.getEvents()
 | 
 PagedCollectionResource<EventCollectionRepresentation> | 
EventApi.getEvents()
Gets the all the event in the platform  | 
 PagedCollectionResource<EventCollectionRepresentation> | 
EventApiImpl.getEventsByFilter(EventFilter filter)
 | 
 PagedCollectionResource<EventCollectionRepresentation> | 
EventApi.getEventsByFilter(EventFilter filter)
Gets the events from the platform based on specified filter  | 
| Uses of SDKException in com.cumulocity.sdk.client.identity | 
|---|
| Methods in com.cumulocity.sdk.client.identity that throw SDKException | |
|---|---|
 ExternalIDRepresentation | 
IdentityApiImpl.create(ExternalIDRepresentation representation)
 | 
 ExternalIDRepresentation | 
IdentityApi.create(ExternalIDRepresentation externalId)
Creates an association between the external id and its global id in the platform.  | 
 void | 
IdentityApiImpl.deleteExternalId(ExternalIDRepresentation extIdRep)
 | 
 void | 
IdentityApi.deleteExternalId(ExternalIDRepresentation externalId)
Deletes between the external id and its global id in the platform.  | 
 ExternalIDRepresentation | 
IdentityApiImpl.getExternalId(ID extId)
 | 
 ExternalIDRepresentation | 
IdentityApi.getExternalId(ID extId)
Gets external id representation from the platform by the given external id.  | 
 PagedCollectionResource<ExternalIDCollectionRepresentation> | 
IdentityApiImpl.getExternalIdsOfGlobalId(GId gid)
 | 
 PagedCollectionResource<ExternalIDCollectionRepresentation> | 
IdentityApi.getExternalIdsOfGlobalId(GId gid)
Gets the external ids associated with the given global id  | 
| Uses of SDKException in com.cumulocity.sdk.client.inventory | 
|---|
| Uses of SDKException in com.cumulocity.sdk.client.measurement | 
|---|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||