Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.connector16 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.impl.connector16 |
Provides the implementation classes as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
AdminobjectType<T> |
AdminobjectType.adminobjectClass(String adminobjectClass)
Sets the
adminobject-class element |
AdminobjectType<T> |
AdminobjectType.adminobjectInterface(String adminobjectInterface)
Sets the
adminobject-interface element |
AdminobjectType<ResourceadapterType<T>> |
ResourceadapterType.createAdminobject()
Creates a new
adminobject element |
AdminobjectType<ResourceadapterType<T>> |
ResourceadapterType.getOrCreateAdminobject()
If not already created, a new
adminobject element will be created and returned. |
AdminobjectType<T> |
AdminobjectType.id(String id)
Sets the
id attribute |
AdminobjectType<T> |
AdminobjectType.removeAdminobjectClass()
Removes the
adminobject-class element |
AdminobjectType<T> |
AdminobjectType.removeAdminobjectInterface()
Removes the
adminobject-interface element |
AdminobjectType<T> |
AdminobjectType.removeAllConfigProperty()
Removes all
config-property elements |
AdminobjectType<T> |
AdminobjectType.removeId()
Removes the
id attribute |
Modifier and Type | Method and Description |
---|---|
ConfigPropertyType<AdminobjectType<T>> |
AdminobjectType.createConfigProperty()
Creates a new
config-property element |
List<AdminobjectType<ResourceadapterType<T>>> |
ResourceadapterType.getAllAdminobject()
Returns all
adminobject elements |
List<ConfigPropertyType<AdminobjectType<T>>> |
AdminobjectType.getAllConfigProperty()
Returns all
config-property elements |
ConfigPropertyType<AdminobjectType<T>> |
AdminobjectType.getOrCreateConfigProperty()
If not already created, a new
config-property element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
AdminobjectType<T> |
AdminobjectTypeImpl.adminobjectClass(String adminobjectClass)
Sets the
adminobject-class element |
AdminobjectType<T> |
AdminobjectTypeImpl.adminobjectInterface(String adminobjectInterface)
Sets the
adminobject-interface element |
AdminobjectType<ResourceadapterType<T>> |
ResourceadapterTypeImpl.createAdminobject()
Creates a new
adminobject element |
AdminobjectType<ResourceadapterType<T>> |
ResourceadapterTypeImpl.getOrCreateAdminobject()
If not already created, a new
adminobject element will be created and returned. |
AdminobjectType<T> |
AdminobjectTypeImpl.id(String id)
Sets the
id attribute |
AdminobjectType<T> |
AdminobjectTypeImpl.removeAdminobjectClass()
Removes the
adminobject-class element |
AdminobjectType<T> |
AdminobjectTypeImpl.removeAdminobjectInterface()
Removes the
adminobject-interface element |
AdminobjectType<T> |
AdminobjectTypeImpl.removeAllConfigProperty()
Removes all
config-property elements |
AdminobjectType<T> |
AdminobjectTypeImpl.removeId()
Removes the
id attribute |
Modifier and Type | Method and Description |
---|---|
ConfigPropertyType<AdminobjectType<T>> |
AdminobjectTypeImpl.createConfigProperty()
Creates a new
config-property element |
List<AdminobjectType<ResourceadapterType<T>>> |
ResourceadapterTypeImpl.getAllAdminobject()
Returns all
adminobject elements |
List<ConfigPropertyType<AdminobjectType<T>>> |
AdminobjectTypeImpl.getAllConfigProperty()
Returns all
config-property elements |
ConfigPropertyType<AdminobjectType<T>> |
AdminobjectTypeImpl.getOrCreateConfigProperty()
If not already created, a new
config-property element will be created and returned. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.