public interface SerializedTransformationOptionsAccessor
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getCheckedParam(java.lang.String paramName,
java.lang.Class clazz)
Gets the value for the named parameter.
|
int |
getIntegerParam(java.lang.String key,
int defaultValue)
Gets the int value for the named parameter.
|
java.lang.Object |
getParamWithDefault(java.lang.String paramName,
java.lang.Object defaultValue)
Gets the value for the named parameter.
|
java.lang.Object getCheckedParam(java.lang.String paramName,
java.lang.Class clazz)
null if the parameter value is nullparamName - the name of the parameter being checked.clazz - the expected Class of the parameter value.null.java.lang.Object getParamWithDefault(java.lang.String paramName,
java.lang.Object defaultValue)
defaultValue and
throws a RenditionServiceException if it isn't. Returns
defaultValue if the parameter value is nullparamName - defaultValue - int getIntegerParam(java.lang.String key,
int defaultValue)
defaultValue if the parameter value is null.key - defaultValue - Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.