Class DateToLongItemTransformer
java.lang.Object
org.apache.syncope.fit.core.reference.DateToLongItemTransformer
- All Implemented Interfaces:
ItemTransformer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbeforePropagation
(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
-
Constructor Details
-
DateToLongItemTransformer
public DateToLongItemTransformer()
-
-
Method Details
-
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
-