|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentHolder | |
com.ptc.core.adapter.server.impl | |
com.ptc.core.foundation.content.server.impl | |
com.ptc.core.foundation.wvs.server.impl | |
com.ptc.epm.commands | |
com.ptc.epm.commands.transaction | |
com.ptc.netmarkets.model | |
com.ptc.netmarkets.nmixb | |
com.ptc.netmarkets.part | |
com.ptc.netmarkets.project | |
com.ptc.windchill.cadx.caddoc | |
com.ptc.windchill.cadx.common.util | |
com.ptc.windchill.uwgm.proesrv.upload | |
com.ptc.wvs.server.loader | |
com.ptc.wvs.server.publish | |
com.ptc.wvs.server.ui | |
com.ptc.wvs.server.util | |
wt.adapter.enterprise | |
wt.change2 | Defines several reference implementations of change objects
(including WTChangeRequest2 , WTChangeIssue and WTChangeOrder2 )
that are all managed by ChangeService2 ,
but the service interface is defined at a higher level of interfaces to change objects to allow replacing the reference implementations
with customization of the interfaces. |
wt.clients.beans.contentholder | |
wt.clients.content | |
wt.clients.doc | |
wt.clients.util.http | |
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. |
wt.dataops | |
wt.dataops.archive | |
wt.dataops.purge | |
wt.dndMicroApplet | Provides the
DnDMicroAppletUtil to support HTML drag and drop capability. |
wt.doc | |
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 | |
wt.epm.familytable | |
wt.epm.identity | |
wt.epm.util | |
wt.federation | The federation service (wt.federation package) provides functionality to create and manage proxy objects of remote systems and perform utility functions supporting the federation system. |
wt.fv |
fv package — File Vault Service The file vault service (wt.fv package) is responsible for the definition and execution of rules that define the vaulting algorithm for content items. |
wt.fv.local | |
wt.fv.master | |
wt.fv.uploadtocache | |
wt.inf.template | |
wt.ixb.conflictFramework | |
wt.ixb.handlers.forattributes | |
wt.load | Uses the
LoadService to load data into Windchill systems using various loaders. |
wt.maturity | |
wt.meeting | Uses the
MeetingService to manage
Meeting s of various
MeetingType s having
Agenda s and producing
Minutes , in particular
MeetingCenterMeeting s with their associated
MeetingCenterMeetingInfo (also see the
WebexOperationHelper ). |
wt.org.electronicIdentity | |
wt.part | Defines WTPart s and WTPartMaster s (
the fundamental enterprise objects used to represent product structures composed of assemblies and components),
WTPartUsageLink and WTPartConfigSpec (used to build the structures of parts and select the correct versions of parts from the structures) and the WTPartService to manage these parts. |
wt.projmgmt.execution | |
wt.replication.export | |
wt.replication.imp | |
wt.replication.ixbutil | |
wt.replication.receiver | |
wt.replication.sender | |
wt.replication.unit | |
wt.representation | |
wt.rule.impl | |
wt.templateutil.components | Defines
HTMLComponent s that can be retrieved from the
HTMLComponentFactory . |
wt.viewmarkup | Uses the
ViewMarkUpService
to view and add
MarkUp to
Viewable objects and to publish
DerivedImage s. |
wt.workflow.engine |
Provides workflow classes responsible for the flow of
control and data from an execution point of view. |
wt.workflow.forum | |
wt.workflow.notebook |
Uses of ContentHolder in com.ptc.core.adapter.server.impl |
Methods in com.ptc.core.adapter.server.impl with parameters of type ContentHolder | |
private void |
ListContentItemsWebjectDelegate.addAppData(ContentHolder holder,
ApplicationData appData,
Group group)
|
Uses of ContentHolder in com.ptc.core.foundation.content.server.impl |
Methods in com.ptc.core.foundation.content.server.impl with parameters of type ContentHolder | |
void |
StandardContentCommandServerService.postPendingAppDataAttachment(ContentHolder content_holder,
ApplicationData app_data,
String staged_content_uri)
Add an ApplicationData content item instance to be updated and associated with staged content on post-store of the content holder. |
void |
StandardContentCommandServerService.postPendingUrlDataUpdate(ContentHolder content_holder,
URLData url_data)
Add a non-ApplicationData content item instance to be updated on post-store of the content holder. |
private void |
StandardContentCommandServerService.addPostStoreAction(ContentHolder content_holder,
StandardContentCommandServerService.PostStoreAction action)
Adds the PostStoreAction to the sequence of actions to be executed after the update/store of the specified content holder. |
private Vector |
StandardContentCommandServerService.getActionsFor(ContentHolder content_holder,
boolean create_if_needed)
The array of PostStoreActions mapped to the content holder in the current method context. |
private void |
StandardContentCommandServerService.clearActionsFor(ContentHolder content_holder)
Remove the array of PostStoreActions mapped to a content-holder in the current method context. |
private void |
StandardContentCommandServerService.processContentItemUpdateActions(ContentHolder content_holder,
Vector actions)
For each attached ContentItem that was registered via postPendingAppDataAttachment, or postPendingUrlDataAttachment add it to the content holder using the content staged to the given URI. |
private void |
StandardContentCommandServerService.processUrlDataUpdate(ContentHolder content_holder,
URLData url_data)
Add the URLData to the content holder. |
private void |
StandardContentCommandServerService.processAppDataAttachment(ContentHolder content_holder,
ApplicationData app_data,
String staged_content_uri)
Add the AppData to the content holder using the content staged to the given URI. |
(package private) abstract void |
StandardContentCommandServerService.PostStoreAction.perform(ContentHolder content_holder)
|
(package private) void |
StandardContentCommandServerService.UpdateUrlDataAction.perform(ContentHolder content_holder)
|
(package private) void |
StandardContentCommandServerService.AttachAppDataAction.perform(ContentHolder content_holder)
|
private void |
ContentHolderContentItemsAttributeHandler.processNewOrUpdatedContentItems(TypeInstance holder_ti,
ContentHolder holder_p,
AttributeIdentifier[] ais)
|
private void |
ContentHolderContentItemsAttributeHandler.processDeletedContentItems(TypeInstance holder_ti,
ContentHolder holder_p,
AttributeIdentifier[] ais)
|
private void |
ContentHolderContentItemsAttributeHandler.postUrlData(ContentHolder content_holder,
TypeInstance url_data_ti)
|
private void |
ContentHolderContentItemsAttributeHandler.postProxyUrlData(ContentHolder content_holder,
TypeInstance proxy_url_data_ti)
|
private void |
ContentHolderContentItemsAttributeHandler.postApplicationData(ContentHolder content_holder,
TypeInstance app_data_ti)
|
void |
ContentCommandServerService.postPendingAppDataAttachment(ContentHolder content_holder,
ApplicationData app_data,
String staged_content_uri)
Add an ApplicationData content item instance to be updated and associated with staged content on post-store of the content holder. |
void |
ContentCommandServerService.postPendingUrlDataUpdate(ContentHolder content_holder,
URLData url_data)
Add a non-ApplicationData content item instance to be updated on post-store of the content holder. |
Uses of ContentHolder in com.ptc.core.foundation.wvs.server.impl |
Methods in com.ptc.core.foundation.wvs.server.impl with parameters of type ContentHolder | |
private String |
SACFVisualData.getViewContentURL(ApplicationData app_data,
ContentHolder holder)
|
Uses of ContentHolder in com.ptc.epm.commands |
Methods in com.ptc.epm.commands with parameters of type ContentHolder | |
static void |
ECADConvert.removeContent(ContentHolder holder,
ApplicationData tar_content)
|
static void |
ECADConvert.ContentServer.removeContent(ContentHolder holder,
ApplicationData tar_content)
|
Uses of ContentHolder in com.ptc.epm.commands.transaction |
Fields in com.ptc.epm.commands.transaction declared as ContentHolder | |
private ContentHolder |
RemoveContentOp.holder
|
private ContentHolder |
ContentReplicationOp.contentHolder
|
protected ContentHolder |
AbstractContentOp.contentHolder
|
Methods in com.ptc.epm.commands.transaction that return ContentHolder | |
ContentHolder |
RemoveContentOp.getContentHolder()
|
Methods in com.ptc.epm.commands.transaction with parameters of type ContentHolder | |
void |
ECADTransaction.addAsContent(ContentHolder holder,
File file,
boolean asPrimary)
|
void |
ECADTransaction.addAsContent(ContentHolder holder,
File file,
String fileName,
boolean asPrimary)
|
void |
ECADTransaction.addAsContentSrv(ContentHolder holder,
File file,
String fileName,
boolean asPrimary)
|
void |
ECADTransaction.removeContent(ContentHolder holder,
ContentItem item)
|
void |
ECADTransaction.removeContent(ContentHolder holder,
ArrayList filesToKeep)
|
protected static ApplicationData |
AddContentOp.getApplData(ContentHolder holder,
File file,
boolean asPrimary)
|
private ApplicationData |
AddContentOp.updateContent(ContentHolder contentHolder,
ApplicationData applData,
InputStream inputStream)
|
protected static ApplicationData |
AbstractContentOp.getApplData(ContentHolder holder,
File file,
String fileName,
boolean asPrimary)
|
Constructors in com.ptc.epm.commands.transaction with parameters of type ContentHolder | |
RemoveContentOp(ContentHolder holder)
|
|
ContentReplicationOp(ContentHolder holder,
ApplicationData appData,
CachedContentDescriptor[] descriptors)
|
|
AddContentOpSrv(ContentHolder holder,
File file,
String _fileName,
boolean asPrimary)
|
|
AddContentOp(ContentHolder holder,
File file,
ApplicationData applData)
|
|
AbstractContentOp(ContentHolder holder,
File file,
ApplicationData applData)
|
Uses of ContentHolder in com.ptc.netmarkets.model |
Methods in com.ptc.netmarkets.model with parameters of type ContentHolder | |
void |
StandardNmObjectService.uploadContent(ContentHolder ctHolder,
String file,
String tempFile)
Supported API: false |
void |
StandardNmObjectService.uploadContent(ContentHolder ctHolder,
String file,
String tempFile,
ContentRoleType contentType)
Supported API: false |
void |
NmObjectServiceFwd.uploadContent(ContentHolder ctHolder,
String file,
String tempFile)
Supported API: false |
void |
NmObjectServiceFwd.uploadContent(ContentHolder ctHolder,
String file,
String tempFile,
ContentRoleType contentType)
Supported API: false |
void |
NmObjectService.uploadContent(ContentHolder ctHolder,
String file,
String tempFile)
Supported API: false |
void |
NmObjectService.uploadContent(ContentHolder ctHolder,
String file,
String tempFile,
ContentRoleType contentType)
Supported API: false |
Uses of ContentHolder in com.ptc.netmarkets.nmixb |
Methods in com.ptc.netmarkets.nmixb with parameters of type ContentHolder | |
ContentItem |
NMDocProxy.createContentItemObject(File tmpFile,
ContentHolder holder)
|
private ContentItem |
NMDocProxy.initContentItem(ContentDataProxy proxy,
ContentHolder holder)
|
private static Vector |
ForumProxy.getApplicationDataVector(ContentHolder b)
|
Uses of ContentHolder in com.ptc.netmarkets.part |
Methods in com.ptc.netmarkets.part with parameters of type ContentHolder | |
ContentItem |
StandardNmPartService.getPrimaryContent(EPMDocument doc,
ContentHolder holder,
boolean isJ03ND)
|
Uses of ContentHolder in com.ptc.netmarkets.project |
Methods in com.ptc.netmarkets.project with parameters of type ContentHolder | |
static void |
StandardNmProjectService.deleteContents(ContentHolder holder)
|
Uses of ContentHolder in com.ptc.windchill.cadx.caddoc |
Methods in com.ptc.windchill.cadx.caddoc that return ContentHolder | |
private ContentHolder |
CADDocProcessorService.getContentHolder(EPMDocument doc,
boolean isJ03ND)
|
Methods in com.ptc.windchill.cadx.caddoc with parameters of type ContentHolder | |
ContentItem |
CADDocProcessorService.getPrimaryContent(EPMDocument doc,
ContentHolder holder,
boolean isJ03ND)
|
Uses of ContentHolder in com.ptc.windchill.cadx.common.util |
Methods in com.ptc.windchill.cadx.common.util with parameters of type ContentHolder | |
static boolean |
ContentUtilities.hasValidPrimaryContent(ContentHolder contentHolderObject)
For the specified ContentHolder object, check if it has valid primary content. |
static String |
ContentUtilities.getViewContentURL(ApplicationData app,
ContentHolder holder,
String objName)
For the specified ApplicationData object, get the view content url. |
Uses of ContentHolder in com.ptc.windchill.uwgm.proesrv.upload |
Methods in com.ptc.windchill.uwgm.proesrv.upload that return ContentHolder | |
(package private) ContentHolder |
CachedContentItem.getContentHolder()
|
Methods in com.ptc.windchill.uwgm.proesrv.upload with parameters of type ContentHolder | |
private ApplicationData |
UploadHelper.getAppData(ContentHolder holder,
String contentName,
WTKeyedMap appDataMap)
|
private boolean |
UploadHelper.removeAppData(ContentHolder holder,
WTKeyedMap appDataMap,
ApplicationData appData)
|
Uses of ContentHolder in com.ptc.wvs.server.loader |
Fields in com.ptc.wvs.server.loader declared as ContentHolder | |
(package private) ContentHolder |
ContentUpdater.contentHolder
|
Methods in com.ptc.wvs.server.loader with parameters of type ContentHolder | |
static ApplicationData |
EDRHelper.addFile(ContentHolder doc,
String directory,
String filename,
String filenameWC,
String description,
boolean isED,
boolean isThumbnail,
boolean isEDZ)
|
static ApplicationData |
EDRHelper.addFile(ContentHolder doc,
String directory,
String filename,
String filenameWC,
String description,
boolean isED,
boolean isThumbnail,
boolean isEDZ,
boolean isPrimary)
|
static ApplicationData |
EDRHelper.addFile(ContentHolder doc,
String directory,
String filename,
String filenameWC,
String description,
boolean isED,
boolean isThumbnail,
boolean isEDZ,
boolean isPrimary,
boolean is3DThumbnail)
|
void |
EDRContentTransaction.addUpdate(ContentHolder content_holder,
ApplicationData app_data,
InputStream in)
|
static Boolean |
EDRContentHelper.deleteFileContent(ContentHolder doc,
ContentItem content)
|
static Boolean |
EDRContentHelper.Server.deleteFileContent(ContentHolder doc,
ContentItem content)
|
private ApplicationData |
ContentUpdater.updateContent(ContentHolder content_holder,
ApplicationData app_data,
InputStream in)
|
Constructors in com.ptc.wvs.server.loader with parameters of type ContentHolder | |
ContentUpdater(ContentHolder content_holder,
ApplicationData app_data,
InputStream in)
|
Uses of ContentHolder in com.ptc.wvs.server.publish |
Methods in com.ptc.wvs.server.publish with parameters of type ContentHolder | |
static String |
PublishHelper.getPackageFileModelName(ContentHolder doc,
String cadName)
|
static int |
PublishHelper.expandPackageFile(ContentHolder doc,
String cadName,
File tempDir)
|
Uses of ContentHolder in com.ptc.wvs.server.ui |
Methods in com.ptc.wvs.server.ui with parameters of type ContentHolder | |
private static String |
PVConfigHelper.addOneFile(ContentHolder holder,
String fileName,
DataFormat df,
InputStream is)
|
Uses of ContentHolder in com.ptc.wvs.server.util |
Methods in com.ptc.wvs.server.util with parameters of type ContentHolder | |
static URL |
WVSContentHelper.getViewContentURL(ApplicationData appData,
ContentHolder holder)
Get the view URL. |
static String |
WVSContentHelper.getDownloadURLForType(ContentHolder doc,
ContentRoleType role)
Get the download URL to servlet that will lookup the replcia site at download time, as opposed to the look up at time when URL is generated as with getViewContentURL. |
static URL |
WVSContentHelper.getDownloadURL(ApplicationData appData,
ContentHolder holder)
Get the download URL to servlet that will lookup the replcia site at download time, as opposed to the look up at time when URL is generated as with getViewContentURL. |
static void |
RepUpdateUtils.copyAllContent(ContentHolder from,
ContentHolder to,
Hashtable contentLookup)
|
static ApplicationData |
RepUpdateUtils.processDeferredUpdateRepresentation(ApplicationData ci,
ContentHolder holder)
|
static String[] |
FileHelper.getFileContent(ContentHolder doc,
ContentRoleType role,
File tempDir)
|
static String[] |
FileHelper.getFileContent(ContentHolder doc,
ContentRoleType role,
String tDir)
|
static String[] |
FileHelper.getFileContent(ContentHolder doc,
boolean getPrimary,
boolean getSecondary,
File tempDir,
ConfigSpec cs,
int depType)
|
static String[] |
FileHelper.getFileContent(ContentHolder doc,
boolean getPrimary,
boolean getSecondary,
String tDir,
ConfigSpec cs,
int depType)
|
static String[] |
FileHelper.getFileContent(ContentHolder doc,
boolean getPrimary,
boolean getSecondary,
File tempDir,
ConfigSpec cs,
int depType,
FileConvert conv)
|
static String[] |
FileHelper.getFileContent(ContentHolder doc,
boolean getPrimary,
boolean getSecondary,
String tDir,
ConfigSpec cs,
int depType,
FileConvert conv)
|
static String[] |
FileHelper.getFileContent(ContentHolder doc,
ContentRoleType role,
boolean getPrimary,
boolean getSecondary,
String tDir,
ConfigSpec cs,
int depType,
FileConvert conv)
|
static File |
FileHelper.getFileContent(ContentHolder doc,
ContentItem ci,
File tempDir,
FileConvert conv)
|
static File |
FileHelper.getFileContent(ContentHolder doc,
ContentItem ci,
String tDir,
FileConvert conv)
|
static File |
FileHelper.getEdFileContent(ContentHolder doc,
File tempDir,
FileConvert conv)
|
static File |
FileHelper.getEdFileContent(ContentHolder doc,
String tDir,
FileConvert conv)
|
static String |
FileHelper.getEdFileName(ContentHolder doc)
|
static String |
FileHelper.getViewContentURLForType(ContentHolder doc,
ContentRoleType role)
|
static InputStream |
FileHelper.getEdFileStream(ContentHolder doc)
|
static Reader |
FileHelper.getEdFileStreamReader(ContentHolder doc)
|
static String |
FileHelper.getEdFileCharset(ContentHolder doc)
|
static ZipInputStream |
FileHelper.getEdzFileStream(ContentHolder doc)
|
static ZipInputStream |
FileHelper.getPackageFileStream(ContentHolder doc,
String baseName)
|
static ContentItem |
FileHelper.getEdFile(ContentHolder doc)
|
static ContentItem |
FileHelper.getEdFile(ContentHolder doc,
boolean checkDB)
|
static ContentItem |
FileHelper.getEdzFile(ContentHolder doc)
|
static ContentItem |
FileHelper.getEdzFile(ContentHolder doc,
boolean checkDB)
|
private static File |
FileHelper.getContentItem(ContentHolder doc,
ContentItem ci,
String tDir,
FileConvert conv,
boolean getFile)
|
static String[] |
FileHelper.Server.getFileContent(ContentHolder doc,
ContentRoleType role,
boolean getPrimary,
boolean getSecondary,
String tDir,
ConfigSpec cs,
int depType,
FileConvert conv)
|
private static String |
FileHelper.Server.getFileContentInternal(ContentHolder doc,
ContentRoleType role,
boolean getPrimary,
boolean getSecondary,
String tDir,
ConfigSpec cs,
int depType,
FileConvert conv,
Vector v)
|
static File |
FileHelper.Server.getFileContent(ContentHolder doc,
ContentItem ci,
String tDir,
FileConvert conv)
|
static File |
FileHelper.Server.getEdFileContent(ContentHolder doc,
String tDir,
FileConvert conv)
|
static String |
FileHelper.Server.getEdFileName(ContentHolder doc)
|
static String |
FileHelper.Server.getViewContentURLForType(ContentHolder doc,
ContentRoleType role)
|
static boolean |
DocumentHelper.doesDocumentHavePublishableFiles(ContentHolder ch)
|
Uses of ContentHolder in wt.adapter.enterprise |
Methods in wt.adapter.enterprise with parameters of type ContentHolder | |
private Element |
ListContentItemsWebjectDelegate.appDataToNode(ContentHolder holder,
ApplicationData appData,
String[] outputAttributeNames,
Locale locale,
Properties properties)
|
Uses of ContentHolder in wt.change2 |
Classes in wt.change2 that implement ContentHolder | |
class |
AnalysisActivity
The abstract level representation of a analysis activity. |
class |
ChangeActivity2
The abstract level representation of a change activity. |
class |
ChangeAnalysis
The abstract level representation of a change analysis. |
class |
ChangeInvestigation
The abstract level representation of a change investigation. |
class |
ChangeIssue
The abstract level representation of a change issue. |
class |
ChangeOrder2
The abstract level representation of a change order. |
class |
ChangeProposal
The abstract level representation of a change proposal. |
class |
ChangeRequest2
The abstract level representation of a change request. |
class |
WTAnalysisActivity
A Windchill provided reference implementation of an AnalysisActivity. |
class |
WTChangeActivity2
A Windchill provided reference implementation of a ChangeActivity2. |
class |
WTChangeInvestigation
A Windchill provided reference implementation of a ChangeInvestigation. |
class |
WTChangeIssue
A Windchill provided reference implementation of a ChangeIssue. |
class |
WTChangeOrder2
A Windchill provided reference implementation of a ChangeOrder2. |
class |
WTChangeProposal
A Windchill provided reference implementation of a ChangeProposal. |
class |
WTChangeRequest2
A Windchill provided reference implementation of a ChangeRequest2. |
Uses of ContentHolder in wt.clients.beans.contentholder |
Fields in wt.clients.beans.contentholder declared as ContentHolder | |
private ContentHolder |
WTContentHolderEvent.contentHolder
|
private ContentHolder |
WTContentHolder.ContentHolderHandle.contentHolder
|
private ContentHolder |
FilePropertiesDialog.contentHolder
|
private ContentHolder |
AddressPropertiesDialog.contentHolder
|
Methods in wt.clients.beans.contentholder that return ContentHolder | |
ContentHolder |
WTContentHolderEvent.getContentHolder()
|
ContentHolder |
WTContentHolder.getContentHolder()
Get the ContentHolder object which is the target of
interactions with this WTContentHolder . |
ContentHolder |
WTContentHolder.persistContentChanges()
persistContentChanges persists changes made to the associated
ContentHolder . |
ContentHolder |
FilePropertiesDialog.getContentHolder()
|
ContentHolder |
AddressPropertiesDialog.getContentHolder()
|
Methods in wt.clients.beans.contentholder with parameters of type ContentHolder | |
void |
WTContentHolderEvent.setContentHolder(ContentHolder content_holder)
|
void |
WTContentHolder.setContentHolder(ContentHolder content_holder)
Sets the ContentHolder object which is the target of
interactions with the WTContentHolder . |
private WTContentHolder.FileInfo |
WTContentHolder.locateFile(ContentHolder contentHolder,
ContentItem contentItem)
|
void |
FilePropertiesDialog.setContentHolder(ContentHolder content_holder)
|
void |
AddressPropertiesDialog.setContentHolder(ContentHolder content_holder)
|
Constructors in wt.clients.beans.contentholder with parameters of type ContentHolder | |
WTContentHolderEvent(Object source,
ContentHolder content_holder)
|
|
WTContentHolderEvent(Object source,
ContentHolder content_holder,
int action)
|
|
WTContentHolder.ContentHolderHandle(ContentHolder content_holder)
|
Uses of ContentHolder in wt.clients.content |
Fields in wt.clients.content declared as ContentHolder | |
private ContentHolder |
UploadFilesDialog.contentHolder
|
private ContentHolder |
SelectFilesDialog.contentHolder
|
private ContentHolder |
DownloadFilesDialog.contentHolder
|
Methods in wt.clients.content that return ContentHolder | |
ContentHolder |
UploadFilesDialog.getContentHolder()
Returns the ContentHolder whose files are displayed in this dialog. |
static ContentHolder |
UploadDownloadTaskLogic.getUploadedContent(ContentHolder content_holder)
Method getUploadedContent returns the ContentHolder
which contains any new content uploaded |
static ContentHolder |
UploadDownloadTaskLogic.refreshContentHolder(ContentHolder content_holder)
Method refreshContentHolder returns a refreshed copy of
the given ContentHolder . |
static ContentHolder |
UploadDownloadTaskLogic.saveContentChanges(TransactionContainer transaction_container,
ContentHolder content_holder,
String http_operation)
Method saveContentChanges makes the given changes to the given
ContentHolder persistent. |
static ContentHolder |
UploadDownloadTaskLogic.saveContentChanges(TransactionContainer transaction_container,
ContentHolder content_holder)
Method saveContentChanges makes the given changes to the given
ContentHolder persistent. |
ContentHolder |
UploadDownloadEvent.getContentHolder()
Returns the ContentHolder whose content files were uploaded or downloaded. |
ContentHolder |
DownloadFilesDialog.getContentHolder()
|
Methods in wt.clients.content with parameters of type ContentHolder | |
void |
UploadFilesDialog.setContentHolder(ContentHolder content_holder)
Method setContentHolder sets the ContentHolder
object which is associated with the files displayed in this dialog. |
static HttpContentOperation |
UploadDownloadTaskLogic.downloadContentHolder(ContentHolder content_holder,
AppletContext context)
Method downloadContentHolder initiates a download of
ApplicationData items contained in the given
ContentHolder . |
static HttpContentOperation |
UploadDownloadTaskLogic.downloadContents(ContentHolder content_holder,
AppletContext context)
Method downloadContents initiates a download of all of the
files (ApplicationData items) contained in the given
ContentHolder . |
static HttpContentOperation |
UploadDownloadTaskLogic.downloadContents(ContentHolder content_holder,
Vector content_items,
AppletContext applet_context)
Method downloadContents downloads the given Vector
of ApplicationData items which are associated with the given
ContentHolder . |
static ContentHolder |
UploadDownloadTaskLogic.getUploadedContent(ContentHolder content_holder)
Method getUploadedContent returns the ContentHolder
which contains any new content uploaded |
static ContentHolder |
UploadDownloadTaskLogic.refreshContentHolder(ContentHolder content_holder)
Method refreshContentHolder returns a refreshed copy of
the given ContentHolder . |
static Vector |
UploadDownloadTaskLogic.getContentItems(ContentHolder content_holder)
Method getContentItems retrieves the content items associated
with the given ContentHolder . |
static Vector |
UploadDownloadTaskLogic.getFileContentItems(ContentHolder content_holder)
Method getFileContentItems retrieves all of the files
(ApplicationData items) contained in the given
ContentHolder . |
static Vector |
UploadDownloadTaskLogic.getUrlContentItems(ContentHolder content_holder)
Method getUrlContentItems retrieves all of the URLs
(URLData items) contained in the given ContentHolder . |
static int |
UploadDownloadTaskLogic.getNumberOfContents(ContentHolder content_holder)
Method getNumberOfContents returns a count of the number
of ContentItems contained in the given ContentHolder . |
static int |
UploadDownloadTaskLogic.getNumberOfFiles(ContentHolder content_holder)
Method getNumberOfFiles returns a count of the number
of files (ApplicationData items) contained in the given
ContentHolder . |
static int |
UploadDownloadTaskLogic.getNumberOfUrls(ContentHolder content_holder)
Method getNumberOfUrls returns a count of the number
of URLs (URLData items) contained in the given
ContentHolder . |
static Vector |
UploadDownloadTaskLogic.getMarkedFiles(ContentHolder content_holder)
Method getMarkedFiles returns all files (ApplicationData )
associated with the given ContentHolder which have their
INTENT_TO_CHANGE flag set to true . |
static boolean |
UploadDownloadTaskLogic.hasMarkedFiles(ContentHolder content_holder)
Method hasMarkedFiles checks the given ContentHolder
for any ApplicationData items that have their INTENT_TO_CHANGE flag
set to true. |
static ContentHolder |
UploadDownloadTaskLogic.saveContentChanges(TransactionContainer transaction_container,
ContentHolder content_holder,
String http_operation)
Method saveContentChanges makes the given changes to the given
ContentHolder persistent. |
static ContentHolder |
UploadDownloadTaskLogic.saveContentChanges(TransactionContainer transaction_container,
ContentHolder content_holder)
Method saveContentChanges makes the given changes to the given
ContentHolder persistent. |
static HttpContentOperation |
UploadDownloadTaskLogic.uploadContents(ContentHolder content_holder,
AppletContext applet_context)
Method uploadContents uploads ApplicationData as
specified by the HttpContentOperation contained in the
given ContentHolder . |
static HttpContentOperation |
UploadDownloadTaskLogic.uploadContents(ContentHolder content_holder,
Vector files,
AppletContext applet_context)
Uploads the ApplicationData items in the given Vector . |
void |
SelectFilesDialog.setContentHolder(ContentHolder content_holder)
Method setContentHolder sets the ContentHolder
object which is associated with the files displayed in this dialog. |
void |
DownloadFilesDialog.setContentHolder(ContentHolder content_holder)
Method setContentHolder sets the ContentHolder
object which is associated with the files displayed in this dialog. |
Constructors in wt.clients.content with parameters of type ContentHolder | |
UploadDownloadEvent(ContentHolder content_holder,
HttpOperationStatus status)
|
Uses of ContentHolder in wt.clients.doc |
Methods in wt.clients.doc with parameters of type ContentHolder | |
private static int |
SecondaryContentLoader.clearUrlEntries(HTTPUploadDownload httpuploaddownload,
ContentHolder contentholder,
int count)
|
Uses of ContentHolder in wt.clients.util.http |
Fields in wt.clients.util.http declared as ContentHolder | |
private ContentHolder |
HTTPUploadDownloadTask.contentHolder
|
Methods in wt.clients.util.http that return ContentHolder | |
ContentHolder |
HTTPUploadDownloadTask.getContentHolder()
Returns the ContentHolder item. |
Methods in wt.clients.util.http with parameters of type ContentHolder | |
void |
HTTPUploadDownloadTask.setContentHolder(ContentHolder content_holder)
Sets the ContentHolder item. |
Constructors in wt.clients.util.http with parameters of type ContentHolder | |
HTTPUploadDownloadTask(Applet parent_applet,
Frame parent_frame,
ContentHolder content_holder)
Construct a HTTPUploadDownloadTask to handle the content of a ContentHolder object. |
Uses of ContentHolder in wt.content |
Subinterfaces of ContentHolder in wt.content | |
interface |
FormatContentHolder
This interface should be used on those ContentHolders that want to store a primary format (for mainly display purposes). |
Fields in wt.content declared as ContentHolder | |
private ContentHolder |
ContentServiceEvent.theContentHolder
|
Methods in wt.content that return ContentHolder | |
ContentHolder |
StandardContentService.getContentHolder(ObjectIdentifier itemId)
Get a ContentItemInfo object based on an object identifier passed on the query string. |
ContentHolder |
StandardContentService.getContentHolder(HttpContentOperation op)
Supported API: false |
ContentHolder |
StandardContentService.getContents(ContentHolder holder)
Set the cookie in an ContentHolder object to contain all ContentItems associated with it. |
ContentHolder |
StandardContentService.contentUpdate(ContentHolder holder,
TransactionContainer txnCntr)
This method adds, removes, and updates content based on a ContentHolder and a TransactionContainer object. |
ContentHolder |
StandardContentService.contentUpdateUpload(ContentHolder holder,
TransactionContainer txnCntr)
Deprecated. |
ContentHolder |
StandardContentService.contentUpdateDownload(ContentHolder holder,
TransactionContainer txnCntr)
Deprecated. |
ContentHolder |
StandardContentService.copyContent(ContentHolder copyFrom,
ContentHolder copyTo)
Copy all the content from one content holder to another (not regarding the content role. |
ContentHolder |
OpLink.getContentHolder()
Gets the object for the association that plays role: CONTENT_HOLDER_ROLE. |
ContentHolder |
HolderToContent.getContentHolder()
Gets the object for the association that plays role: CONTENT_HOLDER_ROLE. |
ContentHolder |
ContentServiceSvr.getContentHolder(ObjectIdentifier itemId)
Get a ContentItemInfo object based on an object identifier passed on the query string. |
ContentHolder |
ContentServiceSvr.getContentHolder(HttpContentOperation op)
Supported API: false |
ContentHolder |
ContentServiceFwd.getContents(ContentHolder holder)
Set the cookie in an ContentHolder object to contain all ContentItems associated with it. |
ContentHolder |
ContentServiceFwd.contentUpdate(ContentHolder holder,
TransactionContainer txnCntr)
This method adds, removes, and updates content based on a ContentHolder and a TransactionContainer object. |
ContentHolder |
ContentServiceFwd.contentUpdateUpload(ContentHolder holder,
TransactionContainer txnCntr)
Deprecated. |
ContentHolder |
ContentServiceFwd.contentUpdateDownload(ContentHolder holder,
TransactionContainer txnCntr)
Deprecated. |
ContentHolder |
ContentServiceFwd.copyContent(ContentHolder copyFrom,
ContentHolder copyTo)
Copy all the content from one content holder to another (not regarding the content role. |
ContentHolder |
ContentServiceEvent.getContentHolder()
Gets the object for the association that plays role: theContentHolder. |
ContentHolder |
ContentService.getContents(ContentHolder holder)
Set the cookie in an ContentHolder object to contain all ContentItems associated with it. |
ContentHolder |
ContentService.contentUpdate(ContentHolder holder,
TransactionContainer txnCntr)
This method adds, removes, and updates content based on a ContentHolder and a TransactionContainer object. |
ContentHolder |
ContentService.contentUpdateUpload(ContentHolder holder,
TransactionContainer txnCntr)
Deprecated. |
ContentHolder |
ContentService.contentUpdateDownload(ContentHolder holder,
TransactionContainer txnCntr)
Deprecated. |
ContentHolder |
ContentService.copyContent(ContentHolder copyFrom,
ContentHolder copyTo)
Copy all the content from one content holder to another (not regarding the content role. |
Methods in wt.content with parameters of type ContentHolder | |
static URLData |
URLData.newURLData(ContentHolder holder)
Instatiates a new URLData object based on a ContentHolder Supported API: false |
protected void |
URLData.initialize(ContentHolder holder)
Supports initialization, following construction of an instance. |
Streamed |
Streamed.storeStream(ContentHolder holder,
ApplicationData appData,
InputStream is)
Supported API: false |
Streamed |
StreamData.storeStream(ContentHolder holder,
ApplicationData appData,
InputStream is)
Supported API: false |
void |
StandardContentService.newContentServiceSvr(ContentHolder holder,
ApplicationData appData)
|
protected void |
StandardContentService.dispatchVetoableEvent(String eventType,
ContentHolder holder,
ApplicationData appData)
Dispatches a VersionControlServiceEvent that includes the event type and target (i.e., either an Iterated or Versioned object). |
ApplicationData |
StandardContentService.updateContent(ContentHolder holder,
ApplicationData appData,
String fullPath)
Update a ContentHolder with the given content passed in with a path. |
ApplicationData |
StandardContentService.updateContent(ContentHolder holder,
ApplicationData appData,
CachedContentDescriptor cachedContDesc)
Update a ContentHolder with the given content passed in with a CachedContDesc. |
URLData |
StandardContentService.updateContent(ContentHolder holder,
URLData urlData)
Update a ContentHolder with the given content passed in with a path. |
ApplicationData |
StandardContentService.updateContent(ContentHolder holder,
ApplicationData appData,
InputStream is)
Update a ContentHolder based on a persised ContentHolder and ContentItemInfo object and a new ApplicationData object and the corresponding stream to the content. |
Aggregate |
StandardContentService.updateContent(ContentHolder holder,
Aggregate agg)
Update a ContentHolder with the given Aggreate. |
HttpContentOperation |
StandardContentService.initializeNewUploads(ContentHolder holder,
HttpContentOperation operation,
int numberToInit)
Used to initialize empty uploads from a import html page. |
void |
StandardContentService.deleteContent(ContentHolder holder,
ContentItem item)
Deletes the passed ContentItem for the given ContentHolder. |
Aggregate |
StandardContentService.updateAggregateFile(ContentHolder holder,
Aggregate agg,
ApplicationData appData,
InputStream is)
Update an ApplicationData that is part of the passed Aggregate. |
Aggregate |
StandardContentService.updateAggregateFile(ContentHolder holder,
Aggregate agg,
ApplicationData appData,
String fullPath)
Update an ApplicationData that is part of the passed Aggregate. |
Aggregate |
StandardContentService.updateAggregateURL(ContentHolder holder,
Aggregate agg,
URLData urlData)
Update an URLData that is part of the passed Aggregate. |
void |
StandardContentService.dispatchPostDownloadEvent(ContentHolder holder,
ApplicationData appData)
This method should only be called after the complete and successful download of a file. |
ApplicationData |
StandardContentService.storeThumbnail(ContentHolder contentHolder,
ApplicationData thumbnail,
InputStream is)
Store a thumbnail content item for the passed ContentHolder. |
ApplicationData |
StandardContentService.store3DThumbnail(ContentHolder contentHolder,
ApplicationData thumbnail,
InputStream is)
Store a thumbnail content item for the passed ContentHolder. |
ApplicationData |
StandardContentService.updateContent(ContentHolder holder,
ApplicationData appData,
CachedContentDescriptor cachedContDesc,
boolean mustCreateNewFile)
Supported API: false |
ApplicationData |
StandardContentService.updateContent(ContentHolder holder,
ApplicationData appData,
InputStream is,
boolean mustCreateNewFile)
Supported API: false |
Aggregate |
StandardContentService.updateAggregateFile(ContentHolder holder,
Aggregate agg,
ApplicationData appData,
InputStream is,
boolean mustCreateNewFile)
Supported API: false |
HttpContentOperation |
StandardContentService.prepareForUpload(ContentHolder holder)
Deprecated. |
HttpContentOperation |
StandardContentService.prepareForFullUpload(ContentHolder holder)
Deprecated. |
HttpContentOperation |
StandardContentService.prepareForUpload(ContentHolder holder,
Vector contentV)
Deprecated. |
HttpContentOperation |
StandardContentService.prepareForFullDownload(ContentHolder holder)
Deprecated. |
HttpContentOperation |
StandardContentService.prepareForDownload(ContentHolder holder,
Vector contentV)
Deprecated. |
ContentHolder |
StandardContentService.getContents(ContentHolder holder)
Set the cookie in an ContentHolder object to contain all ContentItems associated with it. |
ContentHolder |
StandardContentService.contentUpdate(ContentHolder holder,
TransactionContainer txnCntr)
This method adds, removes, and updates content based on a ContentHolder and a TransactionContainer object. |
ContentHolder |
StandardContentService.contentUpdateUpload(ContentHolder holder,
TransactionContainer txnCntr)
Deprecated. |
ContentHolder |
StandardContentService.contentUpdateDownload(ContentHolder holder,
TransactionContainer txnCntr)
Deprecated. |
ApplicationData |
StandardContentService.updateAppData(ContentHolder holder,
ApplicationData appData)
This method updates an ApplicationData without changing the timestamp. |
ContentHolder |
StandardContentService.copyContent(ContentHolder copyFrom,
ContentHolder copyTo)
Copy all the content from one content holder to another (not regarding the content role. |
ContentItem |
StandardContentService.copyContentItem(ContentHolder holder,
ContentItem item)
Make an exact copy of the ContentItem for the passed holder. |
QueryResult |
StandardContentService.getContentsByRole(ContentHolder holder,
ContentRoleType role)
Query for all the associated ContentItems that have the passed Role for the ContentHolder. |
ApplicationData |
StandardContentService.getThumbnail(ContentHolder contentHolder)
Get an associated Thumbnail content item for the passed ContentHolder. |
ApplicationData |
StandardContentService.get3DThumbnail(ContentHolder contentHolder)
Get an associated Thumbnail content item for the passed ContentHolder. |
private void |
StandardContentService.addItemToHolder(ContentHolder holder,
ContentItem item,
WTKeyedMap holders,
HashSet itemIds,
HashSet streamIds)
|
protected void |
StandardContentService.processNewIterationEvent(ContentHolder target)
|
protected void |
StandardContentService.processPostCopyEvent(ContentHolder orig,
ContentHolder copy,
CopyRules copy_rules)
|
private void |
StandardContentService.copyContentFromHolder(ContentHolder oldCH,
ContentHolder target)
|
private void |
StandardContentService.cleanUpAllContent(ContentHolder holder,
ContentItem item,
boolean onDeleteEvent)
|
private QueryResult |
StandardContentService.getContentStatuses(ContentHolder holder,
boolean returnNotComplete)
|
private void |
StandardContentService.setFileName(ContentHolder holder,
ApplicationData appData)
|
private void |
StandardContentService.setFileName(ContentHolder holder,
ApplicationData appData,
boolean mustCreateNewFile)
Assign file name to the app data. |
private void |
StandardContentService.setFileName(ContentHolder holder,
ApplicationData appData,
boolean mustCreateNewFile,
WTKeyedMap appDataCache)
Assign file name to the app data. |
private ApplicationData |
StandardContentService.findCachedAppData(ContentHolder holder,
String appDataName,
WTKeyedMap appDataCache)
Find any appData object in the hashtable for the holder that matches the input appDataName. |
private void |
StandardContentService.updateCacheAppData(WTKeyedMap appDataCache,
ContentHolder holder,
ApplicationData appData)
|
private boolean |
StandardContentService.checkModifyAccess(ContentHolder holder)
|
private ApplicationData |
StandardContentService.getThumbnail(ContentHolder contentHolder,
ContentRoleType roleType)
|
private void |
StandardContentService.postMakeUnrestorable(ContentHolder holder)
|
void |
OpLink.setContentHolder(ContentHolder theContentHolder)
Sets the object for the association that plays role: CONTENT_HOLDER_ROLE. |
static OpLink |
OpLink.newOpLink(ContentHolder theContentHolder,
HttpContentOperation theHttpContentOperation)
Default factory for the class. |
void |
HolderToContent.setContentHolder(ContentHolder theContentHolder)
Sets the object for the association that plays role: CONTENT_HOLDER_ROLE. |
static HolderToContent |
HolderToContent.newHolderToContent(ContentHolder theContentHolder,
ContentItem theContentItem)
Default factory for the class. |
ApplicationData |
ContentServiceSvr.updateContent(ContentHolder holder,
ApplicationData appData,
String fullPath)
Update a ContentHolder with the given content passed in with a path. |
ApplicationData |
ContentServiceSvr.updateContent(ContentHolder holder,
ApplicationData appData,
CachedContentDescriptor cachedContDesc)
Update a ContentHolder with the given content passed in with a CachedContDesc. |
URLData |
ContentServiceSvr.updateContent(ContentHolder holder,
URLData urlData)
Update a ContentHolder with the given content passed in with a path. |
ApplicationData |
ContentServiceSvr.updateContent(ContentHolder holder,
ApplicationData appData,
InputStream is)
Update a ContentHolder based on a persised ContentHolder and ContentItemInfo object and a new ApplicationData object and the corresponding stream to the content. |
Aggregate |
ContentServiceSvr.updateContent(ContentHolder holder,
Aggregate agg)
Update a ContentHolder with the given Aggreate. |
HttpContentOperation |
ContentServiceSvr.initializeNewUploads(ContentHolder holder,
HttpContentOperation operation,
int numberToInit)
Used to initialize empty uploads from a import html page. |
void |
ContentServiceSvr.deleteContent(ContentHolder holder,
ContentItem item)
Deletes the passed ContentItem for the given ContentHolder. |
Aggregate |
ContentServiceSvr.updateAggregateFile(ContentHolder holder,
Aggregate agg,
ApplicationData appData,
InputStream is)
Update an ApplicationData that is part of the passed Aggregate. |
Aggregate |
ContentServiceSvr.updateAggregateFile(ContentHolder holder,
Aggregate agg,
ApplicationData appData,
String fullPath)
Update an ApplicationData that is part of the passed Aggregate. |
Aggregate |
ContentServiceSvr.updateAggregateURL(ContentHolder holder,
Aggregate agg,
URLData urlData)
Update an URLData that is part of the passed Aggregate. |
void |
ContentServiceSvr.dispatchPostDownloadEvent(ContentHolder holder,
ApplicationData appData)
This method should only be called after the complete and successful download of a file. |
ApplicationData |
ContentServiceSvr.storeThumbnail(ContentHolder contentHolder,
ApplicationData thumbnail,
InputStream is)
Store a thumbnail content item for the passed ContentHolder. |
ApplicationData |
ContentServiceSvr.store3DThumbnail(ContentHolder contentHolder,
ApplicationData thumbnail,
InputStream is)
Store a thumbnail content item for the passed ContentHolder. |
ApplicationData |
ContentServiceSvr.updateContent(ContentHolder holder,
ApplicationData appData,
CachedContentDescriptor cachedContDesc,
boolean mustCreateNewFile)
Supported API: true |
ApplicationData |
ContentServiceSvr.updateContent(ContentHolder holder,
ApplicationData appData,
InputStream is,
boolean mustCreateNewFile)
Supported API: true |
Aggregate |
ContentServiceSvr.updateAggregateFile(ContentHolder holder,
Aggregate agg,
ApplicationData appData,
InputStream is,
boolean mustCreateNewFile)
Supported API: false |
HttpContentOperation |
ContentServiceFwd.prepareForUpload(ContentHolder holder)
Deprecated. |
HttpContentOperation |
ContentServiceFwd.prepareForFullUpload(ContentHolder holder)
Deprecated. |
HttpContentOperation |
ContentServiceFwd.prepareForUpload(ContentHolder holder,
Vector contentV)
Deprecated. |
HttpContentOperation |
ContentServiceFwd.prepareForFullDownload(ContentHolder holder)
Deprecated. |
HttpContentOperation |
ContentServiceFwd.prepareForDownload(ContentHolder holder,
Vector contentV)
Deprecated. |
ContentHolder |
ContentServiceFwd.getContents(ContentHolder holder)
Set the cookie in an ContentHolder object to contain all ContentItems associated with it. |
ContentHolder |
ContentServiceFwd.contentUpdate(ContentHolder holder,
TransactionContainer txnCntr)
This method adds, removes, and updates content based on a ContentHolder and a TransactionContainer object. |
ContentHolder |
ContentServiceFwd.contentUpdateUpload(ContentHolder holder,
TransactionContainer txnCntr)
Deprecated. |
ContentHolder |
ContentServiceFwd.contentUpdateDownload(ContentHolder holder,
TransactionContainer txnCntr)
Deprecated. |
ApplicationData |
ContentServiceFwd.updateAppData(ContentHolder holder,
ApplicationData appData)
This method updates an ApplicationData without changing the timestamp. |
ContentHolder |
ContentServiceFwd.copyContent(ContentHolder copyFrom,
ContentHolder copyTo)
Copy all the content from one content holder to another (not regarding the content role. |
ContentItem |
ContentServiceFwd.copyContentItem(ContentHolder holder,
ContentItem item)
Make an exact copy of the ContentItem for the passed holder. |
QueryResult |
ContentServiceFwd.getContentsByRole(ContentHolder holder,
ContentRoleType role)
Query for all the associated ContentItems that have the passed Role for the ContentHolder. |
ApplicationData |
ContentServiceFwd.getThumbnail(ContentHolder contentHolder)
Get an associated Thumbnail content item for the passed ContentHolder. |
ApplicationData |
ContentServiceFwd.get3DThumbnail(ContentHolder contentHolder)
Get an associated Thumbnail content item for the passed ContentHolder. |
void |
ContentServiceEvent.setContentHolder(ContentHolder a_ContentHolder)
Sets the object for the association that plays role: theContentHolder. |
private void |
ContentServiceEvent.theContentHolderValidate(ContentHolder a_ContentHolder)
|
HttpContentOperation |
ContentService.prepareForUpload(ContentHolder holder)
Deprecated. |
HttpContentOperation |
ContentService.prepareForFullUpload(ContentHolder holder)
Deprecated. |
HttpContentOperation |
ContentService.prepareForUpload(ContentHolder holder,
Vector contentV)
Deprecated. |
HttpContentOperation |
ContentService.prepareForFullDownload(ContentHolder holder)
Deprecated. |
HttpContentOperation |
ContentService.prepareForDownload(ContentHolder holder,
Vector contentV)
Deprecated. |
ContentHolder |
ContentService.getContents(ContentHolder holder)
Set the cookie in an ContentHolder object to contain all ContentItems associated with it. |
ContentHolder |
ContentService.contentUpdate(ContentHolder holder,
TransactionContainer txnCntr)
This method adds, removes, and updates content based on a ContentHolder and a TransactionContainer object. |
ContentHolder |
ContentService.contentUpdateUpload(ContentHolder holder,
TransactionContainer txnCntr)
Deprecated. |
ContentHolder |
ContentService.contentUpdateDownload(ContentHolder holder,
TransactionContainer txnCntr)
Deprecated. |
ApplicationData |
ContentService.updateAppData(ContentHolder holder,
ApplicationData appData)
This method updates an ApplicationData without changing the timestamp. |
ContentHolder |
ContentService.copyContent(ContentHolder copyFrom,
ContentHolder copyTo)
Copy all the content from one content holder to another (not regarding the content role. |
ContentItem |
ContentService.copyContentItem(ContentHolder holder,
ContentItem item)
Make an exact copy of the ContentItem for the passed holder. |
QueryResult |
ContentService.getContentsByRole(ContentHolder holder,
ContentRoleType role)
Query for all the associated ContentItems that have the passed Role for the ContentHolder. |
ApplicationData |
ContentService.getThumbnail(ContentHolder contentHolder)
Get an associated Thumbnail content item for the passed ContentHolder. |
ApplicationData |
ContentService.get3DThumbnail(ContentHolder contentHolder)
Get an associated Thumbnail content item for the passed ContentHolder. |
static void |
ContentHTTPStreamHelper.processContentStream(ContentHolder holder,
ContentHTTPStream cs)
Deprecated. Used to attach the content from the stream to a persisted ContentHolder. |
private static void |
ContentHttp.cancelUpload(HttpContentOperation operation,
ContentHolder holder)
|
private static ApplicationData |
ContentHttp.parseAndSaveInfo(ContentHolder holder,
MPInputStream mis,
HttpOperationItem opItem)
|
private static ApplicationData |
ContentHttp.parseAndSaveInfo(ContentHolder holder,
MPInputStream mis,
HttpOperationItem opItem,
boolean mustCreateNewFile)
|
static String |
ContentHtmlUtils.initiateContentDownloadHtml(ContentHolder holder,
ContentItem item,
String completionUrl,
Locale locale,
boolean VERBOSE)
|
static String |
ContentHtmlUtils.initiateContentDownloadHtml(ContentHolder holder,
ContentItem item,
String completionUrl,
Locale locale,
boolean VERBOSE,
boolean remember)
|
static String |
ContentHtmlUtils.initiateContentDownloadHtml(ContentHolder[] holders,
ContentItem[] items,
String completionUrl,
Locale locale,
boolean VERBOSE)
|
static String |
ContentHtmlUtils.initiateContentDownloadHtml(ContentHolder[] holders,
ContentItem[] items,
String completionUrl,
Locale locale,
boolean VERBOSE,
boolean remember)
|
static String |
ContentHtmlUtils.initiateFileDownloadHtml(ContentHolder holder,
ApplicationData appData,
String completionUrl,
Locale locale,
boolean VERBOSE)
|
static String |
ContentHtmlUtils.initiateFileDownloadHtml(ContentHolder holder,
ApplicationData appData,
String completionUrl,
Locale locale,
boolean VERBOSE,
boolean remember)
|
private static String |
ContentHtmlUtils.browserDownloadHtml(ContentHolder holder,
ApplicationData appData,
String completionUrl,
Locale locale,
boolean VERBOSE)
|
static String |
ContentHtmlUtils.initiateURLDownloadHtml(ContentHolder holder,
URLData urlData,
String completionUrl,
boolean VERBOSE)
|
static String |
ContentHtmlUtils.getDownloadRoutingURLString(ContentHolder holder,
ApplicationData appData)
|
static String |
ContentHtmlUtils.getDownloadRoutingURLString(ContentHolder holder,
ApplicationData appData,
int downloadRouting,
boolean remember,
boolean downloadStructure)
|
static String |
ContentHtmlUtils.getDownloadRoutingURLString(ContentHolder holder,
ApplicationData appData,
int downloadRouting,
boolean remember,
boolean downloadStructure,
String jsMethodName)
|
static String |
ContentHtmlUtils.getDownloadRoutingURLNoWrapper(ContentHolder holder,
ApplicationData appData,
int downloadRouting,
boolean remember,
boolean downloadStructure)
|
static String |
ContentHtmlUtils.getDownloadDetectionBlock(Properties props,
ContentHolder holder,
ApplicationData appData,
int downloadRouting,
boolean remember,
boolean downloadStructure,
boolean useApplet,
Locale locale)
|
static String |
ContentHtmlUtils.getAppletDownloadTags(ContentHolder holder,
ApplicationData appData,
Locale locale)
|
static String |
ContentHtmlUtils.getAppletDownloadTags(ContentHolder holder,
ApplicationData appData,
boolean downloadStructure,
Locale locale)
|
static String |
ContentHtmlUtils.getAppletDownloadTags(Properties props,
ContentHolder holder,
ApplicationData appData,
boolean downloadStructure,
Locale locale)
|
static String |
ContentHtmlUtils.getAppletDownloadTags(ContentHolder holder,
ApplicationData appData,
boolean downloadStructure,
Locale locale,
String url)
|
static String |
ContentHtmlUtils.getAppletDownloadTags(ContentHolder holder,
ApplicationData appData,
boolean downloadStructure,
Locale locale,
boolean remember)
|
static String |
ContentHtmlUtils.getAppletDownloadTags(ContentHolder holder,
ApplicationData appData,
boolean downloadStructure,
Locale locale,
String url,
boolean remember)
|
static String |
ContentHtmlUtils.getBrowserDownloadURL(ContentHolder holder,
ApplicationData appData)
|
static String |
ContentHtmlUtils.getMSOIDownloadURL(ContentHolder holder,
ApplicationData appData,
boolean remember,
boolean downloadStructure)
|
static String |
ContentHtmlUtils.getMsoiInstallURL(ContentHolder holder,
ApplicationData appData,
int downloadRouting,
boolean remember,
boolean downloadStructure,
String dtiInstalled)
|
static String |
ContentHtmlUtils.getFileDownloadLaunchURL(ContentHolder holder,
ApplicationData appData,
String originalURL)
|
static String |
ContentHtmlUtils.getFileDownloadLaunchURL(ContentHolder holder,
ApplicationData appData,
String originalURL,
int downloadRouting,
boolean downloadStructure)
|
static Vector |
ContentHelper.getContentList(ContentHolder holder)
Get the list of ContentItem out of the passed ContentHolder This should be done after a call to ContentHelper.service.getContents( ContentHolder ) Note this will NOT return the primary content for a FormatContentHolder. |
static Vector |
ContentHelper.getURLData(ContentHolder holder)
Get the list of URLData objects out of the passed ContentHolder This should be done after a call to ContentHelper.service.getContents( ContentHolder ) This will NOT return the Primary for a FormatConentHolder. |
static Vector |
ContentHelper.getApplicationData(ContentHolder holder)
Get the list of ApplicationData objects out of the passed ContentHolder This should be done after a call to ContentHelper.service.getContents( ContentHolder ) This will NOT return the primary for a FormatContentHolder Supported API: true |
static void |
ContentHelper.doDownload(ContentHolder holder,
ApplicationData appData,
AppletContext context)
Deprecated. |
static boolean |
ContentHelper.needToGetContent(ContentHolder holder)
This will return true if the passed ContentHolder has already been passed to the server to get it's content. |
static HttpContentOperation |
ContentHelper.getOperation(ContentHolder holder)
Deprecated. |
static URL |
ContentHelper.getUploadURL(ContentHolder holder)
Generates a URL that can be used in an upload post. |
static URL |
ContentHelper.getDownloadURL(ContentHolder holder,
ApplicationData appData)
Generates a URL that can be used in download from the server. |
static Vector |
ContentHelper.getContentListAll(ContentHolder holder)
Get the list of ContentItem out of the passed ContentHolder This should be done after a call to ContentHelper.service.getContents( ContentHolder ) Note this will return the primary content for a FormatContentHolder, as well as any other attached content. |
static Vector |
ContentHelper.getApplicationDataExcludeRoles(ContentHolder holder,
String excludeRoles)
Get the list of ApplicationData objects out of the passed ContentHolder This should be done after a call to ContentHelper.service.getContents( ContentHolder ) This will NOT return the primary for a FormatContentHolder. |
static Vector |
ContentHelper.getContentListExcludeRoles(ContentHolder holder,
String excludeRoles)
Get the list of ContentItem out of the passed ContentHolder This should be done after a call to ContentHelper.service.getContents( ContentHolder ) Note this will NOT return the primary content for a FormatContentHolder. |
static URL |
ContentHelper.getDownloadURL(ContentHolder holder,
ApplicationData appData,
boolean replicatedContent)
Generates a URL that can be used in download from the server. |
static URL |
ContentHelper.getDownloadURL(ContentHolder holder,
ApplicationData appData,
String fileName)
Generates a URL that can be used in download from the server. |
static URL |
ContentHelper.getDownloadURL(ContentHolder holder,
ApplicationData appData,
boolean replicatedContent,
String fileName)
Generates a URL that can be used in download from the server. |
static ApplicationData |
ApplicationData.newApplicationData(ContentHolder holder)
Instatiates a new ApplicationData object based on a ContentHolder Supported API: true |
protected void |
ApplicationData.initialize(ContentHolder holder)
Supports initialization, following construction of an instance. |
URL |
ApplicationData.getViewContentURL(ContentHolder holder)
Generates a URL that can be used in a AppletContext.showDocument( ) call from an applet. |
URL |
ApplicationData.getViewContentURL(ContentHolder holder,
boolean withSign)
Generates a URL that can be used in a AppletContext.showDocument() call from an applet. |
static Aggregate |
Aggregate.newAggregate(ContentHolder holder)
Instatiates a new Aggregate object based on a ContentHolder Supported API: false |
protected void |
Aggregate.initialize(ContentHolder holder)
Supports initialization, following construction of an instance. |
Constructors in wt.content with parameters of type ContentHolder | |
ContentServiceEvent(ContentServiceSvr service,
String eventType,
ContentHolder holder,
ApplicationData appData)
Supported API: false |
|
ContentHtml(ContentHolder aHolder,
HttpContentOperation aOperation)
|
|
ContentHtml(ContentHolder aHolder,
Enumeration aStatusObjects)
|
|
ContentHtml(ContentHolder aHolder)
|
Uses of ContentHolder in wt.dataops |
Classes in wt.dataops that implement ContentHolder | |
class |
DataMaintRecord
Supported API: false Extendable: false |
Methods in wt.dataops with parameters of type ContentHolder | |
static void |
DataMaintContentUtil.copyOperandsInfo(DataMaintRecord record,
ContentHolder holder)
|
Uses of ContentHolder in wt.dataops.archive |
Classes in wt.dataops.archive that implement ContentHolder | |
class |
Archive
Use the newArchive static factory method(s), not the Archive
constructor, to construct instances of this class. |
class |
ArchiveRecord
Use the newArchiveRecord static factory method(s), not the
ArchiveRecord constructor, to construct instances of this
class. |
class |
RestoreRecord
Use the newRestoreRecord static factory method(s), not the
RestoreRecord constructor, to construct instances of this
class. |
Uses of ContentHolder in wt.dataops.purge |
Classes in wt.dataops.purge that implement ContentHolder | |
class |
PurgeRecord
Use the newPurgeRecord static factory method(s), not the
PurgeRecord constructor, to construct instances of this
class. |
Uses of ContentHolder in wt.dndMicroApplet |
Methods in wt.dndMicroApplet with parameters of type ContentHolder | |
static String |
DnDMicroAppletUtil.makeAppletTag(WTObject obj,
String codebase,
String iconURLString,
String glyphURLString,
String bgColor,
ContentHolder holder,
String userAgent)
Makes a drag-and-drop applet tag with default drag and drop handlers configured for the given object. |
static String |
DnDMicroAppletUtil.makeAppletTag(WTObject obj,
String codebase,
String iconURLString,
String glyphURLString,
String bgColor,
ContentHolder holder,
int width,
int height,
String userAgent)
Makes a drag-and-drop applet tag with default drag and drop handlers configured for the given object. |
static String |
DnDMicroAppletUtil.makeAppletTag(WTObject obj,
String codebase,
String iconURLString,
String glyphURLString,
String bgColor,
ContentHolder holder)
Makes a drag-and-drop applet tag with default drag and drop handlers configured for the given object. |
static String |
DnDMicroAppletUtil.makeAppletTag(WTObject obj,
String codebase,
String iconURLString,
String glyphURLString,
String bgColor,
ContentHolder holder,
int width,
int height)
Makes a drag-and-drop applet tag with default drag and drop handlers configured for the given object. |
private static void |
DnDMicroAppletUtil.addAppDataContentDragData(ApplicationData appData,
ContentHolder holder,
String codebase,
Properties params)
Add application data download URL as file drag data params |
Uses of ContentHolder in wt.doc |
Classes in wt.doc that implement ContentHolder | |
class |
WTDocument
The reference implementation of a DocumentVersion. |
Uses of ContentHolder in wt.enterprise |
Methods in wt.enterprise with parameters of type ContentHolder | |
private static String |
BasicTemplateProcessor.getObjectIconImgTag(WTObject obj,
String backgroundColor,
ContentHolder holder,
HTTPState a_State)
Deprecated. Gets the HTML tag(s) to display the icon and glyphs associated with a given object. |
private static String |
BasicTemplateProcessor.getObjectIconImgTag(WTObject obj,
String backgroundColor,
ContentHolder holder,
HTTPState a_State,
String sharedFrom,
String sharedTo,
WTContainer currentContainerContext)
Deprecated. Gets the HTML tag(s) to display the icon and glyphs associated with a given object. |
private static String |
BasicTemplateProcessor.getObjectIconImgTag(WTObject obj,
String backgroundColor,
ContentHolder holder,
HTTPState a_State,
String sharedFrom,
String sharedTo,
WTContainer currentContainerContext,
boolean forceFullyQualified)
Deprecated. Gets the HTML tag(s) to display the icon and glyphs associated with a given object. |
static String |
BasicTemplateProcessor.getObjectIconDnDTag(WTObject obj,
String backgroundColor,
ContentHolder holder)
Deprecated. Gets the HTML applet tag(s) to display the drag icon and glyphs associated with a given object. |
Uses of ContentHolder in wt.epm |
Classes in wt.epm that implement ContentHolder | |
class |
EPMDocument
Use the newEPMDocument static factory method(s), not the
EPMDocument constructor, to construct instances of this
class. |
Uses of ContentHolder in wt.epm.familytable |
Subinterfaces of ContentHolder in wt.epm.familytable | |
interface |
EPMFamilyTable
Supported API: true Extendable: false |
Classes in wt.epm.familytable that implement ContentHolder | |
class |
EPMSepFamilyTable
Use the newEPMSepFamilyTable static factory method(s), not
the EPMSepFamilyTable constructor, to construct instances
of this class. |
Uses of ContentHolder in wt.epm.identity |
Methods in wt.epm.identity with parameters of type ContentHolder | |
private ContentItem |
EPMDocumentIconDelegate.getPrimaryContent(EPMDocument doc,
ContentHolder holder)
|
Uses of ContentHolder in wt.epm.util |
Methods in wt.epm.util with parameters of type ContentHolder | |
static ContentItem |
ContentUtil.getNamedContent(ContentHolder ch,
String name)
Find a ContentItem by name. |
Uses of ContentHolder in wt.federation |
Classes in wt.federation that implement ContentHolder | |
class |
ProxyDocument
Use the newProxyDocument static factory method(s), not the
ProxyDocument constructor, to construct instances of this
class. |
Methods in wt.federation with parameters of type ContentHolder | |
static ProxyURLData |
ProxyURLData.newProxyURLData(ContentHolder holder)
Instantiates a new ProxyURLData object based on a ContentHolder Supported API: false |
protected void |
ProxyURLData.initialize(ContentHolder holder)
Supports initialization, following construction of an instance. |
static ProxyURLData |
ProxyURLData.newProxyURLData(ContentHolder holder)
Instantiates a new ProxyURLData object based on a ContentHolder Supported API: false |
protected void |
ProxyURLData.initialize(ContentHolder holder)
Supports initialization, following construction of an instance. |
Uses of ContentHolder in wt.fv |
Methods in wt.fv that return ContentHolder | |
private static ContentHolder |
StandardFvService.getContentHolder(ApplicationData appData)
Gets the ContentHolder associated with a specific ApplicationData. |
Methods in wt.fv with parameters of type ContentHolder | |
static Streamed |
StandardFvService.getStreamedObject(ContentHolder holder)
Returns an object implementing Streamed interface for streaming content file to. |
protected static Vault |
StandardFvService.getVault(ContentHolder holder,
Site site,
String vaultClassTypeName)
Get a file vault. |
void |
StandardFvService.revaultHolderContent(ContentHolder holder)
|
void |
StandardFvService.revaultHolderContent(ContentHolder holder,
Streamed item,
FvVault toVault)
|
private Enumeration |
StandardFvService.getHolderItems(ContentHolder holder)
|
static Vector |
StandardFvService.getFileLocation(ApplicationData appData,
ContentHolder holder)
Gets set of possible locations associated with a file in URL format. Warning: This method has a limited scope and will work under most of possible mounting scenarios, but not all of them (different physical folders, abandoned mount, etc). |
private ApplicationData |
StandardFvService.getAppData(ContentHolder holder,
Streamed item)
|
FvVault |
StandardFvService.RevaultFinderAction.getTargetVault(ContentHolder holder)
|
FvVault |
StandardFvService.RevaultFinderActionCurVaultToOtherVaults.getTargetVault(ContentHolder holder)
|
Streamed |
FvItem.storeStream(ContentHolder holder,
ApplicationData appData,
InputStream is)
Supported API: false |
private FvItem |
FvItem.trySavingInFolder(FvFolder currentActiveFolder,
FvItem item,
InputStream is,
FvItem.StoreStreamListener listener,
ContentHolder holder)
|
Uses of ContentHolder in wt.fv.local |
Methods in wt.fv.local with parameters of type ContentHolder | |
static DownloadInputStream |
RedirectDownloadHTTP.getInputStream(ApplicationData appData,
ContentHolder holder,
boolean downloadFromMaster)
The method returns input stream of the content corresponding to given in parameters ApplicationData and ContentHolder. |
static Vector |
RedirectDownloadHTTP.getMirrorURLs(ApplicationData appData,
ContentHolder holder)
Supported API: false |
static URL |
RedirectDownloadHTTP.getPreferredURL(ApplicationData appData,
ContentHolder holder)
Supported API: false |
static Vector |
RedirectDownloadHTTP.getAlternativeURLs(ApplicationData appData,
ContentHolder holder,
boolean downloadFromMaster)
|
Uses of ContentHolder in wt.fv.master |
Methods in wt.fv.master that return ContentHolder | |
private ContentHolder |
MasteredOnReplicaItem.getContentHolderForStreamed()
|
Methods in wt.fv.master with parameters of type ContentHolder | |
Vector |
StandardMasterService.getAlternativeURLs(ApplicationData appData,
ContentHolder holder,
boolean downloadFromMaster)
The method returns a vector of URLs. |
static void |
ReplicatePerHolderMaster.replicateContentHolder(ContentHolder ch,
ReplicaVault rv)
|
private static Enumeration |
ReplicatePerHolderMaster.getHolderItems(ContentHolder holder)
|
static DownloadInpStream |
RedirectDownload.getInputStream(ApplicationData appData,
ContentHolder holder,
boolean downloadFromMaster)
The method returns input stream of the content corresponding to given in parameters ApplicationData and ContentHolder. |
static Vector |
RedirectDownload.getMirrorURLs(ApplicationData appData,
ContentHolder holder)
Supported API: false |
static URL |
RedirectDownload.getPreferredURL(ApplicationData appData,
ContentHolder holder)
Supported API: false |
protected static Vector |
RedirectDownload.getAlternativeURLs(ApplicationData appData,
ContentHolder holder,
String fileName)
|
protected static Vector |
RedirectDownload.getAlternativeURLs(ApplicationData appData,
ContentHolder holder)
|
static Vector |
RedirectDownload.getAlternativeURLs(ApplicationData appData,
ContentHolder holder,
boolean downloadFromMaster,
String fileName)
|
static Vector |
RedirectDownload.getAlternativeURLs(ApplicationData appData,
ContentHolder holder,
boolean downloadFromMaster)
|
private static Vector |
RedirectDownload.getAlternativeURLs(ApplicationData appData,
ContentHolder holder,
boolean downloadFromMaster,
boolean withSign,
String fileName)
|
static URL |
RedirectDownload.getPreferredURL(ApplicationData appData,
ContentHolder holder,
boolean withSign)
|
static String |
RedirectDownload.getSignedDirectMasterURL(ApplicationData appData,
ContentHolder holder)
|
Vector |
MasterServiceFwd.getAlternativeURLs(ApplicationData appData,
ContentHolder holder,
boolean downloadFromMaster)
The method returns a vector of URLs. |
Vector |
MasterService.getAlternativeURLs(ApplicationData appData,
ContentHolder holder,
boolean downloadFromMaster)
The method returns a vector of URLs. |
Streamed |
MasteredOnReplicaItem.storeStream(ContentHolder holder,
ApplicationData appData,
InputStream is)
Supported API: false |
Uses of ContentHolder in wt.fv.uploadtocache |
Methods in wt.fv.uploadtocache that return ContentHolder | |
private static ContentHolder |
CCSRepair.findContentHolder(ApplicationData apd)
|
Methods in wt.fv.uploadtocache with parameters of type ContentHolder | |
static void |
StandardUploadToCacheService.registerForRevaulting(ContentHolder holder,
FvItem contentItem)
|
static void |
FileUploadStream.storeStream(ContentHolder holder,
ApplicationData appData,
ObjectInputStream ois)
|
private static ApplicationData |
CCSRepair.findCorPredecessorAppData(ContentHolder prevCH,
ApplicationData apd)
|
Constructors in wt.fv.uploadtocache with parameters of type ContentHolder | |
StandardUploadToCacheService.RevaultCachedContentListener(ContentHolder a_holder,
FvItem a_content)
|
Uses of ContentHolder in wt.inf.template |
Classes in wt.inf.template that implement ContentHolder | |
class |
DefaultWTContainerTemplate
The package scope attributes are gettable by members of this package by design. |
Uses of ContentHolder in wt.ixb.conflictFramework |
Classes in wt.ixb.conflictFramework that implement ContentHolder | |
class |
ImportSession
Use the newImportSession static factory method(s), not the
ImportSession constructor, to construct instances of this
class. |
Uses of ContentHolder in wt.ixb.handlers.forattributes |
Methods in wt.ixb.handlers.forattributes that return ContentHolder | |
private ContentHolder |
ExpImpForContentAttr.initImportContentHolder(ContentHolder holder)
|
Methods in wt.ixb.handlers.forattributes with parameters of type ContentHolder | |
void |
ExpImpForContentAttr.storeInXMLFile_Content(ContentHolder holder,
IxbElement fileXML,
Exporter exporter)
|
void |
ExpImpForContentAttr.importContentHolder(ContentHolder holder,
Importer importer,
IxbElement fileXML)
|
private ContentHolder |
ExpImpForContentAttr.initImportContentHolder(ContentHolder holder)
|
Uses of ContentHolder in wt.load |
Methods in wt.load with parameters of type ContentHolder | |
private static URLData |
LoadContent.createOrReuseURLData(ContentHolder contentHolder,
String role)
If primary content for the content holder already exist, reuse it to avoid creating multiple primary content; otherwise create a new URLData for it. |
Uses of ContentHolder in wt.maturity |
Classes in wt.maturity that implement ContentHolder | |
class |
PromotionNotice
The implementation of PromotionNotices. |
Uses of ContentHolder in wt.meeting |
Classes in wt.meeting that implement ContentHolder | |
class |
MeetingDeliverable
Use the newMeetingDeliverable static factory method(s),
not the MeetingDeliverable constructor, to construct instances
of this class. |
Uses of ContentHolder in wt.org.electronicIdentity |
Subinterfaces of ContentHolder in wt.org.electronicIdentity | |
interface |
ElectronicIdentification
Modeled after the Interface Pattern [Grand98]. |
Classes in wt.org.electronicIdentity that implement ContentHolder | |
class |
ElectronicSignature
Class contains the electronic identification of the WTUser. |
Uses of ContentHolder in wt.part |
Classes in wt.part that implement ContentHolder | |
class |
WTPart
This reference implementation of a PartVersion represents
a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents
the unchanging aspects of this part. |
class |
WTProduct
Use the newWTProduct static factory method(s), not the WTProduct
constructor, to construct instances of this class. |
class |
WTSerialNumberedPart
Use the newWTSerialNumberedPart static factory method(s),
not the WTSerialNumberedPart constructor, to construct instances
of this class. |
Uses of ContentHolder in wt.projmgmt.execution |
Classes in wt.projmgmt.execution that implement ContentHolder | |
class |
ProjectPlan
The ProjectPlan class represents a container for activities,
resources, deliverables and their relationships that are involved in
the execution of a project. |
Uses of ContentHolder in wt.replication.export |
Classes in wt.replication.export that implement ContentHolder | |
class |
UnitExportRecord
Use the newUnitExportRecord static factory method(s), not
the UnitExportRecord constructor, to construct instances
of this class. |
Uses of ContentHolder in wt.replication.imp |
Classes in wt.replication.imp that implement ContentHolder | |
class |
UnitImportRecord
Use the newUnitImportRecord static factory method(s), not
the UnitImportRecord constructor, to construct instances
of this class. |
Uses of ContentHolder in wt.replication.ixbutil |
Fields in wt.replication.ixbutil declared as ContentHolder | |
private ContentHolder |
ReplIxbImporter.impMappingRulesHolder
|
Methods in wt.replication.ixbutil with parameters of type ContentHolder | |
static ReplIxbImporter |
ReplIxbImporter.newReplIxbImporter(WTUnit _unit,
ContentHolder _impMappingRulesHolder)
|
private void |
ReplIxbImporter.initialize(WTUnit _unit,
ContentHolder _impMappingRulesHolder)
|
Uses of ContentHolder in wt.replication.receiver |
Classes in wt.replication.receiver that implement ContentHolder | |
class |
UnitReceiveRecord
Use the newUnitReceiveRecord static factory method(s), not
the UnitReceiveRecord constructor, to construct instances
of this class. |
Uses of ContentHolder in wt.replication.sender |
Classes in wt.replication.sender that implement ContentHolder | |
class |
UnitSendRecord
Use the newUnitSendRecord static factory method(s), not
the UnitSendRecord constructor, to construct instances of
this class. |
Uses of ContentHolder in wt.replication.unit |
Classes in wt.replication.unit that implement ContentHolder | |
class |
UnitOperationRecord
Supported API: false Extendable: false |
class |
WTUnit
Deprecated. |
Methods in wt.replication.unit with parameters of type ContentHolder | |
static void |
UnitLogWriter.attachOpRecContent(ContentHolder holder,
String filename)
attach file as content to the operation record |
Uses of ContentHolder in wt.representation |
Subinterfaces of ContentHolder in wt.representation | |
interface |
Representable
Supported API: false Extendable: false |
interface |
Representation
Supported API: false Extendable: false |
Uses of ContentHolder in wt.rule.impl |
Methods in wt.rule.impl that return ContentHolder | |
static ContentHolder |
RuleApplierHelper.copyContent(ContentHolder copyFrom,
ContentHolder copyTo)
Deprecated. |
Methods in wt.rule.impl with parameters of type ContentHolder | |
static ContentHolder |
RuleApplierHelper.copyContent(ContentHolder copyFrom,
ContentHolder copyTo)
Deprecated. |
Uses of ContentHolder in wt.templateutil.components |
Methods in wt.templateutil.components with parameters of type ContentHolder | |
protected String |
PDMLinkDefaultLinkComponent.getDataUrl(ContentHolder contentHolder,
ContentItem contentItem,
OutputStream os,
Locale locale)
Deprecated. |
String |
DefaultLinkComponent.getApplicationDataLink(ApplicationData source,
ContentHolder contentHolder,
OutputStream os,
Locale locale)
Deprecated. |
String |
ActionLinkComponent.getApplicationDataLink(ApplicationData source,
ContentHolder contentHolder,
OutputStream os,
Locale locale)
|
Uses of ContentHolder in wt.viewmarkup |
Subinterfaces of ContentHolder in wt.viewmarkup | |
interface |
GraphicallyRepresentable
Supported API: false Extendable: false |
interface |
MarkUp
This interface represents a user markup of a Viewable. |
Classes in wt.viewmarkup that implement ContentHolder | |
class |
DerivedImage
A Representation viewable in ProductView that is generated (derived) from an object or information outside of the Representable. |
class |
WTMarkUp
Use the newWTMarkUp static factory method(s), not the WTMarkUp
constructor, to construct instances of this class. |
class |
WVSConfigurationTemplate
Use the newWVSConfigurationTemplate static factory method(s),
not the WVSConfigurationTemplate constructor, to construct
instances of this class. |
Uses of ContentHolder in wt.workflow.engine |
Classes in wt.workflow.engine that implement ContentHolder | |
class |
WfProcess
A WfProcess is the performer of a workflow. |
Uses of ContentHolder in wt.workflow.forum |
Classes in wt.workflow.forum that implement ContentHolder | |
class |
DiscussionPosting
DiscussionPosting represents the actual conversations on
a given topic. |
Uses of ContentHolder in wt.workflow.notebook |
Classes in wt.workflow.notebook that implement ContentHolder | |
class |
ImportedBookmark
Use the newImportedBookmark static factory method(s), not
the ImportedBookmark constructor, to construct instances
of this class. |
Methods in wt.workflow.notebook with parameters of type ContentHolder | |
ApplicationData |
StandardNotebookService.getApplicationData(String file,
String tempFile,
ContentHolder ctHolder)
Supported API: false |
ApplicationData |
NotebookServiceFwd.getApplicationData(String file,
String tempFile,
ContentHolder ctHolder)
Supported API: false |
ApplicationData |
NotebookService.getApplicationData(String file,
String tempFile,
ContentHolder ctHolder)
Supported API: false |
ApplicationData |
StandardNotebookService.getApplicationData(String file,
String tempFile,
ContentHolder ctHolder)
Supported API: false |
ApplicationData |
NotebookServiceFwd.getApplicationData(String file,
String tempFile,
ContentHolder ctHolder)
Supported API: false |
ApplicationData |
NotebookService.getApplicationData(String file,
String tempFile,
ContentHolder ctHolder)
Supported API: false |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |