Interface BuiltinMetadataMapping
-
- All Known Implementing Classes:
CreateTimestampBuiltinMapping
,ProvenanceBuiltinMapping
,TransformationBuiltinMapping
public interface BuiltinMetadataMapping
TODO
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
applyForConsolidation(@NotNull ConsolidationMetadataComputation computation)
void
applyForTransformation(@NotNull TransformationalMetadataComputation computation)
@NotNull ItemPath
getTargetPath()
-
-
-
Method Detail
-
applyForTransformation
void applyForTransformation(@NotNull @NotNull TransformationalMetadataComputation computation) throws SchemaException
- Throws:
SchemaException
-
applyForConsolidation
void applyForConsolidation(@NotNull @NotNull ConsolidationMetadataComputation computation) throws SchemaException
- Throws:
SchemaException
-
getTargetPath
@NotNull @NotNull ItemPath getTargetPath()
-
-