Package org.zeroexchange.flow.collaboration.step

Examples of org.zeroexchange.flow.collaboration.step.ContractFlowStep.nextStep()


        ContractFlowStep currentContractStep = contractFlowStatesRegistry.getFlowStep(contractStatus);
        if(currentContractStep == null) {
            throw new BusinessLogicException("Cannot find processor to process contract status '" + contractStatus + "'");
        }
       
        return currentContractStep.nextStep(contract);
    }

}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.