public class DecisionServiceConverter extends InvocableConverter
| Modifier and Type | Field and Description |
|---|---|
static String |
ENCAPSULATED_DECISION |
static String |
INPUT_DATA |
static String |
INPUT_DECISION |
static String |
OUTPUT_DECISION |
VARIABLEDESCRIPTION, EXTENSION_ELEMENTS, ID, LABEL| Constructor and Description |
|---|
DecisionServiceConverter(com.thoughtworks.xstream.XStream xstream) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assignChildElement(Object parent,
String nodeName,
Object child) |
boolean |
canConvert(Class clazz) |
protected org.kie.dmn.model.api.DMNModelInstrumentedBase |
createModelObject() |
protected void |
parseElements(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
com.thoughtworks.xstream.converters.UnmarshallingContext context,
Object parent) |
protected void |
writeChildren(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
com.thoughtworks.xstream.converters.MarshallingContext context,
Object parent) |
assignAttributes, writeAttributesmarshal, unmarshal, writeChildrenNode, writeChildrenNodeAsValuepublic static final String OUTPUT_DECISION
public static final String ENCAPSULATED_DECISION
public static final String INPUT_DECISION
public static final String INPUT_DATA
public DecisionServiceConverter(com.thoughtworks.xstream.XStream xstream)
protected org.kie.dmn.model.api.DMNModelInstrumentedBase createModelObject()
createModelObject in class DMNBaseConverterpublic boolean canConvert(Class clazz)
canConvert in interface com.thoughtworks.xstream.converters.ConverterMatchercanConvert in class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverterprotected void parseElements(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
com.thoughtworks.xstream.converters.UnmarshallingContext context,
Object parent)
parseElements in class DMNBaseConverterprotected void assignChildElement(Object parent, String nodeName, Object child)
assignChildElement in class InvocableConverterprotected void writeChildren(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
com.thoughtworks.xstream.converters.MarshallingContext context,
Object parent)
writeChildren in class InvocableConverterCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.