Package org.ametys.runtime.model
Class DefinitionContext
java.lang.Object
org.ametys.runtime.model.DefinitionContext
Object that gives some context for definitions manipulation
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the context object for the definitionbooleanChecks if the context is in editionstatic DefinitionContextCreates a new instance of aDefinitionContextwithEdition(boolean isEdition) Set totrueif the context is in edition (default tofalse)withObject(Object object) Set the context object
-
Method Details
-
newInstance
Creates a new instance of aDefinitionContext- Returns:
- the created instance
-
getObject
Retrieves the context object for the definition- Returns:
- the context object
-
withObject
Set the context object- Parameters:
object- the context object to set- Returns:
- the current
DefinitionContext
-
isEdition
Checks if the context is in edition- Returns:
trueif the context is in edition,falseotherwise
-
withEdition
Set totrueif the context is in edition (default tofalse)- Parameters:
isEdition-trueif the context is in edition,falseotherwise- Returns:
- the current
DefinitionContext
-