Class ReceivedDelivery

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
com.ptc.windchill.rd._AbstractReceivedDelivery
com.ptc.windchill.rd.AbstractReceivedDelivery
com.ptc.windchill.rd._ReceivedDelivery
com.ptc.windchill.rd.ReceivedDelivery
All Implemented Interfaces:
Externalizable, Serializable, wt.access._AccessControlled, wt.access._AccessControlList, wt.access._AdHocControlled, wt.access._PolicyAccessControlled, wt.access._SecurityLabeled, AccessControlled, wt.access.AccessControlList, AdHocControlled, wt.access.PolicyAccessControlled, SecurityLabeled, wt.admin._DomainAdministered, DomainAdministered, wt.content._ContentHolder, wt.content._FormatContentHolder, ContentHolder, FormatContentHolder, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, wt.fc.adminlock._AdministrativelyLockable, AdministrativelyLockable, NetFactor, ObjectMappable, Persistable, wt.iba.value._IBAHolder, wt.iba.value.IBAHolder, DisplayIdentification, wt.index._Indexable, Indexable, wt.inf.container._WTContained, WTContained, _LifeCycleManaged, LifeCycleManaged, wt.notify._Notifiable, Notifiable, wt.recent.RecentlyVisited, _TeamManaged, TeamManaged, wt.type._TypeManaged, wt.type.TypeManaged, wt.workflow.forum._SubjectOfForum, SubjectOfForum

@GenAsPersistable(superClass=com.ptc.windchill.rd.AbstractReceivedDelivery.class,interfaces=wt.type.TypeManaged.class,serializable=EXTERNALIZABLE_BASIC,properties={@GeneratedProperty(name="senderName",type=java.lang.String.class,accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="senderEmail",type=java.lang.String.class,accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="deliveryRecipientName",type=java.lang.String.class,accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="senderUFID",type=java.lang.String.class,accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="senderContactInfo",type=java.lang.String.class,accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="deliveryRecipientUFID",type=java.lang.String.class,accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="recipientAddressNContact",type=java.lang.String.class,accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="deliveryRecipientEmail",type=java.lang.String.class,accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="recipientInstructions",type=java.lang.String.class,accessors=@PropertyAccessors(setExceptions={}),constraints=@PropertyConstraints(upperLimit=4000)),@GeneratedProperty(name="fidelity",type=IXFidelity.class,javaDoc="Import/Export Fidelity level",accessors=@PropertyAccessors(setExceptions={}))},iconProperties=@IconProperties(standardIcon="netmarkets/images/receive_delivery.png")) public class ReceivedDelivery extends com.ptc.windchill.rd._ReceivedDelivery

