Uses of Class
com.cumulocity.sdk.client.SDKException
-
-
Uses of SDKException in com.cumulocity.sdk.client
Methods in com.cumulocity.sdk.client that throw SDKException Modifier and Type Method Description voidResponseParser. checkStatus(javax.ws.rs.core.Response response, int... expectedStatusCodes)static PlatformPlatformImpl. createPlatform()This static method creates the Platform from the system parameters.voidRestConnector. delete(String path)voidRestOperations. delete(String path)CPagedCollectionResource. get(int pageSize, QueryParam... queryParams)The method returns the first page.CPagedCollectionResource. get(QueryParam... queryParams)The method returns the first page.IPagedCollectionResourceImpl. get(int pageSize, QueryParam... queryParams)IPagedCollectionResourceImpl. get(QueryParam... queryParams)protected IPagedCollectionResourceImpl. get(Map<String,String> params)<T extends ResourceRepresentation>
TRestConnector. get(String path, CumulocityMediaType mediaType, Class<T> responseType)<T> TRestConnector. get(String path, javax.ws.rs.core.MediaType mediaType, Class<T> responseType)<T extends ResourceRepresentation>
TRestOperations. get(String path, CumulocityMediaType mediaType, Class<T> responseType)<T> TRestOperations. get(String path, javax.ws.rs.core.MediaType mediaType, Class<T> responseType)AlarmApiPlatform. getAlarmApi()AlarmApiPlatformImpl. getAlarmApi()AuditRecordApiPlatform. getAuditRecordApi()AuditRecordApiPlatformImpl. getAuditRecordApi()BinariesApiPlatform. getBinariesApi()BinariesApiPlatformImpl. getBinariesApi()protected IPagedCollectionResourceImpl. getCollection(String url)DeviceControlApiPlatform. getDeviceControlApi()DeviceControlApiPlatformImpl. getDeviceControlApi()DeviceCredentialsApiPlatform. getDeviceCredentialsApi()DeviceCredentialsApiPlatformImpl. getDeviceCredentialsApi()EventApiPlatform. getEventApi()EventApiPlatformImpl. getEventApi()IdentityApiPlatform. getIdentityApi()IdentityApiPlatformImpl. getIdentityApi()InventoryApiPlatform. getInventoryApi()InventoryApiPlatformImpl. getInventoryApi()MeasurementApiPlatform. getMeasurementApi()MeasurementApiPlatformImpl. getMeasurementApi()CPagedCollectionResource. getNextPage(BaseCollectionRepresentation collectionRepresentation)The method returns the next page from the collection.IPagedCollectionResourceImpl. getNextPage(BaseCollectionRepresentation collectionRepresentation)NotificationSubscriptionApiPlatform. getNotificationSubscriptionApi()NotificationSubscriptionApiPlatformImpl. getNotificationSubscriptionApi()CPagedCollectionResource. getPage(BaseCollectionRepresentation collectionRepresentation, int pageNumber)The method returns the specified page number.CPagedCollectionResource. getPage(BaseCollectionRepresentation collectionRepresentation, int pageNumber, int pageSize)The method returns the specified page number.IPagedCollectionResourceImpl. getPage(BaseCollectionRepresentation collectionRepresentation, int pageNumber)IPagedCollectionResourceImpl. getPage(BaseCollectionRepresentation collectionRepresentation, int pageNumber, int pageSize)CPagedCollectionResource. getPreviousPage(BaseCollectionRepresentation collectionRepresentation)This method returns the previous page in the collection.IPagedCollectionResourceImpl. getPreviousPage(BaseCollectionRepresentation collectionRepresentation)javax.ws.rs.core.Response.StatusRestConnector. getStatus(String path, CumulocityMediaType mediaType)javax.ws.rs.core.Response.StatusRestOperations. getStatus(String path, CumulocityMediaType mediaType)SystemOptionApiPlatform. getSystemOptionApi()SystemOptionApiPlatformImpl. getSystemOptionApi()TenantOptionApiPlatform. getTenantOptionApi()TenantOptionApiPlatformImpl. getTenantOptionApi()TokenApiPlatform. getTokenApi()TokenApiPlatformImpl. getTokenApi()UserApiPlatform. getUserApi()UserApiPlatformImpl. getUserApi()<T extends ResourceRepresentation>
TResponseParser. parse(javax.ws.rs.core.Response response, Class<T> type, int... expectedStatusCodes)<T> TResponseParser. parseObject(javax.ws.rs.core.Response response, int expectedStatusCode, Class<T> type)<T extends ResourceRepresentation>
TRestConnector. post(String path, javax.ws.rs.core.MediaType mediaType, T representation)<T extends ResourceRepresentationWithId>
TRestConnector. post(String path, javax.ws.rs.core.MediaType mediaType, T representation)<T extends ResourceRepresentation>
TRestOperations. post(String path, javax.ws.rs.core.MediaType mediaType, T representation)<T extends ResourceRepresentationWithId>
TRestOperations. post(String path, javax.ws.rs.core.MediaType mediaType, T representation)<T extends ResourceRepresentation>
FutureRestConnector. postAsync(String path, CumulocityMediaType mediaType, T representation)<T extends ResourceRepresentation>
FutureRestOperations. postAsync(String path, CumulocityMediaType mediaType, T representation)<T extends ResourceRepresentation>
TRestConnector. postStream(String path, CumulocityMediaType mediaType, InputStream content, Class<T> responseClass)<T extends ResourceRepresentation>
TRestOperations. postStream(String path, CumulocityMediaType mediaType, InputStream content, Class<T> responseClass)<T extends ResourceRepresentation>
voidRestConnector. postWithoutResponse(String path, javax.ws.rs.core.MediaType mediaType, T representation)<T extends ResourceRepresentation>
voidRestOperations. postWithoutResponse(String path, javax.ws.rs.core.MediaType mediaType, T representation)<T extends ResourceRepresentationWithId>
TRestConnector. put(String path, javax.ws.rs.core.MediaType mediaType, T representation)<T extends ResourceRepresentation>
TRestConnector. put(String path, javax.ws.rs.core.MediaType mediaType, T representation)<T extends ResourceRepresentationWithId>
TRestOperations. put(String path, javax.ws.rs.core.MediaType mediaType, T representation)<T extends ResourceRepresentation>
TRestOperations. put(String path, javax.ws.rs.core.MediaType mediaType, T representation)<T extends ResourceRepresentation>
FutureRestConnector. putAsync(String path, CumulocityMediaType mediaType, T representation)<T extends ResourceRepresentation>
FutureRestOperations. putAsync(String path, CumulocityMediaType mediaType, T representation)StringUrlProcessor. removeQueryParam(String url, Collection<String> params)StringUrlProcessor. replaceOrAddQueryParam(String url, Map<String,String> newParams) -
Uses of SDKException in com.cumulocity.sdk.client.alarm
Methods in com.cumulocity.sdk.client.alarm that throw SDKException Modifier and Type Method Description AlarmRepresentationAlarmApi. create(AlarmRepresentation alarm)Creates an alarm in the platform.AlarmRepresentationAlarmApiImpl. create(AlarmRepresentation representation)FutureAlarmApi. createAsync(AlarmRepresentation alarm)Creates an alarm in the platform.FutureAlarmApiImpl. createAsync(AlarmRepresentation representation)voidAlarmApi. deleteAlarmsByFilter(AlarmFilter filter)Delete alarms from the platform based on the specified filtervoidAlarmApiImpl. deleteAlarmsByFilter(AlarmFilter filter)AlarmRepresentationAlarmApi. getAlarm(GId gid)Gets an alarm by idAlarmRepresentationAlarmApiImpl. getAlarm(GId alarmId)AlarmCollectionAlarmApi. getAlarms()Gets all alarms from the platformAlarmCollectionAlarmApiImpl. getAlarms()AlarmCollectionAlarmApi. getAlarmsByFilter(AlarmFilter filter)Gets alarms from the platform based on the specified filterAlarmCollectionAlarmApiImpl. getAlarmsByFilter(AlarmFilter filter)AlarmRepresentationAlarmApi. update(AlarmRepresentation alarm)Updates an alarm in the platform.AlarmRepresentationAlarmApiImpl. update(AlarmRepresentation alarmToUpdate)AlarmRepresentationAlarmApi. updateAlarm(AlarmRepresentation alarm)Deprecated.AlarmRepresentationAlarmApiImpl. updateAlarm(AlarmRepresentation alarmToUpdate)Deprecated. -
Uses of SDKException in com.cumulocity.sdk.client.audit
Methods in com.cumulocity.sdk.client.audit that throw SDKException Modifier and Type Method Description AuditRecordRepresentationAuditRecordApi. create(AuditRecordRepresentation auditRecord)Creates an audit record in the platform.AuditRecordRepresentationAuditRecordApiImpl. create(AuditRecordRepresentation representation)AuditRecordRepresentationAuditRecordApi. getAuditRecord(GId gid)Gets an audit record by idAuditRecordRepresentationAuditRecordApiImpl. getAuditRecord(GId gid)AuditRecordCollectionAuditRecordApi. getAuditRecords()Gets all audit records from the platformAuditRecordCollectionAuditRecordApiImpl. getAuditRecords()AuditRecordCollectionAuditRecordApi. getAuditRecordsByFilter(AuditRecordFilter filter)Gets audit records from the platform based on the specified filterAuditRecordCollectionAuditRecordApiImpl. getAuditRecordsByFilter(AuditRecordFilter filter) -
Uses of SDKException in com.cumulocity.sdk.client.buffering
Methods in com.cumulocity.sdk.client.buffering that throw SDKException Modifier and Type Method Description ObjectFuture. get()Waits for the response to complete -
Uses of SDKException in com.cumulocity.sdk.client.cep.notification
Methods in com.cumulocity.sdk.client.cep.notification that throw SDKException Modifier and Type Method Description Subscription<String>InventoryRealtimeDeleteAwareNotificationsSubscriber. subscribe(String agentId, SubscribeOperationListener subscribeOperationListener, SubscriptionListener<String,ManagedObjectDeleteAwareNotification> handler, boolean autoRetry)Subscription<String>InventoryRealtimeDeleteAwareNotificationsSubscriber. subscribe(String channelID, SubscriptionListener<String,ManagedObjectDeleteAwareNotification> handler)Subscription<String>InventoryRealtimeNotificationsSubscriber. subscribe(String channelID, SubscribeOperationListener subscribeOperationListener, SubscriptionListener<String,ManagedObjectNotification> handler, boolean autoRetry)Deprecated.Subscription<String>InventoryRealtimeNotificationsSubscriber. subscribe(String channelID, SubscriptionListener<String,ManagedObjectNotification> handler)Deprecated.This method does NOT allow to receive device realtime DELETE actions -
Uses of SDKException in com.cumulocity.sdk.client.devicecontrol
Methods in com.cumulocity.sdk.client.devicecontrol that throw SDKException Modifier and Type Method Description OperationRepresentationDeviceControlApi. create(OperationRepresentation operation)Creates operation in the platform.OperationRepresentationDeviceControlApiImpl. create(OperationRepresentation operation)Subscriber<GId,OperationRepresentation>DeviceControlApi. getNotificationsSubscriber()Gets the notifications subscriber, which allows to receive newly created operations for agent.Subscriber<GId,OperationRepresentation>DeviceControlApiImpl. getNotificationsSubscriber()OperationRepresentationDeviceControlApi. getOperation(GId gid)Gets operation by idOperationRepresentationDeviceControlApiImpl. getOperation(GId gid)OperationCollectionDeviceControlApi. getOperations()Gets the all the operation in the platformOperationCollectionDeviceControlApiImpl. getOperations()OperationCollectionDeviceControlApi. getOperationsByFilter(OperationFilter filter)Gets the operations from the platform based on specified filter.OperationCollectionDeviceControlApiImpl. getOperationsByFilter(OperationFilter filter)OperationRepresentationDeviceControlApi. update(OperationRepresentation operation)Updates operation in the platform.OperationRepresentationDeviceControlApiImpl. update(OperationRepresentation operation)FutureDeviceControlApi. updateAsync(OperationRepresentation operation)Updates operation in the platform.FutureDeviceControlApiImpl. updateAsync(OperationRepresentation operation) -
Uses of SDKException in com.cumulocity.sdk.client.devicecontrol.autopoll
Constructors in com.cumulocity.sdk.client.devicecontrol.autopoll that throw SDKException Constructor Description OperationsByAgentAndStatusPollerImpl(DeviceControlApi deviceControlApi, String agentId, OperationStatus status, OperationProcessor operationProcessor) -
Uses of SDKException in com.cumulocity.sdk.client.devicecontrol.notification
Methods in com.cumulocity.sdk.client.devicecontrol.notification that throw SDKException Modifier and Type Method Description Subscription<GId>OperationNotificationSubscriber. subscribe(GId agentId, SubscribeOperationListener subscribeOperationListener, SubscriptionListener<GId,OperationRepresentation> handler, boolean autoRetry)Subscription<GId>OperationNotificationSubscriber. subscribe(GId agentId, SubscriptionListener<GId,OperationRepresentation> handler) -
Uses of SDKException in com.cumulocity.sdk.client.event
Methods in com.cumulocity.sdk.client.event that throw SDKException Modifier and Type Method Description EventRepresentationEventApi. create(EventRepresentation event)Creates event in the platform.EventRepresentationEventApiImpl. create(EventRepresentation representation)FutureEventApi. createAsync(EventRepresentation event)Creates event in the platform.FutureEventApiImpl. createAsync(EventRepresentation representation)voidEventApi. delete(EventRepresentation event)Deletes event from the platform.voidEventApiImpl. delete(EventRepresentation event)voidEventApi. deleteEventsByFilter(EventFilter filter)Deletes events from the platform based on the specified filtervoidEventApiImpl. deleteEventsByFilter(EventFilter filter)EventRepresentationEventApi. getEvent(GId gid)Gets event by idEventRepresentationEventApiImpl. getEvent(GId eventId)EventCollectionEventApi. getEvents()Gets the all the event in the platformEventCollectionEventApiImpl. getEvents()EventCollectionEventApi. getEventsByFilter(EventFilter filter)Gets the events from the platform based on specified filterEventCollectionEventApiImpl. getEventsByFilter(EventFilter filter)EventRepresentationEventApi. update(EventRepresentation eventRepresentation)This update the event in the platform.EventRepresentationEventApiImpl. update(EventRepresentation eventRepresentation) -
Uses of SDKException in com.cumulocity.sdk.client.identity
Methods in com.cumulocity.sdk.client.identity that throw SDKException Modifier and Type Method Description ExternalIDRepresentationIdentityApi. create(ExternalIDRepresentation externalId)Creates an association between the external id and its global id in the platform.ExternalIDRepresentationIdentityApiImpl. create(ExternalIDRepresentation representation)voidIdentityApi. deleteExternalId(ExternalIDRepresentation externalId)Deletes between the external id and its global id in the platform.voidIdentityApiImpl. deleteExternalId(ExternalIDRepresentation extIdRep)ExternalIDRepresentationIdentityApi. getExternalId(ID extId)Gets external id representation from the platform by the given external id.ExternalIDRepresentationIdentityApiImpl. getExternalId(ID extId)ExternalIDCollectionIdentityApi. getExternalIdsOfGlobalId(GId gid)Gets the external ids associated with the given global idExternalIDCollectionIdentityApiImpl. getExternalIdsOfGlobalId(GId gid) -
Uses of SDKException in com.cumulocity.sdk.client.inventory
Methods in com.cumulocity.sdk.client.inventory that throw SDKException Modifier and Type Method Description ManagedObjectRepresentationManagedObject. addChildAddition(ManagedObjectRepresentation representation)Create ManagedObject and adds as child addition to the parent ManagedObject.ManagedObjectRepresentationManagedObjectImpl. addChildAddition(ManagedObjectRepresentation representation)ManagedObjectReferenceRepresentationManagedObject. addChildAdditions(GId childId)Adds a child addition to the ManagedObject.ManagedObjectReferenceRepresentationManagedObject. addChildAdditions(ManagedObjectReferenceRepresentation refrenceReprsentation)Adds a child addition to the ManagedObject.ManagedObjectReferenceRepresentationManagedObjectImpl. addChildAdditions(GId childId)ManagedObjectReferenceRepresentationManagedObjectImpl. addChildAdditions(ManagedObjectReferenceRepresentation refrenceReprsentation)ManagedObjectRepresentationManagedObject. addChildAsset(ManagedObjectRepresentation representation)Create ManagedObject and adds as child asset to the parent ManagedObject.ManagedObjectRepresentationManagedObjectImpl. addChildAsset(ManagedObjectRepresentation representation)ManagedObjectReferenceRepresentationManagedObject. addChildAssets(GId childId)Adds a child asset to the ManagedObject.ManagedObjectReferenceRepresentationManagedObject. addChildAssets(ManagedObjectReferenceRepresentation refrenceReprsentation)Adds a child asset to the ManagedObject.ManagedObjectReferenceRepresentationManagedObjectImpl. addChildAssets(GId childId)ManagedObjectReferenceRepresentationManagedObjectImpl. addChildAssets(ManagedObjectReferenceRepresentation refrenceReprsentation)ManagedObjectReferenceRepresentationManagedObject. addChildDevice(GId childId)Adds a child device to the ManagedObject.ManagedObjectReferenceRepresentationManagedObject. addChildDevice(ManagedObjectReferenceRepresentation refrenceReprsentation)Adds a child device to the ManagedObject.ManagedObjectRepresentationManagedObject. addChildDevice(ManagedObjectRepresentation representation)Create ManagedObject and adds as child device to the parent ManagedObject.ManagedObjectReferenceRepresentationManagedObjectImpl. addChildDevice(GId childId)ManagedObjectReferenceRepresentationManagedObjectImpl. addChildDevice(ManagedObjectReferenceRepresentation refrenceReprsentation)ManagedObjectRepresentationManagedObjectImpl. addChildDevice(ManagedObjectRepresentation representation)IntegerInventoryApi. countManagedObjectsByFilter(InventoryFilter filter)Returns the count of managed objects from the platform based on specified filter.IntegerInventoryApiImpl. countManagedObjectsByFilter(InventoryFilter filter)ManagedObjectRepresentationInventoryApi. create(ManagedObjectRepresentation managedObject)Creates managed object in the platform.ManagedObjectRepresentationInventoryApiImpl. create(ManagedObjectRepresentation representation)voidInventoryApi. delete(GId id)Deletes the Managed Object from the Cumulocity Server.voidInventoryApiImpl. delete(GId id)voidManagedObject. delete()Deprecated.voidManagedObjectImpl. delete()Deprecated.voidInventoryApi. deleteCascade(GId id)Deletes the Managed Object and all child devices and child assets recursively from the Cumulocity Server.voidInventoryApiImpl. deleteCascade(GId id)voidManagedObject. deleteChildAddition(GId additionId)Deletes the child addition and its relation to the managed object.voidManagedObjectImpl. deleteChildAddition(GId additionId)voidManagedObject. deleteChildAsset(GId assetId)Deletes the child Asset and its relation to the managed object.voidManagedObjectImpl. deleteChildAsset(GId assetId)voidManagedObject. deleteChildDevice(GId deviceId)Deletes the child device and its relation to the managed object.voidManagedObjectImpl. deleteChildDevice(GId deviceId)voidBinariesApi. deleteFile(GId containerId)voidBinariesApiImpl. deleteFile(GId containerId)InputStreamBinariesApi. downloadFile(GId id)InputStreamBinariesApiImpl. downloadFile(GId id)ManagedObjectRepresentationInventoryApi. get(GId id)Returns the Managed Object of the Resource.ManagedObjectRepresentationInventoryApi. get(GId id, QueryParam... params)Returns the Managed Object of the Resource.ManagedObjectRepresentationInventoryApiImpl. get(GId id)ManagedObjectRepresentationInventoryApiImpl. get(GId id, QueryParam... params)ManagedObjectRepresentationManagedObject. get()Deprecated.ManagedObjectRepresentationManagedObjectImpl. get()Deprecated.ManagedObjectReferenceRepresentationManagedObject. getChildAddition(GId additionId)Returns the child additions with the given id.ManagedObjectReferenceRepresentationManagedObjectImpl. getChildAddition(GId additionId)ManagedObjectReferenceCollectionManagedObject. getChildAdditions()Returns all the child additions for the Managed Object in paged collection formManagedObjectReferenceCollectionManagedObjectImpl. getChildAdditions()ManagedObjectReferenceRepresentationManagedObject. getChildAsset(GId assetId)Returns the child Asset with the given id.ManagedObjectReferenceRepresentationManagedObjectImpl. getChildAsset(GId assetId)ManagedObjectReferenceCollectionManagedObject. getChildAssets()Returns all the child Assets for the Managed Object in paged collection formManagedObjectReferenceCollectionManagedObjectImpl. getChildAssets()ManagedObjectReferenceRepresentationManagedObject. getChildDevice(GId deviceId)Returns the child device with the given id.ManagedObjectReferenceRepresentationManagedObjectImpl. getChildDevice(GId deviceId)ManagedObjectReferenceCollectionManagedObject. getChildDevices()Returns all the child Devices for the Managed Object in paged collection form.ManagedObjectReferenceCollectionManagedObjectImpl. getChildDevices()ManagedObjectInventoryApi. getManagedObject(GId gid)Deprecated.ManagedObjectInventoryApiImpl. getManagedObject(GId globalId)ManagedObjectInventoryApi. getManagedObjectApi(GId gid)Gets managed object resource by id.ManagedObjectInventoryApiImpl. getManagedObjectApi(GId globalId)ManagedObjectCollectionInventoryApi. getManagedObjects()Gets the all the managed object in the platformManagedObjectCollectionInventoryApiImpl. getManagedObjects()ManagedObjectCollectionInventoryApi. getManagedObjectsByFilter(InventoryFilter filter)Gets the managed objects from the platform based on specified filter.ManagedObjectCollectionInventoryApiImpl. getManagedObjectsByFilter(InventoryFilter filter)ManagedObjectCollectionInventoryApi. getManagedObjectsByListOfIds(List<GId> ids)Deprecated.ManagedObjectCollectionInventoryApiImpl. getManagedObjectsByListOfIds(List<GId> ids)Deprecated.protected StringInventoryApiImpl. getMOCollectionUrl()SupportedMeasurementsRepresentationInventoryApi. getSupportedMeasurements(GId id)Returns supported measurements of the Managed Object specified by its idSupportedMeasurementsRepresentationInventoryApiImpl. getSupportedMeasurements(GId sourceId)SupportedSeriesRepresentationInventoryApi. getSupportedSeries(GId id)Returns supported series of the Managed Object specified by its idSupportedSeriesRepresentationInventoryApiImpl. getSupportedSeries(GId sourceId)ManagedObjectRepresentationBinariesApi. replaceFile(GId containerId, String contentType, InputStream fileStream)ManagedObjectRepresentationBinariesApiImpl. replaceFile(GId containerId, String contentType, InputStream fileStream)ManagedObjectRepresentationInventoryApi. update(ManagedObjectRepresentation managedObjectRepresentation)This update the ManagedObject for the operationCollection.ManagedObjectRepresentationInventoryApiImpl. update(ManagedObjectRepresentation managedObjectRepresentation)ManagedObjectRepresentationManagedObject. update(ManagedObjectRepresentation managedObjectRepresentation)Deprecated.ManagedObjectRepresentationManagedObjectImpl. update(ManagedObjectRepresentation managedObjectRepresentation)Deprecated.ManagedObjectRepresentationBinariesApi. uploadFile(ManagedObjectRepresentation container, byte[] bytes)ManagedObjectRepresentationBinariesApi. uploadFile(ManagedObjectRepresentation container, InputStream inputStream)ManagedObjectRepresentationBinariesApiImpl. uploadFile(ManagedObjectRepresentation container, byte[] bytes)ManagedObjectRepresentationBinariesApiImpl. uploadFile(ManagedObjectRepresentation container, InputStream inputStream) -
Uses of SDKException in com.cumulocity.sdk.client.measurement
Methods in com.cumulocity.sdk.client.measurement that throw SDKException Modifier and Type Method Description MeasurementRepresentationMeasurementApi. create(MeasurementRepresentation measurement)Creates measurement in the platform.MeasurementRepresentationMeasurementApiImpl. create(MeasurementRepresentation measurementRepresentation)FutureMeasurementApi. createAsync(MeasurementRepresentation measurement)Creates measurement in the platform.FutureMeasurementApiImpl. createAsync(MeasurementRepresentation measurementRepresentation)MeasurementCollectionRepresentationMeasurementApi. createBulk(MeasurementCollectionRepresentation measurementCollection)Creates measurements in the platform.voidMeasurementApi. createBulkWithoutResponse(MeasurementCollectionRepresentation measurementCollection)Creates measurements in the platform.voidMeasurementApi. createWithoutResponse(MeasurementRepresentation measurement)Creates measurement in the platform.voidMeasurementApiImpl. createWithoutResponse(MeasurementRepresentation measurementRepresentation)voidMeasurementApi. delete(MeasurementRepresentation measurement)Deletes measurement from the platform.voidMeasurementApiImpl. delete(MeasurementRepresentation measurement)voidMeasurementApi. deleteMeasurement(MeasurementRepresentation measurement)Deprecated.voidMeasurementApiImpl. deleteMeasurement(MeasurementRepresentation measurement)Deprecated.voidMeasurementApi. deleteMeasurementsByFilter(MeasurementFilter filter)Delete measurements from the platform based on the specified filtervoidMeasurementApiImpl. deleteMeasurementsByFilter(MeasurementFilter filter)MeasurementRepresentationMeasurementApi. getMeasurement(GId gid)Gets measurement by idMeasurementRepresentationMeasurementApiImpl. getMeasurement(GId measurementId)MeasurementCollectionMeasurementApi. getMeasurements()Gets the all the measurement in the platformMeasurementCollectionMeasurementApiImpl. getMeasurements()MeasurementCollectionMeasurementApi. getMeasurementsByFilter(MeasurementFilter filter)Gets the measurements from the platform based on specified filterMeasurementCollectionMeasurementApiImpl. getMeasurementsByFilter(MeasurementFilter filter)protected StringMeasurementApiImpl. getSelfUri() -
Uses of SDKException in com.cumulocity.sdk.client.messaging.notifications
Methods in com.cumulocity.sdk.client.messaging.notifications that throw SDKException Modifier and Type Method Description TokenTokenApi. create(NotificationTokenRequestRepresentation tokenRequest)Creates new access Token.TokenTokenApiImpl. create(NotificationTokenRequestRepresentation tokenRequest)voidNotificationSubscriptionApi. delete(NotificationSubscriptionRepresentation subscription)Delete by object.voidNotificationSubscriptionApiImpl. delete(NotificationSubscriptionRepresentation subscription)voidNotificationSubscriptionApi. deleteById(String subscriptionId)Delete by ID.NotificationSubscriptionCollectionNotificationSubscriptionApi. getSubscriptions()Gets all the subscriptions.NotificationSubscriptionCollectionNotificationSubscriptionApiImpl. getSubscriptions()NotificationSubscriptionCollectionNotificationSubscriptionApi. getSubscriptionsByFilter(NotificationSubscriptionFilter filter)Gets all the subscriptions matching a filter.NotificationSubscriptionCollectionNotificationSubscriptionApiImpl. getSubscriptionsByFilter(NotificationSubscriptionFilter filter)TokenTokenApi. refresh(Token token)Refreshes an expired Token.TokenTokenApiImpl. refresh(Token expiredToken)NotificationSubscriptionRepresentationNotificationSubscriptionApi. subscribe(NotificationSubscriptionRepresentation representation)Creates a subscription to a source.NotificationSubscriptionRepresentationNotificationSubscriptionApiImpl. subscribe(NotificationSubscriptionRepresentation representation)voidTokenApi. unsubscribe(Token token)Unsubscribe a subscriber using supplied Token.voidTokenApiImpl. unsubscribe(Token token)TokenClaimsTokenApi. verify(Token token)Verifies supplied Token.TokenClaimsTokenApiImpl. verify(Token token) -
Uses of SDKException in com.cumulocity.sdk.client.notification
Subclasses of SDKException in com.cumulocity.sdk.client.notification Modifier and Type Class Description classReconnectedSDKExceptionMethods in com.cumulocity.sdk.client.notification that throw SDKException Modifier and Type Method Description Subscription<T>Subscriber. subscribe(T object, SubscribeOperationListener subscribeOperationListener, SubscriptionListener<T,R> handler, boolean autoRetry)Subscription<T>Subscriber. subscribe(T object, SubscriptionListener<T,R> handler) -
Uses of SDKException in com.cumulocity.sdk.client.option
Methods in com.cumulocity.sdk.client.option that throw SDKException Modifier and Type Method Description voidTenantOptionApi. delete(OptionPK optionPK)Deletes option from the platform.voidTenantOptionApiImpl. delete(OptionPK optionPK)List<OptionRepresentation>TenantOptionApi. getAllOptionsForCategory(String category)Gets all options from the platform for the specific category Requires role ROLE_OPTION_MANAGEMENT_READList<OptionRepresentation>TenantOptionApiImpl. getAllOptionsForCategory(String category)OptionRepresentationSystemOptionApi. getOption(OptionPK optionPK)Gets an option by id Requires role ROLE_OPTION_MANAGEMENT_READOptionRepresentationSystemOptionApiImpl. getOption(OptionPK optionPK)OptionRepresentationTenantOptionApi. getOption(OptionPK optionPK)Gets an option by id Requires role ROLE_OPTION_MANAGEMENT_READOptionRepresentationTenantOptionApiImpl. getOption(OptionPK optionPK)TenantOptionCollectionTenantOptionApi. getOptions()Gets all options from the platform Requires role ROLE_OPTION_MANAGEMENT_READTenantOptionCollectionTenantOptionApiImpl. getOptions()OptionRepresentationTenantOptionApi. save(OptionRepresentation option)Creates or updates an option in the platform.OptionRepresentationTenantOptionApiImpl. save(OptionRepresentation representation)FutureTenantOptionApi. saveAsync(OptionRepresentation option)Creates or updates an option in the platform.FutureTenantOptionApiImpl. saveAsync(OptionRepresentation representation)
-