Uses of Enum Class
oracle.stellent.ridc.model.DataFactory.Direction
Packages that use DataFactory.Direction
-
Uses of DataFactory.Direction in oracle.stellent.ridc.model
Methods in oracle.stellent.ridc.model that return DataFactory.DirectionModifier and TypeMethodDescriptionstatic DataFactory.Direction
Returns the enum constant of this class with the specified name.static DataFactory.Direction[]
DataFactory.Direction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in oracle.stellent.ridc.model with parameters of type DataFactory.DirectionModifier and TypeMethodDescriptionvoid
DataFactory.synchronizeLocal
(DataBinder dataBinder, DataFactory.Direction in) Called by the serializers. -
Uses of DataFactory.Direction in oracle.stellent.ridc.model.impl
Methods in oracle.stellent.ridc.model.impl with parameters of type DataFactory.DirectionModifier and TypeMethodDescriptionvoid
DataBinderImpl.synchronizeData
(DataFactory.Direction in) Called after the localdata is set to initialize the binder based on LocalData values (blFieldTypes, etc.)void
DataFactoryImpl.synchronizeLocal
(DataBinder dataBinder, DataFactory.Direction in) Called by the serializers.