Skip navigation links

Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference
11g Release 1 (11.1.1)

E12853-02


oracle.imaging
Class Application.Properties

java.lang.Object
  extended by oracle.imaging.Application.Properties

All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Application

public static class Application.Properties
extends java.lang.Object
implements java.io.Serializable

A data structure containing general, simple properties for an imaging application definition.

See Also:
Serialized Form

Constructor Summary
Application.Properties()
           

 

Method Summary
 NameId getRepository()
           
 boolean isFullTextSearch()
           
 void setFullTextSearch(boolean fullTextSearch)
          Indicates whether to enable full-text search for the documents in the application.
 void setRepository(NameId repository)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

Application.Properties

public Application.Properties()

Method Detail

setRepository

public void setRepository(NameId repository)

getRepository

public NameId getRepository()

setFullTextSearch

public void setFullTextSearch(boolean fullTextSearch)
Indicates whether to enable full-text search for the documents in the application. You can only set this value to true if the repository supports full-text indexing; otherwise, a validation error will be generated. This is useful for UCM repositories where the repository is configured for full-text search using an Oracle Text solution, but the documents being added to the repository don't contain data that can be full-text indexed.
Parameters:
fullTextSearch - use true to enable searches to be built with full-text indexing, or false to prevent searches from being built with full-text indexing.

isFullTextSearch

public boolean isFullTextSearch()
Returns:
true to searches can be built with full-text indexing, or false to prevent searches from being built with full-text indexing.

Skip navigation links

Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference
11g Release 1 (11.1.1)

E12853-02


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.