Uses of Interface
com.cumulocity.sdk.client.devicecontrol.OperationCollection
-
Packages that use OperationCollection Package Description com.cumulocity.sdk.client.devicecontrol com.cumulocity.sdk.client.devicecontrol.autopoll -
-
Uses of OperationCollection in com.cumulocity.sdk.client.devicecontrol
Classes in com.cumulocity.sdk.client.devicecontrol that implement OperationCollection Modifier and Type Class Description classOperationCollectionImplMethods in com.cumulocity.sdk.client.devicecontrol that return OperationCollection Modifier and Type Method Description 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) -
Uses of OperationCollection in com.cumulocity.sdk.client.devicecontrol.autopoll
Constructors in com.cumulocity.sdk.client.devicecontrol.autopoll with parameters of type OperationCollection Constructor Description OperationsPollingTask(OperationCollection operationCollection, OperationsQueue queue)
-