|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.softwareag.mdm.adaptation.Request
Defines a specific request over a table.
A request is executed by calling the method execute()
.
An instance of this class does not lock accesses by multiple concurrent threads.
AdaptationTable.createRequest()
Method Summary | |
RequestResult |
execute()
Executes the request and returns the result. |
AdaptationFilter |
getSpecificFilter()
|
PrimaryKeyWildCard |
getWildcard()
Deprecated. |
boolean |
isIncludeEditionDelete()
Deprecated. Always returns false . |
boolean |
isIncludeOcculting()
|
void |
setIncludeEditionDelete(boolean includeEditionDelete)
Deprecated. Void method. |
void |
setIncludeOcculting(boolean includeOcculting)
If argument is true , specifies that the request result shall also
include adaptations which are in occulting mode.
|
void |
setOrderByPrimaryKey()
Specifies that the request result must be ordered by ascending primary key. |
void |
setSortCriteria(RequestSortCriteria sortCriteria)
Specifies that the request result must be sorted according the criteria specified. |
void |
setSpecificFilter(AdaptationFilter aFilter)
Specifies that the request result shall include only adaptations which satisfy the filter passed as argument. |
void |
setWildcard(PrimaryKeyWildCard wildcard)
Deprecated. Replaced by setSpecificFilter(AdaptationFilter) . |
void |
setXPathFilter(String predicate)
Specifies that the request result shall include only the occurrences which satisfy the predicate passed as argument. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public boolean isIncludeEditionDelete()
false
.
setIncludeEditionDelete(boolean)
public void setIncludeEditionDelete(boolean includeEditionDelete)
public boolean isIncludeOcculting()
setIncludeOcculting(boolean)
public void setIncludeOcculting(boolean includeOcculting)
true
, specifies that the request result shall also
include adaptations which are in occulting mode.
If not set, this property is false
: adaptations in occulting mode
are not included in the result.
public void setOrderByPrimaryKey()
If this method is not called (nor method setSortCriteria(RequestSortCriteria)
),
no result sorting is performed.
setSortCriteria(RequestSortCriteria)
public void setSortCriteria(RequestSortCriteria sortCriteria)
If this method is not called (nor method setOrderByPrimaryKey()
),
no result sorting is performed.
setOrderByPrimaryKey()
,
AdaptationTable.createRequestResult(String, RequestSortCriteria)
public PrimaryKeyWildCard getWildcard()
setWildcard(PrimaryKeyWildCard)
public void setWildcard(PrimaryKeyWildCard wildcard)
setSpecificFilter(AdaptationFilter)
.
If not set, this property is null
: no key filtering is performed.
public AdaptationFilter getSpecificFilter()
setSpecificFilter(AdaptationFilter)
public void setSpecificFilter(AdaptationFilter aFilter)
If not set, this property is null
: no specific filtering is performed.
public void setXPathFilter(String predicate)
If a filter has been specified by means of method setSpecificFilter(AdaptationFilter)
,
it is replaced by a filter that implements the predicate.
AdaptationTable.selectOccurrences(String)
,
setSpecificFilter(AdaptationFilter)
public RequestResult execute() throws IncompatibleChangeError
IncompatibleChangeError
|
|||||||||||
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.