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.search
Interface ISCSSearchResult

All Superinterfaces:
ICISContent, ICISObject, ICISObjectInitializable, ISCSContent, ISCSItem, ISCSObject, java.io.Serializable

public interface ISCSSearchResult
extends ISCSContent

Nested Class Summary

 

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

 

Field Summary

 

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

 

Method Summary
 long getAlternateFileSize()
           
 java.lang.String getGif()
           
 float getScore()
           
 java.lang.String getSummary()
           
 java.lang.String getURL()
           
 long getVaultFileSize()
           
 java.lang.String getVerityKey()
           
 java.lang.String getWebCGIRoot()
           
 long getWebFileSize()
           

 

Methods inherited from interface com.stellent.cis.client.api.scs.ISCSContent
getComments, getExpirationDate, getExtension, getFileName, getFileSize, getFolderID, getFormat, getInternalID, getReleaseDate, getRevisionLabel, getTitle, getTrashDeleteDate, getTrashDeleteLocation, getTrashDeleteOldName, getTrashDeleter, getWebExtension, isHidden, isInhibitMetaDataUpdate, isReadOnly, setComments, setExpirationDate, setFolderID, setFormat, setHidden, setInhibitMetaDataUpdate, setReadOnly, setReleaseDate, setRevisionLabel, setTitle, setTrashDeleteDate, setTrashDeleteLocation, setTrashDeleteOldName, setTrashDeleter

 

Methods inherited from interface com.stellent.cis.client.api.scs.ISCSItem
getAuthor, getContentID, getDocumentID, getSecurityAccount, getSecurityGroup, getType, setAuthor, setContentID, setDocumentID, setSecurityAccount, setSecurityGroup, setType

 

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

 

Methods inherited from interface com.stellent.cis.client.api.common.ICISContent
getIdentifier, getName, getProperty, getSourceAdapter, getType, setProperty

 

Method Detail

getSummary

java.lang.String getSummary()
Returns:
a summary of the indexed text of this node

getVerityKey

java.lang.String getVerityKey()
Returns:
valid only on content servers with Verity enabled, get the unique key for the Verity index

getURL

java.lang.String getURL()
Returns:
The scs instance URL to document.

getGif

java.lang.String getGif()
Returns:
the name of the image file to represent this document type

getScore

float getScore()
Returns:
the weighted score of this result by the search server

getAlternateFileSize

long getAlternateFileSize()
Returns:
the size of alternate file rendition

getWebCGIRoot

java.lang.String getWebCGIRoot()
Returns:
the root path to the content server CGI execution URI

getWebFileSize

long getWebFileSize()
Returns:
the size of the web file rendition

getVaultFileSize

long getVaultFileSize()
Returns:
the size of the file stored in the content server vault

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.