Uses of Class
com.cumulocity.rest.representation.operation.OperationRepresentation
-
-
Uses of OperationRepresentation in com.cumulocity.rest.representation.operation
Methods in com.cumulocity.rest.representation.operation that return OperationRepresentation Modifier and Type Method Description OperationRepresentationOperationRepresentation.OperationRepresentationBuilder. build()Methods in com.cumulocity.rest.representation.operation that return types with arguments of type OperationRepresentation Modifier and Type Method Description List<OperationRepresentation>OperationCollectionRepresentation. getOperations()Iterator<OperationRepresentation>OperationCollectionRepresentation. iterator()Method parameters in com.cumulocity.rest.representation.operation with type arguments of type OperationRepresentation Modifier and Type Method Description voidOperationCollectionRepresentation. setOperations(List<OperationRepresentation> operations) -
Uses of OperationRepresentation in com.cumulocity.sdk.client.devicecontrol
Methods in com.cumulocity.sdk.client.devicecontrol that return OperationRepresentation Modifier and Type Method Description OperationRepresentationDeviceControlApi. create(OperationRepresentation operation)Creates operation in the platform.OperationRepresentationDeviceControlApiImpl. create(OperationRepresentation operation)OperationRepresentationDeviceControlApi. getOperation(GId gid)Gets operation by idOperationRepresentationDeviceControlApiImpl. getOperation(GId gid)OperationRepresentationDeviceControlApi. update(OperationRepresentation operation)Updates operation in the platform.OperationRepresentationDeviceControlApiImpl. update(OperationRepresentation operation)Methods in com.cumulocity.sdk.client.devicecontrol that return types with arguments of type OperationRepresentation Modifier and Type Method Description Iterable<OperationRepresentation>PagedOperationCollectionRepresentation. allPages()Iterable<OperationRepresentation>PagedOperationCollectionRepresentation. elements(int limit)Subscriber<GId,OperationRepresentation>DeviceControlApi. getNotificationsSubscriber()Gets the notifications subscriber, which allows to receive newly created operations for agent.Subscriber<GId,OperationRepresentation>DeviceControlApiImpl. getNotificationsSubscriber()Methods in com.cumulocity.sdk.client.devicecontrol with parameters of type OperationRepresentation Modifier and Type Method Description OperationRepresentationDeviceControlApi. create(OperationRepresentation operation)Creates operation in the platform.OperationRepresentationDeviceControlApiImpl. create(OperationRepresentation operation)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)Constructor parameters in com.cumulocity.sdk.client.devicecontrol with type arguments of type OperationRepresentation Constructor Description PagedOperationCollectionRepresentation(OperationCollectionRepresentation collection, PagedCollectionResource<OperationRepresentation,? extends OperationCollectionRepresentation> collectionResource) -
Uses of OperationRepresentation in com.cumulocity.sdk.client.devicecontrol.autopoll
Methods in com.cumulocity.sdk.client.devicecontrol.autopoll with parameters of type OperationRepresentation Modifier and Type Method Description booleanOperationsQueue. add(OperationRepresentation arg0)booleanOperationProcessor. process(OperationRepresentation operation)Processes operationMethod parameters in com.cumulocity.sdk.client.devicecontrol.autopoll with type arguments of type OperationRepresentation Modifier and Type Method Description booleanOperationsQueue. addAll(Collection<? extends OperationRepresentation> arg0) -
Uses of OperationRepresentation in com.cumulocity.sdk.client.devicecontrol.notification
Method parameters in com.cumulocity.sdk.client.devicecontrol.notification with type arguments of type OperationRepresentation 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)
-