Uses of Interface
com.sas.metadata.remote.AbstractTransformation
Packages that use AbstractTransformation
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 AbstractTransformation in com.sas.metadata.remote
Subinterfaces of AbstractTransformation 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.interfaceUsed to assign columns to a hierarchy for the associated data table.interfaceUsed to map any number of Feature objects to any number of Feature 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.interfaceThe SyncStep is used to define a part of workflow.interfaceThis type is used for generic transformations such as stored procedures.interfaceTransformationActivity contains TransformationSteps.interfaceTransformationStep contains mapping objects.Methods in com.sas.metadata.remote that return AbstractTransformationModifier and TypeMethodDescriptionConditionActionSet.getAssociatedTransformation()Gets theAbstractTransformationforAssociatedTransformationText.getAssociatedTransformation()Gets theAbstractTransformationforAssociatedTransformationVariable.getOwningTransformation()Gets theAbstractTransformationforOwningTransformationMethods in com.sas.metadata.remote with parameters of type AbstractTransformationModifier and TypeMethodDescriptionvoidConditionActionSet.setAssociatedTransformation(AbstractTransformation inObject) Sets theAssociatedTransformationslist 0th element to beinObject.voidText.setAssociatedTransformation(AbstractTransformation inObject) Sets theAssociatedTransformationslist 0th element to beinObject.voidVariable.setOwningTransformation(AbstractTransformation inObject) Sets theOwningTransformationslist 0th element to beinObject. -
Uses of AbstractTransformation in com.sas.metadata.remote.impl
Methods in com.sas.metadata.remote.impl that return AbstractTransformationModifier and TypeMethodDescriptionConditionActionSetImpl.getAssociatedTransformation()Gets theAbstractTransformationforAssociatedTransformationNOTE: 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.TextImpl.getAssociatedTransformation()Gets theAbstractTransformationforAssociatedTransformationNOTE: 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.VariableImpl.getOwningTransformation()Gets theAbstractTransformationforOwningTransformationNOTE: 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 AbstractTransformationModifier and TypeMethodDescriptionvoidConditionActionSetImpl.setAssociatedTransformation(AbstractTransformation inObject) Sets theAssociatedTransformationslist 0th element to beinObject.voidTextImpl.setAssociatedTransformation(AbstractTransformation inObject) Sets theAssociatedTransformationslist 0th element to beinObject.voidVariableImpl.setOwningTransformation(AbstractTransformation inObject) Sets theOwningTransformationslist 0th element to beinObject.