FME Server C++ API 3.0

IFMEServerWorkspaceService Class Reference

IFMEServerWorkspaceService interface. More...

#include <ifmeserverworkspaceservice.h>

List of all members.

Public Member Functions

virtual IFMEServerServicegetService () const =0
virtual
IFMEServerWorkspaceSummary
getWorkspaceSummary () const =0

Protected Member Functions

 IFMEServerWorkspaceService ()
virtual ~IFMEServerWorkspaceService ()

Private Member Functions

 IFMEServerWorkspaceService (const IFMEServerWorkspaceService &other)
IFMEServerWorkspaceServiceoperator= (const IFMEServerWorkspaceService &other)

Detailed Description

IFMEServerWorkspaceService 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

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

Member Function Documentation

virtual IFMEServerService* IFMEServerWorkspaceService::getService ( ) const [pure virtual]

Gets the service view

Note: The pointed object returned still belongs to the IFMEServerWorkspaceSummary and should not be deleted.

Returns:
the service view
virtual IFMEServerWorkspaceSummary* IFMEServerWorkspaceService::getWorkspaceSummary ( ) const [pure virtual]

Gets the workspace summary view

Note: The pointed object returned still belongs to the IFMEServerWorkspaceSummary and should not be deleted.

Returns:
the workspace summary view
IFMEServerWorkspaceService& IFMEServerWorkspaceService::operator= ( const IFMEServerWorkspaceService other) [private]

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