-
-
-
-
Serialized Fields
-
category
@Size(max=255) String category
A category name, like Reconciliation or Replenishment the Transaction is part of.
-
createdByUser
@Size(max=255) String createdByUser
The human user or system that initiated the Transaction.
-
createDt
Date createDt
When the Transaction has been created in the system.
-
description
@Size(max=2048) String description
A human-readable descriptive text of the Transaction that happened.
-
details
Map<String,String> details
Arbitrary detail information with values according to the specific Transaction.
-
pKey
@Null(groups=Create.class) @Size(max=255) String pKey
The persistent key.
-
sender
@Size(max=255) String sender
The service name that created the Transaction.
-
senderId
@Size(max=255) String senderId
An id to a dataset the Transaction is related to.
-
traceId
@Size(max=255) String traceId
An id to request (business transaction) the Transaction was part of.
-
type
@NotBlank(groups=Create.class) @Size(max=255) String type
A defined transaction type that can be used as a key to the custom specific Transaction.
-
-
-
class TransactionEvent extends org.openwms.core.event.RootApplicationEvent implements
Serializable
-
-
-
class TransactionEO extends org.ameba.integration.jpa.ApplicationEntity implements
Serializable
-
Serialized Fields
-
category
String category
A category name, like Reconciliation or Replenishment the Transaction is part of.
-
createdByUser
String createdByUser
The human user or system that initiated the Transaction.
-
description
@Size(max=2048) String description
A human-readable descriptive text of the Transaction that happened.
-
details
Map<String,String> details
Arbitrary detail information with values according to the specific Transaction.
-
sender
String sender
The service name that created the Transaction.
-
senderId
String senderId
An id to a dataset the Transaction is related to.
-
traceId
String traceId
An id to the request (business transaction) the Transaction was created in.
-
type
@NotBlank String type
A defined transaction type that can be used as a key to the custom specific Transaction.