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 com.cognite.client.util -
-
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>ExtractionPipelines. delete(List<Item> events)Deletes a set of extraction pipelines.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>ThreeDModels. delete(List<Item> threeDModels)List<Item>ThreeDModelsRevisions. delete(Long modelId, List<Item> deleteItemsInput)Deletes 3D Revisions.List<Item>Timeseries. delete(List<Item> timeseries)List<Item>Transformations. delete(List<Item> deleteItemsInput)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>ExtractionPipelines. delete(List<Item> events)Deletes a set of extraction pipelines.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>ThreeDModels. delete(List<Item> threeDModels)List<Item>ThreeDModelsRevisions. delete(Long modelId, List<Item> deleteItemsInput)Deletes 3D Revisions.List<Item>Timeseries. delete(List<Item> timeseries)List<Item>Transformations. delete(List<Item> deleteItemsInput)List<DiagramResponse>EngineeringDiagrams. detectAnnotations(Collection<Item> files, Collection<com.google.protobuf.Struct> entities, String searchField, boolean convertToInteractive)Detect references to assets and files, etc.List<DiagramResponse>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.List<FileContainer>Files. download(List<Item> files, URI downloadUri, 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 byexternalId / id.List<DataSet>Datasets. retrieve(List<Item> items)Retrieves datasets byexternalId / id.List<Event>Events. retrieve(List<Item> items)Retrieve events byexternalId / id.List<ExtractionPipeline>ExtractionPipelines. retrieve(List<Item> items)Retrieve extraction pipelines by id.List<FileMetadata>Files. retrieve(List<Item> items)Retrieve files byexternalId / id.List<Relationship>Relationships. retrieve(List<Item> items)Retrieve Relationships by id.List<Relationship>Relationships. retrieve(List<Item> items, boolean fetchResources)Retrieve Relationships by id.List<SequenceMetadata>Sequences. retrieve(List<Item> items)Retrieve sequences byexternalId / id.List<ThreeDModel>ThreeDModels. retrieve(List<Item> items)Retrieves 3D Models by id.List<ThreeDModelRevision>ThreeDModelsRevisions. retrieve(Long modelId, List<Item> items)Retrieves 3D Models by id.List<ThreeDNode>ThreeDNodes. retrieve(Long modelId, Long revisionId, List<Item> items)Retrieves 3D Nodes by ids.List<TimeseriesMetadata>Timeseries. retrieve(List<Item> items)Retrieves timeseries byexternalId / id.List<Transformation.Job>TransformationJobs. retrieve(List<Item> items)List<Transformation>Transformations. retrieve(List<Item> items)List<Transformation.Schedule>TransformationSchedules. retrieve(List<Item> items)Retrieve Transformation.Schedule byexternalId / 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)RetrievesSequenceBodybyexternalId / 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.BooleanTransformationSchedules. unSchedule(List<Item> items)Delete schedules -
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. -
Uses of Item in com.cognite.client.util
Methods in com.cognite.client.util that return types with arguments of type Item Modifier and Type Method Description static List<Item>Items. parseItems(long... internalId)Build a list ofItembased on a set ofids.static List<Item>Items. parseItems(String... externalId)Build a list ofItembased on a set ofexternaIds.
-