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
- In BusinessEvents Studio Explorer, highlight the element (or folder) and perform one of the following actions.
Right-click the element and select Copy.Press Ctrl+C.Select.
- Highlight the project folder where you want to paste the element, and perform one of the following actions.
Right-click the folder and select Paste.Press Ctrl+V.Select.
If you are pasting an element to the same folder that you copied it from, a dialog enables you to provide a different name. The default value is CopyOfoldname
.