WebLogic Integration


com.bea.eci.repository.helper
Class TextDocumentUtil

java.lang.Object
  |
  +--com.bea.eci.repository.helper.TextDocumentUtil

public class TextDocumentUtil
extends java.lang.Object

This class is a convenience class for TextDocument that provides additional methods for TextDocuments. These methods may eventually get placed into the TextDocument class.

Since:
WebLogic Process Integrator 2.0
Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
TextDocumentUtil()
           
 
Method Summary
static java.util.List retrieveFolderlessTextDocuments(com.bea.eci.repository.RepositorySession rs)
          Obtains a list of all entities that are not contained in a folder.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextDocumentUtil

public TextDocumentUtil()
Method Detail

retrieveFolderlessTextDocuments

public static java.util.List retrieveFolderlessTextDocuments(com.bea.eci.repository.RepositorySession rs)
                                                      throws com.bea.eci.repository.RepositoryException
Obtains a list of all entities that are not contained in a folder.

Parameters:
rs - a com.bea.repository.RepositorySession object used to connect to the repository.
Returns:
a List of TextDocument objects, each of which is not contained in an ObjectFolder.

WebLogic Integration

WebLogic Integration (WLI)