DELPPRProcessItf Interface DELIPPRProcessCapableRscNav

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


interface DELIPPRProcessCapableRscNav



Method Index


o GetAssociatedDocs(CATIPLMNavReference*,CATIPLMNavReference*,CATListPtrCATIPLMNavReference&)
Gets all documents associated to the provided capable resource assigned to input process object.
o GetCapableResources(CATIPLMNavReference*,CATListPtrCATIPLMNavReference&)
Gets the capable resources of a given process object.
o GetCapableResources(CATIPLMNavOccurrence*,CATListPtrCATIPLMNavReference&,int)
Gets the capable resources of a given process object.
o GetCapableResources(CATIPLMNavReference*,CATListPtrCATIPLMNavReference&,CATListPtrCATBaseUnknown&)
Gets the capable resources of a given process object.
o GetQuantity(CATIPLMNavReference*,CATIPLMNavReference*,double&)
Gets quantity value associated to the provided capable resource assigned to input process object.

Methods


o GetAssociatedDocs
public virtual GetAssociatedDocs( ipiProcessRef,
ipiResourceRef,
oListoAssociatedDocs)
Gets all documents associated to the provided capable resource assigned to input process object.
Parameters:
ipiProcessRef
The process reference to which capable resource assigned
ipiResourceRef
The capable resource reference
oListoAssociatedDocs
The list of documents associated to the provided capable resource
Returns:
S_OK
On Success
E_FAIL
On Failure
o GetCapableResources
public virtual GetCapableResources( ipiProcessRef,
oListResourceRef)
Gets the capable resources of a given process object.
Parameters:
ipiProcessRef
The process reference to which capable resource assigned
oListRessourceRef
The list of capable resources
Returns:
S_OK
On Success
E_FAIL
On Failure
o GetCapableResources
public virtual GetCapableResources( ipiProcessOcc,
oListResourceRef,
iInSessionOnly=0)
Gets the capable resources of a given process object.
Parameters:
ipiProcessOcc
The process occurrence to which capable resource assigned
oListRessourceRef
The list of capable resources
iInSessionOnly
The resources are searched only in session, By default it is 0 (OFF), pass 1 (ON) to get only from session.
Returns:
S_OK
On Success
E_FAIL
On Failure
o GetCapableResources
public virtual GetCapableResources( ipiProcessRef,
oListResourceRef,
oListOfConnectionObjects)
Gets the capable resources of a given process object.
Parameters:
ipiProcessRef
The process reference to which capable resource assigned
oListRessourceRef
The list of capable resources
oListOfConnectionObjects
The list of connections to capable resources
Returns:
S_OK
On Success
E_FAIL
On Failure
o GetQuantity
public virtual GetQuantity( ipiProcessRef,
ipiResourceRef,
oQuantity)
Gets quantity value associated to the provided capable resource assigned to input process object.
Parameters:
ipiProcessRef
The process reference to which capable resource assigned
ipiResourceRef
The capable resource reference
oQuantity
The quantity associated to the capable resource
Returns:
S_OK
On Success
E_FAIL
On Failure

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

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