org.csapi.jr.se.policy
Interface PolicyCondition
- All Superinterfaces:
- CsapiInterface, java.io.Serializable, Service
- public interface PolicyCondition
- extends Service
This interface represents a PolicyCondition.
Method Summary |
org.csapi.jr.se.policy.PolicyRepository |
getParentRepository()
Invokes the getParentRepository() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyRule |
getParentRule()
Invokes the getParentRule() method on the Parlay Gateway. |
getParentRepository
public org.csapi.jr.se.policy.PolicyRepository getParentRepository()
throws PlatformException,
CommonException
- Invokes the getParentRepository() method on the Parlay Gateway.
PlatformException
CommonException
getParentRule
public org.csapi.jr.se.policy.PolicyRule getParentRule()
throws PlatformException,
CommonException
- Invokes the getParentRule() method on the Parlay Gateway.
PlatformException
CommonException