Class ChPpqPolicySetCreator
java.lang.Object
org.openehealth.ipf.commons.ihe.xacml20.ChPpqPolicySetCreator
- All Implemented Interfaces:
GroovyObject
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.herasaf.xacml.core.policy.impl.PolicySetType
createPolicySet
(String templateId, org.apache.velocity.VelocityContext substitutions) static String
createPolicySetString
(String templateId, org.apache.velocity.VelocityContext substitutions) void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface groovy.lang.GroovyObject
getProperty, invokeMethod, setProperty
-
Constructor Details
-
ChPpqPolicySetCreator
public ChPpqPolicySetCreator()
-
-
Method Details
-
getMetaClass
- Specified by:
getMetaClass
in interfaceGroovyObject
-
setMetaClass
- Specified by:
setMetaClass
in interfaceGroovyObject
-
createPolicySetString
-
createPolicySet
public static org.herasaf.xacml.core.policy.impl.PolicySetType createPolicySet(String templateId, org.apache.velocity.VelocityContext substitutions)
-