public interface ICustomizationTransitionRules
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
com4j.Com4jObject |
addTransitionRule()
Adds a new CustomizationTransitionRule to the current object.
|
int |
count()
The number of CustomizationTransitionRule objects contained by the current object.
|
String |
entityName()
The location (database table) of the field to which the transition rules in the current object are attached.
|
com4j.Com4jObject |
field()
The CustomizationField object to which the transition rules in the current object are attached.
|
com4j.Com4jObject |
group()
The CustomizationUsersGroup object to which the transition rules in the current object are attached.
|
void |
removeTransitionRule(Object rule)
Removes the specified transition rule from the current object.
|
com4j.Com4jObject |
transitionRule(int position)
The CustomizationTransitionRule specified by its position in the list of transition rules.
|
boolean |
updated()
Indicates if the object has been modified since the last synchronization with database.
|
void |
updated(boolean pVal)
Indicates if the object has been modified since the last synchronization with database.
|
int count()
The number of CustomizationTransitionRule objects contained by the current object.
Getter method for the COM property "Count"
com4j.Com4jObject transitionRule(int position)
The CustomizationTransitionRule specified by its position in the list of transition rules.
Getter method for the COM property "TransitionRule"
position
- Mandatory int parameter.com4j.Com4jObject addTransitionRule()
Adds a new CustomizationTransitionRule to the current object.
void removeTransitionRule(Object rule)
Removes the specified transition rule from the current object.
rule
- Mandatory java.lang.Object parameter.boolean updated()
Indicates if the object has been modified since the last synchronization with database.
Getter method for the COM property "Updated"
void updated(boolean pVal)
Indicates if the object has been modified since the last synchronization with database.
Setter method for the COM property "Updated"
pVal
- Mandatory boolean parameter.com4j.Com4jObject field()
The CustomizationField object to which the transition rules in the current object are attached.
Getter method for the COM property "Field"
com4j.Com4jObject group()
The CustomizationUsersGroup object to which the transition rules in the current object are attached.
Getter method for the COM property "Group"
String entityName()
The location (database table) of the field to which the transition rules in the current object are attached.
Getter method for the COM property "EntityName"
Copyright © 2020. All rights reserved.