Package com.appiancorp.suiteapi.process
Class AcpsReturnConverter
java.lang.Object
com.appiancorp.kougar.mapper.returns.AbstractReturnConverter
com.appiancorp.suiteapi.common.NamedTypedValueReturnConverter
com.appiancorp.suiteapi.process.TvReturnConverter
com.appiancorp.suiteapi.process.AcpsReturnConverter
- All Implemented Interfaces:
com.appiancorp.kougar.mapper.Converter
,com.appiancorp.kougar.mapper.returns.FromDictionary
,com.appiancorp.kougar.mapper.returns.FromNull
,com.appiancorp.kougar.mapper.returns.ReturnConverter
- Direct Known Subclasses:
AcpReturnConverter
@Deprecated
public class AcpsReturnConverter
extends TvReturnConverter
implements com.appiancorp.kougar.mapper.returns.FromNull, com.appiancorp.kougar.mapper.returns.FromDictionary
Deprecated.
Return converter for ActivityClassParameterSchema.
-
Field Summary
Fields inherited from interface com.appiancorp.kougar.mapper.Converter
NULL_DOUBLE, NULL_INTEGER, NULL_INTEGER_LONG, NULL_STRING
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TypedValue
convert
(com.appiancorp.kougar.mapper.returns.ReturnConversionMap m_, Long instanceType_, Object value) protected TypedValue
convert
(com.appiancorp.kougar.mapper.returns.ReturnConversionMap m_, Object instanceTypeObject_, Object value) Deprecated.convert method if no list is providedDeprecated.convert method if list is providedDeprecated.provides the Converter with the conversion class typeprotected static void
setAcpsAttributes
(ActivityClassParameterSchema acps_, Map attributes_) Deprecated.Methods inherited from class com.appiancorp.suiteapi.common.NamedTypedValueReturnConverter
convert
Methods inherited from class com.appiancorp.kougar.mapper.returns.AbstractReturnConverter
convert, findInList, getClassFromString
-
Constructor Details
-
AcpsReturnConverter
public AcpsReturnConverter()Deprecated.
-
-
Method Details
-
getConversionClass
Deprecated.provides the Converter with the conversion class type- Specified by:
getConversionClass
in interfacecom.appiancorp.kougar.mapper.Converter
- Overrides:
getConversionClass
in classTvReturnConverter
-
convert
Deprecated.convert method if no list is provided- Specified by:
convert
in interfacecom.appiancorp.kougar.mapper.returns.FromNull
- Overrides:
convert
in classTvReturnConverter
-
setAcpsAttributes
Deprecated. -
convert
public Object convert(Class d, List l, com.appiancorp.kougar.mapper.returns.ReturnConversionMap m) throws com.appiancorp.kougar.mapper.exceptions.ReturnException Deprecated.convert method if list is provided- Specified by:
convert
in interfacecom.appiancorp.kougar.mapper.returns.FromDictionary
- Overrides:
convert
in classTvReturnConverter
- Throws:
com.appiancorp.kougar.mapper.exceptions.ReturnException
-
convert
protected TypedValue convert(com.appiancorp.kougar.mapper.returns.ReturnConversionMap m_, Object instanceTypeObject_, Object value) throws InvalidTypeException - Throws:
InvalidTypeException
-
convert
protected TypedValue convert(com.appiancorp.kougar.mapper.returns.ReturnConversionMap m_, Long instanceType_, Object value) throws InvalidTypeException - Throws:
InvalidTypeException
-