com.stellent.cis.client.api.sis
Class SCSFixedAPI

java.lang.Object
  extended by com.stellent.cis.client.api.sis.SCSFixedAPI
All Implemented Interfaces:
ICommandApplicationAware

public class SCSFixedAPI
extends java.lang.Object
implements ICommandApplicationAware

The available fixed API classes. This is a shortcut to calling ICommandFacade.getCommandAPI (category, ICommandFacade.getCommandTypeForName ("fixed")). Note: Automatically generated file


Field Summary
static java.lang.String API
           
protected  ICommandApplication m_commandApplication
           
protected  ICommandFacade m_commandFacade
           
 
Constructor Summary
SCSFixedAPI()
           
 
Method Summary
 ISISContext _createSISContext()
          Creates a new ISISContext object to use during command invocation.
 ISISAdministrativeAPI getAdministrativeAPI()
           
 ICommandFacade getCommandFacade()
           
 ISISDocumentAPI getDocumentAPI()
           
 ICISAPIObjectFactory getObjectFactory()
           
 ISISProcessAPI getProcessAPI()
           
 ISISSearchAPI getSearchAPI()
           
 ISISUserAPI getUserAPI()
           
 void setCommandApplication(ICommandApplication application)
          Set the current command application
 void setCommandFacade(ICommandFacade commandFacade)
           
 
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
See Also:
Constant Field Values

m_commandApplication

protected ICommandApplication m_commandApplication

m_commandFacade

protected ICommandFacade m_commandFacade
Constructor Detail

SCSFixedAPI

public SCSFixedAPI()
Method Detail

setCommandApplication

public void setCommandApplication(ICommandApplication application)
Set the current command application

Specified by:
setCommandApplication in interface ICommandApplicationAware
Parameters:
application - the command application

setCommandFacade

public void setCommandFacade(ICommandFacade commandFacade)

getCommandFacade

public ICommandFacade getCommandFacade()

getObjectFactory

public ICISAPIObjectFactory getObjectFactory()

_createSISContext

public ISISContext _createSISContext()
Creates a new ISISContext object to use during command invocation.

Returns:
a new context object

getSearchAPI

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

getUserAPI

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

getAdministrativeAPI

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

getProcessAPI

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

getDocumentAPI

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