Uses of Class
wt.enterprise.CopyRules

Packages that use CopyRules
wt.content
content package — Content Handling Service

The content package allows content — files, URL links, and aggregates (multiple pieces of content that behave as a single file — to be associated with business objects. 

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.vc.struct
 
 

Uses of CopyRules in wt.content
 

Methods in wt.content with parameters of type CopyRules
protected  void StandardContentService.processPostCopyEvent(ContentHolder orig, ContentHolder copy, CopyRules copy_rules)
           
 

Uses of CopyRules in wt.enterprise
 

Fields in wt.enterprise declared as CopyRules
private static CopyRules StandardEnterpriseService.ALLRULES
           
private  CopyRules EnterpriseServiceEvent.copyRules
           
private static CopyRules CopyObjectToObjectLinkDelegate.RULES
           
private  CopyRules CopyObjectInfo.rules
           
 

Methods in wt.enterprise that return CopyRules
 CopyRules EnterpriseServiceEvent.getCopyRules()
          Gets the value of the attribute: copyRules; Rules used for this copy.
 CopyRules CopyObjectInfo.getRules()
          Gets the value of the attribute: rules; Rules for each class that Save As can be run against

Supported API: false
 

Methods in wt.enterprise with parameters of type CopyRules
protected  void StandardEnterpriseService.dispatchVetoableEvent(String eventType, RevisionControlled original, RevisionControlled copy, CopyRules rules)
          Dispatch a EnterpriseServiceEvent that includes the event type and target (i.e., Copied object).
 RevisionControlled StandardEnterpriseService.saveCopy(CopyRules rules, RevisionControlled original, RevisionControlled copy)
          Used after the client has called newCopy and set any attributes on the object that it wants to change.
private  void StandardEnterpriseService.copyRelationships(CopyRules rules, WTObject original, WTObject copy)
           
private  void StandardEnterpriseService.doCopyRelationships(CopyRules rules, WTObject original, WTObject copy, Hashtable copyObjectMap)
           
private  void StandardEnterpriseService.handleSingleRelationships(CopyRules rules, WTObject original, WTObject copy)
           
 RevisionControlled EnterpriseServiceFwd.saveCopy(CopyRules rules, RevisionControlled original, RevisionControlled copy)
          Used after the client has called newCopy and set any attributes on the object that it wants to change.
 void EnterpriseServiceEvent.setCopyRules(CopyRules a_CopyRules)
          Sets the value of the attribute: copyRules; Rules used for this copy.
 RevisionControlled EnterpriseService.saveCopy(CopyRules rules, RevisionControlled original, RevisionControlled copy)
          Used after the client has called newCopy and set any attributes on the object that it wants to change.
protected  boolean CopyRules.readVersion(CopyRules thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void CopyObjectInfo.setRules(CopyRules a_Rules)
          Sets the value of the attribute: rules; Rules for each class that Save As can be run against

Supported API: false
 

Constructors in wt.enterprise with parameters of type CopyRules
EnterpriseServiceEvent(String eventType, RevisionControlled original, RevisionControlled copy, CopyRules copyRules)
          Constructs a EnterpriseServiceEvent instance.
CopyObjectInfo(RevisionControlled a_Original, RevisionControlled a_Copy, CopyRules the_Rules)
          Constructor method.
 

Uses of CopyRules in wt.vc.struct
 

Methods in wt.vc.struct with parameters of type CopyRules
protected  void StandardStructService.copyLinksForNewCopy(RevisionControlled original, RevisionControlled copy, CopyRules copy_rules)