Hi All,
We are migrating from Webceneter 11.1.1.9framework application to webcenter portal application in 12c. We have a admin page for page content which uses doclib jars.
Code in 11 g:
<taskFlow id="doclibexplorer3"
taskFlowId="/oracle/webcenter/doclib/view/jsf/taskflows/explore/explorer.xml#doclib-explorer"
activation="conditional"
xmlns="http://xmlns.oracle.com/adf/controller/binding"
active="#{WCSecurityContext.userInAppRole['SPR_Page_Content_Admin'] && 'SPR_Page_Content_Admin' eq pageFlowScope.opnAdminAccrdn}">
<parameters>
<parameter id="treeNavCollapsed" value="${true}"/>
<parameter id="connectionName" value="${'spr-ucm'}"/>
<parameter id="startFolderPath"
value="${'/Enterprise Libraries/sp/WebContent'}"/>
<parameter id="resourceId" value="${''}"/>
<parameter id="readOnly" value="${false}"/>
<parameter id="showDocuments" value="${false}"/>
<parameter id="featuresOff" value="${''}"/>
<parameter id="showFolders" value="${true}"/>
</parameters>
</taskFlow>
while in 12c i dont find explorer TF but i have replaced /oracle/webcenter/doclib/view/jsf/taskflows/wikiFolderViewer/wikiFolderView.xml#doclib-wiki-folder-viewer with which look and feel is exactly the same but i am seeing only folder but not the documents , also the panel have missing upload download functionality.