This repository was archived by the owner on Apr 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathExtensions.xml
More file actions
109 lines (104 loc) · 6.66 KB
/
Copy pathExtensions.xml
File metadata and controls
109 lines (104 loc) · 6.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<?xml version="1.0" encoding="utf-8"?>
<PSXExtensionHandlerConfiguration handlerName="Java">
<Extension categorystring="contenteditor" context="user/" deprecated="no" handler="Java" name="pso_BuildAaRelationships" restoreRequestParamsOnError="no">
<initParam name="com.percussion.user.description">Builds AA relationships with the item being edited</initParam>
<initParam name="com.percussion.extension.version">1</initParam>
<initParam name="com.percussion.extension.reentrant">yes</initParam>
<initParam name="com.percussion.extension.relationshipbuilder.mode">BUILD</initParam>
<initParam name="className">com.percussion.pso.relationshipbuilder.exit.PSBuildAaRelationshipsExit</initParam>
<interface name="com.percussion.extension.IPSResultDocumentProcessor" />
<interface name="com.percussion.extension.IPSUdfProcessor" />
<PSXExtensionParamDef id="0">
<name>fieldName</name>
<dataType>java.lang.String</dataType>
<description>The name of the field providing the ids. (required)</description>
</PSXExtensionParamDef>
<PSXExtensionParamDef id="0">
<name>slotName</name>
<dataType>java.lang.String</dataType>
<description>The name of the slot whose relationships should be modified to match ids contained in field. (required)</description>
</PSXExtensionParamDef>
<PSXExtensionParamDef id="0">
<name>templateName</name>
<dataType>java.lang.String</dataType>
<description>The name of the template to be added to slot when relationships are created. (required)</description>
</PSXExtensionParamDef>
<PSXExtensionParamDef id="0">
<name>sourceItemType</name>
<dataType>java.lang.String</dataType>
<description>If the item being edited is the owner of the relationship then set this to 'OWNER'. Vice versa set it to 'DEPENDENT'. (required)</description>
</PSXExtensionParamDef>
<suppliedResources />
</Extension>
<Extension categorystring="contenteditor" context="user/" deprecated="no" handler="Java" name="pso_SelectAaRelationships" restoreRequestParamsOnError="no">
<initParam name="com.percussion.user.description">Select choices based on AA relationships with the item being edited </initParam>
<initParam name="com.percussion.extension.version">1</initParam>
<initParam name="com.percussion.extension.reentrant">yes</initParam>
<initParam name="com.percussion.extension.relationshipbuilder.mode">SELECT</initParam>
<initParam name="className">com.percussion.pso.relationshipbuilder.exit.PSBuildAaRelationshipsExit</initParam>
<interface name="com.percussion.extension.IPSUdfProcessor" />
<interface name="com.percussion.extension.IPSFieldOutputTransformer" />
<interface name="com.percussion.extension.IPSItemOutputTransformer" />
<PSXExtensionParamDef id="0">
<name>fieldName</name>
<dataType>java.lang.String</dataType>
<description>The name of the field providing the ids. (required)</description>
</PSXExtensionParamDef>
<PSXExtensionParamDef id="0">
<name>slotName</name>
<dataType>java.lang.String</dataType>
<description>The name of the slot whose relationships should be modified to match ids contained in field. (required)</description>
</PSXExtensionParamDef>
<PSXExtensionParamDef id="0">
<name>templateName</name>
<dataType>java.lang.String</dataType>
<description>The name of the template to be added to slot when relationships are created. (required)</description>
</PSXExtensionParamDef>
<PSXExtensionParamDef id="0">
<name>sourceItemType</name>
<dataType>java.lang.String</dataType>
<description>If the item being edited is the owner of the relationship then set this to 'OWNER'. Vice versa set it to 'DEPENDENT'. (required)</description>
</PSXExtensionParamDef>
<suppliedResources />
</Extension>
<Extension categorystring="contenteditor" context="user/" deprecated="no" handler="Java" name="pso_AddToFolders" restoreRequestParamsOnError="no">
<initParam name="com.percussion.user.description">Adds items to the folders.</initParam>
<initParam name="com.percussion.extension.version">1</initParam>
<initParam name="com.percussion.extension.reentrant">yes</initParam>
<initParam name="com.percussion.extension.relationshipbuilder.mode">BUILD</initParam>
<initParam name="className">com.percussion.pso.relationshipbuilder.exit.PSBuildFolderRelationshipsExit</initParam>
<interface name="com.percussion.extension.IPSResultDocumentProcessor" />
<PSXExtensionParamDef id="0">
<name>fieldName</name>
<dataType>java.lang.String</dataType>
<description>The name of the field providing the folder ids. (required)</description>
</PSXExtensionParamDef>
<PSXExtensionParamDef id="0">
<name>jcrQuery</name>
<dataType>java.lang.String</dataType>
<description>The JCR query gets all the folders to look into (must select on sys_folderid).(required)</description>
</PSXExtensionParamDef>
<suppliedResources />
</Extension>
<Extension categorystring="contenteditor" context="user/" deprecated="no" handler="Java" name="pso_SelectFolders" restoreRequestParamsOnError="no">
<initParam name="com.percussion.user.description">Selects folders that item being editted is in.</initParam>
<initParam name="com.percussion.extension.version">1</initParam>
<initParam name="com.percussion.extension.reentrant">yes</initParam>
<initParam name="com.percussion.extension.relationshipbuilder.mode">SELECT</initParam>
<initParam name="className">com.percussion.pso.relationshipbuilder.exit.PSBuildFolderRelationshipsExit</initParam>
<interface name="com.percussion.extension.IPSUdfProcessor" />
<interface name="com.percussion.extension.IPSFieldOutputTransformer" />
<interface name="com.percussion.extension.IPSItemOutputTransformer" />
<PSXExtensionParamDef id="0">
<name>fieldName</name>
<dataType>java.lang.String</dataType>
<description>The name of the field providing the folder ids. (required)</description>
</PSXExtensionParamDef>
<PSXExtensionParamDef id="0">
<name>jcrQuery</name>
<dataType>java.lang.String</dataType>
<description>The JCR query gets all the folders to look into (must select on sys_folderid).(required)</description>
</PSXExtensionParamDef>
<suppliedResources />
</Extension>
</PSXExtensionHandlerConfiguration>