|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IParameter
| Method Summary | |
|---|---|
Object |
getArgumentValue(Object object,
intradoc.server.Service service)
Get the value from another object, casting if needed. |
Object |
getBinderValue(intradoc.server.Service service)
Get the value from the binder, checking for type compatibility and mandatory requirements. |
int |
getGrammarElementType()
Returns the GrammarElement type for use in idoc script function definitions. |
String |
getName()
|
Class<?> |
getType()
Returns the class of the binder variable after type coercion. |
boolean |
isRequired()
|
String |
toActionString()
Gets a parameter definition string for use in service actions. |
| Method Detail |
|---|
String getName()
boolean isRequired()
Object getBinderValue(intradoc.server.Service service)
throws IllegalAccessException
service - The execution context.
IllegalAccessException
Object getArgumentValue(Object object,
intradoc.server.Service service)
throws ClassCastException
object -
ClassCastExceptionClass<?> getType()
String toActionString()
int getGrammarElementType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||