Class GdstBizSteps
java.lang.Object
com.persequor.saga.modules.seafood.gdst.epcis.GdstBizSteps
This class captures the BizSteps from: https://developer.traceability-dialogue.org/extensions/business-steps/
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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 -
Method Summary
-
Field Details
-
fishingEvent
public static final com.persequor.event.BizStep fishingEventProducts are harvested from the wild. Example: A fishing vessel catches some Tuna from the ocean. -
farmHarvest
public static final com.persequor.event.BizStep farmHarvestProducts are harvested from an aquaculture facility. Example: A shrimp farmer harvests shrimp from a pong. -
transshipment
public static final com.persequor.event.BizStep transshipmentA 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 landingA 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 feedingA 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 hatchingA 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 temperatureA 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 packagingProducts are packaged. Example: A processors packages salmon fillets into cedar planks inside cartons. -
commingling
public static final com.persequor.event.BizStep comminglingProducts 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 samplingProducts 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 freezingProducts are frozen. Example: A Shrimp Processor block freezes a case of shrimp.
-
-
Constructor Details
-
GdstBizSteps
public GdstBizSteps()
-
-
Method Details
-
getAll
-