public interface ITBRuleAction
extends java.lang.Cloneable
Represents the rule action configured on the rule definition
Modifier and Type | Method and Description |
---|---|
void |
addProperty(java.lang.String name,
java.lang.Object value)
Add a property to the property list.
|
Id |
getId()
Returns unique identifier of the rule action definition
|
java.util.Map<java.lang.String,java.lang.Object> |
getProperties()
Get the properties defined for the action
|
Id |
getRuleId()
Returns identifier of the rule definition
|
Id |
getRuleVersionId()
Returns version id of the rule definition.
|
TBRuleActionType |
getType()
Returns the type of the rule action.
|
Id |
getWFProcessDefinitionId()
Returns id of the workflow process definition.
|
void |
setId(Id id) |
void |
setProperties(java.util.Map<java.lang.String,java.lang.Object> properties)
Set the properties defined for the action
|
void |
setRuleId(Id ruleId) |
void |
setRuleVersionId(Id ruleVersionId) |
void |
setType(TBRuleActionType type)
Sets the type of the rule action.
|
void |
setWFProcessDefinitionId(Id id)
Sets id of the workflow process definition.
|
Id getId()
void setId(Id id)
Id getRuleId()
void setRuleId(Id ruleId)
Id getRuleVersionId()
void setRuleVersionId(Id ruleVersionId)
Id getWFProcessDefinitionId()
void setWFProcessDefinitionId(Id id)
TBRuleActionType getType()
TBRuleActionType
void setType(TBRuleActionType type)
type
- java.util.Map<java.lang.String,java.lang.Object> getProperties()
void setProperties(java.util.Map<java.lang.String,java.lang.Object> properties)
void addProperty(java.lang.String name, java.lang.Object value)
name
- value
-
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.