Package com.ptc.windchill.wp.rep
Class ReplicationPackage
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
com.ptc.windchill.wp._AbstractWorkPackage
com.ptc.windchill.wp.AbstractWorkPackage
com.ptc.windchill.wp.rep._ReplicationPackage
com.ptc.windchill.wp.rep.ReplicationPackage
- All Implemented Interfaces:
com.ptc.windchill.wp.rep._ReplicationPackageTypeInterface,com.ptc.windchill.wp.rep.ReplicationPackageTypeInterface,Externalizable,Serializable,wt.access._AccessControlled,wt.access._AccessControlList,wt.access._AdHocControlled,wt.access._IdentityAccessControlled,wt.access._PolicyAccessControlled,wt.access._SecurityLabeled,AccessControlled,wt.access.AccessControlList,AdHocControlled,wt.access.IdentityAccessControlled,wt.access.PolicyAccessControlled,SecurityLabeled,wt.admin._DomainAdministered,DomainAdministered,wt.content._ContentHolder,wt.content._FormatContentHolder,ContentHolder,FormatContentHolder,wt.facade.contentcontrol._ContentControlled,wt.facade.contentcontrol.ContentControlled,wt.facade.persistedcollection._PersistedCollectableHolder,wt.facade.persistedcollection._PersistedCollectableNestedHolder,wt.facade.persistedcollection._PersistedCollectionHolder,wt.facade.persistedcollection._PersistedCollectionNestedHolder,PersistedCollectableHolder,PersistedCollectableNestedHolder,PersistedCollectionHolder,PersistedCollectionNestedHolder,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc.adminlock._AdministrativelyLockable,AdministrativelyLockable,NetFactor,ObjectMappable,Persistable,wt.federation._FederatedLinkHolder,wt.federation._RemotelyLinkable,wt.federation.FederatedLinkHolder,wt.federation.RemotelyLinkable,wt.iba.value._IBAHolder,wt.iba.value.IBAHolder,DisplayIdentification,wt.index._Indexable,Indexable,wt.inf.container._WTContained,WTContained,wt.lifecycle._IteratedLifeCycleManaged,_LifeCycleManaged,IteratedLifeCycleManaged,LifeCycleManaged,wt.meeting.actionitem._IteratedSubjectOfActionItem,wt.meeting.actionitem._SubjectOfActionItem,wt.meeting.actionitem.IteratedSubjectOfActionItem,wt.meeting.actionitem.SubjectOfActionItem,wt.notify._Notifiable,Notifiable,_OrganizationOwned,wt.org._OrganizationOwnedVersion,OrganizationOwned,OrganizationOwnedVersion,wt.ownership._Ownable,wt.ownership.Ownable,wt.projmgmt.deliverable._SubjectOfDeliverable,wt.projmgmt.deliverable._VersionedSubjectOfDeliverable,wt.projmgmt.deliverable.SubjectOfDeliverable,wt.projmgmt.deliverable.VersionedSubjectOfDeliverable,wt.recent.RecentlyVisited,_TeamManaged,TeamManaged,wt.type._Typed,wt.type._TypeManaged,wt.type.FlexTyped,wt.type.Typed,wt.type.TypeManaged,wt.ufid._Federatable,wt.ufid.Federatable,_Iterated,wt.vc._Versionable,wt.vc._Versioned,Iterated,Versionable,Versioned,wt.workflow.forum._IteratedSubjectOfForum,wt.workflow.forum._SubjectOfForum,wt.workflow.forum.IteratedSubjectOfForum,SubjectOfForum,wt.workflow.notebook._IteratedSubjectOfNotebook,wt.workflow.notebook._SubjectOfNotebook,wt.workflow.notebook.IteratedSubjectOfNotebook,wt.workflow.notebook.SubjectOfNotebook
@GenAsPersistable(superClass=AbstractWorkPackage.class,interfaces=com.ptc.windchill.wp.rep.ReplicationPackageTypeInterface.class,foreignKeys={@GeneratedForeignKey(name="ReplicationPackageReplicationPackageMasterLink",foreignKeyRole=@ForeignKeyRole(name="master",type=ReplicationPackageMaster.class,cascade=false,constraints=@PropertyConstraints(required=true),accessors=@PropertyAccessors(getAccess=PRIVATE)),myRole=@MyRole(name="iteration",cascade=false,accessors=@PropertyAccessors(getAccess=PRIVATE,setAccess=PROTECTED))),@GeneratedForeignKey(name="ReplicationPackageContextLink",foreignKeyRole=@ForeignKeyRole(name="contextObject",type=WTContained.class,cascade=false,constraints=@PropertyConstraints(required=false)),myRole=@MyRole(name="theWorkPackage")),@GeneratedForeignKey(name="ReplicationPackageMadeFromLink",foreignKeyRole=@ForeignKeyRole(name="madeFrom",type=ReplicationPackage.class,cascade=false,constraints=@PropertyConstraints(required=false)),myRole=@MyRole(name="workPackage",cascade=false))},iconProperties=@IconProperties(standardIcon="netmarkets/images/rep_package.png",openIcon="netmarkets/images/rep_package.png"))
public class ReplicationPackage
extends com.ptc.windchill.wp.rep._ReplicationPackage
*
Use the newReplicationPackage static factory method(s), not the ReplicationPackage
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 interface wt.vc._Iterated
CONTROL_BRANCH, CREATOR_EMAIL, CREATOR_FULL_NAME, CREATOR_NAME, ITERATION_IDENTIFIER, ITERATION_NOTE, LATEST_ITERATION, MASTER, MASTER_REFERENCE, MODIFIER, MODIFIER_EMAIL, MODIFIER_FULL_NAME, MODIFIER_NAMEFields inherited from interface wt.lifecycle._LifeCycleManaged
LIFE_CYCLE_STATE, STATEFields inherited from interface wt.org._OrganizationOwned
ORGANIZATION_CODING_SYSTEM, ORGANIZATION_NAME, ORGANIZATION_UNIQUE_IDENTIFIERFields inherited from interface wt.team._TeamManaged
TEAM_ID, TEAM_TEMPLATE_ID -
Method Summary
Methods inherited from class com.ptc.windchill.wp.AbstractWorkPackage
getName, getOrganization, setOrganizationMethods inherited from class com.ptc.windchill.wp._AbstractWorkPackage
getControlBranch, getCreatorEMail, getCreatorFullName, getCreatorName, getIterationIdentifier, getIterationNote, getLifeCycleState, getMasterReference, getModifier, getModifierEMail, getModifierFullName, getModifierName, getOrganizationCodingSystem, getOrganizationName, getOrganizationUniqueIdentifier, getState, getTeamId, getTeamTemplateId, isLatestIteration, setMasterReference
-
Method Details
-
newReplicationPackage
Default factory for the class.
Supported API: true- Returns:
- ReplicationPackage
- Throws:
WTException- the wT exception
-