Class ScopeTemplateQDLUtil
- java.lang.Object
-
- org.oa4mp.server.loader.qdl.claims.ScopeTemplateQDLUtil
-
- All Implemented Interfaces:
Serializable
public class ScopeTemplateQDLUtil extends Object implements Serializable
Created by Jeff Gaynor
on 1/21/21 at 11:11 AM- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classScopeTemplateQDLUtil.DownscopeclassScopeTemplateQDLUtil.QueryScopesclassScopeTemplateQDLUtil.ResolveTemplatesclassScopeTemplateQDLUtil.ToScopeString
-
Field Summary
Fields Modifier and Type Field Description static StringDOWNSCOPE_NAMEstatic StringQUERY_SCOPES_NAMEstatic StringRESOLVE_TEMPLATES_NAMEstatic StringTO_SCOPE_STRING_NAME
-
Constructor Summary
Constructors Constructor Description ScopeTemplateQDLUtil()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.qdl_lang.variables.QDLStemdoIt(org.qdl_lang.variables.QDLStem allowedStem, org.qdl_lang.variables.QDLStem requestedStem, boolean isQuery)
-
-
-
Field Detail
-
RESOLVE_TEMPLATES_NAME
public static final String RESOLVE_TEMPLATES_NAME
- See Also:
- Constant Field Values
-
QUERY_SCOPES_NAME
public static final String QUERY_SCOPES_NAME
- See Also:
- Constant Field Values
-
DOWNSCOPE_NAME
public static final String DOWNSCOPE_NAME
- See Also:
- Constant Field Values
-
TO_SCOPE_STRING_NAME
public static final String TO_SCOPE_STRING_NAME
- See Also:
- Constant Field Values
-
-