|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISCSMetadataAPI
The command API implementation of the metadata commands.
This implementation can be accessed directly via the ICommandFacade class, using the API
name metadata, with the following syntax:
ISCSMetadataAPI commandAPI =
(ISCSMetadataAPI)m_commandFacade.getCommandAPI ("metadata", m_commandFacade.getCommandTypeForName ("active"));
| Field Summary | |
|---|---|
static java.lang.String |
API_CATEGORY
Category for this Command API |
| Method Summary | |
|---|---|
ISCSMetaDataEditResponse |
editMetadata(ISCSContext SCSContext,
ISCSDocMetaDefinition metaDefinition)
Modifies an existing custom metadata field |
ISCSMetaDataEditResponse |
editMetadata(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSDocMetaDefinition metaDefinition)
Modifies an existing custom metadata field |
ICISAPIObjectFactory |
getObjectFactory()
Retrieve the object factory associated with this API |
| Field Detail |
|---|
static final java.lang.String API_CATEGORY
| Method Detail |
|---|
ICISAPIObjectFactory getObjectFactory()
ISCSMetaDataEditResponse editMetadata(ISCSContext SCSContext,
ISCSDocMetaDefinition metaDefinition)
throws CommandException
SCSContext - the context object representing the current usermetaDefinition - The unique identifier for this custom Metadata field.
CommandException
ISCSMetaDataEditResponse editMetadata(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSDocMetaDefinition metaDefinition)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current usermetaDefinition - The unique identifier for this custom Metadata field.
CommandException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||