Class DateToDateItemTransformer
java.lang.Object
org.apache.syncope.fit.core.reference.DateToDateItemTransformer
- All Implemented Interfaces:
ItemTransformer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbeforePropagation(Item item, Attributable attributable, AttrSchemaType schemaType, List<PlainAttrValue> values) Invoked while preparing attribute values to be sent out to external resource during propagation.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.syncope.core.provisioning.api.data.ItemTransformer
beforePull
-
Constructor Details
-
DateToDateItemTransformer
public DateToDateItemTransformer()
-
-
Method Details
-
beforePropagation
public MappingManager.IntValues beforePropagation(Item item, Attributable attributable, AttrSchemaType schemaType, List<PlainAttrValue> values) Description copied from interface:ItemTransformerInvoked while preparing attribute values to be sent out to external resource during propagation.- Specified by:
beforePropagationin interfaceItemTransformer- Parameters:
item- mapping itemattributable- any or realmschemaType- schema typevalues- original values- Returns:
- transformed values
-