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 ISCSDynamicConverterConfigResponse

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

public interface ISCSDynamicConverterConfigResponse
extends ISCSServerResponse

Dynamic conversion configuration response.


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 getConversionFormats()
           
 java.lang.String getDefaultLayout()
           
 java.lang.String getDefaultTemplate()
           
 java.util.List getDocFormats()
           
 ISCSDynamicConverterTemplate getGUITemplate()
           
 ISCSDynamicConverterTemplate getLayoutTemplate()
           
 long getMaxFileSize()
           
 int getNumberCriteria()
           
 ISCSDynamicConverterTemplate getScriptTemplate()
           
 long getTimeout()
           
 java.lang.String getViewFormat()
           
 ISCSDynamicConverterTemplate getWirelessTemplate()
           

 

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

getDefaultLayout

java.lang.String getDefaultLayout()
Returns:
the default layout

getDefaultTemplate

java.lang.String getDefaultTemplate()
Returns:
the default template

getMaxFileSize

long getMaxFileSize()
Returns:
the maximum file size

getNumberCriteria

int getNumberCriteria()
Returns:
the number criteria

getTimeout

long getTimeout()
Returns:
the timeout value

getViewFormat

java.lang.String getViewFormat()
Returns:
the view format

getConversionFormats

java.util.List getConversionFormats()
Returns:
a list of strings that are the mimetypes that will be converted

getScriptTemplate

ISCSDynamicConverterTemplate getScriptTemplate()
Returns:
the script template

getLayoutTemplate

ISCSDynamicConverterTemplate getLayoutTemplate()
Returns:
the layout template

getGUITemplate

ISCSDynamicConverterTemplate getGUITemplate()
Returns:
the GUI template

getWirelessTemplate

ISCSDynamicConverterTemplate getWirelessTemplate()
Returns:
the wireless template

getDocFormats

java.util.List getDocFormats()
Returns:
a list of ISCSDocFormat representing the available document formats

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.