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.sis
Class SCSFixedAPI

java.lang.Object
  extended by com.stellent.cis.client.api.sis.SCSFixedAPI

All Implemented Interfaces:
ICommandApplicationAware

Deprecated. Fixed API deprecated since 10gR3

public class SCSFixedAPI
extends java.lang.Object
implements ICommandApplicationAware

Field Summary
static java.lang.String API
          Deprecated.  
protected  ICommandApplication m_commandApplication
          Deprecated.  
protected  ICommandFacade m_commandFacade
          Deprecated.  

 

Constructor Summary
SCSFixedAPI()
          Deprecated.  

 

Method Summary
 ISISContext _createSISContext()
          Deprecated. Creates a new ISISContext object to use during command invocation.
 ISISAdministrativeAPI getAdministrativeAPI()
          Deprecated.  
 ICommandFacade getCommandFacade()
          Deprecated.  
 ISISDocumentAPI getDocumentAPI()
          Deprecated.  
 ICISAPIObjectFactory getObjectFactory()
          Deprecated.  
 ISISProcessAPI getProcessAPI()
          Deprecated.  
 ISISSearchAPI getSearchAPI()
          Deprecated.  
 ISISUserAPI getUserAPI()
          Deprecated.  
 void setCommandApplication(ICommandApplication application)
          Deprecated. Set the current command application
 void setCommandFacade(ICommandFacade commandFacade)
          Deprecated.  

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

API

public static final java.lang.String API
Deprecated. 
See Also:
Constant Field Values

m_commandApplication

protected ICommandApplication m_commandApplication
Deprecated. 

m_commandFacade

protected ICommandFacade m_commandFacade
Deprecated. 

Constructor Detail

SCSFixedAPI

public SCSFixedAPI()
Deprecated. 

Method Detail

setCommandApplication

public void setCommandApplication(ICommandApplication application)
Deprecated. 
Set the current command application
Specified by:
setCommandApplication in interface ICommandApplicationAware
Parameters:
application - the command application

setCommandFacade

public void setCommandFacade(ICommandFacade commandFacade)
Deprecated. 

getCommandFacade

public ICommandFacade getCommandFacade()
Deprecated. 

getObjectFactory

public ICISAPIObjectFactory getObjectFactory()
Deprecated. 

_createSISContext

public ISISContext _createSISContext()
Deprecated. 
Creates a new ISISContext object to use during command invocation.
Returns:
a new context object

getSearchAPI

public ISISSearchAPI getSearchAPI()
                           throws CommandException
Deprecated. 
Returns:
the implementation of the ISISSearchAPI fixed API
Throws:
CommandException

getUserAPI

public ISISUserAPI getUserAPI()
                       throws CommandException
Deprecated. 
Returns:
the implementation of the ISISUserAPI fixed API
Throws:
CommandException

getAdministrativeAPI

public ISISAdministrativeAPI getAdministrativeAPI()
                                           throws CommandException
Deprecated. 
Returns:
the implementation of the ISISAdministrativeAPI fixed API
Throws:
CommandException

getProcessAPI

public ISISProcessAPI getProcessAPI()
                             throws CommandException
Deprecated. 
Returns:
the implementation of the ISISProcessAPI fixed API
Throws:
CommandException

getDocumentAPI

public ISISDocumentAPI getDocumentAPI()
                               throws CommandException
Deprecated. 
Returns:
the implementation of the ISISDocumentAPI fixed API
Throws:
CommandException

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.