Class ValueContext
java.lang.Object
org.ametys.plugins.repository.data.holder.values.ValueContext
Object that gives some context for data in data holder manipulations
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the status of the data to setstatic ValueContext
Creates a new instance of aValueContext
Set the status of the data to set
-
Constructor Details
-
ValueContext
protected ValueContext()Creates a new instance of aValueContext
-
-
Method Details
-
newInstance
Creates a new instance of aValueContext
- Returns:
- the created instance
-
getStatus
Retrieves the status of the data to set- Returns:
- the data status
-
withStatus
Set the status of the data to set- Parameters:
status
- the data status to set- Returns:
- the current
ValueContext
-