Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


oracle.stellent.wcm.core.config
Interface IdcConfiguration

All Known Implementing Classes:
JAXBIdcConfiguration

public interface IdcConfiguration

Configuration of the associated Content Server


Field Summary
static boolean DEFAULT_POLLER_ANABLED
           
static long DEFAULT_POLLER_INTERVAL_MILLIS
           
static java.lang.String IDC_SERVER_URL
           

 

Method Summary
 java.lang.String getAdminPassword()
           
 java.lang.String getAdminUser()
           
 java.lang.String getConnectionName()
           
 java.util.Set<java.lang.String> getConnectionProperties()
           
 java.lang.String getConnectionProperty(java.lang.String name)
          A connection property
 java.lang.String getConnectionUrl()
           
 java.lang.String getIdcServerUrl()
           
 java.lang.String getPasswordEncoding()
           
 long getPollerIntervalMillis()
           
 ContentID.Revision getRevision()
           
 boolean isPollerEnabled()
           
 void setAdminPassword(java.lang.String password)
           
 void setAdminUser(java.lang.String adminUser)
           
 void setConnectionName(java.lang.String name)
           
 void setConnectionProperty(java.lang.String name, java.lang.String value)
          Set a connection property
 void setConnectionUrl(java.lang.String connectionUrl)
           
 void setIdcServerUrl(java.lang.String url)
           
 void setPasswordEncoding(java.lang.String encoding)
           
 void setPollerEnabled(boolean enablePoller)
          Enable/disable the polling of the Content Provider
 void setPollerIntervalMillis(long pollerIntervalMillis)
          Set the polling interval
 void setRevision(ContentID.Revision revision)
           

 

Field Detail

IDC_SERVER_URL

static final java.lang.String IDC_SERVER_URL
See Also:
Constant Field Values

DEFAULT_POLLER_ANABLED

static final boolean DEFAULT_POLLER_ANABLED
See Also:
Constant Field Values

DEFAULT_POLLER_INTERVAL_MILLIS

static final long DEFAULT_POLLER_INTERVAL_MILLIS
See Also:
Constant Field Values

Method Detail

getRevision

ContentID.Revision getRevision()
Returns:
the revision of content to retrieve in Live mode (Latest or LatestReleased)

setRevision

void setRevision(ContentID.Revision revision)
Parameters:
revision - the revision used to retrieve content

getConnectionName

java.lang.String getConnectionName()
Returns:
the connection name

setConnectionName

void setConnectionName(java.lang.String name)
Parameters:
name - the connection name

getConnectionProperty

java.lang.String getConnectionProperty(java.lang.String name)
A connection property
Parameters:
name - the property name
Returns:
the property value

setConnectionProperty

void setConnectionProperty(java.lang.String name,
                           java.lang.String value)
Set a connection property
Parameters:
name - the name
value - the value (if null, removes the property)

getConnectionProperties

java.util.Set<java.lang.String> getConnectionProperties()
Returns:
the available connection properties

getConnectionUrl

java.lang.String getConnectionUrl()
Returns:
the connection url

setConnectionUrl

void setConnectionUrl(java.lang.String connectionUrl)
Parameters:
connectionUrl - the connection url

getIdcServerUrl

java.lang.String getIdcServerUrl()
Returns:
the full Content Server URL

setIdcServerUrl

void setIdcServerUrl(java.lang.String url)
Parameters:
url - the Content Server url

getAdminUser

java.lang.String getAdminUser()
Returns:
the admin user

setAdminUser

void setAdminUser(java.lang.String adminUser)
Parameters:
adminUser - the admin user

getAdminPassword

java.lang.String getAdminPassword()
Returns:
the admin password

setAdminPassword

void setAdminPassword(java.lang.String password)
Parameters:
password - the admin password

setPasswordEncoding

void setPasswordEncoding(java.lang.String encoding)
Parameters:
encoding - the password encoding

getPasswordEncoding

java.lang.String getPasswordEncoding()
Returns:
the password encoding

isPollerEnabled

boolean isPollerEnabled()
Returns:
true to poll the content provider for content updates
See Also:
#PROPERTY_POLL_CONTENT_PROVIDER

setPollerEnabled

void setPollerEnabled(boolean enablePoller)
Enable/disable the polling of the Content Provider
Parameters:
enablePoller - the polling flag

getPollerIntervalMillis

long getPollerIntervalMillis()
Returns:
milliseconds to wait between polling the Content Provider
See Also:
#PROPERTY_POLL_INTERVAL_MILLIS

setPollerIntervalMillis

void setPollerIntervalMillis(long pollerIntervalMillis)
Set the polling interval
Parameters:
pollerIntervalMillis - the interval in milliseconds

Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.