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.DirectionReturns 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 TypeMethodDescriptionvoidDataFactory.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 TypeMethodDescriptionvoidDataBinderImpl.synchronizeData(DataFactory.Direction in) Called after the localdata is set to initialize the binder based on LocalData values (blFieldTypes, etc.)voidDataFactoryImpl.synchronizeLocal(DataBinder dataBinder, DataFactory.Direction in) Called by the serializers.