Skip navigation links

Oracle® WebCenter Content Java API Reference for Imaging
11g Release 1 (11.1.1)

E12853-03


oracle.imaging
Class Input.Properties

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

Enclosing class:
Input

public static class Input.Properties
extends java.lang.Object

Constructor Summary
Input.Properties()
           

 

Method Summary
 int getPriority()
          This method is reserved for Oracle internal use only.
 boolean isOnline()
          Retrieves a flag indicating whether this input is "online" or not.
 void setOnline(boolean online)
          Sets a flag indicating whether this input is online or not.
 void setPriority(int priority)
          This method is reserved for Oracle internal use only.

 

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

 

Constructor Detail

Input.Properties

public Input.Properties()

Method Detail

getPriority

public int getPriority()
This method is reserved for Oracle internal use only.

setPriority

public void setPriority(int priority)
This method is reserved for Oracle internal use only.

isOnline

public boolean isOnline()
Retrieves a flag indicating whether this input is "online" or not. Only online inputs are considered when loading and processing input files.
Returns:
true if this input is online; otherwise, false

setOnline

public void setOnline(boolean online)
Sets a flag indicating whether this input is online or not. Taking an input offline will stop processing for its input files. Inputs are created online by default.
Parameters:
online - true if this input should process its input files; otherwise, false

Skip navigation links

Oracle® WebCenter Content Java API Reference for Imaging
11g Release 1 (11.1.1)

E12853-03


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