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