Plumtree Portal UI  
 

AConditionType Class

Condition Type interface. Condition Types are needed for two reasons: 1) To determine whether whether a condition of its type is met. This involves finding the current value and comparing it to the condition's value. For example: Checking to see whether a condition the user's IP address involves getting the current user's IP Address from the http request and checking to see if it matches the IP Address stored in the expression. 2) Display the conditions of its type that have been created. Each expression contains a list of conditions, one for each condition type. The list for conditions of a certain type could have a display as simple as a textbox with the condition value inside, or more elaborate involving a tree picker and row icons.

For a list of all members of this type, see AConditionType Members.

System.Object
   com.plumtree.portaluiinfrastructure.condition.AConditionType
      com.plumtree.portaluiinfrastructure.condition.AGuestConditionType
      com.plumtree.portaluiinfrastructure.condition.ARegularConditionType

public abstract class AConditionType : IConditionServerType

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.portaluiinfrastructure.condition

Assembly: portaluiinfrastructure (in portaluiinfrastructure.dll)

See Also

AConditionType Members | com.plumtree.portaluiinfrastructure.condition Namespace