|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.j2ca.extension.emd.discovery.WBIMetadataSelectionImpl
This represents the collection of objects that have been selected for generation by the user. It also has properties that might be needed from the user for the complete selection.
Constructor Summary | |
---|---|
WBIMetadataSelectionImpl()
|
Method Summary | |
---|---|
void |
add(commonj.connector.metadata.discovery.MetadataImportConfiguration importConfiguration)
Used by the tool to add a configuration to the selection |
void |
applySelectionProperties(commonj.connector.metadata.discovery.properties.PropertyGroup selectionValues)
|
commonj.connector.metadata.discovery.MetadataImportConfiguration |
canAdd(commonj.connector.metadata.discovery.MetadataObject object)
This method compais the serviceType of existing objects in selection with the one that is being added if they do not match then it returns null else it returns configuration. |
abstract commonj.connector.metadata.discovery.properties.PropertyGroup |
createSelectionProperties()
|
static commonj.connector.metadata.discovery.properties.PropertyGroup |
getAppliedSelectionProperties()
Returns the applied properties on the selection |
commonj.connector.metadata.discovery.MetadataImportConfiguration[] |
getSelection()
|
void |
remove(commonj.connector.metadata.discovery.MetadataImportConfiguration importConfiguration)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WBIMetadataSelectionImpl()
Method Detail |
public void add(commonj.connector.metadata.discovery.MetadataImportConfiguration importConfiguration) throws commonj.connector.metadata.MetadataException
add
in interface commonj.connector.metadata.discovery.MetadataSelection
commonj.connector.metadata.MetadataException
MetadataSelection.add(commonj.connector.metadata.discovery.MetadataImportConfiguration)
public void remove(commonj.connector.metadata.discovery.MetadataImportConfiguration importConfiguration)
remove
in interface commonj.connector.metadata.discovery.MetadataSelection
MetadataSelection.remove(commonj.connector.metadata.discovery.MetadataImportConfiguration)
public commonj.connector.metadata.discovery.MetadataImportConfiguration[] getSelection()
getSelection
in interface commonj.connector.metadata.discovery.MetadataSelection
MetadataSelection.getSelection()
public void applySelectionProperties(commonj.connector.metadata.discovery.properties.PropertyGroup selectionValues) throws commonj.connector.metadata.MetadataException
applySelectionProperties
in interface commonj.connector.metadata.discovery.MetadataSelection
commonj.connector.metadata.MetadataException
MetadataSelection.applySelectionProperties(commonj.connector.metadata.discovery.properties.PropertyGroup)
public commonj.connector.metadata.discovery.MetadataImportConfiguration canAdd(commonj.connector.metadata.discovery.MetadataObject object)
canAdd
in interface commonj.connector.metadata.discovery.MetadataSelection
MetadataSelection.canAdd(commonj.connector.metadata.discovery.MetadataObject)
public abstract commonj.connector.metadata.discovery.properties.PropertyGroup createSelectionProperties()
createSelectionProperties
in interface commonj.connector.metadata.discovery.MetadataSelection
MetadataSelection.createSelectionProperties()
public static commonj.connector.metadata.discovery.properties.PropertyGroup getAppliedSelectionProperties()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |