|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.softwareag.mdm.adaptation.RequestResult
Represents the result of a Request
.
The content is accessed through array-like iterations.
Request
,
Concurrency and isolation levelsMethod Summary | |
boolean |
contains(Adaptation anOccurrence)
Returns true if the occurrence specified belongs to the result of this request
(even if the occurrence is obsolete). |
Adaptation |
getAdaptation(int anIndex)
Returns the occurrence at the position specified in this result. |
Request |
getRequest()
Returns the request that has created this result. |
int |
getSize()
|
AdaptationTable |
getTable()
|
boolean |
isEmpty()
Returns true if result is empty (its size is 0). |
boolean |
isObsolete()
Returns true if result may have changed since last computation.
|
void |
refresh()
|
boolean |
refreshIfNeeded()
Performs a refresh of the result if it may have changed. |
String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public int getSize()
public AdaptationTable getTable()
public Adaptation getAdaptation(int anIndex) throws ArrayIndexOutOfBoundsException
ArrayIndexOutOfBoundsException
public boolean isEmpty()
true
if result is empty (its size is 0).
public boolean isObsolete()
true
if result may have changed since last computation.
This happens if table has been updated or if request has been changed
(via a set...
method).
refreshIfNeeded()
public String toString()
public void refresh() throws IncompatibleChangeError
IncompatibleChangeError
public boolean refreshIfNeeded() throws IncompatibleChangeError
true
if a refresh has been done, false
otherwise.
IncompatibleChangeError
isObsolete()
public Request getRequest()
public boolean contains(Adaptation anOccurrence)
true
if the occurrence specified belongs to the result of this request
(even if the occurrence is obsolete).
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
(report a bug)
webMethods MDM 4.2.8 [0558]
Copyright Software AG 2000-2007. All rights reserved.