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 SummaryConstructors Constructor Description Initializer()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitialize(ExtensibleObject object, Template template, History transaction)Initializes an object instance taking the initialization logic from a given template
 
- 
- 
- 
Method Detail- 
initializepublic 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 validate
- template- the template that contains the validation logic
- transaction- the current transaction
 
 
- 
 
-