Package wt.content

Interface ContentHolder

All Superinterfaces:
wt.content._ContentHolder, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, NetFactor, ObjectMappable, Persistable, Serializable
All Known Subinterfaces:
wt.epm.familytable._EPMFamilyTable, wt.content._FormatContentHolder, _Genericizable, wt.representation._Representable, _Representation, EPMFamilyTable, FormatContentHolder, Genericizable, Representable, Representation
All Known Implementing Classes:
com.ptc.windchill.rd._AbstractReceivedDelivery, _AbstractRemaObject, _AbstractWorkPackage, _AnalysisActivity, _CAPAActionPlan, com.ptc.windchill.wadm.cdrl._CDRLBasePackage, _ChangeActivity2, _ChangeConcern, _ChangeInvestigation, _ChangeIssue, _ChangeOrder2, _ChangeProposal, _ChangeRequest2, _ChangeReview, com.ptc.windchill.wadm.cdrl._ContractPackage, _DefaultWTContainerTemplate, com.ptc.windchill.wp.delivery._DeliveryRecord, _EPMDocument, _EPMSepFamilyTable, _FDAUDISubmission, wt.workflow.notebook._ImportedBookmark, com.ptc.windchill.rd._Inbox, com.ptc.windchill.suma.part._ManufacturerPart, _MPMMfgProcess, _MPMMfgStandardGroup, _MPMOperation, com.ptc.windchill.mpml.resource._MPMOperationAssignableResource, _MPMPlant, _MPMProcessMaterial, _MPMProcessPlan, _MPMResource, _MPMResourceGroup, _MPMSequence, _MPMSkill, _MPMStandardCC, _MPMStandardOperation, _MPMTooling, _MPMWorkCenter, com.ptc.qualitymanagement.nc._NCAnalysisActivity, com.ptc.qualitymanagement.nc.investigation._NCInvestigation, _Nonconformance, _OptionSet, _PartList, _ProjectPlan, _PromotionNotice, _ProxyDocument, _ProxyUser, com.ptc.windchill.rd._ReceivedDelivery, com.ptc.windchill.rd._ReceivedDeliveryChunkInfo, _RegulatorySubmission, com.ptc.windchill.wp.rep._ReplicationPackage, com.ptc.windchill.enterprise.requirement._Requirement, com.ptc.windchill.enterprise.requirement._Specification, _SpecificationTemplate, com.ptc.windchill.suma.part._SupplierPart, com.ptc.windchill.wp.tdp._TechnicalDataPackage, _UDISubmission, _UdiSuperSet, _UdiSuperSet2, _VariantSpec, com.ptc.windchill.suma.part._VendorPart, _WfProcess, _WfProcessTemplate, com.ptc.windchill.wp._WorkPackage, _WTAnalysisActivity, _WTChangeActivity2, _WTChangeInvestigation, _WTChangeIssue, _WTChangeOrder2, _WTChangeProposal, _WTChangeRequest2, _WTDocument, _WTPart, _WTPartAlternateRep, _WTPartRequest, wt.org._WTUser, _WTVariance, com.ptc.windchill.rd.AbstractReceivedDelivery, AbstractRemaObject, AbstractWorkPackage, AnalysisActivity, CAPAActionPlan, CDRLBasePackage, ChangeActivity2, ChangeConcern, ChangeInvestigation, ChangeIssue, ChangeOrder2, ChangeProposal, ChangeRequest2, ChangeReview, ContractPackage, DefaultWTContainerTemplate, DeliveryRecord, EPMDocument, EPMSepFamilyTable, FDAUDISubmission, ImportedBookmark, Inbox, ManufacturerPart, MPMMfgProcess, MPMMfgStandardGroup, MPMOperation, com.ptc.windchill.mpml.resource.MPMOperationAssignableResource, MPMPlant, MPMProcessMaterial, MPMProcessPlan, MPMResource, MPMResourceGroup, MPMSequence, MPMSkill, MPMStandardCC, MPMStandardOperation, MPMTooling, MPMWorkCenter, NCAnalysisActivity, NCInvestigation, Nonconformance, OptionSet, PartList, ProjectPlan, PromotionNotice, ProxyDocument, ProxyUser, ReceivedDelivery, ReceivedDeliveryChunkInfo, RegulatorySubmission, ReplicationPackage, Requirement, Specification, SpecificationTemplate, SupplierPart, TechnicalDataPackage, UDISubmission, UdiSuperSet, UdiSuperSet2, VariantSpec, VendorPart, WfProcess, WfProcessTemplate, WorkPackage, WTAnalysisActivity, WTChangeActivity2, WTChangeInvestigation, WTChangeIssue, WTChangeOrder2, WTChangeProposal, WTChangeRequest2, WTDocument, WTPart, WTPartAlternateRep, WTPartRequest, WTUser, WTVariance

@GenAsPersistable(extendable=true,properties={@GeneratedProperty(name="contentVector",type=java.util.Vector.class,supportedAPI=PRIVATE,javaDoc="This is a non-persistent vector that is used to pass content from server to client. Should not be directly accessed by the client.",columnProperties=@ColumnProperties(persistent=false)),@GeneratedProperty(name="hasContents",type=boolean.class,supportedAPI=PRIVATE,javaDoc="This is a non-persistent variable that is used to pass information from server to client. Should not be directly accessed by the client",columnProperties=@ColumnProperties(persistent=false)),@GeneratedProperty(name="operation",type=wt.content.HttpContentOperation.class,supportedAPI=PRIVATE,columnProperties=@ColumnProperties(persistent=false)),@GeneratedProperty(name="httpVector",type=java.util.Vector.class,supportedAPI=PRIVATE,javaDoc="This is a non-persistent vector that is used to pass content from server to client. Should not be directly accessed by the client.",columnProperties=@ColumnProperties(persistent=false))}) public interface ContentHolder extends wt.content._ContentHolder
This is the interface an iterated business class should implement if the business class is to handle bulk file data and/or URL links. This is the interface that a client would work with to manipulate business objects that contain content.

Supported API: true

Extendable: true
See Also: