org.ucmtwine.parameter.types
Class ProviderParameter

java.lang.Object
  extended by org.ucmtwine.parameter.Parameter
      extended by org.ucmtwine.parameter.types.ProviderParameter
All Implemented Interfaces:
IParameter

public class ProviderParameter
extends Parameter


Field Summary
 
Fields inherited from class org.ucmtwine.parameter.Parameter
GRAMMAR_ELEMENT_UNSPECIFIED, name, required, type
 
Constructor Summary
ProviderParameter()
           
ProviderParameter(String name)
           
ProviderParameter(String name, Class<?> type)
           
 
Method Summary
 Object getArgumentValue(Object object, intradoc.server.Service service)
          Returns a result set found by the passed in string value.
 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.
 
Methods inherited from class org.ucmtwine.parameter.Parameter
create, create, create, getName, getStringValue, getType, isRequired, parseRequiredString, setName, setRequired, toActionString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProviderParameter

public ProviderParameter()

ProviderParameter

public ProviderParameter(String name)

ProviderParameter

public ProviderParameter(String name,
                         Class<?> type)
Method Detail

getBinderValue

public Object getBinderValue(intradoc.server.Service service)
Get the value from the binder, checking for type compatibility and mandatory requirements.

Specified by:
getBinderValue in interface IParameter
Specified by:
getBinderValue in class Parameter
Parameters:
service - The execution context.
Returns:
A type cast value or null

getArgumentValue

public Object getArgumentValue(Object object,
                               intradoc.server.Service service)
                        throws ClassCastException
Returns a result set found by the passed in string value.

Specified by:
getArgumentValue in interface IParameter
Overrides:
getArgumentValue in class Parameter
Returns:
Throws:
ClassCastException

getGrammarElementType

public int getGrammarElementType()
Returns the GrammarElement type for use in idoc script function definitions.

Returns:


Copyright © 2012. All Rights Reserved.