| Package | Description |
|---|---|
| com.ibm.openpages.api.rule | |
| com.ibm.openpages.api.service |
Provides the main interfaces to work with the API services.
|
| Modifier and Type | Method and Description |
|---|---|
TBRuleDefinitionType |
ITBRuleDefinition.getType()
Get the type of the rule that determines when it should be run
|
static TBRuleDefinitionType |
TBRuleDefinitionType.getValue(int id) |
static TBRuleDefinitionType |
TBRuleDefinitionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TBRuleDefinitionType[] |
TBRuleDefinitionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TBRuleDefinitionType> |
ITBRuleDefinitionFindOptions.getRuleTypes()
Get the rule types to filter by.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ITBRuleDefinitionFindOptions.addRuleType(TBRuleDefinitionType ruleType)
Add a rule type to filter by to the list
|
void |
ITBRuleDefinition.setType(TBRuleDefinitionType type)
Set the type of the rule to determine when it should be run
|
| Modifier and Type | Method and Description |
|---|---|
void |
ITBRuleDefinitionFindOptions.setRuleTypes(java.util.List<TBRuleDefinitionType> ruleTypes)
Set the list of rule types to filter by.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ITBRuleDefinition> |
ITBRuleService.getRuleDefinitionsByRuleType(TBRuleDefinitionType type)
Returns the latest published version of all
ITBRuleDefinitionss by TBRuleDefinitionType
that are currently enabled. |
java.util.List<ITBRuleDefinition> |
ITBRuleService.getRunnableRules(Id objectType,
TBRuleDefinitionType ruleType)
Get all runnable rules for an object type
|
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2020. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.