Use the newReceivedDelivery static factory method(s), not the ReceivedDelivery constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also:
  • Field Summary

    Fields inherited from class com.ptc.windchill.rd._ReceivedDelivery

    DELIVERY_RECIPIENT_EMAIL, DELIVERY_RECIPIENT_NAME, DELIVERY_RECIPIENT_UFID, EXTERNALIZATION_VERSION_UID, FIDELITY, RECIPIENT_ADDRESS_NCONTACT, RECIPIENT_INSTRUCTIONS, SENDER_CONTACT_INFO, SENDER_EMAIL, SENDER_NAME, SENDER_UFID

    Fields inherited from class com.ptc.windchill.rd._AbstractReceivedDelivery

    APPLICATION_CONTEXT, BASE_DELIVERY_NUMBER, BASE_DELIVERY_UFID, COLLABORATION_SOURCE_INFO, COLLABORATION_SOURCE_INFO_REFERENCE, CREATOR, DELIVERY_NUMBER, DELIVERY_OPTION_TYPE, DELIVERY_UFID, DESCRIPTION, IMPORT_STATUS, IMPORT_TIME, IMPORTER, INSTALLED_MODULES, MODIFIER, NUMBER, NUMBER_OF_CHUNKS, PACKAGE_NAME, PACKAGE_NUMBER, PACKAGE_REVISION, PACKAGE_UFID, RECEIVED_PACKAGE_MASTER, RECEIVED_PACKAGE_MASTER_REFERENCE, SOURCE_REPOSITORY, ZIP_CREATION_TIME

    Fields inherited from class wt.fc._WTObject

    CREATE_TIMESTAMP, MODIFY_TIMESTAMP

    Fields inherited from interface wt.access._AdHocControlled

    ENTRY_SET

    Fields inherited from interface wt.fc.adminlock._AdministrativelyLockable

    ADMINISTRATIVE_LOCK

    Fields inherited from interface wt.content._ContentHolder

    CONTENT_VECTOR, HAS_CONTENTS, HTTP_VECTOR, OPERATION

    Fields inherited from interface wt.admin._DomainAdministered

    DOMAIN_REF, INHERITED_DOMAIN

    Fields inherited from interface wt.content._FormatContentHolder

    FORMAT, FORMAT_NAME, PRIMARY

    Fields inherited from interface wt.iba.value._IBAHolder

    ATTRIBUTE_CONTAINER

    Fields inherited from interface wt.index._Indexable

    INDEXER_SET

    Fields inherited from interface wt.notify._Notifiable

    EVENT_SET

    Fields inherited from interface wt.fc._Persistable

    PERSIST_INFO

    Fields inherited from interface wt.access._SecurityLabeled

    SECURITY_LABELS

    Fields inherited from interface wt.inf.container._WTContained

    CONTAINER, CONTAINER_NAME, CONTAINER_REFERENCE

    Fields inherited from interface wt.identity.DisplayIdentification

    DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPE

    Fields inherited from interface wt.fc.Persistable

    IDENTITY, TYPE

    Fields inherited from interface wt.access.SecurityLabeled

    SECURITY_LABELS_INTERNAL_VALUE

    Fields inherited from interface wt.inf.container.WTContained

    CONTAINER_ID
  • Method Summary

    Modifier and Type
    Method
    Description
    Default factory for the class.

    Methods inherited from class com.ptc.windchill.rd._ReceivedDelivery

    getClassInfo, getConceptualClassname, getDeliveryRecipientEmail, getDeliveryRecipientName, getDeliveryRecipientUFID, getRecipientAddressNContact, getRecipientInstructions, getSenderContactInfo, getSenderEmail, getSenderName, getSenderUFID, getType, readExternal, readExternal, readVersion, setDeliveryRecipientEmail, setDeliveryRecipientName, setDeliveryRecipientUFID, setFidelity, setRecipientAddressNContact, setRecipientInstructions, setSenderContactInfo, setSenderEmail, setSenderName, setSenderUFID, super_readExternal_ReceivedDelivery, super_readVersion_ReceivedDelivery, super_writeExternal_ReceivedDelivery, writeExternal, writeExternal

    Methods inherited from class com.ptc.windchill.rd.AbstractReceivedDelivery

    canTransition, getCurrentState, setCreationState, transition, transition, transition

    Methods inherited from class com.ptc.windchill.rd._AbstractReceivedDelivery

    getAdministrativeLock, getApplicationContext, getAttributeContainer, getBaseDeliveryNumber, getBaseDeliveryUFID, getCollaborationSourceInfo, getCollaborationSourceInfoReference, getContainer, getContainerName, getContainerReference, getContentVector, getCreator, getDeliveryNumber, getDeliveryOptionType, getDeliveryUFID, getDescription, getDomainRef, getEntrySet, getEventSet, getFormat, getFormatName, getHttpVector, getImporter, getImportStatus, getImportTime, getIndexerSet, getInstalledModules, getLifeCycleName, getLifeCycleState, getLifeCycleTemplate, getModifier, getNumber, getNumberOfChunks, getOperation, getPackageName, getPackageNumber, getPackageRevision, getPackageUfid, getPrimary, getReceivedPackageMaster, getReceivedPackageMasterReference, getSecurityLabels, getSourceRepository, getState, getTeamId, getTeamIdentity, getTeamName, getTeamTemplateId, getTeamTemplateIdentity, getTeamTemplateName, getZipCreationTime, isHasContents, isInheritedDomain, isLifeCycleAtGate, isLifeCycleBasic, readVersion, setAdministrativeLock, setApplicationContext, setAttributeContainer, setBaseDeliveryNumber, setBaseDeliveryUFID, setCollaborationSourceInfo, setCollaborationSourceInfoReference, setContainer, setContainerReference, setContentVector, setCreator, setDeliveryNumber, setDeliveryOptionType, setDeliveryUFID, setDescription, setDomainRef, setEntrySet, setEventSet, setFormat, setHasContents, setHttpVector, setImporter, setImportStatus, setImportTime, setIndexerSet, setInheritedDomain, setModifier, setNumber, setNumberOfChunks, setOperation, setPackageName, setPackageNumber, setPackageRevision, setPackageUfid, setPrimary, setReceivedPackageMaster, setReceivedPackageMasterReference, setSecurityLabels, setState, setTeamId, setTeamTemplateId, setZipCreationTime, super_readExternal_AbstractReceivedDelivery, super_readVersion_AbstractReceivedDelivery, super_writeExternal_AbstractReceivedDelivery

    Methods inherited from class wt.fc._WTObject

    equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfo

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface wt.fc._Persistable

    getPersistInfo, setPersistInfo

    Methods inherited from interface wt.fc.Persistable

    checkAttributes, getIdentity
  • Method Details

    • newReceivedDelivery

      public static ReceivedDelivery newReceivedDelivery() throws WTException
      Default factory for the class.

      Supported API: true
      Returns:
      ReceivedDelivery
      Throws:
      WTException