Uses of Interface
com.ibm.di.connector.dominoUsers.IDominoAction
-
Packages that use IDominoAction Package Description 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 Modifier and Type Class Description classUserAccessThis class performs a user access to Domino.classUserDeletionThis class performs a user deletion from Domino.classUserRegistrationThis class performs a user registration from Domino.Methods in com.ibm.di.connector.dominoUsers with parameters of type IDominoAction Modifier and Type Method Description protected voidDominoUsersConnector. 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 dataprotected EntryDominoUsersConnector. clearFixedDominoActionAttributes(IDominoAction aDominoAction, Entry aEntry)Extracts and stores data for the Domino Actionprotected booleanDominoUsersConnector. mustPerformDominoAction(IDominoAction aDominoAction, Entry aEntry)Inspects the Attributes of the given Entry and determines if the Domino Action has to be performed.protected voidDominoUsersConnector. performDominoAction(IDominoAction aDominoAction)Check if a Domino Action could be performed and if so it is performedprotected voidDominoUsersConnector. resetAndExtractData(IDominoAction aDominoAction, Entry aEntry)Resets the local data holders to empty/default values according the business logic of the Domino Action.
-