Skip navigation links 
 
oracle.imaging
Class Application.Properties
java.lang.Object
   oracle.imaging.Application.Properties
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
 
  
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
Application.Properties
public Application.Properties()
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- trueto enable searches to be built with full-text indexing, or- falseto prevent searches from being built with full-text indexing.
 
isFullTextSearch
public boolean isFullTextSearch()
- 
- Returns:
- trueto searches can be built with full-text indexing, or- falseto prevent searches from being built with full-text indexing.
 
Skip navigation links 
 
Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.