Uses of Class
fr.gouv.vitam.collect.internal.model.TransactionStatus
-
Packages that use TransactionStatus Package Description fr.gouv.vitam.collect.internal.helpers.builders fr.gouv.vitam.collect.internal.model fr.gouv.vitam.collect.internal.service -
-
Uses of TransactionStatus in fr.gouv.vitam.collect.internal.helpers.builders
Methods in fr.gouv.vitam.collect.internal.helpers.builders with parameters of type TransactionStatus Modifier and Type Method Description CollectModelBuilder
CollectModelBuilder. withStatus(TransactionStatus status)
-
Uses of TransactionStatus in fr.gouv.vitam.collect.internal.model
Methods in fr.gouv.vitam.collect.internal.model that return TransactionStatus Modifier and Type Method Description TransactionStatus
CollectModel. getStatus()
static TransactionStatus
TransactionStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TransactionStatus[]
TransactionStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.collect.internal.model with parameters of type TransactionStatus Modifier and Type Method Description void
CollectModel. setStatus(TransactionStatus status)
Constructors in fr.gouv.vitam.collect.internal.model with parameters of type TransactionStatus Constructor Description CollectModel(java.lang.String id, java.lang.String archivalAgreement, java.lang.String messageIdentifier, java.lang.String archivalAgencyIdentifier, java.lang.String transferingAgencyIdentifier, java.lang.String originatingAgencyIdentifier, java.lang.String submissionAgencyIdentifier, java.lang.String archivalProfile, java.lang.String comment, TransactionStatus status)
-
Uses of TransactionStatus in fr.gouv.vitam.collect.internal.service
Methods in fr.gouv.vitam.collect.internal.service with parameters of type TransactionStatus Modifier and Type Method Description boolean
CollectService. checkStatus(CollectModel collectModel, TransactionStatus... transactionStatus)
-