WebCenter Interaction API  
 

IConditionServerType.GetTypeID Method 

Each condition type needs a unique identifier. The Identifier is used as a key when storing information needed in the user's environment, and to be able to store and retrieve its list of conditions in the activityspace. The determination of whether a condition is met has two parts: find out the current value, then compare it to the condition's value. The unique identifier will be used to store the current value in the environment hashtable so that it can be easily retrieved later. The expression editor displays its conditions via having an expandable list per condition type. All the condition type lists are stored in the expression editor's activity space, and therefore the editor needs unique identifiers to be able to retrieve each list and display them.

int GetTypeID();

Return Value

An int the uniquely identifies this condition type

See Also

IConditionServerType Interface | com.plumtree.server.condition Namespace