Uses of Class
com.cumulocity.rest.representation.operation.OperationRepresentation
Package
Description
-
Uses of OperationRepresentation in com.cumulocity.rest.representation.operation
Modifier and TypeMethodDescriptionOperationCollectionRepresentation.getOperations()
OperationCollectionRepresentation.iterator()
Modifier and TypeMethodDescriptionvoid
OperationCollectionRepresentation.setOperations
(List<OperationRepresentation> operations) -
Uses of OperationRepresentation in com.cumulocity.sdk.client.devicecontrol
Modifier and TypeMethodDescriptionDeviceControlApi.create
(OperationRepresentation operation) Creates operation in the platform.DeviceControlApiImpl.create
(OperationRepresentation operation) DeviceControlApi.getOperation
(GId gid) Gets operation by idDeviceControlApiImpl.getOperation
(GId gid) DeviceControlApi.update
(OperationRepresentation operation) Updates operation in the platform.DeviceControlApiImpl.update
(OperationRepresentation operation) Modifier and TypeMethodDescriptionPagedOperationCollectionRepresentation.allPages()
PagedOperationCollectionRepresentation.elements
(int limit) DeviceControlApi.getNotificationsSubscriber()
Gets the notifications subscriber, which allows to receive newly created operations for agent.DeviceControlApiImpl.getNotificationsSubscriber()
Modifier and TypeMethodDescriptionDeviceControlApi.create
(OperationRepresentation operation) Creates operation in the platform.DeviceControlApiImpl.create
(OperationRepresentation operation) DeviceControlApi.update
(OperationRepresentation operation) Updates operation in the platform.DeviceControlApiImpl.update
(OperationRepresentation operation) DeviceControlApi.updateAsync
(OperationRepresentation operation) Updates operation in the platform.DeviceControlApiImpl.updateAsync
(OperationRepresentation operation) ModifierConstructorDescriptionPagedOperationCollectionRepresentation
(OperationCollectionRepresentation collection, PagedCollectionResource<OperationRepresentation, ? extends OperationCollectionRepresentation> collectionResource) -
Uses of OperationRepresentation in com.cumulocity.sdk.client.devicecontrol.autopoll
Modifier and TypeMethodDescriptionboolean
OperationsQueue.add
(OperationRepresentation arg0) boolean
OperationProcessor.process
(OperationRepresentation operation) Processes operationModifier and TypeMethodDescriptionboolean
OperationsQueue.addAll
(Collection<? extends OperationRepresentation> arg0) -
Uses of OperationRepresentation in com.cumulocity.sdk.client.devicecontrol.notification
Modifier and TypeMethodDescriptionOperationNotificationSubscriber.subscribe
(GId agentId, SubscribeOperationListener subscribeOperationListener, SubscriptionListener<GId, OperationRepresentation> handler, boolean autoRetry) OperationNotificationSubscriber.subscribe
(GId agentId, SubscriptionListener<GId, OperationRepresentation> handler)