Uses of Interface
com.sas.services.information.metadata.GroupInterface
Packages that use GroupInterface
-
Uses of GroupInterface in com.sas.services.information.metadata
Subinterfaces of GroupInterface in com.sas.services.information.metadataModifier and TypeInterfaceDescriptioninterfaceThis is a generic interface for objects coming out of the repositories that represent groups of content subscribers.interfaceDeprecated.Methods in com.sas.services.information.metadata with parameters of type GroupInterfaceModifier and TypeMethodDescriptionvoidMetadata.addGroup(GroupInterface group) voidMetadataInterface.addGroup(GroupInterface group) Add this object to a group.voidVirtualMetadata.addGroup(GroupInterface group) voidOMRSoftwareComponent.addSoftwareGroup(GroupInterface group) voidSoftwareComponentInterface.addSoftwareGroup(GroupInterface group) Add a SoftwareGroup to this SoftwareComponent.voidChannelInterface.addSubscriberGroup(GroupInterface group) Add a subscriber group to this channel.voidOMRChannel.addSubscriberGroup(GroupInterface group) voidMetadata.removeGroup(GroupInterface group) voidMetadataInterface.removeGroup(GroupInterface group) Remove this object from a group.voidVirtualMetadata.removeGroup(GroupInterface group) voidOMRSoftwareComponent.removeSoftwareGroup(GroupInterface group) voidSoftwareComponentInterface.removeSoftwareGroup(GroupInterface group) Remove a SoftwareGroup from this SoftwareComponent.voidChannelInterface.removeSubscriberGroup(GroupInterface group) Remove a subscriber group from this channel.voidOMRChannel.removeSubscriberGroup(GroupInterface group)