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.common.administrative.adapter
Interface ISISAdapterConfig

All Superinterfaces:
ICISAdapterConfig, ICISObject, java.io.Serializable

public interface ISISAdapterConfig
extends ICISAdapterConfig

Represents a fixed adapter, i.e. an adapter that is configured to a Stellent Image Server.


Field Summary

 

Fields inherited from interface com.stellent.cis.client.api.common.administrative.adapter.ICISAdapterConfig
PROPERTY_CLUSTER_PROPERTY, PROPERTY_GLOBAL_WEBPATH, TYPE_ACTIVE, TYPE_FIXED

 

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

 

Method Summary
 java.lang.String getDownloadUrl()
           
 java.lang.String getLicenseView()
           
 java.lang.String getSoapUrl()
           
 java.lang.String getStyle()
           
 java.lang.String getUploadUrl()
           
 void setDownloadUrl(java.lang.String downloadUrl)
           
 void setLicenseView(java.lang.String licenseView)
           
 void setSoapUrl(java.lang.String soapUrl)
           
 void setStyle(java.lang.String style)
           
 void setUploadUrl(java.lang.String uploadUrl)
           

 

Methods inherited from interface com.stellent.cis.client.api.common.administrative.adapter.ICISAdapterConfig
addBeanDefinition, addTransientProperty, clearTransientProperties, deleteTransientProperty, getAdapterAttribute, getAdapterProperty, getBeanDefinitionNames, getBeanServicesXml, getDisplayConnectionUrl, getName, getSourceObject, getTransientProperty, getType, isActive, isDefault, isFixed, removeBeanDefinition, setAdapterAttribute, setAdapterProperty, setBeanServicesXml, setDefault, setName

 

Methods inherited from interface com.stellent.cis.client.api.common.ICISObject
getProperties, getPropertiesWithValue, getProperty, getPropertyAsString, getPropertyAsString, getPropertyDescriptors, hasProperty, setProperty, setProperty, setProperty

 

Method Detail

getSoapUrl

java.lang.String getSoapUrl()
Returns:
the soap URL to the Stellent Image Server web services

setSoapUrl

void setSoapUrl(java.lang.String soapUrl)
Parameters:
soapUrl - the URL to the Stellent Image Server web services

getUploadUrl

java.lang.String getUploadUrl()
Returns:
the full URL to use for uploading

setUploadUrl

void setUploadUrl(java.lang.String uploadUrl)
Parameters:
uploadUrl - the URL to use for uploading files

getDownloadUrl

java.lang.String getDownloadUrl()
Returns:
the full URL to use for downloading

setDownloadUrl

void setDownloadUrl(java.lang.String downloadUrl)
Parameters:
downloadUrl - the URL to use for downloading files

getLicenseView

java.lang.String getLicenseView()
Returns:
the license view

setLicenseView

void setLicenseView(java.lang.String licenseView)
Parameters:
licenseView - the license view

getStyle

java.lang.String getStyle()
Returns:
the style

setStyle

void setStyle(java.lang.String style)
Parameters:
style - the style

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.