Class OMRTransformation

java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
com.sas.services.information.metadata.Metadata
com.sas.services.information.metadata.OMRTransformation
All Implemented Interfaces:
MetadataInterface, TransformationInterface, PublicObjectInterface, Serializable, Remote

public class OMRTransformation extends Metadata implements TransformationInterface
This implementation of Transformation is only to support DM servers. They hang a Login off of a Transformation via the TransformSources association and they need to be able to access it from the ServerComponent.
See Also:
  • Constructor Details

    • OMRTransformation

      public OMRTransformation() throws RemoteException
      Throws:
      RemoteException
    • OMRTransformation

      public OMRTransformation(Class theClass) throws RemoteException
      Throws:
      RemoteException
    • OMRTransformation

      public OMRTransformation(Object o, Class theClass) throws RemoteException
      Throws:
      RemoteException
    • OMRTransformation

      public OMRTransformation(Object o) throws RemoteException
      Throws:
      RemoteException
    • OMRTransformation

      public OMRTransformation(RepositoryInterface repos, String name, FolderInterface parent) throws RemoteException
      Throws:
      RemoteException
  • Method Details