Skip navigation links

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

E12853-01


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 isFastCheckIn()
           
 boolean isFullTextSearch()
           
 void setFastCheckIn(boolean useFastCheckIn)
          Indicates whether the Fast Check In feature of a UCM repository will be used when uploading documents for this application.
 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()

setFastCheckIn

public void setFastCheckIn(boolean useFastCheckIn)
Indicates whether the Fast Check In feature of a UCM repository will be used when uploading documents for this application. This only applies to UCM repositories, and only if the UCM repository natively supports the Fast Check In feature. When Fast Check In is enabled, content is not full-text indexed.
Parameters:
useFastCheckIn - use true to enable Fast Check In or false to use normal check in.

isFastCheckIn

public boolean isFastCheckIn()
Returns:
true if fast check in is enabled; otherwise, false

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® Imaging and Process Management Java API Reference
11g Release 1 (11.1.1)

E12853-01


Copyright © 2010, Oracle. All rights reserved.