Class TestMacroActions
- java.lang.Object
-
- org.apache.syncope.fit.core.reference.TestMacroActions
-
- All Implemented Interfaces:
MacroActions
public class TestMacroActions extends Object implements MacroActions
-
-
Constructor Summary
Constructors Constructor Description TestMacroActions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>
getDropdownValues(String formProperty)
-
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.provisioning.api.macro.MacroActions
afterAll, afterCommand, beforeAll, beforeCommand, getDefaultValue, validate
-
-
-
-
Method Detail
-
getDropdownValues
@Transactional(readOnly=true) public Map<String,String> getDropdownValues(String formProperty)
- Specified by:
getDropdownValues
in interfaceMacroActions
-
-