Class CrowdOwnerSource
java.lang.Object
pl.allegro.tech.hermes.management.domain.owner.CrowdOwnerSource
- All Implemented Interfaces:
OwnerSource
-
Nested Class Summary
Nested classes/interfaces inherited from interface pl.allegro.tech.hermes.management.domain.owner.OwnerSource
OwnerSource.Autocompletion, OwnerSource.OwnerNotFound -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOverride if the implemented owner source supports autocompletion.booleanpl.allegro.tech.hermes.api.Ownername()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface pl.allegro.tech.hermes.management.domain.owner.OwnerSource
isDeprecated
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
CrowdOwnerSource
-
-
Method Details
-
name
- Specified by:
namein interfaceOwnerSource
-
exists
- Specified by:
existsin interfaceOwnerSource
-
get
- Specified by:
getin interfaceOwnerSource
-
autocompletion
Description copied from interface:OwnerSourceOverride if the implemented owner source supports autocompletion.- Specified by:
autocompletionin interfaceOwnerSource
-