Uses of Class
org.pentaho.di.core.util.serialization.StepMetaProps
-
Uses of StepMetaProps in org.pentaho.di.core.util.serialization
Modifier and TypeMethodDescriptionstatic StepMetaProps
MetaXmlSerializer.deserialize
(String ser) static StepMetaProps
MetaXmlSerializer.deserialize
(Node node) static StepMetaProps
StepMetaProps.from
(StepMetaInterface stepMeta) Retuns an instance of this class with stepMeta properties mapped to a list ofStepMetaProps.PropGroup
StepMetaProps.withVariables
(org.pentaho.di.core.variables.VariableSpace space) Allows specifying a variable space to be used when applying property values to a stepMeta.Modifier and TypeMethodDescriptionstatic String
MetaXmlSerializer.serialize
(StepMetaProps stepMetaProps)