Uses of Class
wt.enterprise.CopyObjectInfo

Packages that use CopyObjectInfo
com.ptc.windchill.cadx.saveas   
com.ptc.windchill.uwgm.task.saveas   
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.structure   
wt.epm.workspaces   
 

Uses of CopyObjectInfo in com.ptc.windchill.cadx.saveas
 

Methods in com.ptc.windchill.cadx.saveas that return CopyObjectInfo
private  CopyObjectInfo[] SaveAsFormTaskDelegate.performSaveAs(HashMap objsForSaveAs)
           
 

Methods in com.ptc.windchill.cadx.saveas with parameters of type CopyObjectInfo
private  void SaveAsFormTaskDelegate.logDetailMessageAndReturn(CopyObjectInfo[] copyObjectInfo)
           
 

Uses of CopyObjectInfo in com.ptc.windchill.uwgm.task.saveas
 

Methods in com.ptc.windchill.uwgm.task.saveas that return CopyObjectInfo
private  CopyObjectInfo[] SaveAsTask.performSaveAs(HashMap objsForSaveAs)
           
 

Methods in com.ptc.windchill.uwgm.task.saveas with parameters of type CopyObjectInfo
private  void SaveAsTask.logDetailMessageAndReturn(CopyObjectInfo[] copyObjectInfo)
           
 

Uses of CopyObjectInfo in wt.enterprise
 

Fields in wt.enterprise declared as CopyObjectInfo
private  CopyObjectInfo[] EnterpriseServiceEvent.copyObjectInfo
           
 

Methods in wt.enterprise that return CopyObjectInfo
 CopyObjectInfo[] StandardEnterpriseService.newMultiObjectCopy(RevisionControlled[] originalObjects)
          Copy the objects, but do not persist them.
 CopyObjectInfo[] StandardEnterpriseService.saveMultiObjectCopy(CopyObjectInfo[] copyInformation)
          Used after the client has called newMultiObjectCopy and set any attributes on the objects that it wants to change.
 CopyObjectInfo[] StandardEnterpriseService.saveMultiObjectCopy(CopyMultiRules copyMultiRules, CopyObjectInfo[] copyInformation)
          Used after the client has called newMultiObjectCopy and set any attributes on the objects that it wants to change.
 CopyObjectInfo[] EnterpriseServiceFwd.newMultiObjectCopy(RevisionControlled[] originalObjects)
          Copy the objects, but do not persist them.
 CopyObjectInfo[] EnterpriseServiceFwd.saveMultiObjectCopy(CopyObjectInfo[] copyInformation)
          Used after the client has called newMultiObjectCopy and set any attributes on the objects that it wants to change.
 CopyObjectInfo[] EnterpriseServiceFwd.saveMultiObjectCopy(CopyMultiRules copyMultiRules, CopyObjectInfo[] copyInformation)
          Used after the client has called newMultiObjectCopy and set any attributes on the objects that it wants to change.
 CopyObjectInfo[] EnterpriseServiceEvent.getCopyObjectInfo()
          Gets the value of the attribute: copyObjectInfo; Contains the original, copy, and rules for each multi-copy object.
 CopyObjectInfo[] EnterpriseService.newMultiObjectCopy(RevisionControlled[] originalObjects)
          Copy the objects, but do not persist them.
 CopyObjectInfo[] EnterpriseService.saveMultiObjectCopy(CopyObjectInfo[] copyInformation)
          Used after the client has called newMultiObjectCopy and set any attributes on the objects that it wants to change.
 CopyObjectInfo[] EnterpriseService.saveMultiObjectCopy(CopyMultiRules copyMultiRules, CopyObjectInfo[] copyInformation)
          Used after the client has called newMultiObjectCopy and set any attributes on the objects that it wants to change.
 

Methods in wt.enterprise with parameters of type CopyObjectInfo
protected  void StandardEnterpriseService.dispatchVetoableEvent(String eventType, CopyObjectInfo[] copyInformation, CopyMultiRules rules)
          Dispatch a EnterpriseServiceEvent that includes the event type and target (i.e., CopyObjectInfo).
 CopyObjectInfo[] StandardEnterpriseService.saveMultiObjectCopy(CopyObjectInfo[] copyInformation)
          Used after the client has called newMultiObjectCopy and set any attributes on the objects that it wants to change.
 CopyObjectInfo[] StandardEnterpriseService.saveMultiObjectCopy(CopyMultiRules copyMultiRules, CopyObjectInfo[] copyInformation)
          Used after the client has called newMultiObjectCopy and set any attributes on the objects that it wants to change.
private  void StandardEnterpriseService.handleMultiRelationships(CopyMultiRules rules, CopyObjectInfo[] items)
           
 CopyObjectInfo[] EnterpriseServiceFwd.saveMultiObjectCopy(CopyObjectInfo[] copyInformation)
          Used after the client has called newMultiObjectCopy and set any attributes on the objects that it wants to change.
 CopyObjectInfo[] EnterpriseServiceFwd.saveMultiObjectCopy(CopyMultiRules copyMultiRules, CopyObjectInfo[] copyInformation)
          Used after the client has called newMultiObjectCopy and set any attributes on the objects that it wants to change.
 void EnterpriseServiceEvent.setCopyObjectInfo(CopyObjectInfo[] a_CopyObjectInfo)
          Sets the value of the attribute: copyObjectInfo; Contains the original, copy, and rules for each multi-copy object.
 CopyObjectInfo[] EnterpriseService.saveMultiObjectCopy(CopyObjectInfo[] copyInformation)
          Used after the client has called newMultiObjectCopy and set any attributes on the objects that it wants to change.
 CopyObjectInfo[] EnterpriseService.saveMultiObjectCopy(CopyMultiRules copyMultiRules, CopyObjectInfo[] copyInformation)
          Used after the client has called newMultiObjectCopy and set any attributes on the objects that it wants to change.
 

Constructors in wt.enterprise with parameters of type CopyObjectInfo
EnterpriseServiceEvent(String eventType, CopyObjectInfo[] copyInformation, CopyMultiRules copyMultiRules)
          Constructs a EnterpriseServiceEvent instance.
 

Uses of CopyObjectInfo in wt.epm.structure
 

Methods in wt.epm.structure with parameters of type CopyObjectInfo
protected static void CopyManagerUtility.processPostMultiCopyEvent(CopyObjectInfo[] copyObjectInfo)
           
protected static QueryResult CopyManagerUtility.getOriginalEPMDocuments(CopyObjectInfo[] copyObjectInfo)
           
private static void CopyManagerUtility.handleContainedInLinks(CopyObjectInfo[] items)
           
private static void CopyManagerUtility.copyForwardEPMParameterValues(CopyObjectInfo[] copyObjectInfo)
           
private static void CopyManagerUtility.copyForwardEPMFeatureValues(CopyObjectInfo[] copyObjectInfo)
           
 

Constructors in wt.epm.structure with parameters of type CopyObjectInfo
CopyManagerUtility.Cache(CopyObjectInfo[] items)
           
 

Uses of CopyObjectInfo in wt.epm.workspaces
 

Methods in wt.epm.workspaces with parameters of type CopyObjectInfo
static QueryResult EPMAsStoredHelper.copyEPMAsStoredConfig(CopyObjectInfo[] copyInfo, boolean replace)
          This method copies forward EPMAsStoredConfig for each of the given originals to the corresponding copy.