Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-05

oracle.apps.fnd.applcore.attachments.ui.managed
Class AttachmentTaskflowListener

java.lang.Object
  extended by oracle.apps.fnd.applcore.attachments.ui.managed.AttachmentTaskflowListener

public class AttachmentTaskflowListener
extends java.lang.Object

This class handles events in the DocPicker taskflow and ensures that the popup window closes.


Constructor Summary
AttachmentTaskflowListener()
           
 
Method Summary
protected  javax.faces.component.UIComponent _findComponentById(javax.faces.component.UIComponent parent, java.lang.String id, java.lang.Class classType)
          Find a component by ID when parent and searched component are passed.
protected  oracle.adf.view.rich.component.fragment.UIXDeclarativeComponent _getAttachmentsDC(oracle.adf.view.rich.event.RegionNavigationEvent event)
           
 java.lang.String getConnectionName()
           
 java.lang.String getFolderPath()
           
 boolean getRefreshTaskflow()
           
 oracle.webcenter.content.JCRContentID getSelectedId()
           
 java.lang.String getSelectedPath()
           
 void handleReturn(oracle.adf.view.rich.event.RegionNavigationEvent event)
          This method is referenced in the RichAttachment.jspx file The regionModel users this method to listen for events that occur in its taskflow.
 void setRefreshTaskflow(boolean value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentTaskflowListener

public AttachmentTaskflowListener()
Method Detail

_getAttachmentsDC

protected oracle.adf.view.rich.component.fragment.UIXDeclarativeComponent _getAttachmentsDC(oracle.adf.view.rich.event.RegionNavigationEvent event)

_findComponentById

protected javax.faces.component.UIComponent _findComponentById(javax.faces.component.UIComponent parent,
                                                               java.lang.String id,
                                                               java.lang.Class classType)
Find a component by ID when parent and searched component are passed.

Parameters:
parent - UIComponent Object
id - String value
classType - the type of class being searched for
Returns:
UIComponent Object

handleReturn

public void handleReturn(oracle.adf.view.rich.event.RegionNavigationEvent event)
This method is referenced in the RichAttachment.jspx file The regionModel users this method to listen for events that occur in its taskflow.

Parameters:
event -

setRefreshTaskflow

public void setRefreshTaskflow(boolean value)

getRefreshTaskflow

public boolean getRefreshTaskflow()

getConnectionName

public java.lang.String getConnectionName()

getFolderPath

public java.lang.String getFolderPath()

getSelectedId

public oracle.webcenter.content.JCRContentID getSelectedId()

getSelectedPath

public java.lang.String getSelectedPath()

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.