Class Initializer
- java.lang.Object
-
- com.logicaldoc.core.metadata.initialization.Initializer
-
- Direct Known Subclasses:
DocumentInitializer
,FolderInitializer
public class Initializer extends Object
An Initializer performs the checks on a genericExtensibleObject
- Since:
- 8.8.1
- Author:
- Marco Meschieri - LogicalDOC
-
-
Constructor Summary
Constructors Constructor Description Initializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
initialize(ExtensibleObject object, Template template, History transaction)
Initializes an object instance taking the initialization logic from a given template
-
-
-
Method Detail
-
initialize
public void initialize(ExtensibleObject object, Template template, History transaction)
Initializes an object instance taking the initialization logic from a given template- Parameters:
object
- the instance to validatetemplate
- the template that contains the validation logictransaction
- the current transaction
-
-