Uses of Class
org.pentaho.di.core.util.serialization.StepMetaProps
Packages that use StepMetaProps
-
Uses of StepMetaProps in org.pentaho.di.core.util.serialization
Methods in org.pentaho.di.core.util.serialization that return StepMetaPropsModifier 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.Methods in org.pentaho.di.core.util.serialization with parameters of type StepMetaPropsModifier and TypeMethodDescriptionstatic String
MetaXmlSerializer.serialize
(StepMetaProps stepMetaProps)