| Interface | Description |
|---|---|
| CustomCondition |
Custom condition interface.
|
| Class | Description |
|---|---|
| AlwaysFalse |
Always false condition.
|
| AlwaysTrue |
Always true condition.
|
| CollectionRestrict |
Custom condition for security restrictions by collection (CollectionAuth).
|
| ExpressionCondition |
The default Expression Condition Evaluator.
|
| FldObjectName |
Field validation class used in WFExpressionBuilder (CONDEXPBUILDER in library.xml) exclusively (for now) for
evaluating a condition.
|
| HideOptions |
Condition that returns true only if the system is multi-tenant and the security context is not tenantid=0.
|
| IsNotRegularTenantCondition |
Condition that returns true only if the system is multi-tenant and the security context is not of globle administrator or multi-tenant manager.
|
| IsRegularTenantCondition |
Condition that returns true only if the system is multi-tenant and the security context is not of globle administrator or multi-tenant manager.
|
| IsTestSystem |
Condition that returns true only if the system is multi-tenant and the security context is not tenantid=0.
|
| MaxCondition |
The object that represent a condition.
|
| MaxConditionBase |
The object that represent a condition.
|
| MaxConditionCache |
Maximo cache of all the conditions stored in the condition table.
|
| MaxConditionCacheFactory |
actory or Signature Cahe.
|
| MaxDomValConditionCache |
Maximo cache of all the domain value conditions.
|
| MaxDomValConditionCacheFactory | |
| NotMTTenant0Condition |
Condition that returns true only if the system is multi-tenant and the security context is not tenantid=0.
|