Uses of Enum Class
com.viglet.turing.client.sn.job.TurSNJobAction
Packages that use TurSNJobAction
Package
Description
Provides the classes necessary to create jobs with content indexing and desindexing to Viglet Turing ES.
-
Uses of TurSNJobAction in com.viglet.turing.client.sn.job
Subclasses with type arguments of type TurSNJobAction in com.viglet.turing.client.sn.jobMethods in com.viglet.turing.client.sn.job that return TurSNJobActionModifier and TypeMethodDescriptionstatic TurSNJobActionReturns the enum constant of this class with the specified name.static TurSNJobAction[]TurSNJobAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.viglet.turing.client.sn.job with parameters of type TurSNJobActionModifierConstructorDescriptionTurSNJobItem(TurSNJobAction turSNJobAction, List<String> siteNames) TurSNJobItem(TurSNJobAction turSNJobAction, List<String> siteNames, Locale locale) TurSNJobItem(TurSNJobAction turSNJobAction, List<String> siteNames, Locale locale, Map<String, Object> attributes) TurSNJobItem(TurSNJobAction turSNJobAction, List<String> siteNames, Locale locale, Map<String, Object> attributes, List<TurSNJobAttributeSpec> specs) TurSNJobItem(TurSNJobAction turSNJobAction, List<String> siteNames, Locale locale, Map<String, Object> attributes, List<TurSNJobAttributeSpec> specs, String checksum)