|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GroupInterface | |
---|---|
com.sas.services.information.metadata | Information Service metadata. |
Uses of GroupInterface in com.sas.services.information.metadata |
---|
Methods in com.sas.services.information.metadata with parameters of type GroupInterface | |
---|---|
void |
VirtualMetadata.addGroup(GroupInterface group)
|
void |
MetadataInterface.addGroup(GroupInterface group)
Add this object to a group. |
void |
Metadata.addGroup(GroupInterface group)
|
void |
SoftwareComponentInterface.addSoftwareGroup(GroupInterface group)
Add a SoftwareGroup to this SoftwareComponent. |
void |
ChannelInterface.addSubscriberGroup(GroupInterface group)
Add a subscriber group to this channel. |
void |
VirtualMetadata.removeGroup(GroupInterface group)
|
void |
MetadataInterface.removeGroup(GroupInterface group)
Remove this object from a group. |
void |
Metadata.removeGroup(GroupInterface group)
|
void |
SoftwareComponentInterface.removeSoftwareGroup(GroupInterface group)
Remove a SoftwareGroup from this SoftwareComponent. |
void |
ChannelInterface.removeSubscriberGroup(GroupInterface group)
Remove a subscriber group from this channel. |
|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |