Package

com.bazaarvoice

sswf

Permalink

package sswf

Visibility
  1. Public
  2. All

Type Members

  1. class Builders extends AnyRef

    Permalink
  2. trait HeartbeatCallback extends AnyRef

    Permalink
  3. trait InputParser[SSWFInput] extends AnyRef

    Permalink

    Marshaller for workflow input.

    Marshaller for workflow input. Simply provide the mechanism to serialize and deserialize workflow inputs.

    SSWFInput

    The JVM object representing your workflow input.

  4. trait Logger extends AnyRef

    Permalink
  5. class SilentLogger extends Logger

    Permalink
  6. trait WorkflowDefinition[SSWFInput, StepEnum <: Enum[StepEnum] with WorkflowStep] extends AnyRef

    Permalink

    This is where you specify how the workflow executes.

    This is where you specify how the workflow executes.

    SSWFInput

    The JVM object representing your workflow input.

    StepEnum

    The enum containing workflow step definitions

  7. trait WorkflowStep extends AnyRef

    Permalink

    Your Step Enum must implement/extend this

Value Members

  1. package model

    Permalink
  2. package service

    Permalink

Ungrouped