|
Oracle® Imaging and Process Management Java API Reference 11g Release 1 (11.1.1) E12853-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
oracle.imaging.Application.Properties
public static class Application.Properties
A data structure containing general, simple properties for an imaging application definition.
| 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 |
|---|
public Application.Properties()
| Method Detail |
|---|
public void setRepository(NameId repository)
public NameId getRepository()
public void setFastCheckIn(boolean useFastCheckIn)
useFastCheckIn - use true to enable Fast Check In or false to use normal check in.public boolean isFastCheckIn()
true if fast check in is enabled; otherwise, falsepublic void setFullTextSearch(boolean fullTextSearch)
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.public boolean isFullTextSearch()
true to searches can be built with full-text indexing, or false to prevent searches from being built with full-text indexing.
|
Oracle® Imaging and Process Management Java API Reference 11g Release 1 (11.1.1) E12853-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||