Class DemoStartComponent

java.lang.Object
com.yomahub.liteflow.core.NodeComponent
cn.net.pap.liteflow.component.demo.DemoStartComponent

@LiteflowComponent(id="demoStart", name="demoStart") public class DemoStartComponent extends com.yomahub.liteflow.core.NodeComponent
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class com.yomahub.liteflow.core.NodeComponent

    afterProcess, beforeProcess, doRollback, execute, getChainId, getChainName, getCmpData, getContextBean, getCurrChainId, getCurrLoopObj, getDisplayName, getFirstContextBean, getItemResultMetaValue, getLoopIndex, getMonitorBus, getName, getNodeExecutorClass, getNodeId, getPrivateDeliveryData, getRefNode, getRequestData, getRetryCount, getRetryForExceptions, getSelf, getSlot, getSlotIndex, getSubChainReqData, getSubChainReqDataInAsync, getTag, getType, invoke, invoke2Resp, invoke2RespInAsync, invokeInAsync, isAccess, isContinueOnError, isEnd, isRollback, onError, onSuccess, removeIsEnd, removeRefNode, removeSlotIndex, rollback, sendPrivateDeliveryData, setIsEnd, setMonitorBus, setName, setNodeExecutorClass, setNodeId, setRefNode, setRetryCount, setRetryForExceptions, setRollback, setSelf, setSlotIndex, setType

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DemoStartComponent

      public DemoStartComponent()
  • Method Details

    • process

      public void process() throws Exception
      Specified by:
      process in class com.yomahub.liteflow.core.NodeComponent
      Throws:
      Exception