Class StartupDomainLoader
java.lang.Object
org.apache.syncope.core.persistence.neo4j.StartupDomainLoader
- All Implemented Interfaces:
SyncopeCoreLoader
,Ordered
-
Field Summary
Modifier and TypeFieldDescriptionprotected final DomainHolder
<?> protected final DomainOps
protected final DomainRegistry
<Neo4jDomain> protected static final Logger
protected final PersistenceProperties
protected final ResourceLoader
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
ConstructorDescriptionStartupDomainLoader
(DomainOps domainOps, DomainHolder<?> domainHolder, PersistenceProperties persistenceProperties, ResourceLoader resourceLoader, DomainRegistry<Neo4jDomain> domainRegistry) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.syncope.core.persistence.api.SyncopeCoreLoader
load, unload, unload
-
Field Details
-
LOG
-
domainOps
-
domainHolder
-
persistenceProperties
-
resourceLoader
-
domainRegistry
-
-
Constructor Details
-
StartupDomainLoader
public StartupDomainLoader(DomainOps domainOps, DomainHolder<?> domainHolder, PersistenceProperties persistenceProperties, ResourceLoader resourceLoader, DomainRegistry<Neo4jDomain> domainRegistry)
-
-
Method Details
-
getOrder
public int getOrder() -
load
public void load()Description copied from interface:SyncopeCoreLoader
Perform generic (not related to any domain) init operations.- Specified by:
load
in interfaceSyncopeCoreLoader
-