Package org.jbpm.casemgmt.cmmn.xml
Class StageHandler
- java.lang.Object
-
- org.drools.core.xml.BaseAbstractHandler
-
- org.jbpm.casemgmt.cmmn.xml.AbstractCaseNodeHandler
-
- org.jbpm.casemgmt.cmmn.xml.StageHandler
-
- All Implemented Interfaces:
org.drools.core.xml.Handler
public class StageHandler extends AbstractCaseNodeHandler
-
-
Field Summary
Fields Modifier and Type Field Description static StringAUTOCOMPLETE_COMPLETION_CONDITIONstatic List<String>AUTOCOMPLETE_EXPRESSIONS
-
Constructor Summary
Constructors Constructor Description StageHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.jbpm.workflow.core.NodecreateNode(Attributes attrs)ClassgenerateNodeFor()protected voidhandleNode(org.jbpm.workflow.core.Node node, Element element, String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser)-
Methods inherited from class org.jbpm.casemgmt.cmmn.xml.AbstractCaseNodeHandler
end, initValidParents, initValidPeers, loadDataInputsAndOutputs, start
-
Methods inherited from class org.drools.core.xml.BaseAbstractHandler
allowNesting, emptyAttributeCheck, emptyContentCheck, getValidParents, getValidPeers
-
-
-
-
Field Detail
-
AUTOCOMPLETE_COMPLETION_CONDITION
public static final String AUTOCOMPLETE_COMPLETION_CONDITION
- See Also:
- Constant Field Values
-
-
Method Detail
-
createNode
protected org.jbpm.workflow.core.Node createNode(Attributes attrs)
- Specified by:
createNodein classAbstractCaseNodeHandler
-
generateNodeFor
public Class generateNodeFor()
-
handleNode
protected void handleNode(org.jbpm.workflow.core.Node node, Element element, String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser) throws SAXException- Overrides:
handleNodein classAbstractCaseNodeHandler- Throws:
SAXException
-
-