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 TypeMethodDescriptionvoidActivityIndexingService.indexAsync(String processId, String activityId, boolean forceSharkService, ElasticIndexingPriority priority) voidActivityIndexingWrapper.indexAsync(String processId, String activityId, boolean forceSharkService, ElasticIndexingPriority priority) -
Uses of ElasticIndexingPriority in com.suncode.pwfl.workflow.indexer
Subclasses with type arguments of type ElasticIndexingPriority in com.suncode.pwfl.workflow.indexerMethods in com.suncode.pwfl.workflow.indexer that return ElasticIndexingPriorityModifier and TypeMethodDescriptionstatic ElasticIndexingPriorityReturns 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.