Uses of Class
com.cumulocity.rest.representation.operation.OperationRepresentation
Packages that use OperationRepresentation
Package
Description
-
Uses of OperationRepresentation in com.cumulocity.rest.representation.operation
Methods in com.cumulocity.rest.representation.operation that return OperationRepresentationMethods in com.cumulocity.rest.representation.operation that return types with arguments of type OperationRepresentationModifier and TypeMethodDescriptionOperationCollectionRepresentation.getOperations()
OperationCollectionRepresentation.iterator()
Method parameters in com.cumulocity.rest.representation.operation with type arguments of type OperationRepresentationModifier and TypeMethodDescriptionvoid
OperationCollectionRepresentation.setOperations
(List<OperationRepresentation> operations) -
Uses of OperationRepresentation in com.cumulocity.sdk.client.devicecontrol
Methods in com.cumulocity.sdk.client.devicecontrol that return OperationRepresentationModifier 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) Methods in com.cumulocity.sdk.client.devicecontrol that return types with arguments of type OperationRepresentationModifier and TypeMethodDescriptionPagedOperationCollectionRepresentation.allPages()
PagedOperationCollectionRepresentation.elements
(int limit) DeviceControlApi.getNotificationsSubscriber()
Gets the notifications subscriber, which allows to receive newly created operations for agent.DeviceControlApiImpl.getNotificationsSubscriber()
Methods in com.cumulocity.sdk.client.devicecontrol with parameters of type OperationRepresentationModifier 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) Constructor parameters in com.cumulocity.sdk.client.devicecontrol with type arguments of type OperationRepresentationModifierConstructorDescriptionPagedOperationCollectionRepresentation
(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 OperationRepresentationModifier and TypeMethodDescriptionboolean
OperationsQueue.add
(OperationRepresentation arg0) boolean
OperationProcessor.process
(OperationRepresentation operation) Processes operationMethod parameters in com.cumulocity.sdk.client.devicecontrol.autopoll with type arguments of type OperationRepresentationModifier and TypeMethodDescriptionboolean
OperationsQueue.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 OperationRepresentationModifier and TypeMethodDescriptionOperationNotificationSubscriber.subscribe
(GId agentId, SubscribeOperationListener subscribeOperationListener, SubscriptionListener<GId, OperationRepresentation> handler, boolean autoRetry) OperationNotificationSubscriber.subscribe
(GId agentId, SubscriptionListener<GId, OperationRepresentation> handler)