Class JobPropertySearchUtils

java.lang.Object
com.avoka.fc.core.util.JobPropertySearchUtils

public class JobPropertySearchUtils extends Object
Provides service methods around job property search
Since:
24.4.0
  • Constructor Details

    • JobPropertySearchUtils

      public JobPropertySearchUtils()
  • Method Details

    • store

      public static final void store(Job job, JobProperty property)
      Creates or Updates a JobPropertySearch record when a job property value is set Search hash is set for the JobPropertySearch This is called in JobProperty.setValue()
      Parameters:
      job - the property is in (required)
      property - being updated or created, linked to the JobPropertySearch created (required)