|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SyntaxErrorException | |
org.csapi.jr.se.policy | Contains the Parlay Policy Management data types and interfaces. |
org.csapi.jr.se.policy.evaluation | Contains the Parlay Policy Management Evaluation interfaces. |
org.csapi.jr.se.policy.provisioning | Contains the Parlay Policy Management Provisioning interfaces. |
Uses of SyntaxErrorException in org.csapi.jr.se.policy |
Methods in org.csapi.jr.se.policy that throw SyntaxErrorException | |
org.csapi.jr.se.Attribute |
Policy.getAttribute(java.lang.String attributeName)
Invokes the getAttribute() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyCondition |
PolicyRule.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.PolicyCondition |
PolicyRule.getCondition(java.lang.String conditionName)
Invokes the getCondition() method on the Parlay Gateway. |
void |
PolicyRule.removeCondition(java.lang.String conditionName)
Invokes the removeCondition() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyAction |
PolicyRule.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.PolicyAction |
PolicyRule.getAction(java.lang.String actionName)
Invokes the getAction() method on the Parlay Gateway. |
void |
PolicyRule.removeAction(java.lang.String actionName)
Invokes the removeAction() method on the Parlay Gateway. |
void |
PolicyRule.setValidityPeriodConditionByName(java.lang.String conditionName)
Invokes the setValidityPeriodConditionByName() method on the Parlay Gateway. |
void |
PolicyRule.setConditionList(org.csapi.jr.se.policy.PolicyConditionListElement[] conditionList)
Invokes the setConditionList() method on the Parlay Gateway. |
void |
PolicyRule.setActionList(org.csapi.jr.se.policy.PolicyActionListElement[] actionList)
Invokes the setActionList() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyGroup |
PolicyGroup.createGroup(java.lang.String groupName)
Invokes the createGroup() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyGroup |
PolicyGroup.getGroup(java.lang.String groupName)
Invokes the getGroup() method on the Parlay Gateway. |
void |
PolicyGroup.removeGroup(java.lang.String groupName)
Invokes the removeGroup() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyRule |
PolicyGroup.createRule(java.lang.String ruleName)
Invokes the createRule() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyRule |
PolicyGroup.getRule(java.lang.String ruleName)
Invokes the getRule() method on the Parlay Gateway. |
void |
PolicyGroup.removeRule(java.lang.String ruleName)
Invokes the removeRule() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyRepository |
PolicyRepository.createRepository(java.lang.String repositoryName)
Invokes the createRepository() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyRepository |
PolicyRepository.getRepository(java.lang.String repositoryName)
Invokes the getRepository() method on the Parlay Gateway. |
void |
PolicyRepository.removeRepository(java.lang.String repositoryName)
Invokes the removeRepository() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyCondition |
PolicyRepository.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.PolicyCondition |
PolicyRepository.getCondition(java.lang.String conditionName)
Invokes the getCondition() method on the Parlay Gateway. |
void |
PolicyRepository.removeCondition(java.lang.String conditionName)
Invokes the removeCondition() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyAction |
PolicyRepository.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.PolicyAction |
PolicyRepository.getAction(java.lang.String actionName)
Invokes the getAction() method on the Parlay Gateway. |
void |
PolicyRepository.removeAction(java.lang.String actionName)
Invokes the removeAction() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyDomain |
PolicyManager.createDomain(java.lang.String domainName)
Invokes the createDomain() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyDomain |
PolicyManager.getDomain(java.lang.String domainName)
Invokes the getDomain() method on the Parlay Gateway. |
void |
PolicyManager.removeDomain(java.lang.String domainName)
Invokes the removeDomain() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyRepository |
PolicyManager.createRepository(java.lang.String repositoryName)
Invokes the createRepository() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyRepository |
PolicyManager.getRepository(java.lang.String repositoryName)
Invokes the getRepository() method on the Parlay Gateway. |
void |
PolicyManager.removeRepository(java.lang.String repositoryName)
Invokes the removeRepository() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyDomain |
PolicyDomain.createDomain(java.lang.String domainName)
Invokes the createDomain() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyDomain |
PolicyDomain.getDomain(java.lang.String domainName)
Invokes the getDomain() method on the Parlay Gateway. |
void |
PolicyDomain.removeDomain(java.lang.String domainName)
Invokes the removeDomain() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyGroup |
PolicyDomain.createGroup(java.lang.String groupName)
Invokes the createGroup() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyGroup |
PolicyDomain.getGroup(java.lang.String groupName)
Invokes the getGroup() method on the Parlay Gateway. |
void |
PolicyDomain.removeGroup(java.lang.String groupName)
Invokes the removeGroup() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyRule |
PolicyDomain.createRule(java.lang.String ruleName)
Invokes the createRule() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyRule |
PolicyDomain.getRule(java.lang.String ruleName)
Invokes the getRule() method on the Parlay Gateway. |
void |
PolicyDomain.removeRule(java.lang.String ruleName)
Invokes the removeRule() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyEventDefinition |
PolicyDomain.createEventDefinition(java.lang.String eventDefinitionName,
java.lang.String[] requiredAttributes,
java.lang.String[] optionalAttributes)
Invokes the createEventDefinition() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyEventDefinition |
PolicyDomain.getEventDefinition(java.lang.String eventDefinitionName)
Invokes the getEventDefinition() method on the Parlay Gateway. |
void |
PolicyDomain.removeEventDefinition(java.lang.String eventDefinitionName)
Invokes the removeEventDefinition() method on the Parlay Gateway. |
void |
PolicyDomain.generateEvent(java.lang.String eventDefinitionName,
org.csapi.jr.se.Attribute[] attributes)
Invokes the generateEvent() method on the Parlay Gateway. |
void |
PolicyDomain.createVariableSet(java.lang.String variableSetName)
Invokes the createVariableSet() method on the Parlay Gateway. |
org.csapi.jr.se.Attribute[] |
PolicyDomain.getVariableSet(java.lang.String variableSetName)
Invokes the getVariableSet() method on the Parlay Gateway. |
void |
PolicyDomain.removeVariableSet(java.lang.String variableSetName)
Invokes the removeVariableSet() method on the Parlay Gateway. |
void |
PolicyDomain.setVariable(java.lang.String variableSetName,
org.csapi.jr.se.Attribute variable)
Invokes the setVariable() method on the Parlay Gateway. |
org.csapi.jr.se.Attribute |
PolicyDomain.getVariable(java.lang.String variableSetName,
java.lang.String variableName)
Invokes the getVariable() method on the Parlay Gateway. |
void |
Notification.createNotification(java.lang.String[] events)
Invokes the createNotification() method on the Parlay Gateway. |
void |
Notification.destroyNotification(java.lang.String[] events)
Invokes the destroyNotification() method on the Parlay Gateway. |
Uses of SyntaxErrorException in org.csapi.jr.se.policy.evaluation |
Methods in org.csapi.jr.se.policy.evaluation that throw SyntaxErrorException | |
org.csapi.jr.se.policy.PolicyNameValue[] |
PolicyEvalManager.evalPolicy(java.lang.String domainName,
java.lang.String signatureName,
org.csapi.jr.se.policy.PolicyNameValue[] inputVariables)
Invokes the evalPolicy() method on the Parlay Gateway. |
void |
PolicyEvalManager.generateEvent(java.lang.String domainName,
java.lang.String eventDefinitionName,
org.csapi.jr.se.Attribute[] attributes)
Invokes the generateEvent() method on the Parlay Gateway. |
void |
EvalPolicy.evalPolicyReq(java.lang.String domainName,
java.lang.String signatureName,
org.csapi.jr.se.policy.PolicyNameValue[] inputVariables)
Invokes the evalPolicyReq() method on the Parlay Gateway. |
void |
Notification.createNotification(java.lang.String domainName,
java.lang.String[] events)
Invokes the createNotification() method on the Parlay Gateway. |
void |
Notification.destroyNotification(java.lang.String[] events)
Invokes the destroyNotification() method on the Parlay Gateway. |
Uses of SyntaxErrorException in org.csapi.jr.se.policy.provisioning |
Methods in org.csapi.jr.se.policy.provisioning that throw SyntaxErrorException | |
org.csapi.jr.se.Attribute |
Policy.getAttribute(java.lang.String attributeName)
Invokes the getAttribute() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyCondition |
PolicyRule.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.provisioning.PolicyCondition |
PolicyRule.getCondition(java.lang.String conditionName)
Invokes the getCondition() method on the Parlay Gateway. |
void |
PolicyRule.removeCondition(java.lang.String conditionName)
Invokes the removeCondition() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyAction |
PolicyRule.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.provisioning.PolicyAction |
PolicyRule.getAction(java.lang.String actionName)
Invokes the getAction() method on the Parlay Gateway. |
void |
PolicyRule.removeAction(java.lang.String actionName)
Invokes the removeAction() method on the Parlay Gateway. |
void |
PolicyRule.setValidityPeriodConditionByName(java.lang.String conditionName)
Invokes the setValidityPeriodConditionByName() method on the Parlay Gateway. |
void |
PolicyRule.setConditionList(org.csapi.jr.se.policy.PolicyConditionListElement[] conditionList)
Invokes the setConditionList() method on the Parlay Gateway. |
void |
PolicyRule.setActionList(org.csapi.jr.se.policy.PolicyActionListElement[] actionList)
Invokes the setActionList() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyGroup |
PolicyGroup.createGroup(java.lang.String groupName)
Invokes the createGroup() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyGroup |
PolicyGroup.getGroup(java.lang.String groupName)
Invokes the getGroup() method on the Parlay Gateway. |
void |
PolicyGroup.removeGroup(java.lang.String groupName)
Invokes the removeGroup() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyRule |
PolicyGroup.createRule(java.lang.String ruleName)
Invokes the createRule() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyRule |
PolicyGroup.getRule(java.lang.String ruleName)
Invokes the getRule() method on the Parlay Gateway. |
void |
PolicyGroup.removeRule(java.lang.String ruleName)
Invokes the removeRule() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyRepository |
PolicyRepository.createRepository(java.lang.String repositoryName)
Invokes the createRepository() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyRepository |
PolicyRepository.getRepository(java.lang.String repositoryName)
Invokes the getRepository() method on the Parlay Gateway. |
void |
PolicyRepository.removeRepository(java.lang.String repositoryName)
Invokes the removeRepository() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyCondition |
PolicyRepository.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.provisioning.PolicyCondition |
PolicyRepository.getCondition(java.lang.String conditionName)
Invokes the getCondition() method on the Parlay Gateway. |
void |
PolicyRepository.removeCondition(java.lang.String conditionName)
Invokes the removeCondition() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyAction |
PolicyRepository.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.provisioning.PolicyAction |
PolicyRepository.getAction(java.lang.String actionName)
Invokes the getAction() method on the Parlay Gateway. |
void |
PolicyRepository.removeAction(java.lang.String actionName)
Invokes the removeAction() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyDomain |
PolicyManager.createDomain(java.lang.String domainName)
Invokes the createDomain() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyDomain |
PolicyManager.getDomain(java.lang.String domainName)
Invokes the getDomain() method on the Parlay Gateway. |
void |
PolicyManager.removeDomain(java.lang.String domainName)
Invokes the removeDomain() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyRepository |
PolicyManager.createRepository(java.lang.String repositoryName)
Invokes the createRepository() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyRepository |
PolicyManager.getRepository(java.lang.String repositoryName)
Invokes the getRepository() method on the Parlay Gateway. |
void |
PolicyManager.removeRepository(java.lang.String repositoryName)
Invokes the removeRepository() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyDomain |
PolicyDomain.createDomain(java.lang.String domainName)
Invokes the createDomain() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyDomain |
PolicyDomain.getDomain(java.lang.String domainName)
Invokes the getDomain() method on the Parlay Gateway. |
void |
PolicyDomain.removeDomain(java.lang.String domainName)
Invokes the removeDomain() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyGroup |
PolicyDomain.createGroup(java.lang.String groupName)
Invokes the createGroup() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyGroup |
PolicyDomain.getGroup(java.lang.String groupName)
Invokes the getGroup() method on the Parlay Gateway. |
void |
PolicyDomain.removeGroup(java.lang.String groupName)
Invokes the removeGroup() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyRule |
PolicyDomain.createRule(java.lang.String ruleName)
Invokes the createRule() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyRule |
PolicyDomain.getRule(java.lang.String ruleName)
Invokes the getRule() method on the Parlay Gateway. |
void |
PolicyDomain.removeRule(java.lang.String ruleName)
Invokes the removeRule() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyEventDefinition |
PolicyDomain.createEventDefinition(java.lang.String eventDefinitionName,
java.lang.String[] requiredAttributes,
java.lang.String[] optionalAttributes)
Invokes the createEventDefinition() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyEventDefinition |
PolicyDomain.getEventDefinition(java.lang.String eventDefinitionName)
Invokes the getEventDefinition() method on the Parlay Gateway. |
void |
PolicyDomain.removeEventDefinition(java.lang.String eventDefinitionName)
Invokes the removeEventDefinition() method on the Parlay Gateway. |
void |
PolicyDomain.createVariableSet(java.lang.String variableSetName)
Invokes the createVariableSet() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyVar[] |
PolicyDomain.getVariableSet(java.lang.String variableSetName)
Invokes the getVariableSet() method on the Parlay Gateway. |
void |
PolicyDomain.removeVariableSet(java.lang.String variableSetName)
Invokes the removeVariableSet() method on the Parlay Gateway. |
void |
PolicyDomain.createVariable(java.lang.String variableSetName,
java.lang.String variableName,
org.csapi.jr.se.policy.PolicyType variableType)
Invokes the createVariable() method on the Parlay Gateway. |
void |
PolicyDomain.setVariableValue(java.lang.String variableSetName,
java.lang.String variableName,
org.omg.CORBA.Any variableValue)
Invokes the setVariableValue() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyType |
PolicyDomain.getVariableType(java.lang.String variableSetName,
java.lang.String variableName)
Invokes the getVariableType() method on the Parlay Gateway. |
org.omg.CORBA.Any |
PolicyDomain.getVariableValue(java.lang.String variableSetName,
java.lang.String variableName)
Invokes the getVariableValue() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyVar |
PolicyDomain.getVariable(java.lang.String variableSetName,
java.lang.String variableName)
Invokes the getVariable() method on the Parlay Gateway. |
void |
PolicyDomain.removeVariable(java.lang.String variablSetName,
java.lang.String variableName)
Invokes the removeVariable() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicySignature |
PolicyDomain.createSignature(java.lang.String signatureName)
Invokes the createSignature() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicySignature |
PolicyDomain.getSignature(java.lang.String signatureName)
Invokes the getSignature() method on the Parlay Gateway. |
void |
PolicyDomain.removeSignature(java.lang.String signatureName)
Invokes the removeSignature() method on the Parlay Gateway. |
void |
PolicySignature.setInputVariables(java.lang.String[] inputVariables)
Invokes the setInputVariables() method on the Parlay Gateway. |
void |
PolicySignature.setOutputVariables(java.lang.String[] outputVariables)
Invokes the setOutputVariables() method on the Parlay Gateway. |
void |
PolicySignature.setGroupNames(java.lang.String[] groupNames)
Invokes the setGroupNames() method on the Parlay Gateway. |
void |
PolicySignature.setPolicyRoles(java.lang.String[] roleNames)
Invokes the setPolicyRoles() method on the Parlay Gateway. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |