Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.application7 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.ejbjar32 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.javaee7 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.webapp31 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.webfragment31 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
ResourceEnvRefType<ApplicationDescriptor> |
ApplicationDescriptor.createResourceEnvRef()
Creates a new
resource-env-ref element |
ResourceEnvRefType<ApplicationDescriptor> |
ApplicationDescriptor.getOrCreateResourceEnvRef()
If not already created, a new
resource-env-ref element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<ResourceEnvRefType<ApplicationDescriptor>> |
ApplicationDescriptor.getAllResourceEnvRef()
Returns all
resource-env-ref elements |
Modifier and Type | Method and Description |
---|---|
ResourceEnvRefType<InterceptorType<T>> |
InterceptorType.createResourceEnvRef()
Creates a new
resource-env-ref element |
ResourceEnvRefType<EntityBeanType<T>> |
EntityBeanType.createResourceEnvRef()
Creates a new
resource-env-ref element |
ResourceEnvRefType<SessionBeanType<T>> |
SessionBeanType.createResourceEnvRef()
Creates a new
resource-env-ref element |
ResourceEnvRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.createResourceEnvRef()
Creates a new
resource-env-ref element |
ResourceEnvRefType<InterceptorType<T>> |
InterceptorType.getOrCreateResourceEnvRef()
If not already created, a new
resource-env-ref element will be created and returned. |
ResourceEnvRefType<EntityBeanType<T>> |
EntityBeanType.getOrCreateResourceEnvRef()
If not already created, a new
resource-env-ref element will be created and returned. |
ResourceEnvRefType<SessionBeanType<T>> |
SessionBeanType.getOrCreateResourceEnvRef()
If not already created, a new
resource-env-ref element will be created and returned. |
ResourceEnvRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.getOrCreateResourceEnvRef()
If not already created, a new
resource-env-ref element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<ResourceEnvRefType<InterceptorType<T>>> |
InterceptorType.getAllResourceEnvRef()
Returns all
resource-env-ref elements |
List<ResourceEnvRefType<EntityBeanType<T>>> |
EntityBeanType.getAllResourceEnvRef()
Returns all
resource-env-ref elements |
List<ResourceEnvRefType<SessionBeanType<T>>> |
SessionBeanType.getAllResourceEnvRef()
Returns all
resource-env-ref elements |
List<ResourceEnvRefType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanType.getAllResourceEnvRef()
Returns all
resource-env-ref elements |
Modifier and Type | Method and Description |
---|---|
ResourceEnvRefType<T> |
ResourceEnvRefType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
ResourceEnvRefType<T> |
ResourceEnvRefType.id(String id)
Sets the
id attribute |
ResourceEnvRefType<T> |
ResourceEnvRefType.lookupName(String lookupName)
Sets the
lookup-name element |
ResourceEnvRefType<T> |
ResourceEnvRefType.mappedName(String mappedName)
Sets the
mapped-name element |
ResourceEnvRefType<T> |
ResourceEnvRefType.removeAllDescription()
Removes the
description element |
ResourceEnvRefType<T> |
ResourceEnvRefType.removeAllInjectionTarget()
Removes all
injection-target elements |
ResourceEnvRefType<T> |
ResourceEnvRefType.removeId()
Removes the
id attribute |
ResourceEnvRefType<T> |
ResourceEnvRefType.removeLookupName()
Removes the
lookup-name element |
ResourceEnvRefType<T> |
ResourceEnvRefType.removeMappedName()
Removes the
mapped-name element |
ResourceEnvRefType<T> |
ResourceEnvRefType.removeResourceEnvRefName()
Removes the
resource-env-ref-name element |
ResourceEnvRefType<T> |
ResourceEnvRefType.removeResourceEnvRefType()
Removes the
resource-env-ref-type element |
ResourceEnvRefType<T> |
ResourceEnvRefType.resourceEnvRefName(String resourceEnvRefName)
Sets the
resource-env-ref-name element |
ResourceEnvRefType<T> |
ResourceEnvRefType.resourceEnvRefType(String resourceEnvRefType)
Sets the
resource-env-ref-type element |
Modifier and Type | Method and Description |
---|---|
InjectionTargetType<ResourceEnvRefType<T>> |
ResourceEnvRefType.createInjectionTarget()
Creates a new
injection-target element |
List<InjectionTargetType<ResourceEnvRefType<T>>> |
ResourceEnvRefType.getAllInjectionTarget()
Returns all
injection-target elements |
InjectionTargetType<ResourceEnvRefType<T>> |
ResourceEnvRefType.getOrCreateInjectionTarget()
If not already created, a new
injection-target element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
ResourceEnvRefType<WebAppDescriptor> |
WebAppDescriptor.createResourceEnvRef()
Creates a new
resource-env-ref element |
ResourceEnvRefType<WebAppDescriptor> |
WebAppDescriptor.getOrCreateResourceEnvRef()
If not already created, a new
resource-env-ref element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<ResourceEnvRefType<WebAppDescriptor>> |
WebAppDescriptor.getAllResourceEnvRef()
Returns all
resource-env-ref elements |
Modifier and Type | Method and Description |
---|---|
ResourceEnvRefType<WebFragmentDescriptor> |
WebFragmentDescriptor.createResourceEnvRef()
Creates a new
resource-env-ref element |
ResourceEnvRefType<WebFragmentDescriptor> |
WebFragmentDescriptor.getOrCreateResourceEnvRef()
If not already created, a new
resource-env-ref element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<ResourceEnvRefType<WebFragmentDescriptor>> |
WebFragmentDescriptor.getAllResourceEnvRef()
Returns all
resource-env-ref elements |
Copyright © 2020 JBoss by Red Hat. All rights reserved.