|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISCSDocumentUpdateAPI
The command API implementation of the document.update commands.
This implementation can be accessed directly via the ICommandFacade class, using the API
name document.update, with the following syntax:
ISCSDocumentUpdateAPI commandAPI =
(ISCSDocumentUpdateAPI)m_commandFacade.getCommandAPI ("document.update", m_commandFacade.getCommandTypeForName ("active"));
| Field Summary | |
|---|---|
static java.lang.String |
API_CATEGORY
Category for this Command API |
| Method Summary | |
|---|---|
ICISAPIObjectFactory |
getObjectFactory()
Retrieve the object factory associated with this API |
ISCSDocumentActionResponse |
updateInfo(ISCSContext SCSContext,
ISCSContent content)
Update the document metadata. |
ISCSDocumentActionResponse |
updateInfo(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSContent content)
Update the document metadata. |
| Field Detail |
|---|
static final java.lang.String API_CATEGORY
| Method Detail |
|---|
ICISAPIObjectFactory getObjectFactory()
ISCSDocumentActionResponse updateInfo(ISCSContext SCSContext,
ISCSContent content)
throws CommandException
SCSContext - the context object representing the current usercontent - info object containing the updated property values
CommandException
ISCSDocumentActionResponse updateInfo(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSContent content)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current usercontent - info object containing the updated property values
CommandException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||