|
Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference 11g Release 1 (11.1) E17350-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICISAdapterConfig
Represents an adapter configuration object in the system.
| Field Summary | |
|---|---|
static java.lang.String |
PROPERTY_CLUSTER_PROPERTYglobal property defining the cluster property |
static java.lang.String |
PROPERTY_GLOBAL_WEBPATHglobal property defining the default web path |
static java.lang.String |
TYPE_ACTIVEtype string for active ( ISCSAdapterConfig) content server configurations |
static java.lang.String |
TYPE_FIXEDtype string for fixed ( ISISAdapterConfig image server configurations |
| Fields inherited from interface com.stellent.cis.client.api.common.ICISObject |
|---|
FILTER_NULL_VALUE, FILTER_READONLY, FILTER_SYSTEM |
| Method Summary | |
|---|---|
void |
addBeanDefinition(java.lang.String xml)Add a bean definition |
void |
addTransientProperty(java.lang.String name, java.lang.Object value)Add a transient property to the adapter. |
void |
clearTransientProperties()Clear the transient properties |
java.lang.Object |
deleteTransientProperty(java.lang.String name)Delete the transient property |
java.lang.String |
getAdapterAttribute(java.lang.String name)Retrieve a generic adapter attribute |
java.lang.String |
getAdapterProperty(java.lang.String name)Retrieve a generic property value from the adapter |
java.util.Collection |
getBeanDefinitionNames() |
java.lang.String |
getBeanServicesXml() |
java.lang.String |
getDisplayConnectionUrl() |
java.lang.String |
getName() |
java.lang.Object |
getSourceObject()Get the object that was used for initialization. |
java.lang.Object |
getTransientProperty(java.lang.String name)Retrieve the transient property value |
java.lang.String |
getType() |
boolean |
isActive() |
boolean |
isDefault() |
boolean |
isFixed() |
void |
removeBeanDefinition(java.lang.String name) |
void |
setAdapterAttribute(java.lang.String name, java.lang.String value)Set a generic adapter attribute value |
void |
setAdapterProperty(java.lang.String name, java.lang.String value)Set a generic property value on the adapter |
void |
setBeanServicesXml(java.lang.String xml) |
void |
setDefault(boolean isDefault) |
void |
setName(java.lang.String name) |
| Methods inherited from interface com.stellent.cis.client.api.common.ICISObject |
|---|
getProperties, getPropertiesWithValue, getProperty, getPropertyAsString, getPropertyAsString, getPropertyDescriptors, hasProperty, setProperty, setProperty, setProperty |
| Field Detail |
|---|
static final java.lang.String PROPERTY_GLOBAL_WEBPATH
static final java.lang.String PROPERTY_CLUSTER_PROPERTY
static final java.lang.String TYPE_ACTIVE
ISCSAdapterConfig) content server configurations
static final java.lang.String TYPE_FIXED
ISISAdapterConfig image server configurations
| Method Detail |
|---|
java.lang.Object getSourceObject()
java.lang.String getType()
boolean isFixed()
boolean isActive()
java.lang.String getName()
void setName(java.lang.String name)
name - the name of the adapterjava.lang.String getDisplayConnectionUrl()
boolean isDefault()
void setDefault(boolean isDefault)
isDefault - the default flag
void addTransientProperty(java.lang.String name,
java.lang.Object value)
name - the property namevalue - the property value (should be serializable)java.lang.Object deleteTransientProperty(java.lang.String name)
name - the property namejava.lang.Object getTransientProperty(java.lang.String name)
name - the property namevoid clearTransientProperties()
java.lang.String getAdapterProperty(java.lang.String name)
name - the property name
void setAdapterProperty(java.lang.String name,
java.lang.String value)
name - the property namevalue - the property valuejava.lang.String getAdapterAttribute(java.lang.String name)
name - the attribute name
void setAdapterAttribute(java.lang.String name,
java.lang.String value)
name - the attribute namevalue - the attribute valuevoid setBeanServicesXml(java.lang.String xml)
xml - the xml containing the beans for this adapterjava.lang.String getBeanServicesXml()
void addBeanDefinition(java.lang.String xml)
throws java.io.IOException
xml - the xml definition of the beanjava.io.IOException
void removeBeanDefinition(java.lang.String name)
throws java.io.IOException
name - the name of the beanjava.io.IOException
java.util.Collection getBeanDefinitionNames()
throws java.io.IOException
java.io.IOException
|
Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference 11g Release 1 (11.1) E17350-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||