Package com.avoka.fc.core.util
Class JobPropertySearchUtils
java.lang.Object
com.avoka.fc.core.util.JobPropertySearchUtils
Provides service methods around job property search
- Since:
- 24.4.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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()
-
Constructor Details
-
JobPropertySearchUtils
public JobPropertySearchUtils()
-
-
Method Details
-
store
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)
-