Class FlowableLoader
java.lang.Object
org.apache.syncope.core.logic.init.FlowableLoader
- All Implemented Interfaces:
SyncopeCoreLoader,Ordered
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final DomainProcessEngineprotected static final Loggerprotected final ResourceFields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.syncope.core.persistence.api.SyncopeCoreLoader
unload, unload
-
Field Details
-
LOG
-
userWorkflowDef
-
dpEngine
-
-
Constructor Details
-
FlowableLoader
-
-
Method Details
-
getOrder
public int getOrder() -
load
public void load()Description copied from interface:SyncopeCoreLoaderPerform generic (not related to any domain) init operations.- Specified by:
loadin interfaceSyncopeCoreLoader
-
load
Description copied from interface:SyncopeCoreLoaderPerform init operations on the given domain.- Specified by:
loadin interfaceSyncopeCoreLoader- Parameters:
domain- domain to initialize
-