Class FlowableConfiguration
- java.lang.Object
-
- org.apache.syncope.fit.core.reference.flowable.FlowableConfiguration
-
@Configuration(proxyBeanMethods=false) public class FlowableConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description FlowableConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssignDirectorGroup
assignDirectorGroup(UserDataBinder dataBinder, UserDAO userDAO)
CreateARelationship
createARelationship(UserDataBinder dataBinder, UserDAO userDAO)
PrintersValueProvider
printersValueProvider(AnySearchDAO anySearchDAO)
-
-
-
Method Detail
-
assignDirectorGroup
@Bean public AssignDirectorGroup assignDirectorGroup(UserDataBinder dataBinder, UserDAO userDAO)
-
createARelationship
@Bean public CreateARelationship createARelationship(UserDataBinder dataBinder, UserDAO userDAO)
-
printersValueProvider
@Bean public PrintersValueProvider printersValueProvider(AnySearchDAO anySearchDAO)
-
-