DELPPRProcessItf Interface DELIPPRProcessOutputFilterAuth

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


interface DELIPPRProcessOutputFilterAuth



Method Index


o RemoveProcessOutput(CATIPLMNavReference*,CATBaseUnknown*)
Removes the process output of a given process reference.
o RemoveProcessOutput(CATIPLMNavOccurrence*,CATBaseUnknown*)
Removes the process output of a given process occurrence.
o SetProcessOutput(CATIPLMNavReference*,CATIPLMNavReference*,CATBaseUnknown*)
Sets the process output of a given process reference for a given configuration filter.
o SetProcessOutput(CATIPLMNavOccurrence*,CATIPLMNavReference*,CATBaseUnknown*)
Sets the process output of a given process occurrence.

Methods


o RemoveProcessOutput
public virtual RemoveProcessOutput( ipiProcessRef,
iConfigurationFilter)
Removes the process output of a given process reference.
Parameters:
ipiProcessRef
The process reference
iConfigurationFilter
The Configuration Filter
Returns:
S_OK
the method went fine
E_INVALIDARG
for an invalid argument
E_FAIL
if the method fails for any other reason
o RemoveProcessOutput
public virtual RemoveProcessOutput( ipiProcessOcc,
iConfigurationFilter)
Removes the process output of a given process occurrence.
Parameters:
ipiProcessOcc
The process occurrence
iConfigurationFilter
The Configuration Filter
Returns:
S_OK
the method went fine
E_INVALIDARG
for an invalid argument
E_FAIL
if the method fails for any other reason
o SetProcessOutput
public virtual SetProcessOutput( ipiProcessRef,
iProductReference,
iConfigurationFilter)
Sets the process output of a given process reference for a given configuration filter.
Parameters:
ipiProcessRef
The process reference
iProductReference
The materializing product
iConfigurationFilter
The Configuration Filter
Returns:
S_OK
the method went fine
E_INVALIDARG
for an invalid argument
E_FAIL
if the method fails for any other reason
o SetProcessOutput
public virtual SetProcessOutput( ipiProcessOcc,
iProductReference,
iConfigurationFilter)
Sets the process output of a given process occurrence.
Parameters:
ipiProcessOcc
The process occurrence
iProductReference
The materializing product
iConfigurationFilter
The Configuration Filter
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: DELIPPRProcessOutputFilterAuth.h
If needed, your Imakefile.mk should include the module: DELPPRProcessItf

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