Class PasteCommands
java.lang.Object
com.ptc.windchill.enterprise.object.commands.AbstractPasteCommand
com.ptc.windchill.enterprise.change2.commands.PasteCommands
- Direct Known Subclasses:
PasteChangeableCommands
An abstract class to support paste for change management JCA wizard tables.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Field Summary
Fields inherited from class com.ptc.windchill.enterprise.object.commands.AbstractPasteCommand
logger, loggerInternal, PASTE_FAILED, PASTE_FAILED_MSG, PASTE_ITEM_ALREADY_EXISTS_HEADER, PASTE_ITEM_ALREADY_EXISTS_MSG, PASTE_ITEM_ALREADY_EXISTS_MULTIPLE_MSG, PASTE_LOGGER, PASTE_PARTIALLY_FAILED, PASTE_PARTIALLY_FAILED_MSG, PASTE_SELECT_FAILED_MSG, PASTE_SELECT_FLAG -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor
Supported API: trueDefault constructor initializing the command class with the specified command bean. -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract StringThe validation key use to perform validation of the selected/clipboard items.Methods inherited from class com.ptc.windchill.enterprise.object.commands.AbstractPasteCommand
callPasteSelect, doPaste, filterExcludedTypes, generatePasteSelectJS, getAdditionalParameters, getCommandBean, getErrorThreshold, getExistingOidsInTable, getPasteItems, getPasteJavascript, getPasteJavascriptFunction, getPasteSelectJavascript, getRefreshOid, getValidationResult, handleEmptyClipboard, handleFormResult, isEmptyList, isNonFatalError, isPasteAsVersionReference, isPasteSelect, processValidationResultSet, setCommandBean, setErrorThreshold, setNonFatalError, setPasteSelect, setRefreshOid
-
Constructor Details
-
PasteCommands
public PasteCommands()Default constructor
Supported API: true -
PasteCommands
Default constructor initializing the command class with the specified command bean.
Supported API: true- Parameters:
cb-
-
-
Method Details
-
getPasteValidationKey
The validation key use to perform validation of the selected/clipboard items. If the key is null, then this designates that validation should be skipped.
Supported API: true
Supported API: true- Specified by:
getPasteValidationKeyin classAbstractPasteCommand- Returns:
- the validation key or null if no validation is needed.
-