Class Index | File Index

Classes


Class FrozenTopic


Extends baja.Topic.
Frozen Topic Slot.

Topic defines a Slot which indicates an event that is fired on a Component.

A new object should never be directly created with this Constructor. All Slots are created internally by BajaScript.
Defined in: bson.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
Return the default flags for the Topic.
Method Summary
Method Attributes Method Name and Description
<private>  
$setFacets(facets)
Set the Facets for the Topic.
<private>  
$setFlags(flags)
Set the Flags for the Topic.
 
Return the event type.
 
Return the Facets for the Topic.
 
Return the Flags for the Topic.
Methods borrowed from class baja.Topic:
isTopic
Methods borrowed from class baja.Slot:
$getDisplayName, $setDisplayName, getName, isAction, isFrozen, isProperty, toString
Methods borrowed from class BaseBajaObj:
equals, valueOf
Class Detail
FrozenTopic()
Field Detail
{Number} getDefaultFlags
Return the default flags for the Topic.
Method Detail
<private> $setFacets(facets)
Set the Facets for the Topic.

Please note, this method is intended for INTERNAL use by Tridium only. An external developer should never call this method.

Parameters:
{baja.Facets} facets
See:
baja.Facets

<private> $setFlags(flags)
Set the Flags for the Topic.

Please note, this method is intended for INTERNAL use by Tridium only. An external developer should never call this method.

Parameters:
{Number} flags
See:
baja.Flags

{Type} getEventType()
Return the event type.
Returns:
{Type} the event type (or null if the Topic has not event).

getFacets()
Return the Facets for the Topic.
Returns:
the Slot Facets
See:
baja.Facets

{Number} getFlags()
Return the Flags for the Topic.
Returns:
{Number}
See:
baja.Flags

Documentation generated by JsDoc Toolkit 2.3.2