Package | Description |
---|---|
fr.paris.lutece.plugins.identitystore.business | |
fr.paris.lutece.plugins.identitystore.service | |
fr.paris.lutece.plugins.identitystore.service.listeners |
Modifier and Type | Method and Description |
---|---|
static List<AttributeChange> |
IdentityAttributeHome.getAttributeChangeHistory(int nIdentityId,
String strAttributeKey)
get attribute change event in history table from the newest to the latest change
|
List<AttributeChange> |
IdentityAttributeDAO.getAttributeChangeHistory(int nIdentityId,
String strAttributeKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
List<AttributeChange> |
IIdentityAttributeDAO.getAttributeChangeHistory(int nIdentityId,
String strAttributeKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
return list of attribute change history for an identity attribute from the newest to the latest change
|
Modifier and Type | Method and Description |
---|---|
static void |
IdentityAttributeHome.addAttributeChangeHistory(AttributeChange attributeChange)
add an attribute change event in history table
|
void |
IdentityAttributeDAO.addAttributeChangeHistory(AttributeChange attributeChange,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
void |
IIdentityAttributeDAO.addAttributeChangeHistory(AttributeChange attributeChange,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
add an historical change attribute entry
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeChangeListener.processAttributeChange(AttributeChange change)
Process an attribute change
|
Modifier and Type | Method and Description |
---|---|
static AttributeChange |
IdentityStoreNotifyListenerService.buildAttributeChange(Identity identity,
String strKey,
String strValue,
String strOldValue,
ChangeAuthor author,
AttributeCertificate certificate,
boolean bIsCreation)
create and return an AttributeChange from input params
|
Modifier and Type | Method and Description |
---|---|
static void |
IdentityStoreNotifyListenerService.notifyListenersAttributeChange(AttributeChange change)
Notify an attribute change to all registered listeners
|
void |
LoggingListener.processAttributeChange(AttributeChange change)
Process an attribute change
|
void |
DatabaseLoggingListener.processAttributeChange(AttributeChange attributeChange)
Process an attribute change
|
Copyright © 2017 City of Paris. All rights reserved.