Uses of Class
com.cumulocity.sdk.client.SDKException

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)
           
<T extends ResourceRepresentation>
T
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)
           
<T extends ResourceRepresentation>
T
ResponseParser.parse(com.sun.jersey.api.client.ClientResponse response, int expectedStatusCode, Class<T> type)
           
<T extends ResourceRepresentation>
T
RestConnector.post(String path, CumulocityMediaType mediaType, T representation)
           
<T extends ResourceRepresentationWithId>
T
RestConnector.post(String path, CumulocityMediaType mediaType, T representation)
           
<T extends ResourceRepresentation>
T
RestConnector.put(String path, CumulocityMediaType mediaType, T representation)
           
<T extends ResourceRepresentationWithId>
T
RestConnector.put(String path, CumulocityMediaType mediaType, T representation)
           
 

Uses of SDKException in com.cumulocity.sdk.client.alarm
 

Methods in com.cumulocity.sdk.client.alarm that throw SDKException
 AlarmRepresentation AlarmApi.create(AlarmRepresentation alarm)
          Creates an alarm in the platform.
 AlarmRepresentation AlarmApiImpl.create(AlarmRepresentation representation)
           
 AlarmRepresentation AlarmApi.getAlarm(GId gid)
          Gets an alarm by id
 AlarmRepresentation AlarmApiImpl.getAlarm(GId alarmId)
           
 PagedCollectionResource<AlarmCollectionRepresentation> AlarmApi.getAlarms()
          Gets all alarms from the platform
 PagedCollectionResource<AlarmCollectionRepresentation> AlarmApiImpl.getAlarms()
           
 PagedCollectionResource<AlarmCollectionRepresentation> AlarmApi.getAlarmsByFilter(AlarmFilter filter)
          Gets alarms from the platform based on the specified filter
 PagedCollectionResource<AlarmCollectionRepresentation> AlarmApiImpl.getAlarmsByFilter(AlarmFilter alarmFilter)
           
 AlarmRepresentation AlarmApi.updateAlarm(AlarmRepresentation alarm)
          Updates an alarm in the platform.
 AlarmRepresentation AlarmApiImpl.updateAlarm(AlarmRepresentation alarmToUpdate)
           
 

Uses of SDKException in com.cumulocity.sdk.client.audit
 

Methods in com.cumulocity.sdk.client.audit that throw SDKException
 AuditRecordRepresentation AuditRecordApi.create(AuditRecordRepresentation auditRecord)
          Creates an audit record in the platform.
 AuditRecordRepresentation AuditRecordApiImpl.create(AuditRecordRepresentation representation)
           
 AuditRecordRepresentation AuditRecordApi.getAuditRecord(GId gid)
          Gets an audit record by id
 AuditRecordRepresentation AuditRecordApiImpl.getAuditRecord(GId gid)
           
 PagedCollectionResource<AuditRecordCollectionRepresentation> AuditRecordApi.getAuditRecords()
          Gets all audit records from the platform
 PagedCollectionResource<AuditRecordCollectionRepresentation> AuditRecordApiImpl.getAuditRecords()
           
 PagedCollectionResource<AuditRecordCollectionRepresentation> AuditRecordApi.getAuditRecordsByFilter(AuditRecordFilter filter)
          Gets audit records from the platform based on the specified filter
 PagedCollectionResource<AuditRecordCollectionRepresentation> AuditRecordApiImpl.getAuditRecordsByFilter(AuditRecordFilter filter)
           
 

Uses of SDKException in com.cumulocity.sdk.client.devicecontrol
 

Methods in com.cumulocity.sdk.client.devicecontrol that throw SDKException
 OperationRepresentation DeviceControlApi.create(OperationRepresentation operation)
          Creates operation in the platform.
 OperationRepresentation DeviceControlApiImpl.create(OperationRepresentation operation)
           
 OperationRepresentation DeviceControlApi.getOperation(GId gid)
          Gets operation by id
 OperationRepresentation DeviceControlApiImpl.getOperation(GId gid)
           
 PagedCollectionResource<OperationCollectionRepresentation> DeviceControlApi.getOperations()
          Gets the all the operation in the platform
 PagedCollectionResource<OperationCollectionRepresentation> DeviceControlApiImpl.getOperations()
           
 PagedCollectionResource<OperationCollectionRepresentation> DeviceControlApi.getOperationsByFilter(OperationFilter filter)
          Gets the operations from the platform based on specified filter.
 PagedCollectionResource<OperationCollectionRepresentation> DeviceControlApiImpl.getOperationsByFilter(OperationFilter filter)
           
 OperationRepresentation DeviceControlApi.update(OperationRepresentation operation)
          Updates operation in the platform.
 OperationRepresentation DeviceControlApiImpl.update(OperationRepresentation operation)
           
 

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
 

