Modifier and Type | Method and Description |
---|---|
java.util.Collection<ItemFlag> |
RecordsItemFlagProvider.flags(MailboxRecord value) |
java.util.Collection<ItemFlag> |
MailboxReplicaFlagProvider.flags(MailboxReplica value) |
Modifier and Type | Field and Description |
---|---|
java.util.Collection<ItemFlag> |
ItemDescriptor.flags |
java.util.Collection<ItemFlag> |
Item.flags |
java.util.Collection<ItemFlag> |
ItemValue.flags |
java.util.Collection<ItemFlag> |
ItemFlagFilter.must |
java.util.Collection<ItemFlag> |
ItemFlagFilter.mustNot |
static java.util.Collection<ItemFlag> |
ItemFlag.SEEN |
Modifier and Type | Method and Description |
---|---|
static ItemFlag |
ItemFlag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ItemFlag[] |
ItemFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<ItemFlag> |
ItemFlag.flags(int v) |
Modifier and Type | Method and Description |
---|---|
static Item |
Item.create(java.lang.String uid,
long id,
ItemFlag first,
ItemFlag... flags) |
static Item |
Item.create(java.lang.String uid,
long id,
ItemFlag first,
ItemFlag... flags) |
ItemFlagFilter |
ItemFlagFilter.must(ItemFlag... flags) |
ItemFlagFilter |
ItemFlagFilter.mustNot(ItemFlag... flags) |
Modifier and Type | Method and Description |
---|---|
static int |
ItemFlag.value(java.util.Collection<ItemFlag> flags) |
Modifier and Type | Field and Description |
---|---|
java.util.Collection<ItemFlag> |
FlaggedChangeLogEntry.flags |
Modifier and Type | Method and Description |
---|---|
Item |
ItemStore.update(long id,
java.lang.String displayName,
java.util.Collection<ItemFlag> flags) |
Item |
ItemStore.update(java.lang.String uid,
java.lang.String displayName,
java.util.Collection<ItemFlag> flags) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ItemFlag> |
ContainerHierarchyFlagProvider.flags(ContainerHierarchyNode value) |
java.util.Collection<ItemFlag> |
ContainerStoreService.IItemFlagsProvider.flags(W value) |
Copyright © 2021. All Rights Reserved.