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 ISCSDynamicConvertedContent

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

public interface ISCSDynamicConvertedContent
extends ISCSObject

Information about a converted content item


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.lang.String getComputedLayoutName()
           
 java.lang.String getComputedTemplateName()
           
 ISCSContentID getContentID()
           
 java.lang.String getConversionOutputDirectory()
           
 java.lang.String getConversionOutputFileDirectory()
           
 java.lang.String getConversionOutputFilePath()
           
 ISCSDocumentID getDocumentID()
           
 java.lang.String getFileFormat()
           
 java.lang.String getInputFilePath()
           
 java.lang.String getLayoutFilePath()
           
 java.lang.String getLayoutName()
           
 java.lang.String getOutputDirectory()
           
 java.lang.String getOutputFileName()
           
 java.lang.String getOutputFilePath()
           
 java.lang.String getOutputFullFileName()
           
 java.lang.String getOutputRelativePath()
           
 java.lang.String getOutputRelativeWebDirectory()
           
 java.lang.String getTemplateClass()
           
 java.lang.String getTemplateFilePath()
           
 java.lang.String getTemplateName()
           
 java.lang.String getTemplateType()
           
 boolean isRuleMatched()
           

 

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

getContentID

ISCSContentID getContentID()
Returns:
the content ID identifier for this managed object

getDocumentID

ISCSDocumentID getDocumentID()
Returns:
the document ID identifier for this managed object

getTemplateName

java.lang.String getTemplateName()
Returns:
the name of the template used for conversion

getFileFormat

java.lang.String getFileFormat()
Returns:
the format of the converted file

getOutputFileName

java.lang.String getOutputFileName()
Returns:
the filename of the converted file

isRuleMatched

boolean isRuleMatched()
Returns:
true if a conversion rule matched

getConversionOutputDirectory

java.lang.String getConversionOutputDirectory()
Returns:
the conversion output directory

getTemplateClass

java.lang.String getTemplateClass()
Returns:
the template class

getOutputRelativeWebDirectory

java.lang.String getOutputRelativeWebDirectory()
Returns:
the web path to the output directory

getLayoutName

java.lang.String getLayoutName()
Returns:
the name of the layout

getTemplateFilePath

java.lang.String getTemplateFilePath()
Returns:
the file path to the template

getComputedLayoutName

java.lang.String getComputedLayoutName()
Returns:
the computed name of the layout file

getComputedTemplateName

java.lang.String getComputedTemplateName()
Returns:
the computed name of the template file

getTemplateType

java.lang.String getTemplateType()
Returns:
the type of template used for the conversion

getOutputFilePath

java.lang.String getOutputFilePath()
Returns:
the full path to the converted file

getLayoutFilePath

java.lang.String getLayoutFilePath()
Returns:
the full path to the layout file

getOutputFullFileName

java.lang.String getOutputFullFileName()
Returns:
the filename of the converted file (filename plus extension)

getOutputRelativePath

java.lang.String getOutputRelativePath()
Returns:
the relative path of the conversion file

getOutputDirectory

java.lang.String getOutputDirectory()
Returns:
the path to the output directory (not including the output file)

getInputFilePath

java.lang.String getInputFilePath()
Returns:
full path to the input file

getConversionOutputFileDirectory

java.lang.String getConversionOutputFileDirectory()
Returns:
the conversion output file directory

getConversionOutputFilePath

java.lang.String getConversionOutputFilePath()
Returns:
full path to the converted output file

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.