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
C
- CAPABILITY - Static variable in interface com.mks.api.im.IMModelTypeName
-
Windchill RV&S State Capabilities
- cause - Variable in error com.mks.api.response.APIError
- cause - Variable in exception com.mks.api.response.APIException
- CHANGEPACKAGE - Static variable in interface com.mks.api.im.IMModelTypeName
-
Windchill RV&S ChangePackage
- CHANGEPACKAGE - Static variable in interface com.mks.api.si.SIModelTypeName
-
Source Code Management ChangePackage
- CHANGEPACKAGE_ATTRIBUTE - Static variable in interface com.mks.api.im.IMModelTypeName
-
Windchill RV&S ChangePackage attribute
- CHANGEPACKAGE_ATTRIBUTE - Static variable in interface com.mks.api.si.SIModelTypeName
-
Source Code Management ChangePackage attribute
- CHANGEPACKAGE_ENTRY - Static variable in interface com.mks.api.im.IMModelTypeName
-
Windchill RV&S ChangePackage entry
- CHANGEPACKAGE_ENTRY - Static variable in interface com.mks.api.si.SIModelTypeName
-
Source Code Management ChangePackage entry
- CHANGEPACKAGE_ENTRY_ACTION - Static variable in interface com.mks.api.si.SIModelTypeName
-
Source Code Management Change Package Entry Action
- CHANGEPACKAGE_ENTRY_ATTRIBUTE - Static variable in interface com.mks.api.im.IMModelTypeName
-
Windchill RV&S ChangePackage entry attribute
- CHANGEPACKAGE_ENTRY_PREVSTATE - Static variable in interface com.mks.api.si.SIModelTypeName
-
Source Code Management ChangePackage entry previous state
- CHANGEPACKAGE_REVIEWLOG - Static variable in interface com.mks.api.si.SIModelTypeName
-
Source Code Management Change Package Review Log
- CHANGEPACKAGE_TYPE - Static variable in interface com.mks.api.im.IMModelTypeName
-
Windchill RV&S ChangePackage Type definition
- CHART - Static variable in interface com.mks.api.im.IMModelTypeName
-
Windchill RV&S Chart
- CHECKPOINT_LABEL_RESULT - Static variable in interface com.mks.api.si.SIModelTypeName
-
Source Code Management Checkpoint Label result.
- clear() - Method in class com.mks.api.OptionList
-
Resets the list.
- clear() - Method in class com.mks.api.SelectionList
-
Resets the contents of the list.
- clearOptionList() - Method in class com.mks.api.Command
-
Clears the
Option
s used for the command. - clearSelectionList() - Method in class com.mks.api.Command
-
Resets the
SelectionList
associated with this command. - CmdRunner - Interface in com.mks.api
-
Interface for the
CmdRunner
object. - CmdRunnerCreator - Interface in com.mks.api
-
Interface used to model an environment in which a collection of CmdRunner instances can be created.
- COLUMN_SET - Static variable in interface com.mks.api.im.IMModelTypeName
-
Windchill RV&S Column Set
- COLUMN_SET_SORT_FIELD - Static variable in interface com.mks.api.im.IMModelTypeName
-
A column set sort field item.
- com.mks.api - package com.mks.api
-
Provides classes and interfaces for connecting in an abstract way to a Windchill RV&S Client or a Windchill RV&S Server (either local or remote), and for constructing and executing commands over the connection.
- com.mks.api.ext - package com.mks.api.ext
-
Provides the necessary interfaces and classes to create an Integration Command Extension for the Windchill RV&S API.
- com.mks.api.fedsso - package com.mks.api.fedsso
- com.mks.api.ic - package com.mks.api.ic
-
Provides constant classes for assisting Windchill RV&S API users when investigating a response object.
- com.mks.api.im - package com.mks.api.im
-
Provides constant classes for assisting Windchill RV&S API users when investigating a response object.
- com.mks.api.response - package com.mks.api.response
-
Provides classes and interfaces for the complete response hierarchy created by the
CmdRunner
's different execute methods, including all the different types ofExceptions
that can be thrown. - com.mks.api.response.fedsso - package com.mks.api.response.fedsso
- com.mks.api.si - package com.mks.api.si
-
Provides constant classes for assisting Windchill RV&S API users when investigating a response object.
- com.mks.api.util - package com.mks.api.util
-
Provides utility classes for viewing and displaying the response hierarchy created by the Windchill RV&S API.
- COMBINED_TEST_VERDICT - Static variable in interface com.mks.api.im.IMModelTypeName
-
Test Management Test Verdict and Test Verdict Type
- command - Variable in class com.mks.api.Command
-
The actual command you want to run.
- Command - Class in com.mks.api
-
Class used to represent a command.
- Command() - Constructor for class com.mks.api.Command
-
Default constructor.
- Command(String) - Constructor for class com.mks.api.Command
-
Constructor used when the application name is known.
- Command(String, String) - Constructor for class com.mks.api.Command
-
Constructor used when the application and command names are known.
- Command(String, String, String) - Constructor for class com.mks.api.Command
-
Constructor used when the application, command, and vendor names are known
- COMMAND_PREFERENCES - Static variable in interface com.mks.api.im.IMModelTypeName
-
Windchill RV&S Command Preferences
- COMMAND_PREFERENCES - Static variable in interface com.mks.api.si.SIModelTypeName
-
Source Code Management Command Preferences
- COMMAND_PREFERENCES_SETTING - Static variable in interface com.mks.api.im.IMModelTypeName
-
Windchill RV&S Command Preferences Setting
- COMMAND_PREFERENCES_SETTING - Static variable in interface com.mks.api.si.SIModelTypeName
-
Source Code Management Command Preferences Setting
- CommandAlreadyRunningException - Exception in com.mks.api.response
-
Exception indicating that a
CmdRunner
object is already in use and cannot be used to run another command without first interrupting it. - CommandAlreadyRunningException() - Constructor for exception com.mks.api.response.CommandAlreadyRunningException
-
Default constructor.
- CommandAlreadyRunningException(String) - Constructor for exception com.mks.api.response.CommandAlreadyRunningException
-
Default constructor.
- CommandCancelledException - Exception in com.mks.api.response
-
Exception indicating that a command has been cancelled due to a failed pre-condition, or because the user has cancelled the command.
- CommandCancelledException() - Constructor for exception com.mks.api.response.CommandCancelledException
-
Default constructor.
- CommandCancelledException(String) - Constructor for exception com.mks.api.response.CommandCancelledException
-
Default constructor.
- CommandCancelledException(Throwable) - Constructor for exception com.mks.api.response.CommandCancelledException
-
Default constructor.
- CommandException - Exception in com.mks.api.response
-
Generic exception indicating that the command failed to execute successfully.
- CommandException() - Constructor for exception com.mks.api.response.CommandException
-
Default constructor.
- CommandException(String) - Constructor for exception com.mks.api.response.CommandException
-
Default constructor.
- CommandException(Throwable) - Constructor for exception com.mks.api.response.CommandException
-
Default constructor.
- CommandOptions - Interface in com.mks.api.ext
-
The Options available to the Integration Command Extension.
- CommandSelection - Class in com.mks.api.ext
-
The Selection(s) available to the Integration Command Extension.
- CommandSelection() - Constructor for class com.mks.api.ext.CommandSelection
- COMMENT - Static variable in interface com.mks.api.im.IMModelTypeName
-
Commenting Model Comment
- COMMENT_ITEM - Static variable in interface com.mks.api.im.IMModelTypeName
-
Comment item
- compare(VersionNumber) - Method in class com.mks.api.util.APIVersion
-
Compare two APIVersionNumber objects, ie. the major and minor numbers.
- COMPUTATION - Static variable in interface com.mks.api.im.IMModelTypeName
-
Integrity Computations
- configure(String, int, int) - Method in class com.mks.api.util.MKSLogger
-
Method used to configure the logging preferences for the different categories.
- configure(Properties) - Method in class com.mks.api.util.MKSLogger
-
Method used to configure the logging preferences for the different categories based on a
java.util.Properties
instance. - configure(Properties, String) - Method in class com.mks.api.util.MKSLogger
-
Method used to configure the logging preferences for the different categories based on a
java.util.Properties
instance and desired logging category prefix. - ConnectionNotSecureException - Exception in com.mks.api.response.fedsso
-
Exception used to indicate that a
SSOSession
is being created on aIntegrationPoint
that does not use a secure communication protocol. - ConnectionNotSecureException() - Constructor for exception com.mks.api.response.fedsso.ConnectionNotSecureException
-
Default constructor.
- ConnectionNotSecureException(String) - Constructor for exception com.mks.api.response.fedsso.ConnectionNotSecureException
-
Default constructor.
- ConnectionNotSecureException(Throwable) - Constructor for exception com.mks.api.response.fedsso.ConnectionNotSecureException
-
Default constructor.
- CONSTRAINTS_ALLOWED_VALUE - Static variable in interface com.mks.api.ic.ICModelTypeName
- CONSTRAINTS_CORE_AND - Static variable in interface com.mks.api.ic.ICModelTypeName
- CONSTRAINTS_CORE_CLOSED_SHAPE - Static variable in interface com.mks.api.ic.ICModelTypeName
- CONSTRAINTS_CORE_NOT - Static variable in interface com.mks.api.ic.ICModelTypeName
- CONSTRAINTS_CORE_OR - Static variable in interface com.mks.api.ic.ICModelTypeName
- CONSTRAINTS_CORE_XOR - Static variable in interface com.mks.api.ic.ICModelTypeName
- CONSTRAINTS_ITEM_PRECONDITION - Static variable in interface com.mks.api.ic.ICModelTypeName
- CONSTRAINTS_ITEM_PROPERTY - Static variable in interface com.mks.api.ic.ICModelTypeName
- CONSTRAINTS_PAIR_EQUALS - Static variable in interface com.mks.api.ic.ICModelTypeName
- CONSTRAINTS_PAIR_GREATERTHAN - Static variable in interface com.mks.api.ic.ICModelTypeName
- CONSTRAINTS_PAIR_GREATERTHAN_OR_EQUALS - Static variable in interface com.mks.api.ic.ICModelTypeName
- CONSTRAINTS_PAIR_LESSTHAN - Static variable in interface com.mks.api.ic.ICModelTypeName
- CONSTRAINTS_PAIR_LESSTHAN_OR_EQUALS - Static variable in interface com.mks.api.ic.ICModelTypeName
- CONSTRAINTS_PAIR_NOT - Static variable in interface com.mks.api.ic.ICModelTypeName
- CONSTRAINTS_PROPERTY - Static variable in interface com.mks.api.ic.ICModelTypeName
- CONSTRAINTS_SHAPE - Static variable in interface com.mks.api.ic.ICModelTypeName
- CONSTRAINTS_SHAPES - Static variable in interface com.mks.api.ic.ICModelTypeName
- contains(String) - Method in error com.mks.api.response.APIError
- contains(String) - Method in exception com.mks.api.response.APIException
- contains(String) - Method in interface com.mks.api.response.FieldContainer
-
Checks to see if a given
Field
with a particular ID exists in this container or not. - contains(String) - Method in interface com.mks.api.response.ItemList
-
Checks for the existence of an
Item
with a given ID. - contains(String, String, String) - Method in interface com.mks.api.response.ItemList
-
Checks for the existence of an
Item
with a given ID and model type. - containsSubRoutine(String) - Method in interface com.mks.api.response.SubRoutineContainer
-
Checks to see if a particular
SubRoutine
is contained in this container. - containsWorkItem(String) - Method in interface com.mks.api.response.WorkItemContainer
-
Checks to see if a given
WorkItem
with a particular ID exists in this container or not. - containsWorkItem(String, String) - Method in interface com.mks.api.response.WorkItemContainer
-
Checks to see if a given
WorkItem
with a particular ID and context exists in this container or not. - CONTENT - Static variable in interface com.mks.api.im.IMModelTypeName
-
Solutions data model node referencing a shared item
- countTokens() - Method in class com.mks.api.util.EscapedStringTokenizer
-
Calculates the number of times that this tokenizer's
nextToken
method can be called before it generates an exception. - createAPIException(String, Response) - Static method in class com.mks.api.response.APIExceptionFactory
-
Creates an
APIException
from a given class name. - createAPIException(String, String) - Static method in class com.mks.api.response.APIExceptionFactory
-
Creates an
APIException
from a given class name. - createCmdRunner() - Method in interface com.mks.api.CmdRunnerCreator
-
Constructs
CmdRunner
objects to run commands on theIntegrationPoint
. - createCmdRunner(String) - Method in interface com.mks.api.fedsso.SSOCmdRunnerCreator
-
Constructs
SSOCmdRunner
objects to run commands on theIntegrationPoint
. - createIntegrationPoint(String, int, boolean, int, int) - Method in class com.mks.api.IntegrationPointFactory
-
Creates a new IntegrationPoint optionally using a secure communications protocol.
- createIntegrationPoint(String, int, boolean, VersionNumber) - Method in class com.mks.api.IntegrationPointFactory
-
Creates a new IntegrationPoint optionally using a secure communications protocol.
- createIntegrationPoint(String, int, int, int) - Method in class com.mks.api.IntegrationPointFactory
-
Creates a new
IntegrationPoint
. - createIntegrationPoint(String, int, VersionNumber) - Method in class com.mks.api.IntegrationPointFactory
-
Creates a new
IntegrationPoint
. - createLocalIntegrationPoint(int, int) - Method in class com.mks.api.IntegrationPointFactory
-
Creates a new
IntegrationPoint
. - createLocalIntegrationPoint(VersionNumber) - Method in class com.mks.api.IntegrationPointFactory
-
Creates a new
IntegrationPoint
. - createNamedSession(String, VersionNumber) - Method in interface com.mks.api.IntegrationPoint
-
Creates a new
Session
object. - createNamedSession(String, VersionNumber, String, String) - Method in interface com.mks.api.IntegrationPoint
-
Creates a new
Session
object. - createSession() - Method in interface com.mks.api.IntegrationPoint
-
Deprecated.replaced by
IntegrationPoint.createNamedSession(String, VersionNumber)
. When creating a session for use by an integration, it is expected/recommended that the integration identify itself. - createSession(String, String) - Method in interface com.mks.api.IntegrationPoint
-
Deprecated.replaced by
IntegrationPoint.createNamedSession(String, VersionNumber, String, String)
. When creating a session for use by an integration, it is expected/recommended that the integration identify itself. - createSession(String, String, int, int) - Method in interface com.mks.api.IntegrationPoint
-
Deprecated.replaced by
IntegrationPoint.createNamedSession(String, VersionNumber, String, String)
. When creating a session for use by an integration, it is expected/recommended that the integration identify itself. - CUSTOM_FIELD_VALUES - Static variable in interface com.mks.api.im.IMModelTypeName
-
Windchill RV&S Custom Field Values
- CUSTOM_FIELDS - Static variable in interface com.mks.api.im.IMModelTypeName
-
Windchill RV&S Custom Fields
All Classes All Packages