Copy-Pasting an Element
Copy-pasting is not a true refactoring operation, because it does change the behavior of the TIBCO BusinessEvents Studio project.
You would generally make manual changes to your project to use the newly created project element. However, some limited refactoring is done for your convenience. For example, the definition of a rule or rule function begins with its fully qualified name, such as the following:
rule SomeRules.Application_Rule
If you copy and paste the above rule into the folder OtherRules, the definition of the rule automatically changes to:
rule OtherRules.Application_Rule
Procedure
Copyright © TIBCO Software Inc. All rights reserved.