|
Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference 11g Release 1 (11.1) E17350-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICommandApplicationFilestreamAPI
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_CATEGORYCategory 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 |
|---|
static final java.lang.String API_CATEGORY
| Method Detail |
|---|
java.lang.Boolean isLocalPublish(java.lang.String key,
java.lang.String namespace)
throws CommandException
key - the secure file keynamespace - the file namespaceCommandException
|
Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference 11g Release 1 (11.1) E17350-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||