- InputData - Class in com.orchestranetworks.addon.rpfl
-
Defines the input data for a rule or rule context.
- InputData(String, SchemaTypeName, UserMessage) - Constructor for class com.orchestranetworks.addon.rpfl.InputData
-
- isAccessPermissionRule() - Method in class com.orchestranetworks.addon.rpfl.RuleType
-
Returns true
if this is an 'Access permission rule'.
- isActionPermissionRule() - Method in class com.orchestranetworks.addon.rpfl.RuleType
-
Returns true
if this is an 'Action permission rule'.
- isAfterCreate() - Method in class com.orchestranetworks.addon.rpfl.Hook
-
Returns true
if this is 'After create'.
- isAfterDelete() - Method in class com.orchestranetworks.addon.rpfl.Hook
-
Returns true
if this is 'After delete'.
- isAfterUpdate() - Method in class com.orchestranetworks.addon.rpfl.Hook
-
Returns true
if this is 'After update'.
- isAutomatedRule() - Method in class com.orchestranetworks.addon.rpfl.RuleType
-
Returns true
if this is an 'Automated rule'.
- isBeforeCreate() - Method in class com.orchestranetworks.addon.rpfl.Hook
-
Returns true
if this is 'Before create'.
- isBeforeDelete() - Method in class com.orchestranetworks.addon.rpfl.Hook
-
Returns true
if this is 'Before delete'.
- isBeforeUpdate() - Method in class com.orchestranetworks.addon.rpfl.Hook
-
Returns true
if this is 'Before update'.
- isBlockCommit() - Method in class com.orchestranetworks.addon.rpfl.DefaultConstraint
-
- isContext() - Method in interface com.orchestranetworks.addon.rpfl.BusinessRuleDefinition
-
Returns true
if this implementation can only be seen in the
'Rule Execution' table, otherwise this implementation can only be seen
in the 'Rule' table.
- isDataset() - Method in class com.orchestranetworks.addon.rpfl.PermissionScope
-
Returns true
if this is a scope 'Data set'.
- isField() - Method in class com.orchestranetworks.addon.rpfl.PermissionScope
-
Returns true
if this is a scope 'Field'.
- isMandatory() - Method in class com.orchestranetworks.addon.rpfl.PropertyData
-
Returns true
if this property is mandatory.
- isManualValidationRule() - Method in class com.orchestranetworks.addon.rpfl.RuleType
-
Returns true
if this is a 'Manual Validation rule'.
- isOnConstraint() - Method in class com.orchestranetworks.addon.rpfl.Hook
-
Returns true
if this is 'On constraint'.
- isOnDemand() - Method in class com.orchestranetworks.addon.rpfl.Hook
-
Returns true
if this is 'On demand'.
- isRecord() - Method in class com.orchestranetworks.addon.rpfl.PermissionScope
-
Returns true
if this is a scope 'Record'.
- isService() - Method in class com.orchestranetworks.addon.rpfl.PermissionScope
-
Returns true
if this is a scope 'Service'.
- isTable() - Method in class com.orchestranetworks.addon.rpfl.PermissionScope
-
Returns true
if this is a scope 'Table'.
- isTableSetRule() - Method in class com.orchestranetworks.addon.rpfl.RuleType
-
Returns true
if this is a 'Table set rule'.
- isValidationRule() - Method in class com.orchestranetworks.addon.rpfl.RuleType
-
Returns true
if this is a 'Validation rule'.