Class Initializer
java.lang.Object
com.logicaldoc.core.metadata.initialization.Initializer
- Direct Known Subclasses:
DocumentInitializer
,FolderInitializer
An Initializer performs the checks on a generic
ExtensibleObject
- Since:
- 8.8.1
- Author:
- Marco Meschieri - LogicalDOC
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
initialize
(ExtensibleObject object, Template template, History transaction) Initializes an object instance taking the initialization logic from a given template
-
Constructor Details
-
Initializer
public Initializer()
-
-
Method Details
-
initialize
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
-