Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jobXML10 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
ExceptionClassFilter<Chunk<T>> |
Chunk.getOrCreateNoRollbackExceptionClasses()
If not already created, a new
no-rollback-exception-classes element with the given value will be created. |
ExceptionClassFilter<Chunk<T>> |
Chunk.getOrCreateRetryableExceptionClasses()
If not already created, a new
retryable-exception-classes element with the given value will be created. |
ExceptionClassFilter<Chunk<T>> |
Chunk.getOrCreateSkippableExceptionClasses()
If not already created, a new
skippable-exception-classes element with the given value will be created. |
ExceptionClassFilter<T> |
ExceptionClassFilter.removeAllExclude()
Removes all
exclude elements |
ExceptionClassFilter<T> |
ExceptionClassFilter.removeAllInclude()
Removes all
include elements |
Modifier and Type | Method and Description |
---|---|
Exclude<ExceptionClassFilter<T>> |
ExceptionClassFilter.createExclude()
Creates a new
exclude element |
Include<ExceptionClassFilter<T>> |
ExceptionClassFilter.createInclude()
Creates a new
include element |
List<Exclude<ExceptionClassFilter<T>>> |
ExceptionClassFilter.getAllExclude()
Returns all
exclude elements |
List<Include<ExceptionClassFilter<T>>> |
ExceptionClassFilter.getAllInclude()
Returns all
include elements |
Exclude<ExceptionClassFilter<T>> |
ExceptionClassFilter.getOrCreateExclude()
If not already created, a new
exclude element will be created and returned. |
Include<ExceptionClassFilter<T>> |
ExceptionClassFilter.getOrCreateInclude()
If not already created, a new
include element will be created and returned. |
Copyright © 2022 JBoss by Red Hat. All rights reserved.