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, removeAllNamespaces
exportAsString, exportTo, getDescriptorName
BatchArtifactRef<BatchXMLDescriptor> getOrCreateRef()
ref
element will be created and returned.
Otherwise, the first existing ref
element will be returned.ref
BatchArtifactRef<BatchXMLDescriptor> createRef()
ref
elementBatchArtifactRef
List<BatchArtifactRef<BatchXMLDescriptor>> getAllRef()
ref
elementsref
BatchXMLDescriptor removeAllRef()
ref
elementsBatchArtifactRef
Copyright © 2021 JBoss by Red Hat. All rights reserved.