Package com.ptc.windchill.esi.ov
Class RuleMemberActionBean
java.lang.Object
com.ptc.windchill.esi.ov.RuleMemberActionBean
- All Implemented Interfaces:
com.ptc.windchill.esi.ov.RuleMemberBeanIfc
public class RuleMemberActionBean
extends Object
implements com.ptc.windchill.esi.ov.RuleMemberBeanIfc
Bean to hold rule member action data. This bean is used for holding all data related to rule member actions.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Constructor Summary
ConstructorsConstructorDescriptionRuleMemberActionBean(ObjectToObjectLink _ruleMemberActionLink, ChoiceRule _rule, Choice _choice, Option _option) Construct RuleMemberActionBean bean with Choice, Option, Rule and RuleMemberActionLink objects. -
Method Summary
-
Constructor Details
-
RuleMemberActionBean
public RuleMemberActionBean(ObjectToObjectLink _ruleMemberActionLink, ChoiceRule _rule, Choice _choice, Option _option) Construct RuleMemberActionBean bean with Choice, Option, Rule and RuleMemberActionLink objects.
Supported API: true- Parameters:
_ruleMemberActionLink- : Link between Rule and Choice_rule- : Rule_choice- : Choice_option- : Option of Choice
-