Modifier and Type | Method and Description |
---|---|
void |
ResponseParser.checkStatus(com.sun.jersey.api.client.ClientResponse response,
int... expectedStatusCodes) |
static Platform |
PlatformImpl.createPlatform()
This static method creates the Platform from the system parameters.
|
void |
RestConnector.delete(String path) |
void |
RestOperations.delete(String path) |
C |
PagedCollectionResource.get(int pageSize,
QueryParam... queryParams)
The method returns the first page.
|
I |
PagedCollectionResourceImpl.get(int pageSize,
QueryParam... queryParams) |
protected I |
PagedCollectionResourceImpl.get(Map<String,String> params) |
C |
PagedCollectionResource.get(QueryParam... queryParams)
The method returns the first page.
|
I |
PagedCollectionResourceImpl.get(QueryParam... queryParams) |
<T extends ResourceRepresentation> |
RestConnector.get(String path,
CumulocityMediaType mediaType,
Class<T> responseType) |
<T extends ResourceRepresentation> |
RestOperations.get(String path,
CumulocityMediaType mediaType,
Class<T> responseType) |
<T> T |
RestConnector.get(String path,
javax.ws.rs.core.MediaType mediaType,
Class<T> responseType) |
<T> T |
RestOperations.get(String path,
javax.ws.rs.core.MediaType mediaType,
Class<T> responseType) |
AlarmApi |
Platform.getAlarmApi() |
AlarmApi |
PlatformImpl.getAlarmApi() |
AuditRecordApi |
Platform.getAuditRecordApi() |
AuditRecordApi |
PlatformImpl.getAuditRecordApi() |
BinariesApi |
Platform.getBinariesApi() |
BinariesApi |
PlatformImpl.getBinariesApi() |
CepApi |
Platform.getCepApi() |
CepApi |
PlatformImpl.getCepApi() |
protected I |
PagedCollectionResourceImpl.getCollection(String url) |
DeviceControlApi |
Platform.getDeviceControlApi() |
DeviceControlApi |
PlatformImpl.getDeviceControlApi() |
DeviceCredentialsApi |
Platform.getDeviceCredentialsApi() |
DeviceCredentialsApi |
PlatformImpl.getDeviceCredentialsApi() |
EventApi |
Platform.getEventApi() |
EventApi |
PlatformImpl.getEventApi() |
IdentityApi |
Platform.getIdentityApi() |
IdentityApi |
PlatformImpl.getIdentityApi() |
InventoryApi |
Platform.getInventoryApi() |
InventoryApi |
PlatformImpl.getInventoryApi() |
MeasurementApi |
Platform.getMeasurementApi() |
MeasurementApi |
PlatformImpl.getMeasurementApi() |
C |
PagedCollectionResource.getNextPage(BaseCollectionRepresentation collectionRepresentation)
The method returns the next page from the collection.
|
I |
PagedCollectionResourceImpl.getNextPage(BaseCollectionRepresentation collectionRepresentation) |
C |
PagedCollectionResource.getPage(BaseCollectionRepresentation collectionRepresentation,
int pageNumber)
The method returns the specified page number.
|
I |
PagedCollectionResourceImpl.getPage(BaseCollectionRepresentation collectionRepresentation,
int pageNumber) |
C |
PagedCollectionResource.getPage(BaseCollectionRepresentation collectionRepresentation,
int pageNumber,
int pageSize)
The method returns the specified page number.
|
I |
PagedCollectionResourceImpl.getPage(BaseCollectionRepresentation collectionRepresentation,
int pageNumber,
int pageSize) |
C |
PagedCollectionResource.getPreviousPage(BaseCollectionRepresentation collectionRepresentation)
This method returns the previous page in the collection.
|
I |
PagedCollectionResourceImpl.getPreviousPage(BaseCollectionRepresentation collectionRepresentation) |
javax.ws.rs.core.Response.Status |
RestConnector.getStatus(String path,
CumulocityMediaType mediaType) |
javax.ws.rs.core.Response.Status |
RestOperations.getStatus(String path,
CumulocityMediaType mediaType) |
SystemOptionApi |
Platform.getSystemOptionApi() |
SystemOptionApi |
PlatformImpl.getSystemOptionApi() |
TenantOptionApi |
Platform.getTenantOptionApi() |
TenantOptionApi |
PlatformImpl.getTenantOptionApi() |
UserApi |
Platform.getUserApi() |
UserApi |
PlatformImpl.getUserApi() |
<T extends ResourceRepresentation> |
ResponseParser.parse(com.sun.jersey.api.client.ClientResponse response,
Class<T> type,
int... expectedStatusCodes) |
<T> T |
ResponseParser.parseObject(com.sun.jersey.api.client.ClientResponse response,
int expectedStatusCode,
Class<T> type) |
<T extends ResourceRepresentation> |
RestConnector.post(String path,
javax.ws.rs.core.MediaType mediaType,
T representation) |
<T extends ResourceRepresentation> |
RestOperations.post(String path,
javax.ws.rs.core.MediaType mediaType,
T representation) |
<T extends ResourceRepresentationWithId> |
RestConnector.post(String path,
javax.ws.rs.core.MediaType mediaType,
T representation) |
<T extends ResourceRepresentationWithId> |
RestOperations.post(String path,
javax.ws.rs.core.MediaType mediaType,
T representation) |
<T extends ResourceRepresentation> |
RestConnector.postAsync(String path,
CumulocityMediaType mediaType,
T representation) |
<T extends ResourceRepresentation> |
RestOperations.postAsync(String path,
CumulocityMediaType mediaType,
T representation) |
<T extends ResourceRepresentation> |
RestConnector.postStream(String path,
CumulocityMediaType mediaType,
InputStream content,
Class<T> responseClass) |
<T extends ResourceRepresentation> |
RestOperations.postStream(String path,
CumulocityMediaType mediaType,
InputStream content,
Class<T> responseClass) |
<T extends ResourceRepresentation> |
RestConnector.postWithoutResponse(String path,
javax.ws.rs.core.MediaType mediaType,
T representation) |
<T extends ResourceRepresentation> |
RestOperations.postWithoutResponse(String path,
javax.ws.rs.core.MediaType mediaType,
T representation) |
<T extends ResourceRepresentation> |
RestConnector.put(String path,
javax.ws.rs.core.MediaType mediaType,
T representation) |
<T extends ResourceRepresentation> |
RestOperations.put(String path,
javax.ws.rs.core.MediaType mediaType,
T representation) |
<T extends ResourceRepresentationWithId> |
RestConnector.put(String path,
javax.ws.rs.core.MediaType mediaType,
T representation) |
<T extends ResourceRepresentationWithId> |
RestOperations.put(String path,
javax.ws.rs.core.MediaType mediaType,
T representation) |
<T extends ResourceRepresentation> |
RestConnector.putAsync(String path,
CumulocityMediaType mediaType,
T representation) |
<T extends ResourceRepresentation> |
RestOperations.putAsync(String path,
CumulocityMediaType mediaType,
T representation) |
String |
UrlProcessor.removeQueryParam(String url,
Collection<String> params) |
String |
UrlProcessor.replaceOrAddQueryParam(String url,
Map<String,String> newParams) |
Modifier and Type | Method and Description |
---|---|
AlarmRepresentation |
AlarmApi.create(AlarmRepresentation alarm)
Creates an alarm in the platform.
|
AlarmRepresentation |
AlarmApiImpl.create(AlarmRepresentation representation) |
Future |
AlarmApi.createAsync(AlarmRepresentation alarm)
Creates an alarm in the platform.
|
Future |
AlarmApiImpl.createAsync(AlarmRepresentation representation) |
void |
AlarmApi.deleteAlarmsByFilter(AlarmFilter filter)
Delete alarms from the platform based on the specified filter
|
void |
AlarmApiImpl.deleteAlarmsByFilter(AlarmFilter filter) |
AlarmRepresentation |
AlarmApi.getAlarm(com.cumulocity.model.idtype.GId gid)
Gets an alarm by id
|
AlarmRepresentation |
AlarmApiImpl.getAlarm(com.cumulocity.model.idtype.GId alarmId) |
AlarmCollection |
AlarmApi.getAlarms()
Gets all alarms from the platform
|
AlarmCollection |
AlarmApiImpl.getAlarms() |
AlarmCollection |
AlarmApi.getAlarmsByFilter(AlarmFilter filter)
Gets alarms from the platform based on the specified filter
|
AlarmCollection |
AlarmApiImpl.getAlarmsByFilter(AlarmFilter filter) |
AlarmRepresentation |
AlarmApi.update(AlarmRepresentation alarm)
Updates an alarm in the platform.
|
AlarmRepresentation |
AlarmApiImpl.update(AlarmRepresentation alarmToUpdate) |
AlarmRepresentation |
AlarmApi.updateAlarm(AlarmRepresentation alarm)
Deprecated.
|
AlarmRepresentation |
AlarmApiImpl.updateAlarm(AlarmRepresentation alarmToUpdate)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AuditRecordRepresentation |
AuditRecordApi.create(AuditRecordRepresentation auditRecord)
Creates an audit record in the platform.
|
AuditRecordRepresentation |
AuditRecordApiImpl.create(AuditRecordRepresentation representation) |
AuditRecordRepresentation |
AuditRecordApi.getAuditRecord(com.cumulocity.model.idtype.GId gid)
Gets an audit record by id
|
AuditRecordRepresentation |
AuditRecordApiImpl.getAuditRecord(com.cumulocity.model.idtype.GId gid) |
AuditRecordCollection |
AuditRecordApi.getAuditRecords()
Gets all audit records from the platform
|
AuditRecordCollection |
AuditRecordApiImpl.getAuditRecords() |
AuditRecordCollection |
AuditRecordApi.getAuditRecordsByFilter(AuditRecordFilter filter)
Gets audit records from the platform based on the specified filter
|
AuditRecordCollection |
AuditRecordApiImpl.getAuditRecordsByFilter(AuditRecordFilter filter) |
Modifier and Type | Method and Description |
---|---|
Object |
Future.get()
Waits for the response to complete
|
Modifier and Type | Method and Description |
---|---|
Subscription<String> |
InventoryRealtimeDeleteAwareNotificationsSubscriber.subscribe(String agentId,
SubscribeOperationListener subscribeOperationListener,
SubscriptionListener<String,ManagedObjectDeleteAwareNotification> handler,
boolean autoRetry) |
Subscription<String> |
InventoryRealtimeNotificationsSubscriber.subscribe(String channelID,
SubscribeOperationListener subscribeOperationListener,
SubscriptionListener<String,ManagedObjectNotification> handler,
boolean autoRetry)
Deprecated.
|
Subscription<String> |
CepCustomNotificationsSubscriber.subscribe(String channelID,
SubscribeOperationListener subscribeOperationListener,
SubscriptionListener<String,Object> handler,
boolean autoRetry) |
Subscription<String> |
InventoryRealtimeDeleteAwareNotificationsSubscriber.subscribe(String channelID,
SubscriptionListener<String,ManagedObjectDeleteAwareNotification> handler) |
Subscription<String> |
InventoryRealtimeNotificationsSubscriber.subscribe(String channelID,
SubscriptionListener<String,ManagedObjectNotification> handler)
Deprecated.
This method does NOT allow to receive device realtime DELETE actions
|
Subscription<String> |
CepCustomNotificationsSubscriber.subscribe(String channelID,
SubscriptionListener<String,Object> handler) |
Modifier and Type | Method and Description |
---|---|
OperationRepresentation |
DeviceControlApi.create(OperationRepresentation operation)
Creates operation in the platform.
|
OperationRepresentation |
DeviceControlApiImpl.create(OperationRepresentation operation) |
Subscriber<com.cumulocity.model.idtype.GId,OperationRepresentation> |
DeviceControlApi.getNotificationsSubscriber()
Gets the notifications subscriber, which allows to receive newly created operations for agent.
|
Subscriber<com.cumulocity.model.idtype.GId,OperationRepresentation> |
DeviceControlApiImpl.getNotificationsSubscriber() |
OperationRepresentation |
DeviceControlApi.getOperation(com.cumulocity.model.idtype.GId gid)
Gets operation by id
|
OperationRepresentation |
DeviceControlApiImpl.getOperation(com.cumulocity.model.idtype.GId gid) |
OperationCollection |
DeviceControlApi.getOperations()
Gets the all the operation in the platform
|
OperationCollection |
DeviceControlApiImpl.getOperations() |
OperationCollection |
DeviceControlApi.getOperationsByFilter(OperationFilter filter)
Gets the operations from the platform based on specified filter.
|
OperationCollection |
DeviceControlApiImpl.getOperationsByFilter(OperationFilter filter) |
OperationRepresentation |
DeviceControlApi.update(OperationRepresentation operation)
Updates operation in the platform.
|
OperationRepresentation |
DeviceControlApiImpl.update(OperationRepresentation operation) |
Future |
DeviceControlApi.updateAsync(OperationRepresentation operation)
Updates operation in the platform.
|
Future |
DeviceControlApiImpl.updateAsync(OperationRepresentation operation) |
Constructor and Description |
---|
OperationsByAgentAndStatusPollerImpl(DeviceControlApi deviceControlApi,
String agentId,
com.cumulocity.model.operation.OperationStatus status,
OperationProcessor operationProcessor) |
Modifier and Type | Method and Description |
---|---|
Subscription<com.cumulocity.model.idtype.GId> |
OperationNotificationSubscriber.subscribe(com.cumulocity.model.idtype.GId agentId,
SubscribeOperationListener subscribeOperationListener,
SubscriptionListener<com.cumulocity.model.idtype.GId,OperationRepresentation> handler,
boolean autoRetry) |
Subscription<com.cumulocity.model.idtype.GId> |
OperationNotificationSubscriber.subscribe(com.cumulocity.model.idtype.GId agentId,
SubscriptionListener<com.cumulocity.model.idtype.GId,OperationRepresentation> handler) |
Modifier and Type | Method and Description |
---|---|
EventRepresentation |
EventApi.create(EventRepresentation event)
Creates event in the platform.
|
EventRepresentation |
EventApiImpl.create(EventRepresentation representation) |
Future |
EventApi.createAsync(EventRepresentation event)
Creates event in the platform.
|
Future |
EventApiImpl.createAsync(EventRepresentation representation) |
void |
EventApi.delete(EventRepresentation event)
Deletes event from the platform.
|
void |
EventApiImpl.delete(EventRepresentation event) |
void |
EventApi.deleteEventsByFilter(EventFilter filter)
Deletes events from the platform based on the specified filter
|
void |
EventApiImpl.deleteEventsByFilter(EventFilter filter) |
EventRepresentation |
EventApi.getEvent(com.cumulocity.model.idtype.GId gid)
Gets event by id
|
EventRepresentation |
EventApiImpl.getEvent(com.cumulocity.model.idtype.GId eventId) |
EventCollection |
EventApi.getEvents()
Gets the all the event in the platform
|
EventCollection |
EventApiImpl.getEvents() |
EventCollection |
EventApi.getEventsByFilter(EventFilter filter)
Gets the events from the platform based on specified filter
|
EventCollection |
EventApiImpl.getEventsByFilter(EventFilter filter) |
EventRepresentation |
EventApi.update(EventRepresentation eventRepresentation)
This update the event in the platform.
|
EventRepresentation |
EventApiImpl.update(EventRepresentation eventRepresentation) |
Modifier and Type | Method and Description |
---|---|
ExternalIDRepresentation |
IdentityApi.create(ExternalIDRepresentation externalId)
Creates an association between the external id and its global id in the platform.
|
ExternalIDRepresentation |
IdentityApiImpl.create(ExternalIDRepresentation representation) |
void |
IdentityApi.deleteExternalId(ExternalIDRepresentation externalId)
Deletes between the external id and its global id in the platform.
|
void |
IdentityApiImpl.deleteExternalId(ExternalIDRepresentation extIdRep) |
ExternalIDRepresentation |
IdentityApi.getExternalId(com.cumulocity.model.ID extId)
Gets external id representation from the platform by the given external id.
|
ExternalIDRepresentation |
IdentityApiImpl.getExternalId(com.cumulocity.model.ID extId) |
ExternalIDCollection |
IdentityApi.getExternalIdsOfGlobalId(com.cumulocity.model.idtype.GId gid)
Gets the external ids associated with the given global id
|
ExternalIDCollection |
IdentityApiImpl.getExternalIdsOfGlobalId(com.cumulocity.model.idtype.GId gid) |
Modifier and Type | Method and Description |
---|---|
ManagedObjectRepresentation |
ManagedObject.addChildAddition(ManagedObjectRepresentation representation)
Create ManagedObject and adds as child addition to the parent ManagedObject.
|
ManagedObjectRepresentation |
ManagedObjectImpl.addChildAddition(ManagedObjectRepresentation representation) |
ManagedObjectReferenceRepresentation |
ManagedObject.addChildAdditions(com.cumulocity.model.idtype.GId childId)
Adds a child addition to the ManagedObject.
|
ManagedObjectReferenceRepresentation |
ManagedObjectImpl.addChildAdditions(com.cumulocity.model.idtype.GId childId) |
ManagedObjectReferenceRepresentation |
ManagedObject.addChildAdditions(ManagedObjectReferenceRepresentation refrenceReprsentation)
Adds a child addition to the ManagedObject.
|
ManagedObjectReferenceRepresentation |
ManagedObjectImpl.addChildAdditions(ManagedObjectReferenceRepresentation refrenceReprsentation) |
ManagedObjectRepresentation |
ManagedObject.addChildAsset(ManagedObjectRepresentation representation)
Create ManagedObject and adds as child asset to the parent ManagedObject.
|
ManagedObjectRepresentation |
ManagedObjectImpl.addChildAsset(ManagedObjectRepresentation representation) |
ManagedObjectReferenceRepresentation |
ManagedObject.addChildAssets(com.cumulocity.model.idtype.GId childId)
Adds a child asset to the ManagedObject.
|
ManagedObjectReferenceRepresentation |
ManagedObjectImpl.addChildAssets(com.cumulocity.model.idtype.GId childId) |
ManagedObjectReferenceRepresentation |
ManagedObject.addChildAssets(ManagedObjectReferenceRepresentation refrenceReprsentation)
Adds a child asset to the ManagedObject.
|
ManagedObjectReferenceRepresentation |
ManagedObjectImpl.addChildAssets(ManagedObjectReferenceRepresentation refrenceReprsentation) |
ManagedObjectReferenceRepresentation |
ManagedObject.addChildDevice(com.cumulocity.model.idtype.GId childId)
Adds a child device to the ManagedObject.
|
ManagedObjectReferenceRepresentation |
ManagedObjectImpl.addChildDevice(com.cumulocity.model.idtype.GId childId) |
ManagedObjectReferenceRepresentation |
ManagedObject.addChildDevice(ManagedObjectReferenceRepresentation refrenceReprsentation)
Adds a child device to the ManagedObject.
|
ManagedObjectReferenceRepresentation |
ManagedObjectImpl.addChildDevice(ManagedObjectReferenceRepresentation refrenceReprsentation) |
ManagedObjectRepresentation |
ManagedObject.addChildDevice(ManagedObjectRepresentation representation)
Create ManagedObject and adds as child device to the parent ManagedObject.
|
ManagedObjectRepresentation |
ManagedObjectImpl.addChildDevice(ManagedObjectRepresentation representation) |
ManagedObjectRepresentation |
InventoryApi.create(ManagedObjectRepresentation managedObject)
Creates managed object in the platform.
|
ManagedObjectRepresentation |
InventoryApiImpl.create(ManagedObjectRepresentation representation) |
void |
ManagedObject.delete()
Deprecated.
|
void |
ManagedObjectImpl.delete()
Deprecated.
|
void |
InventoryApi.delete(com.cumulocity.model.idtype.GId id)
Deletes the Managed Object from the Cumulocity Server.
|
void |
InventoryApiImpl.delete(com.cumulocity.model.idtype.GId id) |
void |
InventoryApi.deleteCascade(com.cumulocity.model.idtype.GId id)
Deletes the Managed Object and all child devices and child assets recursively from the Cumulocity Server.
|
void |
InventoryApiImpl.deleteCascade(com.cumulocity.model.idtype.GId id) |
void |
ManagedObject.deleteChildAddition(com.cumulocity.model.idtype.GId additionId)
Deletes the child addition and its relation to the managed object.
|
void |
ManagedObjectImpl.deleteChildAddition(com.cumulocity.model.idtype.GId additionId) |
void |
ManagedObject.deleteChildAsset(com.cumulocity.model.idtype.GId assetId)
Deletes the child Asset and its relation to the managed object.
|
void |
ManagedObjectImpl.deleteChildAsset(com.cumulocity.model.idtype.GId assetId) |
void |
ManagedObject.deleteChildDevice(com.cumulocity.model.idtype.GId deviceId)
Deletes the child device and its relation to the managed object.
|
void |
ManagedObjectImpl.deleteChildDevice(com.cumulocity.model.idtype.GId deviceId) |
void |
BinariesApi.deleteFile(com.cumulocity.model.idtype.GId containerId) |
void |
BinariesApiImpl.deleteFile(com.cumulocity.model.idtype.GId containerId) |
InputStream |
BinariesApi.downloadFile(com.cumulocity.model.idtype.GId id) |
InputStream |
BinariesApiImpl.downloadFile(com.cumulocity.model.idtype.GId id) |
ManagedObjectRepresentation |
ManagedObject.get()
Deprecated.
|
ManagedObjectRepresentation |
ManagedObjectImpl.get()
Deprecated.
|
ManagedObjectRepresentation |
InventoryApi.get(com.cumulocity.model.idtype.GId id)
Returns the Managed Object of the Resource.
|
ManagedObjectRepresentation |
InventoryApiImpl.get(com.cumulocity.model.idtype.GId id) |
ManagedObjectRepresentation |
InventoryApi.get(com.cumulocity.model.idtype.GId id,
QueryParam... params)
Returns the Managed Object of the Resource.
|
ManagedObjectRepresentation |
InventoryApiImpl.get(com.cumulocity.model.idtype.GId id,
QueryParam... params) |
ManagedObjectReferenceRepresentation |
ManagedObject.getChildAddition(com.cumulocity.model.idtype.GId additionId)
Returns the child additions with the given id.
|
ManagedObjectReferenceRepresentation |
ManagedObjectImpl.getChildAddition(com.cumulocity.model.idtype.GId additionId) |
ManagedObjectReferenceCollection |
ManagedObject.getChildAdditions()
Returns all the child additions for the Managed Object in paged collection form
|
ManagedObjectReferenceCollection |
ManagedObjectImpl.getChildAdditions() |
ManagedObjectReferenceRepresentation |
ManagedObject.getChildAsset(com.cumulocity.model.idtype.GId assetId)
Returns the child Asset with the given id.
|
ManagedObjectReferenceRepresentation |
ManagedObjectImpl.getChildAsset(com.cumulocity.model.idtype.GId assetId) |
ManagedObjectReferenceCollection |
ManagedObject.getChildAssets()
Returns all the child Assets for the Managed Object in paged collection form
|
ManagedObjectReferenceCollection |
ManagedObjectImpl.getChildAssets() |
ManagedObjectReferenceRepresentation |
ManagedObject.getChildDevice(com.cumulocity.model.idtype.GId deviceId)
Returns the child device with the given id.
|
ManagedObjectReferenceRepresentation |
ManagedObjectImpl.getChildDevice(com.cumulocity.model.idtype.GId deviceId) |
ManagedObjectReferenceCollection |
ManagedObject.getChildDevices()
Returns all the child Devices for the Managed Object in paged collection form.
|
ManagedObjectReferenceCollection |
ManagedObjectImpl.getChildDevices() |
ManagedObject |
InventoryApi.getManagedObject(com.cumulocity.model.idtype.GId gid)
Deprecated.
|
ManagedObject |
InventoryApiImpl.getManagedObject(com.cumulocity.model.idtype.GId globalId) |
ManagedObject |
InventoryApi.getManagedObjectApi(com.cumulocity.model.idtype.GId gid)
Gets managed object resource by id.
|
ManagedObject |
InventoryApiImpl.getManagedObjectApi(com.cumulocity.model.idtype.GId globalId) |
ManagedObjectCollection |
InventoryApi.getManagedObjects()
Gets the all the managed object in the platform
|
ManagedObjectCollection |
InventoryApiImpl.getManagedObjects() |
ManagedObjectCollection |
InventoryApi.getManagedObjectsByFilter(InventoryFilter filter)
Gets the managed objects from the platform based on specified filter.
|
ManagedObjectCollection |
InventoryApiImpl.getManagedObjectsByFilter(InventoryFilter filter) |
ManagedObjectCollection |
InventoryApi.getManagedObjectsByListOfIds(List<com.cumulocity.model.idtype.GId> ids)
Deprecated.
|
ManagedObjectCollection |
InventoryApiImpl.getManagedObjectsByListOfIds(List<com.cumulocity.model.idtype.GId> ids)
Deprecated.
|
protected String |
InventoryApiImpl.getMOCollectionUrl() |
SupportedMeasurementsRepresentation |
InventoryApi.getSupportedMeasurements(com.cumulocity.model.idtype.GId id)
Returns supported measurements of the Managed Object specified by its id
|
SupportedMeasurementsRepresentation |
InventoryApiImpl.getSupportedMeasurements(com.cumulocity.model.idtype.GId sourceId) |
SupportedSeriesRepresentation |
InventoryApi.getSupportedSeries(com.cumulocity.model.idtype.GId id)
Returns supported series of the Managed Object specified by its id
|
SupportedSeriesRepresentation |
InventoryApiImpl.getSupportedSeries(com.cumulocity.model.idtype.GId sourceId) |
ManagedObjectRepresentation |
BinariesApi.replaceFile(com.cumulocity.model.idtype.GId containerId,
String contentType,
InputStream fileStream) |
ManagedObjectRepresentation |
BinariesApiImpl.replaceFile(com.cumulocity.model.idtype.GId containerId,
String contentType,
InputStream fileStream) |
ManagedObjectRepresentation |
InventoryApi.update(ManagedObjectRepresentation managedObjectRepresentation)
This update the ManagedObject for the operationCollection.
|
ManagedObjectRepresentation |
InventoryApiImpl.update(ManagedObjectRepresentation managedObjectRepresentation) |
ManagedObjectRepresentation |
ManagedObject.update(ManagedObjectRepresentation managedObjectRepresentation)
Deprecated.
|
ManagedObjectRepresentation |
ManagedObjectImpl.update(ManagedObjectRepresentation managedObjectRepresentation)
Deprecated.
|
ManagedObjectRepresentation |
BinariesApi.uploadFile(ManagedObjectRepresentation container,
byte[] bytes) |
ManagedObjectRepresentation |
BinariesApiImpl.uploadFile(ManagedObjectRepresentation container,
byte[] bytes) |
ManagedObjectRepresentation |
BinariesApi.uploadFile(ManagedObjectRepresentation container,
InputStream inputStream) |
ManagedObjectRepresentation |
BinariesApiImpl.uploadFile(ManagedObjectRepresentation container,
InputStream inputStream) |
Modifier and Type | Method and Description |
---|---|
MeasurementRepresentation |
MeasurementApi.create(MeasurementRepresentation measurement)
Creates measurement in the platform.
|
MeasurementRepresentation |
MeasurementApiImpl.create(MeasurementRepresentation measurementRepresentation) |
Future |
MeasurementApi.createAsync(MeasurementRepresentation measurement)
Creates measurement in the platform.
|
Future |
MeasurementApiImpl.createAsync(MeasurementRepresentation measurementRepresentation) |
MeasurementCollectionRepresentation |
MeasurementApi.createBulk(MeasurementCollectionRepresentation measurementCollection)
Creates measurements in the platform.
|
void |
MeasurementApi.createBulkWithoutResponse(MeasurementCollectionRepresentation measurementCollection)
Creates measurements in the platform.
|
void |
MeasurementApi.createWithoutResponse(MeasurementRepresentation measurement)
Creates measurement in the platform.
|
void |
MeasurementApiImpl.createWithoutResponse(MeasurementRepresentation measurementRepresentation) |
void |
MeasurementApi.delete(MeasurementRepresentation measurement)
Deletes measurement from the platform.
|
void |
MeasurementApiImpl.delete(MeasurementRepresentation measurement) |
void |
MeasurementApi.deleteMeasurement(MeasurementRepresentation measurement)
Deprecated.
|
void |
MeasurementApiImpl.deleteMeasurement(MeasurementRepresentation measurement)
Deprecated.
|
void |
MeasurementApi.deleteMeasurementsByFilter(MeasurementFilter filter)
Delete measurements from the platform based on the specified filter
|
void |
MeasurementApiImpl.deleteMeasurementsByFilter(MeasurementFilter filter) |
MeasurementRepresentation |
MeasurementApi.getMeasurement(com.cumulocity.model.idtype.GId gid)
Gets measurement by id
|
MeasurementRepresentation |
MeasurementApiImpl.getMeasurement(com.cumulocity.model.idtype.GId measurementId) |
MeasurementCollection |
MeasurementApi.getMeasurements()
Gets the all the measurement in the platform
|
MeasurementCollection |
MeasurementApiImpl.getMeasurements() |
MeasurementCollection |
MeasurementApi.getMeasurementsByFilter(MeasurementFilter filter)
Gets the measurements from the platform based on specified filter
|
MeasurementCollection |
MeasurementApiImpl.getMeasurementsByFilter(MeasurementFilter filter) |
protected String |
MeasurementApiImpl.getSelfUri() |
Modifier and Type | Class and Description |
---|---|
class |
ReconnectedSDKException |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
void |
TenantOptionApi.delete(com.cumulocity.model.option.OptionPK optionPK)
Deletes option from the platform.
|
void |
TenantOptionApiImpl.delete(com.cumulocity.model.option.OptionPK optionPK) |
List<OptionRepresentation> |
TenantOptionApi.getAllOptionsForCategory(String category)
Gets all options from the platform for the specific category
Requires role ROLE_OPTION_MANAGEMENT_READ
|
List<OptionRepresentation> |
TenantOptionApiImpl.getAllOptionsForCategory(String category) |
OptionRepresentation |
SystemOptionApi.getOption(com.cumulocity.model.option.OptionPK optionPK)
Gets an option by id
Requires role ROLE_OPTION_MANAGEMENT_READ
|
OptionRepresentation |
SystemOptionApiImpl.getOption(com.cumulocity.model.option.OptionPK optionPK) |
OptionRepresentation |
TenantOptionApi.getOption(com.cumulocity.model.option.OptionPK optionPK)
Gets an option by id
Requires role ROLE_OPTION_MANAGEMENT_READ
|
OptionRepresentation |
TenantOptionApiImpl.getOption(com.cumulocity.model.option.OptionPK optionPK) |
TenantOptionCollection |
TenantOptionApi.getOptions()
Gets all options from the platform
Requires role ROLE_OPTION_MANAGEMENT_READ
|
TenantOptionCollection |
TenantOptionApiImpl.getOptions() |
OptionRepresentation |
TenantOptionApi.save(OptionRepresentation option)
Creates or updates an option in the platform.
|
OptionRepresentation |
TenantOptionApiImpl.save(OptionRepresentation representation) |
Future |
TenantOptionApi.saveAsync(OptionRepresentation option)
Creates or updates an option in the platform.
|
Future |
TenantOptionApiImpl.saveAsync(OptionRepresentation representation) |
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.