Class: ValidateEntityResponseType

tibco.objectapi.de.resolver.ValidateEntityResponseType

new ValidateEntityResponseType()

Response indicating whether the given model entity identifier was valid or not. . Constructs a new ValidateEntityResponseType.

The following features are supported:

Members

dynamic :boolean

True if the given entity identifier is for a dynamic model-template entity. If this value is not given, or false, the entity identifier is NOT for a dynamic model-template entity. This property holds the value of the 'Dynamic' attribute.
Type:
  • boolean

hasPushDestinations :boolean

True if the entity specified has any push destinations set. This property holds the value of the 'Has Push Destinations' attribute.
Type:
  • boolean

resolvedEntity :Array.<tibco.objectapi.common.organisation.XmlModelEntityId>

If the given entity identifier is for a dynamic model-template entity, this value will be the GUID of the model entity to which the dynamic reference resolves. This property holds the value of the 'Resolved Entity' containment reference list.
Type:

valid :boolean

True if the entity specified is valid. This property holds the value of the 'Valid' attribute.
Type:
  • boolean