Class TemplateSubsitutionQDLUtil
- java.lang.Object
-
- org.oa4mp.server.loader.qdl.claims.TemplateSubsitutionQDLUtil
-
- All Implemented Interfaces:
Serializable
,org.qdl_lang.extensions.QDLFunction
public class TemplateSubsitutionQDLUtil extends Object implements org.qdl_lang.extensions.QDLFunction
Created by Jeff Gaynor
on 2/22/21 at 2:30 PM- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
TEMPLATE_SUBSTITUTION_NAME
-
Constructor Summary
Constructors Constructor Description TemplateSubsitutionQDLUtil()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.qdl_lang.variables.values.QDLValue
evaluate(org.qdl_lang.variables.values.QDLValue[] objects, org.qdl_lang.state.State state)
int[]
getArgCount()
List<String>
getDocumentation(int argCount)
String
getName()
-
-
-
Field Detail
-
TEMPLATE_SUBSTITUTION_NAME
public static final String TEMPLATE_SUBSTITUTION_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceorg.qdl_lang.extensions.QDLFunction
-
getArgCount
public int[] getArgCount()
- Specified by:
getArgCount
in interfaceorg.qdl_lang.extensions.QDLFunction
-
evaluate
public org.qdl_lang.variables.values.QDLValue evaluate(org.qdl_lang.variables.values.QDLValue[] objects, org.qdl_lang.state.State state)
- Specified by:
evaluate
in interfaceorg.qdl_lang.extensions.QDLFunction
-
-