Properties
The Properties tab has the following fields:
Field | Global Var? | Description |
---|---|---|
Name | No | The property name. |
Type | No | Any of the following types:
String, Integer, Long, Double, Boolean, DateTime, ContainedConcept, ConceptReference When you create a property of type ContainedConcept, you are creating a containment relationship. The concept that you are currently configuring is the container; the concept you specify as a property is the contained concept. When you create a property of type ConceptReference you are creating a property that references another concept.
See TIBCO BusinessEvents Architect’s Guide for more details. |
Multiple | No | Select the Multiple check box if this property is an array.
Consider, for example, an Order concept: In most cases, an Order concept would allow only one value for the customer property but multiple values for the line_item property. Selecting the Multiple check box creates a property array. |
Policy | No | TIBCO BusinessEvents can record historical values using either of these policies: |
History | No | Determines if historical values are stored, and if so how many.
The default maximum value is 32767. Zero (0): TIBCO BusinessEvents does not store historical values for the concept. It stores the value without a time and date stamp One or more (>0): TIBCO BusinessEvents stores the property value when the property changes, along with a date and timestamp, up to the number specified. When the maximum history size is reached, the oldest values are discarded as new values are recorded. See TIBCO BusinessEvents Architect’s Guide for more details. |