|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentServiceSvr | |
wt.content |
content package — Content Handling Service The content package allows content — files, URL links, and aggregates (multiple pieces of content that behave as a single file — to be associated with business objects. |
Uses of ContentServiceSvr in wt.content |
Classes in wt.content that implement ContentServiceSvr | |
class |
StandardContentService
This is a Windchill standard manager for Content services. |
Fields in wt.content declared as ContentServiceSvr | |
private ContentServiceSvr |
ContentServiceEvent.theContentServiceSvr
|
static ContentServiceSvr |
ContentServerHelper.service
Supported API: true |
Methods in wt.content that return ContentServiceSvr | |
ContentServiceSvr |
ContentServiceEvent.getContentServiceSvr()
Gets the object for the association that plays role: theContentServiceSvr. |
Methods in wt.content with parameters of type ContentServiceSvr | |
void |
ContentServiceEvent.setContentServiceSvr(ContentServiceSvr a_ContentServiceSvr)
Sets the object for the association that plays role: theContentServiceSvr. |
private void |
ContentServiceEvent.theContentServiceSvrValidate(ContentServiceSvr a_ContentServiceSvr)
|
Constructors in wt.content with parameters of type ContentServiceSvr | |
ContentServiceEvent(ContentServiceSvr service,
String eventType,
ContentHolder holder,
ApplicationData appData)
Supported API: false |
|
ContentServiceEvent(ContentServiceSvr service,
String eventType,
WTKeyedMap holderAppDataMap)
Create a ContentServiceEvent using the input WTKeyedHashMap as a event target. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |