All Frameworks Class Hierarchy This Framework Indexes
VPMPosManager Interface ENOVIPosEvent
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---ENOVIPosEvent
Usage: you can freely reimplement this interface.
interface ENOVIPosEvent
Interface to be implemented by a client who wants to subscribe to P&O-Security events which may be raised.
CallBack Interface : when the publisher raises a P&O-Security-related event, the subscriber is called back on methods
of this interface.
Role: the Subscriber gives a pointer on the implementation of this interface for subscription.
Method Index
- o
onAfterCheckAccess(ENOVIEvent_var&,HRESULT&)
- Method called after a Check Access action was done.
- o
onAfterCheckDataAccess(ENOVIEvent_var&,HRESULT&)
- Method called after a Check Data Access action was done.
- o
onAfterDeleteContext(ENOVIEvent_var&,HRESULT&)
- Method called after a Delete Context action is done .
- o
onAfterDeleteDataGroup(ENOVIEvent_var&,HRESULT&)
- Method called after a Delete DataGroup action is done .
- o
onAfterDeleteOrg(ENOVIEvent_var&,HRESULT&)
- Method called after a Delete Org action is done .
- o
onAfterDeletePerson(ENOVIEvent_var&,HRESULT&)
- Method called after a Delete Person action is done .
- o
onAfterDeletePrivilege(ENOVIEvent_var&,HRESULT&)
- Method called after a Delete Privilege action is done .
- o
onAfterDeleteProject(ENOVIEvent_var&,HRESULT&)
- Method called after a Delete Project action is done .
- o
onAfterDeleteRole(ENOVIEvent_var&,HRESULT&)
- Method called after a Delete Role action is done .
- o
onAfterUpdateContext(ENOVIEvent_var&,HRESULT&)
- Method called after an Update Context action was done.
- o
onAfterUpdateDataGroup(ENOVIEvent_var&,HRESULT&)
- Method called after an Update DataGroup action was done.
- o
onAfterUpdateOrg(ENOVIEvent_var&,HRESULT&)
- Method called after an Update Org action was done.
- o
onAfterUpdatePerson(ENOVIEvent_var&,HRESULT&)
- Method called after an Update Person action was done.
- o
onAfterUpdatePrivilege(ENOVIEvent_var&,HRESULT&)
- Method called after an Update Privilege action was done.
- o
onAfterUpdateProject(ENOVIEvent_var&,HRESULT&)
- Method called after an Update Project action was done.
- o
onAfterUpdateRole(ENOVIEvent_var&,HRESULT&)
- Method called after an Update Role action was done.
- o
onBeforeCheckAccess(ENOVIEvent_var&,HRESULT&)
- Method called before a Check Access action is done .
- o
onBeforeCheckDataAccess(ENOVIEvent_var&,HRESULT&)
- Method called before a Check Data Access action is done .
- o
onBeforeDeleteContext(ENOVIEvent_var&,HRESULT&)
- Method called before a Delete Context action is done .
- o
onBeforeDeleteDataGroup(ENOVIEvent_var&,HRESULT&)
- Method called before a Delete DataGroup action is done .
- o
onBeforeDeleteOrg(ENOVIEvent_var&,HRESULT&)
- Method called before a Delete Org action is done .
- o
onBeforeDeletePerson(ENOVIEvent_var&,HRESULT&)
- Method called before a Delete Person action is done .
- o
onBeforeDeletePrivilege(ENOVIEvent_var&,HRESULT&)
- Method called before a Delete Privilege action is done .
- o
onBeforeDeleteProject(ENOVIEvent_var&,HRESULT&)
- Method called before a Delete Project action is done .
- o
onBeforeDeleteRole(ENOVIEvent_var&,HRESULT&)
- Method called before a Delete Role action is done .
- o
onBeforeNewPrivilege(ENOVIEvent_var&,HRESULT&)
- Method called before a Create Privilege action was done.
- o
onBeforeUpdateContext(ENOVIEvent_var&,HRESULT&)
- Method called before an Update Context action is done .
- o
onBeforeUpdateDataGroup(ENOVIEvent_var&,HRESULT&)
- Method called before an Update DataGroup action is done .
- o
onBeforeUpdateOrg(ENOVIEvent_var&,HRESULT&)
- Method called before an Update Org action is done .
- o
onBeforeUpdatePerson(ENOVIEvent_var&,HRESULT&)
- Method called before an Update Person action is done .
- o
onBeforeUpdatePrivilege(ENOVIEvent_var&,HRESULT&)
- Method called before an Update Privilege action is done .
- o
onBeforeUpdateProject(ENOVIEvent_var&,HRESULT&)
- Method called before an Update Project action is done .
- o
onBeforeUpdateRole(ENOVIEvent_var&,HRESULT&)
- Method called before an Update Role action is done .
- o
onCreateContext(ENOVIEvent_var&,HRESULT&)
- Method called after a Create Context action was done.
- o
onCreateDataGroup(ENOVIEvent_var&,HRESULT&)
- Method called after a Create DataGroup action was done.
- o
onCreateOrg(ENOVIEvent_var&,HRESULT&)
- Method called after a Create Org action was done.
- o
onCreatePerson(ENOVIEvent_var&,HRESULT&)
- Method called after a Create Person action was done.
- o
onCreatePrivilege(ENOVIEvent_var&,HRESULT&)
- Method called after a Create Privilege action was done.
- o
onCreateProject(ENOVIEvent_var&,HRESULT&)
- Method called after a Create Project action was done.
- o
onCreateRole(ENOVIEvent_var&,HRESULT&)
- Method called after a Create Role action was done.
- o
onKo(ENOVIEvent_var&,HRESULT&)
- CallBack method when something was wrong for another subscriber.
- o
onLogon(ENOVIEvent_var&,HRESULT&)
- Method called after logon was done.
- o
onLogout(ENOVIEvent_var&,HRESULT&)
- Method called after logout was done.
Methods
o onAfterCheckAccess
| public virtual HRESULT onAfterCheckAccess( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called after a Check Access action was done.
Role: to call back clients which subscribed to CheckAccess event - step after -
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onAfterCheckDataAccess
| public virtual HRESULT onAfterCheckDataAccess( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called after a Check Data Access action was done.
Role: to call back clients which subscribed to CheckDataAccess event - step after -
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onAfterDeleteContext
| public virtual HRESULT onAfterDeleteContext( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called after a Delete Context action is done .
Role: to call back clients which subscribed to DeleteContext event - step after -
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onAfterDeleteDataGroup
| public virtual HRESULT onAfterDeleteDataGroup( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called after a Delete DataGroup action is done .
Role: to call back clients which subscribed to DeleteDataGroup event - step after -
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onAfterDeleteOrg
| public virtual HRESULT onAfterDeleteOrg( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called after a Delete Org action is done .
Role: to call back clients which subscribed to DeleteOrg event - step after -
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onAfterDeletePerson
| public virtual HRESULT onAfterDeletePerson( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called after a Delete Person action is done .
Role: to call back clients which subscribed to DeletePerson event - step after -
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onAfterDeletePrivilege
| public virtual HRESULT onAfterDeletePrivilege( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called after a Delete Privilege action is done .
Role: to call back clients which subscribed to DeletePrivilege event - step after -
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onAfterDeleteProject
| public virtual HRESULT onAfterDeleteProject( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called after a Delete Project action is done .
Role: to call back clients which subscribed to DeleteProject event - step after -
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onAfterDeleteRole
| public virtual HRESULT onAfterDeleteRole( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called after a Delete Role action is done .
Role: to call back clients which subscribed to DeleteRole event - step after -
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onAfterUpdateContext
| public virtual HRESULT onAfterUpdateContext( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called after an Update Context action was done.
Role: to call back clients which subscribed to UpdateContext event - step after -
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onAfterUpdateDataGroup
| public virtual HRESULT onAfterUpdateDataGroup( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called after an Update DataGroup action was done.
Role: to call back clients which subscribed to UpdateDataGroup event - step after -
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onAfterUpdateOrg
| public virtual HRESULT onAfterUpdateOrg( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called after an Update Org action was done.
Role: to call back clients which subscribed to UpdateOrg event - step after -
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onAfterUpdatePerson
| public virtual HRESULT onAfterUpdatePerson( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called after an Update Person action was done.
Role: to call back clients which subscribed to UpdatePerson event - step after -
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onAfterUpdatePrivilege
| public virtual HRESULT onAfterUpdatePrivilege( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called after an Update Privilege action was done.
Role: to call back clients which subscribed to UpdatePrivilege event - step after -
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onAfterUpdateProject
| public virtual HRESULT onAfterUpdateProject( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called after an Update Project action was done.
Role: to call back clients which subscribed to UpdateProject event - step after -
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onAfterUpdateRole
| public virtual HRESULT onAfterUpdateRole( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called after an Update Role action was done.
Role: to call back clients which subscribed to UpdateRole event - step after -
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onBeforeCheckAccess
| public virtual HRESULT onBeforeCheckAccess( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called before a Check Access action is done .
Role: to call back clients which subscribed to CheckAccess event - step before -
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onBeforeCheckDataAccess
| public virtual HRESULT onBeforeCheckDataAccess( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called before a Check Data Access action is done .
Role: to call back clients which subscribed to CheckDataAccess event - step before -
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onBeforeDeleteContext
| public virtual HRESULT onBeforeDeleteContext( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called before a Delete Context action is done .
Role: to call back clients which subscribed to DeleteContext event - step before -
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
E_ACCESSDENIED if the subscriber wants to put a veto . This code will be taken into account
only if the event on the object type was declared veto able.
S_OK if everything was right
- See also:
- ENOVIEvent
o onBeforeDeleteDataGroup
| public virtual HRESULT onBeforeDeleteDataGroup( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called before a Delete DataGroup action is done .
Role: to call back clients which subscribed to DeleteDataGroup event - step before -
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
E_ACCESSDENIED if the subscriber wants to put a veto . This code will be taken into account
only if the event on the object type was declared veto able.
S_OK if everything was right
- See also:
- ENOVIEvent
o onBeforeDeleteOrg
| public virtual HRESULT onBeforeDeleteOrg( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called before a Delete Org action is done .
Role: to call back clients which subscribed to DeleteOrg event - step before -
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
E_ACCESSDENIED if the subscriber wants to put a veto . This code will be taken into account
only if the event on the object type was declared veto able.
S_OK if everything was right
- See also:
- ENOVIEvent
o onBeforeDeletePerson
| public virtual HRESULT onBeforeDeletePerson( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called before a Delete Person action is done .
Role: to call back clients which subscribed to DeletePerson event - step before -
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
E_ACCESSDENIED if the subscriber wants to put a veto . This code will be taken into account
only if the event on the object type was declared veto able.
S_OK if everything was right
- See also:
- ENOVIEvent
o onBeforeDeletePrivilege
| public virtual HRESULT onBeforeDeletePrivilege( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called before a Delete Privilege action is done .
Role: to call back clients which subscribed to DeletePrivilege event - step before -
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
E_ACCESSDENIED if the subscriber wants to put a veto . This code will be taken into account
only if the event on the object type was declared veto able.
S_OK if everything was right
- See also:
- ENOVIEvent
o onBeforeDeleteProject
| public virtual HRESULT onBeforeDeleteProject( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called before a Delete Project action is done .
Role: to call back clients which subscribed to DeleteProject event - step before -
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
E_ACCESSDENIED if the subscriber wants to put a veto . This code will be taken into account
only if the event on the object type was declared veto able.
S_OK if everything was right
- See also:
- ENOVIEvent
o onBeforeDeleteRole
| public virtual HRESULT onBeforeDeleteRole( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called before a Delete Role action is done .
Role: to call back clients which subscribed to DeleteRole event - step before -
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
E_ACCESSDENIED if the subscriber wants to put a veto . This code will be taken into account
only if the event on the object type was declared veto able.
S_OK if everything was right
- See also:
- ENOVIEvent
o onBeforeNewPrivilege
| public virtual HRESULT onBeforeNewPrivilege( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called before a Create Privilege action was done.
Role: to call back clients which subscribed to NewPrivilege event - step before -
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
E_ACCESSDENIED if the subscriber wants to put a veto . This code will be taken into account
only if the event on the object type was declared veto able.
S_OK if everything was right
- See also:
- ENOVIEvent
o onBeforeUpdateContext
| public virtual HRESULT onBeforeUpdateContext( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called before an Update Context action is done .
Role: to call back clients which subscribed to UpdateContext event - step before -
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
E_ACCESSDENIED if the subscriber wants to put a veto . This code will be taken into account
only if the event on the object type was declared veto able.
S_OK if everything was right
- See also:
- ENOVIEvent
o onBeforeUpdateDataGroup
| public virtual HRESULT onBeforeUpdateDataGroup( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called before an Update DataGroup action is done .
Role: to call back clients which subscribed to UpdateDataGroup event - step before -
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
E_ACCESSDENIED if the subscriber wants to put a veto . This code will be taken into account
only if the event on the object type was declared veto able.
S_OK if everything was right
- See also:
- ENOVIEvent
o onBeforeUpdateOrg
| public virtual HRESULT onBeforeUpdateOrg( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called before an Update Org action is done .
Role: to call back clients which subscribed to UpdateOrg event - step before -
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
E_ACCESSDENIED if the subscriber wants to put a veto . This code will be taken into account
only if the event on the object type was declared veto able.
S_OK if everything was right
- See also:
- ENOVIEvent
o onBeforeUpdatePerson
| public virtual HRESULT onBeforeUpdatePerson( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called before an Update Person action is done .
Role: to call back clients which subscribed to UpdatePerson event - step before -
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
E_ACCESSDENIED if the subscriber wants to put a veto . This code will be taken into account
only if the event on the object type was declared veto able.
S_OK if everything was right
- See also:
- ENOVIEvent
o onBeforeUpdatePrivilege
| public virtual HRESULT onBeforeUpdatePrivilege( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called before an Update Privilege action is done .
Role: to call back clients which subscribed to UpdatePrivilege event - step before -
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
E_ACCESSDENIED if the subscriber wants to put a veto . This code will be taken into account
only if the event on the object type was declared veto able.
S_OK if everything was right
- See also:
- ENOVIEvent
o onBeforeUpdateProject
| public virtual HRESULT onBeforeUpdateProject( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called before an Update Project action is done .
Role: to call back clients which subscribed to UpdateProject event - step before -
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
E_ACCESSDENIED if the subscriber wants to put a veto . This code will be taken into account
only if the event on the object type was declared veto able.
S_OK if everything was right
- See also:
- ENOVIEvent
o onBeforeUpdateRole
| public virtual HRESULT onBeforeUpdateRole( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called before an Update Role action is done .
Role: to call back clients which subscribed to UpdateRole event - step before -
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
E_ACCESSDENIED if the subscriber wants to put a veto . This code will be taken into account
only if the event on the object type was declared veto able.
S_OK if everything was right
- See also:
- ENOVIEvent
o onCreateContext
| public virtual HRESULT onCreateContext( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called after a Create Context action was done.
Role: to call back clients which subscribed to CreateContext event - standard mode -
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onCreateDataGroup
| public virtual HRESULT onCreateDataGroup( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called after a Create DataGroup action was done.
Role: to call back clients which subscribed to CreateDataGroup event - standard mode -
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onCreateOrg
| public virtual HRESULT onCreateOrg( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called after a Create Org action was done.
Role: to call back clients which subscribed to CreateOrg event - standard mode -
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onCreatePerson
| public virtual HRESULT onCreatePerson( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called after a Create Person action was done.
Role: to call back clients which subscribed to CreatePerson event - standard mode -
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onCreatePrivilege
| public virtual HRESULT onCreatePrivilege( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called after a Create Privilege action was done.
Role: to call back clients which subscribed to CreatePrivilege event - standard mode -
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onCreateProject
| public virtual HRESULT onCreateProject( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called after a Create Project action was done.
Role: to call back clients which subscribed to CreateProject event - standard mode -
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onCreateRole
| public virtual HRESULT onCreateRole( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called after a Create Role action was done.
Role: to call back clients which subscribed to CreateRole event - standard mode -
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onKo
| public virtual HRESULT onKo( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
CallBack method when something was wrong for another subscriber.
Role: this method is called by the event manager
when a next subscriber returns a failure code from it's callback method.
In that case, all the previous subscribers are called on their onKo() method.
- Parameters:
-
- iEvent
- the instance of event which is currently raised
- ioNotifyReturnCode
- the status of the onKo callback action
- See also:
- ENOVIEvent
o onLogon
| public virtual HRESULT onLogon( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called after logon was done.
Role: to call back clients which subscribed to Logon event - standard mode -
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onLogout
| public virtual HRESULT onLogout( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called after logout was done.
Role: to call back clients which subscribed to Logout event - standard mode -
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
This object is included in the file: ENOVIPosEvent.h
If needed, your Imakefile.mk should include the module: GUIDVPMPosManager