Class OperationInfo.OperationInfoBuilder
java.lang.Object
de.hybris.platform.core.threadregistry.OperationInfo.OperationInfoBuilder
- Enclosing class:
- OperationInfo
Builder for
OperationInfo.-
Method Summary
Modifier and TypeMethodDescriptionasSuspendableOperation(boolean canHandleDbFailures) build()withAdditionalAttribute(String key, String value) withAdditionalAttributes(Map<String, String> additionalAttributes) withAspectNameIfPresent(String aspect) PLEASE NOTE: This API is in the beta stage, it can be changed or even removed in a future release.PLEASE NOTE: This API is in the beta stage, it can be changed or even removed in a future release.withCategory(OperationInfo.Category category) withCategory(String category) withCronJobCode(String code) PLEASE NOTE: This API is in the beta stage, it can be changed or even removed in a future release.withStatusInfo(String statusInfo) withTenant(String tenantId)
-
Method Details
-
withCategory
-
withCategory
-
asNotSuspendableOperation
-
asSuspendableOperation
-
asSuspendableOperation
-
withTenant
-
withStatusInfo
-
withCronJobCode
PLEASE NOTE: This API is in the beta stage, it can be changed or even removed in a future release. Compatibility with other features is not guaranteed. -
withBusinessProcessCode
PLEASE NOTE: This API is in the beta stage, it can be changed or even removed in a future release. Compatibility with other features is not guaranteed. -
withAspectNameIfPresent
PLEASE NOTE: This API is in the beta stage, it can be changed or even removed in a future release. Compatibility with other features is not guaranteed. -
withAdditionalAttributes
public OperationInfo.OperationInfoBuilder withAdditionalAttributes(Map<String, String> additionalAttributes) -
withAdditionalAttribute
public OperationInfo.OperationInfoBuilder withAdditionalAttribute(@Nonnull String key, String value) -
build
-