|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.uddi.promoter.export.TruncatedResultsStates
Holds states of the five possible inquiry requests, indicating which result sets were truncated.
Field Summary | |
---|---|
static java.lang.String |
java_copyright
|
Fields inherited from interface com.ibm.uddi.promoter.CommandLineConstants |
---|
ARG_BINDING, ARG_BUSINESS, ARG_DEFINITION_FILE, ARG_DELETE, ARG_EXPORT, ARG_IMPORT, ARG_IMPORT_REFERENCED_ENTITIES, ARG_INPUT_KEYFILE, ARG_INPUT_KEYFILE_OLD, ARG_OVERWRITE, ARG_OVERWRITE_OLD, ARG_PROMOTE, ARG_PROPERTIES_FILE, ARG_SERVICE, ARG_TMODEL, ARG_VERBOSE, ARG_VERBOSE_OLD, USAGE |
Constructor Summary | |
---|---|
TruncatedResultsStates()
|
Method Summary | |
---|---|
boolean |
isAnyStateTruncated()
Quick test to indicate if any result set was truncated. |
boolean |
isBindingResultsTruncated()
Returns the bindingResultsTruncated. |
boolean |
isBusinessResultsTruncated()
Returns the businessResultsTruncated. |
boolean |
isRelatedBusinessResultsTruncated()
Returns the relatedBusinessResultsTruncated. |
boolean |
isServiceResultsTruncated()
Returns the serviceResultsTruncated. |
boolean |
isTModelResultsTruncated()
Returns the tModelResultsTruncated. |
void |
setBindingResultsTruncated(boolean bindingResultsTruncated)
Sets the bindingResultsTruncated. |
void |
setBusinessResultsTruncated(boolean businessResultsTruncated)
Sets the businessResultsTruncated. |
void |
setRelatedBusinessResultsTruncated(boolean relatedBusinessResultsTruncated)
Sets the relatedBusinessResultsTruncated. |
void |
setServiceResultsTruncated(boolean serviceResultsTruncated)
Sets the serviceResultsTruncated. |
void |
setTModelResultsTruncated(boolean tModelResultsTruncated)
Sets the tModelResultsTruncated. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String java_copyright
Constructor Detail |
public TruncatedResultsStates()
Method Detail |
public boolean isBindingResultsTruncated()
true
if the matching binding result set was truncated.public boolean isBusinessResultsTruncated()
true
if the matching business result set was truncated.public boolean isRelatedBusinessResultsTruncated()
true
if the matching related business result set was truncated.public boolean isServiceResultsTruncated()
true
if the matching service result set was truncated.public boolean isTModelResultsTruncated()
true
if the mathcing tModel result set was truncated.public void setBindingResultsTruncated(boolean bindingResultsTruncated)
bindingResultsTruncated
- The bindingResultsTruncated to setpublic void setBusinessResultsTruncated(boolean businessResultsTruncated)
businessResultsTruncated
- The businessResultsTruncated to setpublic void setRelatedBusinessResultsTruncated(boolean relatedBusinessResultsTruncated)
relatedBusinessResultsTruncated
- The relatedBusinessResultsTruncated to setpublic void setServiceResultsTruncated(boolean serviceResultsTruncated)
serviceResultsTruncated
- The serviceResultsTruncated to setpublic void setTModelResultsTruncated(boolean tModelResultsTruncated)
tModelResultsTruncated
- The tModelResultsTruncated to setpublic boolean isAnyStateTruncated()
true
if one or more result sets is truncated.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |