
public interface BatchXMLDescriptor extends Descriptor, DescriptorNamespace<BatchXMLDescriptor>, BatchXMLCommonDescriptor<BatchXMLDescriptor,BatchArtifactRef<BatchXMLDescriptor>>
This deployment descriptor provides the functionalities as described in the specification
Example:
BatchXMLDescriptor descriptor = Descriptors.create(BatchXMLDescriptor.class);
| Modifier and Type | Method and Description |
|---|---|
BatchArtifactRef<BatchXMLDescriptor> |
createRef()
Creates a new
ref element |
List<BatchArtifactRef<BatchXMLDescriptor>> |
getAllRef()
Returns all
ref elements |
BatchArtifactRef<BatchXMLDescriptor> |
getOrCreateRef()
If not already created, a new
ref element will be created and returned. |
BatchXMLDescriptor |
removeAllRef()
Removes all
ref elements |
addDefaultNamespaces, addNamespace, getNamespaces, removeAllNamespacesexportAsString, exportTo, getDescriptorNameBatchArtifactRef<BatchXMLDescriptor> getOrCreateRef()
ref element will be created and returned.
Otherwise, the first existing ref element will be returned.refBatchArtifactRef<BatchXMLDescriptor> createRef()
ref elementBatchArtifactRefList<BatchArtifactRef<BatchXMLDescriptor>> getAllRef()
ref elementsrefBatchXMLDescriptor removeAllRef()
ref elementsBatchArtifactRefCopyright © 2025 JBoss by Red Hat. All rights reserved.