Class GdstBizSteps

java.lang.Object
com.persequor.saga.modules.seafood.gdst.epcis.GdstBizSteps

public class GdstBizSteps extends Object
This class captures the BizSteps from: https://developer.traceability-dialogue.org/extensions/business-steps/
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.persequor.event.BizStep
    Products are put together without their GTIN changing.
    static final com.persequor.event.BizStep
    Products are harvested from an aquaculture facility.
    static final com.persequor.event.BizStep
    A feed is given to a live fish at an aquaculture facility.
    static final com.persequor.event.BizStep
    Products are harvested from the wild.
    static final com.persequor.event.BizStep
    Products are frozen.
    static final com.persequor.event.BizStep
    A container at an aquaculture is stocked with a live species.
    static final com.persequor.event.BizStep
    A product harvested in the wild is transferred from a vessel to land for the first time since being harvested.
    static final com.persequor.event.BizStep
    Products are packaged.
    static final com.persequor.event.BizStep
    Products are sampled and scientific measurements are recording as part of the event.
    static final com.persequor.event.BizStep
    A temperature is recorded about seafood products.
    static final com.persequor.event.BizStep
    A product harvested from the wild is transferred to a vessel from another vessel before it's landing event.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static List<com.persequor.event.BizStep>
     

    Methods inherited from class java.lang.Object

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

    • fishingEvent

      public static final com.persequor.event.BizStep fishingEvent
      Products are harvested from the wild. Example: A fishing vessel catches some Tuna from the ocean.
    • farmHarvest

      public static final com.persequor.event.BizStep farmHarvest
      Products are harvested from an aquaculture facility. Example: A shrimp farmer harvests shrimp from a pong.
    • transshipment

      public static final com.persequor.event.BizStep transshipment
      A product harvested from the wild is transferred to a vessel from another vessel before it's landing event. Example: A Tuna is harvested by a fishing vessel an transferred to a tinger to be carried to shore.
    • landing

      public static final com.persequor.event.BizStep landing
      A product harvested in the wild is transferred from a vessel to land for the first time since being harvested. Example: Tuna is offloaded from a tinder to a dock.
    • feeding

      public static final com.persequor.event.BizStep feeding
      A feed is given to a live fish at an aquaculture facility. This is a transformation event with the input being the feed and the output is what is being fed. Example: A shrimp farmers feeds his shrimp.
    • hatching

      public static final com.persequor.event.BizStep hatching
      A container at an aquaculture is stocked with a live species. Example: A shrimp farmer stocks his pond with shrimp.
    • temperature

      public static final com.persequor.event.BizStep temperature
      A temperature is recorded about seafood products. Example: A cargo container of frozen shrimp is recorded for the cold-chain.
    • packaging

      public static final com.persequor.event.BizStep packaging
      Products are packaged. Example: A processors packages salmon fillets into cedar planks inside cartons.
    • commingling

      public static final com.persequor.event.BizStep commingling
      Products are put together without their GTIN changing. Only the Lot Number changes. Example: Caviar collected from several fisherman is collected into a barrel to be processed.
    • sampling

      public static final com.persequor.event.BizStep sampling
      Products are sampled and scientific measurements are recording as part of the event. Example: A biological test is performed on salmon and the results of the test are recorded with the event.
    • freezing

      public static final com.persequor.event.BizStep freezing
      Products are frozen. Example: A Shrimp Processor block freezes a case of shrimp.
  • Constructor Details

    • GdstBizSteps

      public GdstBizSteps()
  • Method Details

    • getAll

      public static List<com.persequor.event.BizStep> getAll()