org.zeroexchange.flow.collaboration.step
Interface ContractFlowStep

All Known Implementing Classes:
AbstractStep, ExecutedStep, ReadyStep, UncompletedStep

public interface ContractFlowStep

Contract for flow step processors.

Author:
black

Method Summary
 ContractStatus getProcessingStatus()
          Returns the step current processor can process.
 ContractStatus nextStep(Contract contract)
          Returns the next step for the contract
 

Method Detail

nextStep

ContractStatus nextStep(Contract contract)
Returns the next step for the contract


getProcessingStatus

ContractStatus getProcessingStatus()
Returns the step current processor can process.



Copyright © 2013. All Rights Reserved.