Uses of Enum Class
ch.ralscha.extdirectspring.controller.BatchedMethodsExecutionPolicy
Packages that use BatchedMethodsExecutionPolicy
-
Uses of BatchedMethodsExecutionPolicy in ch.ralscha.extdirectspring.controller
Methods in ch.ralscha.extdirectspring.controller that return BatchedMethodsExecutionPolicyModifier and TypeMethodDescriptionConfiguration.getBatchedMethodsExecutionPolicy()Returns the enum constant of this class with the specified name.static BatchedMethodsExecutionPolicy[]BatchedMethodsExecutionPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ch.ralscha.extdirectspring.controller with parameters of type BatchedMethodsExecutionPolicyModifier and TypeMethodDescriptionvoidConfiguration.setBatchedMethodsExecutionPolicy(BatchedMethodsExecutionPolicy batchedMethodsExecutionPolicy) Specifies how batched methods sent from the client should be executed on the server.