OpenClovis Logo

Variables
clProvOmApi.h File Reference

Header file of Provision OM Class Definition and Callbacks. More...

#include <clCommon.h>
#include <clOmObjectManage.h>
#include <clOmCommonClassTypes.h>
#include <clOmBaseClass.h>
#include <clProvApi.h>

Go to the source code of this file.

Variables

void(* clProvObjectEnd )(ClCorMOIdPtrT pMoId, ClHandleT txnHandle)
 Object operations end callback function which will be provided by the user. More...
 
ClRcT(* clProvObjectRead )(CL_OM_PROV_CLASS *pThis, ClHandleT txnHandle, ClProvTxnDataT *pProvTxnDataList, ClUint32T txnDataEntries)
 Get all the attributes values. More...
 
ClRcT(* clProvObjectRollback )(CL_OM_PROV_CLASS *pThis, ClHandleT txnHandle, ClProvTxnDataT *pProvTxnDataList, ClUint32T txnDataEntries)
 Group rollback proivision attributes changes. More...
 
void(* clProvObjectStart )(ClCorMOIdPtrT pMoId, ClHandleT txnHandle)
 Object operations start callback function which will be provided by the user. More...
 
ClRcT(* clProvObjectUpdate )(CL_OM_PROV_CLASS *pThis, ClHandleT txnHandle, ClProvTxnDataT *pProvTxnDataList, ClUint32T txnDataEntries)
 Group update proivision attributes changes. More...
 
ClRcT(* clProvObjectValidate )(CL_OM_PROV_CLASS *pThis, ClHandleT txnHandle, ClProvTxnDataT *pProvTxnDataList, ClUint32T txnDataEntries)
 Group validate proivision attributes change requests. More...
 
ClRcT(* clProvRead )(CL_OM_PROV_CLASS *pThis, ClHandleT txnHandle, ClProvTxnDataT *pProvTxn)
 Get attribute value. More...
 
ClRcT(* clProvRollback )(CL_OM_PROV_CLASS *pThis, ClHandleT txnHandle, ClProvTxnDataT *pProvTxn)
 Rollback provision attribute change request. More...
 
ClRcT(* clProvUpdate )(CL_OM_PROV_CLASS *pThis, ClHandleT txnHandle, ClProvTxnDataT *pProvTxn)
 Update provision attribute change request. More...
 
ClRcT(* clProvValidate )(CL_OM_PROV_CLASS *pThis, ClHandleT txnHandle, ClProvTxnDataT *pProvTxn)
 Provision Library base class. More...
 

Detailed Description

Header file of Provision OM Class Definition and Callbacks.


Generated on Tue Jan 10 10:29:15 PST 2012 for OpenClovis SDK using Doxygen