Specifying the Availability of TeaOperations in TIBCO Enterprise Administrator Clients
Users can connect to the TEA server using one of three clients - the TEA Web User Interface, the Shell, and Python scripts. However, not all TEA operations can be supported in all clients. When coding a method that is annotated with TeaOperation, the agent developer can specify which clients expose that operation.
To do so, in the TeaOperations annotation, supply the attribute
hideFromClients, which can have one or more of the following values:
ANY - operation is not available to any client
PYTHON - operation not available from the Python client
SHELL - not available from the Shell
WEB_UI - not available in the Web User Interface
If you do not specify this attribute, the operation will be exposed in all clients.
Copyright © Cloud Software Group, Inc. All Rights Reserved.