DELPPRProcessItf Interface DELIPPRProcessOutputFilterNav

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface DELIPPRProcessOutputFilterNav



Method Index


o GetConfigurationFilters(CATIPLMNavOccurrence*,CATListPtrCATBaseUnknown&)
Gets the configuration filters defined on a give process occurrence.
o GetProcessOutput(CATIPLMNavReference*,CATIPLMNavReference*&,CATBaseUnknown*)
Gets the process output of a given process reference for a given configuration filter.
o GetProcessOutput(CATIPLMNavOccurrence*,CATIPLMNavReference*&,CATBaseUnknown*)
Gets the process output of a given process occurrence for a given configuration filter.

Methods


o GetConfigurationFilters
public virtual GetConfigurationFilters( ipiProcessOcc,
oListOfFilters)
Gets the configuration filters defined on a give process occurrence.
Parameters:
ipiProcessOcc
The process occurrence
oListOfFilters
The list of configuration filters
Returns:
S_OK
the method went fine
E_INVALIDARG
for an invalid argument
E_FAIL
if the method fails for any other reason
o GetProcessOutput
public virtual GetProcessOutput( ipiProcessRef,
oProductReference,
iConfigurationFilter)
Gets the process output of a given process reference for a given configuration filter.
Parameters:
ipiProcessRef
The process reference
iConfigurationFilter
The Configuration Filter
oProductReference
The materializing product
Returns:
S_OK
the method went fine
E_INVALIDARG
for an invalid argument
E_FAIL
if the method fails for any other reason
o GetProcessOutput
public virtual GetProcessOutput( ipiProcessOcc,
oProductReference,
iConfigurationFilter)
Gets the process output of a given process occurrence for a given configuration filter.
Parameters:
ipiProcessOcc
The process occurrence
iConfigurationFilter
The Configuration Filter
oProductReference
The materializing product
Returns:
S_OK
the method went fine
E_INVALIDARG
for an invalid argument
E_FAIL
if the method fails for any other reason

This object is included in the file: DELIPPRProcessOutputFilterNav.h
If needed, your Imakefile.mk should include the module: DELPPRProcessItf

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.