Show/Hide Toolbars

Written in Java, the TeamConnect API consists of several packages. Packages are methods grouped together with a common theme for organization purposes.

The API includes the following packages:

com.mitratech.teamconnect.enterprise.api—Includes any general classes, mainly Platform.

com.mitratech.teamconnect.enterprise.api.callable—Includes the four different types of callable methods that you use with UtilityService.runAsSystemUser().

com.mitratech.teamconnect.enterprise.api.custom—Includes the classes you extend when you are creating custom screens, automated qualifiers, and automated actions.

com.mitratech.teamconnect.enterprise.api.model—Includes the classes for all API objects that are not part of the other model packages.

com.mitratech.teamconnect.enterprise.api.model.custom—Includes the API model classes for all design entities.

com.mitratech.teamconnect.enterprise.api.model.enums—Includes the API model classes for all enumerations.

com.mitratech.teamconnect.enterprise.api.model.exceptions—Includes the API model classes for all exceptions.

com.mitratech.teamconnect.enterprise.api.model.parameters—Includes the API model classes for all parameters.

com.mitratech.teamconnect.enterprise.api.model.search—Includes the API model classes for searching.

com.mitratech.teamconnect.enterprise.api.service—Includes all the service classes.

To see the specific contents of these packages, refer to the API Reference in the following location on your installation media:

~\utilities\javadocs\api\index.html