Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


com.stellent.cis.client.api.sis
Interface ISISContentPage

All Superinterfaces:
ICISContentPage, ICISObject, ISISObject, java.io.Serializable

Deprecated. Fixed API deprecated since 10gR3

public interface ISISContentPage
extends ICISContentPage, ISISObject

Field Summary
static int DEFAULT_DPI
          Deprecated.  
static boolean DEFAULT_HIGHEST_RESOLUTION
          Deprecated.  
static java.lang.String DEFAULT_NAMESPACE
          Deprecated.  
static int DEFAULT_SCALE
          Deprecated.  
static int TYPE_BMP
          Deprecated.  
static int TYPE_EMF
          Deprecated.  
static int TYPE_GIF
          Deprecated.  
static int TYPE_JPG
          Deprecated.  
static int TYPE_NATIVE
          Deprecated.  
static int TYPE_OPTIKA
          Deprecated.  
static int TYPE_PCX
          Deprecated.  
static int TYPE_PDF
          Deprecated.  
static int TYPE_SMARTMODE
          Deprecated.  
static int TYPE_TIF
          Deprecated.  

 

Fields inherited from interface com.stellent.cis.client.api.common.ICISObject
FILTER_NULL_VALUE, FILTER_READONLY, FILTER_SYSTEM

 

Fields inherited from interface com.stellent.cis.client.api.sis.ISISObject
OPERATOR_ADVSEARCH, OPERATOR_ALLVALUES, OPERATOR_AND, OPERATOR_BEGINSWITH, OPERATOR_CONTAINS, OPERATOR_ENDSWITH, OPERATOR_EQUAL, OPERATOR_EXACTPHRASE, OPERATOR_GREATERTHAN, OPERATOR_GREATERTHANEQUAL, OPERATOR_IN, OPERATOR_LESSTHAN, OPERATOR_LESSTHANEQUAL, OPERATOR_LIKE, OPERATOR_NOTBEGINSWITH, OPERATOR_NOTCONTAINS, OPERATOR_NOTENDSWITH, OPERATOR_NOTEQUAL, OPERATOR_NOTIN, OPERATOR_NOTLIKE, OPERATOR_OR, OPERATOR_SEARCH

 

Fields inherited from interface com.stellent.cis.client.api.common.ICISObject
FILTER_NULL_VALUE, FILTER_READONLY, FILTER_SYSTEM

 

Method Summary
 java.lang.String getLocation()
          Deprecated.  
 int getPageNumber()
          Deprecated.  
 int getSectionNumber()
          Deprecated.  
 void setLocation(java.lang.String location)
          Deprecated.  
 void setPageNumber(int pageNumber)
          Deprecated.  
 void setSectionNumber(int sectionNumber)
          Deprecated.  

 

Methods inherited from interface com.stellent.cis.client.api.common.ICISContentPage
getDescription, getName, getParentID, getSourceAdapter

 

Methods inherited from interface com.stellent.cis.client.api.common.ICISObject
getProperties, getPropertiesWithValue, getProperty, getPropertyAsString, getPropertyAsString, getPropertyDescriptors, hasProperty, setProperty, setProperty, setProperty

 

Methods inherited from interface com.stellent.cis.client.api.sis.ISISObject
getErrorMessage, getObjectVersion, getSourceObject, getSourceObject, hasError

 

Methods inherited from interface com.stellent.cis.client.api.common.ICISObject
getProperties, getPropertiesWithValue, getProperty, getPropertyAsString, getPropertyAsString, getPropertyDescriptors, hasProperty, setProperty, setProperty, setProperty

 

Field Detail

TYPE_GIF

static final int TYPE_GIF
Deprecated. 
See Also:
Constant Field Values

TYPE_BMP

static final int TYPE_BMP
Deprecated. 
See Also:
Constant Field Values

TYPE_TIF

static final int TYPE_TIF
Deprecated. 
See Also:
Constant Field Values

TYPE_JPG

static final int TYPE_JPG
Deprecated. 
See Also:
Constant Field Values

TYPE_PCX

static final int TYPE_PCX
Deprecated. 
See Also:
Constant Field Values

TYPE_OPTIKA

static final int TYPE_OPTIKA
Deprecated. 
See Also:
Constant Field Values

TYPE_NATIVE

static final int TYPE_NATIVE
Deprecated. 
See Also:
Constant Field Values

TYPE_EMF

static final int TYPE_EMF
Deprecated. 
See Also:
Constant Field Values

TYPE_PDF

static final int TYPE_PDF
Deprecated. 
See Also:
Constant Field Values

TYPE_SMARTMODE

static final int TYPE_SMARTMODE
Deprecated. 
See Also:
Constant Field Values

DEFAULT_DPI

static final int DEFAULT_DPI
Deprecated. 
See Also:
Constant Field Values

DEFAULT_NAMESPACE

static final java.lang.String DEFAULT_NAMESPACE
Deprecated. 
See Also:
Constant Field Values

DEFAULT_SCALE

static final int DEFAULT_SCALE
Deprecated. 
See Also:
Constant Field Values

DEFAULT_HIGHEST_RESOLUTION

static final boolean DEFAULT_HIGHEST_RESOLUTION
Deprecated. 
See Also:
Constant Field Values

Method Detail

getLocation

java.lang.String getLocation()
Deprecated. 
Returns:
The path of the exported document.

setLocation

void setLocation(java.lang.String location)
Deprecated. 
Parameters:
location - The path of the exported document.

getPageNumber

int getPageNumber()
Deprecated. 
Returns:
The page number of the document.

setPageNumber

void setPageNumber(int pageNumber)
Deprecated. 
Parameters:
pageNumber - The page number of the document.

getSectionNumber

int getSectionNumber()
Deprecated. 
Returns:
The Section of the document. Sections are a sub classification of a pages. For image documents, pages have exactly one section. For more complex documents, there may be multiple sections on a page. Each section for an exported document will result in a single exported image.

setSectionNumber

void setSectionNumber(int sectionNumber)
Deprecated. 
Parameters:
sectionNumber - The Section of the document. Sections are a sub classification of a pages. For image documents, pages have exactly one section. For more complex documents, there may be multiple sections on a page. Each section for an exported document will result in a single exported image.

Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


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