FME Server C++ API 3.0

IFMEServerCustomTransformer Class Reference

IFMEServerCustomTransformer interface. More...

#include <ifmeservercustomtransformer.h>

List of all members.

Public Member Functions

virtual void getDescription (IFMEServerString &description) const =0
virtual FME_UInt32 getFileSize () const =0
virtual void getName (IFMEServerString &name) const =0
virtual IFMEServerResourceVectorgetResources () const =0
virtual void getTitle (IFMEServerString &title) const =0

Protected Member Functions

 IFMEServerCustomTransformer ()
virtual ~IFMEServerCustomTransformer ()

Private Member Functions

 IFMEServerCustomTransformer (const IFMEServerCustomTransformer &other)
IFMEServerCustomTransformeroperator= (const IFMEServerCustomTransformer &other)

Detailed Description

IFMEServerCustomTransformer interface.

Package Overview:

This file defines the interface that subclasses of this class MUST follow.

Developers MUST NOT implement their own subclasses of this, instead, the FME will ALWAYS provide them with the subclass instance they should be using.


Constructor & Destructor Documentation

IFMEServerCustomTransformer::IFMEServerCustomTransformer ( ) [inline, protected]
virtual IFMEServerCustomTransformer::~IFMEServerCustomTransformer ( ) [inline, protected, virtual]
IFMEServerCustomTransformer::IFMEServerCustomTransformer ( const IFMEServerCustomTransformer other) [private]

Member Function Documentation

virtual void IFMEServerCustomTransformer::getDescription ( IFMEServerString description) const [pure virtual]

Gets a description of the custom transformer.

Parameters:
descriptionIFMEServerString to store the description of the custom transformer
virtual FME_UInt32 IFMEServerCustomTransformer::getFileSize ( ) const [pure virtual]

Gets the file size of the custom transformer.

Returns:
the file size of the custom transformer
virtual void IFMEServerCustomTransformer::getName ( IFMEServerString name) const [pure virtual]

Gets the name of the custom transformer.

Parameters:
nameIFMEServerString to store the name of the custom transformer
virtual IFMEServerResourceVector* IFMEServerCustomTransformer::getResources ( ) const [pure virtual]

Gets all the resources of the custom transformer.

Returns:
a list of all of the custom transformer's resources
virtual void IFMEServerCustomTransformer::getTitle ( IFMEServerString title) const [pure virtual]

Gets the title of the custom transformer.

Parameters:
titleIFMEServerString to store the title of the custom transformer
IFMEServerCustomTransformer& IFMEServerCustomTransformer::operator= ( const IFMEServerCustomTransformer other) [private]

The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines