|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AccessViolationException | |
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 AccessViolationException in org.csapi.jr.se.policy |
Methods in org.csapi.jr.se.policy that throw AccessViolationException | |
void |
Policy.setAttribute(org.csapi.jr.se.Attribute targetAttribute)
Invokes the setAttribute() method on the Parlay Gateway. |
void |
Policy.setAttributes(org.csapi.jr.se.Attribute[] targetAttributes)
Invokes the setAttributes() 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. |
int |
PolicyRule.getConditionCount()
Invokes the getConditionCount() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyIterator |
PolicyRule.getConditionIterator()
Invokes the getConditionIterator() 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. |
int |
PolicyRule.getActionCount()
Invokes the getActionCount() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyIterator |
PolicyRule.getActionIterator()
Invokes the getActionIterator() method on the Parlay Gateway. |
void |
PolicyRule.setValidityPeriodConditionByName(java.lang.String conditionName)
Invokes the setValidityPeriodConditionByName() method on the Parlay Gateway. |
void |
PolicyRule.setValidityPeriodCondition(org.csapi.jr.se.policy.PolicyTimePeriodCondition conditionReference)
Invokes the setValidityPeriodCondition() method on the Parlay Gateway. |
void |
PolicyRule.unsetValidityPeriodCondition()
Invokes the unsetValidityPeriodCondition() method on the Parlay Gateway. |
void |
PolicyRule.setConditionList(org.csapi.jr.se.policy.PolicyConditionListElement[] conditionList)
Invokes the setConditionList() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyConditionListElement[] |
PolicyRule.getConditionList()
Invokes the getConditionList() 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.PolicyActionListElement[] |
PolicyRule.getActionList()
Invokes the getActionList() 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. |
int |
PolicyGroup.getGroupCount()
Invokes the getGroupCount() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyIterator |
PolicyGroup.getGroupIterator()
Invokes the getGroupIterator() 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. |
int |
PolicyGroup.getRuleCount()
Invokes the getRuleCount() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyIterator |
PolicyGroup.getRuleIterator()
Invokes the getRuleIterator() 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. |
int |
PolicyRepository.getRepositoryCount()
Invokes the getRepositoryCount() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyIterator |
PolicyRepository.getRepositoryIterator()
Invokes the getRepositoryIterator() 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. |
int |
PolicyRepository.getConditionCount()
Invokes the getConditionCount() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyIterator |
PolicyRepository.getConditionIterator()
Invokes the getConditionIterator() 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. |
int |
PolicyRepository.getActionCount()
Invokes the getActionCount() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyIterator |
PolicyRepository.getActionIterator()
Invokes the getActionIterator() 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. |
int |
PolicyManager.getDomainCount()
Invokes the getDomainCount() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyIterator |
PolicyManager.getDomainIterator()
Invokes the getDomainIterator() method on the Parlay Gateway. |
java.lang.String[] |
PolicyManager.findMatchingDomains(org.csapi.jr.se.Attribute[] matchingAttributes)
Invokes the findMatchingDomains() 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. |
int |
PolicyManager.getRepositoryCount()
Invokes the getRepositoryCount() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyIterator |
PolicyManager.getRepositoryIterator()
Invokes the getRepositoryIterator() method on the Parlay Gateway. |
void |
PolicyManager.startTransaction()
Invokes the startTransaction() method on the Parlay Gateway. |
void |
PolicyEventDefinition.setRequiredAttributes(org.csapi.jr.se.Attribute[] requiredAttributes)
Invokes the setRequiredAttributes() method on the Parlay Gateway. |
void |
PolicyEventDefinition.setOptionalAttributes(org.csapi.jr.se.Attribute[] optionalAttributes)
Invokes the setOptionalAttributes() 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. |
int |
PolicyDomain.getDomainCount()
Invokes the getDomainCount() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyIterator |
PolicyDomain.getDomainIterator()
Invokes the getDomainIterator() 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. |
int |
PolicyDomain.getGroupCount()
Invokes the getGroupCount() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyIterator |
PolicyDomain.getGroupIterator()
Invokes the getGroupIterator() 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. |
int |
PolicyDomain.getRuleCount()
Invokes the getRuleCount() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyIterator |
PolicyDomain.getRuleIterator()
Invokes the getRuleIterator() 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. |
int |
PolicyDomain.getEventDefinitionCount()
Invokes the getEventDefinitionCount() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyIterator |
PolicyDomain.getEventDefinitionIterator()
Invokes the getEventDefinitionIterator() 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. |
int |
PolicyDomain.getVariableSetCount()
Invokes the getVariableSetCount() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyIterator |
PolicyDomain.getVariableSetIterator()
Invokes the getVariableSetIterator() 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. |
Uses of AccessViolationException in org.csapi.jr.se.policy.evaluation |
Methods in org.csapi.jr.se.policy.evaluation that throw AccessViolationException | |
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. |
Uses of AccessViolationException in org.csapi.jr.se.policy.provisioning |
Methods in org.csapi.jr.se.policy.provisioning that throw AccessViolationException | |
void |
Policy.setAttribute(org.csapi.jr.se.Attribute targetAttribute)
Invokes the setAttribute() method on the Parlay Gateway. |
void |
Policy.setAttributes(org.csapi.jr.se.Attribute[] targetAttributes)
Invokes the setAttributes() 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. |
int |
PolicyRule.getConditionCount()
Invokes the getConditionCount() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyIterator |
PolicyRule.getConditionIterator()
Invokes the getConditionIterator() 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. |
int |
PolicyRule.getActionCount()
Invokes the getActionCount() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyIterator |
PolicyRule.getActionIterator()
Invokes the getActionIterator() method on the Parlay Gateway. |
void |
PolicyRule.setValidityPeriodConditionByName(java.lang.String conditionName)
Invokes the setValidityPeriodConditionByName() method on the Parlay Gateway. |
void |
PolicyRule.setValidityPeriodCondition(org.csapi.jr.se.policy.provisioning.PolicyTimePeriodCondition conditionReference)
Invokes the setValidityPeriodCondition() method on the Parlay Gateway. |
void |
PolicyRule.unsetValidityPeriodCondition()
Invokes the unsetValidityPeriodCondition() method on the Parlay Gateway. |
void |
PolicyRule.setConditionList(org.csapi.jr.se.policy.PolicyConditionListElement[] conditionList)
Invokes the setConditionList() method on the Parlay Gateway. |
org.csapi.jr.se.policy.PolicyConditionListElement[] |
PolicyRule.getConditionList()
Invokes the getConditionList() 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.PolicyActionListElement[] |
PolicyRule.getActionList()
Invokes the getActionList() 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. |
int |
PolicyGroup.getGroupCount()
Invokes the getGroupCount() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyIterator |
PolicyGroup.getGroupIterator()
Invokes the getGroupIterator() 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. |
int |
PolicyGroup.getRuleCount()
Invokes the getRuleCount() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyIterator |
PolicyGroup.getRuleIterator()
Invokes the getRuleIterator() 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. |
int |
PolicyRepository.getRepositoryCount()
Invokes the getRepositoryCount() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyIterator |
PolicyRepository.getRepositoryIterator()
Invokes the getRepositoryIterator() 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. |
int |
PolicyRepository.getConditionCount()
Invokes the getConditionCount() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyIterator |
PolicyRepository.getConditionIterator()
Invokes the getConditionIterator() 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. |
int |
PolicyRepository.getActionCount()
Invokes the getActionCount() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyIterator |
PolicyRepository.getActionIterator()
Invokes the getActionIterator() 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. |
int |
PolicyManager.getDomainCount()
Invokes the getDomainCount() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyIterator |
PolicyManager.getDomainIterator()
Invokes the getDomainIterator() method on the Parlay Gateway. |
java.lang.String[] |
PolicyManager.findMatchingDomains(org.csapi.jr.se.Attribute[] matchingAttributes)
Invokes the findMatchingDomains() 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. |
int |
PolicyManager.getRepositoryCount()
Invokes the getRepositoryCount() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyIterator |
PolicyManager.getRepositoryIterator()
Invokes the getRepositoryIterator() method on the Parlay Gateway. |
void |
PolicyManager.startTransaction()
Invokes the startTransaction() method on the Parlay Gateway. |
void |
PolicyEventDefinition.setRequiredAttributes(org.csapi.jr.se.Attribute[] requiredAttributes)
Invokes the setRequiredAttributes() method on the Parlay Gateway. |
void |
PolicyEventDefinition.setOptionalAttributes(org.csapi.jr.se.Attribute[] optionalAttributes)
Invokes the setOptionalAttributes() 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. |
int |
PolicyDomain.getDomainCount()
Invokes the getDomainCount() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyIterator |
PolicyDomain.getDomainIterator()
Invokes the getDomainIterator() 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. |
int |
PolicyDomain.getGroupCount()
Invokes the getGroupCount() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyIterator |
PolicyDomain.getGroupIterator()
Invokes the getGroupIterator() 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. |
int |
PolicyDomain.getRuleCount()
Invokes the getRuleCount() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyIterator |
PolicyDomain.getRuleIterator()
Invokes the getRuleIterator() 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. |
int |
PolicyDomain.getEventDefinitionCount()
Invokes the getEventDefinitionCount() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyIterator |
PolicyDomain.getEventDefinitionIterator()
Invokes the getEventDefinitionIterator() 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. |
int |
PolicyDomain.getVariableSetCount()
Invokes the getVariableSetCount() method on the Parlay Gateway. |
org.csapi.jr.se.policy.provisioning.PolicyIterator |
PolicyDomain.getVariableSetIterator()
Invokes the getVariableSetIterator() 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. |
org.csapi.jr.se.policy.provisioning.PolicyIterator |
PolicyDomain.getSignatureIterator()
Invokes the getSignatureIterator() 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 |