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.document.information
Interface ISCSDocumentConfigurationResponse

All Superinterfaces:
ICISObject, ICISObjectInitializable, ISCSObject, ISCSServerBinder, ISCSServerResponse, java.io.Serializable

public interface ISCSDocumentConfigurationResponse
extends ISCSServerResponse

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
 java.util.List getDocFormats()
           
 java.util.List getDocMetaDefinitions()
           
 java.util.List getDocTypes()
           
 java.lang.String getHttpBaseAbsoluteRoot()
           
 java.lang.String getHttpCGIPath()
           
 java.lang.String getHttpRelativeWebRoot()
           
 java.lang.String getIDCName()
           
 java.lang.String getLocaleDateFormatPattern()
           
 java.lang.String getLocaleTimeZoneDefinition()
           
 int getMaxResults()
           
 int getMemoFieldSize()
           
 java.lang.String getProductVersion()
           
 java.util.List getSecurityAccounts()
           
 java.util.List getSecurityGroups()
           
 java.lang.String getTimeZoneID()
           
 long getTimeZoneOffset()
           
 boolean isAutoNumber()
           
 boolean isUseAccounts()
           

 

Methods inherited from interface com.stellent.cis.client.api.scs.ISCSServerResponse
getChangedSubjects, getChangedTopics, getFieldTypes, getMessage, getOptionList, getOptionLists, getRefreshSubjects, getUser, isCachedResponse

 

Methods inherited from interface com.stellent.cis.client.api.scs.ISCSServerBinder
addResultSet, addStream, clearStreams, deserializeBinderFromHDA, getChangeMonitors, getDateFormat, getQuerySubjects, getResultSet, getResultSet, getResultSetColumnNames, getResultSetNames, getResultSetSingleRow, getResultSetSingleRow, getService, getStream, getStreamNames, getTimeZoneFromDateFormat, serializeBinderAsHDA, setChangeMonitors, setQuerySubjects, setService

 

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

 

Method Detail

getDocTypes

java.util.List getDocTypes()
Returns:
a list of ISCSDocType objects.

getDocMetaDefinitions

java.util.List getDocMetaDefinitions()
Returns:
a list of ISCSDocMetaDefinition objects.

getDocFormats

java.util.List getDocFormats()
Returns:
a list of ISCSDocFormat objects.

getSecurityGroups

java.util.List getSecurityGroups()
Returns:
a list of strings containing the names of the available security groups in the content server

getSecurityAccounts

java.util.List getSecurityAccounts()
Returns:
a list of strings containing the names of the available security accounts (doc accounts) in the content server

getHttpBaseAbsoluteRoot

java.lang.String getHttpBaseAbsoluteRoot()
Returns:
The base http address of SCS instance.

getHttpRelativeWebRoot

java.lang.String getHttpRelativeWebRoot()
Returns:
the relative web root of the SCS instance

getHttpCGIPath

java.lang.String getHttpCGIPath()
Returns:
the CGI path of the SCS instance

getIDCName

java.lang.String getIDCName()
Returns:
String identifier for SCS instance.

isUseAccounts

boolean isUseAccounts()
Returns:
Whether or not accounts are enabled for this SCS instance.

isAutoNumber

boolean isAutoNumber()
Returns:
Whether or not auto numbering for content IDs is enabled for this SCS instance.

getLocaleDateFormatPattern

java.lang.String getLocaleDateFormatPattern()
Returns:
the locale date format pattern

getLocaleTimeZoneDefinition

java.lang.String getLocaleTimeZoneDefinition()
Returns:
the timezone definition

getTimeZoneID

java.lang.String getTimeZoneID()
Returns:
the timezone ID

getTimeZoneOffset

long getTimeZoneOffset()
Returns:
the number of milliseconds the current timezone is offset from GMT

getMemoFieldSize

int getMemoFieldSize()
Returns:
the number of characters allowed for a memo field

getMaxResults

int getMaxResults()
Returns:
the maximum number of results that will be returned for any query

getProductVersion

java.lang.String getProductVersion()
Returns:
a string describing the product version

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.