Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.facespartialresponse20 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
PartialResponseChangesType<T> |
PartialResponseChangesType.eval(String... values)
Creates for all String objects representing
eval elements,
a new eval element |
PartialResponseChangesType<T> |
PartialResponseChangesType.extension()
Sets the
extension element |
PartialResponseChangesType<PartialResponseType<T>> |
PartialResponseType.getOrCreateChanges()
If not already created, a new
changes element with the given value will be created. |
PartialResponseChangesType<WebFacesPartialResponseDescriptor> |
WebFacesPartialResponseDescriptor.getOrCreateChanges()
If not already created, a new
changes element with the given value will be created. |
PartialResponseChangesType<T> |
PartialResponseChangesType.removeAllAttributes()
Removes all
attributes elements |
PartialResponseChangesType<T> |
PartialResponseChangesType.removeAllDelete()
Removes all
delete elements |
PartialResponseChangesType<T> |
PartialResponseChangesType.removeAllEval()
Removes the
eval element |
PartialResponseChangesType<T> |
PartialResponseChangesType.removeAllInsert()
Removes all
insert elements |
PartialResponseChangesType<T> |
PartialResponseChangesType.removeAllUpdate()
Removes the
update element |
PartialResponseChangesType<T> |
PartialResponseChangesType.removeExtension()
Removes the
extension element |
PartialResponseChangesType<T> |
PartialResponseChangesType.update(String... values)
Creates for all String objects representing
update elements,
a new update element |
Modifier and Type | Method and Description |
---|---|
PartialResponseAttributesType<PartialResponseChangesType<T>> |
PartialResponseChangesType.createAttributes()
Creates a new
attributes element |
PartialResponseDeleteType<PartialResponseChangesType<T>> |
PartialResponseChangesType.createDelete()
Creates a new
delete element |
PartialResponseInsertType<PartialResponseChangesType<T>> |
PartialResponseChangesType.createInsert()
Creates a new
insert element |
List<PartialResponseAttributesType<PartialResponseChangesType<T>>> |
PartialResponseChangesType.getAllAttributes()
Returns all
attributes elements |
List<PartialResponseDeleteType<PartialResponseChangesType<T>>> |
PartialResponseChangesType.getAllDelete()
Returns all
delete elements |
List<PartialResponseInsertType<PartialResponseChangesType<T>>> |
PartialResponseChangesType.getAllInsert()
Returns all
insert elements |
PartialResponseAttributesType<PartialResponseChangesType<T>> |
PartialResponseChangesType.getOrCreateAttributes()
If not already created, a new
attributes element will be created and returned. |
PartialResponseDeleteType<PartialResponseChangesType<T>> |
PartialResponseChangesType.getOrCreateDelete()
If not already created, a new
delete element will be created and returned. |
PartialResponseInsertType<PartialResponseChangesType<T>> |
PartialResponseChangesType.getOrCreateInsert()
If not already created, a new
insert element will be created and returned. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.