Uses of Interface
com.sas.metadata.remote.Transformation
Packages that use Transformation
Package
Description
Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture.
Provides the implementation of the remote java interface to the SAS Metadata Server.
-
Uses of Transformation in com.sas.metadata.remote
Subinterfaces of Transformation in com.sas.metadata.remoteModifier and TypeInterfaceDescriptioninterfaceA job is a set of processes that initiate a process or create an output such as a data store or output table.interfaceUsed to map any number of Classifier objects to any number of Classifier objects.interfaceRepresents a job that has been or will be scheduled in the LSF JobFlow.interfaceGroups transformation activities to be an actual runtime unit.interfaceThe output of a Join is limited to one JoinTable.interfaceRepresents a SAS Enterprise Data Mining Model that is a formula or algorithm that computes outputs from inputs.interfaceUsed to document an SQL select statement.Methods in com.sas.metadata.remote that return TransformationModifier and TypeMethodDescriptionAbstractPrompt.getValueSource()Gets theTransformationforValueSourceMethods in com.sas.metadata.remote with parameters of type TransformationModifier and TypeMethodDescriptionvoidAbstractPrompt.setValueSource(Transformation inObject) Sets theValueSourceslist 0th element to beinObject. -
Uses of Transformation in com.sas.metadata.remote.impl
Methods in com.sas.metadata.remote.impl that return TransformationModifier and TypeMethodDescriptionAbstractPromptImpl.getValueSource()Gets theTransformationforValueSourceNOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.Methods in com.sas.metadata.remote.impl with parameters of type TransformationModifier and TypeMethodDescriptionvoidAbstractPromptImpl.setValueSource(Transformation inObject) Sets theValueSourceslist 0th element to beinObject.