Uses of Class
com.cognite.client.dto.Item
-
Packages that use Item Package Description com.cognite.client com.cognite.client.dto com.cognite.client.servicesV1.parser -
-
Uses of Item in com.cognite.client
Methods in com.cognite.client that return types with arguments of type Item Modifier and Type Method Description List<Item>Assets. delete(List<Item> items)Deletes a set of assets.List<Item>Assets. delete(List<Item> items, boolean recursive)Deletes a set of assets.List<Item>DataPoints. delete(List<Item> dataPoints)List<Item>EntityMatching. delete(List<Item> entityMatchingModels)Deletes a set of entity matching models.List<Item>Events. delete(List<Item> events)Deletes a set of Events.List<Item>Files. delete(List<Item> files)Deletes a set of files.List<Item>Labels. delete(List<Item> labels)Deletes a set of Labels.List<Item>Relationships. delete(List<Item> relationships)Deletes a set of Relationships.List<Item>Sequences. delete(List<Item> sequences)Deletes a set of Sequences.List<Item>Timeseries. delete(List<Item> timeseries)Method parameters in com.cognite.client with type arguments of type Item Modifier and Type Method Description List<Item>Assets. delete(List<Item> items)Deletes a set of assets.List<Item>Assets. delete(List<Item> items, boolean recursive)Deletes a set of assets.List<Item>DataPoints. delete(List<Item> dataPoints)List<Item>EntityMatching. delete(List<Item> entityMatchingModels)Deletes a set of entity matching models.List<Item>Events. delete(List<Item> events)Deletes a set of Events.List<Item>Files. delete(List<Item> files)Deletes a set of files.List<Item>Labels. delete(List<Item> labels)Deletes a set of Labels.List<Item>Relationships. delete(List<Item> relationships)Deletes a set of Relationships.List<Item>Sequences. delete(List<Item> sequences)Deletes a set of Sequences.List<Item>Timeseries. delete(List<Item> timeseries)List<PnIDResponse>PnID. detectAnnotationsPnID(Collection<Item> files, Collection<Struct> entities, String searchField, boolean convertToInteractive)Detect references to assets and files, etc.List<PnIDResponse>PnID. detectAnnotationsPnID(Collection<Item> files, Collection<Struct> entities, String searchField, boolean partialMatch, int minTokens, boolean convertToInteractive)Detect references to assets and files, etc.List<FileContainer>Files. download(List<Item> files, Path downloadPath, boolean preferByteStream)Downloads file binaries.List<FileBinary>Files. downloadFileBinaries(List<Item> fileItems, URI tempStoragePath, boolean forceTempStorage)Downloads file binaries.List<FileContainer>Files. downloadToPath(List<Item> files, Path downloadPath)Downloads file binaries to a local / network path.List<Asset>Assets. retrieve(List<Item> items)Retrieve assets by id.List<DataSet>Datasets. retrieve(List<Item> items)Retrieves datasets by id.List<Event>Events. retrieve(List<Item> items)Retrieve events by id.List<FileMetadata>Files. retrieve(List<Item> items)Retrieve files by id.List<Relationship>Relationships. retrieve(List<Item> items)Retrieve Relationships by id.List<SequenceMetadata>Sequences. retrieve(List<Item> items)Retrieve sequences by id.List<TimeseriesMetadata>Timeseries. retrieve(List<Item> items)Retrieves timeseries by id.Iterator<List<TimeseriesPoint>>DataPoints. retrieveComplete(List<Item> items)Returns allTimeseriesPointobjects that matches the item specifications (externalId / id).Iterator<List<SequenceBody>>SequenceRows. retrieveComplete(List<Item> items)RetrievesSequenceBodyby id.List<TimeseriesPoint>DataPoints. retrieveFirst(List<Item> items)Retrieve the first (eldest) data point for a time series.List<TimeseriesPoint>DataPoints. retrieveLatest(List<Item> items)Retrieves the latest (newest) data point for a time series. -
Uses of Item in com.cognite.client.dto
Methods in com.cognite.client.dto that return Item Modifier and Type Method Description ItemItem.Builder. build()ItemItem.Builder. buildPartial()static ItemItem. getDefaultInstance()ItemItem.Builder. getDefaultInstanceForType()ItemItem. 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 Item Modifier and Type Method Description com.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 Modifier and Type Method Description Item.BuilderItem.Builder. mergeFrom(Item other)static Item.BuilderItem. newBuilder(Item prototype) -
Uses of Item in com.cognite.client.servicesV1.parser
Methods in com.cognite.client.servicesV1.parser that return Item Modifier and Type Method Description static ItemItemParser. parseItem(String itemJson)Parses aString(json payload from the Cognite api) into anItemMethods in com.cognite.client.servicesV1.parser that return types with arguments of type Item Modifier and Type Method Description static List<Item>ItemParser. 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 Modifier and Type Method Description static Map<String,Object>ItemParser. toRequestItem(Item element)Builds a request item object fromItem.
-