Process API

Uses of Class
filenet.vw.api.VWRuleSetDefinition

Uses of VWRuleSetDefinition in filenet.vw.api
 

Methods in filenet.vw.api that return VWRuleSetDefinition
 VWRuleSetDefinition VWWorkflowDefinition.createRuleSet(java.lang.String theValue)
          Creates a new rule set (VWRuleSetDefinition object) in this workflow.
 VWRuleSetDefinition[] VWWorkflowDefinition.getRuleSets()
          Retrieves the rule sets for this workflow definition.
 VWRuleSetDefinition[] VWMapNode.getRuleSets(int ruleSetSelector)
          Deprecated. Use getRuleSetNames() instead. With the inheritence of rulesets from parent workflows, there is no guarantee that this method will return a correct VWRuleSetDefinition object for all the rules on a step, although the name (returned by VWRuleSetDefinition.getValue()) will be acurate. For backward compatibility, this method will continue to return an array of VWRuleSetDefinition objects, but only the name will be guaranteed to be correct.
 VWRuleSetDefinition VWWorkflowDefinition.insertRuleSet(VWRuleSetDefinition theRuleSet)
          Inserts a ruleset in this workflow definition.
 

Methods in filenet.vw.api with parameters of type VWRuleSetDefinition
 void VWWorkflowDefinition.deleteRuleSet(VWRuleSetDefinition theRuleSet)
          Deprecated. Use public void deleteRuleSet(String theRuleSetName) instead. Changes in the API to support inheriting rulessets make it is no longer possible to support deleting rulesets by reference. Rulesets should be deleted by name. This method calls deleteRuleSet(theRuleSet.getName()).
 VWRuleSetDefinition VWWorkflowDefinition.insertRuleSet(VWRuleSetDefinition theRuleSet)
          Inserts a ruleset in this workflow definition.
 void VWMapNode.setRuleSets(int ruleSetSelector, VWRuleSetDefinition[] theRules)
          Deprecated. Use setRuleSets() instead. With the inheritence of rulesets from parent workflows, rules on a step should be set using an array of strings (the ruleset names), instead of an array of ruleset definitions. For backward compatibility this method will continue to accept an array of VWRuleSetDefinition objects, but only the name (returned by VWRuleSetDefinition.getValue()) will be used.
 void VWCompoundStepDefinition.setRuleSets(int ruleSetSelector, VWRuleSetDefinition[] theRules)
          Sets the rule set (VWRuleSetDefinitions) to use for this instance.
 


Process API

© Copyright IBM Corporation 2002, 2008. All rights reserved.