|
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 ICommandDescriptor
Bean that holds some metadata information about a given command. This can used to render a UI for the command objects or a detailed report about each command.
| Method Summary | |
|---|---|
java.util.Map |
getCommandParameters() |
java.lang.String |
getDescription() |
java.util.Collection |
getFields() |
java.util.Collection |
getFieldsForMethod(int methodID) |
java.util.Collection |
getFieldsForMethod(java.lang.String methodName, java.lang.String api) |
ICommandMethod |
getMethod(int methodID) |
java.util.Collection |
getMethods() |
java.util.Collection |
getMethods(java.lang.String api) |
boolean |
isCustomCommand() |
boolean |
isMultipartRequired() |
void |
setCommandParameters(java.util.Map parameters)Set the command parameters |
| Method Detail |
|---|
java.util.Collection getFields()
java.lang.String getDescription()
boolean isMultipartRequired()
boolean isCustomCommand()
java.util.Map getCommandParameters()
void setCommandParameters(java.util.Map parameters)
parameters - the parameters used to initialize this commandjava.util.Collection getMethods()
ICommandMethod methods available on this command via the command APIjava.util.Collection getMethods(java.lang.String api)
api - the name of the apiICommandMethod getMethod(int methodID)
methodID - the method ID
java.util.Collection getFieldsForMethod(java.lang.String methodName,
java.lang.String api)
methodName - the method nameapi - the name of the API, from ICommandFacadegetFieldsForMethod(int)java.util.Collection getFieldsForMethod(int methodID)
methodID - the method ID ICommandMethod.getID()
|
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 | ||||||||