DELPPRSystemItf Interface DELIPPRSystemCapableRscAuth
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface DELIPPRSystemCapableRscAuth
Method Index
- o
AddCapableResource(CATIPLMNavReference*,CATIPLMNavReference*,CATBaseUnknown*&)
- Assignes the capable resource to a given system/operation object.
- o
AddCapableResources(CATIPLMNavReference*,CATIPLMNavReference*)
- Assigns the capable resources to a given System Or Operation object.
- o
AddDocument(CATIPLMNavReference*,CATIPLMNavReference*,CATIPLMNavReference*)
- Associate documents to the provided capable resource which is
assigned to input System Or Operation object.
- o
RemoveCapableResources(CATIPLMNavReference*,CATIPLMNavReference*)
- Remove the capable resources assigned to a given System Or Operation object.
- o
RemoveDocument(CATIPLMNavReference*,CATIPLMNavReference*,CATIPLMNavReference*)
- Remove document associated to the provided capable resource
which is assigned to input System Or Operation object.
- o
SetQuantity(CATIPLMNavReference*,CATIPLMNavReference*,double&)
- Sets quantity to the provided capable resource which is assigned
to input System Or Operation object.
Methods
o AddCapableResource
public virtual AddCapableResource( | | ipiSystemOrOperationRef, |
| | ipiResourceRef, |
| | oConnectionObject) |
-
Assignes the capable resource to a given system/operation object.
- Parameters:
-
- ipiSystemOrOperationRef
- The system or operation reference to which capable
resource will be assigned
- ipiResourceRef
- Capable resources reference which will be assigned
- oConnectionObject
- Newly Created connection object
- Returns:
-
S_OK
- On Success
E_FAIL
- On Failure
o AddCapableResources
public virtual AddCapableResources( | | ipiSystemOrOperationRef, |
| | ipiResourceRef) |
-
Assigns the capable resources to a given System Or Operation object.
- Parameters:
-
- ipiSystemOrOperationRef
- The System Or Operation reference to which capable resource
will be assigned
- ipiResourceRef
- Capable resources reference which will be assigned
- Returns:
-
S_OK
- On Success
E_FAIL
- On Failure
o AddDocument
public virtual AddDocument( | | ipiSystemOrOperationRef, |
| | ipiResourceRef, |
| | ipiDocument) |
-
Associate documents to the provided capable resource which is
assigned to input System Or Operation object.
- Parameters:
-
- ipiSystemOrOperationRef
- The System Or Operation reference to which capable resource is
assigned
- ipiResourceRef
- The capable resource reference
- ipiDocument
- The documents which needs to be associated to the provided
capable resource
- Returns:
-
S_OK
- On Success
E_FAIL
- On Failure
o RemoveCapableResources
public virtual RemoveCapableResources( | | ipiSystemOrOperationRef, |
| | ipiResourceRef) |
-
Remove the capable resources assigned to a given System Or Operation object.
- Parameters:
-
- ipiSystemOrOperationRef
- The System Or Operation reference to which capable resource
is assigned
- ipiResourceRef
- Capable resources reference which will removed (unassigned)
- Returns:
-
S_OK
- On Success
E_FAIL
- On Failure
o RemoveDocument
public virtual RemoveDocument( | | ipiSystemOrOperationRef, |
| | ipiResourceRef, |
| | ipiDocument) |
-
Remove document associated to the provided capable resource
which is assigned to input System Or Operation object.
- Parameters:
-
- ipiSystemOrOperationRef
- The System Or Operation reference to which capable resource
is assigned
- ipiResourceRef
- The capable resource reference
- ipiDocument
- The documents which needs to be removed from provided
capable resource
- Returns:
-
S_OK
- On Success
E_FAIL
- On Failure
o SetQuantity
public virtual SetQuantity( | | ipiSystemOrOperationRef, |
| | ipiResourceRef, |
| | iQuantity) |
-
Sets quantity to the provided capable resource which is assigned
to input System Or Operation object.
- Parameters:
-
- ipiSystemOrOperationRef
- The System Or Operation reference to which capable resource is
assigned
- ipiResourceRef
- The capable resource reference
- iQuantity
- The quantity value to be set on the capable resource
- Returns:
-
S_OK
- On Success
E_FAIL
- On Failure
This object is included in the file: DELIPPRSystemCapableRscAuth.h
If needed, your Imakefile.mk should include the module: DELPPRSystemItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.