Uses of Interface
com.mayam.wf.config.shared.HasIdentity
-
Uses of HasIdentity in com.mayam.wf.config.shared
Modifier and TypeClassDescriptionclass
Ref<T extends HasIdentity>
A reference object meant to facilitate serialization of objects without producing copies.Modifier and TypeClassDescriptionclass
Describes aninvalid reference
Type#API
invalid reference
Type#USER
class
class
Describes an approval role.static class
class
class
static class
class
Ref<T extends HasIdentity>
A reference object meant to facilitate serialization of objects without producing copies.class
A named sort order preset implemented as a list of pairs of attributes and sorting direction, with the first pair having the highest priority.class
Modifier and TypeFieldDescriptionstatic final Comparator
<HasIdentity> HasIdentity.Utilities.COMPARATOR
Comparator for use with objects implementing theHasIdentity
interface.Modifier and TypeMethodDescriptionstatic <T extends HasIdentity>
Iterable<T> Ref.createIterable
(List<Ref<T>> list) static <T extends HasIdentity>
List<String> HasIdentity.Utilities.identityList
(Collection<T> entries) Extracts a list of identities from a collection ofHasIdentity
objects.static <T extends HasIdentity>
Set<String> HasIdentity.Utilities.identitySet
(Collection<T> entries) Extracts a set of identities from a collection ofHasIdentity
objects.static <T extends HasIdentity>
THasIdentity.Utilities.lookup
(String id, Collection<T> entries) Looks up an object implementingHasIdentity
by its identitfier within a collection.static <T extends HasIdentity>
List<T> HasIdentity.Utilities.objectList
(Collection<String> needles, Collection<T> haystack) Compiles a list that is a subset, selected using the provided identifiers, of a collection ofHasIdentity
objects.static <T extends HasIdentity>
Ref<T> Ref.of
(T object)