Uses of Enum Class
com.suncode.pwfl.workflow.indexer.ElasticIndexingPriority
Packages that use ElasticIndexingPriority
-
Uses of ElasticIndexingPriority in com.suncode.pwfl.workflow.activity.indexer
Methods in com.suncode.pwfl.workflow.activity.indexer with parameters of type ElasticIndexingPriorityModifier and TypeMethodDescriptionvoid
ActivityIndexingService.indexAsync
(String processId, String activityId, boolean forceSharkService, ElasticIndexingPriority priority) void
ActivityIndexingWrapper.indexAsync
(String processId, String activityId, boolean forceSharkService, ElasticIndexingPriority priority) -
Uses of ElasticIndexingPriority in com.suncode.pwfl.workflow.indexer
Methods in com.suncode.pwfl.workflow.indexer that return ElasticIndexingPriorityModifier and TypeMethodDescriptionstatic ElasticIndexingPriority
Returns the enum constant of this class with the specified name.static ElasticIndexingPriority[]
ElasticIndexingPriority.values()
Returns an array containing the constants of this enum class, in the order they are declared.