|
complexType ManagedEntityKeyResult | ||||||||||
| Jump: DOCUMENTATION | SOURCE | FRAMES NO FRAMES | ||||||||||
| Abstract | true (This cannot be used in an instance) |
|---|---|
| Target Namespace | http://java.sun.com/products/oss/xml/Common |
| Declared Namespaces | xmlns:co=http://java.sun.com/products/oss/xml/Common xmlns=http://www.w3.org/2001/XMLSchema |
A base interface for every application specific <CODE><ManagedEntity>KeyResult</CODE>
interface.
<p>
A <CODE><ManagedEntity>KeyResult</CODE> interface must comply with the following template:
<pre>
public interface <ManagedEntity>KeyResult extends ManagedEntityKeyResult
{
public <ManagedEntity>Key get<ManagedEntity>Key();
}
</pre>
<p>
The managed entity key result encapsulates all the information necessary to
indicate the result of a BEST EFFORT operation on a specific managed entity.
<p>
The managed entity key result is used in operations involving the update of
multiple managed entities, in the deletion of multiple managed entities or in
the creation of multiple managed entities or in bulk business operations.
<p>
The base <CODE>ManagedEntityKeyResult</CODE> interface contains the managed entity key,
a boolean value indicating if the operation on the targeted managed entity was
succesful and finally the exception that would have been thrown if this operation
had been attempted on the individual Managed Entity.
|
complexType ManagedEntityKeyResult | ||||||||||
| Jump: DOCUMENTATION | SOURCE | FRAMES NO FRAMES | ||||||||||
![]() |
||
| Stylus Studio XML Schema Library Home | ||
| Site Map | Privacy Policy | Terms of Use | Trademarks |