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.filestream
Interface ICommandApplicationFilestreamAPI

All Superinterfaces:
ICommandAPI

public interface ICommandApplicationFilestreamAPI
extends ICommandAPI

The command API implementation of the filestream commands. This implementation can be accessed directly via the ICommandFacade class, using the API name filestream, with the following syntax:

 ICommandApplicationFilestreamAPI commandAPI =
       (ICommandApplicationFilestreamAPI)m_commandFacade.getCommandAPI ("filestream", m_commandFacade.getCommandTypeForName ("internal"));
 

Field Summary
static java.lang.String API_CATEGORY
          Category for this Command API

 

Method Summary
 java.lang.Boolean isLocalPublish(java.lang.String key, java.lang.String namespace)
          Validates if the client is able to locally publish files for contribution

 

Field Detail

API_CATEGORY

static final java.lang.String API_CATEGORY
Category for this Command API
See Also:
Constant Field Values

Method Detail

isLocalPublish

java.lang.Boolean isLocalPublish(java.lang.String key,
                                 java.lang.String namespace)
                                 throws CommandException
Validates if the client is able to locally publish files for contribution
Parameters:
key - the secure file key
namespace - the file namespace
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.