Package com.broadleafcommerce.orchestration.workflow
package com.broadleafcommerce.orchestration.workflow
-
ClassDescriptionFunctions.Func1<T1,
R> Functions.Func2<T1,T2, R> Functions.Func3<T1,T2, T3, R> Functions.Func4<T1,T2, T3, T4, R> Functions.Func5<T1,T2, T3, T4, T5, R> Functions.Func6<T1,T2, T3, T4, T5, T6, R> Functions.Proc1<T1>Functions.Proc2<T1,T2> Functions.Proc3<T1,T2, T3> Functions.Proc4<T1,T2, T3, T4> Functions.Proc5<T1,T2, T3, T4, T5> Functions.Proc6<T1,T2, T3, T4, T5, T6> Provides facilities for aSimpleWorkflowExecution
to retrieve callable instances ofSimpleActivity
while recording the history and responses for posterity.