Modifier and Type | Field and Description |
---|---|
static String |
ASSOCIATION_ID |
static String |
AUTH_REQ_ID |
static String |
INFO_REQ_ID |
static String |
KNOWLEDGE_REQ_ID |
Modifier | Constructor and Description |
---|---|
protected |
DMNMarshallerStandalone() |
|
DMNMarshallerStandalone(XMLEncoderDiagramMetadataMarshaller diagramMetadataMarshaller,
FactoryManager factoryManager,
DMNMarshallerImportsHelperStandalone dmnMarshallerImportsHelper,
org.kie.dmn.api.marshalling.DMNMarshaller marshaller) |
Modifier and Type | Method and Description |
---|---|
static void |
connectEdge(Edge edge,
Node source,
Node target) |
static void |
connectRootWithChild(Node dmnDiagramRoot,
Node child) |
static Node<?,?> |
findDMNDiagramRoot(Graph<?,Node<View,?>> graph) |
DiagramMetadataMarshaller<Metadata> |
getMetadataMarshaller() |
String |
marshall(Diagram<Graph,Metadata> diagram) |
Graph |
unmarshall(Metadata metadata,
InputStream input) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
unmarshallWithValidation
public static final String INFO_REQ_ID
public static final String KNOWLEDGE_REQ_ID
public static final String AUTH_REQ_ID
public static final String ASSOCIATION_ID
protected DMNMarshallerStandalone()
@Inject public DMNMarshallerStandalone(XMLEncoderDiagramMetadataMarshaller diagramMetadataMarshaller, FactoryManager factoryManager, DMNMarshallerImportsHelperStandalone dmnMarshallerImportsHelper, org.kie.dmn.api.marshalling.DMNMarshaller marshaller)
public Graph unmarshall(Metadata metadata, InputStream input) throws IOException
unmarshall
in interface DiagramMarshaller<Graph,Metadata,Diagram<Graph,Metadata>>
IOException
public DiagramMetadataMarshaller<Metadata> getMetadataMarshaller()
getMetadataMarshaller
in interface DiagramMarshaller<Graph,Metadata,Diagram<Graph,Metadata>>
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.