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.scs.file
Interface ISCSFileInfo

All Superinterfaces:
ICISObject, ICISObjectInitializable, ISCSObject, java.io.Serializable
All Known Subinterfaces:
ISCSConvertedFileInfo

public interface ISCSFileInfo
extends ISCSObject

Information bean for retrieving a file from the content server. Holds information such as revision, ID, name, etc.


Nested Class Summary

 

Nested classes/interfaces inherited from interface com.stellent.cis.client.api.common.ICISObjectInitializable
ICISObjectInitializable.AdapterVersionAware

 

Field Summary
static java.lang.String RENDITION_ALTERNATE
           
static java.lang.String RENDITION_PRIMARY
           
static java.lang.String RENDITION_WEB
           
static java.lang.String REVISION_LATEST
           
static java.lang.String REVISION_LATEST_RELEASED
           

 

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

 

Method Summary
 java.lang.String getRendition()
           
 java.lang.String getRevisionSelectionMethod()
          Deprecated. use ISCSContentID.getRevisionSelectionMethod()
 void setRendition(java.lang.String rendition)
          Set the rendition parameter
 void setRevisionSelectionMethod(java.lang.String revisionSelectionMethod)
          Deprecated. use ISCSContentID.setRevisionSelectionMethod(String)

 

Methods inherited from interface com.stellent.cis.client.api.scs.ISCSObject
castObject, clearPropertyFilter, copyObject, getPropertyFilter, getSourceAdapter, getSourceObject, getSourceObjectPropertyType, mergeObject, mergeObject, removeProperty, setPropertyFilter, setRestrictedPropertyFilter, setSourceObjectPropertyType

 

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.common.ICISObjectInitializable
intialize

 

Field Detail

RENDITION_ALTERNATE

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

RENDITION_WEB

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

RENDITION_PRIMARY

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

REVISION_LATEST

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

REVISION_LATEST_RELEASED

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

Method Detail

getRevisionSelectionMethod

java.lang.String getRevisionSelectionMethod()
Deprecated. use ISCSContentID.getRevisionSelectionMethod()
Returns:
the revision selection method

setRevisionSelectionMethod

void setRevisionSelectionMethod(java.lang.String revisionSelectionMethod)
Deprecated. use ISCSContentID.setRevisionSelectionMethod(String)
Set the revisionSelectionMethod
Parameters:
revisionSelectionMethod -

getRendition

java.lang.String getRendition()
Returns:
the content item rendition

setRendition

void setRendition(java.lang.String rendition)
Set the rendition parameter
Parameters:
rendition - the rendition of the file to retrieve. See RENDITION_PRIMARY, RENDITION_ALTERNATE, RENDITION_WEB

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.