Uses of Class
com.orchestranetworks.service.ValidationSpec.RefreshPolicy
-
Packages that use ValidationSpec.RefreshPolicy Package Description com.orchestranetworks.service 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.RefreshPolicy Modifier and Type Method Description ValidationSpec.RefreshPolicyValidationSpec. getRefreshPolicy()static ValidationSpec.RefreshPolicyValidationSpec.RefreshPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static ValidationSpec.RefreshPolicy[]ValidationSpec.RefreshPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.orchestranetworks.service with parameters of type ValidationSpec.RefreshPolicy Modifier and Type Method Description voidValidationSpec. setRefreshPolicy(ValidationSpec.RefreshPolicy aPolicy)Specifies the refresh policy when validating a dataset, a table or a record.
-