FME Server C++ API 3.0
|
IFMEServerCustomTransformer interface. More...
#include <ifmeservercustomtransformer.h>
Public Member Functions | |
virtual void | getDescription (IFMEServerString &description) const =0 |
virtual FME_UInt32 | getFileSize () const =0 |
virtual void | getName (IFMEServerString &name) const =0 |
virtual IFMEServerResourceVector * | getResources () const =0 |
virtual void | getTitle (IFMEServerString &title) const =0 |
Protected Member Functions | |
IFMEServerCustomTransformer () | |
virtual | ~IFMEServerCustomTransformer () |
Private Member Functions | |
IFMEServerCustomTransformer (const IFMEServerCustomTransformer &other) | |
IFMEServerCustomTransformer & | operator= (const IFMEServerCustomTransformer &other) |
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.
IFMEServerCustomTransformer::IFMEServerCustomTransformer | ( | ) | [inline, protected] |
virtual IFMEServerCustomTransformer::~IFMEServerCustomTransformer | ( | ) | [inline, protected, virtual] |
IFMEServerCustomTransformer::IFMEServerCustomTransformer | ( | const IFMEServerCustomTransformer & | other | ) | [private] |
virtual void IFMEServerCustomTransformer::getDescription | ( | IFMEServerString & | description | ) | const [pure virtual] |
Gets a description of the custom transformer.
description | IFMEServerString to store the description of the custom transformer |
virtual FME_UInt32 IFMEServerCustomTransformer::getFileSize | ( | ) | const [pure virtual] |
Gets the file size of the custom transformer.
virtual void IFMEServerCustomTransformer::getName | ( | IFMEServerString & | name | ) | const [pure virtual] |
Gets the name of the custom transformer.
name | IFMEServerString to store the name of the custom transformer |
virtual IFMEServerResourceVector* IFMEServerCustomTransformer::getResources | ( | ) | const [pure virtual] |
Gets all the resources of the custom transformer.
virtual void IFMEServerCustomTransformer::getTitle | ( | IFMEServerString & | title | ) | const [pure virtual] |
Gets the title of the custom transformer.
title | IFMEServerString to store the title of the custom transformer |
IFMEServerCustomTransformer& IFMEServerCustomTransformer::operator= | ( | const IFMEServerCustomTransformer & | other | ) | [private] |