Vetoing Operations Based on Owner Application
By default, the following operations are set for a client-side veto on objects owned by specific applications:
• Add link
• Change folder (Move)
• Check in
• Check out
• Delete IBA
• Delete link
• Delete (object)
• Modify property
• Revise
Each operation is controlled by a property that contains the operation name, and the operation is vetoed for all applications listed in the default value. To enable the operation for objects owned by a specific application, remove that application’s name from the default listing.
For example, to enable moving (changing the folder) of objects owned by the Pro/INTRALINK Gateway application, you modify the property wt.epm.veto.change.folder. The default value for the property is:
OPTEGRAGATEWAY,PROINTRALINKGATEWAY,PROPDMGATEWAY,
WORKMANAGERGATEWAY,IDEASTDM.
Therefore, you enable the move operation for Pro/INTRALINK Gateway-owned objects by removing PROINTRALINKGATEWAY, from the comma-delimited list, yielding the following setting for the property:
wt.epm.veto.change.folder=OPTEGRAGATEWAY,PROPDMGATEWAY,WO
RKMANAGERGATEWAY,IDEASTDM.
|
The property wt.epm.veto.delimiter defines the character used to delimit the list of owning applications. The default value is comma (,).
|