diagram | |||||||||||||||||||||||
namespace | http://query.api.de.n2.tibco.com | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="resetQueries"> <xs:annotation> <xs:documentation>Request element for resetQueries operation.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="model-version" type="xs:int" use="optional" default="-1"> <xs:annotation> <xs:documentation>Major version number of the organization model in which an organization model entity resides. If -1 is specified the value will be the latest version of the organization model. If not specified then all deployed versions of the model will have their corresponding queries reset. If delete mode is specified as true the model version will be ignored. (Version numbers must be compatible with, and conform to, the OSGi version number schema. For Directory Engine, only the major part of the version number is significant.)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="delete-mode" type="xs:boolean" use="optional" default="false"> <xs:annotation> <xs:documentation>Manually activate the deletion mode to remove any unreferenced queries. This will initiate a delete cycle that is outside of the normal time window for deletions. Specify true to activate delete, otherwise omit or specify false to force re-evalation of the queries.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> |