Uses of Interface
com.cumulocity.sdk.client.PagedCollectionResource

Packages that use PagedCollectionResource
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 PagedCollectionResource in com.cumulocity.sdk.client
 

Classes in com.cumulocity.sdk.client that implement PagedCollectionResource
 class EmptyPagedCollectionResource<T extends BaseCollectionRepresentation>
           
 class PagedCollectionResourceImpl<T extends BaseCollectionRepresentation>
           
 

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

Classes in com.cumulocity.sdk.client.alarm that implement PagedCollectionResource
 class AlarmCollectionImpl
           
 

Methods in com.cumulocity.sdk.client.alarm that return PagedCollectionResource
 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)
           
 

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

Classes in com.cumulocity.sdk.client.audit that implement PagedCollectionResource
 class AuditRecordCollectionImpl
           
 

Methods in com.cumulocity.sdk.client.audit that return PagedCollectionResource
 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 PagedCollectionResource in com.cumulocity.sdk.client.devicecontrol
 

Classes in com.cumulocity.sdk.client.devicecontrol that implement PagedCollectionResource
 class OperationCollectionImpl
           
 

Methods in com.cumulocity.sdk.client.devicecontrol that return PagedCollectionResource
 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)
           
 

Uses of PagedCollectionResource in com.cumulocity.sdk.client.devicecontrol.autopoll
 

Constructors in com.cumulocity.sdk.client.devicecontrol.autopoll with parameters of type PagedCollectionResource
OperationsPollingTask(PagedCollectionResource<OperationCollectionRepresentation> operationCollection, OperationsQueue queue)
           
 

Uses of PagedCollectionResource in com.cumulocity.sdk.client.event
 

Classes in com.cumulocity.sdk.client.event that implement PagedCollectionResource
 class EventCollectionImpl
           
 

Methods in com.cumulocity.sdk.client.event that return PagedCollectionResource
 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 PagedCollectionResource in com.cumulocity.sdk.client.identity
 

Classes in com.cumulocity.sdk.client.identity that implement PagedCollectionResource
 class ExternalIDCollectionImpl
           
 

Methods in com.cumulocity.sdk.client.identity that return PagedCollectionResource
 PagedCollectionResource<ExternalIDCollectionRepresentation> IdentityApiImpl.getExternalIdsOfGlobalId(GId gid)
           
 PagedCollectionResource<ExternalIDCollectionRepresentation> IdentityApi.getExternalIdsOfGlobalId(GId gid)
          Gets the external ids associated with the given global id
 

Uses of PagedCollectionResource in com.cumulocity.sdk.client.inventory
 

Classes in com.cumulocity.sdk.client.inventory that implement PagedCollectionResource
 class ManagedObjectCollectionImpl
           
 class ManagedObjectReferenceCollectionImpl
           
 

Methods in com.cumulocity.sdk.client.inventory that return PagedCollectionResource
 PagedCollectionResource<ManagedObjectReferenceCollectionRepresentation> ManagedObjectImpl.getChildAssets()
           
 PagedCollectionResource<ManagedObjectReferenceCollectionRepresentation> ManagedObject.getChildAssets()
          Returns all the child Assets for the Managed Object in paged collection form
 PagedCollectionResource<ManagedObjectReferenceCollectionRepresentation> ManagedObjectImpl.getChildDevices()
           
 PagedCollectionResource<ManagedObjectReferenceCollectionRepresentation> ManagedObject.getChildDevices()
          Returns all the child Devices for the Managed Object in paged collection form.
 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
 

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

Classes in com.cumulocity.sdk.client.measurement that implement PagedCollectionResource
 class MeasurementCollectionImpl
           
 

Methods in com.cumulocity.sdk.client.measurement that return PagedCollectionResource
 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)
           
 



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