|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WTMessage | |
com.ptc.core.ca.swing.feedback.client | |
com.ptc.core.ca.web.client.environment | |
com.ptc.core.domain.admin.client.impl | |
com.ptc.core.htmlcomp.gathering | |
com.ptc.core.query.report.client.queryBuilder | |
com.ptc.netmarkets.util.beans | |
com.ptc.netmarkets.util.misc | |
com.ptc.windchill.uwgm.common.conflict | |
com.ptc.windchill.uwgm.proesrv | |
com.ptc.windchill.uwgm.proesrv.task | |
wt.access |
The access control service is responsible for defining and
enforcing access to business and system objects. |
wt.clients.administrator | |
wt.dataops.archive | |
wt.dataops.containermove | |
wt.enterprise | Provides the abstract building blocks of functionality from which most businesses classes are extended; also defines support for template processors, delegates and factories that are useful for UI development for these business classes. |
wt.epm.conflict | |
wt.epm.upload | |
wt.epm.util | |
wt.fc.collections | Provides Windchill-specific Collection objects, and a collection-based refresh API. |
wt.folder |
Provides classes to represent and manage folder and cabinet objects. |
wt.inf.container | |
wt.sandbox | This package provides "sandbox" container functionality. A "sandbox" container is a container wherein a multiple users can work on a set of related changes through multiple iterations without disturbing the broader organization (apart from placing locks on the objects the broader organziation sees). The package provides the following core capabilities: |
wt.scheduler |
scheduler package — Scheduling Service The scheduling service is responsible for scheduling the execution of resource-intensive methods, and keeping a history of their outcomes. |
wt.util | |
wt.vc.struct | |
wt.vc.wip |
Uses of WTMessage in com.ptc.core.ca.swing.feedback.client |
Subclasses of WTMessage in com.ptc.core.ca.swing.feedback.client | |
class |
AbstractJFeedbackMessage
Supported API: false Extendable: false |
class |
JFeedbackDebugMessage
Supported API: false Extendable: false |
class |
JFeedbackErrorMessage
Supported API: false Extendable: false |
class |
JFeedbackInfoMessage
Supported API: false Extendable: false |
class |
JFeedbackStatusMessage
Supported API: false Extendable: false |
class |
JFeedbackWarningMessage
Supported API: false Extendable: false |
Uses of WTMessage in com.ptc.core.ca.web.client.environment |
Fields in com.ptc.core.ca.web.client.environment declared as WTMessage | |
private WTMessage |
WebRequestData.inPlaceActionInfo
|
Methods in com.ptc.core.ca.web.client.environment that return WTMessage | |
WTMessage |
WebRequestData.getInPlaceActionInfo()
Gets the value of the attribute: inPlaceActionInfo; the message that resulted in the execution of the operation due to the triggering of the in-place action. |
Methods in com.ptc.core.ca.web.client.environment with parameters of type WTMessage | |
void |
WebRequestData.setInPlaceActionInfo(WTMessage a_InPlaceActionInfo)
Sets the value of the attribute: inPlaceActionInfo; the message that resulted in the execution of the operation due to the triggering of the in-place action. |
Uses of WTMessage in com.ptc.core.domain.admin.client.impl |
Fields in com.ptc.core.domain.admin.client.impl declared as WTMessage | |
private static WTMessage |
Util.securedInfo
|
Uses of WTMessage in com.ptc.core.htmlcomp.gathering |
Methods in com.ptc.core.htmlcomp.gathering that return WTMessage | |
WTMessage |
DependencyHelper.getErrorWTMessage(Iterated obj)
return the error WTMessage about the given object from DT |
WTMessage |
DependencyHelper.getWarningWTMessage(Iterated obj)
return the warning WTMessage about the given object from DT |
Uses of WTMessage in com.ptc.core.query.report.client.queryBuilder |
Methods in com.ptc.core.query.report.client.queryBuilder with parameters of type WTMessage | |
void |
QueryBuilderApplet.display(WTMessage m)
|
void |
MessageDisplay.display(WTMessage message)
|
static void |
GuiUtil.display(Window window,
WTMessage message)
|
void |
GuiUtil.display(WTMessage m)
|
Uses of WTMessage in com.ptc.netmarkets.util.beans |
Fields in com.ptc.netmarkets.util.beans declared as WTMessage | |
private WTMessage |
NmInfoBean.message
|
Methods in com.ptc.netmarkets.util.beans that return WTMessage | |
WTMessage |
NmInfoBean.getMessage()
Gets the value of the attribute: message. |
Methods in com.ptc.netmarkets.util.beans with parameters of type WTMessage | |
void |
NmInfoBean.setMessage(WTMessage a_Message)
Sets the value of the attribute: message. |
Uses of WTMessage in com.ptc.netmarkets.util.misc |
Fields in com.ptc.netmarkets.util.misc declared as WTMessage | |
private WTMessage |
NmModel.message
|
Methods in com.ptc.netmarkets.util.misc that return WTMessage | |
WTMessage |
NmModel.getMessage()
Gets the value of the attribute: message; Message that creator of the model wants to present to a user Supported API: false |
Methods in com.ptc.netmarkets.util.misc with parameters of type WTMessage | |
void |
NmModel.setMessage(WTMessage a_Message)
Sets the value of the attribute: message; Message that creator of the model wants to present to a user Supported API: false |
Uses of WTMessage in com.ptc.windchill.uwgm.common.conflict |
Fields in com.ptc.windchill.uwgm.common.conflict declared as WTMessage | |
private WTMessage |
UwgmConflictHelper.OverridableConflictImpl.wtMessage
|
Methods in com.ptc.windchill.uwgm.common.conflict with parameters of type WTMessage | |
static InfoElement |
InfoElementFactory.createInfo(WTMessage wtMessage,
WTCollection wtObjects)
creates InfoElement category "Info" with given WTMessage and collection of Persistable objects |
static InfoElement |
InfoElementFactory.createInfo(WTMessage wtMessage)
creates InfoElement category "Info" with given WTMessage |
static InfoElement |
InfoElementFactory.createWarning(WTMessage wtMessage,
WTCollection wtObjects)
creates InfoElement category "Warning" with given WTMessage and collection of Persistable objects |
static InfoElement |
InfoElementFactory.createWarning(WTMessage wtMessage)
creates InfoElement category "Warning" with given WTMessage |
(package private) static InfoElement |
InfoElementFactory.makeInfoElement(InfoElement element,
MesgCategory category,
WTMessage wtMessage,
WTCollection wtObjects)
internal method to create InfoElement with Category, WTMessage and Persistables |
private void |
ErrorElement.initialize(WTMessage wtMessage,
String message,
WTCollection wtObjects)
|
Constructors in com.ptc.windchill.uwgm.common.conflict with parameters of type WTMessage | |
UwgmErrorException(WTMessage wtMessage)
constructs UwgmErrorException with one ErrorElement for WTMessage |
|
UwgmConflictHelper.OverridableConflictImpl(ConflictType type,
ResolutionType[] resolutions,
WTMessage wtMessage)
|
|
UwgmConflictHelper.OverridableConflictImpl(ConflictType type,
ResolutionType resolution,
WTMessage message)
|
|
ErrorElement(WTMessage wtMessage,
WTCollection wtObjects)
constructs ErrorElement with WTMessage and Collection of Persistables |
|
ErrorElement(WTMessage wtMessage)
constructs ErrorElement with WTMessage |
Uses of WTMessage in com.ptc.windchill.uwgm.proesrv |
Methods in com.ptc.windchill.uwgm.proesrv with parameters of type WTMessage | |
protected void |
ProeServiceRequest.reportInfoMessage(WTMessage wtMessage,
WTCollection objects)
report Info (success) message |
Uses of WTMessage in com.ptc.windchill.uwgm.proesrv.task |
Constructors in com.ptc.windchill.uwgm.proesrv.task with parameters of type WTMessage | |
UwgmTaskException(WTMessage p0)
|
|
UwgmTaskException(WTMessage p0,
Object[] p1)
|
|
UwgmTaskException(Throwable p0,
WTMessage p1)
|
|
UwgmTaskException(Throwable p0,
WTMessage p1,
Object[] p2)
|
Uses of WTMessage in wt.access |
Methods in wt.access with parameters of type WTMessage | |
void |
StandardAccessControlManager.emitAccessEvent(String event_type,
Object target,
AccessPermission permission,
WTMessage message)
Emits an access control event of a given type. |
void |
AccessControlManagerFwd.emitAccessEvent(String event_type,
Object target,
AccessPermission permission,
WTMessage message)
Emits an access control event of a given type. |
void |
AccessControlManager.emitAccessEvent(String event_type,
Object target,
AccessPermission permission,
WTMessage message)
Emits an access control event of a given type. |
void |
StandardAccessControlManager.emitAccessEvent(String event_type,
Object target,
AccessPermission permission,
WTMessage message)
Emits an access control event of a given type. |
void |
AccessControlManagerFwd.emitAccessEvent(String event_type,
Object target,
AccessPermission permission,
WTMessage message)
Emits an access control event of a given type. |
void |
AccessControlManager.emitAccessEvent(String event_type,
Object target,
AccessPermission permission,
WTMessage message)
Emits an access control event of a given type. |
Uses of WTMessage in wt.clients.administrator |
Fields in wt.clients.administrator declared as WTMessage | |
private static WTMessage |
OrgServices.securedInfo
|
Uses of WTMessage in wt.dataops.archive |
Methods in wt.dataops.archive with parameters of type WTMessage | |
private ConflictElement |
StandardArchiveRestoreService.processOverridableConflict(Persistable object,
ArchiveConflictType conflictType,
ArchiveResolutionType resolutionType,
WTMessage msg,
boolean onlyConflictElement)
|
Uses of WTMessage in wt.dataops.containermove |
Methods in wt.dataops.containermove with parameters of type WTMessage | |
private void |
StandardContainerMoveService.addConflictElement(ArrayList conflictElements,
MessageType messageType,
WTMessage message,
WTCollection objects)
|
private MessageElement |
ContainerMoveTask.newMessage(WTMessage message)
|
Uses of WTMessage in wt.enterprise |
Constructors in wt.enterprise with parameters of type WTMessage | |
URLProcessorException(Throwable t,
WTMessage message)
|
|
URLProcessorException(Throwable t,
WTMessage message,
Object[] additionalMessages)
|
|
URLProcessorException(WTMessage message)
|
|
URLProcessorException(WTMessage message,
Object[] additionalMessages)
|
Uses of WTMessage in wt.epm.conflict |
Constructors in wt.epm.conflict with parameters of type WTMessage | |
EPMNonOverrideableConflictException(Collection a_errorElements,
Throwable throwable,
WTMessage message)
Constructs a EPMNonOverrideableConflictException exception with a nested throwable, message and error elements. |
|
EPMNonOverrideableConflictException(Collection a_errorElements,
WTMessage message)
Constructs a EPMNonOverrideableConflictException exception given the passed-in message and error elements. |
Uses of WTMessage in wt.epm.upload |
Fields in wt.epm.upload declared as WTMessage | |
private static WTMessage |
EPMUploadNonoverridableConflictException.uploadConflictMessage
|
private static WTMessage |
EPMUploadNameDuplicationConflictException.nameDuplicationConflictMessage
|
Methods in wt.epm.upload that return WTMessage | |
static WTMessage |
EPMUploadNonoverridableConflictException.getMainMessage()
|
static WTMessage |
EPMUploadNameDuplicationConflictException.getMainMessage()
|
Uses of WTMessage in wt.epm.util |
Fields in wt.epm.util declared as WTMessage | |
private WTMessage |
EPMOverridableActions.EPMOverridableActionImpl.m_defaultMessage
|
private WTMessage |
EPMOverridableActions.EPMOverridableActionImpl.MsgResolutionsPair.msg
|
private WTMessage |
EPMNonoverridableConflicts.m_mainMsg
|
Methods in wt.epm.util that return WTMessage | |
WTMessage |
EPMOverridableActions.EPMOverridableActionImpl.getMessage()
Gets the value of the attribute: message. |
WTMessage |
EPMOverridableActions.EPMOverridableActionImpl.MsgResolutionsPair.getMessage()
|
WTMessage |
EPMOverridableAction.getMessage()
Gets the value of the attribute: message. |
private WTMessage |
EPMNonoverridableConflicts.getMainMessageFromClass(Class exceptionClaz)
|
static WTMessage |
EPMNonoverridableConflicts.HasMainMessageException.getMainMessage()
|
static WTMessage |
EPMNonoverridableConflicts.AddToWorkspaceException.getMainMessage()
|
static WTMessage |
EPMNonoverridableConflicts.CheckinException.getMainMessage()
|
static WTMessage |
EPMNonoverridableConflicts.CheckoutException.getMainMessage()
|
static WTMessage |
EPMNonoverridableConflicts.UndoCheckoutException.getMainMessage()
|
static WTMessage |
EPMNonoverridableConflicts.DeleteException.getMainMessage()
|
static WTMessage |
EPMNonoverridableConflicts.UploadException.getMainMessage()
|
static WTMessage |
EPMNonoverridableConflicts.SandboxCheckinException.getMainMessage()
|
static WTMessage |
EPMNonoverridableConflicts.SandboxUndoCheckoutException.getMainMessage()
|
Methods in wt.epm.util with parameters of type WTMessage | |
void |
EPMOverridableActions.EPMOverridableActionImpl.addElement(Persistable anElement,
WTMessage aMsg)
|
void |
EPMOverridableActions.EPMOverridableActionImpl.addElement(Persistable anElement,
ResolutionType[] resolutions,
WTMessage aMsg)
|
void |
EPMOverridableActions.EPMOverridableActionImpl.addElements(WTCollection elements,
ResolutionType[] resolutions,
WTMessage aMsg)
|
void |
EPMNonoverridableConflicts.addError(EPMErrorType type,
Persistable obj,
WTMessage msg)
|
void |
EPMNonoverridableConflicts.addError(Persistable obj,
WTMessage msg)
|
void |
EPMNonoverridableConflicts.addErrors(WTCollection objs,
WTMessage msg)
|
void |
EPMNonoverridableConflicts.addErrors(EPMErrorType type,
WTCollection objs,
WTMessage msg)
|
Uses of WTMessage in wt.fc.collections |
Constructors in wt.fc.collections with parameters of type WTMessage | |
CollectionContainsStaleException(WTMessage message)
Supported API: false |
|
CollectionContainsStaleException(WTMessage message,
Object[] additional_messages)
Supported API: false |
|
CollectionContainsDeletedException(WTMessage message)
Supported API: false |
|
CollectionContainsDeletedException(WTMessage message,
Object[] additional_messages)
Supported API: false |
Uses of WTMessage in wt.folder |
Constructors in wt.folder with parameters of type WTMessage | |
FolderNotFoundException(WTMessage message)
Supported API: false |
|
FolderNotFoundException(WTMessage message,
Object[] additional_messages)
Supported API: false |
|
FolderNotFoundException(Throwable t,
WTMessage message,
Object[] additional_messages)
Supported API: false |
|
FolderException(WTMessage message)
Supported API: false |
|
FolderException(WTMessage message,
Object[] additional_messages)
Supported API: false |
|
FolderException(Throwable t,
WTMessage message,
Object[] additional_messages)
Supported API: false |
|
FolderNotFoundException(WTMessage message)
Supported API: false |
|
FolderNotFoundException(WTMessage message,
Object[] additional_messages)
Supported API: false |
|
FolderNotFoundException(Throwable t,
WTMessage message,
Object[] additional_messages)
Supported API: false |
|
FolderException(WTMessage message)
Supported API: false |
|
FolderException(WTMessage message,
Object[] additional_messages)
Supported API: false |
|
FolderException(Throwable t,
WTMessage message,
Object[] additional_messages)
Supported API: false |
Uses of WTMessage in wt.inf.container |
Fields in wt.inf.container declared as WTMessage | |
private static WTMessage |
ClassicContainerNotFoundException.CLASSIC_NAME
|
private static WTMessage |
ClassicContainerNotFoundException.CLASSIC_NAME
|
Uses of WTMessage in wt.sandbox |
Methods in wt.sandbox that return WTMessage | |
WTMessage |
SandboxValidationException.getMessageForPartialErrorCode(String partialErrorCode)
Returns error message for a given partial error code. |
Uses of WTMessage in wt.scheduler |
Methods in wt.scheduler that return WTMessage | |
WTMessage |
ScheduleItem.getCurrentRunStatus()
Supported API: false |
WTMessage |
ScheduleHistory.getStatusMessage()
Supported API: false |
WTMessage |
SchedStatusInfo.getSummaryMessage()
Return the status code in the format of WTMessage. |
WTMessage |
CountedHistory.getStatusMessage()
Supported API: false |
Uses of WTMessage in wt.util |
Fields in wt.util declared as WTMessage | |
private WTMessage |
WTException.message
|
private WTMessage |
WTException.message
|
Methods in wt.util that return WTMessage | |
static WTMessage[] |
WTMessage.getMessages(String rb,
String key,
Object[] params)
Loops over the arrayed elements of params to generate multiple WTMessages, one for each element. |
static WTMessage[] |
WTMessage.getMessages(String rb,
String key,
Object[] params)
Loops over the arrayed elements of params to generate multiple WTMessages, one for each element. |
Constructors in wt.util with parameters of type WTMessage | |
WTException(WTMessage message)
Constructs a Windchill exception given the passed-in message. |
|
WTException(WTMessage message,
Object[] additionalMessages)
Constructs a Windchill exception with a standard message and additional messages. |
|
WTException(Throwable t,
WTMessage message)
Constructs a Windchill exception with a nested throwable and message. |
|
WTException(Throwable t,
WTMessage message,
Object[] additionalMessages)
Constructs a Windchill exception with a nested throwable, message, and additional messages. |
|
WTException(WTMessage message)
Constructs a Windchill exception given the passed-in message. |
|
WTException(WTMessage message,
Object[] additionalMessages)
Constructs a Windchill exception with a standard message and additional messages. |
|
WTException(Throwable t,
WTMessage message)
Constructs a Windchill exception with a nested throwable and message. |
|
WTException(Throwable t,
WTMessage message,
Object[] additionalMessages)
Constructs a Windchill exception with a nested throwable, message, and additional messages. |
Uses of WTMessage in wt.vc.struct |
Methods in wt.vc.struct that return WTMessage | |
protected WTMessage |
IteratedUsageLinkRIEHandler.getMessage(Object[] parms)
Get link type specific message. |
protected WTMessage |
IteratedReferenceLinkRIEHandler.getMessage(Object[] parms)
Get link type specific message. |
protected WTMessage |
IteratedDescribeLinkRIEHandler.getMessage(Object[] parms)
Get link type specific message. |
protected abstract WTMessage |
AbstractStructLinkRIEHandler.getMessage(Object[] parms)
Get link type specific message. |
Uses of WTMessage in wt.vc.wip |
Constructors in wt.vc.wip with parameters of type WTMessage | |
WorkInProgressException(WTMessage message)
Constructs a new exception with a nested exception from a resource bundle, its key, and an array of objects for insertion into the keyed resource bundle's message. |
|
ObjectsAlreadyCheckedOutException(WTMessage message,
WTValuedMap map)
Constructs a new exception with a nested exception from a resource bundle, its key, and an array of objects for insertion into the keyed resource bundle's message. |
|
NonLatestCheckoutException(WTMessage message)
Constructs a new exception with a nested exception from a resource bundle, its key, and an array of objects for insertion into the keyed resource bundle's message. |
|
WorkInProgressException(WTMessage message)
Constructs a new exception with a nested exception from a resource bundle, its key, and an array of objects for insertion into the keyed resource bundle's message. |
|
ObjectsAlreadyCheckedOutException(WTMessage message,
WTValuedMap map)
Constructs a new exception with a nested exception from a resource bundle, its key, and an array of objects for insertion into the keyed resource bundle's message. |
|
NonLatestCheckoutException(WTMessage message)
Constructs a new exception with a nested exception from a resource bundle, its key, and an array of objects for insertion into the keyed resource bundle's message. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |