|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetadataObjectResponse
Represents the response from a call to
MetadataTree.listMetadataObjects(commonj.connector.metadata.discovery.properties.PropertyGroup)
or
MetadataObject.getChildren(commonj.connector.metadata.discovery.properties.PropertyGroup)
.
This interface encapsulates the returned tree of MetadataObjects.
MetadataObject
Method Summary | |
---|---|
String |
getMessage()
Returns any status messages that may have been returned with the response. |
MetadataObjectIterator |
getObjectIterator()
Returns an iterator for the content of the MetadataObjectResponse. |
Method Detail |
---|
MetadataObjectIterator getObjectIterator()
null
iterator. The iterator itself may not
have any content if the response contained no MetadataObjects.String getMessage()
This is a locale specific object that must be separated to a ResourceBundle, translated, and retrieved using the locale of the tool environment.
null
if no message exists.ResourceBundle
,
MessageFormat
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |