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