Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar31 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
ContainerTransactionType<AssemblyDescriptorType<T>> |
AssemblyDescriptorType.createContainerTransaction()
Creates a new
container-transaction element |
ContainerTransactionType<T> |
ContainerTransactionType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
ContainerTransactionType<AssemblyDescriptorType<T>> |
AssemblyDescriptorType.getOrCreateContainerTransaction()
If not already created, a new
container-transaction element will be created and returned. |
ContainerTransactionType<T> |
ContainerTransactionType.id(String id)
Sets the
id attribute |
ContainerTransactionType<T> |
ContainerTransactionType.removeAllDescription()
Removes the
description element |
ContainerTransactionType<T> |
ContainerTransactionType.removeAllMethod()
Removes all
method elements |
ContainerTransactionType<T> |
ContainerTransactionType.removeId()
Removes the
id attribute |
ContainerTransactionType<T> |
ContainerTransactionType.removeTransAttribute()
Removes the
trans-attribute attribute |
ContainerTransactionType<T> |
ContainerTransactionType.transAttribute(String transAttribute)
Sets the
trans-attribute element |
ContainerTransactionType<T> |
ContainerTransactionType.transAttribute(TransAttributeType transAttribute)
Sets the
trans-attribute element |
Modifier and Type | Method and Description |
---|---|
MethodType<ContainerTransactionType<T>> |
ContainerTransactionType.createMethod()
Creates a new
method element |
List<ContainerTransactionType<AssemblyDescriptorType<T>>> |
AssemblyDescriptorType.getAllContainerTransaction()
Returns all
container-transaction elements |
List<MethodType<ContainerTransactionType<T>>> |
ContainerTransactionType.getAllMethod()
Returns all
method elements |
MethodType<ContainerTransactionType<T>> |
ContainerTransactionType.getOrCreateMethod()
If not already created, a new
method element will be created and returned. |
Copyright © 2022 JBoss by Red Hat. All rights reserved.