A B C D E F G H I L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AA - Static variable in class com.mks.api.Command
-
Application name constant.
- add(MultiValue) - Method in class com.mks.api.MultiValue
-
Adds the contents of a
MultiValue
object. - add(MultiValue) - Method in class com.mks.api.Option
-
Adds a
MultiValue
value to a multi-valued option. - add(Option) - Method in class com.mks.api.OptionList
-
Adds an
Option
to this list. - add(OptionList) - Method in class com.mks.api.OptionList
-
Adds another
OptionList
to this list. - add(Field) - Method in error com.mks.api.response.APIError
-
Adds a new
Field
object to thisItem
. - add(Field) - Method in exception com.mks.api.response.APIException
-
Adds a new
Field
object to thisItem
. - add(SelectionList) - Method in class com.mks.api.SelectionList
-
Adds a
SelectionList
to this list. - add(String) - Method in class com.mks.api.MultiValue
-
Adds a new value.
- add(String) - Method in class com.mks.api.Option
-
Adds a value to the
Option
. - add(String) - Method in class com.mks.api.SelectionList
-
Adds a
String
selection element to the list. - add(String, String) - Method in class com.mks.api.OptionList
-
Adds an option to the list using only the name and value pair.
- add(Collection) - Method in class com.mks.api.Option
-
Adds a collection of values to the
Option
. - addField(String, String) - Method in exception com.mks.api.response.APIException
- addOption(Option) - Method in class com.mks.api.Command
-
Adds an individual
Option
and associates it with this command. - addSelection(String) - Method in class com.mks.api.Command
-
Adds a
String
selection element (member, issue ID, etc) with this command. - ADMIN_HISTORY_DELTA - Static variable in interface com.mks.api.im.IMModelTypeName
-
Admin History Delta
- ADMIN_HISTORY_DELTA_FIELD - Static variable in interface com.mks.api.im.IMModelTypeName
-
Field in Admin History Delta
- ADMINLOCK - Static variable in interface com.mks.api.im.IMModelTypeName
-
Windchill RV&S Admin Lock
- ALLOWED_TYPES_ENTRY - Static variable in interface com.mks.api.im.IMModelTypeName
-
Windchill RV&S Allowed Types
- API - Static variable in class com.mks.api.util.MKSLogger
-
Logging category - API messages.
- API_4_10 - Static variable in class com.mks.api.util.APIVersion
-
API version with improved details on Windchill RV&S FVA fields.
- API_4_11 - Static variable in class com.mks.api.util.APIVersion
-
API version with improved details for Windchill RV&S multi-valued User fields.
- API_4_12 - Static variable in class com.mks.api.util.APIVersion
-
API version adds access to Windchill RV&S image data.
- API_4_13 - Static variable in class com.mks.api.util.APIVersion
-
API version changes representation of Workflows and Documents Item computed field values.
- API_4_14 - Static variable in class com.mks.api.util.APIVersion
-
API version changes representation of im viewissue --showHistory to show first delta as MKSIssueCreatedBy and MKSIssueCreatedDate rather than MKSIssueModifiedBy and MKSIssueModifiedDate.
- API_4_15 - Static variable in class com.mks.api.util.APIVersion
-
API version supports APIWarningException being reported in appropriate views, so that the Java-API does not throw that exception when obtaining the API Response.
- API_4_16 - Static variable in class com.mks.api.util.APIVersion
-
API version supports Workflows and Documents exposing displayId values for Fields/States/Types (the display name) that are different from ID (the name).
- API_4_9 - Static variable in class com.mks.api.util.APIVersion
-
Deprecated.Support for this API version terminates with Integrity 10.4
- API_CATEGORY_PREFIX - Static variable in class com.mks.api.util.MKSLogger
-
Constant for API Logging.
- API_LOG_FILENAME - Static variable in class com.mks.api.util.MKSLogger
- APIConnectionException - Exception in com.mks.api.response
-
Exception used to indicate that a connection failure has occurred when trying to connect with the
IntegrationPoint
. - APIConnectionException() - Constructor for exception com.mks.api.response.APIConnectionException
-
Default constructor.
- APIConnectionException(String) - Constructor for exception com.mks.api.response.APIConnectionException
-
Default constructor.
- APIConnectionException(Throwable) - Constructor for exception com.mks.api.response.APIConnectionException
-
Default constructor.
- APIError - Error in com.mks.api.response
-
Error indicating that a general API failure has occurred.
- APIError() - Constructor for error com.mks.api.response.APIError
-
Default constructor.
- APIError(String) - Constructor for error com.mks.api.response.APIError
-
Default constructor with a message.
- APIError(Throwable) - Constructor for error com.mks.api.response.APIError
-
Default constructor wrapping a causal exception/error.
- APIException - Exception in com.mks.api.response
-
General exception indicating something failed in the API.
- APIException() - Constructor for exception com.mks.api.response.APIException
-
Default constructor.
- APIException(String) - Constructor for exception com.mks.api.response.APIException
-
Default constructor with a message.
- APIException(Throwable) - Constructor for exception com.mks.api.response.APIException
-
Default constructor wrapping a causal exception/error.
- APIExceptionContainer - Interface in com.mks.api.response
-
Container which can throw an
APIException
. - APIExceptionFactory - Class in com.mks.api.response
-
Factory used to construct
APIException
instances. - APIExceptionFactory() - Constructor for class com.mks.api.response.APIExceptionFactory
- APIInternalError - Error in com.mks.api.response
-
Error indicating that a fatal error occured somewhere in the API classes, generally during the
Response
hierarchy creation. - APIInternalError() - Constructor for error com.mks.api.response.APIInternalError
-
Default constructor.
- APIInternalError(String) - Constructor for error com.mks.api.response.APIInternalError
-
Default constructor.
- APIInternalError(Throwable) - Constructor for error com.mks.api.response.APIInternalError
-
Default constructor.
- APIOutOfMemoryError - Error in com.mks.api.response
-
Error indicating that an
java.lang.OutOfMemoryError
occurred on theIntegrationPoint
. - APIOutOfMemoryError() - Constructor for error com.mks.api.response.APIOutOfMemoryError
-
Default constructor.
- APIOutOfMemoryError(String) - Constructor for error com.mks.api.response.APIOutOfMemoryError
-
Default constructor.
- APIOutOfMemoryError(Throwable) - Constructor for error com.mks.api.response.APIOutOfMemoryError
-
Default constructor.
- APIVersion - Class in com.mks.api.util
-
Utility class to maintain a fixed format for API version representation.
- APIVersion(int, int) - Constructor for class com.mks.api.util.APIVersion
-
Constructs an APIVersion.
- APIVersion(String) - Constructor for class com.mks.api.util.APIVersion
-
Constructs an APIVersion from a version string
- APIViewer - Class in com.mks.api.util
-
Class used for testing API commands.
- APIViewer() - Constructor for class com.mks.api.util.APIViewer
- APIWarningException - Exception in com.mks.api.response
- APIWarningException() - Constructor for exception com.mks.api.response.APIWarningException
- APIWarningException(String) - Constructor for exception com.mks.api.response.APIWarningException
- APIWarningException(Throwable) - Constructor for exception com.mks.api.response.APIWarningException
- app - Variable in class com.mks.api.Command
-
The application name to run.
- APPLICATION - Static variable in interface com.mks.api.ic.ICModelTypeName
-
Windchill RV&S Client Application
- APPLICATION - Static variable in interface com.mks.api.im.IMModelTypeName
-
Windchill RV&S Application
- APPLICATION - Static variable in interface com.mks.api.si.SIModelTypeName
-
Source Code Management Application
- ApplicationConnectionException - Exception in com.mks.api.response
-
Exception used to indicate that an error occurred while initiating a connection with the Integrity Server through the
IntegrationPoint
. - ApplicationConnectionException() - Constructor for exception com.mks.api.response.ApplicationConnectionException
-
Default constructor.
- ApplicationConnectionException(String) - Constructor for exception com.mks.api.response.ApplicationConnectionException
-
Default constructor.
- ApplicationConnectionException(Throwable) - Constructor for exception com.mks.api.response.ApplicationConnectionException
-
Default constructor.
- ApplicationException - Exception in com.mks.api.response
-
Generic top-level exception indicating an error occurred while processing a command for a given application.
- ApplicationException() - Constructor for exception com.mks.api.response.ApplicationException
-
Default constructor.
- ApplicationException(String) - Constructor for exception com.mks.api.response.ApplicationException
-
Default constructor.
- ApplicationException(Throwable) - Constructor for exception com.mks.api.response.ApplicationException
-
Default constructor.
- ApplicationInternalException - Exception in com.mks.api.response
-
Exception indicating an internal error occurred while executing a command.
- ApplicationInternalException() - Constructor for exception com.mks.api.response.ApplicationInternalException
-
Default constructor.
- ApplicationInternalException(String) - Constructor for exception com.mks.api.response.ApplicationInternalException
-
Default constructor.
- ApplicationInternalException(Throwable) - Constructor for exception com.mks.api.response.ApplicationInternalException
-
Default constructor.
- ApplicationOutOfMemoryException - Exception in com.mks.api.response
-
Exception indicating that the
IntegrationPoint
ran into anjava.lang.OutOfMemoryError
while executing a command. - ApplicationOutOfMemoryException() - Constructor for exception com.mks.api.response.ApplicationOutOfMemoryException
-
Default constructor.
- ApplicationOutOfMemoryException(String) - Constructor for exception com.mks.api.response.ApplicationOutOfMemoryException
-
Default constructor.
- ApplicationOutOfMemoryException(Throwable) - Constructor for exception com.mks.api.response.ApplicationOutOfMemoryException
-
Default constructor.
- ApplicationRuntimeException - Exception in com.mks.api.response
-
Top-level exception indicating an error occurred on the
IntegrationPoint
while running a command. - ApplicationRuntimeException() - Constructor for exception com.mks.api.response.ApplicationRuntimeException
-
Default constructor.
- ApplicationRuntimeException(String) - Constructor for exception com.mks.api.response.ApplicationRuntimeException
-
Default constructor.
- ApplicationRuntimeException(Throwable) - Constructor for exception com.mks.api.response.ApplicationRuntimeException
-
Default constructor.
- ARCHIVE - Static variable in interface com.mks.api.si.SIModelTypeName
-
Source Code Management Archive
- ATTACHMENT - Static variable in interface com.mks.api.im.IMModelTypeName
-
Windchill RV&S Attachment
- ATTACHMENT_DELTA - Static variable in interface com.mks.api.im.IMModelTypeName
-
Windchill RV&S Attachment
- ATTACHMENT_FILE - Static variable in interface com.mks.api.im.IMModelTypeName
-
Windchill RV&S Attachment extracted to File
- ATTRIBUTE - Static variable in interface com.mks.api.si.SIModelTypeName
-
Source Code Management Attribute
All Classes All Packages