|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GroupID | |
---|---|
com.metamatrix.metadata.runtime.api | |
com.metamatrix.metadata.runtime.model |
Uses of GroupID in com.metamatrix.metadata.runtime.api |
---|
Methods in com.metamatrix.metadata.runtime.api that return GroupID | |
---|---|
GroupID |
KeyID.getGroupID()
Return the group name. |
GroupID |
ElementID.getGroupID()
Return the group name. |
Methods in com.metamatrix.metadata.runtime.api with parameters of type GroupID | |
---|---|
java.util.List |
MetadataSourceAPI.getElementsInGroup(GroupID groupID)
Returns an ordered List of type Element that are contained within the specified key id. |
java.util.List |
VirtualDatabaseMetadata.getElementsInGroup(GroupID groupID)
Return an ordered list of ElementID's for the specified groupID. |
Uses of GroupID in com.metamatrix.metadata.runtime.model |
---|
Classes in com.metamatrix.metadata.runtime.model that implement GroupID | |
---|---|
class |
BasicGroupID
|
Methods in com.metamatrix.metadata.runtime.model that return GroupID | |
---|---|
GroupID |
BasicKeyID.getGroupID()
return the group name. |
GroupID |
BasicElementID.getGroupID()
return the group name. |
Methods in com.metamatrix.metadata.runtime.model with parameters of type GroupID | |
---|---|
java.util.List |
MetadataCache.getColumns(GroupID groupID)
Returns all the columns for a group in the VDB |
java.util.List |
MetadataCache.getElementsInGroup(GroupID groupID)
|
java.util.List |
BasicVirtualDatabaseMetadata.getElementsInGroup(GroupID groupID)
Return an ordered list of ElementID's for the specified groupID. |
void |
BasicKeyID.setGroupID(GroupID groupID)
|
void |
BasicElementID.setGroupID(GroupID id)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |