Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 12 Concepts : Concept Attributes Reference

Concept Attributes Reference
When using a concept in a rule’s form editor, type conceptname.@ to see the list of its attributes.
You can use the following attributes in rules to return information about a concept instance.
The value of the extId is set at creation time (for example, using the Instance.createInstance() function) and cannot be changed after that.
Note: The extId value (if set) must be unique across all objects in the cluster.
Tip: You can use the property Agent.AgentClassName.checkDuplicates to check for duplicate extIds across the cluster. See CDD Agent Classes Tab Properties Reference for details.
@isSet
Available for any concept property (not for referenced concepts). For example, you can use: acc.Balance@isSet. It indicates if a property is assigned or not. If a property is assigned, then @isSet returns true.
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved