Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.attachments.utils
Class AttachmentRepositoryUtils

java.lang.Object
  extended by oracle.apps.fnd.applcore.attachments.utils.AttachmentRepositoryUtils

public class AttachmentRepositoryUtils
extends java.lang.Object


Constructor Summary
AttachmentRepositoryUtils()
           
 
Method Summary
static java.lang.String deriveDirectory(oracle.webcenter.content.JCRContentID jcrContentID)
          Return the directory portion for this content.
static void fillRowForRepositoryFileBasedOnPath(oracle.webcenter.content.JCRContentID jcrContentID, AttachmentsVORowImpl row)
           
static boolean isFile(oracle.webcenter.content.JCRContentID jcrContentID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentRepositoryUtils

public AttachmentRepositoryUtils()
Method Detail

fillRowForRepositoryFileBasedOnPath

public static void fillRowForRepositoryFileBasedOnPath(oracle.webcenter.content.JCRContentID jcrContentID,
                                                       AttachmentsVORowImpl row)

deriveDirectory

public static java.lang.String deriveDirectory(oracle.webcenter.content.JCRContentID jcrContentID)
Return the directory portion for this content. If the content is a file, the file name is explicitly excluded.

Parameters:
jcrContentID - WebCenter object identifying the content
Returns:
directory

isFile

public static boolean isFile(oracle.webcenter.content.JCRContentID jcrContentID)
Parameters:
jcrContentID -
Returns:
true iff content is a file

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.