Class ChPpqMessageCreator
java.lang.Object
org.openehealth.ipf.commons.ihe.xacml20.Xacml20MessageCreator
org.openehealth.ipf.commons.ihe.xacml20.ChPpqMessageCreator
- All Implemented Interfaces:
GroovyObject
-
Field Summary
Fields inherited from class org.openehealth.ipf.commons.ihe.xacml20.Xacml20MessageCreator
HL7V3_OBJECT_FACTORY, XACML_CONTEXT_OBJECT_FACTORY, XACML_POLICY_OBJECT_FACTORY, XML_OBJECT_FACTORY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateAddPolicyRequest
(Collection<org.herasaf.xacml.core.policy.impl.PolicySetType> policySets) createDeletePolicyRequest
(Collection<String> policySetIds) createPolicyQuery
(List<String> policySetIds) createPolicyQuery
(II patientId) createPositivePolicyQueryResponse
(List<org.herasaf.xacml.core.policy.impl.PolicySetType> policySets) createUpdatePolicyRequest
(Collection<org.herasaf.xacml.core.policy.impl.PolicySetType> policySets) void
Methods inherited from class org.openehealth.ipf.commons.ihe.xacml20.Xacml20MessageCreator
createAssertion, createIssuer, createNegativeQueryResponse, createNegativeQueryResponse, createResponse
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
-
ChPpqMessageCreator
-
-
Method Details
-
getMetaClass
- Specified by:
getMetaClass
in interfaceGroovyObject
- Overrides:
getMetaClass
in classXacml20MessageCreator
-
setMetaClass
- Specified by:
setMetaClass
in interfaceGroovyObject
- Overrides:
setMetaClass
in classXacml20MessageCreator
-
createAddPolicyRequest
public AddPolicyRequest createAddPolicyRequest(Collection<org.herasaf.xacml.core.policy.impl.PolicySetType> policySets) -
createUpdatePolicyRequest
public UpdatePolicyRequest createUpdatePolicyRequest(Collection<org.herasaf.xacml.core.policy.impl.PolicySetType> policySets) -
createDeletePolicyRequest
-
createPolicyQuery
-
createPolicyQuery
-
createPositivePolicyQueryResponse
public ResponseType createPositivePolicyQueryResponse(List<org.herasaf.xacml.core.policy.impl.PolicySetType> policySets)
-