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.internal
Class CommandApplicationAPI

java.lang.Object
  extended by com.stellent.cis.client.api.internal.CommandApplicationAPI

All Implemented Interfaces:
ICommandApplicationAware

public class CommandApplicationAPI
extends java.lang.Object
implements ICommandApplicationAware

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


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

 

Constructor Summary
CommandApplicationAPI()
           

 

Method Summary
 ICommandFacade getCommandFacade()
           
 ICommandApplicationFilestreamAPI getFilestreamAPI()
           
 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

CommandApplicationAPI

public CommandApplicationAPI()

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()

getFilestreamAPI

public ICommandApplicationFilestreamAPI getFilestreamAPI()
                                                  throws CommandException
Returns:
the implementation of the ICommandApplicationFilestreamAPI internal 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.