|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ContentItem in com.ptc.core.foundation.content.server.impl |
Methods in com.ptc.core.foundation.content.server.impl that return ContentItem | |
private ContentItem |
ContentItemRoleAttributeHandler.safeGetContentItem(AbstractTranslatorCommand translator_cmd,
boolean for_set)
|
Uses of ContentItem in com.ptc.epm.commands.transaction |
Fields in com.ptc.epm.commands.transaction declared as ContentItem | |
private ContentItem[] |
RemoveContentOp.items
|
Methods in com.ptc.epm.commands.transaction with parameters of type ContentItem | |
void |
RemoveContentOp.removeContent(ContentItem item)
|
void |
ECADTransaction.removeContent(ContentHolder holder,
ContentItem item)
|
Uses of ContentItem in com.ptc.hli.ecad.behaviors |
Methods in com.ptc.hli.ecad.behaviors that return ContentItem | |
static ContentItem |
HLIActionHelper.getPrimaryContent(EPMDocument srcDocument)
|
Uses of ContentItem in com.ptc.netmarkets.nmixb |
Methods in com.ptc.netmarkets.nmixb that return ContentItem | |
ContentItem |
NMDocProxy.createContentItemObject(File tmpFile,
ContentHolder holder)
|
private ContentItem |
NMDocProxy.initContentItem(ContentDataProxy proxy,
ContentHolder holder)
|
Methods in com.ptc.netmarkets.nmixb with parameters of type ContentItem | |
static InputStream |
StandardNmIxbService.getInputStreamFromContentItem(ContentItem item)
|
void |
NMDocProxy.addContentFile(File tmpFile,
ContentItem item)
|
Uses of ContentItem in com.ptc.netmarkets.part |
Methods in com.ptc.netmarkets.part that return ContentItem | |
ContentItem |
StandardNmPartService.getPrimaryContent(EPMDocument doc,
ContentHolder holder,
boolean isJ03ND)
|
Uses of ContentItem in com.ptc.windchill.cadx.caddoc |
Methods in com.ptc.windchill.cadx.caddoc that return ContentItem | |
ContentItem |
CADDocProcessorService.getPrimaryContent(EPMDocument doc,
ContentHolder holder,
boolean isJ03ND)
|
Uses of ContentItem in com.ptc.windchill.enterprise.nativeapp.server |
Methods in com.ptc.windchill.enterprise.nativeapp.server that return ContentItem | |
private static ContentItem |
WindchillAttributeUtility.getPrimaryContentItem(FormatContentHolder holder)
|
Uses of ContentItem in com.ptc.windchill.uwgm.proesrv |
Methods in com.ptc.windchill.uwgm.proesrv with parameters of type ContentItem | |
com.ptc.windchill.uwgm.soap.uwgmdb.Content |
ProeServiceRequest.addContent(ContentItem item)
|
Uses of ContentItem in com.ptc.windchill.uwgm.proesrv.rrc |
Methods in com.ptc.windchill.uwgm.proesrv.rrc with parameters of type ContentItem | |
com.ptc.windchill.uwgm.soap.uwgmdb.Content |
UwgmObjectFactory.createContent(ContentItem item)
|
(package private) com.ptc.windchill.uwgm.soap.impl.uwgmdb.Content_i |
RequestResultCache.createContent(ContentItem item)
|
com.ptc.windchill.uwgm.soap.uwgmdb.Content |
RequestResultCache.Populator.addContent(ContentItem item)
|
com.ptc.windchill.uwgm.soap.uwgmdb.Content |
RequestHolder.addContent(ContentItem item)
|
private static boolean |
RRCContentHelper.isPrimaryContent(EPMDocument epmDoc,
ContentItem item)
|
private static boolean |
RRCContentHelper.setContent(com.ptc.windchill.uwgm.soap.impl.uwgmdb.Content_i content_i,
ContentItem item,
ILFileInfo ilFileInfo,
com.ptc.windchill.uwgm.soap.uwgm.UwgmRequest.RequestedAttributes ra)
|
Uses of ContentItem in com.ptc.wvs.server.loader |
Methods in com.ptc.wvs.server.loader with parameters of type ContentItem | |
static Boolean |
EDRContentHelper.deleteFileContent(ContentHolder doc,
ContentItem content)
|
static Boolean |
EDRContentHelper.Server.deleteFileContent(ContentHolder doc,
ContentItem content)
|
Uses of ContentItem in com.ptc.wvs.server.publish |
Fields in com.ptc.wvs.server.publish declared as ContentItem | |
private ContentItem |
ConvertDocument.documentContentItem
|
Uses of ContentItem in com.ptc.wvs.server.util |
Methods in com.ptc.wvs.server.util that return ContentItem | |
static ContentItem |
RepUpdateUtils.addDeferredUpdateRepresentation(Representation rep,
Persistable updateFor,
boolean addNewTypeProps)
|
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)
|
Methods in com.ptc.wvs.server.util with parameters of type ContentItem | |
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 InputStream |
FileHelper.getEdFileStream(ContentItem ci)
|
static Reader |
FileHelper.getEdFileStreamReader(ContentItem ci)
|
static String |
FileHelper.getEdFileCharset(ContentItem ci)
|
static ZipInputStream |
FileHelper.getEdzFileStream(ContentItem ci)
|
private static File |
FileHelper.getContentItem(ContentHolder doc,
ContentItem ci,
String tDir,
FileConvert conv,
boolean getFile)
|
static File |
FileHelper.Server.getFileContent(ContentHolder doc,
ContentItem ci,
String tDir,
FileConvert conv)
|
String |
FileConvert.getLocalFileNameFromContentItem(ContentItem ci)
Returns the local file name for a ContentItem of this CAD system Called by file download for both ApplicationData and URLData items Supported API: false |
boolean |
FileConvert.getLocalFileContentFromContentItem(ContentItem ci,
File localFile)
Downloads the ContentItem for this CAD system to the local file specified. |
static String[] |
DocumentHelper.getWorkerForContentItem(ContentItem ci)
|
Uses of ContentItem in wt.clients.beans.contentholder |
Fields in wt.clients.beans.contentholder declared as ContentItem | |
private ContentItem |
WTContentHolder.ActionThread.content_item
|
private ContentItem |
ContentItemEvent.contentItem
|
Methods in wt.clients.beans.contentholder that return ContentItem | |
ContentItem |
ContentItemEvent.getContentItem()
|
Methods in wt.clients.beans.contentholder with parameters of type ContentItem | |
private String |
WTContentHolder.getObjectKey(ContentItem content_item)
getObjectKey returns a String value which is
used as the key for placing ContentItems into and
getting ContentItems from the HashMap of
ContentItems associated with the ContentHolder . |
private void |
WTContentHolder.addToList(int row,
ContentItem item)
|
private void |
WTContentHolder.handleCreateEvent(ContentItem new_content)
|
private void |
WTContentHolder.handleUpdateEvent(ContentItem updated_content)
|
private Image |
WTContentHolder.getStandardIcon(ContentItem content)
|
private String |
WTContentHolder.getOIDString(ContentItem contentItem)
|
private String |
WTContentHolder.formatContentItem(ContentItem contentItem)
|
private WTContentHolder.FileInfo |
WTContentHolder.locateFile(ContentHolder contentHolder,
ContentItem contentItem)
|
void |
WTContentHolder.ActionThread.setContentItem(ContentItem content_item)
|
void |
ContentItemEvent.setContentItem(ContentItem item)
|
Constructors in wt.clients.beans.contentholder with parameters of type ContentItem | |
WTContentHolder.ActionThread(ThreadGroup thread_group,
int action,
ContentItem item)
|
|
ContentItemEvent(Object source,
ContentItem item)
|
|
ContentItemEvent(Object source,
ContentItem item,
int action)
|
Uses of ContentItem in wt.clients.content |
Methods in wt.clients.content with parameters of type ContentItem | |
static boolean |
UploadDownloadTaskLogic.isEqual(ContentItem content_a,
ContentItem content_b)
Method isEqual tests whether two given ContentItems
are the same item. |
Uses of ContentItem in wt.clients.doc |
Methods in wt.clients.doc with parameters of type ContentItem | |
private static String |
SecondaryContentLoader.getOIDString(ContentItem contentitem)
|
Uses of ContentItem in wt.clients.util.http |
Fields in wt.clients.util.http declared as ContentItem | |
private ContentItem |
HTTPUploadDownloadPanel.cachedContentItem
|
Methods in wt.clients.util.http that return ContentItem | |
private ContentItem |
HTTPUploadDownloadPanel.getPrimaryContentItem()
|
protected static ContentItem |
HTTPUploadDownloadInfo.getPrimary(FormatContentHolder document)
|
ContentItem |
HTTPUploadDownloadInfo.getPrimary()
|
Methods in wt.clients.util.http with parameters of type ContentItem | |
private boolean |
HTTPUploadDownloadPanel.savePrimaryContentItem(ContentItem primary)
|
private HTTPUploadDownloadPanel.TargetInfo |
HTTPUploadDownloadPanel.getExistingTargetInfo(ContentItem item)
|
Uses of ContentItem in wt.content |
Subclasses of ContentItem in wt.content | |
class |
Aggregate
Use the newAggregate static factory method(s), not the Aggregate
constructor, to construct instances of this class. |
class |
ApplicationData
Handles the file system information for the content data. |
class |
URLData
This allows a URL link to be attached to a ContentHolder |
Methods in wt.content that return ContentItem | |
ContentItem |
StandardContentService.updatePrimary(FormatContentHolder holder,
ContentItem item)
Update the primary for the passed FormatContentHolder with the passed ContentItem. |
ContentItem |
StandardContentService.getPrimary(FormatContentHolder holder)
Deprecated. |
ContentItem |
StandardContentService.copyContentItem(ContentHolder holder,
ContentItem item)
Make an exact copy of the ContentItem for the passed holder. |
ContentItem |
StandardContentService.getPrimaryContent(ObjectReference formatContentHolderRef)
Get the primary ContentItem for the passed reference to a ContentHolder. |
ContentItem |
HttpOperationItem.getContentItem()
Deprecated. |
ContentItem |
HolderToContent.getContentItem()
Gets the object for the association that plays role: CONTENT_ITEM_ROLE. |
ContentItem |
FormatContentHolder.getPrimary()
Gets the value of the attribute: PRIMARY. |
ContentItem |
ContentServiceSvr.updatePrimary(FormatContentHolder holder,
ContentItem item)
Update the primary for the passed FormatContentHolder with the passed ContentItem. |
ContentItem |
ContentServiceFwd.getPrimary(FormatContentHolder holder)
Deprecated. |
ContentItem |
ContentServiceFwd.copyContentItem(ContentHolder holder,
ContentItem item)
Make an exact copy of the ContentItem for the passed holder. |
ContentItem |
ContentServiceFwd.getPrimaryContent(ObjectReference formatContentHolderRef)
Get the primary ContentItem for the passed reference to a ContentHolder. |
ContentItem |
ContentService.getPrimary(FormatContentHolder holder)
Deprecated. |
ContentItem |
ContentService.copyContentItem(ContentHolder holder,
ContentItem item)
Make an exact copy of the ContentItem for the passed holder. |
ContentItem |
ContentService.getPrimaryContent(ObjectReference formatContentHolderRef)
Get the primary ContentItem for the passed reference to a ContentHolder. |
static ContentItem |
ContentHelper.getPrimary(FormatContentHolder holder)
Returns the primary ContentItem for a FormatContentHolder, if it exists. |
ContentItem |
AggToContentItem.getContentItem()
Gets the object for the association that plays role: CONTENT_ITEM_ROLE. |
Methods in wt.content with parameters of type ContentItem | |
String |
StandardContentService.getFormatName(ContentItem item)
Supported API: false |
void |
StandardContentService.deleteContent(ContentHolder holder,
ContentItem item)
Deletes the passed ContentItem for the given ContentHolder. |
ContentItem |
StandardContentService.updatePrimary(FormatContentHolder holder,
ContentItem item)
Update the primary for the passed FormatContentHolder with the passed ContentItem. |
ContentItem |
StandardContentService.copyContentItem(ContentHolder holder,
ContentItem item)
Make an exact copy of the ContentItem for the passed holder. |
private void |
StandardContentService.addItemToHolder(ContentHolder holder,
ContentItem item,
WTKeyedMap holders,
HashSet itemIds,
HashSet streamIds)
|
private void |
StandardContentService.collectStreamedForContentItem(ContentItem item,
boolean onDeleteEvent,
WTCollection streameds)
|
private void |
StandardContentService.cleanUpAllContent(ContentHolder holder,
ContentItem item,
boolean onDeleteEvent)
|
private void |
StandardContentService.cleanUpContent(ContentItem item,
boolean onDeleteEvent)
|
private void |
StandardContentService.setFormat(ContentItem item)
|
static void |
StandardContentService.setFormat(String filename,
ContentItem item)
|
FormatContentHolder |
StandardContentService.updateHolderFormat(FormatContentHolder holder,
ContentItem item)
|
private void |
StandardContentService.setFormat(ContentItem item,
String name)
|
void |
HttpOperationItem.setContentItem(ContentItem theContentItem)
Deprecated. |
static HttpOperationItem |
HttpOperationItem.newHttpOperationItem(ContentItem theContentItem,
HttpContentOperation theHttpContentOperation)
Deprecated. |
void |
HolderToContent.setContentItem(ContentItem theContentItem)
Sets the object for the association that plays role: CONTENT_ITEM_ROLE. |
static HolderToContent |
HolderToContent.newHolderToContent(ContentHolder theContentHolder,
ContentItem theContentItem)
Default factory for the class. |
void |
FormatContentHolder.setPrimary(ContentItem a_Primary)
Sets the value of the attribute: PRIMARY. |
String |
ContentServiceSvr.getFormatName(ContentItem item)
Supported API: false |
void |
ContentServiceSvr.deleteContent(ContentHolder holder,
ContentItem item)
Deletes the passed ContentItem for the given ContentHolder. |
ContentItem |
ContentServiceSvr.updatePrimary(FormatContentHolder holder,
ContentItem item)
Update the primary for the passed FormatContentHolder with the passed ContentItem. |
ContentItem |
ContentServiceFwd.copyContentItem(ContentHolder holder,
ContentItem item)
Make an exact copy of the ContentItem for the passed holder. |
ContentItem |
ContentService.copyContentItem(ContentHolder holder,
ContentItem item)
Make an exact copy of the ContentItem for the passed holder. |
protected boolean |
ContentItem.readVersion(ContentItem thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
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)
|
private static void |
ContentHtml.displayRowForContent(ContentItem item,
PrintWriter out,
boolean remove)
|
private static void |
ContentHtml.displayRowForURL(ContentItem item,
PrintWriter out,
boolean remove)
|
private static String |
ContentHtml.displayIcon(ContentItem item)
|
private static String |
ContentHtml.fileInput(ContentItem item)
|
private static String |
ContentHtml.fileInput(ContentItem item,
boolean remove)
|
void |
AggToContentItem.setContentItem(ContentItem theContentItem)
Sets the object for the association that plays role: CONTENT_ITEM_ROLE. |
static AggToContentItem |
AggToContentItem.newAggToContentItem(ContentItem theContentItem,
Aggregate theAggregate)
Default factory for the class. |
Uses of ContentItem in wt.dataops |
Methods in wt.dataops that return ContentItem | |
ContentItem |
DataMaintRecord.getLog()
Gets the log of this data operation. |
ContentItem |
DataMaintRecord.getOperandsInfo()
Gets the operands of this data operation. |
private ContentItem |
DataMaintRecord.getContentWithPrefix(String prefix)
|
Uses of ContentItem in wt.doc |
Fields in wt.doc declared as ContentItem | |
private ContentItem |
WTDocument.primary
|
Methods in wt.doc that return ContentItem | |
ContentItem |
WTDocument.getPrimary()
Gets the value of the attribute: PRIMARY. |
Methods in wt.doc with parameters of type ContentItem | |
private String |
WTDocumentProcessor.getOIDString(ContentItem contentitem)
Deprecated. |
private static String |
WTDocumentProcessor.displayIcon(ContentItem contentitem)
Deprecated. |
void |
WTDocument.setPrimary(ContentItem a_Primary)
Sets the value of the attribute: PRIMARY. |
Uses of ContentItem in wt.epm |
Fields in wt.epm declared as ContentItem | |
private ContentItem |
EPMDocument.primary
|
Methods in wt.epm that return ContentItem | |
ContentItem |
EPMDocument.getPrimary()
Gets the value of the attribute: PRIMARY. |
Methods in wt.epm with parameters of type ContentItem | |
void |
EPMDocument.setPrimary(ContentItem a_Primary)
Sets the value of the attribute: PRIMARY. |
Uses of ContentItem in wt.epm.delegate |
Methods in wt.epm.delegate that return ContentItem | |
protected static ContentItem |
StaleDocumentInfo.getPrimary(WTCollection contents)
Given a list of ContentItems, returns the primary content. |
Uses of ContentItem in wt.epm.familytable |
Fields in wt.epm.familytable declared as ContentItem | |
private ContentItem |
EPMSepFamilyTable.primary
|
Methods in wt.epm.familytable that return ContentItem | |
ContentItem |
EPMSepFamilyTable.getPrimary()
Gets the value of the attribute: PRIMARY. |
Methods in wt.epm.familytable with parameters of type ContentItem | |
void |
EPMSepFamilyTable.setPrimary(ContentItem a_Primary)
Sets the value of the attribute: PRIMARY. |
Uses of ContentItem in wt.epm.identity |
Methods in wt.epm.identity that return ContentItem | |
private ContentItem |
EPMDocumentIconDelegate.getPrimaryContent(EPMDocument doc,
ContentHolder holder)
|
Uses of ContentItem in wt.epm.util |
Methods in wt.epm.util that return ContentItem | |
static ContentItem |
ContentUtil.getNamedContent(ContentHolder ch,
String name)
Find a ContentItem by name. |
Methods in wt.epm.util with parameters of type ContentItem | |
static String |
EPMContentHelper.getContentName(EPMDocument doc,
ContentItem item)
|
private static String |
EPMContentHelper.getName(EPMDocument doc,
ContentItem item)
|
Uses of ContentItem in wt.federation |
Subclasses of ContentItem in wt.federation | |
class |
ProxyURLData
Use the newProxyURLData static factory method(s), not the
ProxyURLData constructor, to construct instances of this
class. |
Uses of ContentItem in wt.ixb.conflictFramework |
Fields in wt.ixb.conflictFramework declared as ContentItem | |
private ContentItem |
ImportSession.primary
|
Methods in wt.ixb.conflictFramework that return ContentItem | |
ContentItem |
ImportSession.getPrimary()
Gets the value of the attribute: PRIMARY. |
Methods in wt.ixb.conflictFramework with parameters of type ContentItem | |
void |
ImportSession.setPrimary(ContentItem a_Primary)
Sets the value of the attribute: PRIMARY. |
Uses of ContentItem in wt.ixb.handlers.forattributes |
Fields in wt.ixb.handlers.forattributes declared as ContentItem | |
private ContentItem |
ExpImpForContentAttr.ContentFileInfo.theItem
|
Methods in wt.ixb.handlers.forattributes that return ContentItem | |
ContentItem |
ExpImpForContentAttr.ContentFileInfo.getContentItem()
|
Methods in wt.ixb.handlers.forattributes with parameters of type ContentItem | |
String |
ExpImpForContentAttr.storeInXMLFileContentItem(ContentItem item,
boolean isPrimary,
IxbElement fileXML,
Exporter exporter)
|
Constructors in wt.ixb.handlers.forattributes with parameters of type ContentItem | |
ExpImpForContentAttr.ContentFileInfo(ContentItem _item,
String _exportFileName)
|
Uses of ContentItem in wt.meeting |
Fields in wt.meeting declared as ContentItem | |
private ContentItem |
MeetingDeliverable.primary
|
private ContentItem |
MeetingDeliverable.primary
|
Methods in wt.meeting that return ContentItem | |
ContentItem |
MeetingDeliverable.getPrimary()
Gets the value of the attribute: PRIMARY. |
ContentItem |
MeetingDeliverable.getPrimary()
Gets the value of the attribute: PRIMARY. |
Methods in wt.meeting with parameters of type ContentItem | |
void |
MeetingDeliverable.setPrimary(ContentItem a_Primary)
Sets the value of the attribute: PRIMARY. |
void |
MeetingDeliverable.setPrimary(ContentItem a_Primary)
Sets the value of the attribute: PRIMARY. |
Uses of ContentItem in wt.org.electronicIdentity |
Fields in wt.org.electronicIdentity declared as ContentItem | |
private ContentItem |
ElectronicSignature.primary
|
Methods in wt.org.electronicIdentity that return ContentItem | |
ContentItem |
ElectronicSignature.getPrimary()
Gets the value of the attribute: PRIMARY. |
Methods in wt.org.electronicIdentity with parameters of type ContentItem | |
void |
ElectronicSignature.setPrimary(ContentItem a_Primary)
Sets the value of the attribute: PRIMARY. |
Uses of ContentItem in wt.replication.ixbutil |
Methods in wt.replication.ixbutil with parameters of type ContentItem | |
void |
ReplIxbExportHandler.exportObjectContent(Object obj,
Exporter exporter,
ContentItem item,
String exportFileName)
|
Uses of ContentItem in wt.replication.unit |
Methods in wt.replication.unit with parameters of type ContentItem | |
long |
Manifest.addContent(ContentItem ci)
A caller passes a contentItem instance. |
long |
Manifest.addContent(ContentItem ci,
String fileName)
|
Uses of ContentItem in wt.templateutil.components |
Methods in wt.templateutil.components with parameters of type ContentItem | |
protected String |
PDMLinkDefaultLinkComponent.getDataUrl(ContentHolder contentHolder,
ContentItem contentItem,
OutputStream os,
Locale locale)
Deprecated. |
Uses of ContentItem in wt.viewmarkup |
Fields in wt.viewmarkup declared as ContentItem | |
private ContentItem |
WTMarkUp.primary
|
private ContentItem |
DerivedImage.primary
|
private ContentItem |
WTMarkUp.primary
|
private ContentItem |
DerivedImage.primary
|
Methods in wt.viewmarkup that return ContentItem | |
ContentItem |
WTMarkUp.getPrimary()
Gets the value of the attribute: PRIMARY. |
ContentItem |
DerivedImage.getPrimary()
Gets the value of the attribute: PRIMARY. |
ContentItem |
WTMarkUp.getPrimary()
Gets the value of the attribute: PRIMARY. |
ContentItem |
DerivedImage.getPrimary()
Gets the value of the attribute: PRIMARY. |
Methods in wt.viewmarkup with parameters of type ContentItem | |
void |
WTMarkUp.setPrimary(ContentItem a_Primary)
Sets the value of the attribute: PRIMARY. |
void |
DerivedImage.setPrimary(ContentItem a_Primary)
Sets the value of the attribute: PRIMARY. |
void |
WTMarkUp.setPrimary(ContentItem a_Primary)
Sets the value of the attribute: PRIMARY. |
void |
DerivedImage.setPrimary(ContentItem a_Primary)
Sets the value of the attribute: PRIMARY. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |