Class DateToDateItemTransformer
- java.lang.Object
-
- org.apache.syncope.fit.core.reference.DateToDateItemTransformer
-
- All Implemented Interfaces:
ItemTransformer
public class DateToDateItemTransformer extends Object implements ItemTransformer
-
-
Constructor Summary
Constructors Constructor Description DateToDateItemTransformer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Pair<AttrSchemaType,List<PlainAttrValue>>
beforePropagation(Item item, Any<?> any, 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, wait
-
Methods inherited from interface org.apache.syncope.core.provisioning.api.data.ItemTransformer
beforePull
-
-
-
-
Method Detail
-
beforePropagation
public Pair<AttrSchemaType,List<PlainAttrValue>> beforePropagation(Item item, Any<?> any, AttrSchemaType schemaType, List<PlainAttrValue> values)
Description copied from interface:ItemTransformer
Invoked while preparing attribute values to be sent out to external resource during propagation.- Specified by:
beforePropagation
in interfaceItemTransformer
- Parameters:
item
- mapping itemany
- anyschemaType
- schema typevalues
- original values- Returns:
- transformed values
-
-