Uses of Interface
com.ibm.di.connector.dominoUsers.IDominoAction

Packages that use IDominoAction
com.ibm.di.connector.dominoUsers Provides classes for the Domino users connector. 
 

Uses of IDominoAction in com.ibm.di.connector.dominoUsers
 

Classes in com.ibm.di.connector.dominoUsers that implement IDominoAction
 class UserAccess
          This class performs a user access to Domino.
 class UserDeletion
          This class performs a user deletion from Domino.
 class UserRegistration
          This class performs a user registration from Domino.
 

Methods in com.ibm.di.connector.dominoUsers with parameters of type IDominoAction
protected  void DominoUsersConnector.checkExtractAndExecuteDominoAction(IDominoAction aDominoAction, Entry aEntry)
          If the Domino Action should be performed this method resets the local data holders to empty/default values according the action and then extracts and stores the data
protected  Entry DominoUsersConnector.clearFixedDominoActionAttributes(IDominoAction aDominoAction, Entry aEntry)
          Extracts and stores data for the Domino Action
protected  boolean DominoUsersConnector.mustPerformDominoAction(IDominoAction aDominoAction, Entry aEntry)
          Inspects the Attributes of the given Entry and determines if the Domino Action has to be performed.
protected  void DominoUsersConnector.performDominoAction(IDominoAction aDominoAction)
          Check if a Domino Action could be performed and if so it is performed
protected  void DominoUsersConnector.resetAndExtractData(IDominoAction aDominoAction, Entry aEntry)
          Resets the local data holders to empty/default values according the business logic of the Domino Action.