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 |
---|---|
ResourceRefType<ApplicationDescriptor> |
ApplicationDescriptor.createResourceRef()
Creates a new
resource-ref element |
ResourceRefType<ApplicationDescriptor> |
ApplicationDescriptor.getOrCreateResourceRef()
If not already created, a new
resource-ref element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<ResourceRefType<ApplicationDescriptor>> |
ApplicationDescriptor.getAllResourceRef()
Returns all
resource-ref elements |
Modifier and Type | Method and Description |
---|---|
ResourceRefType<EntityBeanType<T>> |
EntityBeanType.createResourceRef()
Creates a new
resource-ref element |
ResourceRefType<InterceptorType<T>> |
InterceptorType.createResourceRef()
Creates a new
resource-ref element |
ResourceRefType<SessionBeanType<T>> |
SessionBeanType.createResourceRef()
Creates a new
resource-ref element |
ResourceRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.createResourceRef()
Creates a new
resource-ref element |
ResourceRefType<EntityBeanType<T>> |
EntityBeanType.getOrCreateResourceRef()
If not already created, a new
resource-ref element will be created and returned. |
ResourceRefType<InterceptorType<T>> |
InterceptorType.getOrCreateResourceRef()
If not already created, a new
resource-ref element will be created and returned. |
ResourceRefType<SessionBeanType<T>> |
SessionBeanType.getOrCreateResourceRef()
If not already created, a new
resource-ref element will be created and returned. |
ResourceRefType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.getOrCreateResourceRef()
If not already created, a new
resource-ref element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<ResourceRefType<EntityBeanType<T>>> |
EntityBeanType.getAllResourceRef()
Returns all
resource-ref elements |
List<ResourceRefType<InterceptorType<T>>> |
InterceptorType.getAllResourceRef()
Returns all
resource-ref elements |
List<ResourceRefType<SessionBeanType<T>>> |
SessionBeanType.getAllResourceRef()
Returns all
resource-ref elements |
List<ResourceRefType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanType.getAllResourceRef()
Returns all
resource-ref elements |
Modifier and Type | Method and Description |
---|---|
ResourceRefType<T> |
ResourceRefType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
ResourceRefType<T> |
ResourceRefType.id(String id)
Sets the
id attribute |
ResourceRefType<T> |
ResourceRefType.lookupName(String lookupName)
Sets the
lookup-name element |
ResourceRefType<T> |
ResourceRefType.mappedName(String mappedName)
Sets the
mapped-name element |
ResourceRefType<T> |
ResourceRefType.removeAllDescription()
Removes the
description element |
ResourceRefType<T> |
ResourceRefType.removeAllInjectionTarget()
Removes all
injection-target elements |
ResourceRefType<T> |
ResourceRefType.removeId()
Removes the
id attribute |
ResourceRefType<T> |
ResourceRefType.removeLookupName()
Removes the
lookup-name element |
ResourceRefType<T> |
ResourceRefType.removeMappedName()
Removes the
mapped-name element |
ResourceRefType<T> |
ResourceRefType.removeResAuth()
Removes the
res-auth attribute |
ResourceRefType<T> |
ResourceRefType.removeResRefName()
Removes the
res-ref-name element |
ResourceRefType<T> |
ResourceRefType.removeResSharingScope()
Removes the
res-sharing-scope attribute |
ResourceRefType<T> |
ResourceRefType.removeResType()
Removes the
res-type element |
ResourceRefType<T> |
ResourceRefType.resAuth(ResAuthType resAuth)
Sets the
res-auth element |
ResourceRefType<T> |
ResourceRefType.resAuth(String resAuth)
Sets the
res-auth element |
ResourceRefType<T> |
ResourceRefType.resRefName(String resRefName)
Sets the
res-ref-name element |
ResourceRefType<T> |
ResourceRefType.resSharingScope(ResSharingScopeType resSharingScope)
Sets the
res-sharing-scope element |
ResourceRefType<T> |
ResourceRefType.resSharingScope(String resSharingScope)
Sets the
res-sharing-scope element |
ResourceRefType<T> |
ResourceRefType.resType(String resType)
Sets the
res-type element |
Modifier and Type | Method and Description |
---|---|
InjectionTargetType<ResourceRefType<T>> |
ResourceRefType.createInjectionTarget()
Creates a new
injection-target element |
List<InjectionTargetType<ResourceRefType<T>>> |
ResourceRefType.getAllInjectionTarget()
Returns all
injection-target elements |
InjectionTargetType<ResourceRefType<T>> |
ResourceRefType.getOrCreateInjectionTarget()
If not already created, a new
injection-target element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
ResourceRefType<WebAppDescriptor> |
WebAppDescriptor.createResourceRef()
Creates a new
resource-ref element |
ResourceRefType<WebAppDescriptor> |
WebAppDescriptor.getOrCreateResourceRef()
If not already created, a new
resource-ref element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<ResourceRefType<WebAppDescriptor>> |
WebAppDescriptor.getAllResourceRef()
Returns all
resource-ref elements |
Modifier and Type | Method and Description |
---|---|
ResourceRefType<WebFragmentDescriptor> |
WebFragmentDescriptor.createResourceRef()
Creates a new
resource-ref element |
ResourceRefType<WebFragmentDescriptor> |
WebFragmentDescriptor.getOrCreateResourceRef()
If not already created, a new
resource-ref element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<ResourceRefType<WebFragmentDescriptor>> |
WebFragmentDescriptor.getAllResourceRef()
Returns all
resource-ref elements |
Copyright © 2017 JBoss by Red Hat. All rights reserved.