*** This interface provides Binary Compatibility only, not Source Compatibility ***

Interface ClassifierInterface

All Superinterfaces:
MetadataInterface, PublicObjectInterface, Remote
All Known Subinterfaces:
DataTableInterface, ExternalTableInterface, PhysicalTableInterface, RelationalTableInterface

@SASScope("ALL") @BinaryCompatibilityOnly public interface ClassifierInterface extends MetadataInterface
  • Method Details

    • getTargetClassifierMaps

      List getTargetClassifierMaps() throws ServiceException, RemoteException
      Get the list of target classifier maps for this object.
      Returns:
      A List of MetadataInterface objects.
      Throws:
      ServiceException - If a repository error occurs.
      RemoteException - In the event of remote object failure.
    • getSourceClassifierMaps

      List getSourceClassifierMaps() throws ServiceException, RemoteException
      Returns:
      A List of MetadataInterface objects.
      Throws:
      ServiceException - If a repository error occurs.
      RemoteException - In the event of remote object failure.