Uses of Enum Class
com.orchestranetworks.service.ValidationSpec.RefreshPolicy
Packages that use ValidationSpec.RefreshPolicy
Package
Description
Provides classes and interfaces for implementing specific services and access rules on EBX®.
-
Uses of ValidationSpec.RefreshPolicy in com.orchestranetworks.service
Methods in com.orchestranetworks.service that return ValidationSpec.RefreshPolicyModifier and TypeMethodDescriptionValidationSpec.getRefreshPolicy()static ValidationSpec.RefreshPolicyReturns the enum constant of this class with the specified name.static ValidationSpec.RefreshPolicy[]ValidationSpec.RefreshPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.orchestranetworks.service with parameters of type ValidationSpec.RefreshPolicyModifier and TypeMethodDescriptionvoidValidationSpec.setRefreshPolicy(ValidationSpec.RefreshPolicy aPolicy) Specifies the refresh policy when validating a dataset, a table or a record.