FME Server C++ API 3.0
|
IFMEServerWorkspaceSummary interface. More...
#include <ifmeserverworkspacesummary.h>
Public Member Functions | |
virtual void | getDescription (IFMEServerString &description) const =0 |
virtual FME_Boolean | getIsEnabled () const =0 |
virtual void | getName (IFMEServerString &name) const =0 |
virtual void | getTitle (IFMEServerString &title) const =0 |
Protected Member Functions | |
IFMEServerWorkspaceSummary () | |
virtual | ~IFMEServerWorkspaceSummary () |
Private Member Functions | |
IFMEServerWorkspaceSummary (const IFMEServerWorkspaceSummary &other) | |
IFMEServerWorkspaceSummary & | operator= (const IFMEServerWorkspaceSummary &other) |
IFMEServerWorkspaceSummary 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.
IFMEServerWorkspaceSummary::IFMEServerWorkspaceSummary | ( | ) | [inline, protected] |
virtual IFMEServerWorkspaceSummary::~IFMEServerWorkspaceSummary | ( | ) | [inline, protected, virtual] |
IFMEServerWorkspaceSummary::IFMEServerWorkspaceSummary | ( | const IFMEServerWorkspaceSummary & | other | ) | [private] |
virtual void IFMEServerWorkspaceSummary::getDescription | ( | IFMEServerString & | description | ) | const [pure virtual] |
Gets a description of the workspace.
returns | a description of the workspace |
virtual FME_Boolean IFMEServerWorkspaceSummary::getIsEnabled | ( | ) | const [pure virtual] |
Gets a boolean representing whether or not this workspace is currently enabled
virtual void IFMEServerWorkspaceSummary::getName | ( | IFMEServerString & | name | ) | const [pure virtual] |
Gets the name of the workspace.
name | returns the name of the workspace |
virtual void IFMEServerWorkspaceSummary::getTitle | ( | IFMEServerString & | title | ) | const [pure virtual] |
Gets the title of the workspace.
title | returns the title of the workspace |
IFMEServerWorkspaceSummary& IFMEServerWorkspaceSummary::operator= | ( | const IFMEServerWorkspaceSummary & | other | ) | [private] |