Uses of Class
com.cumulocity.rest.representation.operation.OperationRepresentation

Packages that use OperationRepresentation
com.cumulocity.rest.representation.operation   
com.cumulocity.sdk.client.devicecontrol   
com.cumulocity.sdk.client.devicecontrol.autopoll   
com.cumulocity.sdk.client.measurement.autopoll   
 

Uses of OperationRepresentation in com.cumulocity.rest.representation.operation
 

Methods in com.cumulocity.rest.representation.operation that return OperationRepresentation
static OperationRepresentation Operations.createNewMeasurementOperation()
          Returns operation that triggers a new measurement to be made.
 

Methods in com.cumulocity.rest.representation.operation that return types with arguments of type OperationRepresentation
 List<OperationRepresentation> OperationCollectionRepresentation.getOperations()
           
 

Method parameters in com.cumulocity.rest.representation.operation with type arguments of type OperationRepresentation
 void OperationCollectionRepresentation.setOperations(List<OperationRepresentation> operations)
           
 

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

Methods in com.cumulocity.sdk.client.devicecontrol that return OperationRepresentation
 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)
           
 OperationRepresentation DeviceControlApi.update(OperationRepresentation operation)
          Updates operation in the platform.
 OperationRepresentation DeviceControlApiImpl.update(OperationRepresentation operation)
           
 

Methods in com.cumulocity.sdk.client.devicecontrol with parameters of type OperationRepresentation
 OperationRepresentation DeviceControlApi.create(OperationRepresentation operation)
          Creates operation in the platform.
 OperationRepresentation DeviceControlApiImpl.create(OperationRepresentation operation)
           
 OperationRepresentation DeviceControlApi.update(OperationRepresentation operation)
          Updates operation in the platform.
 OperationRepresentation DeviceControlApiImpl.update(OperationRepresentation operation)
           
 

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

Methods in com.cumulocity.sdk.client.devicecontrol.autopoll with parameters of type OperationRepresentation
 boolean OperationsQueue.add(OperationRepresentation arg0)
           
 boolean OperationProcessor.process(OperationRepresentation operation)
          Processes operation
 

Method parameters in com.cumulocity.sdk.client.devicecontrol.autopoll with type arguments of type OperationRepresentation
 boolean OperationsQueue.addAll(Collection<? extends OperationRepresentation> arg0)
           
 

Uses of OperationRepresentation in com.cumulocity.sdk.client.measurement.autopoll
 

Methods in com.cumulocity.sdk.client.measurement.autopoll that return OperationRepresentation
 OperationRepresentation MeasurementRequestTask.getNewMeasurementOperation()
           
 



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