| Modifier and Type | Method and Description |
|---|---|
Tag.Builder |
Tag.Builder.owner(String owner)
Set the owner for the tag to be built.
|
static Tag.Builder |
Tag.Builder.tag(String name)
Returns a tag
Tag.Builder to build a Tag with the name
name |
static Tag.Builder |
Tag.Builder.tag(String name,
String owner)
Returns a tag
Tag.Builder to build a Tag with the name
name and owner owner |
static Tag.Builder |
Tag.Builder.tag(Tag tag)
Returns a
Tag.Builder to build a Tag which is a copy of
the given tag. |
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelFinderClientImpl.delete(Tag.Builder tag,
Collection<String> channelNames)
Remove the tag tag from all the channels channelNames
|
void |
ChannelFinderClientComp.delete(Tag.Builder tag,
Collection<String> channelNames) |
void |
ChannelFinderClient.delete(Tag.Builder tag,
Collection<String> channelNames)
Remove the tag tag from all the channels channelNames
|
void |
ChannelFinderClientImpl.delete(Tag.Builder tag,
String channelName)
Delete tag tag from the channel with the name
channelName
|
void |
ChannelFinderClientComp.delete(Tag.Builder tag,
String channelName) |
void |
ChannelFinderClient.delete(Tag.Builder tag,
String channelName)
Delete tag tag from the channel with the name
channelName
|
void |
ChannelFinderClientImpl.set(Tag.Builder tag)
Destructively set a Tag tag with no associated channels to the
database.
|
void |
ChannelFinderClientComp.set(Tag.Builder tag) |
void |
ChannelFinderClient.set(Tag.Builder tag)
Destructively set a Tag tag with no associated channels to the
database.
|
void |
ChannelFinderClientImpl.set(Tag.Builder tag,
Collection<String> channelNames)
Set tag tag on the set of channels {channels} and remove it from
all others.
|
void |
ChannelFinderClientComp.set(Tag.Builder tag,
Collection<String> channelNames) |
void |
ChannelFinderClient.set(Tag.Builder tag,
Collection<String> channelNames)
Set tag tag on the set of channels {channels} and remove it from
all others.
|
void |
ChannelFinderClientImpl.set(Tag.Builder tag,
Map<String,String> channelTagMap) |
void |
ChannelFinderClientImpl.set(Tag.Builder tag,
String channelName)
Destructively set tag tag to channel channelName and
remove the tag from all other channels.
|
void |
ChannelFinderClientComp.set(Tag.Builder tag,
String channelName) |
void |
ChannelFinderClient.set(Tag.Builder tag,
String channelName)
Destructively set tag tag to channel channelName and
remove the tag from all other channels.
|
void |
ChannelFinderClientImpl.update(Tag.Builder tag,
Collection<String> channelNames)
Update the Tag tag by adding it to the set of the channels with
names channelNames, without affecting the other instances of
this tag.
|
void |
ChannelFinderClientComp.update(Tag.Builder tag,
Collection<String> channelNames) |
void |
ChannelFinderClient.update(Tag.Builder tag,
Collection<String> channelNames)
Update the Tag tag by adding it to the set of the channels with
names channelNames, without affecting the other instances of
this tag.
|
void |
ChannelFinderClientImpl.update(Tag.Builder tag,
String channelName)
Update Tag tag by adding it to Channel with name
channelName, without affecting the other instances of this tag.
|
void |
ChannelFinderClientComp.update(Tag.Builder tag,
String channelName) |
void |
ChannelFinderClient.update(Tag.Builder tag,
String channelName)
Update Tag tag by adding it to Channel with name
channelName, without affecting the other instances of this tag.
|
Channel.Builder |
Channel.Builder.with(Tag.Builder tag)
Add tag to the channel to be created
|
| Modifier and Type | Method and Description |
|---|---|
Channel.Builder |
Channel.Builder.withTags(Collection<Tag.Builder> tags)
Add the Collection of tags to the channel to be created
|
Copyright © 2016. All Rights Reserved.