Methods in com.cumulocity.sdk.client.inventory that throw SDKException
 ManagedObjectReferenceRepresentation ManagedObjectImpl.addChildAssets(ManagedObjectReferenceRepresentation refrenceReprsentation)
           
 ManagedObjectReferenceRepresentation ManagedObject.addChildAssets(ManagedObjectReferenceRepresentation refrenceReprsentation)
          Adds a child device to the ManagedObject.
 ManagedObjectReferenceRepresentation ManagedObjectImpl.addChildDevice(ManagedObjectReferenceRepresentation refrenceReprsentation)
           
 ManagedObjectReferenceRepresentation ManagedObject.addChildDevice(ManagedObjectReferenceRepresentation refrenceReprsentation)
          Adds a child device to the ManagedObject.
 ManagedObjectRepresentation InventoryApiImpl.create(ManagedObjectRepresentation representation)
           
 ManagedObjectRepresentation InventoryApi.create(ManagedObjectRepresentation managedObject)
          Creates managed object in the platform.
 void ManagedObjectImpl.delete()
           
 void ManagedObject.delete()
          Deletes the Managed Object from the Cumulocity Server.
 void ManagedObjectImpl.deleteChildAsset(GId assetId)
           
 void ManagedObject.deleteChildAsset(GId assetId)
          Deletes the child Asset and its relation to the managed object.
 void ManagedObjectImpl.deleteChildDevice(GId deviceId)
           
 void ManagedObject.deleteChildDevice(GId deviceId)
          Deletes the child device and its relation to the managed object.
 ManagedObjectRepresentation ManagedObjectImpl.get()
           
 ManagedObjectRepresentation ManagedObject.get()
          Returns the Managed Object of the Resource.
 ManagedObjectReferenceCollectionRepresentation ManagedObjectImpl.getAllChildAssets()
          Deprecated. 
 ManagedObjectReferenceCollectionRepresentation ManagedObject.getAllChildAssets()
          Deprecated. 
 ManagedObjectReferenceCollectionRepresentation ManagedObjectImpl.getAllChildDevices()
          Deprecated. 
 ManagedObjectReferenceCollectionRepresentation ManagedObject.getAllChildDevices()
          Deprecated. 
 ManagedObjectReferenceRepresentation ManagedObjectImpl.getChildAsset(GId assetId)
           
 ManagedObjectReferenceRepresentation ManagedObject.getChildAsset(GId assetId)
          Returns the child Asset with the given id.
 PagedCollectionResource<ManagedObjectReferenceCollectionRepresentation> ManagedObjectImpl.getChildAssets()
           
 PagedCollectionResource<ManagedObjectReferenceCollectionRepresentation> ManagedObject.getChildAssets()
          Returns all the child Assets for the Managed Object in paged collection form
 ManagedObjectReferenceRepresentation ManagedObjectImpl.getChildDevice(GId deviceId)
           
 ManagedObjectReferenceRepresentation ManagedObject.getChildDevice(GId deviceId)
          Returns the child device with the given id.
 PagedCollectionResource<ManagedObjectReferenceCollectionRepresentation> ManagedObjectImpl.getChildDevices()
           
 PagedCollectionResource<ManagedObjectReferenceCollectionRepresentation> ManagedObject.getChildDevices()
          Returns all the child Devices for the Managed Object in paged collection form.
 ManagedObject InventoryApiImpl.getManagedObject(GId globalId)
           
 ManagedObject InventoryApi.getManagedObject(GId gid)
          Gets managed object resource by id.
 PagedCollectionResource<ManagedObjectCollectionRepresentation> InventoryApiImpl.getManagedObjects()
           
 PagedCollectionResource<ManagedObjectCollectionRepresentation> InventoryApi.getManagedObjects()
          Gets the all the managed object in the platform
 PagedCollectionResource<ManagedObjectCollectionRepresentation> InventoryApiImpl.getManagedObjectsByFilter(InventoryFilter filter)
           
 PagedCollectionResource<ManagedObjectCollectionRepresentation> InventoryApi.getManagedObjectsByFilter(InventoryFilter filter)
          Gets the managed objects from the platform based on specified filter.
 PagedCollectionResource<ManagedObjectCollectionRepresentation> InventoryApiImpl.getManagedObjectsByListOfIds(List<GId> ids)
           
 PagedCollectionResource<ManagedObjectCollectionRepresentation> InventoryApi.getManagedObjectsByListOfIds(List<GId> ids)
          Gets the managed objects from the platform based on the given ids
protected  String InventoryApiImpl.getSelfUri()
           
 ManagedObjectRepresentation ManagedObjectImpl.update(ManagedObjectRepresentation managedObjectRepresentation)
           
 ManagedObjectRepresentation ManagedObject.update(ManagedObjectRepresentation managedObjectRepresentation)
          This update the ManagedObject for the operationCollection.
 

Uses of SDKException in com.cumulocity.sdk.client.measurement
 

Methods in com.cumulocity.sdk.client.measurement that throw SDKException
 MeasurementRepresentation MeasurementApi.create(MeasurementRepresentation measurement)
          Creates measurement in the platform.
 MeasurementRepresentation MeasurementApiImpl.create(MeasurementRepresentation measurementRepresentation)
           
 void MeasurementApi.deleteMeasurement(MeasurementRepresentation measurement)
          Deletes measurement from the platform.
 void MeasurementApiImpl.deleteMeasurement(MeasurementRepresentation measurement)
           
 MeasurementRepresentation MeasurementApi.getMeasurement(GId gid)
          Gets measurement by id
 MeasurementRepresentation MeasurementApiImpl.getMeasurement(GId measurementId)
           
 PagedCollectionResource<MeasurementCollectionRepresentation> MeasurementApi.getMeasurements()
          Gets the all the measurement in the platform
 PagedCollectionResource<MeasurementCollectionRepresentation> MeasurementApiImpl.getMeasurements()
           
 PagedCollectionResource<MeasurementCollectionRepresentation> MeasurementApi.getMeasurementsByFilter(MeasurementFilter filter)
          Gets the measurements from the platform based on specified filter
 PagedCollectionResource<MeasurementCollectionRepresentation> MeasurementApiImpl.getMeasurementsByFilter(MeasurementFilter filter)
           
protected  String MeasurementApiImpl.getSelfUri()
           
 



Copyright © 2013 (C) Cumulocity GmbH. All Rights Reserved.