Uses of Class
com.cognite.client.dto.Transformation
-
Packages that use Transformation Package Description com.cognite.client com.cognite.client.dto com.cognite.client.servicesV1.parser com.cognite.client.util -
-
Uses of Transformation in com.cognite.client
Methods in com.cognite.client that return types with arguments of type Transformation Modifier and Type Method Description Iterator<List<Transformation>>Transformations. list()Returns allTransformationobjects.Iterator<List<Transformation>>Transformations. list(Request requestParameters)Returns allTransformationobject that matches the filters set in theRequest.Iterator<List<Transformation>>Transformations. list(Request requestParameters, String... partitions)Returns allTransformationobjects that matches the filters set in theRequestfor the specified partitions.List<Transformation>Transformations. retrieve(List<Item> items)Retrieve Transformations byexternalId / id.List<Transformation>Transformations. upsert(List<Transformation> transformations)Creates or updates a set ofTransformationobjects.Method parameters in com.cognite.client with type arguments of type Transformation Modifier and Type Method Description List<Transformation>Transformations. upsert(List<Transformation> transformations)Creates or updates a set ofTransformationobjects. -
Uses of Transformation in com.cognite.client.dto
Methods in com.cognite.client.dto that return Transformation Modifier and Type Method Description TransformationTransformation.Builder. build()TransformationTransformation.Builder. buildPartial()static TransformationTransformation. getDefaultInstance()TransformationTransformation.Builder. getDefaultInstanceForType()TransformationTransformation. getDefaultInstanceForType()static TransformationTransformation. parseDelimitedFrom(InputStream input)static TransformationTransformation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TransformationTransformation. parseFrom(byte[] data)static TransformationTransformation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TransformationTransformation. parseFrom(com.google.protobuf.ByteString data)static TransformationTransformation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TransformationTransformation. parseFrom(com.google.protobuf.CodedInputStream input)static TransformationTransformation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TransformationTransformation. parseFrom(InputStream input)static TransformationTransformation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TransformationTransformation. parseFrom(ByteBuffer data)static TransformationTransformation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.cognite.client.dto that return types with arguments of type Transformation Modifier and Type Method Description com.google.protobuf.Parser<Transformation>Transformation. getParserForType()static com.google.protobuf.Parser<Transformation>Transformation. parser()Methods in com.cognite.client.dto with parameters of type Transformation Modifier and Type Method Description Transformation.BuilderTransformation.Builder. mergeFrom(Transformation other)static Transformation.BuilderTransformation. newBuilder(Transformation prototype) -
Uses of Transformation in com.cognite.client.servicesV1.parser
Methods in com.cognite.client.servicesV1.parser that return Transformation Modifier and Type Method Description static TransformationTransformationParser. parseTransformations(String json)Methods in com.cognite.client.servicesV1.parser that return types with arguments of type Transformation Modifier and Type Method Description static List<Transformation>TransformationParser. parseTransformationsToList(String json)Methods in com.cognite.client.servicesV1.parser with parameters of type Transformation Modifier and Type Method Description static Map<String,Object>TransformationParser. toRequestInsertItem(Transformation element)Builds a request insert item object fromTransformation.static Map<String,Object>TransformationParser. toRequestReplaceItem(Transformation element)static Map<String,Object>TransformationParser. toRequestUpdateItem(Transformation element) -
Uses of Transformation in com.cognite.client.util
Methods in com.cognite.client.util that return types with arguments of type Transformation Modifier and Type Method Description static List<Transformation>DataGenerator. generateTransformations(Integer noObjects, long dataSetId, String destinationType, int typeOfCredentials)static List<Transformation>DataGenerator. generateTransformations(Integer noObjects, long dataSetId, String destinationType, int typeOfCredentials, String clientId, String clientSecret, String tokenUri, String cdfProjectName)
-