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