Uses of Class
com.cognite.client.dto.Item
Packages that use Item
Package
Description
-
Uses of Item in com.cognite.client
Methods in com.cognite.client that return types with arguments of type ItemModifier and TypeMethodDescriptionDeletes a set of assets.Deletes a set of assets.Deletes a set of dataPoints.Deletes a set of entity matching models.Deletes a set of Events.Deletes a set of extraction pipelines.Deletes a set of files.Deletes a set of Labels.Deletes a set of Relationships.Deletes a set of Sequences.Deletes a set of ThreeDModel.Deletes 3D Revisions.Deletes a set of TimeseriesMetadata.Delete notificationsDeletes a set of Transformations.Method parameters in com.cognite.client with type arguments of type ItemModifier and TypeMethodDescriptionDeletes a set of assets.Deletes a set of assets.Deletes a set of dataPoints.Deletes a set of entity matching models.Deletes a set of Events.Deletes a set of extraction pipelines.Deletes a set of files.Deletes a set of Labels.Deletes a set of Relationships.Deletes a set of Sequences.Deletes a set of ThreeDModel.Deletes 3D Revisions.Deletes a set of TimeseriesMetadata.Delete notificationsDeletes a set of Transformations.EngineeringDiagrams.detectAnnotations(Collection<Item> files, Collection<com.google.protobuf.Struct> entities, String searchField, boolean convertToInteractive) Detect references to assets and files, etc.EngineeringDiagrams.detectAnnotations(Collection<Item> files, Collection<com.google.protobuf.Struct> entities, String searchField, boolean partialMatch, int minTokens, boolean convertToInteractive) Detect references to assets and files, etc.Downloads file binaries.Files.downloadFileBinaries(List<Item> fileItems, URI tempStoragePath, boolean forceTempStorage) Downloads file binaries.Files.downloadToPath(List<Item> files, Path downloadPath) Downloads file binaries to a local / network path.Retrieve assets byexternalId / id.Retrieves datasets byexternalId / id.Retrieve events byexternalId / id.Retrieve extraction pipelines by id.Retrieve files byexternalId / id.Retrieve Relationships by id.Retrieve Relationships by id.Retrieve sequences byexternalId / id.Retrieves 3D Models by id.Retrieves 3D Models by id.Retrieves 3D Nodes by ids.Retrieves timeseries byexternalId / id.Retrieve Transformation Jobs byexternalId / id.Retrieve Transformations byexternalId / id.Retrieve Transformation.Schedule byexternalId / id.DataPoints.retrieveComplete(List<Item> items) Returns allTimeseriesPointobjects that matches the item specifications (externalId / id).SequenceRows.retrieveComplete(List<Item> items) RetrievesSequenceBodybyexternalId / id.DataPoints.retrieveFirst(List<Item> items) Retrieve the first (eldest) data point for a time series.DataPoints.retrieveLatest(List<Item> items) Retrieves the latest (newest) data point for a time series.TransformationSchedules.unSchedule(List<Item> items) Delete schedules -
Uses of Item in com.cognite.client.dto
Methods in com.cognite.client.dto that return ItemModifier and TypeMethodDescriptionItem.Builder.build()Item.Builder.buildPartial()static ItemItem.getDefaultInstance()Item.Builder.getDefaultInstanceForType()Item.getDefaultInstanceForType()static ItemItem.parseDelimitedFrom(InputStream input) static ItemItem.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ItemItem.parseFrom(byte[] data) static ItemItem.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ItemItem.parseFrom(com.google.protobuf.ByteString data) static ItemItem.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ItemItem.parseFrom(com.google.protobuf.CodedInputStream input) static ItemItem.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ItemItem.parseFrom(InputStream input) static ItemItem.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ItemItem.parseFrom(ByteBuffer data) static ItemItem.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.cognite.client.dto that return types with arguments of type ItemModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Item>Item.getParserForType()static com.google.protobuf.Parser<Item>Item.parser()Methods in com.cognite.client.dto with parameters of type Item -
Uses of Item in com.cognite.client.servicesV1.parser
Methods in com.cognite.client.servicesV1.parser that return ItemModifier and TypeMethodDescriptionstatic ItemParses aString(json payload from the Cognite api) into anItemMethods in com.cognite.client.servicesV1.parser that return types with arguments of type ItemModifier and TypeMethodDescriptionItemParser.parseItems(List<String> input) Parses aListof json items (payload from the Cognite api) into anListofItem.Methods in com.cognite.client.servicesV1.parser with parameters of type Item -
Uses of Item in com.cognite.client.util
Methods in com.cognite.client.util that return types with arguments of type ItemModifier and TypeMethodDescriptionItems.parseItems(long... internalId) Build a list ofItembased on a set ofids.Items.parseItems(String... externalId) Build a list ofItembased on a set ofexternaIds.