Uses of Enum
co.yellowdog.platform.model.FlattenPath
Packages that use FlattenPath
Package
Description
Provides the classes needed to interact with the YellowDog Object Store service.
Provides the types that define the YellowDog Platform data model.
-
Uses of FlattenPath in co.yellowdog.platform.clients.objectstore
Methods in co.yellowdog.platform.clients.objectstore with parameters of type FlattenPath -
Uses of FlattenPath in co.yellowdog.platform.model
Subclasses with type arguments of type FlattenPath in co.yellowdog.platform.modelModifier and TypeClassDescriptionenum
Indicates which path flattening strategy should be applied when downloading task inputs.Methods in co.yellowdog.platform.model that return FlattenPathModifier and TypeMethodDescriptionTask.getFlattenInputPaths()
Indicates if the input objects' paths should be flattened when they are downloaded.static FlattenPath
Returns the enum constant of this type with the specified name.static FlattenPath[]
FlattenPath.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in co.yellowdog.platform.model with parameters of type FlattenPathModifier and TypeMethodDescriptionTask.Builder.flattenInputPaths
(FlattenPath flattenInputPaths) void
Task.setFlattenInputPaths
(FlattenPath flattenInputPaths) Indicates if the input objects' paths should be flattened when they are downloaded.Constructors in co.yellowdog.platform.model with parameters of type FlattenPathModifierConstructorDescriptionTask
(String name, String tag, String taskType, List<String> arguments, String taskData, Map<String, String> environment, List<TaskInput> inputs, FlattenPath flattenInputPaths, List<TaskOutput> outputs, Duration timeout, TaskData data) Constructs a new task with the specified values.