|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PartialResponseChangesType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.facespartialresponse20 | Provides the interfaces and enumeration types as defined in the schema |
Uses of PartialResponseChangesType in org.jboss.shrinkwrap.descriptor.api.facespartialresponse20 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.facespartialresponse20 that return PartialResponseChangesType | |
---|---|
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<WebFacesPartialResponseDescriptor> |
WebFacesPartialResponseDescriptor.getOrCreateChanges()
If not already created, a new changes element with the given value will be created. |
PartialResponseChangesType<PartialResponseType<T>> |
PartialResponseType.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 |
Methods in org.jboss.shrinkwrap.descriptor.api.facespartialresponse20 that return types with arguments of type PartialResponseChangesType | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |