|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a PolicyRule.
Field Summary |
Fields inherited from interface org.csapi.jr.se.Service |
IN_SERVICE_STATE, OUT_OF_SERVICE_STATE |
Method Summary | |
org.csapi.jr.se.policy.PolicyAction |
createAction(java.lang.String actionName,
org.csapi.jr.se.policy.PolicyActionType actionType,
org.csapi.jr.se.Attribute[] actionAttributes)
Invokes the createAction() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyCondition |
createCondition(java.lang.String conditionName,
org.csapi.jr.se.policy.PolicyConditionType conditionType,
org.csapi.jr.se.Attribute[] conditionAttributes)
Invokes the createCondition() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyAction |
getAction(java.lang.String actionName)
Invokes the getAction() method on the Parlay Gateway. |
int |
getActionCount()
Invokes the getActionCount() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyIterator |
getActionIterator()
Invokes the getActionIterator() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyActionListElement[] |
getActionList()
Invokes the getActionList() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyCondition |
getCondition(java.lang.String conditionName)
Invokes the getCondition() method on the Parlay Gateway. |
int |
getConditionCount()
Invokes the getConditionCount() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyIterator |
getConditionIterator()
Invokes the getConditionIterator() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyConditionListElement[] |
getConditionList()
Invokes the getConditionList() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyDomain |
getParentDomain()
Invokes the getParentDomain() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyGroup |
getParentGroup()
Invokes the getParentGroup() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyTimePeriodCondition |
getValidityPeriodCondition()
Invokes the getValidityPeriodCondition() method on the Parlay Gateway. |
void |
removeAction(java.lang.String actionName)
Invokes the removeAction() method on the Parlay Gateway. |
void |
removeCondition(java.lang.String conditionName)
Invokes the removeCondition() method on the Parlay Gateway. |
void |
setActionList(org.csapi.jr.se.policy.PolicyActionListElement[] actionList)
Invokes the setActionList() method on the Parlay Gateway. |
void |
setConditionList(org.csapi.jr.se.policy.PolicyConditionListElement[] conditionList)
Invokes the setConditionList() method on the Parlay Gateway. |
void |
setValidityPeriodCondition(org.csapi.jr.se.policy.PolicyTimePeriodCondition conditionReference)
Invokes the setValidityPeriodCondition() method on the Parlay Gateway. |
void |
setValidityPeriodConditionByName(java.lang.String conditionName)
Invokes the setValidityPeriodConditionByName() method on the Parlay Gateway. |
void |
unsetValidityPeriodCondition()
Invokes the unsetValidityPeriodCondition() method on the Parlay Gateway. |
Methods inherited from interface org.csapi.jr.se.Service |
addServiceStateChangeListener, getServiceState, removeServiceStateChangeListener, setCallback |
Method Detail |
public org.csapi.jr.se.policy.PolicyGroup getParentGroup() throws PlatformException, CommonException
PlatformException
CommonException
public org.csapi.jr.se.policy.PolicyDomain getParentDomain() throws PlatformException, CommonException
PlatformException
CommonException
public org.csapi.jr.se.policy.PolicyCondition createCondition(java.lang.String conditionName, org.csapi.jr.se.policy.PolicyConditionType conditionType, org.csapi.jr.se.Attribute[] conditionAttributes) throws PlatformException, CommonException, AccessViolationException, SyntaxErrorException, NameSpaceErrorException, NoTransactionInProcessException
PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
NoTransactionInProcessException
public org.csapi.jr.se.policy.PolicyCondition getCondition(java.lang.String conditionName) throws PlatformException, CommonException, AccessViolationException, SyntaxErrorException, NameSpaceErrorException
PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
public void removeCondition(java.lang.String conditionName) throws PlatformException, CommonException, AccessViolationException, SyntaxErrorException, NameSpaceErrorException, NoTransactionInProcessException
PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
NoTransactionInProcessException
public int getConditionCount() throws PlatformException, CommonException, AccessViolationException
PlatformException
CommonException
AccessViolationException
public org.csapi.jr.se.policy.PolicyIterator getConditionIterator() throws PlatformException, CommonException, AccessViolationException
PlatformException
CommonException
AccessViolationException
public org.csapi.jr.se.policy.PolicyAction createAction(java.lang.String actionName, org.csapi.jr.se.policy.PolicyActionType actionType, org.csapi.jr.se.Attribute[] actionAttributes) throws PlatformException, CommonException, AccessViolationException, SyntaxErrorException, NameSpaceErrorException, NoTransactionInProcessException
PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
NoTransactionInProcessException
public org.csapi.jr.se.policy.PolicyAction getAction(java.lang.String actionName) throws PlatformException, CommonException, AccessViolationException, SyntaxErrorException, NameSpaceErrorException
PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
public void removeAction(java.lang.String actionName) throws PlatformException, CommonException, AccessViolationException, SyntaxErrorException, NameSpaceErrorException, NoTransactionInProcessException
PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
NoTransactionInProcessException
public int getActionCount() throws PlatformException, CommonException, AccessViolationException
PlatformException
CommonException
AccessViolationException
public org.csapi.jr.se.policy.PolicyIterator getActionIterator() throws PlatformException, CommonException, AccessViolationException
PlatformException
CommonException
AccessViolationException
public void setValidityPeriodConditionByName(java.lang.String conditionName) throws PlatformException, CommonException, AccessViolationException, SyntaxErrorException, NameSpaceErrorException, NoTransactionInProcessException
PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NameSpaceErrorException
NoTransactionInProcessException
public void setValidityPeriodCondition(org.csapi.jr.se.policy.PolicyTimePeriodCondition conditionReference) throws PlatformException, CommonException, AccessViolationException, NoTransactionInProcessException
PlatformException
CommonException
AccessViolationException
NoTransactionInProcessException
public org.csapi.jr.se.policy.PolicyTimePeriodCondition getValidityPeriodCondition() throws PlatformException, CommonException
PlatformException
CommonException
public void unsetValidityPeriodCondition() throws PlatformException, CommonException, AccessViolationException, NoTransactionInProcessException
PlatformException
CommonException
AccessViolationException
NoTransactionInProcessException
public void setConditionList(org.csapi.jr.se.policy.PolicyConditionListElement[] conditionList) throws PlatformException, CommonException, AccessViolationException, SyntaxErrorException, NoTransactionInProcessException
PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NoTransactionInProcessException
public org.csapi.jr.se.policy.PolicyConditionListElement[] getConditionList() throws PlatformException, CommonException, AccessViolationException
PlatformException
CommonException
AccessViolationException
public void setActionList(org.csapi.jr.se.policy.PolicyActionListElement[] actionList) throws PlatformException, CommonException, AccessViolationException, SyntaxErrorException, NoTransactionInProcessException
PlatformException
CommonException
AccessViolationException
SyntaxErrorException
NoTransactionInProcessException
public org.csapi.jr.se.policy.PolicyActionListElement[] getActionList() throws PlatformException, CommonException, AccessViolationException
PlatformException
CommonException
AccessViolationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |