Index

A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractAggregateRoutingStrategy - Class in dev.getelements.elements.rt.routing
A compex type of RoutingStrategy where each invocation goes to all known RemoteInvoker instances and then combines the results together into a single result.
AbstractAggregateRoutingStrategy() - Constructor for class dev.getelements.elements.rt.routing.AbstractAggregateRoutingStrategy
 
AbstractApplicationDeploymentService - Class in dev.getelements.elements.common.app
 
AbstractApplicationDeploymentService() - Constructor for class dev.getelements.elements.common.app.AbstractApplicationDeploymentService
 
AbstractLocalInvocationDispatcher - Class in dev.getelements.elements.rt.remote
 
AbstractLocalInvocationDispatcher() - Constructor for class dev.getelements.elements.rt.remote.AbstractLocalInvocationDispatcher
 
AbstractPublisher<T> - Class in dev.getelements.elements.sdk.util
Represents an abstract Publisher instance.
AbstractPublisher(Class<?>) - Constructor for class dev.getelements.elements.sdk.util.AbstractPublisher
 
AbstractPublisher(Logger) - Constructor for class dev.getelements.elements.sdk.util.AbstractPublisher
 
AbstractResourceEntry - Class in dev.getelements.elements.rt.transact
 
AbstractResourceEntry(ResourceEntry.OperationalStrategy) - Constructor for class dev.getelements.elements.rt.transact.AbstractResourceEntry
 
AbstractTaskEntry<ScopeT> - Class in dev.getelements.elements.rt.transact
 
AbstractTaskEntry(TaskEntry.OperationalStrategy<ScopeT>) - Constructor for class dev.getelements.elements.rt.transact.AbstractTaskEntry
 
AbstractUserService - Class in dev.getelements.elements.service.user
Created by patricktwohig on 3/26/15.
AbstractUserService() - Constructor for class dev.getelements.elements.service.user.AbstractUserService
 
AbstractUserSetupCommand - Class in dev.getelements.elements.setup.commands
Created by patricktwohig on 5/8/15.
AbstractUserSetupCommand() - Constructor for class dev.getelements.elements.setup.commands.AbstractUserSetupCommand
 
AC_ALLOW_ALLOW_METHODS - Static variable in interface dev.getelements.elements.sdk.model.Headers
 
AC_ALLOW_ALLOW_METHODS_VALUE - Static variable in interface dev.getelements.elements.sdk.model.Headers
 
AC_ALLOW_CREDENTIALS - Static variable in interface dev.getelements.elements.sdk.model.Headers
 
AC_ALLOW_CREDENTIALS_VALUE - Static variable in interface dev.getelements.elements.sdk.model.Headers
 
AC_ALLOW_HEADERS - Static variable in interface dev.getelements.elements.sdk.model.Headers
 
AC_ALLOW_HEADERS_VALUE - Static variable in interface dev.getelements.elements.sdk.model.Headers
 
AC_ALLOW_ORIGIN - Static variable in interface dev.getelements.elements.sdk.model.Headers
 
accept(ServletBindings) - Method in class dev.getelements.elements.docserve.DocModule
 
accept(ServletBindings) - Method in class dev.getelements.elements.jetty.CdnServeModule
 
accept(ServletBindings) - Method in class dev.getelements.elements.jetty.CodeServeModule
 
accept(ServletBindings) - Method in class dev.getelements.elements.rest.guice.RestAPIJerseyModule
 
accept(ServletBindings) - Method in class dev.getelements.elements.webui.WebUiModule
 
accept(AsyncControlClient.Response<? extends T>) - Method in interface dev.getelements.elements.rt.remote.AsyncControlClient.ResponseConsumer
( Accepts the response.
accept(InvocationError) - Method in interface dev.getelements.elements.rt.remote.InvocationErrorConsumer
Accepts the Throwable and processes it.
accept(InvocationError) - Method in class dev.getelements.elements.rt.routing.FirstInvocationErrorConsumer
 
accept(Wallet) - Method in class dev.getelements.elements.service.blockchain.omni.FlowCreateWalletLifecycle
 
accept(ServletContextHandler) - Method in class dev.getelements.elements.app.serve.loader.AuthFilterFeature
 
accept(T) - Method in class dev.getelements.elements.rt.routing.AggregateConsumer
 
acceptAndLogError(Logger, InvocationError) - Method in interface dev.getelements.elements.rt.remote.InvocationErrorConsumer
Invokes InvocationErrorConsumer.accept(InvocationError), catching any Throwable instances and logging them to the supplied instance of Logger.
acceptPackages(Consumer<String>, Consumer<String>) - Method in record class dev.getelements.elements.sdk.record.ElementDefinitionRecord
Iterates over all defined packages in this ElementDefinition, calling the Consumer for each defined (including the defining package).
access(HttpServletRequest, Repository) - Method in class org.eclipse.jgit.http.server.resolver.AsIsFileService
Determine if access to any bare file of the repository is allowed.
AccessPermissions - Class in dev.getelements.elements.sdk.model.largeobject
 
AccessPermissions() - Constructor for class dev.getelements.elements.sdk.model.largeobject.AccessPermissions
 
AccessPermissionsUtils - Class in dev.getelements.elements.service.largeobject
 
AccessPermissionsUtils() - Constructor for class dev.getelements.elements.service.largeobject.AccessPermissionsUtils
 
AccessRequestUtils - Class in dev.getelements.elements.service.largeobject
 
AccessRequestUtils() - Constructor for class dev.getelements.elements.service.largeobject.AccessRequestUtils
 
accessWorkerState() - Method in class dev.getelements.elements.rt.remote.SimpleWorkerInstance
 
accessWorkerState() - Method in interface dev.getelements.elements.rt.remote.Worker
Opens an Worker.Accessor which can be used to read the run-state of this Worker.
ACCUMULATE - Enum constant in enum class dev.getelements.elements.sdk.model.leaderboard.Leaderboard.ScoreStrategyType
When a new score value is provided, `old_score+new_score` will be persisted to the store.
acquire() - Method in class dev.getelements.elements.rt.transact.TransactionalResource
 
acquire(AsyncConnection<ZContext, ZMQ.Socket>) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQAsyncOperation
Called when the connection is acquired.
acquire(ResourceId) - Method in interface dev.getelements.elements.rt.ResourceService
Acquires a Resource guaranteeing it will remain in-memory until the resource is released.
acquire(ResourceId) - Method in class dev.getelements.elements.rt.transact.TransactionalResourceService
 
acquire(Path) - Method in interface dev.getelements.elements.rt.ResourceService
Acquires a Resource guaranteeing it will remain in-memory until the resource is released.
acquire(Path) - Method in class dev.getelements.elements.rt.transact.TransactionalResourceService
 
acquireNextAvailableConnection(Consumer<AsyncConnection<ContextT, SocketT>>) - Method in interface dev.getelements.elements.rt.AsyncConnectionPool
Acquires a new AsyncConnection.
acquireWithTransaction(ResourceId) - Method in interface dev.getelements.elements.rt.ResourceService
acquireWithTransaction(ResourceId) - Method in class dev.getelements.elements.rt.transact.TransactionalResourceService
 
acquireWithTransaction(Path) - Method in interface dev.getelements.elements.rt.ResourceService
acquireWithTransaction(Path) - Method in class dev.getelements.elements.rt.transact.TransactionalResourceService
 
add(ResourceId) - Method in interface dev.getelements.elements.rt.transact.Snapshot
Adds a new ResourceEntry with the supplied ResourceId, returning the result.
add(ResourceId) - Method in class dev.getelements.elements.rt.transact.StandardSnapshot
 
add(ShutdownHooks.Action) - Method in class dev.getelements.elements.sdk.util.ShutdownHooks
Adds a new ShutdownHooks.Action to this ShutdownHooks instance.
add(Object, ShutdownHooks.Action) - Method in class dev.getelements.elements.sdk.util.ShutdownHooks
Adds a new ShutdownHooks.Action to this ShutdownHooks instance.
add(String, String) - Method in interface dev.getelements.elements.sdk.service.notification.NotificationBuilder
Adds a single key/value property.
add(String, String) - Method in class dev.getelements.elements.service.notification.StandardNotificationBuilder
 
ADD_USER - Enum constant in enum class dev.getelements.elements.setup.SetupCommands
Adds a new user to the database.
addAll(Map<String, String>) - Method in interface dev.getelements.elements.sdk.service.notification.NotificationBuilder
Adds all properties in the passed in mapping to the notification being built.
addAll(Map<String, String>) - Method in class dev.getelements.elements.service.notification.StandardNotificationBuilder
 
addAllowedOrigins(Set<URI>) - Method in class dev.getelements.elements.servlet.security.HttpServletCORSFilter
 
addAllUrls(Application) - Method in class dev.getelements.elements.service.application.ApplicationUrls
 
addAndAcquireResource(Path, Resource) - Method in interface dev.getelements.elements.rt.ResourceService
Adds an acquires this Resource.
addAndAcquireResource(Path, Resource) - Method in class dev.getelements.elements.rt.transact.TransactionalResourceService
 
addAndReleaseResource(Path, Resource) - Method in interface dev.getelements.elements.rt.ResourceService
Adds a Resource to this resource service.
addAndReleaseResource(Path, Resource) - Method in class dev.getelements.elements.rt.transact.TransactionalResourceService
 
addCodeServeUrl(Application) - Method in class dev.getelements.elements.service.application.ApplicationUrls
 
addConnectAddress(String) - Method in class dev.getelements.elements.test.JeroMQEmbeddedInstanceContainer
 
addDocServeOrigins(URI) - Method in class dev.getelements.elements.servlet.security.HttpServletCORSFilter
 
addDocumentationUrl(Application) - Method in class dev.getelements.elements.service.application.ApplicationUrls
 
addFSPathParameter(Path) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionCommand.Builder
Appends a Path parameter.
addHttpTunnelUrl(Application) - Method in class dev.getelements.elements.service.application.ApplicationUrls
 
additionalPackages() - Element in annotation interface dev.getelements.elements.sdk.annotation.ElementDefinition
Specifies additional packages to scan when locating Element components.
additionalPackages() - Method in record class dev.getelements.elements.sdk.record.ElementDefinitionRecord
Returns the value of the additionalPackages record component.
additionalParts - Variable in class dev.getelements.elements.rt.remote.RequestHeader
Indicates the number of additional Consumer instances which will be passed to the remote invocation dispatcher.
addMetadata(String, Object) - Method in class dev.getelements.elements.sdk.model.goods.CreateItemRequest
 
addMetadata(String, Object) - Method in class dev.getelements.elements.sdk.model.goods.Item
 
addMetadata(String, Object) - Method in class dev.getelements.elements.sdk.model.goods.UpdateItemRequest
 
addMetadata(String, Object) - Method in class dev.getelements.elements.sdk.model.mission.Mission
 
addMetadata(String, Object) - Method in class dev.getelements.elements.sdk.model.mission.Step
 
addMetadata(String, Object) - Method in class dev.getelements.elements.sdk.model.reward.Reward
 
addMetadata(String, Object) - Method in class dev.getelements.elements.sdk.model.reward.RewardIssuance
 
addNode(ApplicationId) - Method in interface dev.getelements.elements.rt.remote.Worker.Mutator
Adds a new node with the supplied ApplicationId.
addNode(String) - Method in interface dev.getelements.elements.rt.remote.Worker.Mutator
Adds a new node with the supplied application unique name.
addPasswordToBuilder(UpdateBuilder, String) - Method in class dev.getelements.elements.dao.mongo.MongoPasswordUtils
Generates salt and password hash according to the configuration and adds the required update operations to the supplied UpdateBuilder instance.
addPublicUrls(Application) - Method in class dev.getelements.elements.service.application.ApplicationUrls
 
addReceivePackFilter(Filter) - Method in class org.eclipse.jgit.http.server.GitFilter
Add receive-pack filter
addReceivePackFilter(Filter) - Method in class org.eclipse.jgit.http.server.GitServlet
Add receive-pack filter
addResourceIdParameter(ResourceId) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionCommand.Builder
Appends a ResourceId parameter.
addressToString(List<Object>) - Static method in interface dev.getelements.elements.rt.routing.RoutingUtility
Converts the address, as represented by a List<Object>, to a human-readible string using the components' Object.toString() method.
addRTPathParameter(Path) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionCommand.Builder
Appends a Path parameter.
addStringParameter(String) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionCommand.Builder
Adds a string parameter to the transaction command.
addTag(String) - Method in class dev.getelements.elements.sdk.model.reward.RewardIssuance
 
addTag(String) - Method in interface dev.getelements.elements.sdk.model.Taggable
Adds a tag without performing validation of the tag string or the list of strings.
addTask(TaskId, long) - Method in class dev.getelements.elements.rt.transact.AbstractTaskEntry
 
addTask(TaskId, long) - Method in interface dev.getelements.elements.rt.transact.TaskEntry
Adds a TaskId and timestamp to the TaskIndex.
addUploadPackFilter(Filter) - Method in class org.eclipse.jgit.http.server.GitFilter
Add upload-pack filter
addUploadPackFilter(Filter) - Method in class org.eclipse.jgit.http.server.GitServlet
Add upload-pack filter
AddUser - Class in dev.getelements.elements.setup.commands
Created by patricktwohig on 4/8/15.
AddUser() - Constructor for class dev.getelements.elements.setup.commands.AddUser
 
adjustAdvancedInventoryItemQuantity(String, AdvancedInventoryItemQuantityAdjustment) - Method in class dev.getelements.elements.rest.inventory.AdvancedInventoryItemResource
 
adjustInventoryItemQuantity(String, int) - Method in interface dev.getelements.elements.sdk.service.inventory.AdvancedInventoryItemService
Adjusts the quantity of the InventoryItem associated with the specified Item.
adjustInventoryItemQuantity(String, int) - Method in class dev.getelements.elements.service.inventory.SuperUserAdvancedInventoryItemService
 
adjustInventoryItemQuantity(String, int) - Method in class dev.getelements.elements.service.inventory.UserAdvancedInventoryItemService
 
adjustInventoryItemQuantity(String, String, int) - Method in interface dev.getelements.elements.sdk.service.inventory.SimpleInventoryItemService
Adjusts the quantity of the InventoryItem associated with the specified Item.
adjustInventoryItemQuantity(String, String, int) - Method in class dev.getelements.elements.service.inventory.SuperUserSimpleInventoryItemService
 
adjustInventoryItemQuantity(String, String, int) - Method in class dev.getelements.elements.service.inventory.UserSimpleInventoryItemService
 
adjustQuantityForItem(MongoInventoryItemId, int) - Method in class dev.getelements.elements.dao.mongo.goods.MongoInventoryItemDao
 
adjustQuantityForItem(User, String, int, int) - Method in class dev.getelements.elements.dao.mongo.goods.MongoInventoryItemDao
 
adjustQuantityForItem(User, String, int, int) - Method in interface dev.getelements.elements.sdk.dao.InventoryItemDao
Convenience method which allows for invoking InventoryItemDao.adjustQuantityForItem(String, int) without needing to create the item first.
adjustQuantityForItem(String, int) - Method in class dev.getelements.elements.dao.mongo.goods.MongoInventoryItemDao
 
adjustQuantityForItem(String, int) - Method in interface dev.getelements.elements.sdk.dao.InventoryItemDao
Adjusts the quantity of the supplied item and user.
adjustSimpleInventoryItemQuantity(String, SimpleInventoryItemQuantityAdjustment) - Method in class dev.getelements.elements.rest.inventory.SimpleInventoryItemResource
 
ADLER_32 - Enum constant in enum class dev.getelements.elements.rt.transact.unix.UnixFSChecksumAlgorithm
Uses Adler32
AdvancedInventoryItemQuantityAdjustment - Class in dev.getelements.elements.sdk.model.inventory
 
AdvancedInventoryItemQuantityAdjustment() - Constructor for class dev.getelements.elements.sdk.model.inventory.AdvancedInventoryItemQuantityAdjustment
 
AdvancedInventoryItemResource - Class in dev.getelements.elements.rest.inventory
 
AdvancedInventoryItemResource() - Constructor for class dev.getelements.elements.rest.inventory.AdvancedInventoryItemResource
 
AdvancedInventoryItemService - Interface in dev.getelements.elements.sdk.service.inventory
Allows for modification of the inventory using the advanced API.
AdvancedInventoryItemServiceProvider - Class in dev.getelements.elements.service.inventory
 
AdvancedInventoryItemServiceProvider() - Constructor for class dev.getelements.elements.service.inventory.AdvancedInventoryItemServiceProvider
 
Advancement - Class in dev.getelements.elements.sdk.model.advancement
 
Advancement() - Constructor for class dev.getelements.elements.sdk.model.advancement.Advancement
 
AdvancementService - Interface in dev.getelements.elements.sdk.service.advancement
Provides logic to advance a Profile through a Mission.
advanceProgress(Progress, int) - Method in class dev.getelements.elements.dao.mongo.mission.MongoProgressDao
 
advanceProgress(Progress, int) - Method in interface dev.getelements.elements.sdk.dao.ProgressDao
Advances Progress by the specified number of actions.
advanceProgress(Profile, String, int) - Method in interface dev.getelements.elements.sdk.service.advancement.AdvancementService
Advances Progress by decrementing the value specified by the amount, and returning the prizes rewarded in the form of an Advancement object.
advanceProgress(Profile, String, int) - Method in class dev.getelements.elements.service.advancement.StandardAdvancementService
 
AesEncryptionSpec - Class in dev.getelements.elements.sdk.service.blockchain.crypto
 
AesEncryptionSpec() - Constructor for class dev.getelements.elements.sdk.service.blockchain.crypto.AesEncryptionSpec
 
AesVaultCryptoUtilities - Class in dev.getelements.elements.service.blockchain.crypto
 
AesVaultCryptoUtilities() - Constructor for class dev.getelements.elements.service.blockchain.crypto.AesVaultCryptoUtilities
 
aggregate(AggregateT, PaginationWalker.WalkFunction<PaginatedT>, BiFunction<AggregateT, Pagination<PaginatedT>, AggregateT>) - Method in class dev.getelements.elements.sdk.model.util.PaginationWalker
Aggregates the result of many paginations.
AggregateAsyncOperation - Class in dev.getelements.elements.rt.routing
 
AggregateAsyncOperation(Iterable<AsyncOperation>) - Constructor for class dev.getelements.elements.rt.routing.AggregateAsyncOperation
 
AggregateConsumer<T> - Class in dev.getelements.elements.rt.routing
Given the expected number of calls, this generates a Consumer which will aggregate all results together until a set number of responses occur.
AggregateConsumer(Consumer<T>, int, Supplier<T>, BinaryOperator<T>) - Constructor for class dev.getelements.elements.rt.routing.AggregateConsumer
 
AggregateFuture<AggregateT> - Class in dev.getelements.elements.rt.routing
 
AggregateFuture(Iterable<CompletionStage<AggregateT>>, Supplier<AggregateT>, BinaryOperator<AggregateT>) - Constructor for class dev.getelements.elements.rt.routing.AggregateFuture
 
aggregateMutualFollowers(MongoProfile) - Method in class dev.getelements.elements.dao.mongo.MongoFollowerDao
 
aggregateScoresForMutualFollowers(MongoProfile, MongoLeaderboard, long) - Method in class dev.getelements.elements.dao.mongo.MongoRankDao
 
ALL_CORS_ALLOW_HEADERS - Static variable in interface dev.getelements.elements.sdk.model.Headers
Indicates all CORS headers that Elements will manage automatically.
ALL_TIME - Enum constant in enum class dev.getelements.elements.sdk.model.leaderboard.Leaderboard.TimeStrategyType
The leaderboard continues without resetting values at some time interval.
ALL_TIME_LEADERBOARD_EPOCH - Static variable in class dev.getelements.elements.dao.mongo.model.MongoScoreId
By convention, if the leaderboard is global instead of epochal, we record the leaderboardEpoch as 0L.
allocate(int) - Method in interface dev.getelements.elements.sdk.util.Hex.ByteBufferAllocator
 
allocateGarbageDirectory() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
Allocates a directory in the garbage directory.
allocatePool(int, int, Function<ContextT, SocketT>) - Method in interface dev.getelements.elements.rt.AsyncConnectionService
Allocates an instance of AsyncConnectionPool.
allocatePool(String, int, int, Function<ContextT, SocketT>) - Method in interface dev.getelements.elements.rt.AsyncConnectionService
Allocates an instance of AsyncConnectionPool.
allocatePool(String, int, int, Function<ContextT, SocketT>) - Method in class dev.getelements.elements.rt.SharedAsyncConnectionService
 
allocatePool(String, int, int, Function<ZContext, ZMQ.Socket>) - Method in class dev.getelements.elements.rt.jeromq.JeroMQAsyncConnectionService
 
allowedIssuers - Variable in class dev.getelements.elements.sdk.model.auth.UpdateAuthSchemeRequest
 
allTasks() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTaskIndex
 
alreadyInitializedByContainer - Variable in class org.eclipse.jgit.http.server.HttpServerText
 
andThen(ShutdownHooks.Action) - Method in interface dev.getelements.elements.sdk.util.ShutdownHooks.Action
Generates a new ShutdownHooks.Action from the the supplied action.
andThen(Object, ShutdownHooks.Action) - Method in interface dev.getelements.elements.sdk.util.ShutdownHooks.Action
Identical to ShutdownHooks.Action.andThen(Action), but allows for some additional logging and associated context.
annotation() - Element in annotation interface dev.getelements.elements.rt.annotation.ModuleDefinition
Specifies the binding Annotation for the module.
AnonApplicationConfigurationService - Class in dev.getelements.elements.service.application
Created by patricktwohig on 6/26/17.
AnonApplicationConfigurationService() - Constructor for class dev.getelements.elements.service.application.AnonApplicationConfigurationService
 
AnonApplicationService - Class in dev.getelements.elements.service.application
Created by patricktwohig on 6/26/17.
AnonApplicationService() - Constructor for class dev.getelements.elements.service.application.AnonApplicationService
 
AnonCdnDeploymentService - Class in dev.getelements.elements.service.cdn
 
AnonCdnDeploymentService() - Constructor for class dev.getelements.elements.service.cdn.AnonCdnDeploymentService
 
AnonFacebookApplicationConfigurationService - Class in dev.getelements.elements.service.application
Created by patricktwohig on 6/26/17.
AnonFacebookApplicationConfigurationService() - Constructor for class dev.getelements.elements.service.application.AnonFacebookApplicationConfigurationService
 
AnonGooglePlayApplicationConfigurationService - Class in dev.getelements.elements.service.application
 
AnonGooglePlayApplicationConfigurationService() - Constructor for class dev.getelements.elements.service.application.AnonGooglePlayApplicationConfigurationService
 
AnonIosApplicationConfigurationService - Class in dev.getelements.elements.service.application
 
AnonIosApplicationConfigurationService() - Constructor for class dev.getelements.elements.service.application.AnonIosApplicationConfigurationService
 
AnonItemService - Class in dev.getelements.elements.service.goods
 
AnonItemService() - Constructor for class dev.getelements.elements.service.goods.AnonItemService
 
AnonLargeObjectService - Class in dev.getelements.elements.service.largeobject
 
AnonLargeObjectService() - Constructor for class dev.getelements.elements.service.largeobject.AnonLargeObjectService
 
AnonLeaderboardService - Class in dev.getelements.elements.service.leaderboard
 
AnonLeaderboardService() - Constructor for class dev.getelements.elements.service.leaderboard.AnonLeaderboardService
 
AnonMissionService - Class in dev.getelements.elements.service.mission
 
AnonMissionService() - Constructor for class dev.getelements.elements.service.mission.AnonMissionService
 
AnonOAuth2AuthService - Class in dev.getelements.elements.service.auth
 
AnonOAuth2AuthService() - Constructor for class dev.getelements.elements.service.auth.AnonOAuth2AuthService
 
AnonOidcAuthService - Class in dev.getelements.elements.service.auth
 
AnonOidcAuthService() - Constructor for class dev.getelements.elements.service.auth.AnonOidcAuthService
 
AnonProfileOverrideService - Class in dev.getelements.elements.service.profile
Implementation for users with User.Level.UNPRIVILEGED users.
AnonProfileOverrideService() - Constructor for class dev.getelements.elements.service.profile.AnonProfileOverrideService
 
AnonRankService - Class in dev.getelements.elements.service.leaderboard
 
AnonRankService() - Constructor for class dev.getelements.elements.service.leaderboard.AnonRankService
 
AnonUsernamePasswordAuthService - Class in dev.getelements.elements.service.auth
Created by patricktwohig on 4/1/15.
AnonUsernamePasswordAuthService() - Constructor for class dev.getelements.elements.service.auth.AnonUsernamePasswordAuthService
 
AnonUserService - Class in dev.getelements.elements.service.user
 
AnonUserService() - Constructor for class dev.getelements.elements.service.user.AnonUserService
 
AnonUserUidService - Class in dev.getelements.elements.service.auth
 
AnonUserUidService() - Constructor for class dev.getelements.elements.service.auth.AnonUserUidService
 
ANONYMOUS - Static variable in interface dev.getelements.elements.sdk.ElementScope
The default name of an ElementScope
ANONYMOUS - Static variable in interface dev.getelements.elements.sdk.service.Constants
Names a service as scoped to the ANONYMOUS user level.
api - Enum constant in enum class dev.getelements.elements.jetty.ElementsWebServiceComponent
The core Elements API.
api() - Method in enum class dev.getelements.elements.sdk.model.blockchain.BlockchainNetwork
Gets the network's protocol.
API_OUTSIDE_URL - Static variable in interface dev.getelements.elements.sdk.model.Constants
The web API root.
API_SCOPE - Static variable in annotation interface dev.getelements.elements.rt.annotation.RemoteScope
The core Elements scope.
ApiRoot - Class in dev.getelements.elements.rest.test
 
ApiRoot() - Constructor for class dev.getelements.elements.rest.test.ApiRoot
 
app_node - Enum constant in enum class dev.getelements.elements.jetty.ElementsWebServiceComponent
The Application node.
APP_NODE - Static variable in interface dev.getelements.elements.common.app.ApplicationDeploymentService
Defines a name for the app-node deployment service.
APP_OUTSIDE_URL - Static variable in interface dev.getelements.elements.sdk.model.Constants
The root APP outside URL
APP_PREFIX_FORMAT - Static variable in class dev.getelements.elements.app.serve.loader.JakartaRsLoader
 
APP_PREFIX_FORMAT - Static variable in class dev.getelements.elements.app.serve.loader.JakartaWebsocketLoader
 
app_serve - Enum constant in enum class dev.getelements.elements.jetty.ElementsWebServiceComponent
The Application server.
APP_SERVE - Static variable in interface dev.getelements.elements.common.app.ApplicationDeploymentService
Defines a name for the app-serve deployment service.
APP_SERVE_PREFIX - Static variable in class dev.getelements.elements.sdk.test.element.rs.TestApplication
 
APP_SERVE_PREFIX - Static variable in interface dev.getelements.elements.sdk.test.element.ws.EchoConstants
 
APP_WEBSOCKET_PREFIX - Static variable in class dev.getelements.elements.jetty.ElementsServletContextModule
 
append(Path) - Method in class dev.getelements.elements.sdk.cluster.path.Path
Appends the following path to this path such that the final path is expressed as follows: newPath = this/otherPath
appendComponents(String) - Method in class dev.getelements.elements.sdk.cluster.path.Path
Appends components to the path and returns a new Path.
appendComponents(String, String...) - Method in class dev.getelements.elements.sdk.cluster.path.Path
Appends components to the path and returns a new Path.
appendExtension(String) - Method in class dev.getelements.elements.sdk.cluster.path.Path
Appends an extension using the Path.EXTENSION_SEPARATOR.
appendExtension(String, String) - Method in class dev.getelements.elements.sdk.cluster.path.Path
Appends an extension to this Path, using the supplied separator.
appendExtension(Path, String) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
Appends the file extension to the supplied path.
appendIfWildcard(Supplier<String>) - Method in class dev.getelements.elements.sdk.cluster.path.Path
Appends a single component if this path ends in a wildcard or recursive wildcard, then this method will return a new Path with the result of the Supplier.
appendOrReplaceQuery(URI, String) - Static method in interface dev.getelements.elements.sdk.model.util.URIs
 
appendPath(URI, String) - Static method in interface dev.getelements.elements.sdk.model.util.URIs
Ensures that the provided URI's URI.getPath() ends with a '/' thus indicating
appendPath(URI, String, String, String...) - Static method in interface dev.getelements.elements.sdk.model.util.URIs
 
appendResourceExtension(Path) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
Appends the UnixFSUtils.RESOURCE_EXTENSION extension to the supplied path.
appendReversePathExtension(Path) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
Appends the UnixFSUtils.REVERSE_PATH_EXTENSION extension to the supplied path.
appendTaskExtension(Path) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
Appends the UnixFSUtils.TASK_EXTENSION extension to the supplied path.
appendUUIDIfWildcard() - Method in class dev.getelements.elements.sdk.cluster.path.Path
Appends a UUID component if this path is a wildcard path.
APPLE_IAP_SOURCE - Static variable in class dev.getelements.elements.sdk.model.reward.RewardIssuance
 
APPLE_ITUNES - Static variable in annotation interface dev.getelements.elements.rt.annotation.ClientSerializationStrategy
Implies serialized fields follow the Apple/iTunes Style
APPLE_SIGN_IN - Enum constant in enum class dev.getelements.elements.dao.mongo.model.MongoSession.Type
A session created by Apple Sign-In
AppleDateFormat - Class in dev.getelements.elements.rt.util
 
AppleDateFormat() - Constructor for class dev.getelements.elements.rt.util.AppleDateFormat
 
AppleIapConstants - Interface in dev.getelements.elements.sdk.service.appleiap
 
AppleIapGrandUnifiedReceipt - Class in dev.getelements.elements.sdk.service.appleiap.client.model
 
AppleIapGrandUnifiedReceipt() - Constructor for class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceipt
 
AppleIapGrandUnifiedReceiptPurchase - Class in dev.getelements.elements.sdk.service.appleiap.client.model
 
AppleIapGrandUnifiedReceiptPurchase() - Constructor for class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceiptPurchase
 
AppleIapReceipt - Class in dev.getelements.elements.sdk.model.appleiapreceipt
 
AppleIapReceipt() - Constructor for class dev.getelements.elements.sdk.model.appleiapreceipt.AppleIapReceipt
 
AppleIapReceiptDao - Interface in dev.getelements.elements.sdk.dao
 
AppleIapReceiptInvokerModule - Class in dev.getelements.elements.service.guice
 
AppleIapReceiptInvokerModule() - Constructor for class dev.getelements.elements.service.guice.AppleIapReceiptInvokerModule
 
AppleIapReceiptResource - Class in dev.getelements.elements.rest.apple
 
AppleIapReceiptResource() - Constructor for class dev.getelements.elements.rest.apple.AppleIapReceiptResource
 
AppleIapReceiptService - Interface in dev.getelements.elements.sdk.service.appleiap
 
AppleIapReceiptServiceProvider - Class in dev.getelements.elements.service.appleiap
 
AppleIapReceiptServiceProvider() - Constructor for class dev.getelements.elements.service.appleiap.AppleIapReceiptServiceProvider
 
AppleIapVerifyReceiptInvoker - Interface in dev.getelements.elements.sdk.service.appleiap.client.invoker
 
AppleIapVerifyReceiptInvoker.AppleIapVerifyReceiptEnvironment - Enum Class in dev.getelements.elements.sdk.service.appleiap.client.invoker
 
AppleIapVerifyReceiptInvoker.Builder - Interface in dev.getelements.elements.sdk.service.appleiap.client.invoker
 
AppleIapVerifyReceiptResponse - Class in dev.getelements.elements.sdk.service.appleiap.client.model
 
AppleIapVerifyReceiptResponse() - Constructor for class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapVerifyReceiptResponse
 
AppleIapVerifyReceiptStatusErrorCodeException - Exception Class in dev.getelements.elements.sdk.service.appleiap.client.exception
Used to indicate that the Apple verify receipt API returned a valid JSON response but with an error "status" code in the response body.
AppleIapVerifyReceiptStatusErrorCodeException(int) - Constructor for exception class dev.getelements.elements.sdk.service.appleiap.client.exception.AppleIapVerifyReceiptStatusErrorCodeException
 
application - Variable in class dev.getelements.elements.sdk.model.Deployment
 
application(Application) - Method in interface dev.getelements.elements.sdk.service.notification.NotificationBuilder
Specifies the Application sourcing the Notification.
application(Application) - Method in class dev.getelements.elements.service.notification.StandardNotificationBuilder
 
Application - Class in dev.getelements.elements.sdk.model.application
Represents an application.
Application() - Constructor for class dev.getelements.elements.sdk.model.application.Application
 
APPLICATION_ATTRIBUTE - Static variable in class dev.getelements.elements.sdk.model.application.Application
Used as the key for the application attribute where appropriate.
APPLICATION_ID - Enum constant in enum class dev.getelements.elements.service.auth.OidcAuthServiceOperations.Claim
 
APPLICATION_PREFIX - Static variable in interface dev.getelements.elements.app.serve.AppServeConstants
Defines an attribute which specifies the prefix for the element.
ApplicationAssetLoader - Interface in dev.getelements.elements.sdk.cluster
Loads the assets for a particular application as defined by the ApplicationId.
ApplicationCodeNotFoundException - Exception Class in dev.getelements.elements.rt.exception
 
ApplicationCodeNotFoundException() - Constructor for exception class dev.getelements.elements.rt.exception.ApplicationCodeNotFoundException
 
ApplicationCodeNotFoundException(String) - Constructor for exception class dev.getelements.elements.rt.exception.ApplicationCodeNotFoundException
 
ApplicationCodeNotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.ApplicationCodeNotFoundException
 
ApplicationCodeNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.rt.exception.ApplicationCodeNotFoundException
 
ApplicationCodeNotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.ApplicationCodeNotFoundException
 
ApplicationConfiguration - Class in dev.getelements.elements.sdk.model.application
Ties the Application model to one of its associated profiles as represented by the type.
ApplicationConfiguration() - Constructor for class dev.getelements.elements.sdk.model.application.ApplicationConfiguration
 
ApplicationConfigurationDao - Interface in dev.getelements.elements.sdk.dao
Created by patricktwohig on 7/13/15.
ApplicationConfigurationNotFoundException - Exception Class in dev.getelements.elements.sdk.model.exception.application
 
ApplicationConfigurationNotFoundException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.application.ApplicationConfigurationNotFoundException
 
ApplicationConfigurationNotFoundException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.application.ApplicationConfigurationNotFoundException
 
ApplicationConfigurationNotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.application.ApplicationConfigurationNotFoundException
 
ApplicationConfigurationNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.application.ApplicationConfigurationNotFoundException
 
ApplicationConfigurationNotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.application.ApplicationConfigurationNotFoundException
 
ApplicationConfigurationResource - Class in dev.getelements.elements.rest.application
Created by patricktwohig on 7/13/15.
ApplicationConfigurationResource() - Constructor for class dev.getelements.elements.rest.application.ApplicationConfigurationResource
 
ApplicationConfigurationService - Interface in dev.getelements.elements.sdk.service.application
Manages the lifecycle of the various ApplicationConfiguration instances.
ApplicationConfigurationServiceProvider - Class in dev.getelements.elements.service.application
Selects the appropriate ApplicationConfigurationService based on the User.getLevel() property.
ApplicationConfigurationServiceProvider() - Constructor for class dev.getelements.elements.service.application.ApplicationConfigurationServiceProvider
 
ApplicationDao - Interface in dev.getelements.elements.sdk.dao
Created by patricktwohig on 7/10/15.
ApplicationDeploymentService - Interface in dev.getelements.elements.common.app
Handles the deployment of Elements defined by Applications.
ApplicationElementRecord(ApplicationId, ElementRegistry, List<Element>) - Constructor for record class dev.getelements.elements.common.app.ApplicationElementService.ApplicationElementRecord
Creates an instance of a ApplicationElementRecord record class.
ApplicationElementService - Interface in dev.getelements.elements.common.app
Manages the loaded Element instances.
ApplicationElementService.ApplicationElementRecord - Record Class in dev.getelements.elements.common.app
A record which holds the registry records for a particular application.
ApplicationElementServiceModule - Class in dev.getelements.elements.jetty
 
ApplicationElementServiceModule() - Constructor for class dev.getelements.elements.jetty.ApplicationElementServiceModule
 
applicationId() - Method in record class dev.getelements.elements.common.app.ApplicationElementService.ApplicationElementRecord
Returns the value of the applicationId record component.
ApplicationId - Class in dev.getelements.elements.sdk.cluster.id
Uniquely identifies an application.
ApplicationId(byte[]) - Constructor for class dev.getelements.elements.sdk.cluster.id.ApplicationId
Creates the TaskId from the provided string representation, as obtained from ApplicationId.asBytes().
ApplicationId(String) - Constructor for class dev.getelements.elements.sdk.cluster.id.ApplicationId
Creates the TaskId from the provided string representation, as obtained from ApplicationId.asString().
ApplicationId(UUID) - Constructor for class dev.getelements.elements.sdk.cluster.id.ApplicationId
Creates a new unique TaskId.
applicationNameOrId - Variable in class dev.getelements.elements.sdk.model.codegen.CodegenRequest
 
applicationNameOrId() - Method in record class dev.getelements.elements.sdk.local.LocalApplicationElementRecord
Returns the value of the applicationNameOrId record component.
ApplicationNode - Class in dev.getelements.elements.appnode
 
ApplicationNode(DefaultConfigurationSupplier, ApplicationNode.StorageDriver) - Constructor for class dev.getelements.elements.appnode.ApplicationNode
 
ApplicationNode.StorageDriver - Enum Class in dev.getelements.elements.appnode
 
ApplicationNodeIdentifierService - Interface in dev.getelements.elements.rt
 
ApplicationNodeMain - Class in dev.getelements.elements.appnode
Hello world!
ApplicationNodeMain() - Constructor for class dev.getelements.elements.appnode.ApplicationNodeMain
 
ApplicationNodeModuleDefaults - Class in dev.getelements.elements.appnode
 
ApplicationNodeModuleDefaults() - Constructor for class dev.getelements.elements.appnode.ApplicationNodeModuleDefaults
 
ApplicationNotFoundException - Exception Class in dev.getelements.elements.sdk.model.exception.application
 
ApplicationNotFoundException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.application.ApplicationNotFoundException
 
ApplicationNotFoundException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.application.ApplicationNotFoundException
 
ApplicationNotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.application.ApplicationNotFoundException
 
ApplicationNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.application.ApplicationNotFoundException
 
ApplicationNotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.application.ApplicationNotFoundException
 
ApplicationRepositoryResolver - Interface in dev.getelements.elements.git
Created by patricktwohig on 8/1/17.
ApplicationResource - Class in dev.getelements.elements.rest.application
Created by patricktwohig on 7/9/15.
ApplicationResource() - Constructor for class dev.getelements.elements.rest.application.ApplicationResource
 
applicationsAndUsers() - Method in class dev.getelements.elements.dao.mongo.test.MongoProfileTestOperations
 
ApplicationService - Interface in dev.getelements.elements.sdk.service.application
Manages the lifecycle of the Application instance.
ApplicationServiceProvider - Class in dev.getelements.elements.service.application
Created by patricktwohig on 7/10/15.
ApplicationServiceProvider() - Constructor for class dev.getelements.elements.service.application.ApplicationServiceProvider
 
ApplicationTestFactory - Class in dev.getelements.elements.dao.mongo.test
 
ApplicationTestFactory() - Constructor for class dev.getelements.elements.dao.mongo.test.ApplicationTestFactory
 
ApplicationUrls - Class in dev.getelements.elements.service.application
 
ApplicationUrls() - Constructor for class dev.getelements.elements.service.application.ApplicationUrls
 
APPLIED - Enum constant in enum class dev.getelements.elements.sdk.model.index.IndexPlanState
Indicates that the operation was successful and the plan fully applied.
APPLY_CONTENTS_CHANGE_FOR_RESOURCE - Enum constant in enum class dev.getelements.elements.rt.transact.unix.UnixFSTransactionCommandInstruction
Adds the supplied ResourceId changes from the current transaction to the DataStore.
APPLY_PATH_CHANGE_FOR_RESOURCE - Enum constant in enum class dev.getelements.elements.rt.transact.unix.UnixFSTransactionCommandInstruction
Adds the supplied Path changes from the current transaction to the DataStore.
APPLY_REVERSE_PATH_CHANGE_FOR_RESOURCE - Enum constant in enum class dev.getelements.elements.rt.transact.unix.UnixFSTransactionCommandInstruction
Adds the supplied ResourceId changes from the current transaction to the DataStore.
APPLY_TASK_CHANGES_FOR_RESOURCE_ID - Enum constant in enum class dev.getelements.elements.rt.transact.unix.UnixFSTransactionCommandInstruction
Applies the task entry changes for the supplied ResourceId
applyChange(ResourceId, String) - Method in interface dev.getelements.elements.rt.transact.TaskIndex
Applies task changes with the supplied ResourceId and transaction id.
applyChange(ResourceId, String) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTaskIndex
 
applyChange(Path, String) - Method in interface dev.getelements.elements.rt.transact.PathIndex
Applies the change to the ResourceIndex according to the supplied transaction ID.
applyChange(Path, String) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSPathIndex
 
applyChangeToResourceContents(UnixFSTransactionProgramExecutionPhase, ResourceId) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgramBuilder
Applies the contents change ot the resource.
applyChangeToResourceContents(ResourceId) - Method in interface dev.getelements.elements.rt.transact.TransactionJournal.MutableEntry
Logs the supplied ResourceId as its contents having been flushed.
applyChangeToResourceReversePaths(ResourceId) - Method in interface dev.getelements.elements.rt.transact.TransactionJournal.MutableEntry
Logs the supplied ResourceId as having been flushed.
applyChangeToResourceReversePaths(Path) - Method in interface dev.getelements.elements.rt.transact.TransactionJournal.MutableEntry
Logs the supplied Path as having been flushed.
applyChangeToTasks(UnixFSTransactionProgramExecutionPhase, ResourceId) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgramBuilder
Applies the supplied ResourceId changes to the data store for the associated tasks.
applyChangeToTasks(ResourceId) - Method in interface dev.getelements.elements.rt.transact.TransactionJournal.MutableEntry
Applies the changes to the tasks for the supplied ResourceId.
applyContentsChange(UnixFSTransactionProgram, UnixFSTransactionCommand, ResourceId, String) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionCommitExecutionHandler
 
applyContentsChange(UnixFSTransactionProgram, UnixFSTransactionCommand, ResourceId, String) - Method in interface dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgramInterpreter.ExecutionHandler
Applies the contnets change to a ResourceId.
applyContentsChange(ResourceId, String) - Method in interface dev.getelements.elements.rt.transact.ResourceIndex
Applies the change to the ResourceIndex according to the supplied transaction ID.
applyContentsChange(ResourceId, String) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSResourceIndex
 
applyPathChange(UnixFSTransactionProgram, UnixFSTransactionCommand, Path, String) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionCommitExecutionHandler
 
applyPathChange(UnixFSTransactionProgram, UnixFSTransactionCommand, Path, String) - Method in interface dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgramInterpreter.ExecutionHandler
Applies the supplied Path change.
applyReversePathChangeToResource(UnixFSTransactionProgramExecutionPhase, ResourceId) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgramBuilder
Applies the supplied ResourceId changes to the data store.
applyReversePathChangeToResource(UnixFSTransactionProgramExecutionPhase, Path) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgramBuilder
Applies the changes for the supplied Path to the data store.
applyReversePathsChange(UnixFSTransactionProgram, UnixFSTransactionCommand, ResourceId, String) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionCommitExecutionHandler
 
applyReversePathsChange(UnixFSTransactionProgram, UnixFSTransactionCommand, ResourceId, String) - Method in interface dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgramInterpreter.ExecutionHandler
Applies the change to the ResourceId.
applyReversePathsChange(ResourceId, String) - Method in interface dev.getelements.elements.rt.transact.ResourceIndex
Applies the change to the ResourceIndex according to the supplied transaction ID.
applyReversePathsChange(ResourceId, String) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSResourceIndex
 
applyTaskChanges(UnixFSTransactionProgram, UnixFSTransactionCommand, ResourceId, String) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionCommitExecutionHandler
 
applyTaskChanges(UnixFSTransactionProgram, UnixFSTransactionCommand, ResourceId, String) - Method in interface dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgramInterpreter.ExecutionHandler
Applies the task changes to the datastore.
appnode - Class in Unnamed Package
Easy-to-use entrypoint for appnode.
appnode() - Constructor for class appnode
 
AppNodeServicesModule - Class in dev.getelements.elements.appnode.guice
 
AppNodeServicesModule() - Constructor for class dev.getelements.elements.appnode.guice.AppNodeServicesModule
 
AppServeConstants - Interface in dev.getelements.elements.app.serve
Constants for the Application Server (often times called appserve) component.
AppServeModule - Class in dev.getelements.elements.app.serve.guice
 
AppServeModule() - Constructor for class dev.getelements.elements.app.serve.guice.AppServeModule
 
AppServeModuleDefaults - Class in dev.getelements.elements.app.serve
 
AppServeModuleDefaults() - Constructor for class dev.getelements.elements.app.serve.AppServeModuleDefaults
 
AppServePermittedPackages - Class in dev.getelements.elements.app.serve
 
AppServePermittedPackages() - Constructor for class dev.getelements.elements.app.serve.AppServePermittedPackages
 
argument(Object) - Method in class dev.getelements.elements.sdk.Event.Builder
Appends an argument to the Event.
arguments() - Method in record class dev.getelements.elements.sdk.test.element.TestService.MethodEventRecord
Returns the value of the arguments record component.
arrangeElementsInDirectory() - Method in class dev.getelements.elements.sdk.test.FlatElementPathLoaderTest
 
arrangeElementsInDirectory() - Method in class dev.getelements.elements.sdk.test.NestedElementPathLoaderTest
 
ARRAY - Enum constant in enum class dev.getelements.elements.rt.manifest.model.Type
The array type.
ARRAY - Enum constant in enum class dev.getelements.elements.sdk.model.schema.MetadataSpecPropertyType
Array type.
ARRAY - Static variable in class dev.getelements.elements.sdk.model.schema.json.JsonSchemaType
Array type.
as(Class<NewResultT>) - Method in interface dev.getelements.elements.sdk.Callback
Makes a new Callback which safely returns the requested type.
as(Class<NewResultT>) - Method in record class dev.getelements.elements.sdk.query.MethodCallbackRecord
 
asBasicHeader(String) - Method in class dev.getelements.elements.sdk.util.security.AuthorizationHeader
Returns the credentials as a basic authorization header.
asBearerHeader() - Method in class dev.getelements.elements.sdk.util.security.AuthorizationHeader
Returns the credentials as a bearer token authorization header.
asBytes() - Method in class dev.getelements.elements.sdk.cluster.id.ApplicationId
Returns the
invalid reference
byte[]
representation of this TaskId
asBytes() - Method in class dev.getelements.elements.sdk.cluster.id.InstanceId
 
asBytes() - Method in class dev.getelements.elements.sdk.cluster.id.NodeId
Represents this NodeId as a set of packed-bytes.
asBytes() - Method in class dev.getelements.elements.sdk.cluster.id.ResourceId
Returns the byte[] representation of this ResourceId
asBytes() - Method in class dev.getelements.elements.sdk.cluster.id.TaskId
Returns the
invalid reference
byte[]
representation of this TaskId
asCustomCredentials() - Method in class dev.getelements.elements.security.JWTCredentials
Converts this JWTCredentials to CustomJWTCredentials, throwing the appropriate exceptions if the conversion is not appropriate for this instance.
asFSPath() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionParameter
Returns this parameter as an instance Path or throws an instance of UnixFSProgramCorruptionException if the type is not properly matched.
asFSPath(UnixFSTransactionParameter) - Method in enum class dev.getelements.elements.rt.transact.unix.UnixFSTransactionParameter.Type
 
AsIsFileService - Class in org.eclipse.jgit.http.server.resolver
Controls access to bare files in a repository.
AsIsFileService() - Constructor for class org.eclipse.jgit.http.server.resolver.AsIsFileService
 
asMap() - Method in interface dev.getelements.elements.sdk.Attributes
Returns a view of this Attributes object as a Map<String,Object>.
asMap() - Method in class dev.getelements.elements.sdk.util.ImmutableAttributes
 
asMap() - Method in record class dev.getelements.elements.sdk.util.SimpleAttributes
 
asProperties() - Method in interface dev.getelements.elements.sdk.Attributes
Returns this Attributes as a Properties instance, copying all attributes over.
asProperties(Properties) - Method in interface dev.getelements.elements.sdk.Attributes
Returns this Attributes as a Properties instance.
asResourceId() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionParameter
Returns this parameter as an instance ResourceId or throws an instance of UnixFSProgramCorruptionException if the type is not properly matched.
asResourceId(UnixFSTransactionParameter) - Method in enum class dev.getelements.elements.rt.transact.unix.UnixFSTransactionParameter.Type
 
asRTPath() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionParameter
Returns this parameter as an instance Path or throws an instance of UnixFSProgramCorruptionException if the type is not properly matched.
asRTPath(UnixFSTransactionParameter) - Method in enum class dev.getelements.elements.rt.transact.unix.UnixFSTransactionParameter.Type
 
assembleCdnUrl(String) - Method in class dev.getelements.elements.service.largeobject.LargeObjectCdnUtils
 
ASSET_NOT_FOUND - Enum constant in enum class dev.getelements.elements.rt.ResponseCode
Indicates that the requested asset is not found.
AssetNotFoundException - Exception Class in dev.getelements.elements.rt.exception
Created by patricktwohig on 8/15/17.
AssetNotFoundException() - Constructor for exception class dev.getelements.elements.rt.exception.AssetNotFoundException
 
AssetNotFoundException(String) - Constructor for exception class dev.getelements.elements.rt.exception.AssetNotFoundException
 
AssetNotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.AssetNotFoundException
 
AssetNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.rt.exception.AssetNotFoundException
 
AssetNotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.AssetNotFoundException
 
assignAutomaticPath(String) - Method in class dev.getelements.elements.service.largeobject.LargeObjectCdnUtils
 
assignNameAndEmailIfNecessary(User) - Method in interface dev.getelements.elements.sdk.service.name.NameService
Assigns a generated name and email to the supplied user, if either field is null.
assignProgressesForMissionsIn(String, String, Collection<ScheduleEvent>) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleProgressDao
 
assignProgressesForMissionsIn(String, String, Collection<ScheduleEvent>) - Method in interface dev.getelements.elements.sdk.dao.ScheduleProgressDao
Creates Progress instances for Missions in the supplied list.
asString() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionParameter
Returns this parameter instance as a String or throws and instance of UnixFSProgramCorruptionException if the type is not properly matched.
asString() - Method in class dev.getelements.elements.sdk.cluster.id.ApplicationId
Returns the string representation of this TaskId
asString() - Method in class dev.getelements.elements.sdk.cluster.id.InstanceId
Returns the compound Id string representation of this NodeId
asString() - Method in class dev.getelements.elements.sdk.cluster.id.NodeId
Returns the compound Id string representation of this NodeId
asString() - Method in class dev.getelements.elements.sdk.cluster.id.ResourceId
Returns the string representation of this ResourceId
asString() - Method in class dev.getelements.elements.sdk.cluster.id.TaskId
Returns the string representation of this TaskId
asString(UnixFSTransactionParameter) - Method in enum class dev.getelements.elements.rt.transact.unix.UnixFSTransactionParameter.Type
 
asString(String) - Method in interface dev.getelements.elements.sdk.util.security.HeaderOptionalSupplier
Converts the value to an Optional<String>
ASYNC_CONNECTION_IO_THREADS - Static variable in class dev.getelements.elements.rt.jeromq.JeroMQAsyncConnectionService
 
ASYNC_OPERATION_CANCELED - Enum constant in enum class dev.getelements.elements.rt.ResponseCode
Async operation was canceled.
ASYNC_TIMEOUT_LIMIT - Static variable in interface dev.getelements.elements.sdk.model.Constants
The async request timeout limit.
AsyncConnection<ContextT,SocketT> - Interface in dev.getelements.elements.rt
Represents an asynchornous type of Connection.
AsyncConnection.Event - Enum Class in dev.getelements.elements.rt
Enumeration of events for which to listen.
AsyncConnectionGroup<ContextT,SocketT> - Interface in dev.getelements.elements.rt
Represents a group of AsyncConnections which all are serviced by the same thread.
AsyncConnectionGroup.Builder<ContextT,BuilderSocketT> - Interface in dev.getelements.elements.rt
 
AsyncConnectionPool<ContextT,SocketT> - Interface in dev.getelements.elements.rt
An interface to an underlying pool of sockets.
AsyncConnectionService<ContextT,SocketT> - Interface in dev.getelements.elements.rt
A system-wide service to house AsyncConnection instances.
AsyncControlClient - Interface in dev.getelements.elements.rt.remote
 
AsyncControlClient.Factory - Interface in dev.getelements.elements.rt.remote
Used to open on-demand instances of the ControlClient.
AsyncControlClient.Request - Interface in dev.getelements.elements.rt.remote
Represents a pending request that this AsyncControlClient is making.
AsyncControlClient.Response<T> - Interface in dev.getelements.elements.rt.remote
Represents a response produced by the remote end.
AsyncControlClient.ResponseConsumer<T> - Interface in dev.getelements.elements.rt.remote
Response
AsyncControlClientProvider - Class in dev.getelements.elements.rt.remote
 
AsyncControlClientProvider() - Constructor for class dev.getelements.elements.rt.remote.AsyncControlClientProvider
 
ASYNCHRONOUS - Enum constant in enum class dev.getelements.elements.rt.annotation.Dispatch.Type
The method is dispatched, returning immediately and deferring the driving of results to a background process Which will call the associated ErrorHandler and ResultHandler parameters.
AsyncOperation - Interface in dev.getelements.elements.rt.remote
' A special return type which can be returnd by methods annotated with RemotelyInvokable which also meet the requirements for having the Dispatch.Type.ASYNCHRONOUS.
AsyncOperationCanceledException - Exception Class in dev.getelements.elements.rt.exception
 
AsyncOperationCanceledException() - Constructor for exception class dev.getelements.elements.rt.exception.AsyncOperationCanceledException
 
AsyncOperationCanceledException(String) - Constructor for exception class dev.getelements.elements.rt.exception.AsyncOperationCanceledException
 
AsyncOperationCanceledException(String, Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.AsyncOperationCanceledException
 
AsyncOperationCanceledException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.rt.exception.AsyncOperationCanceledException
 
AsyncOperationCanceledException(Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.AsyncOperationCanceledException
 
AsyncPublisher<T> - Interface in dev.getelements.elements.sdk.util
Used to implement a publish/subscribe system.
attempt(Matchmaker, Match, MatchmakingApplicationConfiguration) - Method in interface dev.getelements.elements.sdk.service.match.MatchServiceUtils
Attempts to create a pairing between two players, using the supplied Matchmaker
attempt(Matchmaker, Match, MatchmakingApplicationConfiguration) - Method in class dev.getelements.elements.service.match.StandardMatchServiceUtils
 
attempt(Datastore) - Method in interface dev.getelements.elements.dao.mongo.MongoConcurrentUtils.CriticalOperation
Defines the logic for hte operation.
attemptLock(Provider<T>, MongoMatch...) - Method in class dev.getelements.elements.dao.mongo.match.MongoMatchUtils
Intended to be used in the scope of MongoConcurrentUtils.performOptimistic(MongoConcurrentUtils.CriticalOperation), this will attempt to lock the MongoMatch using a unique MongoMatchLock.
attemptRematchAndPoll(String, Consumer<Match>, Consumer<Exception>) - Method in interface dev.getelements.elements.sdk.service.match.MatchService
Waits for a Match to be updated by another request.
attemptRematchAndPoll(String, Consumer<Match>, Consumer<Exception>) - Method in class dev.getelements.elements.service.match.UserMatchService
 
attemptToFindOpponent(Match, int, BiFunction<Match, Match, String>) - Method in class dev.getelements.elements.dao.mongo.match.MongoFIFOMatchmaker
 
attemptToFindOpponent(Match, int, BiFunction<Match, Match, String>) - Method in interface dev.getelements.elements.sdk.dao.Matchmaker
Attempts to find an opponent for the supplied Match instance.
attemptToFindOpponent(Match, BiFunction<Match, Match, String>) - Method in interface dev.getelements.elements.sdk.dao.Matchmaker
attemptToPairCandidates(MongoMatch, MongoMatch, BiFunction<Match, Match, String>) - Method in class dev.getelements.elements.dao.mongo.match.MongoMatchUtils
Attempts to pair the two matches in the database.
attemptToPairCandidates(MongoMatch, List<MongoMatch>, BiFunction<Match, Match, String>) - Method in class dev.getelements.elements.dao.mongo.match.MongoMatchUtils
 
Attribute(String, T) - Constructor for record class dev.getelements.elements.sdk.Attributes.Attribute
Creates an instance of a Attribute record class.
ATTRIBUTE_CERTIFICATE - Enum constant in enum class dev.getelements.elements.sdk.model.security.Rfc7468Label
RFC-5755
ATTRIBUTE_HANDLER - Static variable in class org.eclipse.jgit.http.server.ServletUtils
Request attribute storing either UploadPack or ReceivePack.
ATTRIBUTE_REPOSITORY - Static variable in class org.eclipse.jgit.http.server.ServletUtils
Request attribute which stores the Repository instance.
attributes() - Method in record class dev.getelements.elements.sdk.local.LocalApplicationElementRecord
Returns the value of the attributes record component.
attributes() - Method in record class dev.getelements.elements.sdk.record.ElementRecord
Returns the value of the attributes record component.
attributes() - Method in record class dev.getelements.elements.sdk.util.SimpleAttributes
Returns the value of the attributes record component.
attributes(Attributes) - Method in class dev.getelements.elements.sdk.spi.guice.GuiceSpiModule
 
Attributes - Interface in dev.getelements.elements.sdk
Contains attributes which represent contextual information for various types.
ATTRIBUTES_PROPERTIES_FILE - Static variable in interface dev.getelements.elements.sdk.ElementPathLoader
The name of the file which represents a particular Element's Attributes.
Attributes.Attribute<T> - Record Class in dev.getelements.elements.sdk
Represents a single Attributes.Attribute.
AUD - Enum constant in enum class dev.getelements.elements.sdk.model.auth.OidcClaim
Audience - the client or application id.
audience - Variable in class dev.getelements.elements.sdk.model.auth.UpdateAuthSchemeRequest
 
AUTH_BEARER - Static variable in interface dev.getelements.elements.sdk.jakarta.rs.AuthSchemes
Specifies the auth_bearer scheme used with Authorization: Bearer headers
AUTH_ENABLED - Static variable in class dev.getelements.elements.sdk.test.element.rs.TestApplication
 
AUTH_HEADER - Static variable in class dev.getelements.elements.sdk.util.security.AuthorizationHeader
Constant for the Authorization header.
AUTH_TYPE - Enum constant in enum class dev.getelements.elements.sdk.model.auth.PrivateClaim
The auth type.
AUTH_TYPE - Static variable in class dev.getelements.elements.security.CustomJWTCredentials
 
AUTH_TYPE_BASIC - Static variable in class dev.getelements.elements.sdk.util.security.AuthorizationHeader
Used in conjunction with the standard Authorization header.
AUTH_TYPE_BEARER - Static variable in class dev.getelements.elements.sdk.util.security.AuthorizationHeader
Used in conjunction with the standard Authorization header.
AuthenticatedRequest - Class in dev.getelements.elements.security
Created by patricktwohig on 8/4/17.
AuthenticatedRequest(HttpServletRequest, AuthorizationHeader) - Constructor for class dev.getelements.elements.security.AuthenticatedRequest
 
AuthFilterFeature - Class in dev.getelements.elements.app.serve.loader
 
AuthFilterFeature() - Constructor for class dev.getelements.elements.app.serve.loader.AuthFilterFeature
 
AuthorizationHeader - Class in dev.getelements.elements.sdk.util.security
Created by patricktwohig on 6/26/17.
AuthorizationHeader(String) - Constructor for class dev.getelements.elements.sdk.util.security.AuthorizationHeader
Parses the supplied header string, throwing an instance of AuthorizationHeaderParseException if the header does not correctly parse.
AuthorizationHeaderParseException - Exception Class in dev.getelements.elements.sdk.model.exception.security
Created by patricktwohig on 6/26/17.
AuthorizationHeaderParseException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.security.AuthorizationHeaderParseException
 
AuthorizationHeaderParseException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.security.AuthorizationHeaderParseException
 
AuthorizationHeaderParseException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.security.AuthorizationHeaderParseException
 
AuthorizationHeaderParseException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.security.AuthorizationHeaderParseException
 
AuthScheme - Class in dev.getelements.elements.sdk.model.auth
 
AuthScheme() - Constructor for class dev.getelements.elements.sdk.model.auth.AuthScheme
 
AuthSchemeDao - Interface in dev.getelements.elements.sdk.dao
 
AuthSchemeNotFoundException - Exception Class in dev.getelements.elements.sdk.model.exception.auth
 
AuthSchemeNotFoundException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.auth.AuthSchemeNotFoundException
 
AuthSchemeNotFoundException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.auth.AuthSchemeNotFoundException
 
AuthSchemeNotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.auth.AuthSchemeNotFoundException
 
AuthSchemeNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.auth.AuthSchemeNotFoundException
 
AuthSchemeNotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.auth.AuthSchemeNotFoundException
 
AuthSchemePagination - Class in dev.getelements.elements.rest.test.model
 
AuthSchemePagination() - Constructor for class dev.getelements.elements.rest.test.model.AuthSchemePagination
 
AuthSchemeResource - Class in dev.getelements.elements.rest.auth
 
AuthSchemeResource() - Constructor for class dev.getelements.elements.rest.auth.AuthSchemeResource
 
AuthSchemes - Interface in dev.getelements.elements.sdk.jakarta.rs
Names the authentication schemes used by the API.
AuthSchemeService - Interface in dev.getelements.elements.sdk.service.auth
Manages instances of AuthScheme.
AuthSchemeServiceProvider - Class in dev.getelements.elements.service.auth
 
AuthSchemeServiceProvider() - Constructor for class dev.getelements.elements.service.auth.AuthSchemeServiceProvider
 
available() - Method in class dev.getelements.elements.rt.util.InputStreamAdapter
 
awaitFinish() - Method in class dev.getelements.elements.rt.util.ContextLatch
 
awaitFinish(long, TimeUnit) - Method in class dev.getelements.elements.rt.util.ContextLatch
 

B

BAD_REQUEST_FATAL - Enum constant in enum class dev.getelements.elements.rt.ResponseCode
The request failed and should not be retried.
BAD_REQUEST_INVALID_CONTENT - Enum constant in enum class dev.getelements.elements.rt.ResponseCode
The content supplied in the request has invalid content or payload.
BAD_REQUEST_RETRY - Enum constant in enum class dev.getelements.elements.rt.ResponseCode
The request was bad, malformed but could be re-attempted.
BadManifestException - Exception Class in dev.getelements.elements.rt.exception
Created by patricktwohig on 8/16/17.
BadManifestException() - Constructor for exception class dev.getelements.elements.rt.exception.BadManifestException
 
BadManifestException(Object) - Constructor for exception class dev.getelements.elements.rt.exception.BadManifestException
 
BadManifestException(Object, Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.BadManifestException
 
BadManifestException(String) - Constructor for exception class dev.getelements.elements.rt.exception.BadManifestException
 
BadManifestException(String, Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.BadManifestException
 
BadManifestException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.rt.exception.BadManifestException
 
BadManifestException(Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.BadManifestException
 
BadParameterCombinationException - Exception Class in dev.getelements.elements.sdk.model.exception
 
BadParameterCombinationException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.BadParameterCombinationException
 
BadParameterCombinationException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.BadParameterCombinationException
 
BadParameterCombinationException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.BadParameterCombinationException
 
BadParameterCombinationException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.BadParameterCombinationException
 
BadParameterCombinationException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.BadParameterCombinationException
 
BadParameterException - Exception Class in dev.getelements.elements.rt.exception
 
BadParameterException() - Constructor for exception class dev.getelements.elements.rt.exception.BadParameterException
 
BadParameterException(String) - Constructor for exception class dev.getelements.elements.rt.exception.BadParameterException
 
BadParameterException(String, Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.BadParameterException
 
BadParameterException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.rt.exception.BadParameterException
 
BadParameterException(Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.BadParameterException
 
BadQueryException - Exception Class in dev.getelements.elements.sdk.model.exception
Thrown when a bad search query is encountered.
BadQueryException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.BadQueryException
 
BadQueryException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.BadQueryException
 
BadQueryException(String, Object) - Constructor for exception class dev.getelements.elements.sdk.model.exception.BadQueryException
 
BadQueryException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.BadQueryException
 
BadQueryException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.BadQueryException
 
BadQueryException(String, Throwable, Object) - Constructor for exception class dev.getelements.elements.sdk.model.exception.BadQueryException
 
BadQueryException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.BadQueryException
 
BadQueryException(Throwable, Object) - Constructor for exception class dev.getelements.elements.sdk.model.exception.BadQueryException
 
BadRequestException - Exception Class in dev.getelements.elements.rt.exception
Created by patricktwohig on 8/14/17.
BadRequestException() - Constructor for exception class dev.getelements.elements.rt.exception.BadRequestException
 
BadRequestException(String) - Constructor for exception class dev.getelements.elements.rt.exception.BadRequestException
 
BadRequestException(String, Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.BadRequestException
 
BadRequestException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.rt.exception.BadRequestException
 
BadRequestException(Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.BadRequestException
 
BadSessionSecretException - Exception Class in dev.getelements.elements.sdk.model.exception.security
 
BadSessionSecretException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.security.BadSessionSecretException
 
BadSessionSecretException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.security.BadSessionSecretException
 
BadSessionSecretException(String, Object) - Constructor for exception class dev.getelements.elements.sdk.model.exception.security.BadSessionSecretException
 
BadSessionSecretException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.security.BadSessionSecretException
 
BadSessionSecretException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.security.BadSessionSecretException
 
BadSessionSecretException(String, Throwable, Object) - Constructor for exception class dev.getelements.elements.sdk.model.exception.security.BadSessionSecretException
 
BadSessionSecretException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.security.BadSessionSecretException
 
BadSessionSecretException(Throwable, Object) - Constructor for exception class dev.getelements.elements.sdk.model.exception.security.BadSessionSecretException
 
badType(Class<?>) - Method in enum class dev.getelements.elements.rt.transact.unix.UnixFSTransactionParameter.Type
 
base() - Method in record class dev.getelements.elements.sdk.util.InheritedAttributes
Returns the value of the base record component.
base() - Method in record class dev.getelements.elements.sdk.util.InheritedMutableAttributes
Returns the value of the base record component.
BASE - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearCostType
 
BASE - Enum constant in enum class dev.getelements.elements.sdk.test.TestElementArtifact
 
BASE_64 - Static variable in interface dev.getelements.elements.sdk.model.Constants.Regexp
Checks for valid base64.
BaseException - Exception Class in dev.getelements.elements.rt.exception
Created by patricktwohig on 8/14/17.
BaseException - Exception Class in dev.getelements.elements.sdk.model.exception
Created by patricktwohig on 3/25/15.
BaseException() - Constructor for exception class dev.getelements.elements.rt.exception.BaseException
 
BaseException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.BaseException
 
BaseException(String) - Constructor for exception class dev.getelements.elements.rt.exception.BaseException
 
BaseException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.BaseException
 
BaseException(String, Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.BaseException
 
BaseException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.BaseException
 
BaseException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.rt.exception.BaseException
 
BaseException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.BaseException
 
BaseException(Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.BaseException
 
BaseException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.BaseException
 
BaseServletModule - Class in dev.getelements.elements.guice
 
BaseServletModule() - Constructor for class dev.getelements.elements.guice.BaseServletModule
 
basic() - Static method in interface dev.getelements.elements.rt.transact.unix.UnixFSAtomicLong
Creates a basic UnixFSAtomicLong.
BasicAuthorizationHeader - Class in dev.getelements.elements.sdk.util.security
Created by patricktwohig on 8/1/17.
BasicAuthorizationHeader(String, String) - Constructor for class dev.getelements.elements.sdk.util.security.BasicAuthorizationHeader
 
BEARER - Static variable in interface dev.getelements.elements.sdk.model.Headers
Preferred auth method, bearer.
BearerAuthorizationHeader - Class in dev.getelements.elements.sdk.util.security
Simplest type of Auth header, the bearer header.
BearerAuthorizationHeader(String) - Constructor for class dev.getelements.elements.sdk.util.security.BearerAuthorizationHeader
Constructs an new instance of BearerAuthorizationHeader with the supplied credentials.
begin() - Method in interface dev.getelements.elements.rt.ResourceService.ResourceAcquisition
Creates a new ResourceService.ResourceTransaction from this acquisition.
begin() - Method in interface dev.getelements.elements.rt.transact.ReadOnlyTransaction.Builder
 
begin() - Static method in interface dev.getelements.elements.sdk.Subscription
Used to start a chain of Subscription instances.
begin() - Static method in interface dev.getelements.elements.sdk.util.FinallyAction
Begins the finally action.
begin(Logger) - Static method in interface dev.getelements.elements.sdk.util.FinallyAction
Begins the finally action.
beginIndexing() - Method in class dev.getelements.elements.dao.mongo.MongoIndexDao
 
beginIndexing() - Method in interface dev.getelements.elements.sdk.dao.IndexDao
Starts the index process.
beginMutation() - Method in class dev.getelements.elements.rt.remote.SimpleWorkerInstance
 
beginMutation() - Method in interface dev.getelements.elements.rt.remote.Worker
Opens a Worker.Mutator which can be used to modify the run-state of this Worker.
beginShutdown() - Method in class dev.getelements.elements.remote.jeromq.JeroMQNode
 
beginShutdown() - Method in interface dev.getelements.elements.rt.remote.Node
Begins the shutdown process.
beginStartup() - Method in class dev.getelements.elements.remote.jeromq.JeroMQNode
 
beginStartup() - Method in interface dev.getelements.elements.rt.remote.Node
Begins the startup process by returning an instance of Node.Startup.
bind(Binder) - Static method in class dev.getelements.elements.rt.guice.ResourceScope
Makes the Resource Injectable.
bind(PrivateBinder) - Static method in class dev.getelements.elements.rt.guice.ResourceScope
Makes the Resource Injectable as well as uses PrivateBinder.expose(Key) to ensure it is available to the whole Injector.
bind(ClassLoader, Class<?>, T, Class<? super T>) - Method in class dev.getelements.elements.sdk.spi.SpiUtilities
Binds the supplied object to the provider type.
bindDatastore() - Method in class dev.getelements.elements.dao.mongo.guice.MongoDaoModule
 
bindMapper() - Method in class dev.getelements.elements.dao.mongo.guice.MongoDaoModule
 
bindTransaction() - Method in class dev.getelements.elements.dao.mongo.guice.MongoDaoModule
 
blacklist(String, String) - Method in class dev.getelements.elements.dao.mongo.MongoSessionDao
 
blacklist(String, String) - Method in interface dev.getelements.elements.sdk.dao.SessionDao
Deletes the Session instance.
blacklistSession(String) - Method in class dev.getelements.elements.rest.security.SessionResource
 
blacklistSession(String, String) - Method in interface dev.getelements.elements.sdk.service.auth.SessionService
Blacklists the Session instance currently in-use for the specific user id as returned by User.getId()
blacklistSession(String, String) - Method in class dev.getelements.elements.service.auth.DefaultSessionService
 
BLOCKCHAIN_NETWORK - Static variable in class dev.getelements.elements.jrpc.JsonRpcConstants
Names the BlockchainNetwork to getInstance into JSON-RPC Resources.
BlockchainApi - Enum Class in dev.getelements.elements.sdk.model.blockchain
Enumerates the various blockchain protocols supported by elements.
BlockchainConstants - Interface in dev.getelements.elements.sdk.model
 
BlockchainConstants.MintStatus - Enum Class in dev.getelements.elements.sdk.model
The status of the mint request
BlockchainConstants.Names - Interface in dev.getelements.elements.sdk.model
Deprecated.
use BlockchainNetwork instead
BlockchainConstants.SmartContracts - Interface in dev.getelements.elements.sdk.model
Deprecated.
migrate this to a configurable parameter
BlockchainModuleDefaults - Class in dev.getelements.elements.config
 
BlockchainModuleDefaults() - Constructor for class dev.getelements.elements.config.BlockchainModuleDefaults
 
BlockchainNetwork - Enum Class in dev.getelements.elements.sdk.model.blockchain
Enumerates the systems supported blockchains.
blockingFutureStrategy() - Static method in interface dev.getelements.elements.rt.remote.LocalInvocationProcessor
Returns an instance of LocalInvocationProcessor.ReturnValueStrategy which simply blocks until the Future either returns or throws an instance of Throwable.
BOOLEAN - Enum constant in enum class dev.getelements.elements.rt.manifest.model.Type
The boolean type.
BOOLEAN - Enum constant in enum class dev.getelements.elements.sdk.model.schema.MetadataSpecPropertyType
Boolean type.
BOOLEAN - Static variable in class dev.getelements.elements.sdk.model.schema.json.JsonSchemaType
Boolean type.
BooleanQueryOperator - Interface in dev.getelements.elements.dao.mongo.query
 
BooleanQueryOperator.Evaluation - Interface in dev.getelements.elements.dao.mongo.query
 
BooleanQueryParser - Interface in dev.getelements.elements.dao.mongo.query
Translates a free-form query string to a Morphia Query.
BooleanQueryTest - Class in dev.getelements.elements.dao.mongo.test
 
BooleanQueryTest() - Constructor for class dev.getelements.elements.dao.mongo.test.BooleanQueryTest
 
BooleanQueryUtils - Interface in dev.getelements.elements.dao.mongo
 
BroadcastRoutingStrategy - Class in dev.getelements.elements.rt.routing
This routing stragegy will broadcast to all nodes.
BroadcastRoutingStrategy() - Constructor for class dev.getelements.elements.rt.routing.BroadcastRoutingStrategy
 
BSC - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.BlockchainNetwork
Binance Smart Chain Network.
BSC - Static variable in interface dev.getelements.elements.sdk.model.BlockchainConstants.Names
Deprecated.
use BlockchainNetwork instead
BSC_RPC_PROVIDER - Static variable in interface dev.getelements.elements.sdk.service.Constants
Used to specify the RPC provider for bsc blockchain.
BSC_TEST - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.BlockchainNetwork
Binance Smart Chain Test Network.
BscSmartContractNotFoundException - Exception Class in dev.getelements.elements.sdk.model.exception.blockchain
 
BscSmartContractNotFoundException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.BscSmartContractNotFoundException
 
BscSmartContractNotFoundException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.BscSmartContractNotFoundException
 
BscSmartContractNotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.BscSmartContractNotFoundException
 
BscSmartContractNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.BscSmartContractNotFoundException
 
BscSmartContractNotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.BscSmartContractNotFoundException
 
BscTokenNotFoundException - Exception Class in dev.getelements.elements.sdk.model.exception.blockchain
 
BscTokenNotFoundException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.BscTokenNotFoundException
 
BscTokenNotFoundException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.BscTokenNotFoundException
 
BscTokenNotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.BscTokenNotFoundException
 
BscTokenNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.BscTokenNotFoundException
 
BscTokenNotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.BscTokenNotFoundException
 
BscWalletNotFoundException - Exception Class in dev.getelements.elements.sdk.model.exception.blockchain
 
BscWalletNotFoundException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.BscWalletNotFoundException
 
BscWalletNotFoundException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.BscWalletNotFoundException
 
BscWalletNotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.BscWalletNotFoundException
 
BscWalletNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.BscWalletNotFoundException
 
BscWalletNotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.BscWalletNotFoundException
 
build() - Method in class dev.getelements.elements.common.util.mapstruct.MapstructMapperRegistryBuilder
 
build() - Method in class dev.getelements.elements.rt.remote.LocalInvocationProcessorBuilder
Builds a new instance of the LocalInvocationDispatcher.
build() - Method in class dev.getelements.elements.rt.remote.ProxyBuilder
Returns new instance of ProxyBuilder using the built-in Proxy functionality.
build() - Method in class dev.getelements.elements.rt.remote.RemoteInvocationHandlerBuilder
Builds the InvocationHandler which will dispach calls to hte remote method.
build() - Method in class dev.getelements.elements.rt.util.ConcurrentReferenceMap.Builder
 
build() - Method in class dev.getelements.elements.sdk.Event.Builder
Builds the Event.
build() - Method in interface dev.getelements.elements.sdk.local.ElementsLocalBuilder
Builds the ElementsLocal instance
build() - Method in class dev.getelements.elements.sdk.local.StandardElementsLocalBuilder
 
build() - Method in interface dev.getelements.elements.sdk.service.appleiap.client.invoker.AppleIapVerifyReceiptInvoker.Builder
Builds the instance of AppleIapVerifyReceiptInvoker.
build() - Method in interface dev.getelements.elements.sdk.service.notification.NotificationBuilder
Constructs the instance of Notification with all of the configured information.
build() - Method in class dev.getelements.elements.sdk.util.ElementScopes.Builder
Creates a new instance of ElementScopes with the specified parameters.
build() - Method in class dev.getelements.elements.sdk.util.SimpleAttributes.Builder
Returns a new instance of SimpleAttributes based on this builder.
build() - Method in class dev.getelements.elements.service.appleiap.client.invoker.builder.DefaultAppleIapVerifyReceiptInvokerBuilder
 
build() - Method in class dev.getelements.elements.service.notification.StandardNotificationBuilder
 
build(IndexPlanner.IndexMetadataGenerator<IdentifierT>) - Method in class dev.getelements.elements.sdk.dao.index.IndexPlanner.Builder
 
build(BuildIndexRequest) - Method in interface dev.getelements.elements.sdk.service.index.IndexService
 
build(BuildIndexRequest) - Method in class dev.getelements.elements.service.index.SuperUserIndexService
 
build(ByteBuffer) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionCommand.Builder
Builds the UnixFSTransactionCommand by appending it and its commands to the supplied ByteBuffer.
build(Consumer<AsyncConnectionGroup<ContextT, BuilderSocketT>>) - Method in interface dev.getelements.elements.rt.AsyncConnectionGroup.Builder
buildAllCustom() - Method in class dev.getelements.elements.dao.mongo.MongoIndexer
 
buildAllCustom() - Method in interface dev.getelements.elements.sdk.dao.IndexDao.Indexer
Builds all custom indexes (eg metadata)
buildAppleIapContextString(String, String, Integer) - Static method in class dev.getelements.elements.sdk.model.reward.RewardIssuance
Builds the context string for an Apple IAP-sourced reward issuance.
buildContextString(Object...) - Static method in class dev.getelements.elements.sdk.model.reward.RewardIssuance
 
buildCustomIndexesFor(IndexableType) - Method in class dev.getelements.elements.dao.mongo.MongoIndexer
 
buildCustomIndexesFor(IndexableType) - Method in interface dev.getelements.elements.sdk.dao.IndexDao.Indexer
Builds for a specific indexable type.
builder() - Static method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionCommand
Gets a UnixFSTransactionCommand.Builder used to construct an instance of UnixFSTransactionCommand command.
builder() - Static method in interface dev.getelements.elements.sdk.Event
Returns a new Event.Builder for Event instances.
builder() - Static method in class dev.getelements.elements.sdk.util.ElementScopes
Creates a new builder for ElementScopes.
Builder() - Constructor for class dev.getelements.elements.rt.util.ConcurrentReferenceMap.Builder
 
Builder() - Constructor for class dev.getelements.elements.sdk.dao.index.IndexPlanner.Builder
 
Builder() - Constructor for class dev.getelements.elements.sdk.Event.Builder
 
Builder() - Constructor for class dev.getelements.elements.sdk.util.ElementScopes.Builder
 
Builder() - Constructor for class dev.getelements.elements.sdk.util.SimpleAttributes.Builder
 
buildGooglePlayIapContextString(String, String) - Static method in class dev.getelements.elements.sdk.model.reward.RewardIssuance
Builds the context string for a Google Play-sourced reward issuance.
buildIdentifyingRewardIssuanceTag(Progress, int) - Static method in class dev.getelements.elements.sdk.model.mission.Step
 
buildIdentifyingRewardIssuanceTag(String) - Static method in class dev.getelements.elements.sdk.model.googleplayiapreceipt.GooglePlayIapReceipt
 
buildIdentifyingRewardIssuanceTag(String, int) - Static method in class dev.getelements.elements.sdk.model.appleiapreceipt.AppleIapReceipt
 
buildIndexes() - Method in class dev.getelements.elements.dao.mongo.goods.MongoDistinctInventoryItemIndexable
 
buildIndexes() - Method in interface dev.getelements.elements.sdk.dao.Indexable
Builds the indexes based on the last plan operation.
buildIndexes(BuildIndexRequest) - Method in class dev.getelements.elements.rest.index.IndexResource
 
BuildIndexRequest - Class in dev.getelements.elements.sdk.model.index
 
BuildIndexRequest() - Constructor for class dev.getelements.elements.sdk.model.index.BuildIndexRequest
 
buildMissionProgressContextString(String, int, int) - Static method in class dev.getelements.elements.sdk.model.reward.RewardIssuance
Builds the context string for a Mission Progression-sourced reward issuance.
buildMissionProgressContextString(String, String, String) - Static method in class dev.getelements.elements.sdk.model.reward.RewardIssuance
Builds the context string for a Mission Progression-sourced reward issuance.
BuildPropertiesVersionService - Class in dev.getelements.elements.service.version
 
BuildPropertiesVersionService() - Constructor for class dev.getelements.elements.service.version.BuildPropertiesVersionService
 
buildRewardIssuanceTags(Progress, int) - Static method in class dev.getelements.elements.sdk.model.mission.Step
 
buildRewardIssuanceTags(String) - Static method in class dev.getelements.elements.sdk.model.googleplayiapreceipt.GooglePlayIapReceipt
 
buildRewardIssuanceTags(String, int) - Static method in class dev.getelements.elements.sdk.model.appleiapreceipt.AppleIapReceipt
 
buildRO() - Method in interface dev.getelements.elements.rt.transact.Snapshot.Builder
Builds the Snapshot.
buildRO() - Method in class dev.getelements.elements.rt.transact.StandardSnapshotBuilder
 
buildRO(NodeId) - Method in class dev.getelements.elements.rt.transact.JournalTransactionalResourceServicePersistenceEnvironment
 
buildRO(NodeId) - Method in interface dev.getelements.elements.rt.transact.TransactionalResourceServicePersistence
Starts building an instance of ReadOnlyTransaction against the underlying data store.
buildRW() - Method in interface dev.getelements.elements.rt.transact.Snapshot.Builder
Builds the Snapshot.
buildRW() - Method in class dev.getelements.elements.rt.transact.StandardSnapshotBuilder
 
buildRW(NodeId) - Method in class dev.getelements.elements.rt.transact.JournalTransactionalResourceServicePersistenceEnvironment
 
buildRW(NodeId) - Method in interface dev.getelements.elements.rt.transact.TransactionalResourceServicePersistence
Starts building an instance of ReadWriteTransaction against the underlying data store.
buildTestReward(int, Item) - Method in class dev.getelements.elements.dao.mongo.test.MissionTestFactory
 
buildTestStep(String, String, int, Item) - Method in class dev.getelements.elements.dao.mongo.test.MissionTestFactory
 
buildTestUser() - Method in class dev.getelements.elements.dao.mongo.test.UserTestFactory
 
buildTestUser(Consumer<User>) - Method in class dev.getelements.elements.dao.mongo.test.UserTestFactory
 
buildValidatedTag(String) - Static method in interface dev.getelements.elements.sdk.model.Taggable
Returns a validated version of the given tag string, ensuring that the string is: • trimmed of whitespace and newlines; • excised of any newline chars from inside the string; • excised of any contiguous sequence of whitespace chars, replacing the sequence with a single underscore character; • [TBD] excised of any non-alpha, non-digit characters, replacing them with underscores; and • [TBD] forced to all lowercase.
buildValidatedTags(List<String>) - Static method in interface dev.getelements.elements.sdk.model.Taggable
Takes in a list of tags and returns a list of deduplicated, validated tag strings.
BulkMintTokenRequest - Class in dev.getelements.elements.sdk.model.blockchain
 
BulkMintTokenRequest() - Constructor for class dev.getelements.elements.sdk.model.blockchain.BulkMintTokenRequest
 
BUSY_ERROR - Enum constant in enum class dev.getelements.elements.rt.remote.jeromq.JeroMQControlResponseCode
The system was unable to process the request due to load or other issues.

C

CA - Static variable in class dev.getelements.elements.dao.mongo.provider.MongoSslSettingsProvider
 
CA_PASSPHRASE - Static variable in class dev.getelements.elements.dao.mongo.provider.MongoSslSettingsProvider
 
CachedThreadPoolProvider - Class in dev.getelements.elements.rt.remote.provider
 
CachedThreadPoolProvider() - Constructor for class dev.getelements.elements.rt.remote.provider.CachedThreadPoolProvider
 
CachingContextFactory - Class in dev.getelements.elements.rt.remote
 
CachingContextFactory() - Constructor for class dev.getelements.elements.rt.remote.CachingContextFactory
 
CachingFirebaseAppFactory - Class in dev.getelements.elements.service.firebase
 
CachingFirebaseAppFactory() - Constructor for class dev.getelements.elements.service.firebase.CachingFirebaseAppFactory
 
calculateCurrentEpoch() - Method in class dev.getelements.elements.dao.mongo.model.MongoLeaderboard
Calculates the epoch for the current server time.
calculateEpochForMillis(long) - Method in class dev.getelements.elements.dao.mongo.model.MongoLeaderboard
Calculates the epoch's starting millis to which the given millis timestamp belongs.
call(Object...) - Method in interface dev.getelements.elements.sdk.Callback
Executes the callback against the resolved service.
call(Object...) - Method in record class dev.getelements.elements.sdk.query.MethodCallbackRecord
 
call(String) - Method in interface dev.getelements.elements.sdk.service.blockchain.FlowSmartContractInvocationService.Invoker
Calls a script on the blockchain.
call(String, String) - Method in interface dev.getelements.elements.sdk.service.blockchain.NearSmartContractInvocationService.Invoker
Calls a script on the blockchain.
call(String, String, Map<String, ?>) - Method in interface dev.getelements.elements.sdk.service.blockchain.NearSmartContractInvocationService.Invoker
Executes a script, but does not write, to the blockchain.
call(String, String, Map<String, ?>) - Method in class dev.getelements.elements.service.blockchain.invoke.near.NearInvoker
 
call(String, List<String>, List<?>) - Method in interface dev.getelements.elements.sdk.service.blockchain.FlowSmartContractInvocationService.Invoker
Exectues a script, but does not write, to the blockchain.
call(String, List<String>, List<?>) - Method in class dev.getelements.elements.service.blockchain.invoke.flow.FlowInvoker
 
call(String, List<String>, List<Object>, List<String>) - Method in interface dev.getelements.elements.sdk.service.blockchain.EvmSmartContractInvocationService.Invoker
Calls the smart contract method with the supplied parameter types and return types.
call(String, List<String>, List<Object>, List<String>) - Method in class dev.getelements.elements.service.blockchain.invoke.evm.Web3jInvoker
 
callback(String, Class<?>...) - Method in record class dev.getelements.elements.sdk.query.ElementServiceQuery
Queries fo ra Callback with the supplied method name and parameter types.
Callback<ResultT> - Interface in dev.getelements.elements.sdk
Indicates a Callback type.
CallbackDefinition - Class in dev.getelements.elements.sdk.model.application
 
CallbackDefinition() - Constructor for class dev.getelements.elements.sdk.model.application.CallbackDefinition
 
cancel() - Method in interface dev.getelements.elements.rt.remote.AsyncControlClient.Request
Cancels the pending response, if possible.
cancel() - Method in interface dev.getelements.elements.rt.remote.AsyncOperation
Cancels the invocation.
cancel() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQAsyncOperation
 
cancel() - Method in interface dev.getelements.elements.rt.remote.Node.Startup
Cancels the operation.
cancel() - Method in class dev.getelements.elements.rt.routing.AggregateAsyncOperation
 
cancel(boolean) - Method in class dev.getelements.elements.rt.routing.AggregateFuture
 
CANCELED - Enum constant in enum class dev.getelements.elements.rt.remote.jeromq.JeroMQAsyncOperation.State
Indicates that the operation has been canceled successfully.
CANCELLATION_PENDING - Enum constant in enum class dev.getelements.elements.rt.remote.jeromq.JeroMQAsyncOperation.State
Indicates that the operation is pending cancellation, but the cancellation has not taken place.
cannotGetLengthOf - Variable in class org.eclipse.jgit.http.server.HttpServerText
 
CaseFormat - Enum Class in dev.getelements.elements.rt.annotation
Specifies case format translation.
cdn - Enum constant in enum class dev.getelements.elements.jetty.ElementsWebServiceComponent
The Content Delivery (CDN) Service.
CDN_CLONE_ENDPOINT - Static variable in interface dev.getelements.elements.sdk.service.Constants
Used to specify the endpoint file path for cloning static content.
CDN_FILE_DIRECTORY - Static variable in interface dev.getelements.elements.sdk.service.Constants
Used to specify the file path for static content.
CDN_OUTSIDE_URL - Static variable in interface dev.getelements.elements.sdk.model.Constants
Gets the outside CDN url
CDN_SERVE_ENDPOINT - Static variable in interface dev.getelements.elements.sdk.service.Constants
Used to specify the endpoint for serving static content.
CdnDeploymentService - Interface in dev.getelements.elements.sdk.service.cdn
 
CdnDeploymentServiceProvider - Class in dev.getelements.elements.service.cdn
 
CdnDeploymentServiceProvider() - Constructor for class dev.getelements.elements.service.cdn.CdnDeploymentServiceProvider
 
CdnServeModule - Class in dev.getelements.elements.jetty
 
CdnServeModule() - Constructor for class dev.getelements.elements.jetty.CdnServeModule
 
certForKeyId(String) - Static method in class dev.getelements.elements.service.GoogleSignInCertificateHelper
 
CERTIFICATE - Enum constant in enum class dev.getelements.elements.sdk.model.security.Rfc7468Label
See RFC-5280
CERTIFICATE_REQUEST - Enum constant in enum class dev.getelements.elements.sdk.model.security.Rfc7468Label
See RFC-2986
certToPublicKey(String) - Static method in class dev.getelements.elements.service.GoogleSignInCertificateHelper
 
chain(Subscription) - Method in interface dev.getelements.elements.sdk.Subscription
Chains this Subscription to the other so that both will be unsubscribed at the same time.
CHARSET - Static variable in class dev.getelements.elements.rt.remote.jeromq.JeroMQRoutingServer
 
CHARSET - Static variable in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionParameter
 
check(Path) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
Checks that the supplied Path is part of the datastore.
check(T) - Method in interface dev.getelements.elements.rt.transact.ReadOnlyTransaction
Checks that this transaction's NodeId matches the supplied NodeId, which is to say that both NodeId instances have the same InstanceId.
checkAddressComponentHasNodeId(Object) - Static method in interface dev.getelements.elements.rt.routing.RoutingUtility
Ensure that the component is an instance of HasNodeId throwing a RoutingException if the object is not an instance of HasNodeId.
checkAndRefreshSessionIfNecessary(String) - Method in interface dev.getelements.elements.sdk.service.auth.SessionService
Finds an instance of Session based on the id, as determined by SessionCreation.getSessionSecret().
checkAndRefreshSessionIfNecessary(String) - Method in class dev.getelements.elements.service.auth.DefaultSessionService
 
checkDatabaseHealthStatus() - Method in class dev.getelements.elements.dao.mongo.health.MongoDatabaseHealthStatusDao
 
checkDatabaseHealthStatus() - Method in interface dev.getelements.elements.sdk.dao.DatabaseHealthStatusDao
 
checkedUpdate(SaveDataDocument) - Method in class dev.getelements.elements.dao.mongo.savedata.MongoSaveDataDocumentDao
 
checkedUpdate(SaveDataDocument) - Method in interface dev.getelements.elements.sdk.dao.SaveDataDocumentDao
Updates an existing SaveDataDocument.
checkForCurrentUser(String) - Method in interface dev.getelements.elements.sdk.service.user.UserService
Given the userId, which may be either username or email address, will check for the current user.
checkHealthStatus() - Method in interface dev.getelements.elements.sdk.service.health.HealthStatusService
Performs some health checks on the server and then returns the status.
checkHealthStatus() - Method in class dev.getelements.elements.service.health.DefaultHealthStatusService
 
checkNotRunning() - Method in class dev.getelements.elements.test.JeroMQEmbeddedInstanceContainer
 
checkRunning() - Method in class dev.getelements.elements.test.JeroMQEmbeddedInstanceContainer
 
checksum() - Method in interface dev.getelements.elements.rt.transact.unix.UnixFSChecksumAlgorithm.Checkable
Returns the member of the struct containing the checksum.
checksum() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSDataHeader
 
checkValidName(String) - Static method in interface dev.getelements.elements.sdk.service.topic.Topic
Checks if the supplied Topic name is valid.
CipherUtility - Interface in dev.getelements.elements.sdk.service.util
Deals with instances of Cipher as well as provides some standard utilities for encrypting data.
classLoader() - Method in record class dev.getelements.elements.sdk.record.ElementRecord
Returns the value of the classLoader record component.
CLASSPATH_DIR - Static variable in interface dev.getelements.elements.sdk.ElementPathLoader
The Classpath directory name.
cleanup(UnixFSHasFilesystemPath, String) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
Cleans up the object with the transaction ID.
cleanup(ResourceId, String) - Method in interface dev.getelements.elements.rt.transact.ResourceIndex
Cleans up whatever may have been left behind by a partial transaction.
cleanup(ResourceId, String) - Method in interface dev.getelements.elements.rt.transact.TaskIndex
Cleans up the task changes with the supplied ResourceId and transaction id.
cleanup(ResourceId, String) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSResourceIndex
 
cleanup(ResourceId, String) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTaskIndex
 
cleanup(Path, String) - Method in interface dev.getelements.elements.rt.transact.PathIndex
Cleans up whatever may have been left behind by a partial transaction.
cleanup(Path, String) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSPathIndex
 
CLEANUP - Enum constant in enum class dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgramExecutionPhase
Happens in the cleanup phase.
CLEANUP_RESOURCE_AT_PATH - Enum constant in enum class dev.getelements.elements.rt.transact.unix.UnixFSTransactionCommandInstruction
Cleans up whatever resources were left behind as part of a Path update during a transaction.
CLEANUP_RESOURCE_FOR_RESOURCE_ID - Enum constant in enum class dev.getelements.elements.rt.transact.unix.UnixFSTransactionCommandInstruction
Cleans up whatever resources were left behind as part of a ResourceId update during a transaction.
CLEANUP_TASKS_FOR_RESOURCE_ID - Enum constant in enum class dev.getelements.elements.rt.transact.unix.UnixFSTransactionCommandInstruction
Cleans up whatever resources were left behind as tasks made for a ResourceId
cleanupGarbage() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
Cleans up any garbage in the garbage directory.
cleanupGarbage(Path) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
Cleans up the garbage in the supplied Path.
cleanupPath(UnixFSTransactionProgram, UnixFSTransactionCommand, Path, String) - Method in interface dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgramInterpreter.ExecutionHandler
Cleans up the Path resources associated with the transaction.
cleanupPath(UnixFSTransactionProgram, UnixFSTransactionCommand, Path, String) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionRollbackExecutionHandler
 
cleanupResource(UnixFSTransactionProgramExecutionPhase, ResourceId) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgramBuilder
Cleans up the supplied ResourceId changes from the data store.
cleanupResource(UnixFSTransactionProgramExecutionPhase, Path) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgramBuilder
Cleans up the supplied Path changes from the data store.
cleanupResourceId(UnixFSTransactionProgram, UnixFSTransactionCommand, ResourceId, String) - Method in interface dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgramInterpreter.ExecutionHandler
Cleans up the ResourceId resources associated with the transaction.
cleanupResourceId(UnixFSTransactionProgram, UnixFSTransactionCommand, ResourceId, String) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionRollbackExecutionHandler
 
cleanupTasks(UnixFSTransactionProgram, UnixFSTransactionCommand, ResourceId, String) - Method in interface dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgramInterpreter.ExecutionHandler
Cleans up the tasks for the ResourceId resources associated with the transaction.
cleanupTasks(UnixFSTransactionProgram, UnixFSTransactionCommand, ResourceId, String) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionRollbackExecutionHandler
 
cleanupTasksForResource(UnixFSTransactionProgramExecutionPhase, ResourceId) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgramBuilder
Cleans up the tasks for the supplied ResourceId.
clear() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSCircularBlockBuffer.Slice
Clears the contents of the slice by filling the underlying memory with the filler bytes.
clear() - Method in class dev.getelements.elements.sdk.util.ConcurrentDequePublisher
 
clear() - Method in class dev.getelements.elements.sdk.util.ConcurrentLockedPublisher
 
clear() - Method in class dev.getelements.elements.sdk.util.LinkedPublisher
 
clear() - Method in interface dev.getelements.elements.sdk.util.Publisher
Clears all Subscriptions and implicitly removes them from the internal pool.
clearConnectAddresses() - Method in class dev.getelements.elements.test.JeroMQEmbeddedClientInstanceContainer
 
clearConnectAddresses() - Method in class dev.getelements.elements.test.JeroMQEmbeddedInstanceContainer
 
clearConnectAddresses() - Method in class dev.getelements.elements.test.JeroMQEmbeddedWorkerInstanceContainer
 
clearEvents() - Method in interface dev.getelements.elements.rt.AsyncConnection
Clears all events until a subsequent call to AsyncConnection.setEvents(Event...) is made.
clearNulls() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgress
 
client(Supplier<ZMQ.Socket>) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQCurveSecurity
 
client(Supplier<ZMQ.Socket>) - Method in interface dev.getelements.elements.rt.remote.jeromq.JeroMQSecurity
Configures the socket for use as a client socket.
client(ZMQ.Socket) - Method in interface dev.getelements.elements.rt.remote.jeromq.JeroMQSecurity
Configures the socket for use as a client socket.
CLIENT_CERTIFICATE - Static variable in class dev.getelements.elements.dao.mongo.provider.MongoSslSettingsProvider
 
CLIENT_CERTIFICATE_PASSPHRASE - Static variable in class dev.getelements.elements.dao.mongo.provider.MongoSslSettingsProvider
 
ClientContext - Class in dev.getelements.elements.rest.test
 
ClientContext() - Constructor for class dev.getelements.elements.rest.test.ClientContext
 
clientHas175ChunkedEncodingBug - Variable in class org.eclipse.jgit.http.server.HttpServerText
 
ClientObjectMapperContextResolver - Class in dev.getelements.elements.rt.jersey
 
ClientObjectMapperContextResolver() - Constructor for class dev.getelements.elements.rt.jersey.ClientObjectMapperContextResolver
 
ClientSerializationStrategy - Annotation Interface in dev.getelements.elements.rt.annotation
Specifies the serialization strategy for a model.
ClientVersionUtil - Class in org.eclipse.jgit.http.server
Parses Git client User-Agent strings.
CliMongoTestInstance - Class in dev.getelements.elements.dao.mongo.test
 
CliMongoTestInstance(int, String) - Constructor for class dev.getelements.elements.dao.mongo.test.CliMongoTestInstance
 
close() - Method in class dev.getelements.elements.dao.mongo.guice.MorphiaGuiceTransaction
 
close() - Method in class dev.getelements.elements.dao.mongo.MongoIndexer
 
close() - Method in class dev.getelements.elements.dao.mongo.test.CliMongoTestInstance
 
close() - Method in interface dev.getelements.elements.dao.mongo.test.MongoTestInstance
Closes and stops this mongo instance
close() - Method in interface dev.getelements.elements.rt.ApplicationNodeIdentifierService
 
close() - Method in interface dev.getelements.elements.rt.AsyncConnectionGroup
Closes all Connection instances assocaited with this AsyncConnectionGroup.
close() - Method in interface dev.getelements.elements.rt.AsyncConnectionPool
Closes this AsyncConnectionPool<ContextT,SocketT> and releases all AsyncConnection<ContextT,SocketT> resources stored therein.
close() - Method in interface dev.getelements.elements.rt.Connection
Closes the Connection an destroys the associated underlying socket.
close() - Method in class dev.getelements.elements.rt.jeromq.JeroMQAsyncConnectionGroup
 
close() - Method in class dev.getelements.elements.rt.jeromq.JeroMQMonitorThread
 
close() - Method in interface dev.getelements.elements.rt.remote.AsyncControlClient
Closes this instance of AsyncControlClient.
close() - Method in interface dev.getelements.elements.rt.remote.ControlClient
Closes this instance of ControlClient
close() - Method in interface dev.getelements.elements.rt.remote.Instance
Attempts to stop the instance.
close() - Method in interface dev.getelements.elements.rt.remote.InstanceConnectionService.InstanceBinding
Closes the binding.
close() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQAsyncControlClient
 
close() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQControlClient
 
close() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQInstanceBinding
 
close() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQRoutingServer
 
close() - Method in class dev.getelements.elements.rt.remote.SimpleInstance
 
close() - Method in interface dev.getelements.elements.rt.remote.Worker.Accessor
Releases any resources associated with the Worker.Mutator.
close() - Method in interface dev.getelements.elements.rt.Resource
Closes and destroys this Resource.
close() - Method in interface dev.getelements.elements.rt.ResourceLoader
Closes the ResourceLoader and cleaning up any resources.
close() - Method in interface dev.getelements.elements.rt.ResourceService.ResourceAcquisition
Closes the transaction
close() - Method in interface dev.getelements.elements.rt.ResourceService.ResourceTransaction
Closes the transaction
close() - Method in interface dev.getelements.elements.rt.transact.ExclusiveReadWriteTransaction
close() - Method in class dev.getelements.elements.rt.transact.NullTaskEntry
 
close() - Method in interface dev.getelements.elements.rt.transact.ReadOnlyTransaction
Closes this transaction, releasing any underlying system resources associated with this transaction.
close() - Method in interface dev.getelements.elements.rt.transact.ResourceEntry
Closers this ResourceEntry releasing any underlying resources associated with the ResourceEntry.
close() - Method in interface dev.getelements.elements.rt.transact.Snapshot
Closes this snapshot, releasing any underlying system resources associated with this snapshot.
close() - Method in class dev.getelements.elements.rt.transact.StandardSnapshot
 
close() - Method in interface dev.getelements.elements.rt.transact.TaskEntry
Closes this TaskEntry.
close() - Method in class dev.getelements.elements.rt.transact.TransactionalResource
 
close() - Method in interface dev.getelements.elements.rt.transact.TransactionJournal.MutableEntry
Closes this entry.
close() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSResourceEntryExisting
 
close() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTaskEntryExisting
 
close() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTaskEntryNew
 
close() - Method in interface dev.getelements.elements.rt.transact.WorkingCopy
 
close() - Method in class dev.getelements.elements.rt.util.InputStreamAdapter
 
close() - Method in class dev.getelements.elements.rt.util.OutputStreamAdapter
 
close() - Method in interface dev.getelements.elements.sdk.dao.IndexDao.Indexer
Ends the indexing process.
close() - Method in interface dev.getelements.elements.sdk.dao.Transaction
Closes and releases the transaction.
close() - Method in interface dev.getelements.elements.sdk.Element
Closes the element and releases any resources associated with the element.
close() - Method in interface dev.getelements.elements.sdk.ElementRegistry
Closes all Element instances within this ElementRegistry and closes the registry itself.
close() - Method in interface dev.getelements.elements.sdk.ElementScope.Handle
Releases the current scope for this thread.
close() - Method in interface dev.getelements.elements.sdk.local.ElementsLocal
Closes this ElementsLocal.
close() - Method in class dev.getelements.elements.sdk.local.StandardElementsLocal
 
close() - Method in interface dev.getelements.elements.sdk.service.topic.Topic.Publisher
For the sake of convenience, this omits the Exception specification.
close() - Method in interface dev.getelements.elements.sdk.service.topic.Topic.Subscription
For the sake of convenience, this omits the Exception specification.
close() - Method in class dev.getelements.elements.sdk.spi.ElementEventDispatcher
 
close() - Method in class dev.getelements.elements.sdk.spi.ElementScopedElementRegistry
 
close() - Method in class dev.getelements.elements.sdk.spi.guice.GuiceSdkElement
 
close() - Method in class dev.getelements.elements.sdk.spi.RootElementRegistry
 
close() - Method in class dev.getelements.elements.sdk.spi.SharedElement
 
close() - Method in interface dev.getelements.elements.sdk.util.FinallyAction
 
close() - Method in interface dev.getelements.elements.sdk.util.Monitor
Releases the underlying Lock or Semaphore
close() - Method in interface dev.getelements.elements.sdk.util.ReentrantThreadLocal.Scope
 
close() - Method in class dev.getelements.elements.setup.commands.SetupShell
 
close() - Method in interface dev.getelements.elements.setup.SetupCommand
Closes the command.
close() - Method in interface dev.getelements.elements.test.EmbeddedInstanceContainer
close() - Method in interface dev.getelements.elements.test.EmbeddedTestService
Closes the test service.
close() - Method in class dev.getelements.elements.test.JeroMQEmbeddedInstanceContainer
 
close() - Method in class dev.getelements.elements.test.JeroMQEmbeddedTestService
 
CLOSE - Static variable in class dev.getelements.elements.rt.util.InputStreamAdapter
Indicates as to whether or not the underlying ReadableByteChannel should be closed when this is closed
CLOSE - Static variable in class dev.getelements.elements.rt.util.OutputStreamAdapter
Indicates if the OutputStream should close the underlying WritableByteChannel.
CLOSE_BINDING_FOR_NODE - Enum constant in enum class dev.getelements.elements.rt.remote.jeromq.JeroMQRoutingCommand
Closes a binding for a node by specifying the NodeId.
CLOSE_ROUTES_VIA_INSTANCE - Enum constant in enum class dev.getelements.elements.rt.remote.jeromq.JeroMQRoutingCommand
Closes a route to a node by specifying the NodeId.
closeBinding(NodeId) - Method in interface dev.getelements.elements.rt.remote.ControlClient
Issues the command to close a binding.
closeBinding(NodeId) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQControlClient
 
closeBinding(NodeId, AsyncControlClient.ResponseConsumer<Void>) - Method in interface dev.getelements.elements.rt.remote.AsyncControlClient
Issues the command to close a binding.
closeBinding(NodeId, AsyncControlClient.ResponseConsumer<Void>) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQAsyncControlClient
 
closeBindingForNode(NodeId) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQDemultiplexRouter
 
closeElements() - Method in class dev.getelements.elements.sdk.test.ElementLoaderTest
 
closeRoutesViaInstance(InstanceId, String) - Method in interface dev.getelements.elements.rt.remote.ControlClient
Close the routes via the InstanceId.
closeRoutesViaInstance(InstanceId, String) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQControlClient
 
closeRoutesViaInstance(InstanceId, String) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQMultiplexRouter
 
closeRoutesViaInstance(InstanceId, String, AsyncControlClient.ResponseConsumer<Void>) - Method in interface dev.getelements.elements.rt.remote.AsyncControlClient
Close the routes via the InstanceId.
closeRoutesViaInstance(InstanceId, String, AsyncControlClient.ResponseConsumer<Void>) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQAsyncControlClient
 
ClusterContext - Class in dev.getelements.elements.rt.remote
A type of Context which is used to house remotely invokable instances.
ClusterContext() - Constructor for class dev.getelements.elements.rt.remote.ClusterContext
 
ClusterContextFactoryModule - Class in dev.getelements.elements.rt.remote.guice
 
ClusterContextFactoryModule() - Constructor for class dev.getelements.elements.rt.remote.guice.ClusterContextFactoryModule
 
ClusterContextModule - Class in dev.getelements.elements.rt.remote.guice
 
ClusterContextModule() - Constructor for class dev.getelements.elements.rt.remote.guice.ClusterContextModule
 
CMS - Enum constant in enum class dev.getelements.elements.sdk.model.security.Rfc7468Label
See RFC-5652
code - Enum constant in enum class dev.getelements.elements.jetty.ElementsWebServiceComponent
The Code Service.
CODE_SERVE_URL - Static variable in interface dev.getelements.elements.sdk.model.Constants
The async request timeout limit.
CodegenRequest - Class in dev.getelements.elements.sdk.model.codegen
 
CodegenRequest() - Constructor for class dev.getelements.elements.sdk.model.codegen.CodegenRequest
 
CodegenResource - Class in dev.getelements.elements.rest.codegen
 
CodegenResource() - Constructor for class dev.getelements.elements.rest.codegen.CodegenResource
 
CodegenService - Interface in dev.getelements.elements.sdk.service.codegen
Interface for code generation services
CodeServeModule - Class in dev.getelements.elements.jetty
 
CodeServeModule() - Constructor for class dev.getelements.elements.jetty.CodeServeModule
 
CodeServeModuleDefaults - Class in dev.getelements.elements.codeserve
Module defaults for the code server.
CodeServeModuleDefaults() - Constructor for class dev.getelements.elements.codeserve.CodeServeModuleDefaults
 
CodeServeStorageModule - Class in dev.getelements.elements.codeserve.guice
 
CodeServeStorageModule() - Constructor for class dev.getelements.elements.codeserve.guice.CodeServeStorageModule
 
CodeStyle - Annotation Interface in dev.getelements.elements.rt.annotation
Indicates the exposed code style.
COLLSCAN - Static variable in class dev.getelements.elements.dao.mongo.MongoDBUtils
 
combine(InvocationResult, InvocationResult) - Method in class dev.getelements.elements.rt.routing.AbstractAggregateRoutingStrategy
Combines two InvocationResult instances.
combine(InvocationResult, InvocationResult) - Method in class dev.getelements.elements.rt.routing.ListAggregateRoutingStrategy
 
combine(Object, Object) - Method in class dev.getelements.elements.rt.routing.AbstractAggregateRoutingStrategy
Combines two raw Object results.
combine(Object, Object) - Method in class dev.getelements.elements.rt.routing.BroadcastRoutingStrategy
 
combine(Object, Object) - Method in class dev.getelements.elements.rt.routing.ListAggregateRoutingStrategy
 
commandName - Variable in enum class dev.getelements.elements.setup.SetupCommands
 
commandType - Variable in enum class dev.getelements.elements.setup.SetupCommands
 
commit() - Method in class dev.getelements.elements.dao.mongo.guice.MorphiaGuiceTransaction
 
commit() - Method in interface dev.getelements.elements.rt.remote.Worker.Mutator
Commits any changes to the Worker.
commit() - Method in interface dev.getelements.elements.rt.ResourceService.ResourceTransaction
Commits the transaction.
commit() - Method in interface dev.getelements.elements.rt.transact.ReadWriteTransaction
Commits the ReadWriteTransaction to persistent storage.
commit() - Method in interface dev.getelements.elements.rt.transact.TransactionJournal.MutableEntry
Commits the pending changes to the TransactionJournal.
commit() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgram
Commits this UnixFSTransactionProgram by calculating the checksum and setting it's
commit() - Method in interface dev.getelements.elements.sdk.dao.Transaction
Commits the transaction.
commit(UnixFSHasFilesystemPath, String) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
Commits the supplied file, provided the transaction ID.
COMMIT - Enum constant in enum class dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgramExecutionPhase
This executes the operations needed to perform the transaction, including all writes to the datastore.
CommonApplicationPermittedPackages - Class in dev.getelements.elements.common.app
 
CommonApplicationPermittedPackages() - Constructor for class dev.getelements.elements.common.app.CommonApplicationPermittedPackages
 
CommonModuleDefaults - Class in dev.getelements.elements.config
Created by patricktwohig on 5/25/17.
CommonModuleDefaults() - Constructor for class dev.getelements.elements.config.CommonModuleDefaults
 
compare(int[], int[]) - Static method in class org.eclipse.jgit.http.server.ClientVersionUtil
Compare two version strings for natural ordering.
compare(Path, Path) - Method in class dev.getelements.elements.sdk.cluster.path.Paths.WildcardFirst
 
compare(Path, Path) - Method in class dev.getelements.elements.sdk.cluster.path.Paths.WildcardLast
 
compareAndIncrementTrailing(UnixFSDualCounter.Snapshot) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSDualCounter
Given a UnixFSDualCounter.Snapshot, this attempts to increment the trailing value.
compareAndSet(long, long) - Method in interface dev.getelements.elements.rt.transact.unix.UnixFSAtomicLong
Compares and sets the value, atomically.
compareTo(JeroMQInstanceConnectionId) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQInstanceConnectionId
 
compareTo(JndiInstanceHostInfo) - Method in class dev.getelements.elements.rt.remote.JndiInstanceHostInfo
 
compareTo(SimpleReference<T>) - Method in class dev.getelements.elements.rt.util.SimpleReference
If the type T is of the Comparable<T> then, this will perform the comparison.
compareTo(HasCompoundId<V1CompoundId>) - Method in class dev.getelements.elements.sdk.cluster.id.ApplicationId
Compares this instance with the other instance.
compareTo(HasCompoundId<V1CompoundId>) - Method in class dev.getelements.elements.sdk.cluster.id.InstanceId
Compares this instance with the other instance.
compareTo(HasCompoundId<V1CompoundId>) - Method in class dev.getelements.elements.sdk.cluster.id.NodeId
Compares this instance with the other instance.
compareTo(HasCompoundId<V1CompoundId>) - Method in class dev.getelements.elements.sdk.cluster.id.ResourceId
Compares this instance with the other instance.
compareTo(HasCompoundId<V1CompoundId>) - Method in class dev.getelements.elements.sdk.cluster.id.TaskId
Compares this instance with the other instance.
compile(UnixFSTransactionProgramExecutionPhase...) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgramBuilder
Compiles this program, setting the header values as well as writing the bytecode to ByteBuffer containing the program's instructions.
complete(LineReader, ParsedLine, List<Candidate>) - Method in class dev.getelements.elements.setup.jline.ShellCompleter
 
CompletionServiceLatch - Class in dev.getelements.elements.rt.util
This is a latch-type object which will allow the caller to wrap Runnable and Callable<?> instances which can be later monitored for the completion of all tasks.
CompletionServiceLatch() - Constructor for class dev.getelements.elements.rt.util.CompletionServiceLatch
 
CompletionServiceLatch(Semaphore) - Constructor for class dev.getelements.elements.rt.util.CompletionServiceLatch
 
compute(UnixFSChecksumAlgorithm.ChannelCheckable) - Method in enum class dev.getelements.elements.rt.transact.unix.UnixFSChecksumAlgorithm
Computes the checksum and then returns the value.
compute(UnixFSChecksumAlgorithm.Checkable) - Method in enum class dev.getelements.elements.rt.transact.unix.UnixFSChecksumAlgorithm
Computes the checksum and then sets the UnixFSChecksumAlgorithm.Checkable.checksum() value.
computeOperation(Function<DataStore, T>) - Method in interface dev.getelements.elements.rt.transact.ExclusiveReadWriteTransaction
 
computeRO(Function<Condition, T>) - Method in interface dev.getelements.elements.rt.util.ReadWriteGuard
 
computeRO(Function<Condition, T>) - Method in class dev.getelements.elements.rt.util.ReentrantReadWriteGuard
 
computeRW(Function<Condition, T>) - Method in interface dev.getelements.elements.rt.util.ReadWriteGuard
 
computeRW(Function<Condition, T>) - Method in class dev.getelements.elements.rt.util.ReentrantReadWriteGuard
 
ConcurrentDequePublisher<T> - Class in dev.getelements.elements.sdk.util
A thread-safe Publisher which uses a standard ConcurrentLinkedDeque to perform operations.
ConcurrentDequePublisher() - Constructor for class dev.getelements.elements.sdk.util.ConcurrentDequePublisher
 
ConcurrentDequePublisher(Class<?>) - Constructor for class dev.getelements.elements.sdk.util.ConcurrentDequePublisher
 
ConcurrentDequePublisher(Logger) - Constructor for class dev.getelements.elements.sdk.util.ConcurrentDequePublisher
 
ConcurrentLockedPublisher<T> - Class in dev.getelements.elements.sdk.util
Implements a AsyncPublisher using a Lock to control concurrency.
ConcurrentLockedPublisher(Lock) - Constructor for class dev.getelements.elements.sdk.util.ConcurrentLockedPublisher
Creates a new ConcurrentLockedPublisher with the supplied Lock.
ConcurrentLockedPublisher(Lock, Consumer<Runnable>) - Constructor for class dev.getelements.elements.sdk.util.ConcurrentLockedPublisher
Creates a new ConcurrentLockedPublisher with the supplied Lock.
ConcurrentReferenceMap - Class in dev.getelements.elements.rt.util
A reference map backed by either a WeakReference or SoftReference
ConcurrentReferenceMap() - Constructor for class dev.getelements.elements.rt.util.ConcurrentReferenceMap
 
ConcurrentReferenceMap.Builder<K,V> - Class in dev.getelements.elements.rt.util
 
ConcurrentRoundRobin<T> - Class in dev.getelements.elements.rt
 
ConcurrentRoundRobin(T[], int) - Constructor for class dev.getelements.elements.rt.ConcurrentRoundRobin
 
CONFIGURATION_DIRECTORY - Static variable in interface dev.getelements.elements.sdk.model.Constants
The ELEMENTS_HOME environment variable.
ConfigurationModule - Class in dev.getelements.elements.guice
Created by patricktwohig on 4/3/15.
ConfigurationModule(Supplier<Properties>) - Constructor for class dev.getelements.elements.guice.ConfigurationModule
 
configure() - Method in class dev.getelements.elements.app.serve.guice.AppServeModule
 
configure() - Method in class dev.getelements.elements.appnode.guice.ContextServicesModule
 
configure() - Method in class dev.getelements.elements.appnode.guice.MasterNodeModule
 
configure() - Method in class dev.getelements.elements.appnode.guice.UnixFSStorageDriverModule
 
configure() - Method in class dev.getelements.elements.appnode.guice.WorkerInstanceModule
 
configure() - Method in class dev.getelements.elements.cdnserve.guice.FileSystemCdnGitLoaderModule
 
configure() - Method in class dev.getelements.elements.cdnserve.guice.FileSystemCdnGitStorageModule
 
configure() - Method in class dev.getelements.elements.codeserve.guice.CodeServeStorageModule
 
configure() - Method in class dev.getelements.elements.dao.mongo.guice.MongoCoreModule
 
configure() - Method in class dev.getelements.elements.dao.mongo.guice.MongoDaoModule
 
configure() - Method in class dev.getelements.elements.dao.mongo.guice.MongoGridFSLargeObjectBucketModule
 
configure() - Method in class dev.getelements.elements.dao.mongo.test.IntegrationTestModule
 
configure() - Method in class dev.getelements.elements.dao.mongo.test.MongoTestInstanceModule
 
configure() - Method in class dev.getelements.elements.docserve.DocModule
 
configure() - Method in class dev.getelements.elements.guice.ConfigurationModule
 
configure() - Method in class dev.getelements.elements.guice.FacebookBuiltinPermissionsModule
 
configure() - Method in class dev.getelements.elements.jetty.ApplicationElementServiceModule
 
configure() - Method in class dev.getelements.elements.jetty.CdnServeModule
 
configure() - Method in class dev.getelements.elements.jetty.CodeServeModule
 
configure() - Method in class dev.getelements.elements.jetty.ElementsCoreFilterModule
 
configure() - Method in class dev.getelements.elements.jetty.ElementsCoreModule
 
configure() - Method in class dev.getelements.elements.jetty.ElementsServletContextModule
 
configure() - Method in class dev.getelements.elements.jetty.ElementsWebServiceComponentModule
 
configure() - Method in class dev.getelements.elements.jetty.JettyServerModule
 
configure() - Method in class dev.getelements.elements.jrpc.JsonRpcModule
 
configure() - Method in class dev.getelements.elements.rest.guice.RestAPIJerseyModule
 
configure() - Method in class dev.getelements.elements.rest.test.EmbeddedRestApiIntegrationTestModule
 
configure() - Method in class dev.getelements.elements.rest.test.TestApplicationAssetLoaderModule
 
configure() - Method in class dev.getelements.elements.rest.test.TestVersionServiceModule
 
configure() - Method in class dev.getelements.elements.rpc.guice.JsonRpcJacksonModule
 
configure() - Method in class dev.getelements.elements.rt.fst.FSTPayloadReaderWriterModule
 
configure() - Method in class dev.getelements.elements.rt.git.FileSystemElementStorageGitLoaderModule
 
configure() - Method in class dev.getelements.elements.rt.guice.SimpleContextModule
 
configure() - Method in class dev.getelements.elements.rt.guice.SimpleEventContextModule
 
configure() - Method in class dev.getelements.elements.rt.guice.SimpleExecutorsModule
 
configure() - Method in class dev.getelements.elements.rt.guice.SimpleHandlerContextModule
 
configure() - Method in class dev.getelements.elements.rt.guice.SimpleIndexContextModule
 
configure() - Method in class dev.getelements.elements.rt.guice.SimpleInstanceMetadataContextModule
 
configure() - Method in class dev.getelements.elements.rt.guice.SimpleLoadMonitorServiceModule
 
configure() - Method in class dev.getelements.elements.rt.guice.SimpleManifestContextModule
 
configure() - Method in class dev.getelements.elements.rt.guice.SimpleResourceContextModule
 
configure() - Method in class dev.getelements.elements.rt.guice.SimpleSchedulerContextModule
 
configure() - Method in class dev.getelements.elements.rt.guice.SimpleTaskContextModule
 
configure() - Method in class dev.getelements.elements.rt.jackson.guice.MultiContentTypeJacksonPayloadReaderModule
 
configure() - Method in class dev.getelements.elements.rt.jackson.guice.MultiContentTypeJacksonPayloadWriterModule
 
configure() - Method in class dev.getelements.elements.rt.jackson.guice.ObjectMapperPayloadReaderWriterModule
 
configure() - Method in class dev.getelements.elements.rt.jersey.guice.JerseyHttpClientModule
 
configure() - Method in class dev.getelements.elements.rt.kryo.guice.KryoPayloadReaderWriterModule
 
configure() - Method in class dev.getelements.elements.rt.remote.guice.ClusterContextFactoryModule
 
configure() - Method in class dev.getelements.elements.rt.remote.guice.ClusterContextModule
 
configure() - Method in class dev.getelements.elements.rt.remote.guice.InstanceDiscoveryServiceModule
 
configure() - Method in class dev.getelements.elements.rt.remote.guice.JndiSrvInstanceDiscoveryServiceModule
 
configure() - Method in class dev.getelements.elements.rt.remote.guice.NodeIdModule
 
configure() - Method in class dev.getelements.elements.rt.remote.guice.PersistentInstanceIdModule
 
configure() - Method in class dev.getelements.elements.rt.remote.guice.RandomInstanceIdModule
 
configure() - Method in class dev.getelements.elements.rt.remote.guice.SimpleInstanceModule
 
configure() - Method in class dev.getelements.elements.rt.remote.guice.SimpleRemoteInvokerRegistryModule
 
configure() - Method in class dev.getelements.elements.rt.remote.guice.SpotifySrvInstanceDiscoveryServiceModule
 
configure() - Method in class dev.getelements.elements.rt.remote.guice.StaticInstanceDiscoveryServiceModule
 
configure() - Method in class dev.getelements.elements.rt.remote.jeromq.guice.JeroMQAsyncConnectionServiceModule
 
configure() - Method in class dev.getelements.elements.rt.remote.jeromq.guice.JeroMQContextModule
 
configure() - Method in class dev.getelements.elements.rt.remote.jeromq.guice.JeroMQControlClientFactoryModule
 
configure() - Method in class dev.getelements.elements.rt.remote.jeromq.guice.JeroMQControlClientModule
 
configure() - Method in class dev.getelements.elements.rt.remote.jeromq.guice.JeroMQInstanceConnectionServiceModule
 
configure() - Method in class dev.getelements.elements.rt.remote.jeromq.guice.JeroMQNodeModule
 
configure() - Method in class dev.getelements.elements.rt.remote.jeromq.guice.JeroMQRemoteInvokerModule
 
configure() - Method in class dev.getelements.elements.rt.remote.jeromq.guice.JeroMQSecurityModule
 
configure() - Method in class dev.getelements.elements.rt.remote.jeromq.guice.ZContextModule
 
configure() - Method in class dev.getelements.elements.rt.remote.SimpleWatchdogServiceModule
 
configure() - Method in class dev.getelements.elements.rt.remote.SimpleWorkerInstanceModule
 
configure() - Method in class dev.getelements.elements.rt.transact.JournalTransactionalResourceServicePersistenceModule
 
configure() - Method in class dev.getelements.elements.rt.transact.TransactionalResourceServiceModule
 
configure() - Method in class dev.getelements.elements.rt.transact.TransactionalSchedulerContextModule
 
configure() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionalPersistenceContextModule
 
configure() - Method in class dev.getelements.elements.sdk.guice.GuiceServiceLocatorModule
 
configure() - Method in class dev.getelements.elements.sdk.guice.RootElementRegistryModule
 
configure() - Method in class dev.getelements.elements.sdk.guice.SharedElementModule
 
configure() - Method in class dev.getelements.elements.sdk.local.LocalApplicationElementServiceModule
 
configure() - Method in class dev.getelements.elements.sdk.spi.guice.GuiceSpiModule
 
configure() - Method in class dev.getelements.elements.service.guice.AppleIapReceiptInvokerModule
 
configure() - Method in class dev.getelements.elements.service.guice.DatabaseHealthStatusDaoAggregator
 
configure() - Method in class dev.getelements.elements.service.guice.EvmInvokerModule
 
configure() - Method in class dev.getelements.elements.service.guice.firebase.FirebaseAppFactoryModule
 
configure() - Method in class dev.getelements.elements.service.guice.FirebaseNotificationFactoryModule
 
configure() - Method in class dev.getelements.elements.service.guice.FlowBlockchainSupportModule
 
configure() - Method in class dev.getelements.elements.service.guice.FlowInvokerModule
 
configure() - Method in class dev.getelements.elements.service.guice.FlowNetworkModule
 
configure() - Method in class dev.getelements.elements.service.guice.NearBlockchainSupportModule
 
configure() - Method in class dev.getelements.elements.service.guice.NearInvokerModule
 
configure() - Method in class dev.getelements.elements.service.guice.NearNetworkModule
 
configure() - Method in class dev.getelements.elements.service.guice.NotificationServiceModule
 
configure() - Method in class dev.getelements.elements.service.guice.OmniBlockchainServicesUtilityModule
 
configure() - Method in class dev.getelements.elements.service.guice.ScopedServicesModule
 
configure() - Method in class dev.getelements.elements.service.guice.ServicesModule
 
configure() - Method in class dev.getelements.elements.service.guice.ServiceUtilityModule
 
configure() - Method in class dev.getelements.elements.service.guice.StandardServicesModule
 
configure() - Method in class dev.getelements.elements.service.guice.UnscopedServicesModule
 
configure() - Method in class dev.getelements.elements.service.guice.Web3jBlockchainSupportModule
 
configure() - Method in class dev.getelements.elements.setup.guice.SetupCommandModule
 
configure() - Method in class dev.getelements.elements.setup.guice.SetupCommonModule
 
configure() - Method in class dev.getelements.elements.test.guice.TestApplicationNodeModule
 
configure() - Method in class dev.getelements.elements.test.guice.TestClientContextFactoryModule
 
configure() - Method in class dev.getelements.elements.test.guice.TestClientInstanceModule
 
configure() - Method in class dev.getelements.elements.test.guice.TestMasterNodeModule
 
configure() - Method in class dev.getelements.elements.test.guice.TestNodeServicesModule
 
configure() - Method in class dev.getelements.elements.test.guice.TestWorkerInstanceModule
 
configure() - Method in class dev.getelements.elements.webui.WebUiModule
 
configure(FeatureContext) - Method in class dev.getelements.elements.rt.jersey.CsvFeature
 
configure(FeatureContext) - Method in class dev.getelements.elements.rt.jersey.GenericMultipartFeature
 
configureElement() - Method in class dev.getelements.elements.appnode.guice.AppNodeServicesModule
 
configureElement() - Method in class dev.getelements.elements.dao.mongo.guice.MongoDaoElementModule
 
configureElement() - Method in class dev.getelements.elements.sdk.guice.SharedElementModule
Configures the Element which will be used in this SharedElementModule.
configureElement(Scope) - Method in class dev.getelements.elements.sdk.guice.SharedElementModule
Configures the Element which will be used in this SharedElementModule.
configureElement(Scope) - Method in class dev.getelements.elements.service.guice.ServicesElementModule
 
configureServlets() - Method in class dev.getelements.elements.jetty.ElementsServletModule
 
configureServlets() - Method in class dev.getelements.elements.rpc.guice.RpcJerseyModule
 
CONFLICT - Enum constant in enum class dev.getelements.elements.sdk.model.exception.ErrorCode
The request conflicts with existing data for some reason.
ConflictException - Exception Class in dev.getelements.elements.sdk.model.exception
 
ConflictException() - Constructor for exception class dev.getelements.elements.dao.mongo.MongoConcurrentUtils.ConflictException
 
ConflictException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.ConflictException
 
ConflictException(String) - Constructor for exception class dev.getelements.elements.dao.mongo.MongoConcurrentUtils.ConflictException
 
ConflictException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.ConflictException
 
ConflictException(String, Throwable) - Constructor for exception class dev.getelements.elements.dao.mongo.MongoConcurrentUtils.ConflictException
 
ConflictException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.ConflictException
 
ConflictException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.dao.mongo.MongoConcurrentUtils.ConflictException
 
ConflictException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.ConflictException
 
ConflictException(Throwable) - Constructor for exception class dev.getelements.elements.dao.mongo.MongoConcurrentUtils.ConflictException
 
ConflictException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.ConflictException
 
connection(Function<ContextT, BuilderSocketT>, Consumer<AsyncConnection<ContextT, BuilderSocketT>>) - Method in interface dev.getelements.elements.rt.AsyncConnectionGroup.Builder
Adds a AsyncConnection with the supplied creation and consumer function.
Connection<ContextT,SocketT> - Interface in dev.getelements.elements.rt
Represents a connection to the remote node.
CONNECTION_ACQUIRED - Enum constant in enum class dev.getelements.elements.rt.remote.jeromq.JeroMQAsyncOperation.State
Indicates that the operation has acquired a connection and we are waiting for the operation to finish.
CONNECTION_PENDING - Enum constant in enum class dev.getelements.elements.rt.remote.jeromq.JeroMQAsyncOperation.State
Indicates that the operation is acquiring a connection from the connection pool.
ConsoleException - Exception Class in dev.getelements.elements.setup
 
ConsoleException(String) - Constructor for exception class dev.getelements.elements.setup.ConsoleException
 
constantCaseFormat() - Element in annotation interface dev.getelements.elements.rt.annotation.CodeStyle
When exposing this module to the other language this will specify the case conversion to apply when generating the method parameter bindings.
Constants - Interface in dev.getelements.elements.rt
Created by patricktwohig on 8/5/15.
Constants - Interface in dev.getelements.elements.sdk.model
Created by patricktwohig on 4/6/15.
Constants - Interface in dev.getelements.elements.sdk.service
Service layer constants.
Constants.Regexp - Interface in dev.getelements.elements.sdk.model
Defines some useful regex patterns.
construct(Class<?>, ExposedBindingAnnotation) - Method in interface dev.getelements.elements.rt.annotation.ExposedBindingAnnotation.BindingAnnotationFactory
 
construct(Class<?>, Class<? extends Annotation>) - Method in class dev.getelements.elements.rt.annotation.DefaultBindingAnnotationFactory
 
construct(Class<?>, Class<? extends Annotation>) - Method in interface dev.getelements.elements.rt.annotation.ExposedBindingAnnotation.BindingAnnotationFactory
 
consumedEvents() - Method in record class dev.getelements.elements.sdk.record.ElementRecord
Returns the value of the consumedEvents record component.
CONSUMER - Enum constant in enum class dev.getelements.elements.rt.annotation.Dispatch.Type
Deprecated.
consumeRequestBody(HttpServletRequest) - Static method in class org.eclipse.jgit.http.server.ServletUtils
Consume the entire request body, if one was supplied.
consumeRequestBody(InputStream) - Static method in class org.eclipse.jgit.http.server.ServletUtils
Consume the rest of the input stream and discard it.
ContentionException - Exception Class in dev.getelements.elements.rt.exception
Created by patricktwohig on 8/14/17.
ContentionException() - Constructor for exception class dev.getelements.elements.dao.mongo.MongoConcurrentUtils.ContentionException
 
ContentionException() - Constructor for exception class dev.getelements.elements.rt.exception.ContentionException
 
ContentionException(String) - Constructor for exception class dev.getelements.elements.dao.mongo.MongoConcurrentUtils.ContentionException
 
ContentionException(String) - Constructor for exception class dev.getelements.elements.rt.exception.ContentionException
 
ContentionException(String, Throwable) - Constructor for exception class dev.getelements.elements.dao.mongo.MongoConcurrentUtils.ContentionException
 
ContentionException(String, Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.ContentionException
 
ContentionException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.dao.mongo.MongoConcurrentUtils.ContentionException
 
ContentionException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.rt.exception.ContentionException
 
ContentionException(Throwable) - Constructor for exception class dev.getelements.elements.dao.mongo.MongoConcurrentUtils.ContentionException
 
ContentionException(Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.ContentionException
 
contentsToCheck() - Method in interface dev.getelements.elements.rt.transact.unix.UnixFSChecksumAlgorithm.ChannelCheckable
Returns a SeekableByteChannel of the contents to check.
contentsToCheck() - Method in interface dev.getelements.elements.rt.transact.unix.UnixFSChecksumAlgorithm.Checkable
Returns a ByteBuffer of the Struct's contents positioned appropriately for the the algorithm.
context() - Method in interface dev.getelements.elements.rt.Connection
Returns the context used by this Connection.
Context - Interface in dev.getelements.elements.rt
Represents the connection the backend cluster of services.
CONTEXT_APPLICATION - Static variable in class dev.getelements.elements.rest.test.ClientContext
 
CONTEXT_SEPARATOR - Static variable in class dev.getelements.elements.sdk.cluster.path.Path
The separator of the context from the path components.
CONTEXT_SEPARATOR - Static variable in class dev.getelements.elements.sdk.model.reward.RewardIssuance
 
Context.Factory - Interface in dev.getelements.elements.rt
Builds a Context which can communicate with a specific application.
ContextAndComponents(String, List<String>) - Constructor for class dev.getelements.elements.sdk.cluster.path.Path.ContextAndComponents
 
contextAndComponentsFromPath(String, String) - Static method in class dev.getelements.elements.sdk.cluster.path.Path
 
ContextLatch - Class in dev.getelements.elements.rt.util
Similar to a CountDownLatch.
ContextLatch(Collection<U>) - Constructor for class dev.getelements.elements.rt.util.ContextLatch
 
ContextLocalInvocationDispatcher - Class in dev.getelements.elements.rt.remote
Deprecated.
This needs to be replaced with a dispatch to an Element via ElementRegistry
ContextLocalInvocationDispatcher() - Constructor for class dev.getelements.elements.rt.remote.ContextLocalInvocationDispatcher
Deprecated.
 
contextRootPath() - Method in class dev.getelements.elements.sdk.cluster.path.Path
Returns the root path of this one, preserving context.
ContextServicesModule - Class in dev.getelements.elements.appnode.guice
 
ContextServicesModule() - Constructor for class dev.getelements.elements.appnode.guice.ContextServicesModule
 
CONTRACT_COMPILE_BASE - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearCostType
 
CONTRACT_COMPILE_BYTES - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearCostType
 
CONTRACT_LOADING_BASE - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearCostType
 
CONTRACT_LOADING_BYTES - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearCostType
 
ContractInvocationException - Exception Class in dev.getelements.elements.sdk.model.exception.blockchain
 
ContractInvocationException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.ContractInvocationException
 
ContractInvocationException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.ContractInvocationException
 
ContractInvocationException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.ContractInvocationException
 
ContractInvocationException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.ContractInvocationException
 
ContractInvocationException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.ContractInvocationException
 
ControlClient - Interface in dev.getelements.elements.rt.remote
 
ControlClient.Factory - Interface in dev.getelements.elements.rt.remote
Used to open on-demand instances of the ControlClient.
ControlClientProvider - Class in dev.getelements.elements.rt.remote
 
ControlClientProvider() - Constructor for class dev.getelements.elements.rt.remote.ControlClientProvider
 
convert(Class<T>, Object) - Method in class dev.getelements.elements.rt.fst.FSTPayloadReader
 
convert(Class<T>, Object) - Method in class dev.getelements.elements.rt.jackson.ObjectMapperPayloadReader
 
convert(Class<T>, Object) - Method in class dev.getelements.elements.rt.kryo.KryoPayloadReader
 
convert(Class<T>, Object) - Method in interface dev.getelements.elements.rt.PayloadReader
Reads the object to another type.
copyArtifactTo(TestElementArtifact, Path) - Method in class dev.getelements.elements.sdk.test.TestArtifactRegistry
Copies the specified artifact to the path.
copyBundleTo(TestElementBundle, Path) - Method in class dev.getelements.elements.sdk.test.TestArtifactRegistry
Copies all artifacts in the bundle to the specified directory.
copyIdentity(ZMsg) - Static method in class dev.getelements.elements.rt.remote.jeromq.IdentityUtil
Copies the identity portion of the ZMsg.
copyOf(Attributes) - Static method in class dev.getelements.elements.sdk.util.ImmutableAttributes
Takes a copy of the supplied Attributes and returns the result.
copyOf(Attributes) - Static method in class dev.getelements.elements.sdk.util.PropertiesAttributes
Takes a copy of the supplied Attributes and returns a new PropertiesAttributes.
copySaveDataDocument(SaveDataDocument) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
copySaveDataDocument(SaveDataDocument) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
CorruptEnvelopeException - Exception Class in dev.getelements.elements.rt.exception
Created by patricktwohig on 9/30/15.
CorruptEnvelopeException() - Constructor for exception class dev.getelements.elements.rt.exception.CorruptEnvelopeException
 
CorruptEnvelopeException(String) - Constructor for exception class dev.getelements.elements.rt.exception.CorruptEnvelopeException
 
CorruptEnvelopeException(String, Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.CorruptEnvelopeException
 
CorruptEnvelopeException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.rt.exception.CorruptEnvelopeException
 
CorruptEnvelopeException(Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.CorruptEnvelopeException
 
CORS_ALLOWED_ORIGINS - Static variable in interface dev.getelements.elements.sdk.model.Constants
The allowed CORS origins for the request.
count(Method, Class<? extends Annotation>) - Static method in class dev.getelements.elements.rt.Reflection
 
countDistinctMetadataField(String, String) - Method in class dev.getelements.elements.dao.mongo.goods.MongoDistinctInventoryItemDao
 
countDistinctMetadataField(String, String) - Method in interface dev.getelements.elements.sdk.dao.DistinctInventoryItemDao
Gets a total number of distinct values for provided metadata field name.
CPUCountThreadPoolProvider - Class in dev.getelements.elements.rt.remote.provider
 
CPUCountThreadPoolProvider(Class<?>) - Constructor for class dev.getelements.elements.rt.remote.provider.CPUCountThreadPoolProvider
 
CPUCountThreadPoolProvider(Class<?>, String) - Constructor for class dev.getelements.elements.rt.remote.provider.CPUCountThreadPoolProvider
 
CRC_32 - Enum constant in enum class dev.getelements.elements.rt.transact.unix.UnixFSChecksumAlgorithm
Uses CRC32
create(ApplicationId) - Method in interface dev.getelements.elements.rt.remote.Node.Factory
Creates a Node for the supplied ApplicationId
create(NodeId) - Method in interface dev.getelements.elements.test.JeroMQEmbeddedWorkerInstanceContainer.NodeModuleFactory
Creates a new Node given the Injector and ApplicationId.
create(BlockchainNetwork) - Method in interface dev.getelements.elements.sdk.service.blockchain.invoke.ScopedInvoker.Factory
Creates a new ScopedInvoker.
create(Schedule) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleDao
 
create(Schedule) - Method in interface dev.getelements.elements.sdk.dao.ScheduleDao
Creates a new Schedule in the database.
create(Session) - Method in class dev.getelements.elements.dao.mongo.MongoSessionDao
 
create(Session) - Method in interface dev.getelements.elements.sdk.dao.SessionDao
Creates a Session with the provided Session object.
create(HttpServletRequest, Repository) - Method in class org.eclipse.jgit.http.server.resolver.DefaultReceivePackFactory
 
create(HttpServletRequest, Repository) - Method in class org.eclipse.jgit.http.server.resolver.DefaultUploadPackFactory
 
create(String, Path, Object...) - Method in interface dev.getelements.elements.rt.ResourceContext
Creates a Resource at the provided Path.
CREATE - Enum constant in enum class dev.getelements.elements.sdk.model.index.IndexOperation
Indicates the step should create the indexes.
createAccessPermissions(SubjectRequest, SubjectRequest, SubjectRequest) - Method in class dev.getelements.elements.service.largeobject.AccessRequestUtils
 
createAdvancedInventoryItem(CreateAdvancedInventoryItemRequest) - Method in class dev.getelements.elements.rest.inventory.AdvancedInventoryItemResource
 
CreateAdvancedInventoryItemRequest - Class in dev.getelements.elements.sdk.model.inventory
 
CreateAdvancedInventoryItemRequest() - Constructor for class dev.getelements.elements.sdk.model.inventory.CreateAdvancedInventoryItemRequest
 
CreateAppleIapReceipt - Class in dev.getelements.elements.sdk.model.appleiapreceipt
 
CreateAppleIapReceipt() - Constructor for class dev.getelements.elements.sdk.model.appleiapreceipt.CreateAppleIapReceipt
 
CreateAppleIapReceipt.CreateAppleIapReceiptEnvironment - Enum Class in dev.getelements.elements.sdk.model.appleiapreceipt
 
createApplication(CreateApplicationRequest) - Method in class dev.getelements.elements.rest.application.ApplicationResource
 
createApplication(CreateApplicationRequest) - Method in interface dev.getelements.elements.sdk.service.application.ApplicationService
Creates a new application and inserts it into the database.
createApplication(CreateApplicationRequest) - Method in class dev.getelements.elements.service.application.AnonApplicationService
 
createApplication(CreateApplicationRequest) - Method in class dev.getelements.elements.service.application.SuperUserApplicationService
 
createApplicationConfiguration(String, FacebookApplicationConfiguration) - Method in interface dev.getelements.elements.sdk.service.application.FacebookApplicationConfigurationService
Updates an application with the specific name/identifiers.
createApplicationConfiguration(String, FacebookApplicationConfiguration) - Method in class dev.getelements.elements.service.application.AnonFacebookApplicationConfigurationService
 
createApplicationConfiguration(String, FacebookApplicationConfiguration) - Method in class dev.getelements.elements.service.application.SuperUserFacebookApplicationConfigurationService
 
createApplicationConfiguration(String, FirebaseApplicationConfiguration) - Method in interface dev.getelements.elements.sdk.service.application.FirebaseApplicationConfigurationService
Creates a new instance of FirebaseApplicationConfiguration and stores in the database, allowing for the specification of the parent Application.
createApplicationConfiguration(String, FirebaseApplicationConfiguration) - Method in class dev.getelements.elements.service.application.SuperUserFirebaseApplicationConfigurationService
 
createApplicationConfiguration(String, GooglePlayApplicationConfiguration) - Method in interface dev.getelements.elements.sdk.service.application.GooglePlayApplicationConfigurationService
Updates an application with the specific name/identifiers.
createApplicationConfiguration(String, GooglePlayApplicationConfiguration) - Method in class dev.getelements.elements.service.application.AnonGooglePlayApplicationConfigurationService
 
createApplicationConfiguration(String, GooglePlayApplicationConfiguration) - Method in class dev.getelements.elements.service.application.SuperUserGooglePlayApplicationConfigurationService
 
createApplicationConfiguration(String, IosApplicationConfiguration) - Method in interface dev.getelements.elements.sdk.service.application.IosApplicationConfigurationService
Updates an application with the specific name/identifiers.
createApplicationConfiguration(String, IosApplicationConfiguration) - Method in class dev.getelements.elements.service.application.AnonIosApplicationConfigurationService
 
createApplicationConfiguration(String, IosApplicationConfiguration) - Method in class dev.getelements.elements.service.application.SuperUserIosApplicationConfigurationService
 
createApplicationConfiguration(String, MatchmakingApplicationConfiguration) - Method in interface dev.getelements.elements.sdk.service.application.MatchmakingApplicationConfigurationService
Updates an application with the specific name/identifiers.
createApplicationConfiguration(String, MatchmakingApplicationConfiguration) - Method in class dev.getelements.elements.service.application.SuperUserMatchmakingApplicationConfigurationService
 
createApplicationConfiguration(String, PSNApplicationConfiguration) - Method in interface dev.getelements.elements.sdk.service.application.PSNApplicationConfigurationService
Updates an application with the specific name/identifiers.
createApplicationConfiguration(String, PSNApplicationConfiguration) - Method in class dev.getelements.elements.service.application.SuperUserPSNApplicationConfigurationService
 
createApplicationConfiguration(String, T) - Method in class dev.getelements.elements.dao.mongo.application.MongoApplicationConfigurationDao
 
createApplicationConfiguration(String, T) - Method in interface dev.getelements.elements.sdk.dao.ApplicationConfigurationDao
Creates the application configuration.
CreateApplicationRequest - Class in dev.getelements.elements.sdk.model.application
 
CreateApplicationRequest() - Constructor for class dev.getelements.elements.sdk.model.application.CreateApplicationRequest
 
createAsync(Consumer<ResourceId>, Consumer<Throwable>, String, Path, Object...) - Method in interface dev.getelements.elements.rt.ResourceContext
Creates a Resource passing the default Attributes obtained from Attributes.emptyAttributes().
createAtomicApplication(String) - Method in class dev.getelements.elements.dao.mongo.test.ApplicationTestFactory
 
createAtomicApplication(String, String) - Method in class dev.getelements.elements.dao.mongo.test.ApplicationTestFactory
 
createAtomicLong() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSAtomicLongData
Returns an UnixFSAtomicLong which maps to the supplied ByteBuffer's position returned by Struct.getByteBufferPosition().
createAttributes(String, Path, Attributes, Object...) - Method in interface dev.getelements.elements.rt.ResourceContext
Creates a Resource at the provided Path.
createAttributes(String, Path, Attributes, Object...) - Method in class dev.getelements.elements.rt.SimpleResourceContext
 
createAttributesAsync(Consumer<ResourceId>, Consumer<Throwable>, String, Path, Attributes, Object...) - Method in interface dev.getelements.elements.rt.ResourceContext
Creates a Resource asynchronously.
createAttributesAsync(Consumer<ResourceId>, Consumer<Throwable>, String, Path, Attributes, Object...) - Method in class dev.getelements.elements.rt.SimpleResourceContext
 
createAuthScheme(AuthScheme) - Method in class dev.getelements.elements.dao.mongo.auth.MongoAuthSchemeDao
 
createAuthScheme(AuthScheme) - Method in interface dev.getelements.elements.sdk.dao.AuthSchemeDao
Creates an AuthScheme
createAuthScheme(CreateAuthSchemeRequest) - Method in class dev.getelements.elements.rest.auth.AuthSchemeResource
 
createAuthScheme(CreateAuthSchemeRequest) - Method in interface dev.getelements.elements.sdk.service.auth.AuthSchemeService
Creates an AuthScheme
createAuthScheme(CreateAuthSchemeRequest) - Method in class dev.getelements.elements.service.auth.SuperUserAuthSchemeService
 
createAuthScheme(CreateOrUpdateOAuth2AuthSchemeRequest) - Method in class dev.getelements.elements.rest.auth.OAuth2AuthSchemeResource
 
createAuthScheme(CreateOrUpdateOAuth2AuthSchemeRequest) - Method in interface dev.getelements.elements.sdk.service.auth.OAuth2AuthSchemeService
Creates an OAuth2AuthScheme.
createAuthScheme(CreateOrUpdateOAuth2AuthSchemeRequest) - Method in class dev.getelements.elements.service.auth.SuperUserOAuth2AuthSchemeService
 
createAuthScheme(CreateOrUpdateOidcAuthSchemeRequest) - Method in class dev.getelements.elements.rest.auth.OidcAuthSchemeResource
 
createAuthScheme(CreateOrUpdateOidcAuthSchemeRequest) - Method in interface dev.getelements.elements.sdk.service.auth.OidcAuthSchemeService
Creates an OidcAuthScheme.
createAuthScheme(CreateOrUpdateOidcAuthSchemeRequest) - Method in class dev.getelements.elements.service.auth.SuperUserOidcAuthSchemeService
 
createAuthScheme(OAuth2AuthScheme) - Method in class dev.getelements.elements.dao.mongo.auth.MongoOAuth2AuthSchemeDao
 
createAuthScheme(OAuth2AuthScheme) - Method in interface dev.getelements.elements.sdk.dao.OAuth2AuthSchemeDao
Creates an AuthScheme
createAuthScheme(OidcAuthScheme) - Method in class dev.getelements.elements.dao.mongo.auth.MongoOidcAuthSchemeDao
 
createAuthScheme(OidcAuthScheme) - Method in interface dev.getelements.elements.sdk.dao.OidcAuthSchemeDao
Creates an AuthScheme
CreateAuthSchemeRequest - Class in dev.getelements.elements.sdk.model.auth
 
CreateAuthSchemeRequest() - Constructor for class dev.getelements.elements.sdk.model.auth.CreateAuthSchemeRequest
 
CreateAuthSchemeResponse - Class in dev.getelements.elements.sdk.model.auth
 
CreateAuthSchemeResponse() - Constructor for class dev.getelements.elements.sdk.model.auth.CreateAuthSchemeResponse
 
createDefaultLargeObject(AccessPermissions) - Method in class dev.getelements.elements.dao.mongo.test.LargeObjectTestFactory
 
createDeployment(Deployment) - Method in class dev.getelements.elements.dao.mongo.MongoDeploymentDao
 
createDeployment(Deployment) - Method in interface dev.getelements.elements.sdk.dao.DeploymentDao
 
createDeployment(String, CreateDeploymentRequest) - Method in interface dev.getelements.elements.sdk.service.cdn.CdnDeploymentService
 
createDeployment(String, CreateDeploymentRequest) - Method in class dev.getelements.elements.service.cdn.AnonCdnDeploymentService
 
createDeployment(String, CreateDeploymentRequest) - Method in class dev.getelements.elements.service.cdn.SuperuserDeploymentService
 
CreateDeploymentRequest - Class in dev.getelements.elements.sdk.model.cdn
 
CreateDeploymentRequest() - Constructor for class dev.getelements.elements.sdk.model.cdn.CreateDeploymentRequest
 
createDistinctInventoryItem(CreateDistinctInventoryItemRequest) - Method in class dev.getelements.elements.rest.inventory.DistinctInventoryItemResource
 
createDistinctInventoryItem(DistinctInventoryItem) - Method in class dev.getelements.elements.dao.mongo.goods.MongoDistinctInventoryItemDao
 
createDistinctInventoryItem(DistinctInventoryItem) - Method in interface dev.getelements.elements.sdk.dao.DistinctInventoryItemDao
Creates a distinct inventory item.
createDistinctInventoryItem(String, String, String, Map<String, Object>) - Method in interface dev.getelements.elements.sdk.service.inventory.DistinctInventoryItemService
Creates a distinct inventory item, specifying the user, profile, and item id.
createDistinctInventoryItem(String, String, String, Map<String, Object>) - Method in class dev.getelements.elements.service.inventory.SuperUserDistinctInventoryItemService
 
createDistinctInventoryItem(String, String, String, Map<String, Object>) - Method in class dev.getelements.elements.service.inventory.UserDistinctInventoryItemService
 
CreateDistinctInventoryItemRequest - Class in dev.getelements.elements.sdk.model.inventory
 
CreateDistinctInventoryItemRequest() - Constructor for class dev.getelements.elements.sdk.model.inventory.CreateDistinctInventoryItemRequest
 
createFacebookApplicationConfiguration(String, FacebookApplicationConfiguration) - Method in class dev.getelements.elements.rest.application.FacebookApplicationConfigurationResource
Creates a new FacebookApplicationConfiguration isntance.
createFCMRegistration(FCMRegistration) - Method in class dev.getelements.elements.rest.notifications.FCMRegistrationResource
 
createFirebaseApplicationConfiguration(String, FirebaseApplicationConfiguration) - Method in class dev.getelements.elements.rest.application.FirebaseApplicationConfigurationResource
Creates a new FirebaseApplicationConfiguration isntance.
createFollower(String, CreateFollowerRequest) - Method in class dev.getelements.elements.rest.followers.FollowersResource
 
createFollower(String, CreateFollowerRequest) - Method in interface dev.getelements.elements.sdk.service.follower.FollowerService
Creates a follower link between two profiles
createFollower(String, CreateFollowerRequest) - Method in class dev.getelements.elements.service.follower.SuperUserFollowerService
 
createFollower(String, CreateFollowerRequest) - Method in class dev.getelements.elements.service.follower.UserFollowerService
 
createFollowerForProfile(String, String) - Method in class dev.getelements.elements.dao.mongo.MongoFollowerDao
 
createFollowerForProfile(String, String) - Method in interface dev.getelements.elements.sdk.dao.FollowerDao
Creates a single instance of CreateFollowerRequest for the supplied profile id and toFollow id.
CreateFollowerRequest - Class in dev.getelements.elements.sdk.model.follower
 
CreateFollowerRequest() - Constructor for class dev.getelements.elements.sdk.model.follower.CreateFollowerRequest
 
createGooglePlayApplicationConfiguration(String, GooglePlayApplicationConfiguration) - Method in class dev.getelements.elements.rest.application.GooglePlayApplicationConfigurationResource
Creates a new GooglePlayApplicationConfiguration isntance.
CreateGooglePlayIapReceipt - Class in dev.getelements.elements.sdk.model.googleplayiapreceipt
 
CreateGooglePlayIapReceipt() - Constructor for class dev.getelements.elements.sdk.model.googleplayiapreceipt.CreateGooglePlayIapReceipt
 
createImageObject(Profile) - Method in class dev.getelements.elements.service.profile.ProfileImageObjectUtils
 
createInventoryItem(InventoryItem) - Method in class dev.getelements.elements.dao.mongo.goods.MongoInventoryItemDao
 
createInventoryItem(InventoryItem) - Method in interface dev.getelements.elements.sdk.dao.InventoryItemDao
Creates an inventory item.
createInventoryItem(String, String, int) - Method in interface dev.getelements.elements.sdk.service.inventory.SimpleInventoryItemService
Creates a new InventoryItem for the specified Item.
createInventoryItem(String, String, int) - Method in class dev.getelements.elements.service.inventory.SuperUserSimpleInventoryItemService
 
createInventoryItem(String, String, int) - Method in class dev.getelements.elements.service.inventory.UserSimpleInventoryItemService
 
createInventoryItem(String, String, int, int) - Method in interface dev.getelements.elements.sdk.service.inventory.AdvancedInventoryItemService
Creates a new InventoryItem for the specified Item.
createInventoryItem(String, String, int, int) - Method in class dev.getelements.elements.service.inventory.SuperUserAdvancedInventoryItemService
 
createInventoryItem(String, String, int, int) - Method in class dev.getelements.elements.service.inventory.UserAdvancedInventoryItemService
 
createIosApplicationConfiguration(String, IosApplicationConfiguration) - Method in class dev.getelements.elements.rest.application.IosApplicationConfigurationResource
Creates a new IosApplicationConfiguration isntance.
createItem(CreateItemRequest) - Method in class dev.getelements.elements.rest.goods.ItemResource
 
createItem(CreateItemRequest) - Method in interface dev.getelements.elements.sdk.service.goods.ItemService
Creates a new Item.
createItem(CreateItemRequest) - Method in class dev.getelements.elements.service.goods.AnonItemService
 
createItem(CreateItemRequest) - Method in class dev.getelements.elements.service.goods.SuperuserItemService
 
createItem(Item) - Method in class dev.getelements.elements.dao.mongo.goods.MongoItemDao
 
createItem(Item) - Method in interface dev.getelements.elements.sdk.dao.ItemDao
Creates a new Item.
CreateItemRequest - Class in dev.getelements.elements.sdk.model.goods
 
CreateItemRequest() - Constructor for class dev.getelements.elements.sdk.model.goods.CreateItemRequest
 
createLargeObject(CreateLargeObjectRequest) - Method in class dev.getelements.elements.rest.largeobject.LargeObjectResource
 
createLargeObject(CreateLargeObjectRequest) - Method in interface dev.getelements.elements.sdk.service.largeobject.LargeObjectService
Creates a new instance of LargeObject from the supplied CreateLargeObjectRequest.
createLargeObject(CreateLargeObjectRequest) - Method in class dev.getelements.elements.service.largeobject.AnonLargeObjectService
 
createLargeObject(CreateLargeObjectRequest) - Method in class dev.getelements.elements.service.largeobject.SuperUserLargeObjectService
 
createLargeObject(CreateLargeObjectRequest) - Method in class dev.getelements.elements.service.largeobject.UserLargeObjectService
 
createLargeObject(CreateLargeObjectRequest, InputStream) - Method in interface dev.getelements.elements.sdk.service.largeobject.LargeObjectService
Creates a new instance of LargeObject from the supplied CreateLargeObjectRequest and file contents read from the InputStream
createLargeObject(LargeObject) - Method in class dev.getelements.elements.dao.mongo.largeobject.MongoLargeObjectDao
 
createLargeObject(LargeObject) - Method in interface dev.getelements.elements.sdk.dao.LargeObjectDao
Creates a new LargeObject.
createLargeObject(FormDataBodyPart, CreateLargeObjectRequest) - Method in class dev.getelements.elements.rest.jersey.largeobject.MultipartLargeObjectResource
 
createLargeObjectFromUrl(CreateLargeObjectFromUrlRequest) - Method in class dev.getelements.elements.rest.largeobject.LargeObjectResource
 
createLargeObjectFromUrl(CreateLargeObjectFromUrlRequest) - Method in interface dev.getelements.elements.sdk.service.largeobject.LargeObjectService
Creates a new instance of LargeObject from the supplied CreateLargeObjectFromUrlRequest.
createLargeObjectFromUrl(CreateLargeObjectFromUrlRequest) - Method in class dev.getelements.elements.service.largeobject.AnonLargeObjectService
 
createLargeObjectFromUrl(CreateLargeObjectFromUrlRequest) - Method in class dev.getelements.elements.service.largeobject.SuperUserLargeObjectService
 
createLargeObjectFromUrl(CreateLargeObjectFromUrlRequest) - Method in class dev.getelements.elements.service.largeobject.UserLargeObjectService
 
CreateLargeObjectFromUrlRequest - Class in dev.getelements.elements.sdk.model.largeobject
 
CreateLargeObjectFromUrlRequest() - Constructor for class dev.getelements.elements.sdk.model.largeobject.CreateLargeObjectFromUrlRequest
 
CreateLargeObjectRequest - Class in dev.getelements.elements.sdk.model.largeobject
 
CreateLargeObjectRequest() - Constructor for class dev.getelements.elements.sdk.model.largeobject.CreateLargeObjectRequest
 
createLeaderboard(Leaderboard) - Method in class dev.getelements.elements.dao.mongo.MongoLeaderboardDao
 
createLeaderboard(Leaderboard) - Method in class dev.getelements.elements.rest.leaderboard.LeaderboardResource
 
createLeaderboard(Leaderboard) - Method in interface dev.getelements.elements.sdk.dao.LeaderboardDao
Creates a Leaderboard and returns the instance as it was written to the database.
createLeaderboard(Leaderboard) - Method in interface dev.getelements.elements.sdk.service.leaderboard.LeaderboardService
 
createLeaderboard(Leaderboard) - Method in class dev.getelements.elements.service.leaderboard.AnonLeaderboardService
 
createLeaderboard(Leaderboard) - Method in class dev.getelements.elements.service.leaderboard.SuperUserLeaderboardService
 
createMatch(Match) - Method in class dev.getelements.elements.dao.mongo.match.MongoMatchDao
 
createMatch(Match) - Method in class dev.getelements.elements.rest.matchmaking.MatchResource
 
createMatch(Match) - Method in interface dev.getelements.elements.sdk.dao.MatchDao
Crates an instance of Match in the database.
createMatch(Match) - Method in interface dev.getelements.elements.sdk.service.match.MatchService
Creates a Match.
createMatch(Match) - Method in class dev.getelements.elements.service.match.UserMatchService
 
createMatchmakingApplicationConfiguration(String, MatchmakingApplicationConfiguration) - Method in class dev.getelements.elements.rest.application.MatchmakingApplicationConfigurationResource
Creates a new MatchmakingApplicationConfiguration isntance.
createMessage(CreateMessageRequest) - Method in class dev.getelements.elements.sdk.test.element.rs.MessageEndpoint
 
CreateMessageRequest - Class in dev.getelements.elements.sdk.test.element.rs
 
CreateMessageRequest() - Constructor for class dev.getelements.elements.sdk.test.element.rs.CreateMessageRequest
 
createMetadataSpec(CreateMetadataSpecRequest) - Method in class dev.getelements.elements.rest.schema.MetadataSpecResource
 
createMetadataSpec(CreateMetadataSpecRequest) - Method in interface dev.getelements.elements.sdk.service.schema.MetadataSpecService
Creates a new token using a pre-created template.
createMetadataSpec(CreateMetadataSpecRequest) - Method in class dev.getelements.elements.service.schema.SuperUserMetadataSpecService
 
createMetadataSpec(MetadataSpec) - Method in class dev.getelements.elements.dao.mongo.schema.MongoMetadataSpecDao
 
createMetadataSpec(MetadataSpec) - Method in interface dev.getelements.elements.sdk.dao.MetadataSpecDao
Creates a new metadata spec.
CreateMetadataSpecRequest - Class in dev.getelements.elements.sdk.model.schema
 
CreateMetadataSpecRequest() - Constructor for class dev.getelements.elements.sdk.model.schema.CreateMetadataSpecRequest
 
createMission(Mission) - Method in class dev.getelements.elements.dao.mongo.mission.MongoMissionDao
 
createMission(Mission) - Method in class dev.getelements.elements.rest.mission.MissionResource
 
createMission(Mission) - Method in interface dev.getelements.elements.sdk.dao.MissionDao
Creates a mission.
createMission(Mission) - Method in interface dev.getelements.elements.sdk.service.mission.MissionService
Creates a new Mission.
createMission(Mission) - Method in class dev.getelements.elements.service.mission.AnonMissionService
 
createMission(Mission) - Method in class dev.getelements.elements.service.mission.SuperUserMissionService
 
createMockApplication(Class<?>) - Method in class dev.getelements.elements.dao.mongo.test.ApplicationTestFactory
 
createMockApplication(String) - Method in class dev.getelements.elements.dao.mongo.test.ApplicationTestFactory
 
createMockApplication(String, Map<String, Object>) - Method in class dev.getelements.elements.dao.mongo.test.ApplicationTestFactory
 
createMockApplicationWithSingleAttribute(String, String, String) - Method in class dev.getelements.elements.dao.mongo.test.ApplicationTestFactory
 
createMockAttributes(List<String>, List<String>) - Method in class dev.getelements.elements.dao.mongo.test.ApplicationTestFactory
 
createMockSession(MockSessionRequest) - Method in class dev.getelements.elements.rest.security.MockSessionResource
 
createMockSession(MockSessionRequest) - Method in interface dev.getelements.elements.sdk.service.auth.MockSessionService
Creates a Session, User, and Profile.
createMockSession(MockSessionRequest) - Method in class dev.getelements.elements.service.auth.SuperUserMockSessionService
 
createNewDeployment(String, CreateDeploymentRequest) - Method in class dev.getelements.elements.rest.cdn.DeploymentResource
 
createOAuth2Session(OAuth2SessionRequest) - Method in class dev.getelements.elements.rest.auth.OAuth2AuthResource
 
createOidcSession(OidcSessionRequest) - Method in class dev.getelements.elements.rest.auth.OidcAuthResource
 
createOrGetExistingProgress(Progress) - Method in class dev.getelements.elements.dao.mongo.mission.MongoProgressDao
 
createOrGetExistingProgress(Progress) - Method in interface dev.getelements.elements.sdk.dao.ProgressDao
Creates a progress.
createOrReactivateProfile(Profile) - Method in interface dev.getelements.elements.sdk.dao.ProfileDao
Creates or reactivates an inactive profile.
createOrReactivateProfile(Profile, Map<String, Object>) - Method in class dev.getelements.elements.dao.mongo.MongoProfileDao
 
createOrReactivateProfile(Profile, Map<String, Object>) - Method in interface dev.getelements.elements.sdk.dao.ProfileDao
Creates or reactivates an inactive profile.
createOrRefreshProfile(Profile) - Method in class dev.getelements.elements.dao.mongo.MongoProfileDao
 
createOrRefreshProfile(Profile) - Method in interface dev.getelements.elements.sdk.dao.ProfileDao
Creates, reactivates, or refreshes a Profile.
createOrUpdateInactiveApplication(Application) - Method in class dev.getelements.elements.dao.mongo.application.MongoApplicationDao
 
createOrUpdateInactiveApplication(Application) - Method in interface dev.getelements.elements.sdk.dao.ApplicationDao
Creates a new application and inserts it into the database.
CreateOrUpdateOAuth2AuthSchemeRequest - Class in dev.getelements.elements.sdk.model.auth
 
CreateOrUpdateOAuth2AuthSchemeRequest() - Constructor for class dev.getelements.elements.sdk.model.auth.CreateOrUpdateOAuth2AuthSchemeRequest
 
CreateOrUpdateOAuth2AuthSchemeResponse - Class in dev.getelements.elements.sdk.model.auth
 
CreateOrUpdateOAuth2AuthSchemeResponse() - Constructor for class dev.getelements.elements.sdk.model.auth.CreateOrUpdateOAuth2AuthSchemeResponse
 
CreateOrUpdateOidcAuthSchemeRequest - Class in dev.getelements.elements.sdk.model.auth
 
CreateOrUpdateOidcAuthSchemeRequest() - Constructor for class dev.getelements.elements.sdk.model.auth.CreateOrUpdateOidcAuthSchemeRequest
 
CreateOrUpdateOidcAuthSchemeResponse - Class in dev.getelements.elements.sdk.model.auth
 
CreateOrUpdateOidcAuthSchemeResponse() - Constructor for class dev.getelements.elements.sdk.model.auth.CreateOrUpdateOidcAuthSchemeResponse
 
createOrUpdateScore(String, Score) - Method in class dev.getelements.elements.dao.mongo.MongoScoreDao
 
createOrUpdateScore(String, Score) - Method in interface dev.getelements.elements.sdk.dao.ScoreDao
Creates an instance of Score, or updates the instance if the same leaderboard and Profile are specified by Score.getProfile().
createOrUpdateScore(String, Score) - Method in interface dev.getelements.elements.sdk.service.leaderboard.ScoreService
Creates, or updates, a new Score.
createOrUpdateScore(String, Score) - Method in class dev.getelements.elements.service.leaderboard.UserScoreService
 
createOrUpdateUser(User) - Method in class dev.getelements.elements.dao.mongo.MongoUserDao
 
createOrUpdateUser(User) - Method in interface dev.getelements.elements.sdk.dao.UserDao
Creates a user if one does not exist for the provided info or updates a user if one does exist.
createOrUpdateUserUid(UserUid) - Method in class dev.getelements.elements.dao.mongo.MongoUserUidDao
 
createOrUpdateUserUid(UserUid) - Method in interface dev.getelements.elements.sdk.dao.UserUidDao
Attempts to create or update a new UserUid with the given userUid object.
createOrUpdateUserUid(UserUid) - Method in interface dev.getelements.elements.sdk.service.auth.UserUidService
Attempts to create or update a new UserUid with the given userUid object.
createOrUpdateUserUid(UserUid) - Method in class dev.getelements.elements.service.auth.AnonUserUidService
 
createOrUpdateUserUid(UserUid) - Method in class dev.getelements.elements.service.auth.UserUserUidService
 
createOrUpdateUserWithToken(OAuth2SessionRequest, BiFunction<String, String, User>) - Method in class dev.getelements.elements.service.auth.OAuth2AuthServiceOperations
 
createOrUpdateUserWithToken(OidcSessionRequest, Function<DecodedJWT, User>) - Method in class dev.getelements.elements.service.auth.OidcAuthServiceOperations
 
createParentDirectories() - Method in interface dev.getelements.elements.rt.transact.unix.UnixFSHasFilesystemPath
Creates all directories for this instance.
createProfile(CreateProfileRequest) - Method in class dev.getelements.elements.rest.profile.ProfileResource
 
createProfile(CreateProfileRequest) - Method in interface dev.getelements.elements.sdk.service.profile.ProfileService
Creates a new profile.
createProfile(CreateProfileRequest) - Method in class dev.getelements.elements.service.profile.SuperUserProfileService
 
createProfile(CreateProfileRequest) - Method in class dev.getelements.elements.service.profile.UserProfileService
 
createProfile(String) - Method in class dev.getelements.elements.rest.test.ClientContext
 
createProfile(String, CreateProfileSignupRequest) - Method in class dev.getelements.elements.service.user.AbstractUserService
Creates a profile from the supplied user id and CreateProfileSignupRequest.
CreateProfileRequest - Class in dev.getelements.elements.sdk.model.profile
 
CreateProfileRequest() - Constructor for class dev.getelements.elements.sdk.model.profile.CreateProfileRequest
 
createProfiles(int) - Method in class dev.getelements.elements.rest.test.ClientContext
 
createProfiles(String, List<CreateProfileSignupRequest>) - Method in class dev.getelements.elements.service.user.AbstractUserService
Creates several Profiles.
CreateProfileSignupRequest - Class in dev.getelements.elements.sdk.model.profile
 
CreateProfileSignupRequest() - Constructor for class dev.getelements.elements.sdk.model.profile.CreateProfileSignupRequest
 
createProgress(Progress) - Method in class dev.getelements.elements.rest.mission.ProgressResource
 
createProgress(Progress) - Method in interface dev.getelements.elements.sdk.service.progress.ProgressService
Creates a new Progress.
createProgress(Progress) - Method in class dev.getelements.elements.service.progress.SuperUserProgressService
 
createProgress(Progress) - Method in class dev.getelements.elements.service.progress.UserProgressService
 
createPSNApplicationConfiguration(String, PSNApplicationConfiguration) - Method in class dev.getelements.elements.rest.application.PSNApplicationConfigurationResource
Creates a new PSNApplicationConfiguration isntance.
createReference(LargeObject) - Method in class dev.getelements.elements.service.profile.ProfileImageObjectUtils
 
createRegistration(FCMRegistration) - Method in class dev.getelements.elements.dao.mongo.MongoFCMRegistrationDao
 
createRegistration(FCMRegistration) - Method in interface dev.getelements.elements.sdk.dao.FCMRegistrationDao
Creates an instance of FCMRegistration and stores it in the database.
createRegistration(FCMRegistration) - Method in interface dev.getelements.elements.sdk.service.firebase.FCMRegistrationService
Creates a new instance of FCMRegistration.
createRegistration(FCMRegistration) - Method in class dev.getelements.elements.service.notification.SuperUserFCMRegistrationService
 
createRegistration(FCMRegistration) - Method in class dev.getelements.elements.service.notification.UserFCMRegistrationService
 
createSaveDataDocument(CreateSaveDataDocumentRequest) - Method in interface dev.getelements.elements.sdk.service.savedata.SaveDataDocumentService
Creates a new SaveDataDocument in the database.
createSaveDataDocument(CreateSaveDataDocumentRequest) - Method in class dev.getelements.elements.service.savedata.SuperUserSaveDataDocumentService
 
createSaveDataDocument(CreateSaveDataDocumentRequest) - Method in class dev.getelements.elements.service.savedata.UserSaveDataDocumentService
 
createSaveDataDocument(SaveDataDocument) - Method in class dev.getelements.elements.dao.mongo.savedata.MongoSaveDataDocumentDao
 
createSaveDataDocument(SaveDataDocument) - Method in interface dev.getelements.elements.sdk.dao.SaveDataDocumentDao
Creates a new SaveDataDocument in the database.
CreateSaveDataDocumentRequest - Class in dev.getelements.elements.sdk.model.savedata
 
CreateSaveDataDocumentRequest() - Constructor for class dev.getelements.elements.sdk.model.savedata.CreateSaveDataDocumentRequest
 
createSaveDocument(CreateSaveDataDocumentRequest) - Method in class dev.getelements.elements.rest.savedata.SaveDataDocumentResource
 
createSchedule(CreateScheduleRequest) - Method in class dev.getelements.elements.rest.mission.ScheduleResource
 
createSchedule(CreateScheduleRequest) - Method in interface dev.getelements.elements.sdk.service.mission.ScheduleService
 
createSchedule(CreateScheduleRequest) - Method in class dev.getelements.elements.service.mission.SuperUserScheduleService
 
createScheduleEvent(ScheduleEvent) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleEventDao
 
createScheduleEvent(ScheduleEvent) - Method in interface dev.getelements.elements.sdk.dao.ScheduleEventDao
Creates a new ScheduleEvent.
createScheduleEvent(String, CreateScheduleEventRequest) - Method in class dev.getelements.elements.rest.mission.ScheduleEventResource
 
createScheduleEvent(String, CreateScheduleEventRequest) - Method in interface dev.getelements.elements.sdk.service.mission.ScheduleEventService
 
createScheduleEvent(String, CreateScheduleEventRequest) - Method in class dev.getelements.elements.service.mission.SuperUserScheduleEventService
 
CreateScheduleEventRequest - Class in dev.getelements.elements.sdk.model.mission
 
CreateScheduleEventRequest() - Constructor for class dev.getelements.elements.sdk.model.mission.CreateScheduleEventRequest
 
CreateScheduleRequest - Class in dev.getelements.elements.sdk.model.mission
 
CreateScheduleRequest() - Constructor for class dev.getelements.elements.sdk.model.mission.CreateScheduleRequest
 
createScore(String, Score) - Method in class dev.getelements.elements.rest.leaderboard.ScoreResource
 
createSession() - Method in class dev.getelements.elements.rest.test.ClientContext
 
createSession(Profile) - Method in class dev.getelements.elements.rest.test.ClientContext
 
createSession(OAuth2SessionRequest) - Method in interface dev.getelements.elements.sdk.service.auth.OAuth2AuthService
Performs a sign-in with the supplied OAuth2SessionRequest.
createSession(OAuth2SessionRequest) - Method in class dev.getelements.elements.service.auth.AnonOAuth2AuthService
 
createSession(OAuth2SessionRequest) - Method in class dev.getelements.elements.service.auth.UserOAuth2AuthService
 
createSession(OidcSessionRequest) - Method in interface dev.getelements.elements.sdk.service.auth.OidcAuthService
Performs a sign-in with the supplied OidcSessionRequest.
createSession(OidcSessionRequest) - Method in class dev.getelements.elements.service.auth.AnonOidcAuthService
 
createSession(OidcSessionRequest) - Method in class dev.getelements.elements.service.auth.UserOidcAuthService
 
createSession(UsernamePasswordSessionRequest) - Method in interface dev.getelements.elements.sdk.service.auth.UsernamePasswordAuthService
Performs a sign-in with the supplied UsernamePasswordSessionRequest.
createSession(UsernamePasswordSessionRequest) - Method in class dev.getelements.elements.service.auth.AnonUsernamePasswordAuthService
 
createSession(UsernamePasswordSessionRequest) - Method in class dev.getelements.elements.service.auth.UserUsernamePasswordAuthService
 
createSession(BasicAuthorizationHeader) - Method in interface dev.getelements.elements.sdk.service.auth.UsernamePasswordAuthService
Performs a sign-in with the supplied UsernamePasswordSessionRequest.
createSessionWithDefaultProfile() - Method in class dev.getelements.elements.rest.test.ClientContext
 
createSimpleInventoryItem(CreateSimpleInventoryItemRequest) - Method in class dev.getelements.elements.rest.inventory.SimpleInventoryItemResource
 
CreateSimpleInventoryItemRequest - Class in dev.getelements.elements.sdk.model.inventory
 
CreateSimpleInventoryItemRequest() - Constructor for class dev.getelements.elements.sdk.model.inventory.CreateSimpleInventoryItemRequest
 
createSingleAttributesMock(String, String) - Method in class dev.getelements.elements.dao.mongo.test.ApplicationTestFactory
 
createSmartContract(CreateSmartContractRequest) - Method in class dev.getelements.elements.rest.blockchain.SmartContractResource
 
createSmartContract(CreateSmartContractRequest) - Method in interface dev.getelements.elements.sdk.service.blockchain.SmartContractService
Creates a new smart contract.
createSmartContract(CreateSmartContractRequest) - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserSmartContractService
 
createSmartContract(SmartContract) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoSmartContractDao
 
createSmartContract(SmartContract) - Method in interface dev.getelements.elements.sdk.dao.SmartContractDao
Creates a SmartContract in the database.
CreateSmartContractRequest - Class in dev.getelements.elements.sdk.model.blockchain.contract
 
CreateSmartContractRequest() - Constructor for class dev.getelements.elements.sdk.model.blockchain.contract.CreateSmartContractRequest
 
createSuperuser(String) - Method in class dev.getelements.elements.rest.test.ClientContext
 
createTask(TaskId, long) - Method in interface dev.getelements.elements.rt.transact.ReadWriteTransaction
Schedules the supplied TaskId to the supplied timestamp.
createTempDirectory() - Method in class dev.getelements.elements.sdk.util.TemporaryFiles
Creates a temporary directory using this instance's prefix.
createTempDirectory(String) - Method in class dev.getelements.elements.sdk.util.TemporaryFiles
Creates a temporary directory, using a specific prefix.
createTempFile() - Method in class dev.getelements.elements.sdk.util.TemporaryFiles
Creates a temporary file.
createTempFile(String) - Method in class dev.getelements.elements.sdk.util.TemporaryFiles
Creates a temporary file with the supplied suffix and the default prefix.
createTempFile(String, String) - Method in class dev.getelements.elements.sdk.util.TemporaryFiles
Creates a temporary file with the supplied prefix and suffix.
createTempFile(String, String, Path) - Method in class dev.getelements.elements.sdk.util.TemporaryFiles
Creates a temporary file with the supplied prefix and suffix.
createTestFiniteMission(String, Item) - Method in class dev.getelements.elements.dao.mongo.test.MissionTestFactory
 
createTestItem(ItemCategory, boolean) - Method in class dev.getelements.elements.dao.mongo.test.ItemTestFactory
 
createTestItem(ItemCategory, String, boolean) - Method in class dev.getelements.elements.dao.mongo.test.ItemTestFactory
 
createTestItem(ItemCategory, String, String, boolean) - Method in class dev.getelements.elements.dao.mongo.test.ItemTestFactory
 
createTestItem(ItemCategory, String, String, List<String>, boolean) - Method in class dev.getelements.elements.dao.mongo.test.ItemTestFactory
 
createTestItem(String, Function<Item, Item>) - Method in class dev.getelements.elements.dao.mongo.test.ItemTestFactory
 
createTestRepeatingMission(String, Item) - Method in class dev.getelements.elements.dao.mongo.test.MissionTestFactory
 
createTestSpec(String, Function<MetadataSpec, MetadataSpec>) - Method in class dev.getelements.elements.dao.mongo.test.MetadataSpecTestFactory
 
createTestSpecNoInsert(String, Function<MetadataSpec, MetadataSpec>) - Method in class dev.getelements.elements.dao.mongo.test.MetadataSpecTestFactory
 
createTestUser() - Method in class dev.getelements.elements.dao.mongo.test.UserTestFactory
 
createTestUser(boolean) - Method in class dev.getelements.elements.dao.mongo.test.UserTestFactory
 
createTestUser(Consumer<User>) - Method in class dev.getelements.elements.dao.mongo.test.UserTestFactory
 
createTestUser(Consumer<User>, boolean) - Method in class dev.getelements.elements.dao.mongo.test.UserTestFactory
 
createToken(TokenWithExpiration) - Method in class dev.getelements.elements.dao.mongo.MongoTokensWithExpirationDao
 
createToken(TokenWithExpiration) - Method in interface dev.getelements.elements.sdk.dao.TokensWithExpirationDao
Creates an of TokenWithExpiration
createUser(User) - Method in class dev.getelements.elements.dao.mongo.MongoUserDao
 
createUser(User) - Method in interface dev.getelements.elements.sdk.dao.UserDao
Creates or activates a user, or if the user is currently inactive this will reinstate access.
createUser(UserCreateRequest) - Method in class dev.getelements.elements.rest.user.UserResource
 
createUser(UserCreateRequest) - Method in interface dev.getelements.elements.sdk.service.user.UserService
Creates a new user.
createUser(UserCreateRequest) - Method in class dev.getelements.elements.service.user.AnonUserService
 
createUser(UserCreateRequest) - Method in class dev.getelements.elements.service.user.SuperuserUserService
 
createUser(UserCreateRequest) - Method in class dev.getelements.elements.service.user.UserUserService
 
createUser(String) - Method in class dev.getelements.elements.rest.test.ClientContext
 
createUsernamePasswordSession(UsernamePasswordSessionRequest) - Method in class dev.getelements.elements.rest.security.UsernamePasswordResource
 
createUsersAndApplications(Class<?>, int, int) - Method in class dev.getelements.elements.dao.mongo.test.MongoProfileTestOperations
 
createUserStrict(User) - Method in class dev.getelements.elements.dao.mongo.MongoUserDao
 
createUserStrict(User) - Method in interface dev.getelements.elements.sdk.dao.UserDao
Creates a user with the given User object.
createUserUidStrict(UserUid) - Method in class dev.getelements.elements.dao.mongo.MongoUserUidDao
 
createUserUidStrict(UserUid) - Method in interface dev.getelements.elements.sdk.dao.UserUidDao
Attempts to create a new UserUid with the given userUid object.
createUserUidStrict(UserUid) - Method in interface dev.getelements.elements.sdk.service.auth.UserUidService
Attempts to create a new UserUid with the given userUid object.
createUserUidStrict(UserUid) - Method in class dev.getelements.elements.service.auth.AnonUserUidService
 
createUserUidStrict(UserUid) - Method in class dev.getelements.elements.service.auth.UserUserUidService
 
createUserWithPassword(User, String) - Method in class dev.getelements.elements.dao.mongo.MongoUserDao
 
createUserWithPassword(User, String) - Method in interface dev.getelements.elements.sdk.dao.UserDao
Creates a user and sets the user's password.
createUserWithPasswordStrict(User, String) - Method in class dev.getelements.elements.dao.mongo.MongoUserDao
 
createUserWithPasswordStrict(User, String) - Method in interface dev.getelements.elements.sdk.dao.UserDao
Creates a user with the given User object and password.
createVault(CreateVaultRequest) - Method in class dev.getelements.elements.rest.blockchain.VaultResource
 
createVault(CreateVaultRequest) - Method in interface dev.getelements.elements.sdk.service.blockchain.VaultService
Creates a new Vault.
createVault(CreateVaultRequest) - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserVaultService
 
createVault(CreateVaultRequest) - Method in class dev.getelements.elements.service.blockchain.omni.UserVaultService
 
createVault(Vault) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoVaultDao
 
createVault(Vault) - Method in interface dev.getelements.elements.sdk.dao.VaultDao
Creates a new Vault.
CreateVaultRequest - Class in dev.getelements.elements.sdk.model.blockchain.wallet
 
CreateVaultRequest() - Constructor for class dev.getelements.elements.sdk.model.blockchain.wallet.CreateVaultRequest
 
createWallet(Wallet) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoWalletDao
 
createWallet(Wallet) - Method in interface dev.getelements.elements.sdk.dao.WalletDao
Creates a new Wallet.
createWallet(String, CreateWalletRequest) - Method in class dev.getelements.elements.rest.blockchain.VaultWalletResource
 
createWallet(String, CreateWalletRequest) - Method in interface dev.getelements.elements.sdk.service.blockchain.WalletService
Creates a new Wallet.
createWallet(String, CreateWalletRequest) - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserWalletService
 
createWallet(String, CreateWalletRequest) - Method in class dev.getelements.elements.service.blockchain.omni.UserWalletService
 
CreateWalletRequest - Class in dev.getelements.elements.sdk.model.blockchain.wallet
 
CreateWalletRequest() - Constructor for class dev.getelements.elements.sdk.model.blockchain.wallet.CreateWalletRequest
 
CreateWalletRequestAccount - Class in dev.getelements.elements.sdk.model.blockchain.wallet
 
CreateWalletRequestAccount() - Constructor for class dev.getelements.elements.sdk.model.blockchain.wallet.CreateWalletRequestAccount
 
CreateWalletRequestAccount.Generate - Interface in dev.getelements.elements.sdk.model.blockchain.wallet
 
CreateWalletRequestAccount.Import - Interface in dev.getelements.elements.sdk.model.blockchain.wallet
 
CryptoException - Exception Class in dev.getelements.elements.sdk.model.exception.crypto
 
CryptoException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.crypto.CryptoException
 
CryptoException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.crypto.CryptoException
 
CryptoException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.crypto.CryptoException
 
CryptoException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.crypto.CryptoException
 
CryptoException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.crypto.CryptoException
 
CryptoKeyPairUtility - Interface in dev.getelements.elements.sdk.service.util
Utility functions for crypto keys.
CsvFeature - Class in dev.getelements.elements.rt.jersey
 
CsvFeature() - Constructor for class dev.getelements.elements.rt.jersey.CsvFeature
 
CsvMessageBodyWriter - Class in dev.getelements.elements.rt.jersey
 
CsvMessageBodyWriter() - Constructor for class dev.getelements.elements.rt.jersey.CsvMessageBodyWriter
 
current() - Method in record class dev.getelements.elements.sdk.util.InheritedAttributes
Returns the value of the current record component.
current() - Method in record class dev.getelements.elements.sdk.util.InheritedMutableAttributes
Returns the value of the current record component.
CURRENT_USER_ALIAS - Static variable in interface dev.getelements.elements.sdk.service.user.UserService
 
CurrentResource - Class in dev.getelements.elements.rt
Houses a ReentrantThreadLocal to represent the currently available ReentrantThreadLocal<Attributes>
CurrentResource() - Constructor for class dev.getelements.elements.rt.CurrentResource
 
CurrentResourceProvider - Class in dev.getelements.elements.rt.provider
 
CurrentResourceProvider() - Constructor for class dev.getelements.elements.rt.provider.CurrentResourceProvider
 
CUSTOM - Enum constant in enum class dev.getelements.elements.rt.ResponseCode
Indicates a custom response code.
CustomAuthSessionService - Interface in dev.getelements.elements.sdk.service.auth
Used to authorize requests using JWT auth tokens Created by robb on 12/20/21.
CustomJWTCredentials - Class in dev.getelements.elements.security
JWT Credentials used with custom auth schemes.
CustomJWTCredentials(JWTCredentials) - Constructor for class dev.getelements.elements.security.CustomJWTCredentials
Creates a CustomJWTCredentials from the supplied DecodedJWT.

D

DATABASE_NAME - Static variable in class dev.getelements.elements.dao.mongo.provider.MongoDatastoreProvider
 
DatabaseHealthStatus - Class in dev.getelements.elements.sdk.model.health
 
DatabaseHealthStatus() - Constructor for class dev.getelements.elements.sdk.model.health.DatabaseHealthStatus
 
DatabaseHealthStatusDao - Interface in dev.getelements.elements.sdk.dao
 
DatabaseHealthStatusDaoAggregator - Class in dev.getelements.elements.service.guice
 
DatabaseHealthStatusDaoAggregator() - Constructor for class dev.getelements.elements.service.guice.DatabaseHealthStatusDaoAggregator
 
DataStore - Interface in dev.getelements.elements.rt.transact
Defines the data storage for underlying revision based data store.
deactivateProfile(String) - Method in class dev.getelements.elements.rest.profile.ProfileResource
 
deactivateUser(String) - Method in class dev.getelements.elements.rest.user.UserResource
 
DeadResourceException - Exception Class in dev.getelements.elements.rt.exception
 
DeadResourceException() - Constructor for exception class dev.getelements.elements.rt.exception.DeadResourceException
 
DeadResourceException(String) - Constructor for exception class dev.getelements.elements.rt.exception.DeadResourceException
 
DeadResourceException(String, Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.DeadResourceException
 
DeadResourceException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.rt.exception.DeadResourceException
 
DeadResourceException(Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.DeadResourceException
 
decode(String) - Static method in class dev.getelements.elements.sdk.util.Hex
Decodes a String into raw hexadecimal bytes.
decode(BsonReader, DecoderContext) - Method in class dev.getelements.elements.dao.mongo.codec.TimestampCodec
 
decodeToBuffer(String) - Static method in class dev.getelements.elements.sdk.util.Hex
Decodes a String into raw hexadecimal bytes, allocating a new ByteBuffer for storage.
decodeToBuffer(String, Hex.ByteBufferAllocator) - Static method in class dev.getelements.elements.sdk.util.Hex
Decodes a String into raw hexadecimal bytes, allocating a new ByteBuffer for storage using the supplied Hex.ByteBufferAllocator.
decrypt(VaultKey, Wallet) - Method in class dev.getelements.elements.sdk.service.blockchain.crypto.StandardWalletCryptoUtilities
 
decrypt(VaultKey, Wallet) - Method in interface dev.getelements.elements.sdk.service.blockchain.crypto.WalletCryptoUtilities
Decrypts the wallet.
decrypt(VaultKey, WalletAccount) - Method in class dev.getelements.elements.sdk.service.blockchain.crypto.StandardWalletCryptoUtilities
 
decrypt(VaultKey, WalletAccount) - Method in interface dev.getelements.elements.sdk.service.blockchain.crypto.WalletCryptoUtilities
Decrypts the wallet.
decryptKey(VaultKey, String) - Method in interface dev.getelements.elements.sdk.service.blockchain.crypto.VaultCryptoUtilities
Returns the VaultKey unencrypted.
decryptKey(VaultKey, String) - Method in class dev.getelements.elements.service.blockchain.crypto.AesVaultCryptoUtilities
 
decryptString(PrivateKeyCrytpoAlgorithm, PrivateKey, String) - Method in interface dev.getelements.elements.sdk.service.util.CipherUtility
Decrypts the given string from hex format into decrypted format.
DEFAULT - Static variable in interface dev.getelements.elements.dao.mongo.query.BooleanQueryOperator
 
DEFAULT - Static variable in annotation interface dev.getelements.elements.rt.annotation.ClientSerializationStrategy
Indicates the default case which is ClientSerializationStrategy.LCAMEL.
DEFAULT - Static variable in interface dev.getelements.elements.rt.remote.AsyncOperation
Used as a default return value when implementing methods that return an instance of AsyncOperation.
DEFAULT - Static variable in interface dev.getelements.elements.rt.remote.jeromq.JeroMQSecurity
The default JeroMQSecurity which simply returns the ZMQ.Socket as provided with no alterations.
DEFAULT - Static variable in record class dev.getelements.elements.sdk.record.ElementServiceImplementationRecord
A singleton constant default ElementServiceImplementation.
DEFAULT_ENCODING - Static variable in class dev.getelements.elements.sdk.util.security.BasicAuthorizationHeader
Constant for the default character encoding of the credentials (UTF-8)
DEFAULT_FALLOFF_TIME_MAX_MS - Static variable in class dev.getelements.elements.dao.mongo.MongoDaoModuleDefaults
 
DEFAULT_FALLOFF_TIME_MIN_MS - Static variable in class dev.getelements.elements.dao.mongo.MongoDaoModuleDefaults
 
DEFAULT_GAS_LIMIT - Static variable in interface dev.getelements.elements.sdk.service.blockchain.EvmSmartContractInvocationService
Deprecated.
migrate this to a configurable parameter
DEFAULT_GAS_LIMIT - Static variable in interface dev.getelements.elements.sdk.service.blockchain.NearSmartContractInvocationService.Invoker
Deprecated.
migrate this to a configurable parameter
DEFAULT_GAS_PRICE - Static variable in interface dev.getelements.elements.sdk.service.blockchain.EvmSmartContractInvocationService
Deprecated.
migrate this to a configurable parameter
DEFAULT_IO_BUFFER_SIZE - Static variable in interface dev.getelements.elements.rt.Resource
Default IO Buffer size, 4kb
DEFAULT_MAIN_BRANCH - Static variable in interface dev.getelements.elements.rt.git.GitApplicationAssetLoader
The main branch from which to fetch the code.
DEFAULT_MAX_CANDIDATES - Static variable in interface dev.getelements.elements.sdk.dao.Matchmaker
 
DEFAULT_PROPERTIES_FILE - Static variable in interface dev.getelements.elements.sdk.model.Constants
The default property file to configure the server.
DEFAULT_REFRESH_RATE - Static variable in class dev.getelements.elements.rt.remote.SimpleRemoteInvokerRegistry
 
DEFAULT_REFRESH_TIMEOUT - Static variable in class dev.getelements.elements.rt.remote.SimpleRemoteInvokerRegistry
 
DEFAULT_TIMEOUT - Static variable in class dev.getelements.elements.rt.remote.jeromq.JeroMQControlClient
 
DEFAULT_TIMEOUT - Static variable in interface dev.getelements.elements.rt.remote.RemoteInvoker
The default timeout for the RemoteInvoker
DEFAULT_TIMEOUT_UNITS - Static variable in class dev.getelements.elements.rt.remote.jeromq.JeroMQControlClient
 
DEFAULT_TIMEOUT_UNITS - Static variable in interface dev.getelements.elements.rt.remote.RemoteInvoker
The default time unit for the RemoteInvoker.
DEFAULT_TOTAL_REFRESH_TIMEOUT - Static variable in class dev.getelements.elements.rt.remote.SimpleRemoteInvokerRegistry
 
DEFAULT_USER_EMAIL - Static variable in class dev.getelements.elements.service.defaults.DefaultUserConfiguration
The email/username to use for the default user.
DEFAULT_USER_NAME - Static variable in class dev.getelements.elements.service.defaults.DefaultUserConfiguration
The email/username to use for the default user.
DEFAULT_USER_PASSWORD - Static variable in class dev.getelements.elements.service.defaults.DefaultUserConfiguration
The email/username to use for the default user.
DEFAULT_VAULT_ALGORITHM - Static variable in interface dev.getelements.elements.sdk.service.blockchain.VaultService
The default vault storage algorithm.
DefaultAppleIapVerifyReceiptInvoker - Class in dev.getelements.elements.service.appleiap.client.invoker.invoker
 
DefaultAppleIapVerifyReceiptInvoker(Client, AppleIapVerifyReceiptInvoker.AppleIapVerifyReceiptEnvironment, String) - Constructor for class dev.getelements.elements.service.appleiap.client.invoker.invoker.DefaultAppleIapVerifyReceiptInvoker
 
DefaultAppleIapVerifyReceiptInvokerBuilder - Class in dev.getelements.elements.service.appleiap.client.invoker.builder
 
DefaultAppleIapVerifyReceiptInvokerBuilder() - Constructor for class dev.getelements.elements.service.appleiap.client.invoker.builder.DefaultAppleIapVerifyReceiptInvokerBuilder
 
defaultAttributes() - Method in record class dev.getelements.elements.sdk.record.ElementRecord
Returns the value of the defaultAttributes record component.
DefaultBindingAnnotationFactory - Class in dev.getelements.elements.rt.annotation
DefaultBindingAnnotationFactory() - Constructor for class dev.getelements.elements.rt.annotation.DefaultBindingAnnotationFactory
 
DefaultConfigurationSupplier - Class in dev.getelements.elements.config
Implements the default configuration scheme.
DefaultConfigurationSupplier() - Constructor for class dev.getelements.elements.config.DefaultConfigurationSupplier
Uses all default configuration.
DefaultConfigurationSupplier(ClassLoader) - Constructor for class dev.getelements.elements.config.DefaultConfigurationSupplier
 
DefaultConfigurationSupplier(ClassLoader, Properties) - Constructor for class dev.getelements.elements.config.DefaultConfigurationSupplier
 
DefaultConfigurationSupplier(Properties) - Constructor for class dev.getelements.elements.config.DefaultConfigurationSupplier
This scans the classpath using the ClassLoader from ClassLoader.getSystemClassLoader() to scan for defaults and will use the supplied properties.
DefaultElementLoaderFactory - Class in dev.getelements.elements.sdk.spi
 
DefaultElementLoaderFactory() - Constructor for class dev.getelements.elements.sdk.spi.DefaultElementLoaderFactory
 
DefaultElementScope - Class in dev.getelements.elements.sdk.spi
 
DefaultElementScope(String, InheritedMutableAttributes) - Constructor for class dev.getelements.elements.sdk.spi.DefaultElementScope
 
DefaultElementScopeBuilder - Class in dev.getelements.elements.sdk.spi
 
DefaultElementScopeBuilder(Attributes, ReentrantThreadLocal<DefaultElementScope>) - Constructor for class dev.getelements.elements.sdk.spi.DefaultElementScopeBuilder
 
DefaultExceptionMapper - Class in dev.getelements.elements.sdk.jakarta.rs
Created by patricktwohig on 4/10/15.
DefaultExceptionMapper() - Constructor for class dev.getelements.elements.sdk.jakarta.rs.DefaultExceptionMapper
 
DefaultHealthStatusService - Class in dev.getelements.elements.service.health
 
DefaultHealthStatusService() - Constructor for class dev.getelements.elements.service.health.DefaultHealthStatusService
 
DefaultOAuth2SchemeConfiguration - Class in dev.getelements.elements.service.defaults
 
DefaultOAuth2SchemeConfiguration() - Constructor for class dev.getelements.elements.service.defaults.DefaultOAuth2SchemeConfiguration
 
DefaultOidcSchemeConfiguration - Class in dev.getelements.elements.service.defaults
 
DefaultOidcSchemeConfiguration() - Constructor for class dev.getelements.elements.service.defaults.DefaultOidcSchemeConfiguration
 
DefaultReceivePackFactory - Class in org.eclipse.jgit.http.server.resolver
Create and configure ReceivePack service instance.
DefaultReceivePackFactory() - Constructor for class org.eclipse.jgit.http.server.resolver.DefaultReceivePackFactory
 
DefaultRoutingStrategy - Class in dev.getelements.elements.rt.routing
DefaultRoutingStrategy() - Constructor for class dev.getelements.elements.rt.routing.DefaultRoutingStrategy
 
DefaultSessionService - Class in dev.getelements.elements.service.auth
 
DefaultSessionService() - Constructor for class dev.getelements.elements.service.auth.DefaultSessionService
 
DefaultSharedElementLoader - Class in dev.getelements.elements.sdk.spi
 
DefaultSharedElementLoader() - Constructor for class dev.getelements.elements.sdk.spi.DefaultSharedElementLoader
 
DefaultUploadPackFactory - Class in org.eclipse.jgit.http.server.resolver
Create and configure UploadPack service instance.
DefaultUploadPackFactory() - Constructor for class org.eclipse.jgit.http.server.resolver.DefaultUploadPackFactory
 
DefaultUserConfiguration - Class in dev.getelements.elements.service.defaults
Creates a default user for first time Elements setup
DefaultUserConfiguration() - Constructor for class dev.getelements.elements.service.defaults.DefaultUserConfiguration
 
defaultValue(Object) - Method in class dev.getelements.elements.sdk.model.util.MetadataSpecBuilder.PropertyBuilder
 
define(ElementServiceRecord) - Method in class dev.getelements.elements.sdk.spi.guice.GuiceSpiModule
 
definition() - Method in record class dev.getelements.elements.sdk.record.ElementRecord
Returns the value of the definition record component.
DelegatingLocalClassLoader - Class in dev.getelements.elements.sdk.local
 
DelegatingLocalClassLoader(ClassLoader) - Constructor for class dev.getelements.elements.sdk.local.DelegatingLocalClassLoader
 
delete() - Method in class dev.getelements.elements.rt.transact.AbstractResourceEntry
 
delete() - Method in class dev.getelements.elements.rt.transact.AbstractTaskEntry
 
delete() - Method in interface dev.getelements.elements.rt.transact.ResourceEntry
Flags this entry for removal returning the entry to absent state.
delete() - Method in interface dev.getelements.elements.rt.transact.TaskEntry
Clears this entry, if the entry is absent, then this has no effect.
delete(String) - Method in class dev.getelements.elements.dao.mongo.MongoRewardIssuanceDao
 
delete(String) - Method in interface dev.getelements.elements.sdk.dao.RewardIssuanceDao
Deltes a RewardIssuance with the supplied id.
DELETE - Enum constant in enum class dev.getelements.elements.sdk.model.index.IndexOperation
Delete the index.
deleteAccount(FirebaseDeleteAccountRequest) - Method in class dev.getelements.elements.service.FirebaseTestClient
 
deleteAdvancedInventoryItem(String) - Method in class dev.getelements.elements.rest.inventory.AdvancedInventoryItemResource
 
deleteAppleIapReceipt(String) - Method in class dev.getelements.elements.dao.mongo.MongoAppleIapReceiptDao
 
deleteAppleIapReceipt(String) - Method in interface dev.getelements.elements.sdk.dao.AppleIapReceiptDao
Deletes an existing receipt.
deleteAppleIapReceipt(String) - Method in interface dev.getelements.elements.sdk.service.appleiap.AppleIapReceiptService
Deletes an existing receipt.
deleteAppleIapReceipt(String) - Method in class dev.getelements.elements.service.appleiap.UserAppleIapReceiptService
 
deleteApplication(String) - Method in class dev.getelements.elements.rest.application.ApplicationResource
 
deleteApplication(String) - Method in interface dev.getelements.elements.sdk.service.application.ApplicationService
Deletes an Application with the specific name or identifier.
deleteApplication(String) - Method in class dev.getelements.elements.service.application.AnonApplicationService
 
deleteApplication(String) - Method in class dev.getelements.elements.service.application.SuperUserApplicationService
 
deleteApplicationConfiguration(Class<? extends ApplicationConfiguration>, String, String) - Method in class dev.getelements.elements.dao.mongo.application.MongoApplicationConfigurationDao
 
deleteApplicationConfiguration(Class<? extends ApplicationConfiguration>, String, String) - Method in interface dev.getelements.elements.sdk.dao.ApplicationConfigurationDao
Deletes the application configuration.
deleteApplicationConfiguration(String, String) - Method in interface dev.getelements.elements.sdk.service.application.FacebookApplicationConfigurationService
Deletes an FacebookApplicationConfiguration using the ID as reference.
deleteApplicationConfiguration(String, String) - Method in interface dev.getelements.elements.sdk.service.application.FirebaseApplicationConfigurationService
Deletes an instance of FirebaseApplicationConfiguration.
deleteApplicationConfiguration(String, String) - Method in interface dev.getelements.elements.sdk.service.application.GooglePlayApplicationConfigurationService
Deletes an GooglePlayApplicationConfiguration using the ID as reference.
deleteApplicationConfiguration(String, String) - Method in interface dev.getelements.elements.sdk.service.application.IosApplicationConfigurationService
Deletes an IosApplicationConfiguration using the ID as reference.
deleteApplicationConfiguration(String, String) - Method in interface dev.getelements.elements.sdk.service.application.MatchmakingApplicationConfigurationService
Deletes an MatchmakingApplicationConfiguration using the ID as reference.
deleteApplicationConfiguration(String, String) - Method in interface dev.getelements.elements.sdk.service.application.PSNApplicationConfigurationService
Deletes a PSNApplicationConfiguration using the ID as reference.
deleteApplicationConfiguration(String, String) - Method in class dev.getelements.elements.service.application.AnonFacebookApplicationConfigurationService
 
deleteApplicationConfiguration(String, String) - Method in class dev.getelements.elements.service.application.AnonGooglePlayApplicationConfigurationService
 
deleteApplicationConfiguration(String, String) - Method in class dev.getelements.elements.service.application.AnonIosApplicationConfigurationService
 
deleteApplicationConfiguration(String, String) - Method in class dev.getelements.elements.service.application.SuperUserFacebookApplicationConfigurationService
 
deleteApplicationConfiguration(String, String) - Method in class dev.getelements.elements.service.application.SuperUserFirebaseApplicationConfigurationService
 
deleteApplicationConfiguration(String, String) - Method in class dev.getelements.elements.service.application.SuperUserGooglePlayApplicationConfigurationService
 
deleteApplicationConfiguration(String, String) - Method in class dev.getelements.elements.service.application.SuperUserIosApplicationConfigurationService
 
deleteApplicationConfiguration(String, String) - Method in class dev.getelements.elements.service.application.SuperUserMatchmakingApplicationConfigurationService
 
deleteApplicationConfiguration(String, String) - Method in class dev.getelements.elements.service.application.SuperUserPSNApplicationConfigurationService
 
deleteAuthScheme(String) - Method in class dev.getelements.elements.dao.mongo.auth.MongoAuthSchemeDao
 
deleteAuthScheme(String) - Method in class dev.getelements.elements.dao.mongo.auth.MongoOAuth2AuthSchemeDao
 
deleteAuthScheme(String) - Method in class dev.getelements.elements.dao.mongo.auth.MongoOidcAuthSchemeDao
 
deleteAuthScheme(String) - Method in class dev.getelements.elements.rest.auth.AuthSchemeResource
 
deleteAuthScheme(String) - Method in class dev.getelements.elements.rest.auth.OAuth2AuthSchemeResource
 
deleteAuthScheme(String) - Method in class dev.getelements.elements.rest.auth.OidcAuthSchemeResource
 
deleteAuthScheme(String) - Method in interface dev.getelements.elements.sdk.dao.AuthSchemeDao
Deletes the AuthScheme with the supplied auth scheme ID.
deleteAuthScheme(String) - Method in interface dev.getelements.elements.sdk.dao.OAuth2AuthSchemeDao
Deletes the AuthScheme with the supplied auth scheme ID.
deleteAuthScheme(String) - Method in interface dev.getelements.elements.sdk.dao.OidcAuthSchemeDao
Deletes the AuthScheme with the supplied auth scheme ID.
deleteAuthScheme(String) - Method in interface dev.getelements.elements.sdk.service.auth.AuthSchemeService
Deletes the AuthScheme with the supplied auth scheme ID.
deleteAuthScheme(String) - Method in interface dev.getelements.elements.sdk.service.auth.OAuth2AuthSchemeService
Deletes the OAuth2AuthScheme with the supplied auth scheme ID.
deleteAuthScheme(String) - Method in interface dev.getelements.elements.sdk.service.auth.OidcAuthSchemeService
Deletes the OidcAuthScheme with the supplied auth scheme ID.
deleteAuthScheme(String) - Method in class dev.getelements.elements.service.auth.SuperUserAuthSchemeService
 
deleteAuthScheme(String) - Method in class dev.getelements.elements.service.auth.SuperUserOAuth2AuthSchemeService
 
deleteAuthScheme(String) - Method in class dev.getelements.elements.service.auth.SuperUserOidcAuthSchemeService
 
deleteContract(String) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoSmartContractDao
 
deleteContract(String) - Method in class dev.getelements.elements.rest.blockchain.SmartContractResource
 
deleteContract(String) - Method in interface dev.getelements.elements.sdk.dao.SmartContractDao
Deletes a SmartContract.
deleteContract(String) - Method in interface dev.getelements.elements.sdk.service.blockchain.SmartContractService
Deletes the SmartContract with the supplied contract ID.
deleteContract(String) - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserSmartContractService
 
DELETED - Enum constant in enum class dev.getelements.elements.rt.transact.unix.UnixFSUtils.CommitResult
The supplied path was deleted because the update was the tombstone.
deleteDeployment(String, String) - Method in class dev.getelements.elements.dao.mongo.MongoDeploymentDao
 
deleteDeployment(String, String) - Method in class dev.getelements.elements.rest.cdn.DeploymentResource
 
deleteDeployment(String, String) - Method in interface dev.getelements.elements.sdk.dao.DeploymentDao
 
deleteDeployment(String, String) - Method in interface dev.getelements.elements.sdk.service.cdn.CdnDeploymentService
 
deleteDeployment(String, String) - Method in class dev.getelements.elements.service.cdn.AnonCdnDeploymentService
 
deleteDeployment(String, String) - Method in class dev.getelements.elements.service.cdn.SuperuserDeploymentService
 
deleteDistinctInventoryItem(String) - Method in class dev.getelements.elements.dao.mongo.goods.MongoDistinctInventoryItemDao
 
deleteDistinctInventoryItem(String) - Method in class dev.getelements.elements.rest.inventory.DistinctInventoryItemResource
 
deleteDistinctInventoryItem(String) - Method in interface dev.getelements.elements.sdk.dao.DistinctInventoryItemDao
Deletes a distinct inventory item.
deleteFacebookApplicationConfiguration(String, String) - Method in class dev.getelements.elements.rest.application.FacebookApplicationConfigurationResource
Deletes an instance of FacebookApplicationConfiguration.
deleteFCMRegistration(String) - Method in class dev.getelements.elements.rest.notifications.FCMRegistrationResource
 
deleteFirebaseApplicationConfiguration(String, String) - Method in class dev.getelements.elements.rest.application.FirebaseApplicationConfigurationResource
Deletes an instance of FirebaseApplicationConfiguration.
deleteFollower(String, String) - Method in class dev.getelements.elements.rest.followers.FollowersResource
 
deleteFollower(String, String) - Method in interface dev.getelements.elements.sdk.service.follower.FollowerService
Deletes the link between the supplied profile id's, throwing an exception if the supplied id is not valid.
deleteFollower(String, String) - Method in class dev.getelements.elements.service.follower.SuperUserFollowerService
 
deleteFollower(String, String) - Method in class dev.getelements.elements.service.follower.UserFollowerService
 
deleteFollowerForProfile(String, String) - Method in class dev.getelements.elements.dao.mongo.MongoFollowerDao
 
deleteFollowerForProfile(String, String) - Method in interface dev.getelements.elements.sdk.dao.FollowerDao
Deletes the single instance of CreateFollowerRequest for the supplied profile id.
deleteFriend(String) - Method in interface dev.getelements.elements.sdk.service.friend.FriendService
Deletes the supplied Friend, throwing an exception if the supplied id is not valid.
deleteFriend(String) - Method in class dev.getelements.elements.service.friend.UserFriendService
 
deleteFriendForUser(User, String) - Method in class dev.getelements.elements.dao.mongo.MongoFriendDao
 
deleteFriendForUser(User, String) - Method in interface dev.getelements.elements.sdk.dao.FriendDao
Deletes the single instance of Friend for the supplied User.
deleteFriendRegistration(String) - Method in class dev.getelements.elements.rest.friends.FriendResource
 
deleteGooglePlayApplicationConfiguration(String, String) - Method in class dev.getelements.elements.rest.application.GooglePlayApplicationConfigurationResource
Deletes an instance of GooglePlayApplicationConfiguration.
deleteGooglePlayIapReceipt(String) - Method in class dev.getelements.elements.dao.mongo.MongoGooglePlayIapReceiptDao
 
deleteGooglePlayIapReceipt(String) - Method in interface dev.getelements.elements.sdk.dao.GooglePlayIapReceiptDao
Deletes an existing receipt.
deleteGooglePlayIapReceipt(String) - Method in interface dev.getelements.elements.sdk.service.googleplayiap.GooglePlayIapReceiptService
Deletes an existing receipt.
deleteGooglePlayIapReceipt(String) - Method in class dev.getelements.elements.service.googleplayiap.UserGooglePlayIapReceiptService
 
deleteInventoryItem(String) - Method in class dev.getelements.elements.dao.mongo.goods.MongoInventoryItemDao
 
deleteInventoryItem(String) - Method in interface dev.getelements.elements.sdk.dao.InventoryItemDao
Deletes an inventory item.
deleteInventoryItem(String) - Method in interface dev.getelements.elements.sdk.service.inventory.AdvancedInventoryItemService
Deletes an InventoryItem from the given User's inventory.
deleteInventoryItem(String) - Method in interface dev.getelements.elements.sdk.service.inventory.DistinctInventoryItemService
Deletes a specific distinct inventory item id.
deleteInventoryItem(String) - Method in interface dev.getelements.elements.sdk.service.inventory.SimpleInventoryItemService
Deletes an InventoryItem from the given User's inventory.
deleteInventoryItem(String) - Method in class dev.getelements.elements.service.inventory.SuperUserAdvancedInventoryItemService
 
deleteInventoryItem(String) - Method in class dev.getelements.elements.service.inventory.SuperUserDistinctInventoryItemService
 
deleteInventoryItem(String) - Method in class dev.getelements.elements.service.inventory.SuperUserSimpleInventoryItemService
 
deleteInventoryItem(String) - Method in class dev.getelements.elements.service.inventory.UserAdvancedInventoryItemService
 
deleteInventoryItem(String) - Method in class dev.getelements.elements.service.inventory.UserDistinctInventoryItemService
 
deleteInventoryItem(String) - Method in class dev.getelements.elements.service.inventory.UserSimpleInventoryItemService
 
deleteIosApplicationConfiguration(String, String) - Method in class dev.getelements.elements.rest.application.IosApplicationConfigurationResource
Deletes an instance of IosApplicationConfiguration.
deleteLargeObject(String) - Method in class dev.getelements.elements.dao.mongo.largeobject.GridFSLargeObjectBucket
 
deleteLargeObject(String) - Method in class dev.getelements.elements.dao.mongo.largeobject.MongoLargeObjectDao
 
deleteLargeObject(String) - Method in class dev.getelements.elements.rest.largeobject.LargeObjectResource
 
deleteLargeObject(String) - Method in interface dev.getelements.elements.sdk.dao.LargeObjectBucket
Deletes the LargeObject with the supplied id as well as the associated metadata.
deleteLargeObject(String) - Method in interface dev.getelements.elements.sdk.dao.LargeObjectDao
Deletes an instance of LargeObject from the database.
deleteLargeObject(String) - Method in interface dev.getelements.elements.sdk.service.largeobject.LargeObjectService
Deletes the instance of LargeObject, throw an instance of LargeObjectNotFoundException if the large object does not exist or the currently logged-in user does not have permission to access.
deleteLargeObject(String) - Method in class dev.getelements.elements.service.largeobject.AnonLargeObjectService
 
deleteLargeObject(String) - Method in class dev.getelements.elements.service.largeobject.SuperUserLargeObjectService
 
deleteLargeObject(String) - Method in class dev.getelements.elements.service.largeobject.UserLargeObjectService
 
deleteLeaderboard(String) - Method in class dev.getelements.elements.dao.mongo.MongoLeaderboardDao
 
deleteLeaderboard(String) - Method in class dev.getelements.elements.rest.leaderboard.LeaderboardResource
 
deleteLeaderboard(String) - Method in interface dev.getelements.elements.sdk.dao.LeaderboardDao
Deletes the Leaderboard with the name or identifier.
deleteLeaderboard(String) - Method in interface dev.getelements.elements.sdk.service.leaderboard.LeaderboardService
 
deleteLeaderboard(String) - Method in class dev.getelements.elements.service.leaderboard.AnonLeaderboardService
 
deleteLeaderboard(String) - Method in class dev.getelements.elements.service.leaderboard.SuperUserLeaderboardService
 
deleteMatch(String) - Method in class dev.getelements.elements.rest.matchmaking.MatchResource
 
deleteMatch(String) - Method in interface dev.getelements.elements.sdk.service.match.MatchService
Deletes a Match with the supplied ID, as determined by Match.getId().
deleteMatch(String) - Method in class dev.getelements.elements.service.match.UserMatchService
 
deleteMatch(String, String) - Method in class dev.getelements.elements.dao.mongo.match.MongoMatchDao
 
deleteMatch(String, String) - Method in interface dev.getelements.elements.sdk.dao.MatchDao
Delets a Match, specyifying the id of the Match.
deleteMatchmakingApplicationConfiguration(String, String) - Method in class dev.getelements.elements.rest.application.MatchmakingApplicationConfigurationResource
Deletes an instance of MatchmakingApplicationConfiguration.
deleteMessage(String) - Method in class dev.getelements.elements.sdk.test.element.rs.MessageEndpoint
 
deleteMetadataSpec(String) - Method in class dev.getelements.elements.dao.mongo.schema.MongoMetadataSpecDao
 
deleteMetadataSpec(String) - Method in class dev.getelements.elements.rest.schema.MetadataSpecResource
 
deleteMetadataSpec(String) - Method in interface dev.getelements.elements.sdk.dao.MetadataSpecDao
Deletes the MetadataSpec with the supplied metadataSpec ID.
deleteMetadataSpec(String) - Method in interface dev.getelements.elements.sdk.service.schema.MetadataSpecService
Deletes the MetadataSpec with the supplied metadata Spec ID.
deleteMetadataSpec(String) - Method in class dev.getelements.elements.service.schema.SuperUserMetadataSpecService
 
deleteMission(String) - Method in class dev.getelements.elements.dao.mongo.mission.MongoMissionDao
 
deleteMission(String) - Method in class dev.getelements.elements.rest.mission.MissionResource
 
deleteMission(String) - Method in interface dev.getelements.elements.sdk.dao.MissionDao
Deletes a mission.
deleteMission(String) - Method in interface dev.getelements.elements.sdk.service.mission.MissionService
Deletes the Mission with the supplied id or name.
deleteMission(String) - Method in class dev.getelements.elements.service.mission.AnonMissionService
 
deleteMission(String) - Method in class dev.getelements.elements.service.mission.SuperUserMissionService
 
deleteProfile(String) - Method in interface dev.getelements.elements.sdk.service.profile.ProfileService
Deletes the Profile with the supplied profile ID.
deleteProfile(String) - Method in class dev.getelements.elements.service.profile.SuperUserProfileService
 
deleteProfile(String) - Method in class dev.getelements.elements.service.profile.UserProfileService
 
deleteProgress(String) - Method in class dev.getelements.elements.dao.mongo.mission.MongoProgressDao
 
deleteProgress(String) - Method in class dev.getelements.elements.rest.mission.ProgressResource
 
deleteProgress(String) - Method in interface dev.getelements.elements.sdk.dao.ProgressDao
Deletes a progress.
deleteProgress(String) - Method in interface dev.getelements.elements.sdk.service.progress.ProgressService
Deletes the Progress with the supplied id or name.
deleteProgress(String) - Method in class dev.getelements.elements.service.progress.SuperUserProgressService
 
deleteProgress(String) - Method in class dev.getelements.elements.service.progress.UserProgressService
 
deletePSNApplicationConfiguration(String, String) - Method in class dev.getelements.elements.rest.application.PSNApplicationConfigurationResource
Deletes an instance of PSNApplicationConfiguration.
deleteRegistration(String) - Method in class dev.getelements.elements.dao.mongo.MongoFCMRegistrationDao
 
deleteRegistration(String) - Method in interface dev.getelements.elements.sdk.dao.FCMRegistrationDao
Deletes an instance of FCMRegistration based on the supplied id.
deleteRegistration(String) - Method in interface dev.getelements.elements.sdk.service.firebase.FCMRegistrationService
Delets an instance of FCMRegistration based on the supplied ID.
deleteRegistration(String) - Method in class dev.getelements.elements.service.notification.SuperUserFCMRegistrationService
 
deleteRegistration(String) - Method in class dev.getelements.elements.service.notification.UserFCMRegistrationService
 
deleteRegistrationWithRequestingProfile(Profile, String) - Method in class dev.getelements.elements.dao.mongo.MongoFCMRegistrationDao
 
deleteRegistrationWithRequestingProfile(Profile, String) - Method in interface dev.getelements.elements.sdk.dao.FCMRegistrationDao
Deletes an instance of FCMRegistration based on the supplied id.
deleteSaveDocument(String) - Method in class dev.getelements.elements.dao.mongo.savedata.MongoSaveDataDocumentDao
 
deleteSaveDocument(String) - Method in class dev.getelements.elements.rest.savedata.SaveDataDocumentResource
 
deleteSaveDocument(String) - Method in interface dev.getelements.elements.sdk.dao.SaveDataDocumentDao
Deletes the save game document.
deleteSaveDocument(String) - Method in interface dev.getelements.elements.sdk.service.savedata.SaveDataDocumentService
Deletes the supplied SaveDataDocument.
deleteSaveDocument(String) - Method in class dev.getelements.elements.service.savedata.SuperUserSaveDataDocumentService
 
deleteSaveDocument(String) - Method in class dev.getelements.elements.service.savedata.UserSaveDataDocumentService
 
deleteSchedule(String) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleDao
 
deleteSchedule(String) - Method in class dev.getelements.elements.rest.mission.ScheduleResource
 
deleteSchedule(String) - Method in interface dev.getelements.elements.sdk.dao.ScheduleDao
 
deleteSchedule(String) - Method in interface dev.getelements.elements.sdk.service.mission.ScheduleService
 
deleteSchedule(String) - Method in class dev.getelements.elements.service.mission.SuperUserScheduleService
 
deleteScheduleEvent(String, String) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleEventDao
 
deleteScheduleEvent(String, String) - Method in class dev.getelements.elements.rest.mission.ScheduleEventResource
 
deleteScheduleEvent(String, String) - Method in interface dev.getelements.elements.sdk.dao.ScheduleEventDao
Deletes a specific schedule event.
deleteScheduleEvent(String, String) - Method in interface dev.getelements.elements.sdk.service.mission.ScheduleEventService
 
deleteScheduleEvent(String, String) - Method in class dev.getelements.elements.service.mission.SuperUserScheduleEventService
 
deleteScheduleEvents(String) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleEventDao
 
deleteScheduleEvents(String) - Method in interface dev.getelements.elements.sdk.dao.ScheduleEventDao
Deletes all events associated with the supplied schedule id.
deleteSimpleInventoryItem(String) - Method in class dev.getelements.elements.rest.inventory.SimpleInventoryItemResource
 
deleteTask(TaskId) - Method in class dev.getelements.elements.rt.transact.AbstractTaskEntry
 
deleteTask(TaskId) - Method in interface dev.getelements.elements.rt.transact.ReadWriteTransaction
Deletes the TaskId from the datastore.
deleteTask(TaskId) - Method in interface dev.getelements.elements.rt.transact.TaskEntry
Deletes a TaskId and timestamp from this TaskIndex.
deleteTempFilesAndDirectories() - Method in class dev.getelements.elements.sdk.util.TemporaryFiles
Deletes all temporary files and directories created by this TemporaryFiles instance.
deleteToken(String) - Method in class dev.getelements.elements.dao.mongo.MongoTokensWithExpirationDao
 
deleteToken(String) - Method in interface dev.getelements.elements.sdk.dao.TokensWithExpirationDao
Deletes the token using its id.
deleteTokensByUser(User) - Method in class dev.getelements.elements.dao.mongo.MongoTokensWithExpirationDao
 
deleteTokensByUser(User) - Method in interface dev.getelements.elements.sdk.dao.TokensWithExpirationDao
Deletes all existing tokens associated with given user
deleteUser(String) - Method in interface dev.getelements.elements.sdk.service.user.UserService
Removes a user from the system, effectively deleting his/her account.
deleteUser(String) - Method in class dev.getelements.elements.service.user.AnonUserService
 
deleteUser(String) - Method in class dev.getelements.elements.service.user.SuperuserUserService
 
deleteUser(String) - Method in class dev.getelements.elements.service.user.UserUserService
 
deleteVault(String) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoVaultDao
 
deleteVault(String) - Method in class dev.getelements.elements.rest.blockchain.VaultResource
 
deleteVault(String) - Method in interface dev.getelements.elements.sdk.dao.VaultDao
Deletes a Vault with the supplied identifier.
deleteVault(String) - Method in interface dev.getelements.elements.sdk.service.blockchain.VaultService
Deletes a Vault.
deleteVault(String) - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserVaultService
 
deleteVault(String) - Method in class dev.getelements.elements.service.blockchain.omni.UserVaultService
 
deleteVaultForUser(String, String) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoVaultDao
 
deleteVaultForUser(String, String) - Method in interface dev.getelements.elements.sdk.dao.VaultDao
Deletes the Vault for the supplied urse
deleteWallet(String) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoWalletDao
 
deleteWallet(String) - Method in interface dev.getelements.elements.sdk.dao.WalletDao
Deletes the Wallet with the supplied wallet ID.
deleteWallet(String) - Method in interface dev.getelements.elements.sdk.service.blockchain.WalletService
Deletes the Wallet with the supplied wallet ID.
deleteWallet(String) - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserWalletService
 
deleteWallet(String) - Method in class dev.getelements.elements.service.blockchain.omni.UserWalletService
 
deleteWallet(String, String) - Method in class dev.getelements.elements.rest.blockchain.VaultWalletResource
 
deleteWalletForUser(String, String) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoWalletDao
 
deleteWalletForUser(String, String) - Method in interface dev.getelements.elements.sdk.dao.WalletDao
Deletes a wallet for the supplied user.
deleteWalletForVault(String, String) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoWalletDao
 
deleteWalletForVault(String, String) - Method in interface dev.getelements.elements.sdk.dao.WalletDao
Deletes a wallet for the supplied user and vault.
deleteWalletFromVault(String, String) - Method in interface dev.getelements.elements.sdk.service.blockchain.WalletService
Deletes the Wallet with the supplied id, from the vault.
deleteWalletFromVault(String, String) - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserWalletService
 
deleteWalletFromVault(String, String) - Method in class dev.getelements.elements.service.blockchain.omni.UserWalletService
 
deleteWalletsInMongoVault(MongoVault) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoWalletDao
 
deployApplication(Application) - Method in class dev.getelements.elements.common.app.AbstractApplicationDeploymentService
 
deployApplication(Application) - Method in interface dev.getelements.elements.common.app.ApplicationDeploymentService
Deploys the Application.
deployAvailableApplications() - Method in class dev.getelements.elements.app.serve.JettyApplicationDeploymentService
 
deployAvailableApplications() - Method in interface dev.getelements.elements.common.app.ApplicationDeploymentService
Starts the ApplicationDeploymentService, deploying all Applications and loading them into the service.
Deployment - Class in dev.getelements.elements.sdk.model
 
Deployment() - Constructor for class dev.getelements.elements.sdk.model.Deployment
 
DeploymentDao - Interface in dev.getelements.elements.sdk.dao
 
DeploymentNotFoundException - Exception Class in dev.getelements.elements.sdk.model.exception.cdnserve
 
DeploymentNotFoundException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.cdnserve.DeploymentNotFoundException
 
DeploymentNotFoundException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.cdnserve.DeploymentNotFoundException
 
DeploymentNotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.cdnserve.DeploymentNotFoundException
 
DeploymentNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.cdnserve.DeploymentNotFoundException
 
DeploymentNotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.cdnserve.DeploymentNotFoundException
 
DeploymentResource - Class in dev.getelements.elements.rest.cdn
 
DeploymentResource() - Constructor for class dev.getelements.elements.rest.cdn.DeploymentResource
 
deprecated() - Element in annotation interface dev.getelements.elements.rt.annotation.DeprecationDefinition
Flag to indicate explicit deprecation.
deprecated() - Element in annotation interface dev.getelements.elements.rt.annotation.ModuleDefinition
Indicates that importing this particular module is deprecated.
deprecated() - Element in annotation interface dev.getelements.elements.rt.annotation.RemotelyInvokable
Indicates the deprecation status of the method.
deprecated() - Element in annotation interface dev.getelements.elements.rt.annotation.RemoteScope
Indicates if this service is deprecated.
Deprecation - Class in dev.getelements.elements.rt.manifest
 
Deprecation() - Constructor for class dev.getelements.elements.rt.manifest.Deprecation
 
DeprecationDefinition - Annotation Interface in dev.getelements.elements.rt.annotation
Indicates that the
description() - Element in annotation interface dev.getelements.elements.sdk.annotation.ElementEventProducer
A brief description of the Event.
deserialize(InputStream) - Method in interface dev.getelements.elements.rt.Resource
Restores the entire state of this Resource from the supplied InputStream.
deserialize(InputStream) - Method in class dev.getelements.elements.rt.transact.TransactionalResource
 
deserialize(ReadableByteChannel) - Method in interface dev.getelements.elements.rt.Resource
Restores the entire state of this Resource from the supplied InputStream.
deserialize(ReadableByteChannel) - Method in class dev.getelements.elements.rt.transact.TransactionalResource
 
designation() - Method in record class dev.getelements.elements.sdk.record.ElementDesignationRecord
Returns the value of the designation record component.
DESIGNATION_SEPARATOR - Static variable in record class dev.getelements.elements.sdk.record.ElementDesignationRecord
 
destination() - Method in record class dev.getelements.elements.sdk.model.util.SimpleMapperRegistry.MappingKey
Returns the value of the destination record component.
destroy() - Method in class dev.getelements.elements.docserve.DocSwaggerConfigurationFilter
 
destroy() - Method in class dev.getelements.elements.rest.guice.RestDocRedirectFilter
 
destroy() - Method in class dev.getelements.elements.servlet.security.HttpServletBasicAuthFilter
 
destroy() - Method in class dev.getelements.elements.servlet.security.HttpServletCORSFilter
 
destroy() - Method in class dev.getelements.elements.servlet.security.HttpServletGlobalSecretHeaderFilter
 
destroy() - Method in class org.eclipse.jgit.http.server.glue.MetaFilter
 
destroy() - Method in class org.eclipse.jgit.http.server.glue.MetaServlet
 
destroy() - Method in class org.eclipse.jgit.http.server.glue.RegexGroupFilter
 
destroy() - Method in class org.eclipse.jgit.http.server.RepositoryFilter
 
destroy(ResourceId) - Method in interface dev.getelements.elements.rt.ResourceContext
Destroys the Resource with the provided ResourceId.
destroy(ResourceId) - Method in interface dev.getelements.elements.rt.ResourceService
Removes a Resource and then immediately closes it.
destroy(String) - Method in interface dev.getelements.elements.rt.ResourceService
Removes a Resource and then immediately closes it.
destroyAllResources() - Method in interface dev.getelements.elements.rt.ResourceContext
Performs the operations of ResourceContext.destroyAllResourcesAsync(Consumer, Consumer) in a synchronous fashion.
destroyAllResources() - Method in class dev.getelements.elements.rt.SimpleResourceContext
 
destroyAllResourcesAsync(Consumer<Void>, Consumer<Throwable>) - Method in interface dev.getelements.elements.rt.ResourceContext
Clears all Resource instances from the system.
destroyAllResourcesAsync(Consumer<Void>, Consumer<Throwable>) - Method in class dev.getelements.elements.rt.SimpleResourceContext
 
destroyAsync(Consumer<Void>, Consumer<Throwable>, ResourceId) - Method in interface dev.getelements.elements.rt.ResourceContext
Destroys the Resource with the provided ResourceId.
destroyAsync(Consumer<Void>, Consumer<Throwable>, ResourceId) - Method in class dev.getelements.elements.rt.SimpleResourceContext
 
destroyAsync(Consumer<Void>, Consumer<Throwable>, String) - Method in interface dev.getelements.elements.rt.ResourceContext
Destroys the Resource using the ResourceId String.
destroyResources(Path, int) - Method in interface dev.getelements.elements.rt.ResourceService
Destroys all Resources at the provided Path.
determine(Method) - Static method in enum class dev.getelements.elements.rt.annotation.Dispatch.Type
Inspects the supplied Method and determines the type of dispatch used.
dev.getelements.elements.app.serve - package dev.getelements.elements.app.serve
 
dev.getelements.elements.app.serve.guice - package dev.getelements.elements.app.serve.guice
 
dev.getelements.elements.app.serve.loader - package dev.getelements.elements.app.serve.loader
 
dev.getelements.elements.appnode - package dev.getelements.elements.appnode
 
dev.getelements.elements.appnode.guice - package dev.getelements.elements.appnode.guice
 
dev.getelements.elements.appnode.security - package dev.getelements.elements.appnode.security
 
dev.getelements.elements.cdnserve - package dev.getelements.elements.cdnserve
 
dev.getelements.elements.cdnserve.guice - package dev.getelements.elements.cdnserve.guice
 
dev.getelements.elements.codeserve - package dev.getelements.elements.codeserve
 
dev.getelements.elements.codeserve.guice - package dev.getelements.elements.codeserve.guice
 
dev.getelements.elements.common.app - package dev.getelements.elements.common.app
 
dev.getelements.elements.common.util.mapstruct - package dev.getelements.elements.common.util.mapstruct
 
dev.getelements.elements.config - package dev.getelements.elements.config
 
dev.getelements.elements.dao.mongo - package dev.getelements.elements.dao.mongo
 
dev.getelements.elements.dao.mongo.application - package dev.getelements.elements.dao.mongo.application
 
dev.getelements.elements.dao.mongo.auth - package dev.getelements.elements.dao.mongo.auth
 
dev.getelements.elements.dao.mongo.blockchain - package dev.getelements.elements.dao.mongo.blockchain
 
dev.getelements.elements.dao.mongo.codec - package dev.getelements.elements.dao.mongo.codec
 
dev.getelements.elements.dao.mongo.goods - package dev.getelements.elements.dao.mongo.goods
 
dev.getelements.elements.dao.mongo.guice - package dev.getelements.elements.dao.mongo.guice
 
dev.getelements.elements.dao.mongo.health - package dev.getelements.elements.dao.mongo.health
 
dev.getelements.elements.dao.mongo.largeobject - package dev.getelements.elements.dao.mongo.largeobject
 
dev.getelements.elements.dao.mongo.mapper - package dev.getelements.elements.dao.mongo.mapper
 
dev.getelements.elements.dao.mongo.match - package dev.getelements.elements.dao.mongo.match
 
dev.getelements.elements.dao.mongo.mission - package dev.getelements.elements.dao.mongo.mission
 
dev.getelements.elements.dao.mongo.model - package dev.getelements.elements.dao.mongo.model
 
dev.getelements.elements.dao.mongo.model.application - package dev.getelements.elements.dao.mongo.model.application
 
dev.getelements.elements.dao.mongo.model.auth - package dev.getelements.elements.dao.mongo.model.auth
 
dev.getelements.elements.dao.mongo.model.blockchain - package dev.getelements.elements.dao.mongo.model.blockchain
 
dev.getelements.elements.dao.mongo.model.goods - package dev.getelements.elements.dao.mongo.model.goods
 
dev.getelements.elements.dao.mongo.model.index - package dev.getelements.elements.dao.mongo.model.index
 
dev.getelements.elements.dao.mongo.model.largeobject - package dev.getelements.elements.dao.mongo.model.largeobject
 
dev.getelements.elements.dao.mongo.model.match - package dev.getelements.elements.dao.mongo.model.match
 
dev.getelements.elements.dao.mongo.model.mission - package dev.getelements.elements.dao.mongo.model.mission
 
dev.getelements.elements.dao.mongo.model.savedata - package dev.getelements.elements.dao.mongo.model.savedata
 
dev.getelements.elements.dao.mongo.model.schema - package dev.getelements.elements.dao.mongo.model.schema
 
dev.getelements.elements.dao.mongo.model.score - package dev.getelements.elements.dao.mongo.model.score
 
dev.getelements.elements.dao.mongo.provider - package dev.getelements.elements.dao.mongo.provider
 
dev.getelements.elements.dao.mongo.query - package dev.getelements.elements.dao.mongo.query
 
dev.getelements.elements.dao.mongo.savedata - package dev.getelements.elements.dao.mongo.savedata
 
dev.getelements.elements.dao.mongo.schema - package dev.getelements.elements.dao.mongo.schema
 
dev.getelements.elements.dao.mongo.test - package dev.getelements.elements.dao.mongo.test
 
dev.getelements.elements.docserve - package dev.getelements.elements.docserve
 
dev.getelements.elements.exception - package dev.getelements.elements.exception
 
dev.getelements.elements.git - package dev.getelements.elements.git
 
dev.getelements.elements.guice - package dev.getelements.elements.guice
 
dev.getelements.elements.jetty - package dev.getelements.elements.jetty
 
dev.getelements.elements.jrpc - package dev.getelements.elements.jrpc
 
dev.getelements.elements.remote.jeromq - package dev.getelements.elements.remote.jeromq
 
dev.getelements.elements.rest - package dev.getelements.elements.rest
 
dev.getelements.elements.rest.apple - package dev.getelements.elements.rest.apple
 
dev.getelements.elements.rest.application - package dev.getelements.elements.rest.application
 
dev.getelements.elements.rest.auth - package dev.getelements.elements.rest.auth
 
dev.getelements.elements.rest.blockchain - package dev.getelements.elements.rest.blockchain
 
dev.getelements.elements.rest.cdn - package dev.getelements.elements.rest.cdn
 
dev.getelements.elements.rest.codegen - package dev.getelements.elements.rest.codegen
 
dev.getelements.elements.rest.followers - package dev.getelements.elements.rest.followers
 
dev.getelements.elements.rest.friends - package dev.getelements.elements.rest.friends
 
dev.getelements.elements.rest.goods - package dev.getelements.elements.rest.goods
 
dev.getelements.elements.rest.google - package dev.getelements.elements.rest.google
 
dev.getelements.elements.rest.guice - package dev.getelements.elements.rest.guice
 
dev.getelements.elements.rest.index - package dev.getelements.elements.rest.index
 
dev.getelements.elements.rest.inventory - package dev.getelements.elements.rest.inventory
 
dev.getelements.elements.rest.invite - package dev.getelements.elements.rest.invite
 
dev.getelements.elements.rest.jersey.largeobject - package dev.getelements.elements.rest.jersey.largeobject
 
dev.getelements.elements.rest.largeobject - package dev.getelements.elements.rest.largeobject
 
dev.getelements.elements.rest.leaderboard - package dev.getelements.elements.rest.leaderboard
 
dev.getelements.elements.rest.matchmaking - package dev.getelements.elements.rest.matchmaking
 
dev.getelements.elements.rest.mission - package dev.getelements.elements.rest.mission
 
dev.getelements.elements.rest.notifications - package dev.getelements.elements.rest.notifications
 
dev.getelements.elements.rest.profile - package dev.getelements.elements.rest.profile
 
dev.getelements.elements.rest.savedata - package dev.getelements.elements.rest.savedata
 
dev.getelements.elements.rest.schema - package dev.getelements.elements.rest.schema
 
dev.getelements.elements.rest.security - package dev.getelements.elements.rest.security
 
dev.getelements.elements.rest.status - package dev.getelements.elements.rest.status
 
dev.getelements.elements.rest.test - package dev.getelements.elements.rest.test
 
dev.getelements.elements.rest.test.model - package dev.getelements.elements.rest.test.model
 
dev.getelements.elements.rest.user - package dev.getelements.elements.rest.user
 
dev.getelements.elements.rpc - package dev.getelements.elements.rpc
 
dev.getelements.elements.rpc.guice - package dev.getelements.elements.rpc.guice
 
dev.getelements.elements.rt - package dev.getelements.elements.rt
 
dev.getelements.elements.rt.annotation - package dev.getelements.elements.rt.annotation
 
dev.getelements.elements.rt.exception - package dev.getelements.elements.rt.exception
 
dev.getelements.elements.rt.fst - package dev.getelements.elements.rt.fst
 
dev.getelements.elements.rt.git - package dev.getelements.elements.rt.git
 
dev.getelements.elements.rt.guice - package dev.getelements.elements.rt.guice
 
dev.getelements.elements.rt.jackson - package dev.getelements.elements.rt.jackson
 
dev.getelements.elements.rt.jackson.guice - package dev.getelements.elements.rt.jackson.guice
 
dev.getelements.elements.rt.jeromq - package dev.getelements.elements.rt.jeromq
 
dev.getelements.elements.rt.jersey - package dev.getelements.elements.rt.jersey
 
dev.getelements.elements.rt.jersey.guice - package dev.getelements.elements.rt.jersey.guice
 
dev.getelements.elements.rt.jrpc - package dev.getelements.elements.rt.jrpc
 
dev.getelements.elements.rt.kryo - package dev.getelements.elements.rt.kryo
 
dev.getelements.elements.rt.kryo.guice - package dev.getelements.elements.rt.kryo.guice
 
dev.getelements.elements.rt.manifest - package dev.getelements.elements.rt.manifest
 
dev.getelements.elements.rt.manifest.event - package dev.getelements.elements.rt.manifest.event
 
dev.getelements.elements.rt.manifest.jrpc - package dev.getelements.elements.rt.manifest.jrpc
 
dev.getelements.elements.rt.manifest.model - package dev.getelements.elements.rt.manifest.model
 
dev.getelements.elements.rt.manifest.startup - package dev.getelements.elements.rt.manifest.startup
 
dev.getelements.elements.rt.provider - package dev.getelements.elements.rt.provider
 
dev.getelements.elements.rt.remote - package dev.getelements.elements.rt.remote
 
dev.getelements.elements.rt.remote.guice - package dev.getelements.elements.rt.remote.guice
 
dev.getelements.elements.rt.remote.jeromq - package dev.getelements.elements.rt.remote.jeromq
 
dev.getelements.elements.rt.remote.jeromq.guice - package dev.getelements.elements.rt.remote.jeromq.guice
 
dev.getelements.elements.rt.remote.provider - package dev.getelements.elements.rt.remote.provider
 
dev.getelements.elements.rt.remote.watchdog - package dev.getelements.elements.rt.remote.watchdog
 
dev.getelements.elements.rt.routing - package dev.getelements.elements.rt.routing
 
dev.getelements.elements.rt.transact - package dev.getelements.elements.rt.transact
 
dev.getelements.elements.rt.transact.unix - package dev.getelements.elements.rt.transact.unix
 
dev.getelements.elements.rt.util - package dev.getelements.elements.rt.util
 
dev.getelements.elements.sdk - package dev.getelements.elements.sdk
 
dev.getelements.elements.sdk.annotation - package dev.getelements.elements.sdk.annotation
The SDK Annotations in this package govern the visibility and services defined within an Element.
dev.getelements.elements.sdk.cluster - package dev.getelements.elements.sdk.cluster
 
dev.getelements.elements.sdk.cluster.id - package dev.getelements.elements.sdk.cluster.id
 
dev.getelements.elements.sdk.cluster.id.exception - package dev.getelements.elements.sdk.cluster.id.exception
 
dev.getelements.elements.sdk.cluster.path - package dev.getelements.elements.sdk.cluster.path
 
dev.getelements.elements.sdk.dao - package dev.getelements.elements.sdk.dao
 
dev.getelements.elements.sdk.dao.index - package dev.getelements.elements.sdk.dao.index
 
dev.getelements.elements.sdk.exception - package dev.getelements.elements.sdk.exception
 
dev.getelements.elements.sdk.guice - package dev.getelements.elements.sdk.guice
The Guice SDK module is intended for using Guice to build an Element based system.
dev.getelements.elements.sdk.jakarta.rs - package dev.getelements.elements.sdk.jakarta.rs
 
dev.getelements.elements.sdk.local - package dev.getelements.elements.sdk.local
 
dev.getelements.elements.sdk.model - package dev.getelements.elements.sdk.model
 
dev.getelements.elements.sdk.model.advancement - package dev.getelements.elements.sdk.model.advancement
 
dev.getelements.elements.sdk.model.annotation - package dev.getelements.elements.sdk.model.annotation
 
dev.getelements.elements.sdk.model.appleiapreceipt - package dev.getelements.elements.sdk.model.appleiapreceipt
 
dev.getelements.elements.sdk.model.application - package dev.getelements.elements.sdk.model.application
 
dev.getelements.elements.sdk.model.auth - package dev.getelements.elements.sdk.model.auth
 
dev.getelements.elements.sdk.model.blockchain - package dev.getelements.elements.sdk.model.blockchain
 
dev.getelements.elements.sdk.model.blockchain.contract - package dev.getelements.elements.sdk.model.blockchain.contract
 
dev.getelements.elements.sdk.model.blockchain.contract.near - package dev.getelements.elements.sdk.model.blockchain.contract.near
 
dev.getelements.elements.sdk.model.blockchain.wallet - package dev.getelements.elements.sdk.model.blockchain.wallet
 
dev.getelements.elements.sdk.model.cdn - package dev.getelements.elements.sdk.model.cdn
 
dev.getelements.elements.sdk.model.codegen - package dev.getelements.elements.sdk.model.codegen
 
dev.getelements.elements.sdk.model.crypto - package dev.getelements.elements.sdk.model.crypto
 
dev.getelements.elements.sdk.model.exception - package dev.getelements.elements.sdk.model.exception
 
dev.getelements.elements.sdk.model.exception.application - package dev.getelements.elements.sdk.model.exception.application
 
dev.getelements.elements.sdk.model.exception.auth - package dev.getelements.elements.sdk.model.exception.auth
 
dev.getelements.elements.sdk.model.exception.blockchain - package dev.getelements.elements.sdk.model.exception.blockchain
 
dev.getelements.elements.sdk.model.exception.cdnserve - package dev.getelements.elements.sdk.model.exception.cdnserve
 
dev.getelements.elements.sdk.model.exception.crypto - package dev.getelements.elements.sdk.model.exception.crypto
 
dev.getelements.elements.sdk.model.exception.inventory - package dev.getelements.elements.sdk.model.exception.inventory
 
dev.getelements.elements.sdk.model.exception.item - package dev.getelements.elements.sdk.model.exception.item
 
dev.getelements.elements.sdk.model.exception.largeobject - package dev.getelements.elements.sdk.model.exception.largeobject
 
dev.getelements.elements.sdk.model.exception.mission - package dev.getelements.elements.sdk.model.exception.mission
 
dev.getelements.elements.sdk.model.exception.notification - package dev.getelements.elements.sdk.model.exception.notification
 
dev.getelements.elements.sdk.model.exception.profile - package dev.getelements.elements.sdk.model.exception.profile
 
dev.getelements.elements.sdk.model.exception.savedata - package dev.getelements.elements.sdk.model.exception.savedata
 
dev.getelements.elements.sdk.model.exception.schema - package dev.getelements.elements.sdk.model.exception.schema
 
dev.getelements.elements.sdk.model.exception.security - package dev.getelements.elements.sdk.model.exception.security
 
dev.getelements.elements.sdk.model.exception.user - package dev.getelements.elements.sdk.model.exception.user
 
dev.getelements.elements.sdk.model.follower - package dev.getelements.elements.sdk.model.follower
 
dev.getelements.elements.sdk.model.friend - package dev.getelements.elements.sdk.model.friend
 
dev.getelements.elements.sdk.model.goods - package dev.getelements.elements.sdk.model.goods
 
dev.getelements.elements.sdk.model.googleplayiapreceipt - package dev.getelements.elements.sdk.model.googleplayiapreceipt
 
dev.getelements.elements.sdk.model.health - package dev.getelements.elements.sdk.model.health
 
dev.getelements.elements.sdk.model.index - package dev.getelements.elements.sdk.model.index
 
dev.getelements.elements.sdk.model.inventory - package dev.getelements.elements.sdk.model.inventory
 
dev.getelements.elements.sdk.model.invite - package dev.getelements.elements.sdk.model.invite
 
dev.getelements.elements.sdk.model.largeobject - package dev.getelements.elements.sdk.model.largeobject
 
dev.getelements.elements.sdk.model.leaderboard - package dev.getelements.elements.sdk.model.leaderboard
 
dev.getelements.elements.sdk.model.match - package dev.getelements.elements.sdk.model.match
 
dev.getelements.elements.sdk.model.mission - package dev.getelements.elements.sdk.model.mission
 
dev.getelements.elements.sdk.model.notification - package dev.getelements.elements.sdk.model.notification
 
dev.getelements.elements.sdk.model.profile - package dev.getelements.elements.sdk.model.profile
 
dev.getelements.elements.sdk.model.reward - package dev.getelements.elements.sdk.model.reward
 
dev.getelements.elements.sdk.model.savedata - package dev.getelements.elements.sdk.model.savedata
 
dev.getelements.elements.sdk.model.schema - package dev.getelements.elements.sdk.model.schema
 
dev.getelements.elements.sdk.model.schema.json - package dev.getelements.elements.sdk.model.schema.json
 
dev.getelements.elements.sdk.model.schema.layout - package dev.getelements.elements.sdk.model.schema.layout
 
dev.getelements.elements.sdk.model.security - package dev.getelements.elements.sdk.model.security
 
dev.getelements.elements.sdk.model.session - package dev.getelements.elements.sdk.model.session
 
dev.getelements.elements.sdk.model.token - package dev.getelements.elements.sdk.model.token
 
dev.getelements.elements.sdk.model.user - package dev.getelements.elements.sdk.model.user
 
dev.getelements.elements.sdk.model.util - package dev.getelements.elements.sdk.model.util
 
dev.getelements.elements.sdk.query - package dev.getelements.elements.sdk.query
 
dev.getelements.elements.sdk.record - package dev.getelements.elements.sdk.record
 
dev.getelements.elements.sdk.service - package dev.getelements.elements.sdk.service
 
dev.getelements.elements.sdk.service.advancement - package dev.getelements.elements.sdk.service.advancement
 
dev.getelements.elements.sdk.service.appleiap - package dev.getelements.elements.sdk.service.appleiap
 
dev.getelements.elements.sdk.service.appleiap.client.exception - package dev.getelements.elements.sdk.service.appleiap.client.exception
 
dev.getelements.elements.sdk.service.appleiap.client.invoker - package dev.getelements.elements.sdk.service.appleiap.client.invoker
 
dev.getelements.elements.sdk.service.appleiap.client.model - package dev.getelements.elements.sdk.service.appleiap.client.model
 
dev.getelements.elements.sdk.service.application - package dev.getelements.elements.sdk.service.application
 
dev.getelements.elements.sdk.service.auth - package dev.getelements.elements.sdk.service.auth
 
dev.getelements.elements.sdk.service.blockchain - package dev.getelements.elements.sdk.service.blockchain
 
dev.getelements.elements.sdk.service.blockchain.crypto - package dev.getelements.elements.sdk.service.blockchain.crypto
 
dev.getelements.elements.sdk.service.blockchain.invoke - package dev.getelements.elements.sdk.service.blockchain.invoke
 
dev.getelements.elements.sdk.service.blockchain.invoke.evm - package dev.getelements.elements.sdk.service.blockchain.invoke.evm
 
dev.getelements.elements.sdk.service.blockchain.invoke.flow - package dev.getelements.elements.sdk.service.blockchain.invoke.flow
 
dev.getelements.elements.sdk.service.blockchain.invoke.near - package dev.getelements.elements.sdk.service.blockchain.invoke.near
 
dev.getelements.elements.sdk.service.cdn - package dev.getelements.elements.sdk.service.cdn
 
dev.getelements.elements.sdk.service.codegen - package dev.getelements.elements.sdk.service.codegen
 
dev.getelements.elements.sdk.service.firebase - package dev.getelements.elements.sdk.service.firebase
 
dev.getelements.elements.sdk.service.follower - package dev.getelements.elements.sdk.service.follower
 
dev.getelements.elements.sdk.service.friend - package dev.getelements.elements.sdk.service.friend
 
dev.getelements.elements.sdk.service.goods - package dev.getelements.elements.sdk.service.goods
 
dev.getelements.elements.sdk.service.googleplayiap - package dev.getelements.elements.sdk.service.googleplayiap
 
dev.getelements.elements.sdk.service.health - package dev.getelements.elements.sdk.service.health
 
dev.getelements.elements.sdk.service.index - package dev.getelements.elements.sdk.service.index
 
dev.getelements.elements.sdk.service.inventory - package dev.getelements.elements.sdk.service.inventory
 
dev.getelements.elements.sdk.service.invite - package dev.getelements.elements.sdk.service.invite
 
dev.getelements.elements.sdk.service.largeobject - package dev.getelements.elements.sdk.service.largeobject
 
dev.getelements.elements.sdk.service.leaderboard - package dev.getelements.elements.sdk.service.leaderboard
 
dev.getelements.elements.sdk.service.match - package dev.getelements.elements.sdk.service.match
 
dev.getelements.elements.sdk.service.mission - package dev.getelements.elements.sdk.service.mission
 
dev.getelements.elements.sdk.service.name - package dev.getelements.elements.sdk.service.name
 
dev.getelements.elements.sdk.service.notification - package dev.getelements.elements.sdk.service.notification
 
dev.getelements.elements.sdk.service.profile - package dev.getelements.elements.sdk.service.profile
 
dev.getelements.elements.sdk.service.progress - package dev.getelements.elements.sdk.service.progress
 
dev.getelements.elements.sdk.service.rewardissuance - package dev.getelements.elements.sdk.service.rewardissuance
 
dev.getelements.elements.sdk.service.savedata - package dev.getelements.elements.sdk.service.savedata
 
dev.getelements.elements.sdk.service.schema - package dev.getelements.elements.sdk.service.schema
 
dev.getelements.elements.sdk.service.topic - package dev.getelements.elements.sdk.service.topic
 
dev.getelements.elements.sdk.service.user - package dev.getelements.elements.sdk.service.user
 
dev.getelements.elements.sdk.service.util - package dev.getelements.elements.sdk.service.util
 
dev.getelements.elements.sdk.service.version - package dev.getelements.elements.sdk.service.version
 
dev.getelements.elements.sdk.spi - package dev.getelements.elements.sdk.spi
 
dev.getelements.elements.sdk.spi.guice - package dev.getelements.elements.sdk.spi.guice
 
dev.getelements.elements.sdk.test - package dev.getelements.elements.sdk.test
 
dev.getelements.elements.sdk.test.element - package dev.getelements.elements.sdk.test.element
 
dev.getelements.elements.sdk.test.element.a - package dev.getelements.elements.sdk.test.element.a
 
dev.getelements.elements.sdk.test.element.b - package dev.getelements.elements.sdk.test.element.b
 
dev.getelements.elements.sdk.test.element.rs - package dev.getelements.elements.sdk.test.element.rs
 
dev.getelements.elements.sdk.test.element.ws - package dev.getelements.elements.sdk.test.element.ws
 
dev.getelements.elements.sdk.util - package dev.getelements.elements.sdk.util
 
dev.getelements.elements.sdk.util.exception - package dev.getelements.elements.sdk.util.exception
 
dev.getelements.elements.sdk.util.reflection - package dev.getelements.elements.sdk.util.reflection
 
dev.getelements.elements.sdk.util.security - package dev.getelements.elements.sdk.util.security
 
dev.getelements.elements.security - package dev.getelements.elements.security
 
dev.getelements.elements.service - package dev.getelements.elements.service
 
dev.getelements.elements.service.advancement - package dev.getelements.elements.service.advancement
 
dev.getelements.elements.service.appleiap - package dev.getelements.elements.service.appleiap
 
dev.getelements.elements.service.appleiap.client.invoker.builder - package dev.getelements.elements.service.appleiap.client.invoker.builder
 
dev.getelements.elements.service.appleiap.client.invoker.invoker - package dev.getelements.elements.service.appleiap.client.invoker.invoker
 
dev.getelements.elements.service.application - package dev.getelements.elements.service.application
 
dev.getelements.elements.service.auth - package dev.getelements.elements.service.auth
 
dev.getelements.elements.service.blockchain.crypto - package dev.getelements.elements.service.blockchain.crypto
 
dev.getelements.elements.service.blockchain.crypto.evm - package dev.getelements.elements.service.blockchain.crypto.evm
 
dev.getelements.elements.service.blockchain.crypto.flow - package dev.getelements.elements.service.blockchain.crypto.flow
 
dev.getelements.elements.service.blockchain.crypto.near - package dev.getelements.elements.service.blockchain.crypto.near
 
dev.getelements.elements.service.blockchain.invoke - package dev.getelements.elements.service.blockchain.invoke
 
dev.getelements.elements.service.blockchain.invoke.evm - package dev.getelements.elements.service.blockchain.invoke.evm
 
dev.getelements.elements.service.blockchain.invoke.flow - package dev.getelements.elements.service.blockchain.invoke.flow
 
dev.getelements.elements.service.blockchain.invoke.near - package dev.getelements.elements.service.blockchain.invoke.near
 
dev.getelements.elements.service.blockchain.omni - package dev.getelements.elements.service.blockchain.omni
 
dev.getelements.elements.service.cdn - package dev.getelements.elements.service.cdn
 
dev.getelements.elements.service.codegen - package dev.getelements.elements.service.codegen
 
dev.getelements.elements.service.defaults - package dev.getelements.elements.service.defaults
 
dev.getelements.elements.service.firebase - package dev.getelements.elements.service.firebase
 
dev.getelements.elements.service.follower - package dev.getelements.elements.service.follower
 
dev.getelements.elements.service.friend - package dev.getelements.elements.service.friend
 
dev.getelements.elements.service.goods - package dev.getelements.elements.service.goods
 
dev.getelements.elements.service.googleplayiap - package dev.getelements.elements.service.googleplayiap
 
dev.getelements.elements.service.guice - package dev.getelements.elements.service.guice
 
dev.getelements.elements.service.guice.firebase - package dev.getelements.elements.service.guice.firebase
 
dev.getelements.elements.service.health - package dev.getelements.elements.service.health
 
dev.getelements.elements.service.index - package dev.getelements.elements.service.index
 
dev.getelements.elements.service.inventory - package dev.getelements.elements.service.inventory
 
dev.getelements.elements.service.invite - package dev.getelements.elements.service.invite
 
dev.getelements.elements.service.largeobject - package dev.getelements.elements.service.largeobject
 
dev.getelements.elements.service.leaderboard - package dev.getelements.elements.service.leaderboard
 
dev.getelements.elements.service.match - package dev.getelements.elements.service.match
 
dev.getelements.elements.service.mission - package dev.getelements.elements.service.mission
 
dev.getelements.elements.service.name - package dev.getelements.elements.service.name
 
dev.getelements.elements.service.notification - package dev.getelements.elements.service.notification
 
dev.getelements.elements.service.notification.firebase - package dev.getelements.elements.service.notification.firebase
 
dev.getelements.elements.service.profile - package dev.getelements.elements.service.profile
 
dev.getelements.elements.service.progress - package dev.getelements.elements.service.progress
 
dev.getelements.elements.service.rewardissuance - package dev.getelements.elements.service.rewardissuance
 
dev.getelements.elements.service.savedata - package dev.getelements.elements.service.savedata
 
dev.getelements.elements.service.schema - package dev.getelements.elements.service.schema
 
dev.getelements.elements.service.security - package dev.getelements.elements.service.security
 
dev.getelements.elements.service.topic - package dev.getelements.elements.service.topic
 
dev.getelements.elements.service.user - package dev.getelements.elements.service.user
 
dev.getelements.elements.service.util - package dev.getelements.elements.service.util
 
dev.getelements.elements.service.version - package dev.getelements.elements.service.version
 
dev.getelements.elements.servlet - package dev.getelements.elements.servlet
 
dev.getelements.elements.servlet.security - package dev.getelements.elements.servlet.security
 
dev.getelements.elements.setup - package dev.getelements.elements.setup
 
dev.getelements.elements.setup.commands - package dev.getelements.elements.setup.commands
 
dev.getelements.elements.setup.guice - package dev.getelements.elements.setup.guice
 
dev.getelements.elements.setup.jline - package dev.getelements.elements.setup.jline
 
dev.getelements.elements.setup.provider - package dev.getelements.elements.setup.provider
 
dev.getelements.elements.test - package dev.getelements.elements.test
 
dev.getelements.elements.test.guice - package dev.getelements.elements.test.guice
 
dev.getelements.elements.util - package dev.getelements.elements.util
 
dev.getelements.elements.webui - package dev.getelements.elements.webui
 
DirectoryElementPathLoader - Class in dev.getelements.elements.sdk.spi
 
DirectoryElementPathLoader() - Constructor for class dev.getelements.elements.sdk.spi.DirectoryElementPathLoader
 
DISABLE_SSL_VERIFICATION - Static variable in class dev.getelements.elements.rt.jersey.guice.JerseyHttpClientModule
 
DISABLED - Static variable in class org.eclipse.jgit.http.server.resolver.AsIsFileService
Always throws ServiceNotEnabledException.
disconnect() - Method in interface dev.getelements.elements.rt.remote.InstanceConnectionService.InstanceConnection
Disconnects and disposes of the underlying InstanceConnectionService.InstanceConnection.
DiscoveryHealthStatus - Class in dev.getelements.elements.sdk.model.health
 
DiscoveryHealthStatus() - Constructor for class dev.getelements.elements.sdk.model.health.DiscoveryHealthStatus
 
dispatch() - Method in class dev.getelements.elements.remote.jeromq.JeroMQNodeInvocation
 
dispatch(Invocation, ResultHandlerStrategy) - Method in interface dev.getelements.elements.rt.remote.LocalInvocationDispatcher
Dispatches using the Invocation and ResultHandlerStrategy.
dispatch(Invocation, Consumer<InvocationResult>, Consumer<InvocationError>, List<Consumer<InvocationResult>>, Consumer<InvocationError>) - Method in class dev.getelements.elements.rt.remote.AbstractLocalInvocationDispatcher
 
dispatch(Invocation, Consumer<InvocationResult>, Consumer<InvocationError>, List<Consumer<InvocationResult>>, Consumer<InvocationError>) - Method in interface dev.getelements.elements.rt.remote.LocalInvocationDispatcher
Performs the actual dispatch by unpacking the Invocation and collecting the results into the provided Consumer<InvocationResult>.
dispatch(Consumer<T>, Consumer<Throwable>) - Method in interface dev.getelements.elements.rt.ResultAcceptor
Calling calling this method completes the dispatch tho th underlying Resource's method and will place the response of the method call into the provided Consumer<T>.
Dispatch - Annotation Interface in dev.getelements.elements.rt.annotation
This annotation specifies the dispatching strategy for the method.
Dispatch.Type - Enum Class in dev.getelements.elements.rt.annotation
The dispatch type.
displayName - Variable in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscWallet
 
displayName - Variable in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoWallet
 
displayName(String) - Method in class dev.getelements.elements.sdk.model.util.MetadataSpecBuilder.PropertyBuilder
 
DISPOSITION - Static variable in class dev.getelements.elements.rt.jersey.GenericMultipartFeature
 
DISTINCT - Enum constant in enum class dev.getelements.elements.sdk.model.goods.ItemCategory
Distinct items are uniquely instantiated and are essentially copies of items derived from base digital goods that reference back to the original item.
DISTINCT_INVENTORY_ITEM - Enum constant in enum class dev.getelements.elements.sdk.model.index.IndexableType
DistinctInventoryItem - Class in dev.getelements.elements.sdk.model.inventory
 
DistinctInventoryItem() - Constructor for class dev.getelements.elements.sdk.model.inventory.DistinctInventoryItem
 
DistinctInventoryItemDao - Interface in dev.getelements.elements.sdk.dao
Distinct inventory item Dao.
DistinctInventoryItemNotFoundException - Exception Class in dev.getelements.elements.sdk.model.exception.inventory
 
DistinctInventoryItemNotFoundException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.inventory.DistinctInventoryItemNotFoundException
 
DistinctInventoryItemNotFoundException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.inventory.DistinctInventoryItemNotFoundException
 
DistinctInventoryItemNotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.inventory.DistinctInventoryItemNotFoundException
 
DistinctInventoryItemNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.inventory.DistinctInventoryItemNotFoundException
 
DistinctInventoryItemNotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.inventory.DistinctInventoryItemNotFoundException
 
DistinctInventoryItemPagination - Class in dev.getelements.elements.rest.test.model
 
DistinctInventoryItemPagination() - Constructor for class dev.getelements.elements.rest.test.model.DistinctInventoryItemPagination
 
DistinctInventoryItemResource - Class in dev.getelements.elements.rest.inventory
 
DistinctInventoryItemResource() - Constructor for class dev.getelements.elements.rest.inventory.DistinctInventoryItemResource
 
DistinctInventoryItemService - Interface in dev.getelements.elements.sdk.service.inventory
Manages distinct items in the
DistinctInventoryItemServiceProvider - Class in dev.getelements.elements.service.inventory
 
DistinctInventoryItemServiceProvider() - Constructor for class dev.getelements.elements.service.inventory.DistinctInventoryItemServiceProvider
 
doAddTask(TaskEntry<ScopeT>, TaskId, long) - Method in interface dev.getelements.elements.rt.transact.TaskEntry.OperationalStrategy
Implements the add task operation.
doBuild(Function<SortedSet<Path>, Monitor>, Function<SortedSet<ResourceId>, Monitor>) - Method in class dev.getelements.elements.rt.transact.StandardSnapshotBuilder
 
doc - Enum constant in enum class dev.getelements.elements.jetty.ElementsWebServiceComponent
The Documentation Service.
DOC_OUTSIDE_URL - Static variable in interface dev.getelements.elements.sdk.model.Constants
The web API root.
DOC_SWAGGER_ROOT - Static variable in class dev.getelements.elements.docserve.DocModule
 
DOC_URL - Static variable in class dev.getelements.elements.rest.guice.RestDocRedirectFilter
 
DOC_URL - Static variable in class dev.getelements.elements.service.application.ApplicationUrls
 
DockerMongoTestInstance - Class in dev.getelements.elements.dao.mongo.test
 
DockerMongoTestInstance(int) - Constructor for class dev.getelements.elements.dao.mongo.test.DockerMongoTestInstance
 
DockerMongoTestInstance(int, String) - Constructor for class dev.getelements.elements.dao.mongo.test.DockerMongoTestInstance
 
doClose() - Method in class dev.getelements.elements.test.JeroMQEmbeddedInstanceContainer
 
doClose() - Method in class dev.getelements.elements.test.JeroMQEmbeddedWorkerInstanceContainer
 
DocModule - Class in dev.getelements.elements.docserve
 
DocModule() - Constructor for class dev.getelements.elements.docserve.DocModule
 
DocServeModuleDefaults - Class in dev.getelements.elements.docserve
 
DocServeModuleDefaults() - Constructor for class dev.getelements.elements.docserve.DocServeModuleDefaults
 
DocSwaggerConfigurationFilter - Class in dev.getelements.elements.docserve
 
DocSwaggerConfigurationFilter() - Constructor for class dev.getelements.elements.docserve.DocSwaggerConfigurationFilter
 
doDelete(ResourceEntry) - Method in interface dev.getelements.elements.rt.transact.ResourceEntry.OperationalStrategy
Performs the operation to clear this entry and return it to nascent state.
doDelete(TaskEntry<ScopeT>) - Method in interface dev.getelements.elements.rt.transact.TaskEntry.OperationalStrategy
Clears the TaskEntry<ScopeT>
doDeleteTask(TaskEntry<ScopeT>, TaskId) - Method in interface dev.getelements.elements.rt.transact.TaskEntry.OperationalStrategy
Deletes the task with the supplied TaskId.
doDeployment(ApplicationElementService.ApplicationElementRecord) - Method in class dev.getelements.elements.app.serve.JettyApplicationDeploymentService
 
doDeployment(ApplicationElementService.ApplicationElementRecord) - Method in class dev.getelements.elements.common.app.AbstractApplicationDeploymentService
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class dev.getelements.elements.docserve.DocSwaggerConfigurationFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class dev.getelements.elements.rest.guice.RestDocRedirectFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class dev.getelements.elements.servlet.security.HttpServletAuthenticationFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class dev.getelements.elements.servlet.security.HttpServletBasicAuthFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class dev.getelements.elements.servlet.security.HttpServletCORSFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class dev.getelements.elements.servlet.security.HttpServletElementScopeFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class dev.getelements.elements.servlet.security.HttpServletGlobalSecretHeaderFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class dev.getelements.elements.servlet.security.HttpServletHeaderProfileOverrideFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jgit.http.server.glue.MetaFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jgit.http.server.glue.RegexGroupFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jgit.http.server.RepositoryFilter
 
doFindResourceContents(ResourceEntry) - Method in interface dev.getelements.elements.rt.transact.ResourceEntry.OperationalStrategy
Specifies how the ResourceEntry loads contents.
doFindResourceId(ResourceEntry) - Method in interface dev.getelements.elements.rt.transact.ResourceEntry.OperationalStrategy
Finds the ResourceId for the ResourceEntry.
doFindScope(TaskEntry<ScopeT>) - Method in interface dev.getelements.elements.rt.transact.TaskEntry.OperationalStrategy
Finds the scope of the task entry.
doGet(HttpServletRequest, HttpServletResponse) - Method in class dev.getelements.elements.cdnserve.LargeObjectServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class dev.getelements.elements.cdnserve.StaticContentServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class dev.getelements.elements.servlet.security.HappyServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class dev.getelements.elements.servlet.security.HealthServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class dev.getelements.elements.servlet.security.VersionServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class dev.getelements.elements.webui.WebUIAngularServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jgit.http.server.glue.ErrorServlet
 
doGetConfig(HttpServletRequest, HttpServletResponse) - Method in class dev.getelements.elements.webui.WebUIAngularServlet
 
doGetIndex(HttpServletRequest, HttpServletResponse) - Method in class dev.getelements.elements.webui.WebUIAngularServlet
 
doGetReversePathsImmutable(ResourceEntry) - Method in interface dev.getelements.elements.rt.transact.ResourceEntry.OperationalStrategy
Gets the immutable reverse links from the ResourceEntry
doGetTasksImmutable(TaskEntry<ScopeT>) - Method in interface dev.getelements.elements.rt.transact.TaskEntry.OperationalStrategy
Gets the TransactionalTasks associated with this entry.
doIsOriginalContent(ResourceEntry) - Method in interface dev.getelements.elements.rt.transact.ResourceEntry.OperationalStrategy
Returns true if the content is the original content.
doIsOriginalReversePaths(ResourceEntry) - Method in interface dev.getelements.elements.rt.transact.ResourceEntry.OperationalStrategy
Returns true if the content is the original content.
doKill(Process, String) - Static method in class dev.getelements.elements.dao.mongo.test.DockerMongoTestInstance
 
doLink(ResourceEntry, Path) - Method in interface dev.getelements.elements.rt.transact.ResourceEntry.OperationalStrategy
Specifies how the ResourceEntry unlinks from the whole view of the snapshot.
doNotFound(HttpServletRequest, HttpServletResponse, String) - Method in class dev.getelements.elements.webui.WebUIAngularServlet
 
dontProxyDefaultMethods() - Method in class dev.getelements.elements.rt.remote.ProxyBuilder
Given any interface methods that are declared as "default" this will ensure that they are not proxied.
doOperation(UnixFSUtils.IOOperation<T>) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
Performs and operation that may throw an instance of IOException, and re-throws it wrapped inside of a InternalException.
doOperation(UnixFSUtils.IOOperation<T>, Function<Throwable, ExceptionT>) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
Performs and operation that may throw an instance of IOException, and re-throws it wrapped inside of a InternalException.
doOperationV(UnixFSUtils.IOOperationV) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
Performs an IO Operation which may throw, catching the exception and wrapping it in the type specified in the function.
doOperationV(UnixFSUtils.IOOperationV, Function<Throwable, ExceptionT>) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
Performs an IO Operation which may throw, catching the exception and wrapping it in the type specified in the function.
doStart(ZContext) - Method in class dev.getelements.elements.test.JeroMQEmbeddedInstanceContainer
 
doStart(ZContext) - Method in class dev.getelements.elements.test.JeroMQEmbeddedWorkerInstanceContainer
 
doUnlink(ResourceEntry, Path) - Method in interface dev.getelements.elements.rt.transact.ResourceEntry.OperationalStrategy
Specifies how the ResourceEntry unlinks from the whole view of the snapshot.
doUpdateResourceContents(ResourceEntry) - Method in interface dev.getelements.elements.rt.transact.ResourceEntry.OperationalStrategy
Specifies how the ResourceEntry updates contents.
DUMMY_PASSWORD - Static variable in class dev.getelements.elements.rest.test.ClientContext
 
DUMP_DEFAULT_PROPERTIES - Enum constant in enum class dev.getelements.elements.setup.SetupCommands
Dumps the default properties for the server.
DumpDefaultProperties - Class in dev.getelements.elements.setup.commands
Created by patricktwohig on 7/31/17.
DumpDefaultProperties() - Constructor for class dev.getelements.elements.setup.commands.DumpDefaultProperties
 
DUPLICATE - Enum constant in enum class dev.getelements.elements.sdk.model.exception.ErrorCode
There already exists a resource of this type.
DUPLICATE_NODE_BINDING - Enum constant in enum class dev.getelements.elements.rt.remote.jeromq.JeroMQControlResponseCode
Indicates a binding already exists.
DUPLICATE_RESOURCE - Enum constant in enum class dev.getelements.elements.rt.ResponseCode
Indicates that we were trying to insert or create a duplicate resource.
DUPLICATE_TASK - Enum constant in enum class dev.getelements.elements.rt.ResponseCode
Indicates that we were trying to register a task twice for the same task ID
DuplicateDeploymentException - Exception Class in dev.getelements.elements.sdk.model.exception.cdnserve
 
DuplicateDeploymentException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.cdnserve.DuplicateDeploymentException
 
DuplicateDeploymentException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.cdnserve.DuplicateDeploymentException
 
DuplicateDeploymentException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.cdnserve.DuplicateDeploymentException
 
DuplicateDeploymentException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.cdnserve.DuplicateDeploymentException
 
DuplicateDeploymentException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.cdnserve.DuplicateDeploymentException
 
DuplicateException - Exception Class in dev.getelements.elements.rt.exception
Created by patricktwohig on 8/14/17.
DuplicateException - Exception Class in dev.getelements.elements.sdk.model.exception
Created by patricktwohig on 4/8/15.
DuplicateException() - Constructor for exception class dev.getelements.elements.rt.exception.DuplicateException
 
DuplicateException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.DuplicateException
 
DuplicateException(String) - Constructor for exception class dev.getelements.elements.rt.exception.DuplicateException
 
DuplicateException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.DuplicateException
 
DuplicateException(String, Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.DuplicateException
 
DuplicateException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.DuplicateException
 
DuplicateException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.rt.exception.DuplicateException
 
DuplicateException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.DuplicateException
 
DuplicateException(Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.DuplicateException
 
DuplicateException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.DuplicateException
 
DuplicateTaskException - Exception Class in dev.getelements.elements.rt.exception
 
DuplicateTaskException(TaskId) - Constructor for exception class dev.getelements.elements.rt.exception.DuplicateTaskException
 

E

ECDSA_ALGO - Static variable in interface dev.getelements.elements.sdk.service.util.CryptoKeyPairUtility
The Elliptic Curve Algorithm.
EchoConstants - Interface in dev.getelements.elements.sdk.test.element.ws
 
EchoEndpoint - Class in dev.getelements.elements.sdk.test.element.ws
 
EchoEndpoint() - Constructor for class dev.getelements.elements.sdk.test.element.ws.EchoEndpoint
 
EditorLayout - Class in dev.getelements.elements.sdk.model.schema.layout
 
EditorLayout() - Constructor for class dev.getelements.elements.sdk.model.schema.layout.EditorLayout
 
EditorSchema - Class in dev.getelements.elements.sdk.model.schema
 
EditorSchema() - Constructor for class dev.getelements.elements.sdk.model.schema.EditorSchema
 
EditorSchemaMapper - Class in dev.getelements.elements.service.util
 
EditorSchemaMapper() - Constructor for class dev.getelements.elements.service.util.EditorSchemaMapper
 
EditorSchemaMapperImpl - Class in dev.getelements.elements.service.util
 
EditorSchemaMapperImpl() - Constructor for class dev.getelements.elements.service.util.EditorSchemaMapperImpl
 
element() - Method in record class dev.getelements.elements.sdk.query.ElementServiceQuery
Returns the value of the element record component.
Element - Interface in dev.getelements.elements.sdk
Represents an instance of an SDK Element, similar to a java Element but with more flexibility at the expense of the rigid encapsulation rules.
ELEMENT_DEFINITION_RECORD - Static variable in interface dev.getelements.elements.sdk.ElementStandardBeanProperties
The ElementDefinitionRecord bean property.
ELEMENT_DEFINITION_RECORD_PROPERTY - Static variable in interface dev.getelements.elements.sdk.ElementStandardBeanProperties
ELEMENT_PATH_ENV - Static variable in interface dev.getelements.elements.sdk.ElementPathLoader
The environment variable for the element path.
ELEMENT_RECORD - Static variable in interface dev.getelements.elements.sdk.ElementStandardBeanProperties
The ElementRecord bean property.
ELEMENT_RECORD_PROPERTY - Static variable in interface dev.getelements.elements.sdk.ElementStandardBeanProperties
ELEMENT_REGISTRY - Static variable in interface dev.getelements.elements.sdk.ElementStandardBeanProperties
The ElementRegistry bean property.
ELEMENT_REGISTRY_PROPERTY - Static variable in interface dev.getelements.elements.sdk.ElementStandardBeanProperties
ELEMENT_STORAGE - Static variable in interface dev.getelements.elements.sdk.cluster.ApplicationAssetLoader
The name of the configuration variable for the script storage directory.
ELEMENT_STORAGE_DIRECTORY - Static variable in class dev.getelements.elements.rt.git.FileSystemScriptStorageGitLoaderProvider
The storage directory for the git repositories housing the application's script storage.
ElementCallbackQuery<ServiceT> - Record Class in dev.getelements.elements.sdk.query
Finds a Callback from within a service type.
ElementCallbackQuery(ElementServiceKey<? extends ServiceT>, Supplier<? extends ServiceT>, String, List<Class<?>>) - Constructor for record class dev.getelements.elements.sdk.query.ElementCallbackQuery
Creates an instance of a ElementCallbackQuery record class.
ElementClassLoader - Class in dev.getelements.elements.sdk.spi
A ClassLoader type which inspects classes at load time processing the visibility annotations provided by the Elements' SDK.
ElementClassLoader(ClassLoader) - Constructor for class dev.getelements.elements.sdk.spi.ElementClassLoader
 
ElementDefaultAttribute - Annotation Interface in dev.getelements.elements.sdk.annotation
Annotates a static final non-null field.
ElementDefaultAttributeRecord - Record Class in dev.getelements.elements.sdk.record
Represents the default value of the attribute.
ElementDefaultAttributeRecord(String, String) - Constructor for record class dev.getelements.elements.sdk.record.ElementDefaultAttributeRecord
Creates an instance of a ElementDefaultAttributeRecord record class.
ElementDefinition - Annotation Interface in dev.getelements.elements.sdk.annotation
Defines a Element.
ElementDefinitionRecord - Record Class in dev.getelements.elements.sdk.record
Represents the record pertaining to the ElementDefinition annotation.
ElementDefinitionRecord(Package, String, boolean, List<ElementPackageRecord>, Class<? extends ElementLoader>) - Constructor for record class dev.getelements.elements.sdk.record.ElementDefinitionRecord
Creates an instance of a ElementDefinitionRecord record class.
ElementDesignationRecord - Record Class in dev.getelements.elements.sdk.record
Parses a designated component.
ElementDesignationRecord(String, String) - Constructor for record class dev.getelements.elements.sdk.record.ElementDesignationRecord
Creates an instance of a ElementDesignationRecord record class.
ElementEventConsumer - Annotation Interface in dev.getelements.elements.sdk.annotation
Annotates a method capable of receiving an instance of Event.
ElementEventConsumerRecord<ServiceT> - Record Class in dev.getelements.elements.sdk.record
Represents a consumer method for an Event.
ElementEventConsumerRecord(ElementEventKey<ServiceT>, Method) - Constructor for record class dev.getelements.elements.sdk.record.ElementEventConsumerRecord
Creates an instance of a ElementEventConsumerRecord record class.
ElementEventConsumers - Annotation Interface in dev.getelements.elements.sdk.annotation
ElementEventDispatcher - Class in dev.getelements.elements.sdk.spi
 
ElementEventDispatcher(ElementRecord, ServiceLocator, Publisher<Event>) - Constructor for class dev.getelements.elements.sdk.spi.ElementEventDispatcher
 
ElementEventKey<ServiceT> - Record Class in dev.getelements.elements.sdk.record
 
ElementEventKey(ElementServiceKey<ServiceT>, String) - Constructor for record class dev.getelements.elements.sdk.record.ElementEventKey
Creates an instance of a ElementEventKey record class.
ElementEventProducer - Annotation Interface in dev.getelements.elements.sdk.annotation
Used for documentation and reporting.
ElementEventProducerRecord - Record Class in dev.getelements.elements.sdk.record
 
ElementEventProducerRecord(String, List<Class<?>>) - Constructor for record class dev.getelements.elements.sdk.record.ElementEventProducerRecord
Creates an instance of a ElementEventProducerRecord record class.
ElementEventProducers - Annotation Interface in dev.getelements.elements.sdk.annotation
elementLoaded(Event) - Method in class dev.getelements.elements.sdk.test.element.a.TestServiceImplementation
 
elementLoaded(Event) - Method in class dev.getelements.elements.sdk.test.element.b.TestServiceImplementation
 
ElementLoader - Interface in dev.getelements.elements.sdk
Interface for loading SDK Elements.
ElementLoader.Default - Class in dev.getelements.elements.sdk
Used to specify the system default ElementLoader.
ElementLoaderFactory - Interface in dev.getelements.elements.sdk
The ElementLoader factory.
ElementLoaderFactory.ClassLoaderConstructor - Interface in dev.getelements.elements.sdk
A constructor type for a ClassLoader.
ElementLoaderTest - Class in dev.getelements.elements.sdk.test
 
ElementLoaderTest(String, TestElementArtifact) - Constructor for class dev.getelements.elements.sdk.test.ElementLoaderTest
 
ElementLocal - Annotation Interface in dev.getelements.elements.sdk.annotation
Instructs the Element ClassLoader to copy the annotated from its parent ClassLoader and load into the ClassLoader for the Element running within it.
elementName() - Method in record class dev.getelements.elements.sdk.local.LocalApplicationElementRecord
Returns the value of the elementName record component.
ElementPackage - Annotation Interface in dev.getelements.elements.sdk.annotation
Specifies a java package to include in the element scanning process.
ElementPackageRecord - Record Class in dev.getelements.elements.sdk.record
A record for the ElementPackage
ElementPackageRecord(String, boolean) - Constructor for record class dev.getelements.elements.sdk.record.ElementPackageRecord
Creates an instance of a ElementPackageRecord record class.
ElementPathLoader - Interface in dev.getelements.elements.sdk
Used to load Element instances from local paths on disk.
ElementPrivate - Annotation Interface in dev.getelements.elements.sdk.annotation
Indicates a type or all types within a package are to be considered public and exposed to all other elements.
ElementPublic - Annotation Interface in dev.getelements.elements.sdk.annotation
Indicates a type or all types within a package are to be considered public and exposed to all other elements.
ElementQuery - Record Class in dev.getelements.elements.sdk.query
The beginning queyr for a Element instance based on a ElementRegistry.
ElementQuery(ElementRegistry, String, int) - Constructor for record class dev.getelements.elements.sdk.query.ElementQuery
Creates an instance of a ElementQuery record class.
ElementRecord - Record Class in dev.getelements.elements.sdk.record
A Record type encapsulating all of the metadata for a particular Element.
ElementRecord(ElementType, ElementDefinitionRecord, List<ElementServiceRecord>, List<ElementEventProducerRecord>, List<ElementEventConsumerRecord<?>>, Attributes, List<ElementDefaultAttributeRecord>, ClassLoader) - Constructor for record class dev.getelements.elements.sdk.record.ElementRecord
Creates an instance of a ElementRecord record class.
ElementReflectionUtils - Class in dev.getelements.elements.sdk.util.reflection
Some basic utilities for accessing reflections within SDK code.
ElementReflectionUtils() - Constructor for class dev.getelements.elements.sdk.util.reflection.ElementReflectionUtils
 
ElementRegistry - Interface in dev.getelements.elements.sdk
Represents a registry for Element instances.
ElementRegistrySupplier - Interface in dev.getelements.elements.sdk
Gets a shared instance of ElementRegistry which can be used to load Element instances into the application.
elements() - Method in record class dev.getelements.elements.common.app.ApplicationElementService.ApplicationElementRecord
Returns the value of the elements record component.
ELEMENTS_HOME - Static variable in class dev.getelements.elements.sdk.util.Environment
The ELEMENTS_HOME environment variable.
ELEMENTS_HOME_DEFAULT - Static variable in class dev.getelements.elements.sdk.util.Environment
The default elements configuration directory.
ELEMENTS_JSON_RPC_PROTOCOL - Static variable in annotation interface dev.getelements.elements.rt.annotation.RemoteScope
The JSON-RPC Protocol tunneled via HTTP.
ELEMENTS_RT_PROTOCOL - Static variable in annotation interface dev.getelements.elements.rt.annotation.RemoteScope
The Elements Native RT Protocol
ELEMENTS_TEMP - Static variable in class dev.getelements.elements.sdk.util.Environment
The ELEMENTS_TEMP environment variable.
ELEMENTS_TEMP_DEFAULT - Static variable in class dev.getelements.elements.sdk.util.Environment
Specifies the default temporary directory.
ELEMENTS_TEMP_PURGE - Static variable in class dev.getelements.elements.sdk.util.Environment
Environment variable to indicate whether or not temporary files should be automatically purged.
ELEMENTS_TEMP_PURGE_DEFAULT - Static variable in class dev.getelements.elements.sdk.util.Environment
ELEMENTS_TESTED_VERSION - Static variable in interface dev.getelements.elements.dao.mongo.test.MongoTestInstance
The tested version of Elements.
ElementScope - Interface in dev.getelements.elements.sdk
Associates a set of Attributes with a transient state for the Element.
ElementScope.Builder - Interface in dev.getelements.elements.sdk
Builds the specific instances to go into the scope.
ElementScope.Handle - Interface in dev.getelements.elements.sdk
Represents an open handle for an open ElementScope on the current thread.
ElementScopedElementRegistry - Class in dev.getelements.elements.sdk.spi
Provides a registry where a Element may be registered.
ElementScopedElementRegistry(ElementRegistry, Element) - Constructor for class dev.getelements.elements.sdk.spi.ElementScopedElementRegistry
 
ElementScopedElementRegistrySupplier - Class in dev.getelements.elements.sdk.spi
Factory type for the ElementScopedElementRegistry.
ElementScopedElementRegistrySupplier() - Constructor for class dev.getelements.elements.sdk.spi.ElementScopedElementRegistrySupplier
 
ElementScopedElementSupplier - Class in dev.getelements.elements.sdk.spi
Maintains a singleton instance of an Element.
ElementScopedElementSupplier() - Constructor for class dev.getelements.elements.sdk.spi.ElementScopedElementSupplier
 
ElementScopedSessionProvider - Class in dev.getelements.elements.service.security
 
ElementScopedSessionProvider() - Constructor for class dev.getelements.elements.service.security.ElementScopedSessionProvider
 
ElementScopeOptionalProfileProvider - Class in dev.getelements.elements.service.security
 
ElementScopeOptionalProfileProvider() - Constructor for class dev.getelements.elements.service.security.ElementScopeOptionalProfileProvider
 
ElementScopeProfileSupplierProvider - Class in dev.getelements.elements.service.security
 
ElementScopeProfileSupplierProvider() - Constructor for class dev.getelements.elements.service.security.ElementScopeProfileSupplierProvider
 
ElementScopes - Class in dev.getelements.elements.sdk.util
This class is used to manage the scopes of elements in the registry.
ElementScopes.Builder - Class in dev.getelements.elements.sdk.util
Builder class for ElementScopes.
ElementScopeUserProvider - Class in dev.getelements.elements.service.security
 
ElementScopeUserProvider() - Constructor for class dev.getelements.elements.service.security.ElementScopeUserProvider
 
ElementsCoreFilterModule - Class in dev.getelements.elements.jetty
This module binds the core filters used in the Elements web service.
ElementsCoreFilterModule() - Constructor for class dev.getelements.elements.jetty.ElementsCoreFilterModule
 
ElementsCoreModule - Class in dev.getelements.elements.jetty
 
ElementsCoreModule() - Constructor for class dev.getelements.elements.jetty.ElementsCoreModule
 
ElementsCoreModule(Supplier<Properties>) - Constructor for class dev.getelements.elements.jetty.ElementsCoreModule
 
ElementsCoreModule(Supplier<Properties>, Supplier<List<FacebookPermission>>) - Constructor for class dev.getelements.elements.jetty.ElementsCoreModule
 
ElementService - Annotation Interface in dev.getelements.elements.sdk.annotation
Defines a service provided by the element.
ElementServiceExport - Annotation Interface in dev.getelements.elements.sdk.annotation
Exports the target type making it available in the ServiceLocator methods.
ElementServiceExportRecord - Record Class in dev.getelements.elements.sdk.record
A record type for the ElementServiceExport.
ElementServiceExportRecord(List<Class<?>>, String) - Constructor for record class dev.getelements.elements.sdk.record.ElementServiceExportRecord
Creates an instance of a ElementServiceExportRecord record class.
ElementServiceExports - Annotation Interface in dev.getelements.elements.sdk.annotation
ElementServiceImplementation - Annotation Interface in dev.getelements.elements.sdk.annotation
Specifies an implementation of a service.
ElementServiceImplementation.DefaultImplementation - Class in dev.getelements.elements.sdk.annotation
A marker class used as a placeholder to indicate that there is no specified implementation.
ElementServiceImplementationRecord - Record Class in dev.getelements.elements.sdk.record
A record for the ElementServiceImplementation annotation.
ElementServiceImplementationRecord(Class<?>, boolean) - Constructor for record class dev.getelements.elements.sdk.record.ElementServiceImplementationRecord
Creates an instance of a ElementServiceImplementationRecord record class.
ElementServiceKey<ServiceT> - Record Class in dev.getelements.elements.sdk.record
A record type which represents a key for a service.
ElementServiceKey(Class<ServiceT>, String) - Constructor for record class dev.getelements.elements.sdk.record.ElementServiceKey
Creates an instance of a ElementServiceKey record class.
ElementServiceQuery<ServiceT> - Record Class in dev.getelements.elements.sdk.query
The Query for the service from within an Element.
ElementServiceQuery(Element, ElementServiceKey<? extends ServiceT>) - Constructor for record class dev.getelements.elements.sdk.query.ElementServiceQuery
Creates an instance of a ElementServiceQuery record class.
ElementServiceRecord - Record Class in dev.getelements.elements.sdk.record
Record type for ElementService annotation
ElementServiceRecord(ElementServiceImplementationRecord, ElementServiceExportRecord) - Constructor for record class dev.getelements.elements.sdk.record.ElementServiceRecord
Creates an instance of a ElementServiceRecord record class.
ElementServiceReference - Class in dev.getelements.elements.sdk.model.application
References service to load from within an Element.
ElementServiceReference() - Constructor for class dev.getelements.elements.sdk.model.application.ElementServiceReference
 
ElementServices - Annotation Interface in dev.getelements.elements.sdk.annotation
ElementsLocal - Interface in dev.getelements.elements.sdk.local
Runs a local instance of Elements suitable for debugging.
ElementsLocalBuilder - Interface in dev.getelements.elements.sdk.local
A builder type for the ElementsLocal instance.
ElementsMain - Class in dev.getelements.elements.jetty
 
ElementsMain() - Constructor for class dev.getelements.elements.jetty.ElementsMain
 
ElementsModuleDefaults - Class in dev.getelements.elements.jetty
 
ElementsModuleDefaults() - Constructor for class dev.getelements.elements.jetty.ElementsModuleDefaults
 
ElementsServletContextModule - Class in dev.getelements.elements.jetty
 
ElementsServletContextModule() - Constructor for class dev.getelements.elements.jetty.ElementsServletContextModule
 
ElementsServletModule - Class in dev.getelements.elements.jetty
 
ElementsServletModule() - Constructor for class dev.getelements.elements.jetty.ElementsServletModule
 
ElementsServletModule(Iterable<ElementsWebServiceComponent>) - Constructor for class dev.getelements.elements.jetty.ElementsServletModule
 
ElementsSmartContract - Class in dev.getelements.elements.sdk.model.blockchain
Deprecated.
ElementsSmartContract() - Constructor for class dev.getelements.elements.sdk.model.blockchain.ElementsSmartContract
Deprecated.
 
ElementsSmartContractPagination - Class in dev.getelements.elements.rest.test.model
 
ElementsSmartContractPagination() - Constructor for class dev.getelements.elements.rest.test.model.ElementsSmartContractPagination
 
ElementStandardBeanProperties - Interface in dev.getelements.elements.sdk
A set of standard Java Bean properties which will be injected into components as-needed.
ElementStandardBeanProperties.StandardBeanProperty<T> - Record Class in dev.getelements.elements.sdk
Defines a bean property.
ElementSupplier - Interface in dev.getelements.elements.sdk
When running within an Element, returns the current Element instance.
ElementsWebServiceComponent - Enum Class in dev.getelements.elements.jetty
Enumeration of the various web service components supported within Elements.
ElementsWebServiceComponentModule - Class in dev.getelements.elements.jetty
 
ElementsWebServiceComponentModule() - Constructor for class dev.getelements.elements.jetty.ElementsWebServiceComponentModule
 
ElementsWebServiceComponentModule(Collection<ElementsWebServiceComponent>) - Constructor for class dev.getelements.elements.jetty.ElementsWebServiceComponentModule
 
ElementsWebServices - Class in dev.getelements.elements.jetty
 
ElementsWebServices() - Constructor for class dev.getelements.elements.jetty.ElementsWebServices
 
ElementType - Enum Class in dev.getelements.elements.sdk
Specifies the type of the Element, which has largely to do with its loading semantics.
EMAIL - Enum constant in enum class dev.getelements.elements.sdk.model.auth.UserKey
The user email.
EMAIL - Enum constant in enum class dev.getelements.elements.service.auth.OidcAuthServiceOperations.Claim
 
EMAIL_ADDRESS - Static variable in interface dev.getelements.elements.sdk.model.Constants.Regexp
A very simple validator for valid email addresses
EmbeddedClientInstanceContainer - Interface in dev.getelements.elements.test
A container for a client Instance.
EmbeddedElementsWebServices - Class in dev.getelements.elements.rest.test
 
EmbeddedElementsWebServices(ElementsWebServices, MongoTestInstance) - Constructor for class dev.getelements.elements.rest.test.EmbeddedElementsWebServices
 
EmbeddedInstanceContainer - Interface in dev.getelements.elements.test
Base interface for an embedded Instance container.
EmbeddedRestApiIntegrationTestModule - Class in dev.getelements.elements.rest.test
 
EmbeddedRestApiIntegrationTestModule() - Constructor for class dev.getelements.elements.rest.test.EmbeddedRestApiIntegrationTestModule
 
EmbeddedTestService - Interface in dev.getelements.elements.test
Represents a completely and entirely separate test kit.
EmbeddedWorkerInstanceContainer - Interface in dev.getelements.elements.test
A container for a client Instance.
empty() - Static method in class dev.getelements.elements.sdk.model.Pagination
 
empty() - Static method in interface dev.getelements.elements.sdk.util.Monitor
Returns an empty monitor.
EMPTY - Enum constant in enum class dev.getelements.elements.sdk.model.largeobject.LargeObjectState
 
EMPTY - Static variable in interface dev.getelements.elements.sdk.Attributes
The empty Attributes implementation.
EMPTY_DELIMITER - Static variable in class dev.getelements.elements.rt.remote.jeromq.IdentityUtil
 
EMPTY_MASK_LONG - Static variable in class dev.getelements.elements.rt.transact.unix.UnixFSDualCounter
 
emptyAttributes() - Static method in interface dev.getelements.elements.sdk.Attributes
ENABLE_ELEMENTS_AUTH - Static variable in interface dev.getelements.elements.app.serve.AppServeConstants
Defines an attribute which specifies if the elements should enable the standard auth pipeline in Elements.
encode(byte[]) - Static method in class dev.getelements.elements.sdk.util.Hex
Encodes hex to to lower-case hex encoding.
encode(byte[], Hex.Case) - Static method in class dev.getelements.elements.sdk.util.Hex
Encodes hex to to lower-case hex encoding.
encode(ByteBuffer) - Static method in class dev.getelements.elements.sdk.util.Hex
Encodes hex to to lower-case hex encoding.
encode(ByteBuffer, Hex.Case) - Static method in class dev.getelements.elements.sdk.util.Hex
Encodes hex to to lower-case hex encoding.
encode(BsonWriter, Timestamp, EncoderContext) - Method in class dev.getelements.elements.dao.mongo.codec.TimestampCodec
 
EncodedKeyPair - Class in dev.getelements.elements.sdk.service.util
 
EncodedKeyPair(KeyPair, String) - Constructor for class dev.getelements.elements.sdk.service.util.EncodedKeyPair
 
EncodedKeyPair(PublicKey, PrivateKey, String) - Constructor for class dev.getelements.elements.sdk.service.util.EncodedKeyPair
 
EncodedKeyPair(X509EncodedKeySpec, PKCS8EncodedKeySpec) - Constructor for class dev.getelements.elements.sdk.service.util.EncodedKeyPair
 
ENCODING - Static variable in class dev.getelements.elements.sdk.cluster.path.Path
The default encoding for converting a Path into an array of bytes.
encodingNotSupportedByThisLibrary - Variable in class org.eclipse.jgit.http.server.HttpServerText
 
encrypt(Wallet) - Method in class dev.getelements.elements.sdk.service.blockchain.crypto.StandardWalletCryptoUtilities
 
encrypt(Wallet) - Method in interface dev.getelements.elements.sdk.service.blockchain.crypto.WalletCryptoUtilities
Encrypts the Wallet.
encrypt(PrivateKeyCrytpoAlgorithm, PublicKey, String) - Method in interface dev.getelements.elements.sdk.service.util.CipherUtility
Encrypts the given String and transforms it to the
ENCRYPTED_PRIVATE_KEY - Enum constant in enum class dev.getelements.elements.sdk.model.security.Rfc7468Label
See RFC-5958
encryptKey(VaultKey, String) - Method in interface dev.getelements.elements.sdk.service.blockchain.crypto.VaultCryptoUtilities
Encrypts the supplied VaultKey with the supplied passphrase.
encryptKey(VaultKey, String) - Method in class dev.getelements.elements.service.blockchain.crypto.AesVaultCryptoUtilities
 
endApplication() - Method in class dev.getelements.elements.test.JeroMQEmbeddedWorkerInstanceContainer.ApplicationNodeBuilder
 
endMetadataSpec() - Method in class dev.getelements.elements.sdk.model.util.MetadataSpecBuilder
 
endProperties() - Method in class dev.getelements.elements.sdk.model.util.MetadataSpecBuilder.PropertiesBuilder
 
endProperty() - Method in class dev.getelements.elements.sdk.model.util.MetadataSpecBuilder.PropertyBuilder
 
enqueue(Runnable, Function<Runnable, FutureT>) - Method in class dev.getelements.elements.rt.util.CompletionServiceLatch
Wraps a Runnable and returns it.
enqueue(Callable<T>, Function<Callable<T>, FutureT>) - Method in class dev.getelements.elements.rt.util.CompletionServiceLatch
Wraps a Callable<T> and returns it.
ensureDistinctNode(List<Object>, NodeId, NodeId) - Static method in interface dev.getelements.elements.rt.routing.RoutingUtility
A reducer function intended to ensure that the supplied NodeIds are all the same.
ensureEmpty() - Method in class dev.getelements.elements.sdk.util.ReentrantThreadLocal
Ensures that the current value is empty, throwing an instance of IllegalStateException if the object is not in scope.
enter() - Method in interface dev.getelements.elements.sdk.ElementScope.Builder
Builds the ElementScope.
enter() - Method in class dev.getelements.elements.sdk.spi.DefaultElementScopeBuilder
 
enter() - Method in class dev.getelements.elements.sdk.util.ElementScopes
Enters the aggregate of ElementScopes which match the selector.
enter(Lock) - Static method in interface dev.getelements.elements.sdk.util.Monitor
Generates a Monitor from the supplied Lock instance.
enter(Semaphore) - Static method in interface dev.getelements.elements.sdk.util.Monitor
Generates a Monitor from the supplied Semaphore instance.
enter(Semaphore, int) - Static method in interface dev.getelements.elements.sdk.util.Monitor
Generates a Monitor from the supplied Semaphore instance.
enter(T) - Method in class dev.getelements.elements.sdk.util.ReentrantThreadLocal
Enters scope with the supplied value of T.
ENTITY - Static variable in class dev.getelements.elements.rt.jersey.GenericMultipartFeature
 
ENUM - Enum constant in enum class dev.getelements.elements.sdk.model.schema.MetadataSpecPropertyType
Enumeration type.
Environment - Class in dev.getelements.elements.sdk.util
Constants for environment variables.
EPOCHAL - Enum constant in enum class dev.getelements.elements.sdk.model.leaderboard.Leaderboard.TimeStrategyType
The leaderboard score values are reset at some given time interval.
equals(InstanceHostInfo, InstanceHostInfo) - Static method in interface dev.getelements.elements.rt.remote.InstanceHostInfo
Tests an instance of InstanceHostInfo against another instance of InstanceHostInfo
equals(InstanceHostInfo, Object) - Static method in interface dev.getelements.elements.rt.remote.InstanceHostInfo
Tests an instance of InstanceHostInfo against an arbitrary Object
equals(Attributes, Attributes) - Static method in interface dev.getelements.elements.sdk.Attributes
Tests if two Attributes are equal to each other.
equals(Attributes, Object) - Static method in interface dev.getelements.elements.sdk.Attributes
Test if the supplied Attributes is equal to the other Object by first testing if it an instance of Attributes as well as if Attributes.equals(Attributes, Attributes) returns true.
equals(Object) - Method in record class dev.getelements.elements.common.app.ApplicationElementService.ApplicationElementRecord
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class dev.getelements.elements.dao.mongo.model.application.MongoProductBundle
 
equals(Object) - Method in class dev.getelements.elements.dao.mongo.model.application.MongoProductBundleReward
 
equals(Object) - Method in class dev.getelements.elements.dao.mongo.model.auth.MongoOAuth2AuthScheme
 
equals(Object) - Method in class dev.getelements.elements.dao.mongo.model.auth.MongoOidcAuthScheme
 
equals(Object) - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoInventoryItem
 
equals(Object) - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoInventoryItemId
 
equals(Object) - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoItem
 
equals(Object) - Method in class dev.getelements.elements.dao.mongo.model.index.MongoIndexMetadata
 
equals(Object) - Method in class dev.getelements.elements.dao.mongo.model.largeobject.MongoAccessPermissions
 
equals(Object) - Method in class dev.getelements.elements.dao.mongo.model.largeobject.MongoLargeObject
 
equals(Object) - Method in class dev.getelements.elements.dao.mongo.model.largeobject.MongoSubjects
 
equals(Object) - Method in class dev.getelements.elements.dao.mongo.model.match.MongoMatch
 
equals(Object) - Method in class dev.getelements.elements.dao.mongo.model.match.MongoMatchSnapshot
 
equals(Object) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoMission
 
equals(Object) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgressId
 
equals(Object) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgressMissionInfo
 
equals(Object) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoReward
 
equals(Object) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuance
 
equals(Object) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuanceId
 
equals(Object) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoStep
 
equals(Object) - Method in class dev.getelements.elements.dao.mongo.model.MongoAppleIapReceipt
 
equals(Object) - Method in class dev.getelements.elements.dao.mongo.model.MongoAppleSignInSession
 
equals(Object) - Method in class dev.getelements.elements.dao.mongo.model.MongoFCMRegistration
 
equals(Object) - Method in class dev.getelements.elements.dao.mongo.model.MongoFollower
 
equals(Object) - Method in class dev.getelements.elements.dao.mongo.model.MongoFollowerId
 
equals(Object) - Method in class dev.getelements.elements.dao.mongo.model.MongoFriendship
 
equals(Object) - Method in class dev.getelements.elements.dao.mongo.model.MongoFriendshipId
 
equals(Object) - Method in class dev.getelements.elements.dao.mongo.model.MongoGooglePlayIapReceipt
 
equals(Object) - Method in class dev.getelements.elements.dao.mongo.model.MongoLeaderboard
 
equals(Object) - Method in class dev.getelements.elements.dao.mongo.model.MongoProfile
 
equals(Object) - Method in class dev.getelements.elements.dao.mongo.model.MongoUser
 
equals(Object) - Method in class dev.getelements.elements.dao.mongo.model.savedata.MongoSaveDataDocumentId
 
equals(Object) - Method in class dev.getelements.elements.dao.mongo.model.schema.MongoMetadataSpecProperty
 
equals(Object) - Method in class dev.getelements.elements.rt.jrpc.JsonRpcError
 
equals(Object) - Method in class dev.getelements.elements.rt.jrpc.JsonRpcRequest
 
equals(Object) - Method in class dev.getelements.elements.rt.jrpc.JsonRpcResponse
 
equals(Object) - Method in class dev.getelements.elements.rt.manifest.Deprecation
 
equals(Object) - Method in class dev.getelements.elements.rt.manifest.event.EventManifest
 
equals(Object) - Method in class dev.getelements.elements.rt.manifest.event.EventOperation
 
equals(Object) - Method in class dev.getelements.elements.rt.manifest.jrpc.JsonRpcManifest
 
equals(Object) - Method in class dev.getelements.elements.rt.manifest.jrpc.JsonRpcMethod
 
equals(Object) - Method in class dev.getelements.elements.rt.manifest.jrpc.JsonRpcParameter
 
equals(Object) - Method in class dev.getelements.elements.rt.manifest.jrpc.JsonRpcReturnType
 
equals(Object) - Method in class dev.getelements.elements.rt.manifest.jrpc.JsonRpcService
 
equals(Object) - Method in class dev.getelements.elements.rt.manifest.model.Model
 
equals(Object) - Method in class dev.getelements.elements.rt.manifest.model.Property
 
equals(Object) - Method in class dev.getelements.elements.rt.manifest.startup.StartupManifest
 
equals(Object) - Method in class dev.getelements.elements.rt.manifest.startup.StartupModule
 
equals(Object) - Method in class dev.getelements.elements.rt.manifest.startup.StartupOperation
 
equals(Object) - Method in class dev.getelements.elements.rt.remote.Invocation
 
equals(Object) - Method in class dev.getelements.elements.rt.remote.InvocationError
 
equals(Object) - Method in class dev.getelements.elements.rt.remote.InvocationResult
 
equals(Object) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQInstanceBinding
 
equals(Object) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQInstanceConnectionId
 
equals(Object) - Method in class dev.getelements.elements.rt.remote.JndiInstanceHostInfo
 
equals(Object) - Method in class dev.getelements.elements.rt.remote.Route
 
equals(Object) - Method in class dev.getelements.elements.rt.remote.SimpleInstanceHostInfo
 
equals(Object) - Method in class dev.getelements.elements.rt.SimpleResourceServiceListing
 
equals(Object) - Method in class dev.getelements.elements.rt.SimpleResourceServiceUnlink
 
equals(Object) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSCircularBlockBuffer.Slice
 
equals(Object) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSPathMapping
 
equals(Object) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTask
 
equals(Object) - Method in record class dev.getelements.elements.sdk.Attributes.Attribute
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class dev.getelements.elements.sdk.cluster.id.ApplicationId
 
equals(Object) - Method in class dev.getelements.elements.sdk.cluster.id.InstanceId
 
equals(Object) - Method in class dev.getelements.elements.sdk.cluster.id.NodeId
 
equals(Object) - Method in class dev.getelements.elements.sdk.cluster.id.ResourceId
 
equals(Object) - Method in class dev.getelements.elements.sdk.cluster.id.TaskId
 
equals(Object) - Method in class dev.getelements.elements.sdk.cluster.path.ParameterizedPath
 
equals(Object) - Method in class dev.getelements.elements.sdk.cluster.path.Path.ContextAndComponents
 
equals(Object) - Method in class dev.getelements.elements.sdk.cluster.path.Path
 
equals(Object) - Method in class dev.getelements.elements.sdk.cluster.path.Paths.WildcardFirst
 
equals(Object) - Method in class dev.getelements.elements.sdk.cluster.path.Paths.WildcardLast
 
equals(Object) - Method in record class dev.getelements.elements.sdk.ElementStandardBeanProperties.StandardBeanProperty
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class dev.getelements.elements.sdk.guice.GuiceAttributes
 
equals(Object) - Method in record class dev.getelements.elements.sdk.local.LocalApplicationElementRecord
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class dev.getelements.elements.sdk.model.advancement.Advancement
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.appleiapreceipt.AppleIapReceipt
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.appleiapreceipt.CreateAppleIapReceipt
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.application.Application
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.application.ApplicationConfiguration
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.application.CallbackDefinition
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.application.ElementServiceReference
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.application.FacebookApplicationConfiguration
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.application.FirebaseApplicationConfiguration
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.application.GooglePlayApplicationConfiguration
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.application.IosApplicationConfiguration
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.application.MatchmakingApplicationConfiguration
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.application.ProductBundle
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.application.ProductBundleReward
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.application.PSNApplicationConfiguration
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.auth.AuthScheme
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.auth.CreateAuthSchemeRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.auth.CreateAuthSchemeResponse
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.auth.CreateOrUpdateOAuth2AuthSchemeRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.auth.CreateOrUpdateOidcAuthSchemeRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.auth.JWK
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.auth.JWKSet
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.auth.OAuth2AuthScheme
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.auth.OAuth2RequestKeyValue
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.auth.OidcAuthScheme
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.auth.UpdateAuthSchemeRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.auth.UserClaim
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.CreateSmartContractRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractResponse
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMTransactionLog
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.FlowInvokeContractResponse
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.SmartContract
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.SmartContractAddress
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.UpdateSmartContractRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.CreateVaultRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.CreateWalletRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.CreateWalletRequestAccount
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.UpdateVaultRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.UpdateWalletRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.Vault
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.VaultKey
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.Wallet
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.WalletAccount
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.cdn.CreateDeploymentRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.cdn.UpdateDeploymentRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.ErrorResponse
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.follower.CreateFollowerRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.friend.Friend
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.goods.CreateItemRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.goods.Item
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.goods.UpdateItemRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.googleplayiapreceipt.CreateGooglePlayIapReceipt
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.googleplayiapreceipt.GooglePlayIapReceipt
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.health.DatabaseHealthStatus
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.health.DiscoveryHealthStatus
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.health.HealthErrorResponse
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.health.HealthStatus
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.health.InstanceHealthStatus
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.health.InvokerHealthStatus
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.health.RoutingHealthStatus
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.index.BuildIndexRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.index.IndexPlan
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.inventory.AdvancedInventoryItemQuantityAdjustment
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.inventory.CreateAdvancedInventoryItemRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.inventory.CreateDistinctInventoryItemRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.inventory.CreateSimpleInventoryItemRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.inventory.DistinctInventoryItem
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.inventory.InventoryItem
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.inventory.SimpleInventoryItemQuantityAdjustment
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.inventory.UpdateDistinctInventoryItemRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.inventory.UpdateInventoryItemRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.invite.InviteViaPhonesRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.invite.InviteViaPhonesResponse
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.invite.PhoneMatchedInvitation
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.largeobject.AccessPermissions
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.largeobject.CreateLargeObjectFromUrlRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.largeobject.CreateLargeObjectRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.largeobject.LargeObject
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.largeobject.LargeObjectReference
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.largeobject.SubjectRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.largeobject.Subjects
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.largeobject.UpdateLargeObjectRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.leaderboard.Leaderboard
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.leaderboard.Rank
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.leaderboard.RankRow
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.leaderboard.Score
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.match.Match
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.mission.CreateScheduleEventRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.mission.CreateScheduleRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.mission.Mission
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.mission.Progress
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.mission.ProgressMissionInfo
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.mission.ProgressRow
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.mission.Schedule
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.mission.ScheduleEvent
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.mission.Step
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.mission.UpdateScheduleEventRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.mission.UpdateScheduleRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.notification.FCMRegistration
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.Pagination
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.profile.CreateProfileRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.profile.CreateProfileSignupRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.profile.Profile
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.profile.UpdateProfileImageRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.profile.UpdateProfileRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.reward.Reward
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.reward.RewardIssuance
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.reward.RewardIssuanceRedemptionResult
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.savedata.CreateSaveDataDocumentRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.savedata.SaveDataDocument
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.savedata.UpdateSaveDataDocumentRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.schema.CreateMetadataSpecRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.schema.EditorSchema
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.schema.json.JsonSchema
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.schema.json.JsonSchemaProperty
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.schema.layout.EditorLayout
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.schema.MetadataSpec
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.schema.MetadataSpecProperty
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.schema.UpdateMetadataSpecRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.session.MockSessionCreation
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.session.MockSessionRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.session.OAuth2SessionRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.session.OidcSessionRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.session.Session
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.session.SessionCreation
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.session.UsernamePasswordSessionRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.token.TokenWithExpiration
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.user.User
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.user.UserCreateRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.user.UserCreateResponse
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.user.UserUpdatePasswordRequest
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.user.UserUpdateRequest
 
equals(Object) - Method in record class dev.getelements.elements.sdk.model.util.SimpleMapperRegistry.MappingKey
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class dev.getelements.elements.sdk.model.ValidationErrorResponse
 
equals(Object) - Method in class dev.getelements.elements.sdk.model.Version
 
equals(Object) - Method in record class dev.getelements.elements.sdk.query.ElementCallbackQuery
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.getelements.elements.sdk.query.ElementQuery
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.getelements.elements.sdk.query.ElementServiceQuery
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.getelements.elements.sdk.query.MethodCallbackRecord
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.getelements.elements.sdk.record.ElementDefaultAttributeRecord
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.getelements.elements.sdk.record.ElementDefinitionRecord
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.getelements.elements.sdk.record.ElementDesignationRecord
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.getelements.elements.sdk.record.ElementEventConsumerRecord
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.getelements.elements.sdk.record.ElementEventKey
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.getelements.elements.sdk.record.ElementEventProducerRecord
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.getelements.elements.sdk.record.ElementPackageRecord
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.getelements.elements.sdk.record.ElementRecord
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.getelements.elements.sdk.record.ElementServiceExportRecord
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.getelements.elements.sdk.record.ElementServiceImplementationRecord
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.getelements.elements.sdk.record.ElementServiceKey
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.getelements.elements.sdk.record.ElementServiceRecord
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceipt
 
equals(Object) - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceiptPurchase
 
equals(Object) - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapVerifyReceiptResponse
 
equals(Object) - Method in class dev.getelements.elements.sdk.service.blockchain.crypto.AesEncryptionSpec
 
equals(Object) - Method in class dev.getelements.elements.sdk.service.blockchain.invoke.evm.EvmInvocationScope
 
equals(Object) - Method in class dev.getelements.elements.sdk.service.blockchain.invoke.flow.FlowInvocationScope
 
equals(Object) - Method in class dev.getelements.elements.sdk.service.blockchain.invoke.InvocationScope
 
equals(Object) - Method in class dev.getelements.elements.sdk.service.blockchain.invoke.near.NearInvocationScope
 
equals(Object) - Method in record class dev.getelements.elements.sdk.test.element.TestService.MethodEventRecord
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class dev.getelements.elements.sdk.util.ImmutableAttributes
 
equals(Object) - Method in record class dev.getelements.elements.sdk.util.InheritedAttributes
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.getelements.elements.sdk.util.InheritedMutableAttributes
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.getelements.elements.sdk.util.SimpleAttributes
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class dev.getelements.elements.sdk.util.SimpleLazyValue
 
equals(Object) - Method in class dev.getelements.elements.service.FirebaseDeleteAccountRequest
 
equals(Object) - Method in class dev.getelements.elements.service.FirebaseEmailPasswordSignUpResponse
 
equals(Object) - Method in class dev.getelements.elements.service.FirebaseUsernamePasswordSignInRequest
 
equals(Object) - Method in class dev.getelements.elements.service.FirebaseUsernamePasswordSignInResponse
 
equals(Object) - Method in class dev.getelements.elements.webui.WebUIApplicationApiConfiguration
 
equals(Object) - Method in class dev.getelements.elements.webui.WebUIApplicationConfiguration
 
error(JeroMQControlResponseCode, String) - Static method in class dev.getelements.elements.rt.remote.jeromq.JeroMQRoutingServer
 
ERROR - Enum constant in enum class dev.getelements.elements.rt.AsyncConnection.Event
Corresponds to the calls related to AsyncConnection.onError(Consumer)
ERROR - Enum constant in enum class dev.getelements.elements.rt.ResumeReason
Indicates that an error condition caused the coroutine to resume.
ErrorCode - Enum Class in dev.getelements.elements.sdk.model.exception
An enumeration of error codes which may provide greater detail as to why a problem occurred.
ErrorHandler - Annotation Interface in dev.getelements.elements.rt.annotation
Designates a FunctionalInterface annotated-type parameter which will receive an exception thrown from a remote invocation.
errorHandlerIndex(Method) - Static method in class dev.getelements.elements.rt.Reflection
Finds the Parameter index annoated with ErrorHandler in the Method
ErrorResponse - Class in dev.getelements.elements.sdk.model
Created by patricktwohig on 4/10/15.
ErrorResponse() - Constructor for class dev.getelements.elements.sdk.model.ErrorResponse
 
ErrorServlet - Class in org.eclipse.jgit.http.server.glue
Send a fixed status code to the client.
ErrorServlet(int) - Constructor for class org.eclipse.jgit.http.server.glue.ErrorServlet
Sends a specific status code.
EthAccountGenerator - Class in dev.getelements.elements.service.blockchain.crypto
 
EthAccountGenerator() - Constructor for class dev.getelements.elements.service.blockchain.crypto.EthAccountGenerator
 
ETHEREUM - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.BlockchainApi
The Ethereum API.
ETHEREUM - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.BlockchainNetwork
The Ethereum Main Net.
ETHEREUM_TEST - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.BlockchainNetwork
The Ethereum Test Net.
evaluate(Query<QueryT>, String) - Method in interface dev.getelements.elements.dao.mongo.query.BooleanQueryOperator
 
evaluate(Query<QueryT>, String) - Method in class dev.getelements.elements.dao.mongo.query.NameBooleanQueryOperator
 
evaluate(Query<QueryT>, String) - Method in class dev.getelements.elements.dao.mongo.query.ReferenceBooleanQueryOperator
 
Event - Interface in dev.getelements.elements.sdk
Represents an event to be handled by Element instances.
EVENT_1V1_MADE - Static variable in interface dev.getelements.elements.sdk.service.match.MatchService
A match-made event.
EVENT_TIMEOUT_MSEC - Static variable in interface dev.getelements.elements.rt.EventContext
The timeout for the EventContext in milliseconds.
Event.Builder - Class in dev.getelements.elements.sdk
Utility class to build Event instances.
EventContext - Interface in dev.getelements.elements.rt
Manages events.
EventDispatchException - Exception Class in dev.getelements.elements.sdk.exception
 
EventDispatchException() - Constructor for exception class dev.getelements.elements.sdk.exception.EventDispatchException
 
EventDispatchException(String) - Constructor for exception class dev.getelements.elements.sdk.exception.EventDispatchException
 
EventDispatchException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.exception.EventDispatchException
 
EventDispatchException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.exception.EventDispatchException
 
EventDispatchException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.exception.EventDispatchException
 
eventKey() - Method in record class dev.getelements.elements.sdk.record.ElementEventConsumerRecord
Returns the value of the eventKey record component.
EventManifest - Class in dev.getelements.elements.rt.manifest.event
 
EventManifest() - Constructor for class dev.getelements.elements.rt.manifest.event.EventManifest
 
eventName() - Method in record class dev.getelements.elements.sdk.record.ElementEventKey
Returns the value of the eventName record component.
EventOperation - Class in dev.getelements.elements.rt.manifest.event
 
EventOperation() - Constructor for class dev.getelements.elements.rt.manifest.event.EventOperation
 
EventService - Interface in dev.getelements.elements.rt
 
EvmInvocationScope - Class in dev.getelements.elements.sdk.service.blockchain.invoke.evm
 
EvmInvocationScope() - Constructor for class dev.getelements.elements.sdk.service.blockchain.invoke.evm.EvmInvocationScope
 
EVMInvokeContractRequest - Class in dev.getelements.elements.sdk.model.blockchain.contract
 
EVMInvokeContractRequest() - Constructor for class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractRequest
 
EVMInvokeContractResponse - Class in dev.getelements.elements.sdk.model.blockchain.contract
 
EVMInvokeContractResponse() - Constructor for class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractResponse
 
EvmInvokerModule - Class in dev.getelements.elements.service.guice
 
EvmInvokerModule() - Constructor for class dev.getelements.elements.service.guice.EvmInvokerModule
 
EvmSmartContractInvocationService - Interface in dev.getelements.elements.sdk.service.blockchain
A service which allows for the invocation of methods belonging to an EVM Smart Contract.
EvmSmartContractInvocationService.Invoker - Interface in dev.getelements.elements.sdk.service.blockchain
A type which performs the final invocation to the underlying smart contract.
EvmSmartContractServiceProvider - Class in dev.getelements.elements.service.blockchain.crypto.evm
 
EvmSmartContractServiceProvider() - Constructor for class dev.getelements.elements.service.blockchain.crypto.evm.EvmSmartContractServiceProvider
 
EVMTransactionLog - Class in dev.getelements.elements.sdk.model.blockchain.contract
 
EVMTransactionLog() - Constructor for class dev.getelements.elements.sdk.model.blockchain.contract.EVMTransactionLog
 
EXCEPTION - Enum constant in enum class dev.getelements.elements.rt.remote.jeromq.JeroMQControlResponseCode
There was an exception processing the request.
exceptionError(Logger, JeroMQControlResponseCode, Exception) - Static method in class dev.getelements.elements.rt.remote.jeromq.JeroMQRoutingServer
 
exceptionError(Logger, Exception) - Static method in class dev.getelements.elements.rt.remote.jeromq.JeroMQRoutingServer
 
ExclusiveReadWriteTransaction - Interface in dev.getelements.elements.rt.transact
Operates with an exclusive lock to the database.
execute(UnixFSTransactionProgramExecutionPhase, UnixFSTransactionProgramInterpreter.ExecutionHandler) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgramInterpreter
execute(Query<?>, UpdateOptions) - Method in class dev.getelements.elements.dao.mongo.UpdateBuilder
Equivalent to invoking UpdateBuilder.update(Query) (Query)}.Update.execute(UpdateOptions)
execute(Query<ModelT>, ModifyOptions) - Method in class dev.getelements.elements.dao.mongo.UpdateBuilder
Equivalent to invoking UpdateBuilder.modify(Query).
execute(Runnable) - Method in class dev.getelements.elements.rt.util.LatchedExecutorServiceCompletionService
executeCleanupPhase(UnixFSTransactionProgramInterpreter.ExecutionHandler) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgramInterpreter
Executes the cleanup phase.
executeCommitPhase(UnixFSTransactionProgramInterpreter.ExecutionHandler) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgramInterpreter
Executes the commit phase.
EXECUTOR_SERVICE - Static variable in interface dev.getelements.elements.rt.remote.Instance
Used with Named to name an instance of ExecutorService which is a general purpose pool of threads used for performing various tasks within the system.
ExecutorServiceFactory<ExecutorServiceFactoryT> - Interface in dev.getelements.elements.rt.remote.provider
 
exist(String) - Method in class dev.getelements.elements.dao.mongo.largeobject.GridFSLargeObjectBucket
 
exists(ResourceId) - Method in interface dev.getelements.elements.rt.ResourceService
Deprecated.
not used anywhere
exists(ResourceId) - Method in interface dev.getelements.elements.rt.transact.ReadOnlyTransaction
Checks if the resource exists, returning false if it does not exist.
exists(ResourceId) - Method in interface dev.getelements.elements.rt.transact.ResourceIndex
Checks if a ResourceId exists.
exists(ResourceId) - Method in class dev.getelements.elements.rt.transact.TransactionalResourceService
 
EXP - Enum constant in enum class dev.getelements.elements.sdk.model.auth.OidcClaim
Expiry - Access is disallowed after this time
expectedRepositoryAttribute - Variable in class org.eclipse.jgit.http.server.HttpServerText
 
export() - Element in annotation interface dev.getelements.elements.sdk.annotation.ElementService
Specifies the ElementServiceExport for this particualr ElementService.
export() - Method in record class dev.getelements.elements.sdk.record.ElementServiceRecord
Returns the value of the export record component.
expose() - Element in annotation interface dev.getelements.elements.sdk.annotation.ElementServiceImplementation
Indicates if this implementation should be exposed as well.
expose() - Method in record class dev.getelements.elements.sdk.record.ElementServiceImplementationRecord
Returns the value of the expose record component.
exposed() - Method in record class dev.getelements.elements.sdk.record.ElementServiceExportRecord
Returns the value of the exposed record component.
ExposedBindingAnnotation - Annotation Interface in dev.getelements.elements.rt.annotation
Defines a module which will be exposed to the scripting engine layer.
ExposedBindingAnnotation.BindingAnnotationFactory - Interface in dev.getelements.elements.rt.annotation
Resolves an instance of Annotation given the supplied ModuleDefinition
ExposedBindingAnnotation.Undefined - Annotation Interface in dev.getelements.elements.rt.annotation
Annotation type which indicates that no annotation type is defined.
ExposedBindingAnnotation.Util - Class in dev.getelements.elements.rt.annotation
Utility class for resolving the binding annotation.
exposeDetailsForTesting() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionalPersistenceContextModule
Exposes the details of the UnixFSTransactionalPersistenceContextModule for testing purposes.
exposedTypes() - Method in record class dev.getelements.elements.sdk.record.ElementServiceRecord
Gets a Stream of all exposed types.
exposeTransactionalResourceService() - Method in class dev.getelements.elements.rt.transact.TransactionalResourceServiceModule
EXTENSION_PATTERN - Static variable in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
 
EXTENSION_REGEX - Static variable in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
 
EXTENSION_SEPARATOR - Static variable in class dev.getelements.elements.sdk.cluster.path.Path
The extension separator.
EXTERNAL_RESOURCE_FAILED - Enum constant in enum class dev.getelements.elements.sdk.model.exception.ErrorCode
An external resource failed to behave ideally.
EXTERNAL_USER_ID - Enum constant in enum class dev.getelements.elements.sdk.model.auth.UserKey
Deprecated.
no longer in use.
extract(Path) - Method in class dev.getelements.elements.sdk.cluster.path.ParameterizedPath
Given the provided non-parameterized path, this will return a Map<String,String> of the value of the parameters.

F

FACEBOOK_OAUTH_TOKEN - Static variable in interface dev.getelements.elements.sdk.model.Headers
Specifies the user's Facebook OAuth token used to interact with the Facebook API.
FacebookApplicationConfiguration - Class in dev.getelements.elements.sdk.model.application
Created by patricktwohig on 6/14/17.
FacebookApplicationConfiguration() - Constructor for class dev.getelements.elements.sdk.model.application.FacebookApplicationConfiguration
 
FacebookApplicationConfigurationResource - Class in dev.getelements.elements.rest.application
Created by patricktwohig on 6/14/17.
FacebookApplicationConfigurationResource() - Constructor for class dev.getelements.elements.rest.application.FacebookApplicationConfigurationResource
 
FacebookApplicationConfigurationService - Interface in dev.getelements.elements.sdk.service.application
Created by patricktwohig on 6/14/17.
FacebookApplicationConfigurationServiceProvider - Class in dev.getelements.elements.service.application
Created by patricktwohig on 6/14/17.
FacebookApplicationConfigurationServiceProvider() - Constructor for class dev.getelements.elements.service.application.FacebookApplicationConfigurationServiceProvider
 
FacebookBuiltinPermissionsModule - Class in dev.getelements.elements.guice
Created by patricktwohig on 6/15/17.
FacebookBuiltinPermissionsModule(Supplier<List<FacebookPermission>>) - Constructor for class dev.getelements.elements.guice.FacebookBuiltinPermissionsModule
 
FacebookBuiltinPermissionsSupplier - Class in dev.getelements.elements.config
Scans for FacebookPermission annotated types.
FacebookBuiltinPermissionsSupplier() - Constructor for class dev.getelements.elements.config.FacebookBuiltinPermissionsSupplier
 
FacebookBuiltinPermissionsSupplier(ClassLoader) - Constructor for class dev.getelements.elements.config.FacebookBuiltinPermissionsSupplier
 
FacebookPermission - Annotation Interface in dev.getelements.elements.sdk.model.annotation
Specifies a requested permission.
FacebookPermissions - Annotation Interface in dev.getelements.elements.sdk.model.annotation
Aggregates several FacebookPermission instances which will be used to build the list of default permissions used by an Application.
factory() - Element in annotation interface dev.getelements.elements.rt.annotation.ExposedBindingAnnotation
Specifies a type which is used to construct the actual binding annotation.
FAILED_AUTH_FATAL - Enum constant in enum class dev.getelements.elements.rt.ResponseCode
Auth failed, the request should be abandoned.
FAILED_AUTH_RETRY - Enum constant in enum class dev.getelements.elements.rt.ResponseCode
Auth failed, the request should be re-attempted with new authentication credentails
FALLOFF_TIME_MAX_MS - Static variable in class dev.getelements.elements.dao.mongo.MongoConcurrentUtils
Defines the maximum time an optimistic operation will wait before retrying.
FALLOFF_TIME_MIN_MS - Static variable in class dev.getelements.elements.dao.mongo.MongoConcurrentUtils
Defines the minimum time an optimistic operation will wait before retrying.
FatalException - Exception Class in dev.getelements.elements.rt.transact
 
FatalException() - Constructor for exception class dev.getelements.elements.rt.transact.FatalException
 
FatalException(String) - Constructor for exception class dev.getelements.elements.rt.transact.FatalException
 
FatalException(String, Throwable) - Constructor for exception class dev.getelements.elements.rt.transact.FatalException
 
FatalException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.rt.transact.FatalException
 
FatalException(Throwable) - Constructor for exception class dev.getelements.elements.rt.transact.FatalException
 
FCMRegistration - Class in dev.getelements.elements.sdk.model.notification
Represents a notification registration with Firebase.
FCMRegistration() - Constructor for class dev.getelements.elements.sdk.model.notification.FCMRegistration
 
FCMRegistrationDao - Interface in dev.getelements.elements.sdk.dao
Manipulates instances of FCMRegistration in the underlying database.
FCMRegistrationResource - Class in dev.getelements.elements.rest.notifications
 
FCMRegistrationResource() - Constructor for class dev.getelements.elements.rest.notifications.FCMRegistrationResource
 
FCMRegistrationService - Interface in dev.getelements.elements.sdk.service.firebase
Manages instance of FCMRegistration.
FCMRegistrationServiceProvider - Class in dev.getelements.elements.service.notification
 
FCMRegistrationServiceProvider() - Constructor for class dev.getelements.elements.service.notification.FCMRegistrationServiceProvider
 
FileSystemApplicationRepositoryResolver - Class in dev.getelements.elements.git
This loads an instance of Repository from a place on the filesystem.
FileSystemApplicationRepositoryResolver() - Constructor for class dev.getelements.elements.git.FileSystemApplicationRepositoryResolver
 
FilesystemCdnApplicationRepositoryResolverProvider - Class in dev.getelements.elements.cdnserve
 
FilesystemCdnApplicationRepositoryResolverProvider() - Constructor for class dev.getelements.elements.cdnserve.FilesystemCdnApplicationRepositoryResolverProvider
 
FileSystemCdnGitLoaderModule - Class in dev.getelements.elements.cdnserve.guice
 
FileSystemCdnGitLoaderModule() - Constructor for class dev.getelements.elements.cdnserve.guice.FileSystemCdnGitLoaderModule
 
FilesystemCdnGitLoaderProvider - Class in dev.getelements.elements.cdnserve
 
FilesystemCdnGitLoaderProvider() - Constructor for class dev.getelements.elements.cdnserve.FilesystemCdnGitLoaderProvider
 
FileSystemCdnGitStorageModule - Class in dev.getelements.elements.cdnserve.guice
 
FileSystemCdnGitStorageModule() - Constructor for class dev.getelements.elements.cdnserve.guice.FileSystemCdnGitStorageModule
 
FileSystemElementStorageGitLoaderModule - Class in dev.getelements.elements.rt.git
 
FileSystemElementStorageGitLoaderModule() - Constructor for class dev.getelements.elements.rt.git.FileSystemElementStorageGitLoaderModule
 
FilesystemGitApplicationAssetLoader - Class in dev.getelements.elements.rt.git
A special class which will load an ApplicationId's code to a local temporary directory where it can be processed and run.
FilesystemGitApplicationAssetLoader() - Constructor for class dev.getelements.elements.rt.git.FilesystemGitApplicationAssetLoader
 
FileSystemScriptApplicationRepositoryResolverProvider - Class in dev.getelements.elements.codeserve
 
FileSystemScriptApplicationRepositoryResolverProvider() - Constructor for class dev.getelements.elements.codeserve.FileSystemScriptApplicationRepositoryResolverProvider
 
FileSystemScriptStorageGitLoaderProvider - Class in dev.getelements.elements.rt.git
 
FileSystemScriptStorageGitLoaderProvider() - Constructor for class dev.getelements.elements.rt.git.FileSystemScriptStorageGitLoaderProvider
 
fill(WritableByteChannel) - Static method in class dev.getelements.elements.rt.transact.unix.UnixFSDataHeader
Fills supplied WritableByteChannel with a placeholder header.
fillInStackTrace() - Method in exception class dev.getelements.elements.sdk.model.exception.InternalException
 
filter(ContainerRequestContext) - Method in class dev.getelements.elements.sdk.jakarta.rs.MethodOverrideFilter
 
filter(Iterable<String>) - Method in interface dev.getelements.elements.guice.ServletBindings
 
filter(String, String...) - Method in interface dev.getelements.elements.guice.ServletBindings
 
FILTER_SET - Static variable in class dev.getelements.elements.app.serve.loader.AuthFilterFeature
 
FilteredServiceLocator - Class in dev.getelements.elements.sdk.spi
 
FilteredServiceLocator(ServiceLocator, Set<ElementServiceKey<?>>) - Constructor for class dev.getelements.elements.sdk.spi.FilteredServiceLocator
 
filterMustNotBeNull - Variable in class org.eclipse.jgit.http.server.HttpServerText
 
filterRegex(Iterable<String>) - Method in interface dev.getelements.elements.guice.ServletBindings
 
filterRegex(String, String...) - Method in interface dev.getelements.elements.guice.ServletBindings
 
FinallyAction - Interface in dev.getelements.elements.sdk.util
A FunctionalInterface which performs a series of actions when it is closed.
find() - Method in record class dev.getelements.elements.sdk.query.ElementCallbackQuery
 
find() - Method in record class dev.getelements.elements.sdk.query.ElementQuery
Gets the Element for this ElementQuery.
find() - Method in record class dev.getelements.elements.sdk.query.ElementServiceQuery
 
find() - Method in interface dev.getelements.elements.sdk.query.Query
Gets the result of the Query
find(String) - Method in interface dev.getelements.elements.sdk.ElementRegistry
Gets all Element instances which was registered to this ElementRegistry specifying the name of the Element
findActiveApplication(String) - Method in class dev.getelements.elements.dao.mongo.application.MongoApplicationDao
 
findActiveApplication(String) - Method in interface dev.getelements.elements.sdk.dao.ApplicationDao
Finds an active Application with the supplied name or id.
findActiveMetadataSpec(String) - Method in class dev.getelements.elements.dao.mongo.schema.MongoMetadataSpecDao
 
findActiveMetadataSpec(String) - Method in interface dev.getelements.elements.sdk.dao.MetadataSpecDao
Finds an active metadata spec by the spec id.
findActiveMetadataSpecByName(String) - Method in class dev.getelements.elements.dao.mongo.schema.MongoMetadataSpecDao
 
findActiveMetadataSpecByName(String) - Method in interface dev.getelements.elements.sdk.dao.MetadataSpecDao
Finds an active metadata spec by the spec id.
findActiveMongoApplication(String) - Method in class dev.getelements.elements.dao.mongo.application.MongoApplicationDao
 
findActiveMongoMetadataSpec(String) - Method in class dev.getelements.elements.dao.mongo.schema.MongoMetadataSpecDao
 
findActiveMongoMetadataSpecByName(String) - Method in class dev.getelements.elements.dao.mongo.schema.MongoMetadataSpecDao
 
findActiveMongoProfile(Profile) - Method in class dev.getelements.elements.dao.mongo.MongoProfileDao
 
findActiveMongoProfile(String) - Method in class dev.getelements.elements.dao.mongo.MongoProfileDao
 
findActiveMongoProfile(ObjectId) - Method in class dev.getelements.elements.dao.mongo.MongoProfileDao
 
findActiveProfile(String) - Method in class dev.getelements.elements.dao.mongo.MongoProfileDao
 
findActiveProfile(String) - Method in interface dev.getelements.elements.sdk.dao.ProfileDao
Finds the profile with the supplied profile ID.
findActiveProfileForUser(String, String) - Method in class dev.getelements.elements.dao.mongo.MongoProfileDao
 
findActiveProfileForUser(String, String) - Method in interface dev.getelements.elements.sdk.dao.ProfileDao
Finds the profile with the supplied profile ID.
findAndUpdateVaultBelongingToUser(Vault, String) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoVaultDao
 
findAndUpdateVaultBelongingToUser(Vault, String) - Method in interface dev.getelements.elements.sdk.dao.VaultDao
Updates a vault with the provided user.
findApplicationConfiguration(Class<T>, String, String) - Method in class dev.getelements.elements.dao.mongo.application.MongoApplicationConfigurationDao
 
findApplicationConfiguration(Class<T>, String, String) - Method in interface dev.getelements.elements.sdk.dao.ApplicationConfigurationDao
Gets the ApplicationConfiguration with the supplied name and id.
findArtifactPath(TestElementArtifact) - Method in class dev.getelements.elements.sdk.test.TestArtifactRegistry
Finds the Path of the artifact with the artifact name.
findAudience() - Method in class dev.getelements.elements.security.JWTCredentials
Finds the audience of the token.
findAuthScheme(String) - Method in class dev.getelements.elements.dao.mongo.auth.MongoAuthSchemeDao
 
findAuthScheme(String) - Method in class dev.getelements.elements.dao.mongo.auth.MongoOAuth2AuthSchemeDao
 
findAuthScheme(String) - Method in class dev.getelements.elements.dao.mongo.auth.MongoOidcAuthSchemeDao
 
findAuthScheme(String) - Method in interface dev.getelements.elements.sdk.dao.AuthSchemeDao
Finds an AuthScheme, returning an Optional<AuthScheme>.
findAuthScheme(String) - Method in interface dev.getelements.elements.sdk.dao.OAuth2AuthSchemeDao
Finds an AuthScheme, returning an Optional.
findAuthScheme(String) - Method in interface dev.getelements.elements.sdk.dao.OidcAuthSchemeDao
Finds an AuthScheme, returning an Optional.
findBundlePath(TestElementBundle) - Method in class dev.getelements.elements.sdk.test.TestArtifactRegistry
Finds the Path of the bundle with the bundle name.
findByClass(Class<?>) - Static method in enum class dev.getelements.elements.rt.manifest.model.Type
 
findByValue(String) - Static method in enum class dev.getelements.elements.rt.manifest.model.Type
Finds the Type instance by the value read from the underlying script.
findByValue(String) - Static method in enum class dev.getelements.elements.sdk.model.auth.UserKey
Finds the UserKey by the specified value.
findCallback(String, Class<?>...) - Method in record class dev.getelements.elements.sdk.query.ElementServiceQuery
Queries for a Callback with the supplied method name and parameter types.
findCurrentProfile() - Method in interface dev.getelements.elements.sdk.service.profile.ProfileService
Finds the currently active profile, if any.
findCurrentProfile() - Method in class dev.getelements.elements.service.profile.SuperUserProfileService
 
findCurrentProfile() - Method in class dev.getelements.elements.service.profile.UserProfileService
 
findCurrentScope() - Method in interface dev.getelements.elements.sdk.Element
Attempts to find the current scope, returning an Optional containing the scope, if present.
findCurrentScope() - Method in class dev.getelements.elements.sdk.spi.guice.GuiceSdkElement
 
findCurrentScope() - Method in class dev.getelements.elements.sdk.spi.SharedElement
 
findDestinationType() - Method in interface dev.getelements.elements.sdk.model.util.MapperRegistry.Mapper
Finds the destination type.
findDestinationType() - Method in interface dev.getelements.elements.sdk.model.util.MapperRegistry.Updater
Finds the destination type.
findDistinctInventoryItemForOwner(String, String) - Method in class dev.getelements.elements.dao.mongo.goods.MongoDistinctInventoryItemDao
 
findDistinctInventoryItemForOwner(String, String) - Method in interface dev.getelements.elements.sdk.dao.DistinctInventoryItemDao
Finds the distinct inventory item with the owner ID and owner ID.
findElementDefinitionRecord(ClassLoader, Attributes, Predicate<ElementDefinitionRecord>) - Method in interface dev.getelements.elements.sdk.ElementLoaderFactory
Finds the Element name, this will find the ElementRecord associated with it, throwing an exception if it is unable to find the ElementDefinition annotation.
findElementDefinitionRecord(ClassLoader, Attributes, Predicate<ElementDefinitionRecord>) - Method in class dev.getelements.elements.sdk.spi.DefaultElementLoaderFactory
 
findEntry(ResourceId) - Method in interface dev.getelements.elements.rt.transact.ResourceIndex
Loads the ResourceEntry from the supplied Path.
findEntry(ResourceId, Supplier<ResourceEntry.OperationalStrategy>) - Method in interface dev.getelements.elements.rt.transact.ResourceIndex
Loads the ResourceEntry from the supplied Path.
findEntry(ResourceId, Supplier<ResourceEntry.OperationalStrategy>) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSResourceIndex
 
findEntry(Path) - Method in interface dev.getelements.elements.rt.transact.PathIndex
Loads the ResourceEntry from the supplied Path.
findEntry(Path, Supplier<ResourceEntry.OperationalStrategy>) - Method in interface dev.getelements.elements.rt.transact.PathIndex
Loads the ResourceEntry from the supplied Path.
findEntry(Path, Supplier<ResourceEntry.OperationalStrategy>) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSPathIndex
 
findExpirationDate() - Method in class dev.getelements.elements.security.JWTCredentials
Finds the expiration date of the token.
findFirstWithLabel(Rfc7468Label) - Method in class dev.getelements.elements.sdk.model.security.PemChain
Finds the first speck with the supplied Rfc7468Label.
findFirstWithLabel(String) - Method in class dev.getelements.elements.sdk.model.security.PemChain
Finds the first speck with the supplied label.
findForLabel(String) - Static method in enum class dev.getelements.elements.sdk.model.security.Rfc7468Label
Finds the enum value from the label.
findGenericTypeArgumentFromMapper(Class<?>, int) - Static method in interface dev.getelements.elements.sdk.model.util.MapperRegistry
Finds the geneirc type argument for the supplied class..
findGenericTypeArgumentFromUpdater(Class<?>, int) - Static method in interface dev.getelements.elements.sdk.model.util.MapperRegistry
Finds the geneirc type argument for the supplied class..
findInstance(ElementServiceKey<T>) - Method in class dev.getelements.elements.sdk.guice.GuiceServiceLocator
 
findInstance(ElementServiceKey<T>) - Method in interface dev.getelements.elements.sdk.ServiceLocator
Gets the service using the ElementServiceKey.
findInstance(ElementServiceKey<T>) - Method in class dev.getelements.elements.sdk.spi.FilteredServiceLocator
 
findInstance(Class<T>) - Method in interface dev.getelements.elements.sdk.ServiceLocator
Finds the Supplier to the supplied instance.
findInstance(Class<T>, String) - Method in interface dev.getelements.elements.sdk.ServiceLocator
Finds the Supplier to the supplied instance.
findIssuer() - Method in class dev.getelements.elements.security.JWTCredentials
Finds the issuer of the token.
findJarUrl(TestElementArtifact) - Method in class dev.getelements.elements.sdk.test.TestArtifactRegistry
Finds the URL of the artifact with the artifact name.
findJsonSchemaType(MetadataSpecPropertyType) - Static method in class dev.getelements.elements.sdk.model.schema.json.JsonSchemaType
Finds the JSON Schema Type from the supplied MetadataSpecPropertyType.
findLargeObject(String) - Method in class dev.getelements.elements.dao.mongo.largeobject.MongoLargeObjectDao
 
findLargeObject(String) - Method in interface dev.getelements.elements.sdk.dao.LargeObjectDao
Finds a LargeObject with the supplied object id, returning a value equivalent to Optional.empty() if the object cannot be found.
findLargeObject(String) - Method in interface dev.getelements.elements.sdk.service.largeobject.LargeObjectService
Finds an instance of LargeObject.
findLargeObject(String) - Method in class dev.getelements.elements.service.largeobject.AnonLargeObjectService
 
findLargeObject(String) - Method in class dev.getelements.elements.service.largeobject.SuperUserLargeObjectService
 
findLargeObject(String) - Method in class dev.getelements.elements.service.largeobject.UserLargeObjectService
 
findMapper(Class<SourceT>, Class<DestinationT>) - Method in interface dev.getelements.elements.sdk.model.util.MapperRegistry
findMapper(Class<SourceT>, Class<DestinationT>) - Method in class dev.getelements.elements.sdk.model.util.SimpleMapperRegistry
 
findMetadataSpecPropertyType(String) - Static method in class dev.getelements.elements.sdk.model.schema.json.JsonSchemaType
findMissionByNameOrId(String) - Method in class dev.getelements.elements.dao.mongo.mission.MongoMissionDao
 
findMissionByNameOrId(String) - Method in interface dev.getelements.elements.sdk.dao.MissionDao
 
findMongoApplication(String) - Method in class dev.getelements.elements.dao.mongo.application.MongoApplicationDao
 
findMongoApplicationConfiguration(Class<T>, String, String) - Method in class dev.getelements.elements.dao.mongo.application.MongoApplicationConfigurationDao
 
findMongoItem(Item) - Method in class dev.getelements.elements.dao.mongo.goods.MongoItemDao
 
findMongoItem(String) - Method in class dev.getelements.elements.dao.mongo.goods.MongoItemDao
 
findMongoItem(ObjectId) - Method in class dev.getelements.elements.dao.mongo.goods.MongoItemDao
 
findMongoItemByNameOrId(String) - Method in class dev.getelements.elements.dao.mongo.goods.MongoItemDao
 
findMongoLargeObject(String) - Method in class dev.getelements.elements.dao.mongo.largeobject.MongoLargeObjectDao
 
findMongoMissionByNameOrId(String) - Method in class dev.getelements.elements.dao.mongo.mission.MongoMissionDao
 
findMongoSaveDataDocument(String) - Method in class dev.getelements.elements.dao.mongo.savedata.MongoSaveDataDocumentDao
 
findMongoScheduleByNameOrId(String) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleDao
 
findMongoScheduleEventById(String) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleEventDao
 
findMongoScheduleEventById(String, String) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleEventDao
 
findMongoScheduleEventById(ObjectId) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleEventDao
 
findMongoUser(User) - Method in class dev.getelements.elements.dao.mongo.MongoUserDao
 
findMongoUser(String) - Method in class dev.getelements.elements.dao.mongo.MongoUserDao
 
findMongoUser(ObjectId) - Method in class dev.getelements.elements.dao.mongo.MongoUserDao
 
findMongoVault(String) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoVaultDao
 
findMongoVaultForUser(String, String) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoVaultDao
 
findMongoWallet(String) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoWalletDao
 
findMongoWalletForUser(String, String) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoWalletDao
 
findMongoWalletInVault(String, String) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoWalletDao
 
findName(Class<?>) - Static method in class dev.getelements.elements.rt.annotation.RemoteModel.Util
Finds the name of a type annotated with RemoteModel.
findName(Class<?>) - Static method in class dev.getelements.elements.rt.annotation.RemoteService.Util
Finds the name of a type annotated with RemoteService.
findName(Parameter, CodeStyle) - Static method in class dev.getelements.elements.rt.annotation.Serialize.Util
Accepting the supplied CodeStyle, this converts the raw parameter name to the supplied CodeStyle.
findOriginalResourceContents() - Method in class dev.getelements.elements.rt.transact.NullResourceEntry
 
findOriginalResourceContents() - Method in interface dev.getelements.elements.rt.transact.ResourceEntry
Finds the original Resource contents.
findOriginalResourceContents() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSResourceEntryExisting
 
findOriginalResourceId() - Method in interface dev.getelements.elements.rt.transact.ResourceEntry
Finds the ResourceId associated with the node, or a result equivalent to Optional.empty() if no such resource id exists.
findOriginalResourceId() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSResourceEntryExisting
 
findOriginalResourceId() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSResourceEntryNew
 
findOriginalScope() - Method in class dev.getelements.elements.rt.transact.NullTaskEntry
 
findOriginalScope() - Method in interface dev.getelements.elements.rt.transact.TaskEntry
Finds the original scope of the original TaskEntry<ScopeT>
findOriginalScope() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTaskEntryExisting
 
findOriginalScope() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTaskEntryNew
 
findOverrideProfile(String) - Method in interface dev.getelements.elements.sdk.service.profile.ProfileOverrideService
Gets the profile override for the supplied user and profile ID.
findOverrideProfile(String) - Method in class dev.getelements.elements.service.profile.AnonProfileOverrideService
Always returns null because non-auth'd users have no profile.
findOverrideProfile(String) - Method in class dev.getelements.elements.service.profile.SuperUserProfileOverrideService
Returns the profile, regardless of ownership.
findOverrideProfile(String) - Method in class dev.getelements.elements.service.profile.UserProfileOverrideService
This checks for hte profile ID and additionally ensures that the currently authenticated user owns the profile.
findProfileSaveDataDocumentBySlot(String, int) - Method in class dev.getelements.elements.dao.mongo.savedata.MongoSaveDataDocumentDao
 
findProfileSaveDataDocumentBySlot(String, int) - Method in interface dev.getelements.elements.sdk.dao.SaveDataDocumentDao
Finds the profile scoped save data document supplying the user id and the slot.
findProgress(String) - Method in class dev.getelements.elements.dao.mongo.mission.MongoProgressDao
 
findProgress(String) - Method in interface dev.getelements.elements.sdk.dao.ProgressDao
Gets the progress with the id, or throws a NotFoundException if the progress can't be found.
findProgressForProfileAndMission(Profile, String) - Method in class dev.getelements.elements.dao.mongo.mission.MongoProgressDao
 
findProgressForProfileAndMission(Profile, String) - Method in interface dev.getelements.elements.sdk.dao.ProgressDao
Gets the Progress instance for the supplied Profile and Mission instance.
findRawName(Parameter) - Static method in class dev.getelements.elements.rt.annotation.Serialize.Util
Finds the raw name of the supplied Parameter.
findResource(String) - Method in class dev.getelements.elements.sdk.spi.ElementClassLoader
 
findResourceContents() - Method in interface dev.getelements.elements.rt.transact.ResourceEntry
Finds the Resource contents.
findResourceEntry(ResourceId) - Method in interface dev.getelements.elements.rt.transact.Snapshot
Finds the ResourceEntry at the supplied ResourceId.
findResourceEntry(ResourceId) - Method in class dev.getelements.elements.rt.transact.StandardSnapshot
 
findResourceEntry(Path) - Method in interface dev.getelements.elements.rt.transact.Snapshot
Finds the ResourceEntry at the supplied path.
findResourceEntry(Path) - Method in class dev.getelements.elements.rt.transact.StandardSnapshot
 
findResourceId() - Method in class dev.getelements.elements.rt.transact.AbstractResourceEntry
 
findResourceId() - Method in interface dev.getelements.elements.rt.transact.ResourceEntry
Finds the ResourceId associated with the node, or a result equivalent to Optional.empty() if no such resource id exists.
findResourceId(Path) - Method in interface dev.getelements.elements.rt.transact.PathIndex
Gets the ResourceId for the supplied path.
findResources(String) - Method in class dev.getelements.elements.sdk.spi.ElementClassLoader
 
findReversePaths(ResourceId) - Method in interface dev.getelements.elements.rt.transact.ResourceIndex
Finds reverse paths for the ResourceId.
findRfc7468Label() - Method in class dev.getelements.elements.sdk.model.security.PemData
Finds the Rfc7468Label associated with this PemDecoder.
findSaveDataDocument(String) - Method in class dev.getelements.elements.dao.mongo.savedata.MongoSaveDataDocumentDao
 
findSaveDataDocument(String) - Method in interface dev.getelements.elements.sdk.dao.SaveDataDocumentDao
Finds a SaveDataDocument from the supplied id.
findSaveDataDocument(String) - Method in interface dev.getelements.elements.sdk.service.savedata.SaveDataDocumentService
Finds a save data document with a specified id, returning an empty Optional<SaveDataDocument> if no such document has been found.
findSaveDataDocument(String) - Method in class dev.getelements.elements.service.savedata.SuperUserSaveDataDocumentService
 
findSaveDataDocument(String) - Method in class dev.getelements.elements.service.savedata.UserSaveDataDocumentService
 
findScheduleByNameOrId(String) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleDao
 
findScheduleByNameOrId(String) - Method in interface dev.getelements.elements.sdk.dao.ScheduleDao
Finds the Schedule with the supplied name or id.
findScheduleEventById(String, String) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleEventDao
 
findScheduleEventById(String, String) - Method in interface dev.getelements.elements.sdk.dao.ScheduleEventDao
Finds a Schedule by name or ID.
findScope() - Method in class dev.getelements.elements.rt.transact.AbstractTaskEntry
 
findScope() - Method in interface dev.getelements.elements.rt.transact.TaskEntry
Finds the scope for the TaskEntry.
findScope(Class<?>, String, String) - Static method in class dev.getelements.elements.rt.annotation.RemoteModel.Util
Gets the definition matching scope and protocol.
findScope(Class<?>, String, String) - Static method in class dev.getelements.elements.rt.annotation.RemoteService.Util
Gets the definition matching scope and protocol.
findService(ElementServiceKey<ServiceT>) - Method in record class dev.getelements.elements.sdk.query.ElementQuery
Finds a ElementServiceQuery from the selected Element.
findService(String) - Method in record class dev.getelements.elements.sdk.query.ElementQuery
Finds a ElementServiceQuery from the selected Element.
findSmartContractById(String) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoSmartContractDao
 
findSmartContractById(String) - Method in interface dev.getelements.elements.sdk.dao.SmartContractDao
Finds a specific SmartContract.
findSmartContractByNameOrId(String) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoSmartContractDao
 
findSmartContractByNameOrId(String) - Method in interface dev.getelements.elements.sdk.dao.SmartContractDao
Finds a specific SmartContract.
findSourceType() - Method in interface dev.getelements.elements.sdk.model.util.MapperRegistry.Mapper
Finds the source type.
findSourceType() - Method in interface dev.getelements.elements.sdk.model.util.MapperRegistry.Updater
Finds the source type.
findTaskEntry(ResourceId) - Method in interface dev.getelements.elements.rt.transact.Snapshot
Finds the TaskEntry associated with the supplied ResourceId.
findTaskEntry(ResourceId) - Method in class dev.getelements.elements.rt.transact.StandardSnapshot
 
findTaskEntry(Supplier<TaskEntry.OperationalStrategy<ResourceId>>, ResourceId) - Method in interface dev.getelements.elements.rt.transact.TaskIndex
Finds the TaskEntry<ResourceId> for the supplied ResourceId.
findTaskEntry(Supplier<TaskEntry.OperationalStrategy<ResourceId>>, ResourceId) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTaskIndex
 
findUpdater(Class<SourceT>, Class<DestinationT>) - Method in interface dev.getelements.elements.sdk.model.util.MapperRegistry
findUpdater(Class<SourceT>, Class<DestinationT>) - Method in class dev.getelements.elements.sdk.model.util.SimpleMapperRegistry
 
findUser(String) - Method in interface dev.getelements.elements.sdk.dao.UserDao
Finds a user based on the supplied user id, returning the Optional<User> representing the resuot.
findUserByNameOrEmail(String) - Method in class dev.getelements.elements.dao.mongo.MongoUserDao
 
findUserByNameOrEmail(String) - Method in interface dev.getelements.elements.sdk.dao.UserDao
Finds a user either by email or name.
findUserSaveDataDocumentBySlot(String, int) - Method in class dev.getelements.elements.dao.mongo.savedata.MongoSaveDataDocumentDao
 
findUserSaveDataDocumentBySlot(String, int) - Method in interface dev.getelements.elements.sdk.dao.SaveDataDocumentDao
Finds the user-scoped save data document supplying the user id and the slot.
findUserUid(String, String) - Method in class dev.getelements.elements.dao.mongo.MongoUserUidDao
 
findUserUid(String, String) - Method in interface dev.getelements.elements.sdk.dao.UserUidDao
Gets the user uid with the given name or id
findUserUid(String, String) - Method in interface dev.getelements.elements.sdk.service.auth.UserUidService
Gets the user uid with the given name or id
findUserUid(String, String) - Method in class dev.getelements.elements.service.auth.AnonUserUidService
 
findUserUid(String, String) - Method in class dev.getelements.elements.service.auth.UserUserUidService
 
findUserWithLoginAndPassword(String, String) - Method in class dev.getelements.elements.dao.mongo.MongoUserDao
 
findUserWithLoginAndPassword(String, String) - Method in interface dev.getelements.elements.sdk.dao.UserDao
Finds a User given the login credentials and assword.
findVault(String) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoVaultDao
 
findVault(String) - Method in interface dev.getelements.elements.sdk.dao.VaultDao
Finds a Vault.
findVaultForUser(String, String) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoVaultDao
 
findVaultForUser(String, String) - Method in interface dev.getelements.elements.sdk.dao.VaultDao
Finds a Vault with the supplied id and user id.
findWallet(String) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoWalletDao
 
findWallet(String) - Method in interface dev.getelements.elements.sdk.dao.WalletDao
Finds a Wallet based on wallet id.
findWalletForUser(String, String) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoWalletDao
 
findWalletForUser(String, String) - Method in interface dev.getelements.elements.sdk.dao.WalletDao
Finds a wallet belonging to the specified user..
findWalletInVault(String, String) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoWalletDao
 
findWalletInVault(String, String) - Method in interface dev.getelements.elements.sdk.dao.WalletDao
Finds a wallet in the specified vault.
finish() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQAsyncOperation
Finishes the operation and returns the underlying connection to the pool.
finish(Object) - Method in class dev.getelements.elements.rt.util.ContextLatch
 
FINISH_PENDING - Enum constant in enum class dev.getelements.elements.rt.remote.jeromq.JeroMQAsyncOperation.State
Indicates that the operation is in the process of finishing, but has not yet finished.
finishCancellation() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQAsyncOperation
Finishes the cancellation.
FINISHED - Enum constant in enum class dev.getelements.elements.rt.remote.jeromq.JeroMQAsyncOperation.State
Indicates that the invocation has finished and the connection has been returned to the connection pool.
finishWithError(TaskId, Throwable) - Method in class dev.getelements.elements.rt.SimpleTaskContext
 
finishWithError(TaskId, Throwable) - Method in class dev.getelements.elements.rt.SimpleTaskService
 
finishWithError(TaskId, Throwable) - Method in interface dev.getelements.elements.rt.TaskContext
Finishes the task with associated TaskId with the provided Throwable error.
finishWithError(TaskId, Throwable) - Method in interface dev.getelements.elements.rt.TaskService
Fails a task with the supplied Throwable, indicating an error.
finishWithResult(TaskId, Object) - Method in class dev.getelements.elements.rt.SimpleTaskContext
 
finishWithResult(TaskId, Object) - Method in class dev.getelements.elements.rt.SimpleTaskService
 
finishWithResult(TaskId, Object) - Method in interface dev.getelements.elements.rt.TaskContext
Finishes the task with associated TaskId with the provided result.
finishWithResult(TaskId, Object) - Method in interface dev.getelements.elements.rt.TaskService
Finishes a task with the supplied result.
FirebaseAppFactory - Interface in dev.getelements.elements.service.firebase
Creates instances of FirebaseApp from a variety of sources.
FirebaseAppFactoryModule - Class in dev.getelements.elements.service.guice.firebase
 
FirebaseAppFactoryModule() - Constructor for class dev.getelements.elements.service.guice.firebase.FirebaseAppFactoryModule
 
FirebaseApplicationConfiguration - Class in dev.getelements.elements.sdk.model.application
 
FirebaseApplicationConfiguration() - Constructor for class dev.getelements.elements.sdk.model.application.FirebaseApplicationConfiguration
 
FirebaseApplicationConfigurationNotFoundException - Exception Class in dev.getelements.elements.sdk.model.exception.application
 
FirebaseApplicationConfigurationNotFoundException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.application.FirebaseApplicationConfigurationNotFoundException
 
FirebaseApplicationConfigurationNotFoundException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.application.FirebaseApplicationConfigurationNotFoundException
 
FirebaseApplicationConfigurationNotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.application.FirebaseApplicationConfigurationNotFoundException
 
FirebaseApplicationConfigurationNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.application.FirebaseApplicationConfigurationNotFoundException
 
FirebaseApplicationConfigurationNotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.application.FirebaseApplicationConfigurationNotFoundException
 
FirebaseApplicationConfigurationResource - Class in dev.getelements.elements.rest.application
 
FirebaseApplicationConfigurationResource() - Constructor for class dev.getelements.elements.rest.application.FirebaseApplicationConfigurationResource
 
FirebaseApplicationConfigurationService - Interface in dev.getelements.elements.sdk.service.application
The FirebaseApplicationConfigurationService manages instances of the FirebaseApplicationConfiguration within the database.
FirebaseApplicationConfigurationServiceProvider - Class in dev.getelements.elements.service.application
 
FirebaseApplicationConfigurationServiceProvider() - Constructor for class dev.getelements.elements.service.application.FirebaseApplicationConfigurationServiceProvider
 
FirebaseDeleteAccountRequest - Class in dev.getelements.elements.service
 
FirebaseDeleteAccountRequest() - Constructor for class dev.getelements.elements.service.FirebaseDeleteAccountRequest
 
FirebaseEmailPasswordSignUpRequest - Class in dev.getelements.elements.service
 
FirebaseEmailPasswordSignUpRequest() - Constructor for class dev.getelements.elements.service.FirebaseEmailPasswordSignUpRequest
 
FirebaseEmailPasswordSignUpResponse - Class in dev.getelements.elements.service
 
FirebaseEmailPasswordSignUpResponse() - Constructor for class dev.getelements.elements.service.FirebaseEmailPasswordSignUpResponse
 
FirebaseMessagingFactory - Interface in dev.getelements.elements.service.notification.firebase
 
FirebaseMessagingFactoryProvider - Class in dev.getelements.elements.service.notification.firebase
 
FirebaseMessagingFactoryProvider() - Constructor for class dev.getelements.elements.service.notification.firebase.FirebaseMessagingFactoryProvider
 
FirebaseNotificationFactoryModule - Class in dev.getelements.elements.service.guice
 
FirebaseNotificationFactoryModule() - Constructor for class dev.getelements.elements.service.guice.FirebaseNotificationFactoryModule
 
FirebaseServiceAccountCredentials - Class in dev.getelements.elements.service
 
FirebaseServiceAccountCredentials() - Constructor for class dev.getelements.elements.service.FirebaseServiceAccountCredentials
 
FirebaseSessionRequest - Class in dev.getelements.elements.sdk.model.session
 
FirebaseSessionRequest() - Constructor for class dev.getelements.elements.sdk.model.session.FirebaseSessionRequest
 
FirebaseTestClient - Class in dev.getelements.elements.service
 
FirebaseTestClient() - Constructor for class dev.getelements.elements.service.FirebaseTestClient
 
FirebaseUsernamePasswordSignInRequest - Class in dev.getelements.elements.service
 
FirebaseUsernamePasswordSignInRequest() - Constructor for class dev.getelements.elements.service.FirebaseUsernamePasswordSignInRequest
 
FirebaseUsernamePasswordSignInRequest(FirebaseEmailPasswordSignUpRequest) - Constructor for class dev.getelements.elements.service.FirebaseUsernamePasswordSignInRequest
 
FirebaseUsernamePasswordSignInResponse - Class in dev.getelements.elements.service
 
FirebaseUsernamePasswordSignInResponse() - Constructor for class dev.getelements.elements.service.FirebaseUsernamePasswordSignInResponse
 
FIRST_NAME - Static variable in interface dev.getelements.elements.sdk.model.Constants.Regexp
Checks for valid first name.
FirstInvocationErrorConsumer - Class in dev.getelements.elements.rt.routing
A type of InvocationErrorConsumer which accepts an instance of Throwable and forwards it to the delegate.
FirstInvocationErrorConsumer(InvocationErrorConsumer) - Constructor for class dev.getelements.elements.rt.routing.FirstInvocationErrorConsumer
 
FlatElementPathLoaderTest - Class in dev.getelements.elements.sdk.test
 
FlatElementPathLoaderTest() - Constructor for class dev.getelements.elements.sdk.test.FlatElementPathLoaderTest
 
flatMap(Function<ViewedT, OtherT>) - Method in interface dev.getelements.elements.rt.transact.unix.UnixFSCircularBlockBuffer.View
FLOW - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.BlockchainApi
The Flow API.
FLOW - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.BlockchainNetwork
The Flow blockchain network.
FLOW_TEST - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.BlockchainNetwork
The Flow blockchain test network.
FlowAccountGenerator - Class in dev.getelements.elements.service.blockchain.crypto
 
FlowAccountGenerator() - Constructor for class dev.getelements.elements.service.blockchain.crypto.FlowAccountGenerator
 
FlowBlockchainSupportModule - Class in dev.getelements.elements.service.guice
 
FlowBlockchainSupportModule() - Constructor for class dev.getelements.elements.service.guice.FlowBlockchainSupportModule
 
FlowCreateWalletLifecycle - Class in dev.getelements.elements.service.blockchain.omni
 
FlowCreateWalletLifecycle() - Constructor for class dev.getelements.elements.service.blockchain.omni.FlowCreateWalletLifecycle
 
FlowInvocationScope - Class in dev.getelements.elements.sdk.service.blockchain.invoke.flow
 
FlowInvocationScope() - Constructor for class dev.getelements.elements.sdk.service.blockchain.invoke.flow.FlowInvocationScope
 
FlowInvokeContractResponse - Class in dev.getelements.elements.sdk.model.blockchain.contract
 
FlowInvokeContractResponse() - Constructor for class dev.getelements.elements.sdk.model.blockchain.contract.FlowInvokeContractResponse
 
FlowInvoker - Class in dev.getelements.elements.service.blockchain.invoke.flow
 
FlowInvoker() - Constructor for class dev.getelements.elements.service.blockchain.invoke.flow.FlowInvoker
 
FlowInvokerModule - Class in dev.getelements.elements.service.guice
 
FlowInvokerModule() - Constructor for class dev.getelements.elements.service.guice.FlowInvokerModule
 
FlowNetworkModule - Class in dev.getelements.elements.service.guice
 
FlowNetworkModule(BlockchainNetwork) - Constructor for class dev.getelements.elements.service.guice.FlowNetworkModule
 
FlowSmartContractInvocationService - Interface in dev.getelements.elements.sdk.service.blockchain
A service which allows for invocation of Flow based smart contracts.
FlowSmartContractInvocationService.Invoker - Interface in dev.getelements.elements.sdk.service.blockchain
Used to make invocations on the Flow blockchain.
FlowSmartContractInvocationServiceProvider - Class in dev.getelements.elements.service.blockchain.crypto.flow
 
FlowSmartContractInvocationServiceProvider() - Constructor for class dev.getelements.elements.service.blockchain.crypto.flow.FlowSmartContractInvocationServiceProvider
 
flush() - Method in class dev.getelements.elements.rt.util.OutputStreamAdapter
 
flush(TransactionJournal.MutableEntry) - Method in class dev.getelements.elements.rt.transact.NullResourceEntry
 
flush(TransactionJournal.MutableEntry) - Method in class dev.getelements.elements.rt.transact.NullTaskEntry
 
flush(TransactionJournal.MutableEntry) - Method in interface dev.getelements.elements.rt.transact.ResourceEntry
Flushes a copy of this ResourceEntry to storage, identified with the supplied transaction ID.
flush(TransactionJournal.MutableEntry) - Method in interface dev.getelements.elements.rt.transact.TaskEntry
Flushes this TaskEntry to disk.
flush(TransactionJournal.MutableEntry) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSResourceEntryBase
 
flush(TransactionJournal.MutableEntry) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTaskEntryBase
 
FLUSH - Static variable in class dev.getelements.elements.rt.util.OutputStreamAdapter
Indicates if the OutputStream should flush after every operation.
FolloweesResource - Class in dev.getelements.elements.rest.followers
 
FolloweesResource() - Constructor for class dev.getelements.elements.rest.followers.FolloweesResource
 
FollowerDao - Interface in dev.getelements.elements.sdk.dao
 
FollowerService - Interface in dev.getelements.elements.sdk.service.follower
Allows access to instances of CreateFollowerRequest.
FollowerServiceProvider - Class in dev.getelements.elements.service.follower
Created by GarrettMcSpadden on 12/7/2020.
FollowerServiceProvider() - Constructor for class dev.getelements.elements.service.follower.FollowerServiceProvider
 
FollowersResource - Class in dev.getelements.elements.rest.followers
 
FollowersResource() - Constructor for class dev.getelements.elements.rest.followers.FollowersResource
 
forApplication(Provider<InstanceId>, ApplicationId) - Static method in class dev.getelements.elements.rt.remote.guice.NodeIdModule
forApplicationUniqueName(Provider<InstanceId>, String) - Static method in class dev.getelements.elements.rt.remote.guice.NodeIdModule
forbidden(Class<T>) - Static method in class dev.getelements.elements.service.util.Services
Gets a proxy that always throws an instance of ForbiddenException.
FORBIDDEN - Enum constant in enum class dev.getelements.elements.sdk.model.exception.ErrorCode
Access to a given resource is forbidden.
ForbiddenException - Exception Class in dev.getelements.elements.sdk.model.exception
Created by patricktwohig on 3/19/15.
ForbiddenException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.ForbiddenException
 
ForbiddenException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.ForbiddenException
 
ForbiddenException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.ForbiddenException
 
ForbiddenException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.ForbiddenException
 
ForbiddenException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.ForbiddenException
 
forceFillInStackTrace() - Method in exception class dev.getelements.elements.sdk.model.exception.BaseException
Forcibly fills in the exception's stack trace, overriding any system flags.
forceUpdateSaveDataDocument(SaveDataDocument) - Method in class dev.getelements.elements.dao.mongo.savedata.MongoSaveDataDocumentDao
 
forceUpdateSaveDataDocument(SaveDataDocument) - Method in interface dev.getelements.elements.sdk.dao.SaveDataDocumentDao
Updates an existing SaveDataDocument.
forEach(PaginationWalker.WalkFunction<PaginatedT>, Consumer<PaginatedT>) - Method in class dev.getelements.elements.sdk.model.util.PaginationWalker
Walks a dataset passing each object from each page into the
forInstanceAndApplication(InstanceId, ApplicationId) - Static method in class dev.getelements.elements.sdk.cluster.id.NodeId
Constructs a NodeId for the given InstanceId as well as ApplicationId.
forMasterNode(InstanceId) - Static method in class dev.getelements.elements.sdk.cluster.id.NodeId
Creats a NodeId that is for a master node.
forMasterNode(Provider<InstanceId>) - Static method in class dev.getelements.elements.rt.remote.guice.NodeIdModule
Supplies a NodeId for a master node using ApplicationId.forUniqueName(String) and further constructing the usingNodeId.forInstanceAndApplication(InstanceId, ApplicationId)
format(Method) - Static method in class dev.getelements.elements.rt.Reflection
Formats a Method for use in logging.
format(Date, StringBuffer, FieldPosition) - Method in class dev.getelements.elements.rt.util.AppleDateFormat
 
FORMAT - Static variable in class dev.getelements.elements.dao.mongo.provider.MongoSslSettingsProvider
 
formatAnonymousEmail(String) - Method in interface dev.getelements.elements.sdk.service.name.NameService
Generates an email address for an anonymous user.
formatNormalized(String, String...) - Method in class dev.getelements.elements.servlet.HttpContextRoot
 
formatPagination(String, int, int, Object...) - Method in class dev.getelements.elements.rest.test.ApiRoot
Generates a target for a pagination.
formatPath(String, Object...) - Static method in class dev.getelements.elements.sdk.cluster.path.Path
Formats a Path.
formatTarget(String, Object...) - Method in class dev.getelements.elements.rest.test.ApiRoot
Formats the final URL to include the base URL appended to the supplied format arguments.
forMethod(Method) - Method in interface dev.getelements.elements.rt.remote.MethodAssignment
Assigns to the supplied Method by name and parameters.
forMethod(String) - Method in interface dev.getelements.elements.rt.remote.MethodAssignment
Assigns to the Method by name.
forMethod(String, Class<?>...) - Method in interface dev.getelements.elements.rt.remote.MethodAssignment
Assigns to the Method by name and parameters.
forNibble(int, Hex.Case) - Static method in class dev.getelements.elements.sdk.util.Hex
Gets a characte for the supplied nibble.
forStructType(Supplier<StructT>) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSCircularBlockBuffer
Allows for the creation of a UnixFSCircularBlockBuffer.View<StructT extends javolution.io.Struct> which can represent the underlying data slices as a fixed-sized array of Struct types.
forUniqueName(String) - Static method in class dev.getelements.elements.sdk.cluster.id.ApplicationId
Creates a new ApplicationId from the given unique application name.
forUniqueName(String) - Static method in class dev.getelements.elements.sdk.cluster.id.InstanceId
Creates a new InstanceId from the given unique instance name.
forward(MongoApplication) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoApplicationMapper
 
forward(MongoApplication) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoApplicationMapperImpl
 
forward(MongoApplicationConfiguration) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoApplicationConfigurationMapper
 
forward(MongoApplicationConfiguration) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoApplicationConfigurationMapperImpl
 
forward(MongoElementServiceReference) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoElementServiceReferenceMapper
 
forward(MongoElementServiceReference) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoElementServiceReferenceMapperImpl
 
forward(MongoFacebookApplicationConfiguration) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoFacebookApplicationConfigurationMapper
 
forward(MongoFacebookApplicationConfiguration) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoFacebookApplicationConfigurationMapperImpl
 
forward(MongoFirebaseApplicationConfiguration) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoFirebaseApplicationConfigurationMapper
 
forward(MongoFirebaseApplicationConfiguration) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoFirebaseApplicationConfigurationMapperImpl
 
forward(MongoGooglePlayApplicationConfiguration) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoGooglePlayApplicationConfigurationMapper
 
forward(MongoGooglePlayApplicationConfiguration) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoGooglePlayApplicationConfigurationMapperImpl
 
forward(MongoIosApplicationConfiguration) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoIosApplicationConfigurationMapper
 
forward(MongoIosApplicationConfiguration) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoIosApplicationConfigurationMapperImpl
 
forward(MongoMatchmakingApplicationConfiguration) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoMatchmakingApplicationConfigurationMapper
 
forward(MongoMatchmakingApplicationConfiguration) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoMatchmakingApplicationConfigurationMapperImpl
 
forward(MongoProductBundle) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoProductBundleMapper
 
forward(MongoProductBundle) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoProductBundleMapperImpl
 
forward(MongoProductBundleReward) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoProductBundleRewardMapper
 
forward(MongoProductBundleReward) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoProductBundleRewardMapperImpl
 
forward(MongoPSNApplicationConfiguration) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoPSNApplicationConfigurationMapper
 
forward(MongoPSNApplicationConfiguration) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoPSNApplicationConfigurationMapperImpl
 
forward(MongoOAuth2AuthScheme) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoOAuth2AuthSchemeMapper
 
forward(MongoOAuth2AuthScheme) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoOAuth2AuthSchemeMapperImpl
 
forward(MongoOidcAuthScheme) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoOidcAuthSchemeMapper
 
forward(MongoOidcAuthScheme) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoOidcAuthSchemeMapperImpl
 
forward(MongoProgress) - Method in interface dev.getelements.elements.dao.mongo.mapper.ProgressRowMapper
 
forward(MongoProgress) - Method in class dev.getelements.elements.dao.mongo.mapper.ProgressRowMapperImpl
 
forward(MongoCallbackDefinition) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoCallbackDefinitionMapper
 
forward(MongoCallbackDefinition) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoCallbackDefinitionMapperImpl
 
forward(MongoUserUid) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoUserUidMapper
 
forward(MongoUserUid) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoUserUidMapperImpl
 
forward(Rank) - Method in interface dev.getelements.elements.dao.mongo.mapper.RankTabulationMapper
 
forward(Rank) - Method in class dev.getelements.elements.dao.mongo.mapper.RankTabulationMapperImpl
 
forward(MetadataSpec) - Method in class dev.getelements.elements.service.util.EditorSchemaMapper
 
forward(MetadataSpec) - Method in class dev.getelements.elements.service.util.EditorSchemaMapperImpl
 
forward(MetadataSpec) - Method in class dev.getelements.elements.service.util.JsonSchemaMapper
 
forward(MetadataSpec) - Method in class dev.getelements.elements.service.util.JsonSchemaMapperImpl
 
forward(ZMsg, ZMsg) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQDemultiplexRouter
 
forward(SourceT) - Method in interface dev.getelements.elements.sdk.model.util.MapperRegistry.Mapper
Maps the source to the destination.
forward(SourceT, DestinationT) - Method in interface dev.getelements.elements.sdk.model.util.MapperRegistry.Updater
Maps the source into the existing destination object.
FORWARD - Enum constant in enum class dev.getelements.elements.rt.remote.jeromq.JeroMQRoutingCommand
Requests that the message be routed to a destination.
Friend - Class in dev.getelements.elements.sdk.model.friend
 
Friend() - Constructor for class dev.getelements.elements.sdk.model.friend.Friend
 
FriendDao - Interface in dev.getelements.elements.sdk.dao
Provides database-level access to Friend instances.
FriendNotFoundException - Exception Class in dev.getelements.elements.sdk.model.exception
 
FriendNotFoundException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.FriendNotFoundException
 
FriendNotFoundException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.FriendNotFoundException
 
FriendNotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.FriendNotFoundException
 
FriendNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.FriendNotFoundException
 
FriendNotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.FriendNotFoundException
 
FriendResource - Class in dev.getelements.elements.rest.friends
 
FriendResource() - Constructor for class dev.getelements.elements.rest.friends.FriendResource
 
FriendService - Interface in dev.getelements.elements.sdk.service.friend
Allows access to instances of Friend.
FriendServiceProvider - Class in dev.getelements.elements.service.friend
 
FriendServiceProvider() - Constructor for class dev.getelements.elements.service.friend.FriendServiceProvider
 
Friendship - Enum Class in dev.getelements.elements.sdk.model.friend
Represents the type of relationship the user has with another user.
from(DeprecationDefinition) - Static method in class dev.getelements.elements.rt.manifest.Deprecation
 
from(ElementEventProducer) - Static method in record class dev.getelements.elements.sdk.record.ElementEventProducerRecord
 
from(ElementPackage) - Static method in record class dev.getelements.elements.sdk.record.ElementPackageRecord
Constructs a record from the supplied ElementPackage annotation.
from(ElementService) - Static method in record class dev.getelements.elements.sdk.record.ElementServiceImplementationRecord
from(ElementServiceImplementation) - Static method in record class dev.getelements.elements.sdk.record.ElementServiceImplementationRecord
from(Attributes) - Method in class dev.getelements.elements.sdk.util.SimpleAttributes.Builder
Copies all values from another Attributes into this SimpleAttributes.Builder.
from(Attributes, BiPredicate<String, Object>) - Method in class dev.getelements.elements.sdk.util.SimpleAttributes.Builder
Copies all values from another Attributes into this SimpleAttributes.Builder, filtering out attributes based on the supplied BiPredicate.
from(ResourceId, boolean) - Static method in class dev.getelements.elements.rt.SimpleResourceServiceUnlink
 
from(ElementServiceKey<ServiceT>, ElementEventConsumer) - Static method in record class dev.getelements.elements.sdk.record.ElementEventKey
 
from(ElementServiceRecord) - Static method in record class dev.getelements.elements.sdk.record.ElementServiceKey
Gets all ElementServiceKey isntances fom a single ElementServiceRecord.
from(ElementServiceRecord, Method) - Static method in record class dev.getelements.elements.sdk.record.ElementEventConsumerRecord
Creates a Stream of ElementServiceRecords from the supplied Method and records
from(Class<?>) - Static method in record class dev.getelements.elements.sdk.record.ElementServiceImplementationRecord
Generates the ElementServiceImplementationRecord from the supplied Class bearing the ElementServiceImplementation annotation.
from(Iterable<ElementDefaultAttributeRecord>) - Method in class dev.getelements.elements.sdk.util.SimpleAttributes.Builder
Copies all values from another Attributes into this SimpleAttributes.Builder.
from(StackTraceElement) - Static method in class dev.getelements.elements.rt.kryo.KryoStackTraceElementContainer
 
from(StackTraceElement[]) - Static method in class dev.getelements.elements.rt.kryo.KryoStackTraceElementContainer
 
from(Throwable) - Static method in class dev.getelements.elements.rt.kryo.KryoThrowableContainer
 
from(ByteBuffer) - Static method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionCommand
Reads a new UnixFSTransactionCommand from the supplied ByteBuffer.
from(Stream<U>) - Static method in class dev.getelements.elements.sdk.model.Pagination
 
fromApplication(Application) - Method in class dev.getelements.elements.service.firebase.CachingFirebaseAppFactory
 
fromApplication(Application) - Method in interface dev.getelements.elements.service.firebase.FirebaseAppFactory
Loads an instance of FirebaseApp with the supplied Application.
fromByteBuffer(ByteBuffer) - Static method in class dev.getelements.elements.sdk.cluster.path.Path
Gets a path from a ByteBuffer
fromBytes(byte[]) - Static method in class dev.getelements.elements.sdk.cluster.path.Path
Converts the supplied byte array representation to a Path
fromClass(Class<?>) - Static method in record class dev.getelements.elements.sdk.record.ElementServiceExportRecord
Creates a ElementServiceExportRecord from the supplied Class<?>.
fromClass(Class<?>) - Static method in record class dev.getelements.elements.sdk.record.ElementServiceRecord
Gets a Stream of ElementServiceRecords from the supplied Class
fromClassAndExport(Class<?>, ElementServiceExport) - Static method in record class dev.getelements.elements.sdk.record.ElementServiceExportRecord
Creates a ElementServiceExportRecord from the supplied Class and ElementServiceExport
fromComponents(String...) - Static method in class dev.getelements.elements.sdk.cluster.path.Path
Converts the supplied components to a Path.
fromConfiguration(FirebaseApplicationConfiguration) - Method in class dev.getelements.elements.service.firebase.CachingFirebaseAppFactory
 
fromConfiguration(FirebaseApplicationConfiguration) - Method in interface dev.getelements.elements.service.firebase.FirebaseAppFactory
Loads the FirebaseApp from the supplied FirebaseApplicationConfiguration.
fromContextAndComponents(HasNodeId, String...) - Static method in class dev.getelements.elements.sdk.cluster.path.Path
Gets the a Path from the supplied context and components.
fromContextAndComponents(String, String...) - Static method in class dev.getelements.elements.sdk.cluster.path.Path
Gets the a Path from the supplied context and components.
FromDiskInstanceUuidProvider - Class in dev.getelements.elements.rt
 
FromDiskInstanceUuidProvider() - Constructor for class dev.getelements.elements.rt.FromDiskInstanceUuidProvider
 
fromFSPath(UnixFSUtils, Path) - Static method in class dev.getelements.elements.rt.transact.unix.UnixFSTaskPathMapping
Gets the UnixFSTaskPathMapping from the supplied Path and UnixFSUtils.
fromFullyQualifiedFSPath(UnixFSUtils, HasNodeId, Path) - Static method in class dev.getelements.elements.rt.transact.unix.UnixFSPathMapping
Creates a UnixFSPathMapping with the supplied information which resolves a particular Path to a Path mapping.
fromMapper(Class<?>) - Static method in record class dev.getelements.elements.sdk.model.util.SimpleMapperRegistry.MappingKey
Get the SimpleMapperRegistry.MappingKey from the Class representing the mapper.
fromNetworkAndAddress(BlockchainNetwork, SmartContractAddress) - Static method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoSmartContractAddress
 
fromPackage(Package) - Static method in record class dev.getelements.elements.sdk.record.ElementDefinitionRecord
fromPackage(Package) - Static method in record class dev.getelements.elements.sdk.record.ElementServiceRecord
Gets the ElementServiceRecords from the supplied Package
fromPathString(String) - Static method in class dev.getelements.elements.sdk.cluster.path.Path
Converts the supplied string representation of he Path using Path.PATH_SEPARATOR as the separator.
fromPathString(String, String) - Static method in class dev.getelements.elements.sdk.cluster.path.Path
Converts the supplied string representation of he Path with the supplied separator string.
fromProperties(Map<?, ?>) - Method in class dev.getelements.elements.sdk.model.schema.json.JsonSchema
 
fromRequest(SubjectRequest) - Method in class dev.getelements.elements.service.largeobject.AccessRequestUtils
 
fromResourceId(UnixFSUtils, ResourceId) - Static method in class dev.getelements.elements.rt.transact.unix.UnixFSResourceContentsMapping
fromResourceId(UnixFSUtils, ResourceId) - Static method in class dev.getelements.elements.rt.transact.unix.UnixFSReversePathMapping
Creates a UnixFSReversePathMapping from the UnixFSUtils and the ResourceId.
fromResourceId(UnixFSUtils, ResourceId) - Static method in class dev.getelements.elements.rt.transact.unix.UnixFSTaskPathMapping
Gets a task mapping for the supplied file.
fromRTPath(UnixFSUtils, Path) - Static method in class dev.getelements.elements.rt.transact.unix.UnixFSPathMapping
Creates a UnixFSPathMapping with the supplied information which resolves a particular Path to a Path mapping.
fromUpdater(Class<?>) - Static method in record class dev.getelements.elements.sdk.model.util.SimpleMapperRegistry.MappingKey
Get the SimpleMapperRegistry.MappingKey from the Class representing the updater.
FS_PATH - Enum constant in enum class dev.getelements.elements.rt.transact.unix.UnixFSTransactionParameter.Type
Represents a Path.
fstConfigurationProvider() - Method in class dev.getelements.elements.rt.fst.FSTPayloadReaderWriterModule
 
FSTPayloadReader - Class in dev.getelements.elements.rt.fst
 
FSTPayloadReader() - Constructor for class dev.getelements.elements.rt.fst.FSTPayloadReader
 
FSTPayloadReaderWriterModule - Class in dev.getelements.elements.rt.fst
 
FSTPayloadReaderWriterModule() - Constructor for class dev.getelements.elements.rt.fst.FSTPayloadReaderWriterModule
 
FSTPayloadWriter - Class in dev.getelements.elements.rt.fst
 
FSTPayloadWriter() - Constructor for class dev.getelements.elements.rt.fst.FSTPayloadWriter
 
FUNCTION_CALL - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearCostType
 
FUNGIBLE - Enum constant in enum class dev.getelements.elements.sdk.model.goods.ItemCategory
Fungible items are equally valuable and interchangeable with each other.
FUTURE - Enum constant in enum class dev.getelements.elements.rt.annotation.Dispatch.Type
This behaves similar to Dispatch.Type.SYNCHRONOUS, except the calling method must return some type of Future<?>.

G

GARBAGE_DIRECTORY - Static variable in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
 
GAS_LIMIT - Static variable in interface dev.getelements.elements.sdk.model.BlockchainConstants.SmartContracts
Deprecated.
migrate this to a configurable parameter
GAS_PRICE - Static variable in interface dev.getelements.elements.sdk.model.BlockchainConstants.SmartContracts
Deprecated.
migrate this to a configurable parameter
generate() - Method in interface dev.getelements.elements.sdk.model.security.PasswordGenerator
Generates the password and returns it.
generate() - Method in interface dev.getelements.elements.sdk.service.blockchain.crypto.WalletAccountFactory.AccountGenerator
Generates a WalletAccount unencrypted in raw form.
generate() - Method in class dev.getelements.elements.security.SecureRandomPasswordGenerator
 
generate() - Method in class dev.getelements.elements.service.blockchain.crypto.EthAccountGenerator
 
generate() - Method in class dev.getelements.elements.service.blockchain.crypto.FlowAccountGenerator
 
generate() - Method in class dev.getelements.elements.service.blockchain.crypto.NearAccountGenerator
 
generate() - Method in class dev.getelements.elements.service.blockchain.crypto.NeoAccountGenerator
 
generate() - Method in class dev.getelements.elements.service.blockchain.crypto.SolanaAccountGenerator
 
generate(Path, MetadataSpecProperty) - Method in interface dev.getelements.elements.sdk.dao.index.IndexPlanner.IndexMetadataGenerator
 
generateAppleIapReceiptMetadata() - Method in class dev.getelements.elements.service.appleiap.UserAppleIapReceiptService
 
generateApplication(File, String, String, String, String) - Method in interface dev.getelements.elements.sdk.service.codegen.CodegenService
Generates the code for a specific application and returns a zip file containing the generated code
generateApplication(File, String, String, String, String) - Method in class dev.getelements.elements.service.codegen.SuperUserOpenApiCodegenService
 
generateCode(CodegenRequest, UriInfo, HttpHeaders, Application, ServletConfig) - Method in class dev.getelements.elements.rest.codegen.CodegenResource
 
generateCore(File, String, String, String) - Method in interface dev.getelements.elements.sdk.service.codegen.CodegenService
Generates the Elements Core APIs and returns a zip file containing the generated code
generateCore(File, String, String, String) - Method in class dev.getelements.elements.service.codegen.SuperUserOpenApiCodegenService
 
GENERATED_PASSWORD_LENGTH - Static variable in interface dev.getelements.elements.sdk.model.Constants
Used to specify the randomly generated password.
generateGooglePlayIapReceiptMetadata() - Method in class dev.getelements.elements.service.googleplayiap.UserGooglePlayIapReceiptService
 
generateKey(PrivateKeyCrytpoAlgorithm) - Method in interface dev.getelements.elements.sdk.service.blockchain.crypto.VaultCryptoUtilities
Generates a VaultKey, unencrypted.
generateKey(PrivateKeyCrytpoAlgorithm) - Method in class dev.getelements.elements.service.blockchain.crypto.AesVaultCryptoUtilities
 
generateKey(PrivateKeyCrytpoAlgorithm, String) - Method in interface dev.getelements.elements.sdk.service.blockchain.crypto.VaultCryptoUtilities
Generates a VaultKey secured with the supplied passphrase.
generateKeyPair(PrivateKeyCrytpoAlgorithm) - Method in interface dev.getelements.elements.sdk.service.util.CryptoKeyPairUtility
Generates a key pair (public and private) as an EncodedKeyPair.
generateKeyPair(PrivateKeyCrytpoAlgorithm) - Method in class dev.getelements.elements.service.util.StandardCryptoKeyPairUtility
 
generateMissionProgressMetadata(Progress, Step) - Method in class dev.getelements.elements.dao.mongo.mission.MongoProgressDao
 
generateQualifiedName() - Method in interface dev.getelements.elements.sdk.service.name.NameService
Generates a fully qualified name, which is the concatenation of NameService.generateRandomName() and NameService.generateQualifier()
generateQualifier() - Method in interface dev.getelements.elements.sdk.service.name.NameService
Generates a randomly-assigned qualifier string which is intended to be appended to the generated name.
generateQualifier(int) - Method in interface dev.getelements.elements.sdk.service.name.NameService
Generates a randomly-assigned qualifier string which is intended to be appended to the generated name.
generateRandomName() - Method in interface dev.getelements.elements.sdk.service.name.NameService
Generates a randomly assigned name.
generateRandomName() - Method in class dev.getelements.elements.service.name.SimpleAdjectiveAnimalNameService
 
GenericMultipartFeature - Class in dev.getelements.elements.rt.jersey
 
GenericMultipartFeature() - Constructor for class dev.getelements.elements.rt.jersey.GenericMultipartFeature
 
GenericMultipartReader - Class in dev.getelements.elements.rt.jersey
 
GenericMultipartReader(Providers) - Constructor for class dev.getelements.elements.rt.jersey.GenericMultipartReader
 
GenericMultipartWriter - Class in dev.getelements.elements.rt.jersey
 
GenericMultipartWriter(Providers) - Constructor for class dev.getelements.elements.rt.jersey.GenericMultipartWriter
 
get() - Method in class dev.getelements.elements.app.serve.AppServeModuleDefaults
 
get() - Method in class dev.getelements.elements.appnode.ApplicationNodeModuleDefaults
 
get() - Method in class dev.getelements.elements.appnode.security.ResourceOptionalSessionProvider
 
get() - Method in class dev.getelements.elements.cdnserve.FilesystemCdnApplicationRepositoryResolverProvider
 
get() - Method in class dev.getelements.elements.cdnserve.FilesystemCdnGitLoaderProvider
 
get() - Method in class dev.getelements.elements.codeserve.CodeServeModuleDefaults
 
get() - Method in class dev.getelements.elements.codeserve.FileSystemScriptApplicationRepositoryResolverProvider
 
get() - Method in class dev.getelements.elements.config.BlockchainModuleDefaults
 
get() - Method in class dev.getelements.elements.config.CommonModuleDefaults
 
get() - Method in class dev.getelements.elements.config.DefaultConfigurationSupplier
 
get() - Method in class dev.getelements.elements.config.FacebookBuiltinPermissionsSupplier
 
get() - Method in class dev.getelements.elements.dao.mongo.guice.MongoTransactionProvider
 
get() - Method in class dev.getelements.elements.dao.mongo.MongoDaoModuleDefaults
 
get() - Method in class dev.getelements.elements.dao.mongo.MongoLargeObjectModuleDefaults
 
get() - Method in class dev.getelements.elements.dao.mongo.provider.LargeObjectGridFSBucketProvider
 
get() - Method in class dev.getelements.elements.dao.mongo.provider.MongoClientProvider
 
get() - Method in class dev.getelements.elements.dao.mongo.provider.MongoDatabaseProvider
 
get() - Method in class dev.getelements.elements.dao.mongo.provider.MongoDatastoreProvider
 
get() - Method in class dev.getelements.elements.dao.mongo.provider.MongoDozerMapperProvider
 
get() - Method in class dev.getelements.elements.dao.mongo.provider.MongoSslSettingsProvider
 
get() - Method in class dev.getelements.elements.docserve.DocServeModuleDefaults
 
get() - Method in class dev.getelements.elements.git.GitServletProvider
 
get() - Method in class dev.getelements.elements.jetty.ElementsModuleDefaults
 
get() - Method in class dev.getelements.elements.jetty.ServletContextHandlerProvider
 
get() - Method in class dev.getelements.elements.jetty.SimpleServerProvider
 
get() - Method in class dev.getelements.elements.rest.guice.RestJettyModuleDefaults
 
get() - Method in class dev.getelements.elements.rest.test.ApiRoot
Gets the API Root URL.
get() - Method in class dev.getelements.elements.rpc.RpcApiModuleDefaults
 
get() - Method in class dev.getelements.elements.rt.FromDiskInstanceUuidProvider
 
get() - Method in class dev.getelements.elements.rt.git.FileSystemScriptStorageGitLoaderProvider
 
get() - Method in interface dev.getelements.elements.rt.InstanceUuidProvider
 
get() - Method in class dev.getelements.elements.rt.jeromq.ZContextProvider
 
get() - Static method in class dev.getelements.elements.rt.kryo.KryoInstance
 
get() - Method in class dev.getelements.elements.rt.provider.CurrentResourceProvider
 
get() - Method in interface dev.getelements.elements.rt.remote.AsyncControlClient.Response
Gets the response, throwing the appropriate Exception if there was a problem processing the Request
get() - Method in class dev.getelements.elements.rt.remote.AsyncControlClientProvider
 
get() - Method in class dev.getelements.elements.rt.remote.ControlClientProvider
 
get() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQSecurityProvider
 
get() - Method in class dev.getelements.elements.rt.remote.PersistentInstanceIdProvider
 
get() - Method in class dev.getelements.elements.rt.remote.provider.CachedThreadPoolProvider
 
get() - Method in class dev.getelements.elements.rt.remote.provider.CPUCountThreadPoolProvider
 
get() - Method in class dev.getelements.elements.rt.remote.provider.ScheduledExecutorServiceProvider
 
get() - Method in class dev.getelements.elements.rt.remote.RemoteProxyProvider
 
get() - Method in class dev.getelements.elements.rt.routing.AggregateFuture
 
get() - Method in interface dev.getelements.elements.rt.transact.unix.UnixFSAtomicLong
Gets the current value, atomically.
get() - Method in class dev.getelements.elements.rt.util.HostList
 
get() - Method in class dev.getelements.elements.rt.util.SimpleReference
Gets the value.
get() - Method in class dev.getelements.elements.rt.util.SyncWait
Returns the result, or throws a Throwable.
get() - Method in class dev.getelements.elements.sdk.dao.PasswordDigestProvider
 
get() - Method in class dev.getelements.elements.sdk.local.LocalElementRegistrySupplier
 
get() - Method in interface dev.getelements.elements.sdk.query.Query
 
get() - Method in class dev.getelements.elements.sdk.spi.ElementScopedElementRegistrySupplier
 
get() - Method in class dev.getelements.elements.sdk.spi.ElementScopedElementSupplier
 
get() - Method in interface dev.getelements.elements.sdk.util.LazyValue
Gets the value of this SimpleLazyValue, computing it if it was not already computed.
get() - Method in interface dev.getelements.elements.sdk.util.ReentrantThreadLocal.Scope
 
get() - Method in class dev.getelements.elements.sdk.util.SimpleLazyValue
 
get() - Method in class dev.getelements.elements.sdk.util.ThreadSafeLazyValue
 
get() - Method in class dev.getelements.elements.security.SessionProvider
 
get() - Method in class dev.getelements.elements.service.appleiap.AppleIapReceiptServiceProvider
 
get() - Method in class dev.getelements.elements.service.application.ApplicationConfigurationServiceProvider
 
get() - Method in class dev.getelements.elements.service.application.ApplicationServiceProvider
 
get() - Method in class dev.getelements.elements.service.application.FacebookApplicationConfigurationServiceProvider
 
get() - Method in class dev.getelements.elements.service.application.FirebaseApplicationConfigurationServiceProvider
 
get() - Method in class dev.getelements.elements.service.application.GooglePlayApplicationConfigurationServiceProvider
 
get() - Method in class dev.getelements.elements.service.application.IosApplicationConfigurationServiceProvider
 
get() - Method in class dev.getelements.elements.service.application.MatchmakingConfigurationServiceProvider
 
get() - Method in class dev.getelements.elements.service.application.PSNApplicationConfigurationServiceProvider
 
get() - Method in class dev.getelements.elements.service.auth.AuthSchemeServiceProvider
 
get() - Method in class dev.getelements.elements.service.auth.MockSessionServiceProvider
 
get() - Method in class dev.getelements.elements.service.auth.OAuth2AuthSchemeServiceProvider
 
get() - Method in class dev.getelements.elements.service.auth.OAuth2AuthServiceProvider
 
get() - Method in class dev.getelements.elements.service.auth.OidcAuthSchemeServiceProvider
 
get() - Method in class dev.getelements.elements.service.auth.OidcAuthServiceProvider
 
get() - Method in class dev.getelements.elements.service.auth.UsernamePasswordAuthServiceProvider
 
get() - Method in class dev.getelements.elements.service.blockchain.crypto.evm.EvmSmartContractServiceProvider
 
get() - Method in class dev.getelements.elements.service.blockchain.crypto.flow.FlowSmartContractInvocationServiceProvider
 
get() - Method in class dev.getelements.elements.service.blockchain.crypto.near.NearSmartContractServiceProvider
 
get() - Method in class dev.getelements.elements.service.blockchain.omni.SmartContractServiceProvider
 
get() - Method in class dev.getelements.elements.service.blockchain.omni.VaultServiceProvider
 
get() - Method in class dev.getelements.elements.service.blockchain.omni.WalletServiceProvider
 
get() - Method in class dev.getelements.elements.service.cdn.CdnDeploymentServiceProvider
 
get() - Method in class dev.getelements.elements.service.codegen.OpenApiCodegenServiceProvider
 
get() - Method in class dev.getelements.elements.service.follower.FollowerServiceProvider
 
get() - Method in class dev.getelements.elements.service.friend.FriendServiceProvider
 
get() - Method in class dev.getelements.elements.service.goods.ItemServiceProvider
 
get() - Method in class dev.getelements.elements.service.googleplayiap.GooglePlayIapReceiptServiceProvider
 
get() - Method in class dev.getelements.elements.service.guice.StandardNotificationFactoryProvider
 
get() - Method in class dev.getelements.elements.service.index.IndexServiceProvider
 
get() - Method in class dev.getelements.elements.service.inventory.AdvancedInventoryItemServiceProvider
 
get() - Method in class dev.getelements.elements.service.inventory.DistinctInventoryItemServiceProvider
 
get() - Method in class dev.getelements.elements.service.inventory.SimpleInventoryItemServiceProvider
 
get() - Method in class dev.getelements.elements.service.invite.InviteServiceProvider
 
get() - Method in class dev.getelements.elements.service.largeobject.LargeObjectServiceProvider
 
get() - Method in class dev.getelements.elements.service.leaderboard.LeaderboardServiceProvider
 
get() - Method in class dev.getelements.elements.service.leaderboard.RankServiceProvider
 
get() - Method in class dev.getelements.elements.service.leaderboard.ScoreServiceProvider
 
get() - Method in class dev.getelements.elements.service.match.MatchServiceProvider
 
get() - Method in class dev.getelements.elements.service.mission.MissionServiceProvider
 
get() - Method in class dev.getelements.elements.service.mission.ScheduleEventServiceProvider
 
get() - Method in class dev.getelements.elements.service.mission.ScheduleProgressServiceProvider
 
get() - Method in class dev.getelements.elements.service.mission.ScheduleServiceProvider
 
get() - Method in class dev.getelements.elements.service.notification.FCMRegistrationServiceProvider
 
get() - Method in class dev.getelements.elements.service.notification.firebase.FirebaseMessagingFactoryProvider
 
get() - Method in class dev.getelements.elements.service.notification.StandardNotificationDestinationFactoryProvider
 
get() - Method in class dev.getelements.elements.service.profile.ProfileOverrideServiceProvider
 
get() - Method in class dev.getelements.elements.service.profile.ProfileServiceProvider
 
get() - Method in class dev.getelements.elements.service.progress.ProgressServiceProvider
 
get() - Method in class dev.getelements.elements.service.rewardissuance.RewardIssuanceServiceProvider
 
get() - Method in class dev.getelements.elements.service.savedata.SaveDataDocumentServiceProvider
 
get() - Method in class dev.getelements.elements.service.schema.MetadataSpecServiceProvider
 
get() - Method in class dev.getelements.elements.service.security.ElementScopedSessionProvider
 
get() - Method in class dev.getelements.elements.service.security.ElementScopeOptionalProfileProvider
 
get() - Method in class dev.getelements.elements.service.security.ElementScopeProfileSupplierProvider
 
get() - Method in class dev.getelements.elements.service.security.ElementScopeUserProvider
 
get() - Method in class dev.getelements.elements.service.ServiceTestModuleDefaults
 
get() - Method in class dev.getelements.elements.service.user.UserServiceProvider
 
get() - Method in class dev.getelements.elements.service.util.ServicesMapperRegistryProvider
 
get() - Method in class dev.getelements.elements.servlet.security.HttpRequestAttributeUserProvider
 
get() - Method in class dev.getelements.elements.setup.provider.LineReaderProvider
 
get() - Method in class dev.getelements.elements.setup.provider.TerminalProvider
 
get() - Method in class dev.getelements.elements.setup.SetupDefaults
 
get() - Static method in class org.eclipse.jgit.http.server.HttpServerText
Get an instance of this translation bundle
get(int) - Method in interface dev.getelements.elements.rt.AsyncConnectionGroup
Gets the AsyncConnection at the provided index.
get(int) - Method in class dev.getelements.elements.rt.ConcurrentRoundRobin
 
get(int) - Method in class dev.getelements.elements.rt.jeromq.JeroMQAsyncConnectionGroup
 
get(int) - Method in interface dev.getelements.elements.rt.RoundRobin
Gets the specific object at that index.
get(int) - Method in interface dev.getelements.elements.rt.transact.unix.UnixFSCircularBlockBuffer.View
Gets the UnixFSCircularBlockBuffer.Slice<ViewedT> associated with the index provided that the index is valid and within the range of the circular block buffer.
get(long, TimeUnit) - Method in class dev.getelements.elements.rt.routing.AggregateFuture
 
get(String) - Method in interface dev.getelements.elements.sdk.util.security.HeaderOptionalSupplier
Gets the resulting header value with the supplied name.
GET_INSTANCE_STATUS - Enum constant in enum class dev.getelements.elements.rt.remote.jeromq.JeroMQRoutingCommand
Gets the instance status.
GET_ROUTING_STATUS - Enum constant in enum class dev.getelements.elements.rt.remote.jeromq.JeroMQRoutingCommand
Returns the routing information for the service.
get$id() - Method in class dev.getelements.elements.sdk.model.schema.json.JsonSchema
 
get$schema() - Method in class dev.getelements.elements.sdk.model.schema.json.JsonSchema
 
getAccessOption() - Method in class dev.getelements.elements.sdk.model.blockchain.Token
 
getAccessPermissions() - Method in class dev.getelements.elements.dao.mongo.model.largeobject.MongoLargeObject
 
getAccessPermissions() - Method in class dev.getelements.elements.sdk.model.largeobject.LargeObject
 
getAccessPermissionsUtils() - Method in class dev.getelements.elements.service.largeobject.UserLargeObjectService
 
getAccessRequestUtils() - Method in class dev.getelements.elements.service.largeobject.SuperUserLargeObjectService
 
getAccountAddress() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscSmartContract
 
getAccountAddress() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoSmartContract
 
getAccountAddress() - Method in class dev.getelements.elements.sdk.model.blockchain.ElementsSmartContract
Deprecated.
 
getAccountAddress() - Method in class dev.getelements.elements.sdk.model.blockchain.PatchSmartContractRequest
Deprecated.
 
getAccounts() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoWallet
 
getAccounts() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.CreateWalletRequest
 
getAccounts() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.Wallet
 
getActiveApplication(String) - Method in interface dev.getelements.elements.sdk.dao.ApplicationDao
Gets an application with the specific name or identifier.
getActiveApplicationConfigurations(String, int, int) - Method in class dev.getelements.elements.dao.mongo.application.MongoApplicationConfigurationDao
 
getActiveApplicationConfigurations(String, int, int) - Method in interface dev.getelements.elements.sdk.dao.ApplicationConfigurationDao
Gets the active applications registered in the databse given the offset and count.
getActiveApplicationConfigurations(String, int, int, String) - Method in class dev.getelements.elements.dao.mongo.application.MongoApplicationConfigurationDao
 
getActiveApplicationConfigurations(String, int, int, String) - Method in interface dev.getelements.elements.sdk.dao.ApplicationConfigurationDao
Gets the active applications registered in the databse given the offset and count.
getActiveApplications() - Method in class dev.getelements.elements.dao.mongo.application.MongoApplicationDao
 
getActiveApplications() - Method in interface dev.getelements.elements.sdk.dao.ApplicationDao
Gets all active applications.
getActiveApplications(int, int) - Method in class dev.getelements.elements.dao.mongo.application.MongoApplicationDao
 
getActiveApplications(int, int) - Method in interface dev.getelements.elements.sdk.dao.ApplicationDao
Gets the active applications registered in the databse given the offset and count.
getActiveApplications(int, int, String) - Method in class dev.getelements.elements.dao.mongo.application.MongoApplicationDao
 
getActiveApplications(int, int, String) - Method in interface dev.getelements.elements.sdk.dao.ApplicationDao
Gets the active applications registered in the databse given the offset and count.
getActiveApplicationWithoutAttributes(String) - Method in class dev.getelements.elements.dao.mongo.application.MongoApplicationDao
 
getActiveApplicationWithoutAttributes(String) - Method in interface dev.getelements.elements.sdk.dao.ApplicationDao
Extension of getActiveApplication with no attributes set.
getActiveConnections() - Method in interface dev.getelements.elements.rt.remote.InstanceConnectionService
Gets a List<InstanceConnectionService.InstanceConnection> representing all active connections.
getActiveConnections() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQInstanceConnectionService
 
getActiveMetadataSpec(String) - Method in interface dev.getelements.elements.sdk.dao.MetadataSpecDao
Fetches a specific MetadataSpec instance based on ID.
getActiveMetadataSpecByName(String) - Method in interface dev.getelements.elements.sdk.dao.MetadataSpecDao
Fetches a specific MetadataSpec instance based on ID.
getActiveMetadataSpecs(int, int) - Method in class dev.getelements.elements.dao.mongo.schema.MongoMetadataSpecDao
 
getActiveMetadataSpecs(int, int) - Method in interface dev.getelements.elements.sdk.dao.MetadataSpecDao
Lists all MetadataSpec instances, specifying a search query.
getActiveMongoApplication(String) - Method in class dev.getelements.elements.dao.mongo.application.MongoApplicationDao
 
getActiveMongoProfile(Profile) - Method in class dev.getelements.elements.dao.mongo.MongoProfileDao
 
getActiveMongoProfile(String) - Method in class dev.getelements.elements.dao.mongo.MongoProfileDao
 
getActiveMongoProfile(ObjectId) - Method in class dev.getelements.elements.dao.mongo.MongoProfileDao
 
getActiveMongoProfilesForUser(MongoUser) - Method in class dev.getelements.elements.dao.mongo.MongoProfileDao
 
getActiveMongoProfilesForUser(ObjectId) - Method in class dev.getelements.elements.dao.mongo.MongoProfileDao
 
getActiveProfile(String) - Method in class dev.getelements.elements.dao.mongo.MongoProfileDao
 
getActiveProfile(String) - Method in interface dev.getelements.elements.sdk.dao.ProfileDao
Gets the specific active profile with the id, or throws a NotFoundException if the profile can't be found.
getActiveProfiles(int, int, String) - Method in class dev.getelements.elements.dao.mongo.MongoProfileDao
 
getActiveProfiles(int, int, String) - Method in interface dev.getelements.elements.sdk.dao.ProfileDao
Gets actives profiles specifying the offset and the count, specifying a search filter.
getActiveProfiles(int, int, String, String, Long, Long) - Method in class dev.getelements.elements.dao.mongo.MongoProfileDao
 
getActiveProfiles(int, int, String, String, Long, Long) - Method in interface dev.getelements.elements.sdk.dao.ProfileDao
Gets actives profiles specifying the offset and the count.
getAdditionalCauses() - Method in exception class dev.getelements.elements.rt.exception.MultiException
 
getAddress() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoSmartContractAddress
 
getAddress() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoWalletAccount
 
getAddress() - Method in class dev.getelements.elements.rt.remote.Route
 
getAddress() - Method in class dev.getelements.elements.sdk.model.blockchain.BulkMintTokenRequest
 
getAddress() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMTransactionLog
 
getAddress() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.SmartContractAddress
 
getAddress() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.CreateWalletRequestAccount
 
getAddress() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.WalletAccount
 
getAddresses() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoSmartContract
 
getAddresses() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.CreateSmartContractRequest
 
getAddresses() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.SmartContract
 
getAddresses() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.UpdateSmartContractRequest
 
getAdvancedInventoryItem(String) - Method in class dev.getelements.elements.rest.inventory.AdvancedInventoryItemResource
 
getAdvancedInventoryItems(int, int, String, String) - Method in class dev.getelements.elements.rest.inventory.AdvancedInventoryItemResource
 
getAdvancedInventoryItemService() - Method in class dev.getelements.elements.rest.inventory.AdvancedInventoryItemResource
 
getAlg() - Method in class dev.getelements.elements.sdk.model.auth.JWK
 
getAlgorithm() - Method in class dev.getelements.elements.dao.mongo.model.auth.MongoAuthScheme
 
getAlgorithm() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoVaultKey
 
getAlgorithm() - Method in class dev.getelements.elements.sdk.model.auth.AuthScheme
 
getAlgorithm() - Method in class dev.getelements.elements.sdk.model.auth.CreateAuthSchemeRequest
 
getAlgorithm() - Method in class dev.getelements.elements.sdk.model.auth.UpdateAuthSchemeRequest
 
getAlgorithm() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.CreateVaultRequest
 
getAlgorithm() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.VaultKey
 
getAlgorithm() - Method in class dev.getelements.elements.sdk.service.blockchain.crypto.AesEncryptionSpec
 
getAllActiveApplicationConfigurations(String, Class<T>) - Method in class dev.getelements.elements.dao.mongo.application.MongoApplicationConfigurationDao
 
getAllActiveApplicationConfigurations(String, Class<T>) - Method in interface dev.getelements.elements.sdk.dao.ApplicationConfigurationDao
Returns all ApplicationConfiguration instances for the supplied Application id and category.
getAllDeployments(int, int) - Method in class dev.getelements.elements.dao.mongo.MongoDeploymentDao
 
getAllDeployments(int, int) - Method in interface dev.getelements.elements.sdk.dao.DeploymentDao
 
getAllMongoFriendshipsForUser(MongoUser) - Method in class dev.getelements.elements.dao.mongo.MongoFriendDao
 
getAllowedIssuers() - Method in class dev.getelements.elements.dao.mongo.model.auth.MongoAuthScheme
 
getAllowedIssuers() - Method in class dev.getelements.elements.sdk.model.auth.AuthScheme
 
getAllowedIssuers() - Method in class dev.getelements.elements.sdk.model.auth.CreateAuthSchemeRequest
 
getAllowedIssuers() - Method in class dev.getelements.elements.sdk.model.auth.UpdateAuthSchemeRequest
 
getAllowedOrigins() - Method in class dev.getelements.elements.servlet.security.HttpServletCORSFilter
 
getAllowPlainTrafficProvider() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQSecurityProvider
 
getAllRemoteInvokers(ApplicationId) - Method in interface dev.getelements.elements.rt.remote.RemoteInvokerRegistry
Returns a RemoteInvoker for all known NodeIds.
getAllRemoteInvokers(ApplicationId) - Method in class dev.getelements.elements.rt.remote.SimpleRemoteInvokerRegistry
 
getAllRemoteInvokerStatuses() - Method in interface dev.getelements.elements.rt.remote.RemoteInvokerRegistry
Gets all RemoteInvoker instances across all applications.
getAllRemoteInvokerStatuses() - Method in class dev.getelements.elements.rt.remote.SimpleRemoteInvokerRegistry
 
getAllRemoteInvokerStatuses(ApplicationId) - Method in interface dev.getelements.elements.rt.remote.RemoteInvokerRegistry
Returns a RemoteInvoker for all known NodeIds.
getAllRemoteInvokerStatuses(ApplicationId) - Method in class dev.getelements.elements.rt.remote.SimpleRemoteInvokerRegistry
 
getAllScheduleEvents(String) - Method in interface dev.getelements.elements.sdk.dao.ScheduleEventDao
Gets all ScheduleEvent instances for the supplied Schedule
getAllScheduleEvents(String, boolean, boolean) - Method in interface dev.getelements.elements.sdk.dao.ScheduleEventDao
Gets all ScheduleEvent instances for the supplied Schedule
getAllScheduleEvents(String, boolean, boolean, long) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleEventDao
 
getAllScheduleEvents(String, boolean, boolean, long) - Method in interface dev.getelements.elements.sdk.dao.ScheduleEventDao
Gets all ScheduleEvent instances for the supplied Schedule
getAndCheckForMatch(String, String) - Method in class dev.getelements.elements.service.util.UserProfileUtility
 
getAndCheckForMatch(String, String, Supplier<ExceptionT>) - Method in class dev.getelements.elements.service.util.UserProfileUtility
 
getAndIncrement() - Method in class dev.getelements.elements.rt.Rollover
 
getAnonApplicationConfigurationServiceProvider() - Method in class dev.getelements.elements.service.application.ApplicationConfigurationServiceProvider
 
getAnonApplicationServiceProvider() - Method in class dev.getelements.elements.service.application.ApplicationServiceProvider
 
getAnonAuthServiceProvider() - Method in class dev.getelements.elements.service.auth.UsernamePasswordAuthServiceProvider
 
getAnonFacebookApplicationConfigurationServiceProvider() - Method in class dev.getelements.elements.service.application.FacebookApplicationConfigurationServiceProvider
 
getAnonGooglePlayApplicationConfigurationServiceProvider() - Method in class dev.getelements.elements.service.application.GooglePlayApplicationConfigurationServiceProvider
 
getAnonIosApplicationConfigurationServiceProvider() - Method in class dev.getelements.elements.service.application.IosApplicationConfigurationServiceProvider
 
getAnonLargeObjectServiceProvider() - Method in class dev.getelements.elements.service.largeobject.LargeObjectServiceProvider
 
getAnonLeaderboardServiceProvider() - Method in class dev.getelements.elements.service.leaderboard.LeaderboardServiceProvider
 
getAnonMissionServiceProvider() - Method in class dev.getelements.elements.service.mission.MissionServiceProvider
 
getAnonOAuth2AuthServiceProvider() - Method in class dev.getelements.elements.service.auth.OAuth2AuthServiceProvider
 
getAnonOidcAuthServiceProvider() - Method in class dev.getelements.elements.service.auth.OidcAuthServiceProvider
 
getAnonProfileOverrideServiceProvider() - Method in class dev.getelements.elements.service.profile.ProfileOverrideServiceProvider
 
getAnonRankServiceProvider() - Method in class dev.getelements.elements.service.leaderboard.RankServiceProvider
 
getApi() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoSmartContractAddress
 
getApi() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoWallet
 
getApi() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.CreateWalletRequest
 
getApi() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.Wallet
 
getApi() - Method in class dev.getelements.elements.webui.WebUIApplicationConfiguration
 
getApiOutsideUrl() - Method in class dev.getelements.elements.docserve.DocSwaggerConfigurationFilter
 
getApiOutsideUrl() - Method in class dev.getelements.elements.rest.guice.RestDocRedirectFilter
 
getApiOutsideUrl() - Method in class dev.getelements.elements.rest.Oas3DocumentationResource
 
getApiOutsideUrl() - Method in class dev.getelements.elements.service.util.EditorSchemaMapper
 
getApiOutsideUrl() - Method in class dev.getelements.elements.service.util.JsonSchemaMapper
 
getApiOutsideUrl() - Method in class dev.getelements.elements.webui.WebUIAngularServlet
 
getApiOutsideUrlProvider() - Method in class dev.getelements.elements.service.util.ServicesMapperRegistryProvider
 
getAppItemId() - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceipt
 
getAppItemId() - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceiptPurchase
 
getAppleIapReceipt(String) - Method in class dev.getelements.elements.dao.mongo.MongoAppleIapReceiptDao
 
getAppleIapReceipt(String) - Method in interface dev.getelements.elements.sdk.dao.AppleIapReceiptDao
Gets the receipt with the id, or throws a NotFoundException if the receipt can't be found.
getAppleIapReceipt(String) - Method in interface dev.getelements.elements.sdk.service.appleiap.AppleIapReceiptService
Gets the receipt with the id, or throws a NotFoundException if the receipt can't be found.
getAppleIapReceipt(String) - Method in class dev.getelements.elements.service.appleiap.UserAppleIapReceiptService
 
getAppleIapReceiptDao() - Method in class dev.getelements.elements.service.appleiap.UserAppleIapReceiptService
 
getAppleIapReceipts(User, int, int) - Method in class dev.getelements.elements.dao.mongo.MongoAppleIapReceiptDao
 
getAppleIapReceipts(User, int, int) - Method in interface dev.getelements.elements.sdk.dao.AppleIapReceiptDao
Gets receipts for a given user specifying the offset and the count.
getAppleIapReceipts(User, int, int) - Method in interface dev.getelements.elements.sdk.service.appleiap.AppleIapReceiptService
Gets receipts for a given user specifying the offset and the count.
getAppleIapReceipts(User, int, int) - Method in class dev.getelements.elements.service.appleiap.UserAppleIapReceiptService
 
getAppleIapReceiptService() - Method in class dev.getelements.elements.rest.apple.AppleIapReceiptResource
 
getAppleIapVerifyReceiptInvokerBuilderProvider() - Method in class dev.getelements.elements.service.appleiap.UserAppleIapReceiptService
 
getAppleSignInId() - Method in class dev.getelements.elements.sdk.model.user.UserCreateResponse
 
getAppleSignInRefreshTime() - Method in class dev.getelements.elements.dao.mongo.model.MongoAppleSignInSession
 
getAppleSignInRefreshToken() - Method in class dev.getelements.elements.dao.mongo.model.MongoAppleSignInSession
 
getApplication() - Method in class dev.getelements.elements.dao.mongo.model.MongoDeployment
 
getApplication() - Method in class dev.getelements.elements.dao.mongo.model.MongoProfile
 
getApplication() - Method in class dev.getelements.elements.dao.mongo.model.MongoSession
Gets the MongoApplication associated with this MongoSession.
getApplication() - Method in class dev.getelements.elements.rest.test.ClientContext
 
getApplication() - Method in class dev.getelements.elements.sdk.model.Deployment
 
getApplication() - Method in class dev.getelements.elements.sdk.model.profile.CreateProfileRequest
 
getApplication() - Method in class dev.getelements.elements.sdk.model.profile.Profile
 
getApplication() - Method in class dev.getelements.elements.sdk.model.profile.UpdateProfileRequest
 
getApplication() - Method in class dev.getelements.elements.sdk.model.session.MockSessionRequest
 
getApplication() - Method in class dev.getelements.elements.sdk.model.session.Session
 
getApplication() - Method in interface dev.getelements.elements.sdk.service.notification.NotificationParameters
Gets the Application sending the notification.
getApplication() - Method in class dev.getelements.elements.service.notification.StandardNotificationBuilder
 
getApplication(String) - Method in class dev.getelements.elements.rest.application.ApplicationResource
 
getApplication(String) - Method in interface dev.getelements.elements.sdk.service.application.ApplicationService
Gets an application with the specific name or identifier.
getApplication(String) - Method in class dev.getelements.elements.service.application.AnonApplicationService
 
getApplication(String) - Method in class dev.getelements.elements.service.application.SuperUserApplicationService
 
getApplicationAssetLoader() - Method in class dev.getelements.elements.common.app.StandardApplicationElementService
 
getApplicationConfiguration() - Method in class dev.getelements.elements.sdk.model.application.Application
Gets the application configuration for this application, if this is available.
getApplicationConfiguration(Class<T>, String, String) - Method in interface dev.getelements.elements.sdk.dao.ApplicationConfigurationDao
Gets the ApplicationConfiguration with the supplied name and id.
getApplicationConfiguration(String, String) - Method in interface dev.getelements.elements.sdk.service.application.FacebookApplicationConfigurationService
Gets an application with the specific name or identifier.
getApplicationConfiguration(String, String) - Method in interface dev.getelements.elements.sdk.service.application.FirebaseApplicationConfigurationService
Gets the FirebaseApplicationConfiguration for the supplied Application with the supplied name/id and applicaiton configuration name/id.
getApplicationConfiguration(String, String) - Method in interface dev.getelements.elements.sdk.service.application.GooglePlayApplicationConfigurationService
Gets an application with the specific name or identifier.
getApplicationConfiguration(String, String) - Method in interface dev.getelements.elements.sdk.service.application.IosApplicationConfigurationService
Gets an application with the specific name or identifier.
getApplicationConfiguration(String, String) - Method in interface dev.getelements.elements.sdk.service.application.MatchmakingApplicationConfigurationService
Gets an application with the specific name or identifier.
getApplicationConfiguration(String, String) - Method in interface dev.getelements.elements.sdk.service.application.PSNApplicationConfigurationService
Gets an application with the specific name or identifier.
getApplicationConfiguration(String, String) - Method in class dev.getelements.elements.service.application.AnonFacebookApplicationConfigurationService
 
getApplicationConfiguration(String, String) - Method in class dev.getelements.elements.service.application.AnonGooglePlayApplicationConfigurationService
 
getApplicationConfiguration(String, String) - Method in class dev.getelements.elements.service.application.AnonIosApplicationConfigurationService
 
getApplicationConfiguration(String, String) - Method in class dev.getelements.elements.service.application.SuperUserFacebookApplicationConfigurationService
 
getApplicationConfiguration(String, String) - Method in class dev.getelements.elements.service.application.SuperUserFirebaseApplicationConfigurationService
 
getApplicationConfiguration(String, String) - Method in class dev.getelements.elements.service.application.SuperUserGooglePlayApplicationConfigurationService
 
getApplicationConfiguration(String, String) - Method in class dev.getelements.elements.service.application.SuperUserIosApplicationConfigurationService
 
getApplicationConfiguration(String, String) - Method in class dev.getelements.elements.service.application.SuperUserMatchmakingApplicationConfigurationService
 
getApplicationConfiguration(String, String) - Method in class dev.getelements.elements.service.application.SuperUserPSNApplicationConfigurationService
 
getApplicationConfigurationDao() - Method in class dev.getelements.elements.service.appleiap.UserAppleIapReceiptService
 
getApplicationConfigurationDao() - Method in class dev.getelements.elements.service.application.AnonApplicationConfigurationService
 
getApplicationConfigurationDao() - Method in class dev.getelements.elements.service.application.AnonFacebookApplicationConfigurationService
 
getApplicationConfigurationDao() - Method in class dev.getelements.elements.service.application.AnonGooglePlayApplicationConfigurationService
 
getApplicationConfigurationDao() - Method in class dev.getelements.elements.service.application.AnonIosApplicationConfigurationService
 
getApplicationConfigurationDao() - Method in class dev.getelements.elements.service.application.SuperUserFacebookApplicationConfigurationService
 
getApplicationConfigurationDao() - Method in class dev.getelements.elements.service.application.SuperUserFirebaseApplicationConfigurationService
 
getApplicationConfigurationDao() - Method in class dev.getelements.elements.service.application.SuperUserGooglePlayApplicationConfigurationService
 
getApplicationConfigurationDao() - Method in class dev.getelements.elements.service.application.SuperUserIosApplicationConfigurationService
 
getApplicationConfigurationDao() - Method in class dev.getelements.elements.service.application.SuperUserMatchmakingApplicationConfigurationService
 
getApplicationConfigurationDao() - Method in class dev.getelements.elements.service.application.SuperUserPSNApplicationConfigurationService
 
getApplicationConfigurationDao() - Method in class dev.getelements.elements.service.firebase.CachingFirebaseAppFactory
 
getApplicationConfigurationDao() - Method in class dev.getelements.elements.service.googleplayiap.UserGooglePlayIapReceiptService
 
getApplicationConfigurationDao() - Method in class dev.getelements.elements.service.match.UserMatchService
 
getApplicationConfigurationService() - Method in class dev.getelements.elements.rest.application.ApplicationConfigurationResource
 
getApplicationConfigurationService() - Method in class dev.getelements.elements.rest.application.GooglePlayApplicationConfigurationResource
 
getApplicationConfigurationService() - Method in class dev.getelements.elements.rest.application.IosApplicationConfigurationResource
 
getApplicationContextSupplier() - Method in class dev.getelements.elements.rt.remote.CachingContextFactory
 
getApplicationDao() - Method in class dev.getelements.elements.app.serve.JettyApplicationDeploymentService
 
getApplicationDao() - Method in class dev.getelements.elements.cdnserve.StaticContentServlet
 
getApplicationDao() - Method in class dev.getelements.elements.dao.mongo.test.ApplicationTestFactory
 
getApplicationDao() - Method in class dev.getelements.elements.service.application.AnonApplicationService
 
getApplicationDao() - Method in class dev.getelements.elements.service.application.SuperUserApplicationService
 
getApplicationDao() - Method in class dev.getelements.elements.service.auth.OAuth2AuthServiceOperations
 
getApplicationDao() - Method in class dev.getelements.elements.service.auth.OidcAuthServiceOperations
 
getApplicationDao() - Method in class dev.getelements.elements.service.profile.ProfileServiceUtils
 
getApplicationDao() - Method in class dev.getelements.elements.service.profile.SuperUserProfileService
 
getApplicationDao() - Method in class dev.getelements.elements.service.profile.UserProfileService
 
getApplicationDao() - Method in class dev.getelements.elements.service.user.AbstractUserService
 
getApplicationElementService() - Method in class dev.getelements.elements.common.app.AbstractApplicationDeploymentService
 
getApplicationId() - Method in class dev.getelements.elements.dao.mongo.model.application.MongoFacebookApplicationConfiguration
 
getApplicationId() - Method in class dev.getelements.elements.dao.mongo.model.application.MongoGooglePlayApplicationConfiguration
 
getApplicationId() - Method in class dev.getelements.elements.dao.mongo.model.application.MongoIosApplicationConfiguration
 
getApplicationId() - Method in class dev.getelements.elements.rt.routing.AbstractAggregateRoutingStrategy
 
getApplicationId() - Method in class dev.getelements.elements.rt.routing.DefaultRoutingStrategy
 
getApplicationId() - Method in class dev.getelements.elements.sdk.cluster.id.NodeId
Gets the UUID for this NodeId.
getApplicationId() - Method in class dev.getelements.elements.sdk.model.application.FacebookApplicationConfiguration
 
getApplicationId() - Method in class dev.getelements.elements.sdk.model.application.GooglePlayApplicationConfiguration
Gets the Application ID, as defined in Google Play (com.mycompany.app)
getApplicationId() - Method in class dev.getelements.elements.sdk.model.application.IosApplicationConfiguration
Gets the Application ID, as defined in the AppStore (com.mycompany.app)
getApplicationId() - Method in class dev.getelements.elements.sdk.model.profile.CreateProfileRequest
 
getApplicationId() - Method in class dev.getelements.elements.sdk.model.profile.CreateProfileSignupRequest
 
getApplicationId() - Method in interface dev.getelements.elements.test.EmbeddedWorkerInstanceContainer
Fetches the default ApplicationId installed in this container.
getApplicationNodeRoutingTable() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQRoutingStatus
 
getApplicationNodeRoutingTable() - Method in interface dev.getelements.elements.rt.remote.RoutingStatus
 
getApplicationNodeRoutingTable() - Method in class dev.getelements.elements.sdk.model.health.RoutingHealthStatus
 
getApplicationProfiles(String, int, int) - Method in interface dev.getelements.elements.sdk.service.application.ApplicationConfigurationService
Gets the applications registered in the databse given the offset and count.
getApplicationProfiles(String, int, int) - Method in class dev.getelements.elements.service.application.AnonApplicationConfigurationService
 
getApplicationProfiles(String, int, int) - Method in class dev.getelements.elements.service.application.SuperUserApplicationConfigurationService
 
getApplicationProfiles(String, int, int, String) - Method in class dev.getelements.elements.rest.application.ApplicationConfigurationResource
 
getApplicationProfiles(String, int, int, String) - Method in interface dev.getelements.elements.sdk.service.application.ApplicationConfigurationService
Gets the applications registered in the database given the offset and count.
getApplicationProfiles(String, int, int, String) - Method in class dev.getelements.elements.service.application.AnonApplicationConfigurationService
 
getApplicationProfiles(String, int, int, String) - Method in class dev.getelements.elements.service.application.SuperUserApplicationConfigurationService
 
getApplicationRepositoryResolver() - Method in class dev.getelements.elements.git.HttpServletRepositoryResolver
 
getApplications() - Method in interface dev.getelements.elements.sdk.service.application.ApplicationService
Lists all Application instances avaiable to the current user.
getApplications() - Method in class dev.getelements.elements.service.application.AnonApplicationService
 
getApplications() - Method in class dev.getelements.elements.service.application.SuperUserApplicationService
 
getApplications(int, int) - Method in interface dev.getelements.elements.sdk.service.application.ApplicationService
Gets the applications registered in the databse given the offset and count.
getApplications(int, int) - Method in class dev.getelements.elements.service.application.AnonApplicationService
 
getApplications(int, int) - Method in class dev.getelements.elements.service.application.SuperUserApplicationService
 
getApplications(int, int, String) - Method in class dev.getelements.elements.rest.application.ApplicationResource
 
getApplications(int, int, String) - Method in interface dev.getelements.elements.sdk.service.application.ApplicationService
Gets the applications registered in the databse given the offset and count.
getApplications(int, int, String) - Method in class dev.getelements.elements.service.application.AnonApplicationService
 
getApplications(int, int, String) - Method in class dev.getelements.elements.service.application.SuperUserApplicationService
 
getApplicationSecret() - Method in class dev.getelements.elements.dao.mongo.model.application.MongoFacebookApplicationConfiguration
 
getApplicationSecret() - Method in class dev.getelements.elements.sdk.model.application.FacebookApplicationConfiguration
 
getApplicationService() - Method in class dev.getelements.elements.git.HttpServletRepositoryResolver
 
getApplicationService() - Method in class dev.getelements.elements.rest.application.ApplicationResource
 
getApplicationService() - Method in class dev.getelements.elements.service.cdn.SuperuserDeploymentService
 
getApplicationTestFactory() - Method in class dev.getelements.elements.dao.mongo.test.MongoProfileTestOperations
 
getApplicationUrls() - Method in class dev.getelements.elements.service.application.AnonApplicationService
 
getApplicationUrls() - Method in class dev.getelements.elements.service.application.SuperUserApplicationService
 
getApplicationUUID() - Method in class dev.getelements.elements.sdk.cluster.id.ApplicationId
Gets the UUID associated with this ApplicationId
getApplicationVersion() - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceipt
 
getAppServeApplicationDeploymentService() - Method in class dev.getelements.elements.jetty.ElementsWebServices
 
getArguments() - Method in class dev.getelements.elements.rt.remote.Invocation
Gets the arguments to pass to the remote method when invoking.
getArtifact() - Method in enum class dev.getelements.elements.sdk.test.TestElementArtifact
 
getAssetPath(ApplicationId) - Method in class dev.getelements.elements.rest.test.TestApplicationAssetLoader
 
getAssetPath(ApplicationId) - Method in class dev.getelements.elements.rt.git.FilesystemGitApplicationAssetLoader
 
getAssetPath(ApplicationId) - Method in interface dev.getelements.elements.sdk.cluster.ApplicationAssetLoader
Gets the asset Path for the supplied ApplicationId, performing any loading as needed.
getAssetPath(String) - Method in interface dev.getelements.elements.sdk.cluster.ApplicationAssetLoader
getAssetUrls() - Method in class dev.getelements.elements.sdk.model.blockchain.Token
 
getAsyncConnectionService() - Method in class dev.getelements.elements.remote.jeromq.JeroMQNode
 
getAsyncConnectionService() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQRemoteInvoker
 
getAsyncConnectionService() - Method in class dev.getelements.elements.rt.remote.SimpleInstance
 
getAsyncControlClientFactory() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQInstanceConnectionService
 
getAsyncInvocationErrorConsumer() - Method in class dev.getelements.elements.rt.jrpc.SingleAsyncResultHandlerStrategy
 
getAsyncInvocationErrorConsumer() - Method in class dev.getelements.elements.rt.jrpc.SingleSyncReturnResultHandlerStrategy
 
getAsyncInvocationErrorConsumer() - Method in interface dev.getelements.elements.rt.ResultHandlerStrategy
Gets the async invocation error consumers.
getAsyncInvocationResultConsumers() - Method in class dev.getelements.elements.rt.jrpc.SingleAsyncResultHandlerStrategy
 
getAsyncInvocationResultConsumers() - Method in class dev.getelements.elements.rt.jrpc.SingleSyncReturnResultHandlerStrategy
 
getAsyncInvocationResultConsumers() - Method in interface dev.getelements.elements.rt.ResultHandlerStrategy
Returns the async invocation result consumers.
getAsyncTimeoutLimit() - Method in class dev.getelements.elements.rest.matchmaking.MatchResource
 
getAtomicLong(ByteBuffer) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSMemoryUtils
Makes an instance of UnixFSAtomicLong from for details.
getAtomicLong(ByteBuffer, int) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSMemoryUtils
Gets a UnixFSAtomicLong with the supplied ByteBuffer.
getAttribute(String) - Method in interface dev.getelements.elements.sdk.Attributes
Gets the attribute associated with this Attributes for the given name.
getAttributeNames() - Method in interface dev.getelements.elements.sdk.Attributes
Gets a List<String> containing all attribute names contained in this instance.
getAttributeNames() - Method in class dev.getelements.elements.sdk.guice.GuiceAttributes
 
getAttributeNames() - Method in class dev.getelements.elements.sdk.util.ImmutableAttributes
 
getAttributeNames() - Method in record class dev.getelements.elements.sdk.util.InheritedAttributes
 
getAttributeNames() - Method in record class dev.getelements.elements.sdk.util.InheritedMutableAttributes
 
getAttributeNames() - Method in class dev.getelements.elements.sdk.util.PropertiesAttributes
 
getAttributeNames() - Method in record class dev.getelements.elements.sdk.util.SimpleAttributes
 
getAttributeNames() - Method in class dev.getelements.elements.servlet.ServletRequestAttributes
 
getAttributeOptional(String) - Method in interface dev.getelements.elements.sdk.Attributes
Gets the attribute associated with this Attributes object.
getAttributeOptional(String) - Method in class dev.getelements.elements.sdk.guice.GuiceAttributes
 
getAttributeOptional(String) - Method in class dev.getelements.elements.sdk.util.ImmutableAttributes
 
getAttributeOptional(String) - Method in record class dev.getelements.elements.sdk.util.InheritedAttributes
 
getAttributeOptional(String) - Method in record class dev.getelements.elements.sdk.util.InheritedMutableAttributes
 
getAttributeOptional(String) - Method in class dev.getelements.elements.sdk.util.PropertiesAttributes
 
getAttributeOptional(String) - Method in record class dev.getelements.elements.sdk.util.SimpleAttributes
 
getAttributeOptional(String) - Method in class dev.getelements.elements.servlet.ServletRequestAttributes
 
getAttributes() - Method in class dev.getelements.elements.dao.mongo.model.application.MongoApplication
 
getAttributes() - Method in interface dev.getelements.elements.rt.Resource
Gets the Attributes associated with this Resource
getAttributes() - Method in class dev.getelements.elements.rt.transact.TransactionalResource
 
getAttributes() - Method in class dev.getelements.elements.sdk.model.application.Application
 
getAttributes() - Method in class dev.getelements.elements.sdk.model.application.CreateApplicationRequest
 
getAttributes() - Method in class dev.getelements.elements.sdk.model.application.UpdateApplicationRequest
 
getAttributes() - Method in enum class dev.getelements.elements.sdk.test.TestElementArtifact
 
getAudience() - Method in class dev.getelements.elements.dao.mongo.model.auth.MongoAuthScheme
 
getAudience() - Method in class dev.getelements.elements.sdk.model.auth.AuthScheme
 
getAudience() - Method in class dev.getelements.elements.sdk.model.auth.CreateAuthSchemeRequest
 
getAudience() - Method in class dev.getelements.elements.sdk.model.auth.UpdateAuthSchemeRequest
 
getAuthFilterFeature() - Method in class dev.getelements.elements.app.serve.loader.JakartaRsLoader
 
getAuthFilterFeature() - Method in class dev.getelements.elements.app.serve.loader.JakartaWebsocketLoader
 
getAuthScheme(String) - Method in class dev.getelements.elements.rest.auth.AuthSchemeResource
 
getAuthScheme(String) - Method in class dev.getelements.elements.rest.auth.OAuth2AuthSchemeResource
 
getAuthScheme(String) - Method in class dev.getelements.elements.rest.auth.OidcAuthSchemeResource
 
getAuthScheme(String) - Method in interface dev.getelements.elements.sdk.dao.AuthSchemeDao
Fetches a specific AuthScheme instance based on ID.
getAuthScheme(String) - Method in interface dev.getelements.elements.sdk.dao.OAuth2AuthSchemeDao
Fetches a specific AuthScheme instance based on ID.
getAuthScheme(String) - Method in interface dev.getelements.elements.sdk.dao.OidcAuthSchemeDao
Fetches a specific AuthScheme instance based on ID.
getAuthScheme(String) - Method in interface dev.getelements.elements.sdk.service.auth.AuthSchemeService
Fetches a specific AuthScheme instance based on ID.
getAuthScheme(String) - Method in interface dev.getelements.elements.sdk.service.auth.OAuth2AuthSchemeService
Fetches a specific OAuth2AuthScheme instance based on ID.
getAuthScheme(String) - Method in interface dev.getelements.elements.sdk.service.auth.OidcAuthSchemeService
Fetches a specific OidcAuthScheme instance based on ID.
getAuthScheme(String) - Method in class dev.getelements.elements.service.auth.SuperUserAuthSchemeService
 
getAuthScheme(String) - Method in class dev.getelements.elements.service.auth.SuperUserOAuth2AuthSchemeService
 
getAuthScheme(String) - Method in class dev.getelements.elements.service.auth.SuperUserOidcAuthSchemeService
 
getAuthSchemeDao() - Method in class dev.getelements.elements.service.auth.StandardCustomAuthSessionService
 
getAuthSchemeDao() - Method in class dev.getelements.elements.service.auth.SuperUserAuthSchemeService
 
getAuthSchemeDao() - Method in class dev.getelements.elements.service.auth.SuperUserOAuth2AuthSchemeService
 
getAuthSchemeDao() - Method in class dev.getelements.elements.service.auth.SuperUserOidcAuthSchemeService
 
getAuthSchemeDao() - Method in class dev.getelements.elements.service.defaults.DefaultOAuth2SchemeConfiguration
 
getAuthSchemes(int, int, List<String>) - Method in class dev.getelements.elements.dao.mongo.auth.MongoAuthSchemeDao
 
getAuthSchemes(int, int, List<String>) - Method in class dev.getelements.elements.dao.mongo.auth.MongoOAuth2AuthSchemeDao
 
getAuthSchemes(int, int, List<String>) - Method in class dev.getelements.elements.dao.mongo.auth.MongoOidcAuthSchemeDao
 
getAuthSchemes(int, int, List<String>) - Method in class dev.getelements.elements.rest.auth.AuthSchemeResource
 
getAuthSchemes(int, int, List<String>) - Method in class dev.getelements.elements.rest.auth.OAuth2AuthSchemeResource
 
getAuthSchemes(int, int, List<String>) - Method in class dev.getelements.elements.rest.auth.OidcAuthSchemeResource
 
getAuthSchemes(int, int, List<String>) - Method in interface dev.getelements.elements.sdk.dao.AuthSchemeDao
Lists all AuthScheme instances
getAuthSchemes(int, int, List<String>) - Method in interface dev.getelements.elements.sdk.dao.OAuth2AuthSchemeDao
Lists all AuthScheme instances
getAuthSchemes(int, int, List<String>) - Method in interface dev.getelements.elements.sdk.dao.OidcAuthSchemeDao
Lists all AuthScheme instances
getAuthSchemes(int, int, List<String>) - Method in interface dev.getelements.elements.sdk.service.auth.AuthSchemeService
Lists all AuthScheme instances
getAuthSchemes(int, int, List<String>) - Method in interface dev.getelements.elements.sdk.service.auth.OAuth2AuthSchemeService
Lists all OAuth2AuthScheme instances
getAuthSchemes(int, int, List<String>) - Method in interface dev.getelements.elements.sdk.service.auth.OidcAuthSchemeService
Lists all OidcAuthScheme instances
getAuthSchemes(int, int, List<String>) - Method in class dev.getelements.elements.service.auth.SuperUserAuthSchemeService
 
getAuthSchemes(int, int, List<String>) - Method in class dev.getelements.elements.service.auth.SuperUserOAuth2AuthSchemeService
 
getAuthSchemes(int, int, List<String>) - Method in class dev.getelements.elements.service.auth.SuperUserOidcAuthSchemeService
 
getAuthSchemesByAudience(List<String>) - Method in class dev.getelements.elements.dao.mongo.auth.MongoAuthSchemeDao
 
getAuthSchemesByAudience(List<String>) - Method in interface dev.getelements.elements.sdk.dao.AuthSchemeDao
Gets all AuthScheme instances with the supplied audiences.
getAuthSchemeService() - Method in class dev.getelements.elements.rest.auth.AuthSchemeResource
 
getAuthSchemeService() - Method in class dev.getelements.elements.service.auth.AuthSchemeServiceProvider
 
getAuthSchemeService() - Method in class dev.getelements.elements.service.defaults.DefaultOidcSchemeConfiguration
 
getAuthToken(HttpServletRequest) - Method in class dev.getelements.elements.servlet.security.HttpServletAuthenticationFilter
 
getAuthToken(HttpServletRequest) - Method in class dev.getelements.elements.servlet.security.HttpServletBearerAuthenticationFilter
 
getAuthToken(HttpServletRequest) - Method in class dev.getelements.elements.servlet.security.HttpServletSessionIdAuthenticationFilter
 
getAuthType() - Method in class dev.getelements.elements.security.AuthenticatedRequest
 
getAutoRenewProductId() - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceiptPurchase
 
getAutoRenewStatus() - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceiptPurchase
 
getBareStorageDirectory(File, ApplicationId) - Static method in class dev.getelements.elements.rt.git.FilesystemGitApplicationAssetLoader
Used by the GitApplicationAssetLoader instances to determine the bare storage directory for a particular ApplicationId.
getBeanMapper() - Method in class dev.getelements.elements.dao.mongo.auth.MongoAuthSchemeDao
 
getBeanMapper() - Method in class dev.getelements.elements.dao.mongo.auth.MongoOAuth2AuthSchemeDao
 
getBeanMapper() - Method in class dev.getelements.elements.dao.mongo.auth.MongoOidcAuthSchemeDao
 
getBeanMapper() - Method in class dev.getelements.elements.dao.mongo.MongoDeploymentDao
 
getBeanMapper() - Method in class dev.getelements.elements.dao.mongo.MongoLeaderboardDao
 
getBeanMapper() - Method in class dev.getelements.elements.dao.mongo.MongoProfileDao
 
getBeanMapper() - Method in class dev.getelements.elements.dao.mongo.MongoScoreDao
 
getBeanMapper() - Method in class dev.getelements.elements.dao.mongo.schema.MongoMetadataSpecDao
 
getBegin() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoScheduleEvent
 
getBegin() - Method in class dev.getelements.elements.sdk.model.mission.CreateScheduleEventRequest
 
getBegin() - Method in class dev.getelements.elements.sdk.model.mission.ScheduleEvent
 
getBegin() - Method in class dev.getelements.elements.sdk.model.mission.UpdateScheduleEventRequest
 
getBestRemoteInvoker(ApplicationId) - Method in interface dev.getelements.elements.rt.remote.RemoteInvokerRegistry
Returns a RemoteInvoker by arbitrary selection.
getBestRemoteInvokerStatus(ApplicationId) - Method in interface dev.getelements.elements.rt.remote.RemoteInvokerRegistry
Returns a RemoteInvoker by arbitrary selection.
getBestRemoteInvokerStatus(ApplicationId) - Method in class dev.getelements.elements.rt.remote.SimpleRemoteInvokerRegistry
 
getBindAddress() - Method in interface dev.getelements.elements.rt.remote.InstanceConnectionService.InstanceBinding
Returns the host address to which to bind when receiving incoming data.
getBindAddress() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQInstanceBinding
 
getBindAddress() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQInstanceConnectionService
 
getBindAddress() - Method in interface dev.getelements.elements.test.EmbeddedWorkerInstanceContainer
Gets the worker's bind address.
getBindAddress() - Method in class dev.getelements.elements.test.JeroMQEmbeddedWorkerInstanceContainer
 
getBindingSet() - Method in interface dev.getelements.elements.rt.remote.Worker.Accessor
getBlockchain() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscSmartContract
 
getBlockchain() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoSmartContract
 
getBlockchain() - Method in class dev.getelements.elements.sdk.model.blockchain.ElementsSmartContract
Deprecated.
 
getBlockchain() - Method in class dev.getelements.elements.sdk.model.blockchain.PatchSmartContractRequest
Deprecated.
 
getBlockchainNetwork() - Method in class dev.getelements.elements.sdk.service.blockchain.invoke.InvocationScope
 
getBlockHash() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractResponse
 
getBlockHash() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMTransactionLog
 
getBlockHash() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearContractFunctionCallResult
 
getBlockHash() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearReceiptOutcome
 
getBlockHash() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearTransactionOutcome
 
getBlockHeight() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearContractFunctionCallResult
 
getBlockNetworkId() - Method in class dev.getelements.elements.sdk.model.blockchain.InvokeContractResponse
Deprecated.
 
getBlockNumber() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractResponse
 
getBlockNumber() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMTransactionLog
 
getBooleanQueryParser() - Method in class dev.getelements.elements.dao.mongo.application.MongoApplicationConfigurationDao
 
getBooleanQueryParser() - Method in class dev.getelements.elements.dao.mongo.goods.MongoDistinctInventoryItemDao
 
getBooleanQueryParser() - Method in class dev.getelements.elements.dao.mongo.mission.MongoMissionDao
 
getBooleanQueryParser() - Method in class dev.getelements.elements.dao.mongo.mission.MongoProgressDao
 
getBooleanQueryParser() - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleDao
 
getBooleanQueryParser() - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleEventDao
 
getBooleanQueryParser() - Method in class dev.getelements.elements.dao.mongo.MongoProfileDao
 
getBoxedPrimitive(Class<?>, Object) - Static method in class dev.getelements.elements.rt.Reflection
Gets the default value for the supplied type.
getBuilder() - Method in interface dev.getelements.elements.sdk.service.notification.NotificationService
Gets an instance of NotificationBuilder.
getBuilder() - Method in class dev.getelements.elements.service.notification.StandardNotificationService
 
getBuiltinApplicationPermissions() - Method in class dev.getelements.elements.sdk.model.application.FacebookApplicationConfiguration
 
getBundleId() - Method in class dev.getelements.elements.dao.mongo.model.MongoAppleIapReceipt
 
getBundleId() - Method in class dev.getelements.elements.sdk.model.appleiapreceipt.AppleIapReceipt
 
getBundleId() - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceipt
 
getBySessionSecret(String) - Method in class dev.getelements.elements.dao.mongo.MongoSessionDao
 
getBySessionSecret(String) - Method in interface dev.getelements.elements.sdk.dao.SessionDao
Gets the Session by it's session id, as returned by SessionCreation.getSessionSecret() ()}.
getByteBuffer() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgram
Gets the program's ByteBuffer.
getByteBuffer() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgramBuilder
Gets the ByteBuffer to store the program contents.
getCancellationDate() - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceiptPurchase
 
getCancellationReason() - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceiptPurchase
 
getCaP12() - Method in class dev.getelements.elements.dao.mongo.test.MongoTestSslCertificates
 
getCaPassphrase() - Method in class dev.getelements.elements.dao.mongo.provider.MongoSslSettingsProvider
 
getCaPath() - Method in class dev.getelements.elements.dao.mongo.provider.MongoSslSettingsProvider
 
getCapitalization() - Method in class dev.getelements.elements.sdk.model.blockchain.Ownership
 
getCategory() - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoItem
 
getCategory() - Method in class dev.getelements.elements.sdk.model.goods.CreateItemRequest
Gets the item category.
getCategory() - Method in class dev.getelements.elements.sdk.model.goods.Item
Gets the ItemCategory of this item.
getCause() - Method in class dev.getelements.elements.rt.kryo.KryoThrowableContainer
 
getCause() - Method in exception class dev.getelements.elements.sdk.util.exception.UncheckedInterruptedException
 
getCauses() - Method in exception class dev.getelements.elements.sdk.exception.SdkMultiException
 
getCdnStorageDirectory() - Method in class dev.getelements.elements.cdnserve.FilesystemCdnApplicationRepositoryResolverProvider
 
getCdnUrl() - Method in class dev.getelements.elements.service.largeobject.LargeObjectCdnUtils
 
getCdnUtils() - Method in class dev.getelements.elements.service.follower.SuperUserFollowerService
 
getCdnUtils() - Method in class dev.getelements.elements.service.follower.UserFollowerService
 
getCdnUtils() - Method in class dev.getelements.elements.service.leaderboard.UserRankService
 
getChain() - Method in class dev.getelements.elements.sdk.model.security.PemChain
Gets the chain of PemData.
getChecksFailed() - Method in class dev.getelements.elements.sdk.model.health.HealthStatus
 
getChecksPerformed() - Method in class dev.getelements.elements.sdk.model.health.HealthStatus
 
getChecksumAlgorithm() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgramBuilder
Gets the UnixFSChecksumAlgorithm used to commit the program.
getChecksumAlgorithm() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
Gets the configured and preferred checksum algorithm.
getCipher(PrivateKeyCrytpoAlgorithm) - Method in interface dev.getelements.elements.sdk.service.util.CipherUtility
Gets the Cipher instance used to operate
getCipher(PrivateKeyCrytpoAlgorithm) - Method in class dev.getelements.elements.service.util.StandardCipherUtility
 
getCipherUtility() - Method in class dev.getelements.elements.sdk.service.blockchain.crypto.StandardWalletCryptoUtilities
 
getClasses() - Method in class dev.getelements.elements.sdk.test.element.rs.TestApplication
 
getClassName() - Method in class dev.getelements.elements.rt.kryo.KryoThrowableContainer
 
getClient() - Method in class dev.getelements.elements.service.appleiap.client.invoker.builder.DefaultAppleIapVerifyReceiptInvokerBuilder
 
getClient() - Method in class dev.getelements.elements.service.auth.OAuth2AuthServiceOperations
 
getClient() - Method in class dev.getelements.elements.service.auth.OidcAuthServiceOperations
 
getClient() - Method in class dev.getelements.elements.service.largeobject.SuperUserLargeObjectService
 
getClient() - Method in interface dev.getelements.elements.test.EmbeddedTestService
Gets the client EmbeddedInstanceContainer.
getClientCertificatePassphrase() - Method in class dev.getelements.elements.dao.mongo.provider.MongoSslSettingsProvider
 
getClientCertificatePath() - Method in class dev.getelements.elements.dao.mongo.provider.MongoSslSettingsProvider
 
getClientIocResolver() - Method in interface dev.getelements.elements.test.EmbeddedTestService
Deprecated.
getClientOptional() - Method in interface dev.getelements.elements.test.EmbeddedTestService
getClientOptional() - Method in class dev.getelements.elements.test.JeroMQEmbeddedTestService
 
getClientP12() - Method in class dev.getelements.elements.dao.mongo.test.MongoTestSslCertificates
 
getClientSecret() - Method in class dev.getelements.elements.dao.mongo.model.application.MongoPSNApplicationConfiguration
 
getClientSecret() - Method in class dev.getelements.elements.sdk.model.application.PSNApplicationConfiguration
Gets the ClientSecret, which is used to interact with the Sony WebAPI.
getClientUri() - Method in class dev.getelements.elements.dao.mongo.provider.MongoSslSettingsProvider
 
getClosed() - Method in interface dev.getelements.elements.rt.ManifestLoader
Returns whether or not the manifest loader has already loaded and closed the lua manifest.
getCode() - Method in class dev.getelements.elements.rt.jrpc.JsonRpcError
 
getCode() - Method in exception class dev.getelements.elements.rt.remote.jeromq.JeroMQControlException
 
getCode() - Method in enum class dev.getelements.elements.rt.ResponseCode
Gets the actual code as returned by code.
getCode() - Method in class dev.getelements.elements.sdk.model.ErrorResponse
 
getCode() - Method in exception class dev.getelements.elements.sdk.model.exception.BaseException
Gets the error code.
getCode() - Method in exception class dev.getelements.elements.sdk.model.exception.ConflictException
 
getCode() - Method in exception class dev.getelements.elements.sdk.model.exception.DuplicateException
 
getCode() - Method in exception class dev.getelements.elements.sdk.model.exception.ForbiddenException
 
getCode() - Method in exception class dev.getelements.elements.sdk.model.exception.InternalException
 
getCode() - Method in exception class dev.getelements.elements.sdk.model.exception.InvalidDataException
 
getCode() - Method in exception class dev.getelements.elements.sdk.model.exception.InvalidParameterException
 
getCode() - Method in exception class dev.getelements.elements.sdk.model.exception.NotFoundException
 
getCode() - Method in exception class dev.getelements.elements.sdk.model.exception.NotImplementedException
 
getCode() - Method in exception class dev.getelements.elements.sdk.model.exception.TooBusyException
 
getCode() - Method in exception class dev.getelements.elements.sdk.model.exception.UnauthorizedException
 
getCode() - Method in exception class dev.getelements.elements.sdk.model.exception.UnhealthyException
 
getCode() - Method in exception class dev.getelements.elements.sdk.service.appleiap.client.exception.AppleIapVerifyReceiptStatusErrorCodeException
 
getCodeForValue(int) - Static method in enum class dev.getelements.elements.rt.ResponseCode
Gets the code for the value.
getCodegenService() - Method in class dev.getelements.elements.rest.codegen.CodegenResource
 
getCodeServeUrl() - Method in class dev.getelements.elements.service.application.ApplicationUrls
 
getCommandForName(String) - Static method in enum class dev.getelements.elements.setup.SetupCommands
 
getCompletedSteps() - Method in class dev.getelements.elements.sdk.model.advancement.Advancement
Any steps that were completed as part of this Advancement.
getComponent(int) - Method in class dev.getelements.elements.sdk.cluster.path.Path.ContextAndComponents
 
getComponent(int) - Method in class dev.getelements.elements.sdk.cluster.path.Path
Gets the component of a Path at the supplied index.
getComponents() - Method in class dev.getelements.elements.sdk.cluster.path.Path.ContextAndComponents
 
getComponents() - Method in class dev.getelements.elements.sdk.cluster.path.Path
Gets the components of this path.
getCondition() - Method in interface dev.getelements.elements.rt.util.ReadWriteGuard
 
getCondition() - Method in class dev.getelements.elements.rt.util.ReentrantReadWriteGuard
 
getConnectAddress() - Method in interface dev.getelements.elements.rt.remote.InstanceHostInfo
Gets the address for the invoker service
getConnectAddress() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQRemoteInvoker
 
getConnectAddress() - Method in class dev.getelements.elements.rt.remote.JndiInstanceHostInfo
 
getConnectAddress() - Method in interface dev.getelements.elements.rt.remote.RemoteInvoker
Gets the connection address for this RemoteInvoker.
getConnectAddress() - Method in class dev.getelements.elements.rt.remote.SimpleInstanceHostInfo
 
getConnectedNodeIds() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQDemultiplexRouter
 
getConnectedPeers() - Method in class dev.getelements.elements.sdk.model.health.InvokerHealthStatus
 
getConstraintViolations() - Method in exception class dev.getelements.elements.sdk.model.exception.ValidationFailureException
 
getConsumedEventObjects() - Method in class dev.getelements.elements.sdk.test.element.a.TestServiceImplementation
 
getConsumedEventObjects() - Method in class dev.getelements.elements.sdk.test.element.b.TestServiceImplementation
 
getConsumedEventObjects() - Method in interface dev.getelements.elements.sdk.test.element.TestService
Gets the objects passed into the consumed events
getConsumedEvents() - Method in class dev.getelements.elements.sdk.test.element.a.TestServiceImplementation
 
getConsumedEvents() - Method in class dev.getelements.elements.sdk.test.element.b.TestServiceImplementation
 
getConsumedEvents() - Method in interface dev.getelements.elements.sdk.test.element.TestService
Gets the events registered for consumption and consumed
getConsumptionState() - Method in class dev.getelements.elements.dao.mongo.model.MongoGooglePlayIapReceipt
 
getConsumptionState() - Method in class dev.getelements.elements.sdk.model.googleplayiapreceipt.GooglePlayIapReceipt
 
getContents() - Method in class dev.getelements.elements.dao.mongo.model.savedata.MongoSaveDataDocument
 
getContents() - Method in class dev.getelements.elements.sdk.model.savedata.CreateSaveDataDocumentRequest
 
getContents() - Method in class dev.getelements.elements.sdk.model.savedata.SaveDataDocument
 
getContents() - Method in class dev.getelements.elements.sdk.model.savedata.UpdateSaveDataDocumentRequest
 
getContext() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuance
 
getContext() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuanceId
 
getContext() - Method in class dev.getelements.elements.dao.mongo.model.MongoSessionSecret
Returns the context used to create this MongoSessionSecret.
getContext() - Method in class dev.getelements.elements.rt.remote.ContextLocalInvocationDispatcher
Deprecated.
 
getContext() - Method in class dev.getelements.elements.sdk.cluster.path.Path.ContextAndComponents
 
getContext() - Method in class dev.getelements.elements.sdk.cluster.path.Path
Gets the context of this Path, or null if no context exists.
getContext() - Method in class dev.getelements.elements.sdk.model.reward.RewardIssuance
 
getContext(Class<?>) - Method in class dev.getelements.elements.rt.jersey.ClientObjectMapperContextResolver
 
getContextAndComponents() - Method in class dev.getelements.elements.sdk.cluster.path.Path
Gets the Path.ContextAndComponents instance for this path.
getContextAsObjectId() - Method in class dev.getelements.elements.dao.mongo.model.MongoSessionSecret
Reads the context of this MongoSessionSecret and parses it as an ObjectId using ObjectId(byte[]).
getContextFactory() - Method in interface dev.getelements.elements.test.EmbeddedClientInstanceContainer
Gets the Context.Factory used to resolve client Context instances.
getContextFactory() - Method in class dev.getelements.elements.test.JeroMQEmbeddedClientInstanceContainer
 
getContextForApplication(ApplicationId) - Method in interface dev.getelements.elements.rt.Context.Factory
Gets a Context which can communicate with the remote application.
getContextForApplication(ApplicationId) - Method in class dev.getelements.elements.rt.remote.CachingContextFactory
 
getContextForApplication(String) - Method in interface dev.getelements.elements.rt.Context.Factory
Gets the Context for the supplied string representing the ApplicationId.
getContractAddress() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractResponse
 
getContractId() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscToken
 
getContractId() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoToken
 
getContractId() - Method in class dev.getelements.elements.sdk.model.blockchain.BulkMintTokenRequest
 
getContractId() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractRequest
 
getContractId() - Method in class dev.getelements.elements.sdk.model.blockchain.InvokeContractRequest
Deprecated.
 
getControlClientFactoryProvider() - Method in class dev.getelements.elements.rt.remote.AsyncControlClientProvider
 
getControlClientFactoryProvider() - Method in class dev.getelements.elements.rt.remote.ControlClientProvider
 
getControlClientProvider() - Method in class dev.getelements.elements.service.health.DefaultHealthStatusService
 
getCost() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearGasProfile
 
getCostCategory() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearGasProfile
 
getCount() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoStep
 
getCount() - Method in class dev.getelements.elements.sdk.model.mission.Step
 
getCreateAppleIapReceiptEnvironment() - Method in class dev.getelements.elements.sdk.model.appleiapreceipt.CreateAppleIapReceipt
 
getCreated() - Method in class dev.getelements.elements.sdk.test.element.rs.Message
 
getCreatedAt() - Method in class dev.getelements.elements.dao.mongo.model.MongoDeployment
 
getCreationTimestamp() - Method in class dev.getelements.elements.dao.mongo.model.score.MongoScore
 
getCreationTimestamp() - Method in class dev.getelements.elements.sdk.model.leaderboard.RankRow
 
getCreationTimestamp() - Method in class dev.getelements.elements.sdk.model.leaderboard.Score
 
getCredentials() - Method in class dev.getelements.elements.sdk.util.security.BearerAuthorizationHeader
Gets the credentials associated with this authorization header.
getCredentials() - Method in class dev.getelements.elements.security.CustomJWTCredentials
Gets the JWTCredentials that was used to make this instance.
getCryptoKeyPairUtility() - Method in class dev.getelements.elements.sdk.service.blockchain.crypto.StandardWalletCryptoUtilities
 
getCryptoKeyPairUtility() - Method in class dev.getelements.elements.service.blockchain.crypto.AesVaultCryptoUtilities
 
getCryptoKeyUtility() - Method in class dev.getelements.elements.service.auth.StandardCustomAuthSessionService
 
getCryptoKeyUtility() - Method in class dev.getelements.elements.service.auth.SuperUserAuthSchemeService
 
getCsvWriterConstructor() - Method in class dev.getelements.elements.rt.jersey.CsvMessageBodyWriter
 
getCumulativeGasUsed() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractResponse
 
getCurrent() - Method in class dev.getelements.elements.sdk.util.ReentrantThreadLocal
Gets the current value throwing an instance of IllegalStateException if there is not a current value.
getCurrentDeployment(String) - Method in class dev.getelements.elements.dao.mongo.MongoDeploymentDao
 
getCurrentDeployment(String) - Method in class dev.getelements.elements.rest.cdn.DeploymentResource
 
getCurrentDeployment(String) - Method in interface dev.getelements.elements.sdk.dao.DeploymentDao
 
getCurrentDeployment(String) - Method in interface dev.getelements.elements.sdk.service.cdn.CdnDeploymentService
 
getCurrentDeployment(String) - Method in class dev.getelements.elements.service.cdn.AnonCdnDeploymentService
 
getCurrentDeployment(String) - Method in class dev.getelements.elements.service.cdn.SuperuserDeploymentService
 
getCurrentOptional() - Method in class dev.getelements.elements.sdk.util.ReentrantThreadLocal
Returns the current value as an Optional<T>.
getCurrentProfile() - Method in class dev.getelements.elements.rest.profile.ProfileResource
 
getCurrentProfile() - Method in interface dev.getelements.elements.sdk.service.profile.ProfileService
Returns the Profile of the currently logged-in user.
getCurrentProfile() - Method in class dev.getelements.elements.service.profile.SuperUserProfileService
 
getCurrentProfile() - Method in class dev.getelements.elements.service.profile.UserProfileService
 
getCurrentProfileOptional() - Method in class dev.getelements.elements.service.profile.SuperUserProfileService
 
getCurrentProfileOptional() - Method in class dev.getelements.elements.service.profile.UserProfileService
 
getCurrentProfileSupplier() - Method in class dev.getelements.elements.service.appleiap.UserAppleIapReceiptService
 
getCurrentProfileSupplier() - Method in class dev.getelements.elements.service.googleplayiap.UserGooglePlayIapReceiptService
 
getCurrentProfileSupplier() - Method in class dev.getelements.elements.service.leaderboard.UserScoreService
 
getCurrentProfileSupplier() - Method in class dev.getelements.elements.service.match.UserMatchService
 
getCurrentProfileSupplier() - Method in class dev.getelements.elements.service.notification.StandardNotificationService
 
getCurrentProfileSupplier() - Method in class dev.getelements.elements.service.notification.SuperUserFCMRegistrationService
 
getCurrentProfileSupplier() - Method in class dev.getelements.elements.service.notification.UserFCMRegistrationService
 
getCurrentProfileSupplier() - Method in class dev.getelements.elements.service.profile.SuperUserProfileService
 
getCurrentProfileSupplier() - Method in class dev.getelements.elements.service.profile.UserProfileService
 
getCurrentProfileSupplier() - Method in class dev.getelements.elements.service.progress.UserProgressService
 
getCurrentScope() - Method in interface dev.getelements.elements.sdk.Element
Gets the current ElementScope, if available.
getCurrentStep() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgress
 
getCurrentStep() - Method in class dev.getelements.elements.sdk.model.advancement.Advancement
The current Step after the advancement through the Mission.
getCurrentStep() - Method in class dev.getelements.elements.sdk.model.mission.Progress
 
getCurrentUser() - Method in class dev.getelements.elements.rest.user.UserResource
 
getCurrentUser() - Method in interface dev.getelements.elements.sdk.service.user.UserService
Gets the currently logged in user.
getCurrentUser() - Method in class dev.getelements.elements.service.user.AbstractUserService
 
getCustomAuthSessionService() - Method in class dev.getelements.elements.servlet.security.HttpServletAuthenticationFilter
 
getDao(Class<DaoT>) - Method in class dev.getelements.elements.dao.mongo.guice.MorphiaGuiceTransaction
 
getDao(Class<DaoT>) - Method in interface dev.getelements.elements.sdk.dao.Transaction
Gets the requested Dao type, bound to this Transaction.
getData() - Method in class dev.getelements.elements.rt.jrpc.JsonRpcError
 
getData() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMTransactionLog
 
getData() - Method in class dev.getelements.elements.sdk.model.schema.EditorSchema
 
getDatabaseHealthStatusDaos() - Method in class dev.getelements.elements.service.health.DefaultHealthStatusService
 
getDatabaseStatus() - Method in class dev.getelements.elements.sdk.model.health.HealthStatus
 
getDatastore() - Method in class dev.getelements.elements.dao.mongo.application.MongoApplicationConfigurationDao
 
getDatastore() - Method in class dev.getelements.elements.dao.mongo.application.MongoApplicationDao
 
getDatastore() - Method in class dev.getelements.elements.dao.mongo.auth.MongoAuthSchemeDao
 
getDatastore() - Method in class dev.getelements.elements.dao.mongo.auth.MongoOAuth2AuthSchemeDao
 
getDatastore() - Method in class dev.getelements.elements.dao.mongo.auth.MongoOidcAuthSchemeDao
 
getDatastore() - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoSmartContractDao
 
getDatastore() - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoVaultDao
 
getDatastore() - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoWalletDao
 
getDatastore() - Method in class dev.getelements.elements.dao.mongo.goods.MongoDistinctInventoryItemDao
 
getDatastore() - Method in class dev.getelements.elements.dao.mongo.goods.MongoDistinctInventoryItemIndexable
 
getDatastore() - Method in class dev.getelements.elements.dao.mongo.goods.MongoInventoryItemDao
 
getDatastore() - Method in class dev.getelements.elements.dao.mongo.goods.MongoItemDao
 
getDatastore() - Method in class dev.getelements.elements.dao.mongo.largeobject.MongoLargeObjectDao
 
getDatastore() - Method in class dev.getelements.elements.dao.mongo.match.MongoFIFOMatchmaker
 
getDatastore() - Method in class dev.getelements.elements.dao.mongo.match.MongoMatchDao
 
getDatastore() - Method in class dev.getelements.elements.dao.mongo.match.MongoMatchUtils
 
getDatastore() - Method in class dev.getelements.elements.dao.mongo.mission.MongoMissionDao
 
getDatastore() - Method in class dev.getelements.elements.dao.mongo.mission.MongoProgressDao
 
getDatastore() - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleDao
 
getDatastore() - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleEventDao
 
getDatastore() - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleProgressDao
 
getDatastore() - Method in class dev.getelements.elements.dao.mongo.MongoAppleIapReceiptDao
 
getDatastore() - Method in class dev.getelements.elements.dao.mongo.MongoDBUtils
 
getDatastore() - Method in class dev.getelements.elements.dao.mongo.MongoDeploymentDao
 
getDatastore() - Method in class dev.getelements.elements.dao.mongo.MongoFCMRegistrationDao
 
getDatastore() - Method in class dev.getelements.elements.dao.mongo.MongoFollowerDao
 
getDatastore() - Method in class dev.getelements.elements.dao.mongo.MongoFriendDao
 
getDatastore() - Method in class dev.getelements.elements.dao.mongo.MongoGooglePlayIapReceiptDao
 
getDatastore() - Method in class dev.getelements.elements.dao.mongo.MongoIndexDao
 
getDatastore() - Method in class dev.getelements.elements.dao.mongo.MongoLeaderboardDao
 
getDatastore() - Method in class dev.getelements.elements.dao.mongo.MongoProfileDao
 
getDatastore() - Method in class dev.getelements.elements.dao.mongo.MongoRankDao
 
getDatastore() - Method in class dev.getelements.elements.dao.mongo.MongoRewardIssuanceDao
 
getDatastore() - Method in class dev.getelements.elements.dao.mongo.MongoScoreDao
 
getDatastore() - Method in class dev.getelements.elements.dao.mongo.MongoSessionDao
 
getDatastore() - Method in class dev.getelements.elements.dao.mongo.MongoTokensWithExpirationDao
 
getDatastore() - Method in class dev.getelements.elements.dao.mongo.MongoUserDao
 
getDatastore() - Method in class dev.getelements.elements.dao.mongo.MongoUserUidDao
 
getDatastore() - Method in class dev.getelements.elements.dao.mongo.query.NameBooleanQueryOperator
 
getDatastore() - Method in class dev.getelements.elements.dao.mongo.query.ReferenceBooleanQueryOperator
 
getDatastore() - Method in class dev.getelements.elements.dao.mongo.query.SidhantAggarwalBooleanQueryParser
 
getDatastore() - Method in class dev.getelements.elements.dao.mongo.savedata.MongoSaveDataDocumentDao
 
getDatastore() - Method in class dev.getelements.elements.dao.mongo.schema.MongoMetadataSpecDao
 
getDataStore() - Method in class dev.getelements.elements.rt.transact.JournalTransactionalResourceServicePersistenceEnvironment
 
getDataStore() - Method in class dev.getelements.elements.rt.transact.StandardSnapshot
 
getDataStore() - Method in class dev.getelements.elements.rt.transact.StandardSnapshotBuilder
 
getDataStore() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionCommitExecutionHandler
 
getDataStore() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionJournal
 
getDataStore() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionRollbackExecutionHandler
 
getDatastoreProvider() - Method in class dev.getelements.elements.dao.mongo.guice.MongoTransactionProvider
 
getDeclaringClass() - Method in class dev.getelements.elements.rt.kryo.KryoStackTraceElementContainer
 
getDecoded() - Method in class dev.getelements.elements.security.JWTCredentials
Gets the DecodedJWT backing this object.
getDecodedLog() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractResponse
 
getDefault() - Static method in interface dev.getelements.elements.sdk.ElementLoaderFactory
Gets a default ElementLoaderFactory via the ServiceLoader interface.
getDefault() - Static method in interface dev.getelements.elements.sdk.local.ElementsLocalBuilder
Gets a default instance of the ElementsLocalBuilder.
getDefault() - Static method in enum class dev.getelements.elements.sdk.model.goods.ItemCategory
Gets the default item category.
getDefaultApplicationConfigurationForApplication(String, Class<T>) - Method in interface dev.getelements.elements.sdk.dao.ApplicationConfigurationDao
Gets the first and only ApplicationConfiguration from for the supplied Application using the Application.getName() or Application.getId() method, then maps and returns an instance of the given class.
getDefaultMatchmaker() - Method in class dev.getelements.elements.dao.mongo.match.MongoMatchDao
 
getDefaultMatchmaker() - Method in interface dev.getelements.elements.sdk.dao.MatchDao
Returns the default Matchmaker instance.
getDefaultProfile() - Method in class dev.getelements.elements.rest.test.ClientContext
 
getDefaultProperties() - Method in class dev.getelements.elements.config.DefaultConfigurationSupplier
Returns a copy of the loaded system default properties.
getDefaultUserEmail() - Method in class dev.getelements.elements.service.defaults.DefaultUserConfiguration
 
getDefaultUserName() - Method in class dev.getelements.elements.service.defaults.DefaultUserConfiguration
 
getDefaultUserPassword() - Method in class dev.getelements.elements.service.defaults.DefaultUserConfiguration
 
getDefaultValue() - Method in class dev.getelements.elements.dao.mongo.model.schema.MongoMetadataSpecProperty
 
getDefaultValue() - Method in class dev.getelements.elements.sdk.model.schema.MetadataSpecProperty
 
getDefaultValue(Class<?>) - Static method in class dev.getelements.elements.rt.Reflection
Gets the default value for the supplied type.
getDefaultValue(Parameter) - Static method in class dev.getelements.elements.rt.Reflection
Gets the default value for the supplied type.
getDelegate() - Method in class dev.getelements.elements.rt.transact.TransactionalResource
 
getDelegateFilter() - Method in class org.eclipse.jgit.http.server.glue.MetaServlet
Get delegate filter
getDelete() - Method in class dev.getelements.elements.sdk.model.largeobject.AccessPermissions
 
getDelete() - Method in class dev.getelements.elements.sdk.model.largeobject.CreateLargeObjectRequest
 
getDelete() - Method in class dev.getelements.elements.sdk.model.largeobject.UpdateLargeObjectRequest
 
getDeployment(String, String) - Method in class dev.getelements.elements.dao.mongo.MongoDeploymentDao
 
getDeployment(String, String) - Method in class dev.getelements.elements.rest.cdn.DeploymentResource
 
getDeployment(String, String) - Method in interface dev.getelements.elements.sdk.dao.DeploymentDao
 
getDeployment(String, String) - Method in interface dev.getelements.elements.sdk.service.cdn.CdnDeploymentService
 
getDeployment(String, String) - Method in class dev.getelements.elements.service.cdn.AnonCdnDeploymentService
 
getDeployment(String, String) - Method in class dev.getelements.elements.service.cdn.SuperuserDeploymentService
 
getDeploymentDao() - Method in class dev.getelements.elements.service.cdn.AnonCdnDeploymentService
 
getDeploymentDao() - Method in class dev.getelements.elements.service.cdn.SuperuserDeploymentService
 
getDeployments(String) - Method in class dev.getelements.elements.rest.cdn.DeploymentResource
 
getDeployments(String, int, int) - Method in class dev.getelements.elements.dao.mongo.MongoDeploymentDao
 
getDeployments(String, int, int) - Method in interface dev.getelements.elements.sdk.dao.DeploymentDao
 
getDeployments(String, int, int) - Method in interface dev.getelements.elements.sdk.service.cdn.CdnDeploymentService
 
getDeployments(String, int, int) - Method in class dev.getelements.elements.service.cdn.AnonCdnDeploymentService
 
getDeployments(String, int, int) - Method in class dev.getelements.elements.service.cdn.SuperuserDeploymentService
 
getDeprecation() - Method in class dev.getelements.elements.rt.manifest.jrpc.JsonRpcMethod
 
getDeprecation() - Method in class dev.getelements.elements.rt.manifest.jrpc.JsonRpcService
 
getDeprecationMessage() - Method in class dev.getelements.elements.rt.manifest.Deprecation
 
getDescription() - Method in class dev.getelements.elements.dao.mongo.model.application.MongoApplication
 
getDescription() - Method in class dev.getelements.elements.dao.mongo.model.application.MongoApplicationConfiguration
 
getDescription() - Method in class dev.getelements.elements.dao.mongo.model.application.MongoProductBundle
 
getDescription() - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoItem
 
getDescription() - Method in class dev.getelements.elements.dao.mongo.model.index.MongoIndexPlanStep
 
getDescription() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoMission
 
getDescription() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgressMissionInfo
 
getDescription() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoSchedule
 
getDescription() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoStep
 
getDescription() - Method in class dev.getelements.elements.rt.manifest.model.Model
Gets the description of this Model.
getDescription() - Method in class dev.getelements.elements.rt.manifest.model.Property
Gets the description of this Property.
getDescription() - Method in enum class dev.getelements.elements.rt.ResponseCode
Gets a descriptive string representing this ResponseCode.
getDescription() - Method in class dev.getelements.elements.sdk.model.application.Application
Gets the description.
getDescription() - Method in class dev.getelements.elements.sdk.model.application.ApplicationConfiguration
 
getDescription() - Method in class dev.getelements.elements.sdk.model.application.CreateApplicationRequest
 
getDescription() - Method in class dev.getelements.elements.sdk.model.application.ProductBundle
 
getDescription() - Method in class dev.getelements.elements.sdk.model.application.UpdateApplicationRequest
 
getDescription() - Method in class dev.getelements.elements.sdk.model.blockchain.Token
 
getDescription() - Method in class dev.getelements.elements.sdk.model.goods.CreateItemRequest
Gets the long description for the Item
getDescription() - Method in class dev.getelements.elements.sdk.model.goods.Item
Gets the long description for the Item
getDescription() - Method in class dev.getelements.elements.sdk.model.goods.UpdateItemRequest
Gets the long description for the Item
getDescription() - Method in class dev.getelements.elements.sdk.model.index.IndexPlanStep
A human-readable description of this index step.
getDescription() - Method in class dev.getelements.elements.sdk.model.mission.CreateScheduleRequest
 
getDescription() - Method in class dev.getelements.elements.sdk.model.mission.Mission
 
getDescription() - Method in class dev.getelements.elements.sdk.model.mission.ProgressMissionInfo
 
getDescription() - Method in class dev.getelements.elements.sdk.model.mission.Schedule
 
getDescription() - Method in class dev.getelements.elements.sdk.model.mission.Step
 
getDescription() - Method in class dev.getelements.elements.sdk.model.mission.UpdateScheduleRequest
 
getDescription() - Method in class dev.getelements.elements.sdk.model.schema.json.JsonSchema
 
getDescription() - Method in class dev.getelements.elements.sdk.model.schema.json.JsonSchemaProperty
 
getDescriptionFromCode(int) - Static method in enum class dev.getelements.elements.rt.ResponseCode
Returns a human readable description of the code.
getDetails() - Method in exception class dev.getelements.elements.rt.exception.BadManifestException
 
getDeveloperPayload() - Method in class dev.getelements.elements.dao.mongo.model.MongoGooglePlayIapReceipt
 
getDeveloperPayload() - Method in class dev.getelements.elements.sdk.model.googleplayiapreceipt.GooglePlayIapReceipt
 
getDigestAlgorithm() - Method in class dev.getelements.elements.dao.mongo.model.savedata.MongoSaveDataDocument
 
getDirection() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearProof
 
getDirectory() - Method in class dev.getelements.elements.dao.mongo.test.MongoTestSslCertificates
 
getDirectory() - Method in class dev.getelements.elements.rt.git.FileSystemScriptStorageGitLoaderProvider
 
getDirectoryName() - Method in enum class dev.getelements.elements.sdk.test.TestElementBundle
 
getDiscoveryHealthStatus() - Method in class dev.getelements.elements.sdk.model.health.HealthStatus
 
getDispatchType() - Method in class dev.getelements.elements.rt.remote.Invocation
Indicates the Dispatch.Type used to send this invocation.
getDispatchType() - Method in class dev.getelements.elements.rt.remote.LocalInvocationProcessorBuilder
Gets the Dispatch.Type strategy to use when dispatching the method.
getDispatchType() - Method in class dev.getelements.elements.rt.remote.RemoteInvocationHandlerBuilder
Returns the Dispatch.Type of this method.
getDisplay() - Method in class dev.getelements.elements.dao.mongo.model.application.MongoProductBundle
 
getDisplay() - Method in class dev.getelements.elements.sdk.model.application.ProductBundle
 
getDisplayName() - Method in class dev.getelements.elements.dao.mongo.model.application.MongoProductBundle
 
getDisplayName() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscSmartContract
 
getDisplayName() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscWallet
 
getDisplayName() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoSmartContract
 
getDisplayName() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoWallet
 
getDisplayName() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoSmartContract
 
getDisplayName() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoVault
 
getDisplayName() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoWallet
 
getDisplayName() - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoItem
 
getDisplayName() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoMission
 
getDisplayName() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgressMissionInfo
 
getDisplayName() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoSchedule
 
getDisplayName() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoStep
 
getDisplayName() - Method in class dev.getelements.elements.dao.mongo.model.MongoProfile
 
getDisplayName() - Method in class dev.getelements.elements.dao.mongo.model.schema.MongoMetadataSpecProperty
 
getDisplayName() - Method in class dev.getelements.elements.sdk.model.application.ProductBundle
 
getDisplayName() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.CreateSmartContractRequest
 
getDisplayName() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.SmartContract
 
getDisplayName() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.UpdateSmartContractRequest
 
getDisplayName() - Method in class dev.getelements.elements.sdk.model.blockchain.ElementsSmartContract
Deprecated.
 
getDisplayName() - Method in class dev.getelements.elements.sdk.model.blockchain.PatchSmartContractRequest
Deprecated.
 
getDisplayName() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.CreateVaultRequest
 
getDisplayName() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.CreateWalletRequest
 
getDisplayName() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.UpdateVaultRequest
 
getDisplayName() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.UpdateWalletRequest
 
getDisplayName() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.Vault
 
getDisplayName() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.Wallet
 
getDisplayName() - Method in class dev.getelements.elements.sdk.model.goods.CreateItemRequest
Gets the display name for this item, suitable for use at the presentation tier.
getDisplayName() - Method in class dev.getelements.elements.sdk.model.goods.Item
Gets the display name for this item, suitable for use at the presentation tier.
getDisplayName() - Method in class dev.getelements.elements.sdk.model.goods.UpdateItemRequest
Gets the display name for this item, suitable for use at the presentation tier.
getDisplayName() - Method in class dev.getelements.elements.sdk.model.mission.CreateScheduleRequest
 
getDisplayName() - Method in class dev.getelements.elements.sdk.model.mission.Mission
 
getDisplayName() - Method in class dev.getelements.elements.sdk.model.mission.ProgressMissionInfo
 
getDisplayName() - Method in class dev.getelements.elements.sdk.model.mission.Schedule
 
getDisplayName() - Method in class dev.getelements.elements.sdk.model.mission.Step
 
getDisplayName() - Method in class dev.getelements.elements.sdk.model.mission.UpdateScheduleRequest
 
getDisplayName() - Method in class dev.getelements.elements.sdk.model.profile.CreateProfileRequest
 
getDisplayName() - Method in class dev.getelements.elements.sdk.model.profile.CreateProfileSignupRequest
 
getDisplayName() - Method in class dev.getelements.elements.sdk.model.profile.Profile
 
getDisplayName() - Method in class dev.getelements.elements.sdk.model.profile.UpdateProfileRequest
 
getDisplayName() - Method in class dev.getelements.elements.sdk.model.schema.MetadataSpecProperty
 
getDisplayName() - Method in class dev.getelements.elements.service.FirebaseUsernamePasswordSignInResponse
 
getDistinctInventoryItem(String) - Method in class dev.getelements.elements.dao.mongo.goods.MongoDistinctInventoryItemDao
 
getDistinctInventoryItem(String) - Method in class dev.getelements.elements.rest.inventory.DistinctInventoryItemResource
 
getDistinctInventoryItem(String) - Method in interface dev.getelements.elements.sdk.dao.DistinctInventoryItemDao
Creates a distinct inventory item.
getDistinctInventoryItem(String) - Method in interface dev.getelements.elements.sdk.service.inventory.DistinctInventoryItemService
Gets a specific distinct inventory item from the database.
getDistinctInventoryItem(String) - Method in class dev.getelements.elements.service.inventory.SuperUserDistinctInventoryItemService
 
getDistinctInventoryItem(String) - Method in class dev.getelements.elements.service.inventory.UserDistinctInventoryItemService
 
getDistinctInventoryItemDao() - Method in class dev.getelements.elements.service.inventory.SuperUserDistinctInventoryItemService
 
getDistinctInventoryItemDao() - Method in class dev.getelements.elements.service.inventory.UserDistinctInventoryItemService
 
getDistinctInventoryItems(int, int, String, String) - Method in interface dev.getelements.elements.sdk.service.inventory.DistinctInventoryItemService
Gets a listing of distinct inventory items from the database.
getDistinctInventoryItems(int, int, String, String) - Method in class dev.getelements.elements.service.inventory.SuperUserDistinctInventoryItemService
 
getDistinctInventoryItems(int, int, String, String) - Method in class dev.getelements.elements.service.inventory.UserDistinctInventoryItemService
 
getDistinctInventoryItems(int, int, String, String, boolean) - Method in class dev.getelements.elements.dao.mongo.goods.MongoDistinctInventoryItemDao
 
getDistinctInventoryItems(int, int, String, String, boolean) - Method in interface dev.getelements.elements.sdk.dao.DistinctInventoryItemDao
Gets a listing distinct inventory items.
getDistinctInventoryItems(int, int, String, String, boolean, String) - Method in class dev.getelements.elements.dao.mongo.goods.MongoDistinctInventoryItemDao
 
getDistinctInventoryItems(int, int, String, String, boolean, String) - Method in interface dev.getelements.elements.sdk.dao.DistinctInventoryItemDao
Gets a listing distinct inventory items filtering by query string.
getDistinctInventoryItems(int, int, String, String, String) - Method in class dev.getelements.elements.rest.inventory.DistinctInventoryItemResource
 
getDistinctInventoryItems(int, int, String, String, String) - Method in interface dev.getelements.elements.sdk.service.inventory.DistinctInventoryItemService
Gets a listing of distinct inventory items from the database.
getDistinctInventoryItems(int, int, String, String, String) - Method in class dev.getelements.elements.service.inventory.SuperUserDistinctInventoryItemService
 
getDistinctInventoryItems(int, int, String, String, String) - Method in class dev.getelements.elements.service.inventory.UserDistinctInventoryItemService
 
getDistinctInventoryItemService() - Method in class dev.getelements.elements.rest.inventory.DistinctInventoryItemResource
 
getDistinctRegistrationsForRecipient(String) - Method in interface dev.getelements.elements.sdk.dao.FCMRegistrationDao
Ensures that the Stream returned will only contain each FCMRegistration once, and only once.
getDocOutsideUrl() - Method in class dev.getelements.elements.rest.guice.RestDocRedirectFilter
 
getDocOutsideUrl() - Method in class dev.getelements.elements.service.application.ApplicationUrls
 
getDocumentationResource() - Method in class dev.getelements.elements.rest.codegen.CodegenResource
 
getDozerMapper() - Method in class dev.getelements.elements.dao.mongo.goods.MongoInventoryItemDao
 
getDozerMapper() - Method in class dev.getelements.elements.dao.mongo.goods.MongoItemDao
 
getDozerMapper() - Method in class dev.getelements.elements.dao.mongo.largeobject.MongoLargeObjectDao
 
getDozerMapper() - Method in class dev.getelements.elements.dao.mongo.match.MongoMatchDao
 
getDozerMapper() - Method in class dev.getelements.elements.dao.mongo.match.MongoMatchUtils
 
getDozerMapper() - Method in class dev.getelements.elements.dao.mongo.mission.MongoMissionDao
 
getDozerMapper() - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleDao
 
getDozerMapper() - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleEventDao
 
getDozerMapper() - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleProgressDao
 
getDozerMapper() - Method in class dev.getelements.elements.dao.mongo.MongoAppleIapReceiptDao
 
getDozerMapper() - Method in class dev.getelements.elements.dao.mongo.MongoFollowerDao
 
getDozerMapper() - Method in class dev.getelements.elements.dao.mongo.MongoGooglePlayIapReceiptDao
 
getDozerMapper() - Method in class dev.getelements.elements.dao.mongo.MongoRankDao
 
getDozerMapper() - Method in class dev.getelements.elements.dao.mongo.MongoRewardIssuanceDao
 
getDozerMapper() - Method in class dev.getelements.elements.dao.mongo.MongoTokensWithExpirationDao
 
getDozerMapper() - Method in class dev.getelements.elements.dao.mongo.MongoUserDao
 
getDozerMapper() - Method in class dev.getelements.elements.service.appleiap.UserAppleIapReceiptService
 
getDozerMapper() - Method in class dev.getelements.elements.service.application.SuperUserApplicationService
 
getDozerMapper() - Method in class dev.getelements.elements.service.googleplayiap.UserGooglePlayIapReceiptService
 
getDozerMapperRegistry() - Method in class dev.getelements.elements.dao.mongo.MongoUserUidDao
 
getE() - Method in class dev.getelements.elements.sdk.model.auth.JWK
 
getEditorSchema(String) - Method in class dev.getelements.elements.rest.schema.MetadataSpecResource
 
getEditorSchema(String) - Method in interface dev.getelements.elements.sdk.service.schema.MetadataSpecService
 
getEditorSchema(String) - Method in class dev.getelements.elements.service.schema.SuperUserMetadataSpecService
 
getEffectiveGasPrice() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractResponse
 
getElement() - Method in class dev.getelements.elements.service.security.ElementScopedSessionProvider
 
getElement() - Method in class dev.getelements.elements.service.security.ElementScopeOptionalProfileProvider
 
getElement() - Method in class dev.getelements.elements.service.security.ElementScopeUserProvider
 
getElementDefinitionRecord() - Method in class dev.getelements.elements.sdk.local.DelegatingLocalClassLoader
 
getElementLocal(Class<?>) - Static method in interface dev.getelements.elements.sdk.ElementRegistrySupplier
Gets the default shared ElementRegistry for the current Element.
getElementLocal(Class<?>) - Static method in interface dev.getelements.elements.sdk.ElementSupplier
Gets the current ElementSupplier, using the ClassLoader from the supplied Class.getClassLoader() call.
getElementLocal(ClassLoader) - Static method in interface dev.getelements.elements.sdk.ElementRegistrySupplier
Gets the default shared ElementRegistrySupplier for the current Element.
getElementLocal(ClassLoader) - Static method in interface dev.getelements.elements.sdk.ElementSupplier
Gets the current ElementSupplier using the supplied ClassLoader.
getElementName() - Method in class dev.getelements.elements.dao.mongo.model.application.MongoElementServiceReference
 
getElementName() - Method in class dev.getelements.elements.sdk.model.application.ElementServiceReference
 
getElementName() - Method in enum class dev.getelements.elements.sdk.test.TestElementArtifact
 
getElementRecord() - Method in interface dev.getelements.elements.sdk.Element
Gets the ElementDefinitionRecord which provides
getElementRecord() - Method in class dev.getelements.elements.sdk.ElementLoader.Default
 
getElementRecord() - Method in interface dev.getelements.elements.sdk.ElementLoader
Gets the ElementRecord, which can be invoked before attepting a ElementLoader.load() or ElementLoader.load(MutableElementRegistry) operation.
getElementRecord() - Method in class dev.getelements.elements.sdk.spi.DefaultSharedElementLoader
 
getElementRecord() - Method in class dev.getelements.elements.sdk.spi.ElementClassLoader
 
getElementRecord() - Method in class dev.getelements.elements.sdk.spi.guice.GuiceElementLoader
 
getElementRecord() - Method in class dev.getelements.elements.sdk.spi.guice.GuiceSdkElement
 
getElementRecord() - Method in class dev.getelements.elements.sdk.spi.SharedElement
 
getElementRecordFromPackage(Attributes, Package) - Method in interface dev.getelements.elements.sdk.ElementLoaderFactory
Given the Package, this will find the ElementRecord associated with it, throwing an exception if it is unable to find the ElementDefinition annotation.
getElementRecordFromPackage(Attributes, Package) - Method in class dev.getelements.elements.sdk.spi.DefaultElementLoaderFactory
 
getElementRegistry() - Method in interface dev.getelements.elements.sdk.Element
Gets the ElementRegistry which manages this Element.
getElementRegistry() - Method in class dev.getelements.elements.sdk.spi.guice.GuiceSdkElement
 
getElementRegistry() - Method in class dev.getelements.elements.sdk.spi.SharedElement
 
getElementRegistry() - Method in class dev.getelements.elements.service.match.StandardMatchServiceUtils
 
getElementRegistry() - Method in class dev.getelements.elements.service.profile.SuperUserProfileService
 
getElementRegistry() - Method in class dev.getelements.elements.service.profile.UserProfileService
 
getElementRegistry(Application) - Method in interface dev.getelements.elements.common.app.ApplicationElementService
Gets the ElementRegistry for the Application, loading it if it has not previously been loaded.
getElementRegistry(Application) - Method in class dev.getelements.elements.common.app.StandardApplicationElementService
 
getElementsWebServices() - Method in class dev.getelements.elements.rest.test.EmbeddedElementsWebServices
 
getElementsWebServices() - Method in class dev.getelements.elements.sdk.local.StandardElementsLocal
 
getEmail() - Method in class dev.getelements.elements.dao.mongo.model.MongoUser
 
getEmail() - Method in class dev.getelements.elements.sdk.model.auth.UserClaim
Gets the user's email address.
getEmail() - Method in class dev.getelements.elements.sdk.model.user.User
Gets the user's email address.
getEmail() - Method in class dev.getelements.elements.sdk.model.user.UserCreateRequest
 
getEmail() - Method in class dev.getelements.elements.sdk.model.user.UserCreateResponse
 
getEmail() - Method in class dev.getelements.elements.sdk.model.user.UserUpdateRequest
 
getEmail() - Method in class dev.getelements.elements.service.FirebaseEmailPasswordSignUpRequest
 
getEmail() - Method in class dev.getelements.elements.service.FirebaseEmailPasswordSignUpResponse
 
getEmail() - Method in class dev.getelements.elements.service.FirebaseUsernamePasswordSignInRequest
 
getEmail() - Method in class dev.getelements.elements.service.FirebaseUsernamePasswordSignInResponse
 
getEmailOptionSpec() - Method in class dev.getelements.elements.setup.commands.AbstractUserSetupCommand
 
getEncodedHash() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearEncodedHash
 
getEncodedPathInContext(HttpServletRequest, boolean) - Method in class dev.getelements.elements.jetty.StaticContentServlet
 
getEncoderClass() - Method in class dev.getelements.elements.dao.mongo.codec.TimestampCodec
 
getEncryption() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoVaultKey
 
getEncryption() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.VaultKey
 
getEnd() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoScheduleEvent
 
getEnd() - Method in class dev.getelements.elements.sdk.model.mission.CreateScheduleEventRequest
 
getEnd() - Method in class dev.getelements.elements.sdk.model.mission.ScheduleEvent
 
getEnd() - Method in class dev.getelements.elements.sdk.model.mission.UpdateScheduleEventRequest
 
getEpochForDate(Date) - Method in class dev.getelements.elements.dao.mongo.model.MongoLeaderboard
Calculates the epoch's starting millis to which the given millis timestamp belongs.
getEpochInterval() - Method in class dev.getelements.elements.dao.mongo.model.MongoLeaderboard
 
getEpochInterval() - Method in class dev.getelements.elements.sdk.model.leaderboard.Leaderboard
 
getError() - Method in class dev.getelements.elements.rt.jrpc.JsonRpcResponse
 
getError() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQAsyncOperation.ConnectionState
 
getError() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearContractFunctionCallResult
 
getErrorConsumer() - Method in class dev.getelements.elements.rt.util.SyncWait
Returns a Consumer<Throwable> for accepting the error.
getErrorDetails() - Method in class dev.getelements.elements.sdk.model.reward.RewardIssuanceRedemptionResult
 
getErrorMessage() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.FlowInvokeContractResponse
 
getEthIdentityGeneratorProvider() - Method in class dev.getelements.elements.service.blockchain.crypto.StandardWalletAccountFactory
 
getEventArguments() - Method in interface dev.getelements.elements.sdk.Event
Get the arguments of the Event.
getEventContext() - Method in interface dev.getelements.elements.rt.Context
Gets the EventContext.
getEventContext() - Method in class dev.getelements.elements.rt.remote.ClusterContext
 
getEventContext() - Method in class dev.getelements.elements.rt.SimpleContext
 
getEventManifest() - Method in interface dev.getelements.elements.rt.ManifestLoader
Gets the EventManifest, if available.
getEventName() - Method in interface dev.getelements.elements.sdk.Event
The Event name.
getEventService() - Method in class dev.getelements.elements.rt.SimpleEventContext
 
getExecutorId() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearOutcome
 
getExecutorService() - Method in class dev.getelements.elements.rt.SimpleIndexContext
 
getExecutorServiceFactory() - Method in class dev.getelements.elements.rt.SimpleIndexContext
 
getExecutorServiceFactory() - Method in class dev.getelements.elements.rt.SimpleResourceContext
 
getExecutorServiceFactory() - Method in class dev.getelements.elements.rt.SimpleScheduler
 
getExisting() - Method in class dev.getelements.elements.dao.mongo.model.index.MongoIndexPlan
 
getExpirationIntent() - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceiptPurchase
 
getExpirationTimestamp() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuance
 
getExpirationTimestamp() - Method in class dev.getelements.elements.sdk.model.reward.RewardIssuance
 
getExpiresDate() - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceiptPurchase
 
getExpiresIn() - Method in class dev.getelements.elements.service.FirebaseEmailPasswordSignUpResponse
 
getExpiresIn() - Method in class dev.getelements.elements.service.FirebaseUsernamePasswordSignInResponse
 
getExpiry() - Method in class dev.getelements.elements.dao.mongo.model.index.MongoIndexOperation
 
getExpiry() - Method in class dev.getelements.elements.dao.mongo.model.match.MongoMatch
 
getExpiry() - Method in class dev.getelements.elements.dao.mongo.model.MongoSession
Gets the Timestamp at which this MongoSession expires.
getExpiry() - Method in class dev.getelements.elements.dao.mongo.model.MongoTokenWithExpiration
 
getExpiry() - Method in class dev.getelements.elements.sdk.model.blockchain.Token
 
getExpiry() - Method in class dev.getelements.elements.sdk.model.session.Session
 
getExpiry() - Method in class dev.getelements.elements.sdk.model.token.TokenWithExpiration
 
getExposedServices(Package) - Method in interface dev.getelements.elements.sdk.ElementLoaderFactory
Scans the supplied Package for specified
getExposedServices(Package) - Method in class dev.getelements.elements.sdk.spi.DefaultElementLoaderFactory
 
getExternalUserId() - Method in class dev.getelements.elements.sdk.model.auth.UserClaim
 
getExtraProperties() - Method in interface dev.getelements.elements.sdk.service.notification.NotificationParameters
Gets a read-only mapping of extra key/value properties associated with this notification.
getExtraProperties() - Method in class dev.getelements.elements.service.notification.StandardNotificationBuilder
 
getFacebookApplicationConfiguration(String, String) - Method in class dev.getelements.elements.rest.application.FacebookApplicationConfigurationResource
Gets the specific FacebookApplicationConfiguration instances assocated with the application.
getFacebookApplicationConfigurationService() - Method in class dev.getelements.elements.rest.application.FacebookApplicationConfigurationResource
 
getFacebookId() - Method in class dev.getelements.elements.sdk.model.user.UserCreateResponse
 
getFacebookPermissionListSupplier() - Method in class dev.getelements.elements.service.application.AnonFacebookApplicationConfigurationService
 
getFacebookPermissionListSupplier() - Method in class dev.getelements.elements.service.application.SuperUserFacebookApplicationConfigurationService
 
getFailure() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearStatus
 
getFamily() - Method in class dev.getelements.elements.sdk.service.blockchain.crypto.AesEncryptionSpec
 
getFcmRegistrationDao() - Method in class dev.getelements.elements.service.notification.SuperUserFCMRegistrationService
 
getFcmRegistrationDao() - Method in class dev.getelements.elements.service.notification.UserFCMRegistrationService
 
getFcmRegistrationDaoProvider() - Method in class dev.getelements.elements.service.notification.StandardNotificationDestinationFactoryProvider
 
getFcmRegistrationService() - Method in class dev.getelements.elements.rest.notifications.FCMRegistrationResource
 
getField() - Method in interface dev.getelements.elements.dao.mongo.query.BooleanQueryOperator.Evaluation
 
getFileName() - Method in class dev.getelements.elements.rt.kryo.KryoStackTraceElementContainer
 
getFileSystemApplicationRepositoryResolverProvider() - Method in class dev.getelements.elements.cdnserve.FilesystemCdnApplicationRepositoryResolverProvider
 
getFileSystemApplicationRepositoryResolverProvider() - Method in class dev.getelements.elements.codeserve.FileSystemScriptApplicationRepositoryResolverProvider
 
getFilesystemGitLoaderProvider() - Method in class dev.getelements.elements.cdnserve.FilesystemCdnGitLoaderProvider
 
getFilesystemGitLoaderProvider() - Method in class dev.getelements.elements.rt.git.FileSystemScriptStorageGitLoaderProvider
 
getFilesystemPath() - Method in interface dev.getelements.elements.rt.transact.unix.UnixFSHasFilesystemPath
Gets the FS Path for the object.
getFilesystemPath() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSResourceContentsMapping
Returns the filesystem Path to the resource id directory.
getFilesystemPath() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSReversePathMapping
 
getFilesystemPath() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTaskPathMapping
Gets the Path to the task file.
getFilesystemPath(String) - Method in interface dev.getelements.elements.rt.transact.unix.UnixFSHasFilesystemPath
Gets the FS Path for hte object, appending the transaction ID.
getFilesystemPath(String) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSPathMapping
 
getFileUrl() - Method in class dev.getelements.elements.sdk.model.largeobject.CreateLargeObjectFromUrlRequest
 
getFilterSetProvider() - Method in class dev.getelements.elements.app.serve.loader.AuthFilterFeature
 
getFinalExecutionSteps() - Method in class dev.getelements.elements.sdk.dao.index.IndexPlanner
Calculates the final plan based on the updates applied to the plan so far.
getFinalRepeatStep() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoMission
 
getFinalRepeatStep() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgressMissionInfo
 
getFinalRepeatStep() - Method in class dev.getelements.elements.sdk.model.mission.Mission
 
getFinalRepeatStep() - Method in class dev.getelements.elements.sdk.model.mission.ProgressMissionInfo
 
getFirebaseAppFactoryProvider() - Method in class dev.getelements.elements.service.notification.firebase.FirebaseMessagingFactoryProvider
 
getFirebaseApplicationConfiguration(String, String) - Method in class dev.getelements.elements.rest.application.FirebaseApplicationConfigurationResource
Gets the specific FirebaseApplicationConfiguration instances assocated with the application.
getFirebaseApplicationConfigurationService() - Method in class dev.getelements.elements.rest.application.FirebaseApplicationConfigurationResource
 
getFirebaseId() - Method in class dev.getelements.elements.sdk.model.user.UserCreateResponse
 
getFirebaseJWT() - Method in class dev.getelements.elements.sdk.model.session.FirebaseSessionRequest
 
getFirebaseMessagingFactoryProvider() - Method in class dev.getelements.elements.service.notification.StandardNotificationDestinationFactoryProvider
 
getFirstEpochTimestamp() - Method in class dev.getelements.elements.dao.mongo.model.MongoLeaderboard
 
getFirstEpochTimestamp() - Method in class dev.getelements.elements.sdk.model.leaderboard.Leaderboard
 
getFirstName() - Method in class dev.getelements.elements.dao.mongo.model.MongoUser
 
getFirstName() - Method in class dev.getelements.elements.sdk.model.user.User
 
getFirstName() - Method in class dev.getelements.elements.sdk.model.user.UserCreateRequest
 
getFirstName() - Method in class dev.getelements.elements.sdk.model.user.UserCreateResponse
 
getFirstName() - Method in class dev.getelements.elements.sdk.model.user.UserUpdateRequest
 
getFlowAccessApi() - Method in class dev.getelements.elements.service.blockchain.invoke.flow.FlowInvoker
 
getFlowAccessApi() - Method in class dev.getelements.elements.service.blockchain.omni.FlowCreateWalletLifecycle
 
getFlowAccountGeneratorProvider() - Method in class dev.getelements.elements.service.blockchain.crypto.StandardWalletAccountFactory
 
getFollowedId() - Method in class dev.getelements.elements.dao.mongo.model.MongoFollowerId
 
getFollowedId() - Method in class dev.getelements.elements.sdk.model.follower.CreateFollowerRequest
 
getFollowedProfile() - Method in class dev.getelements.elements.dao.mongo.model.MongoFollower
 
getFollowees(String, int, int) - Method in interface dev.getelements.elements.sdk.service.follower.FollowerService
Gets the listing of Profile's followees with the supplied offset and count.
getFollowees(String, int, int) - Method in class dev.getelements.elements.service.follower.SuperUserFollowerService
 
getFollowees(String, int, int) - Method in class dev.getelements.elements.service.follower.UserFollowerService
 
getFolloweesForProfile(String, int, int) - Method in class dev.getelements.elements.dao.mongo.MongoFollowerDao
 
getFolloweesForProfile(String, int, int) - Method in interface dev.getelements.elements.sdk.dao.FollowerDao
Fetches all followees for the supplied profile.
getFollower(String, String) - Method in class dev.getelements.elements.rest.followers.FollowersResource
 
getFollower(String, String) - Method in interface dev.getelements.elements.sdk.service.follower.FollowerService
Gets the listing of Profile with the supplied offset, count, and search query.
getFollower(String, String) - Method in class dev.getelements.elements.service.follower.SuperUserFollowerService
 
getFollower(String, String) - Method in class dev.getelements.elements.service.follower.UserFollowerService
 
getFollowerDao() - Method in class dev.getelements.elements.service.follower.SuperUserFollowerService
 
getFollowerDao() - Method in class dev.getelements.elements.service.follower.UserFollowerService
 
getFollowerForProfile(String, String) - Method in class dev.getelements.elements.dao.mongo.MongoFollowerDao
 
getFollowerForProfile(String, String) - Method in interface dev.getelements.elements.sdk.dao.FollowerDao
Fetches Profile instance for the supplied profile id and followed id.
getFollowers(String, int, int) - Method in class dev.getelements.elements.rest.followers.FolloweesResource
 
getFollowers(String, int, int) - Method in class dev.getelements.elements.rest.followers.FollowersResource
 
getFollowers(String, int, int) - Method in interface dev.getelements.elements.sdk.service.follower.FollowerService
Gets the listing of Profile's followers with the supplied offset and count.
getFollowers(String, int, int) - Method in class dev.getelements.elements.service.follower.SuperUserFollowerService
 
getFollowers(String, int, int) - Method in class dev.getelements.elements.service.follower.UserFollowerService
 
getFollowerService() - Method in class dev.getelements.elements.rest.followers.FolloweesResource
 
getFollowerService() - Method in class dev.getelements.elements.rest.followers.FollowersResource
 
getFollowersForProfile(String, int, int) - Method in class dev.getelements.elements.dao.mongo.MongoFollowerDao
 
getFollowersForProfile(String, int, int) - Method in interface dev.getelements.elements.sdk.dao.FollowerDao
Fetches all followers for the supplied profile.
getForce() - Method in class dev.getelements.elements.sdk.model.savedata.UpdateSaveDataDocumentRequest
 
getFriend(String) - Method in class dev.getelements.elements.rest.friends.FriendResource
 
getFriend(String) - Method in interface dev.getelements.elements.sdk.service.friend.FriendService
Gets a single instance of Friend.
getFriend(String) - Method in class dev.getelements.elements.service.friend.UserFriendService
 
getFriendDao() - Method in class dev.getelements.elements.service.friend.UserFriendService
 
getFriendForUser(User, String) - Method in class dev.getelements.elements.dao.mongo.MongoFriendDao
 
getFriendForUser(User, String) - Method in interface dev.getelements.elements.sdk.dao.FriendDao
Returns a single instance of Friend for the supplied User.
getFriends(int, int) - Method in interface dev.getelements.elements.sdk.service.friend.FriendService
Gets the listing of Friend with the supplied offset and count.
getFriends(int, int) - Method in class dev.getelements.elements.service.friend.UserFriendService
 
getFriends(int, int, String) - Method in class dev.getelements.elements.rest.friends.FriendResource
 
getFriends(int, int, String) - Method in interface dev.getelements.elements.sdk.service.friend.FriendService
Gets the listing of Friend with the supplied offset, count, and search query.
getFriends(int, int, String) - Method in class dev.getelements.elements.service.friend.UserFriendService
 
getFriendService() - Method in class dev.getelements.elements.rest.friends.FriendResource
 
getFriendsForUser(User, int, int) - Method in class dev.getelements.elements.dao.mongo.MongoFriendDao
 
getFriendsForUser(User, int, int) - Method in interface dev.getelements.elements.sdk.dao.FriendDao
Fetches all Friend instances for the supplied User.
getFriendsForUser(User, int, int, String) - Method in class dev.getelements.elements.dao.mongo.MongoFriendDao
 
getFriendsForUser(User, int, int, String) - Method in interface dev.getelements.elements.sdk.dao.FriendDao
Fetches all Friend instances for the supplied User, specifying search query.
getFriendship() - Method in class dev.getelements.elements.sdk.model.friend.Friend
 
getFrom() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractResponse
 
getFstConfiguration() - Method in class dev.getelements.elements.rt.fst.FSTPayloadReader
 
getFstConfiguration() - Method in class dev.getelements.elements.rt.fst.FSTPayloadWriter
 
getGameId() - Method in class dev.getelements.elements.dao.mongo.model.match.MongoMatch
 
getGameId() - Method in class dev.getelements.elements.sdk.model.match.Match
Gets the system assigned game ID for the match.
getGarbageDirectory() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
Gets the directory for temporary storge of garbage data.
getGasBurnt() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearOutcome
 
getGasLimit() - Method in class dev.getelements.elements.sdk.service.blockchain.invoke.evm.EvmInvocationScope
 
getGasLimit() - Method in class dev.getelements.elements.sdk.service.blockchain.invoke.flow.FlowInvocationScope
 
getGasLimit() - Method in class dev.getelements.elements.sdk.service.blockchain.invoke.near.NearInvocationScope
 
getGasPrice() - Method in class dev.getelements.elements.sdk.service.blockchain.invoke.evm.EvmInvocationScope
 
getGasProfile() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearMetadata
 
getGasUsed() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractResponse
 
getGasUsed() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearGasProfile
 
getGenerator(BlockchainApi) - Method in interface dev.getelements.elements.sdk.service.blockchain.crypto.WalletAccountFactory
getGenerator(BlockchainApi) - Method in class dev.getelements.elements.service.blockchain.crypto.StandardWalletAccountFactory
 
getGitBranch() - Method in class dev.getelements.elements.sdk.model.application.Application
Gets the git branch of the application.
getGitLoader() - Method in class dev.getelements.elements.service.cdn.SuperuserDeploymentService
 
getGitStorageDirectory() - Method in class dev.getelements.elements.cdnserve.FilesystemCdnGitLoaderProvider
 
getGitStorageDirectory() - Method in class dev.getelements.elements.git.FileSystemApplicationRepositoryResolver
 
getGitStorageDirectory() - Method in class dev.getelements.elements.rt.git.FilesystemGitApplicationAssetLoader
 
getGlobalRank(int, int, String, long, String) - Method in class dev.getelements.elements.rest.leaderboard.RankResource
 
getGlobalRankTabular(String, long) - Method in class dev.getelements.elements.rest.leaderboard.RankResource
 
getGooglePlayApplicationConfiguration(String, String) - Method in class dev.getelements.elements.rest.application.GooglePlayApplicationConfigurationResource
Gets the specific GooglePlayApplicationConfiguration instances assocated with the application.
getGooglePlayApplicationConfigurationService() - Method in class dev.getelements.elements.rest.application.GooglePlayApplicationConfigurationResource
 
getGooglePlayIapReceipt(String) - Method in class dev.getelements.elements.dao.mongo.MongoGooglePlayIapReceiptDao
 
getGooglePlayIapReceipt(String) - Method in interface dev.getelements.elements.sdk.dao.GooglePlayIapReceiptDao
Gets the receipt with the id, or throws a NotFoundException if the receipt can't be found.
getGooglePlayIapReceipt(String) - Method in interface dev.getelements.elements.sdk.service.googleplayiap.GooglePlayIapReceiptService
Gets the receipt with the id, or throws a NotFoundException if the receipt can't be found.
getGooglePlayIapReceipt(String) - Method in class dev.getelements.elements.service.googleplayiap.UserGooglePlayIapReceiptService
 
getGooglePlayIapReceiptDao() - Method in class dev.getelements.elements.service.googleplayiap.UserGooglePlayIapReceiptService
 
getGooglePlayIapReceipts(User, int, int) - Method in class dev.getelements.elements.dao.mongo.MongoGooglePlayIapReceiptDao
 
getGooglePlayIapReceipts(User, int, int) - Method in interface dev.getelements.elements.sdk.dao.GooglePlayIapReceiptDao
Gets receipts for a given user specifying the offset and the count.
getGooglePlayIapReceipts(User, int, int) - Method in interface dev.getelements.elements.sdk.service.googleplayiap.GooglePlayIapReceiptService
Gets receipts for a given user specifying the offset and the count.
getGooglePlayIapReceipts(User, int, int) - Method in class dev.getelements.elements.service.googleplayiap.UserGooglePlayIapReceiptService
 
getGooglePlayIapReceiptService() - Method in class dev.getelements.elements.rest.google.GooglePlayIapReceiptResource
 
getGoogleSignInCerts() - Static method in class dev.getelements.elements.service.GoogleSignInCertificateHelper
 
getGreater() - Method in class dev.getelements.elements.dao.mongo.model.MongoFriendshipId
 
getGridFSBucket() - Method in class dev.getelements.elements.dao.mongo.largeobject.GridFSLargeObjectBucket
 
getHandlerContext() - Method in interface dev.getelements.elements.rt.Context
Gets the HandlerContext.
getHandlerContext() - Method in class dev.getelements.elements.rt.remote.ClusterContext
 
getHandlerContext() - Method in class dev.getelements.elements.rt.SimpleContext
 
getHandlerContext() - Method in class dev.getelements.elements.rt.SimpleManifestContext
 
getHandlerMethod(Parameter) - Static method in class dev.getelements.elements.rt.Reflection
Searches Method's parameters for a handler type.
getHandlerProvider() - Method in class dev.getelements.elements.jetty.SimpleServerProvider
 
getHash() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearProof
 
getHashAlgorithm() - Method in class dev.getelements.elements.dao.mongo.model.MongoUser
 
getHeaders() - Method in class dev.getelements.elements.dao.mongo.model.auth.MongoOAuth2AuthScheme
 
getHeaders() - Method in class dev.getelements.elements.sdk.model.auth.CreateOrUpdateOAuth2AuthSchemeRequest
 
getHeaders() - Method in class dev.getelements.elements.sdk.model.auth.OAuth2AuthScheme
 
getHealthStatus() - Method in exception class dev.getelements.elements.sdk.model.exception.UnhealthyException
 
getHealthStatus() - Method in class dev.getelements.elements.sdk.model.health.HealthErrorResponse
 
getHealthStatusService() - Method in class dev.getelements.elements.rest.status.HealthResource
 
getHealthStatusService() - Method in class dev.getelements.elements.servlet.security.HealthServlet
 
getHostInfoSet() - Method in class dev.getelements.elements.rt.remote.StaticInstanceDiscoveryService
 
getHttpContextRoot() - Method in class dev.getelements.elements.app.serve.loader.JakartaRsLoader
 
getHttpContextRoot() - Method in class dev.getelements.elements.app.serve.loader.JakartaWebsocketLoader
 
getHttpContextRoot() - Method in class dev.getelements.elements.jetty.ServletContextHandlerProvider
 
getHttpContextRoot() - Method in class dev.getelements.elements.webui.WebUIAngularServlet
 
getHttpDocumentationUiUrl() - Method in class dev.getelements.elements.sdk.model.application.Application
Gets the HTTP documentation UI URL for the application if it is available.
getHttpDocumentationUrl() - Method in class dev.getelements.elements.sdk.model.application.Application
Gets the HTTP documentation endpoint for the application if it is available.
getHttpPathPrefix() - Method in class dev.getelements.elements.servlet.HttpContextRoot
 
getHttpServletRequest() - Method in class dev.getelements.elements.rest.security.UsernamePasswordResource
 
getHttpServletRequest() - Method in class dev.getelements.elements.servlet.security.HttpRequestAttributeUserProvider
 
getHttpTunnelEndpointUrl() - Method in class dev.getelements.elements.sdk.model.application.Application
Gets the HTTP tunnel endpoint, if this is available.
getHttpTunnelUrl() - Method in class dev.getelements.elements.service.application.ApplicationUrls
 
getId() - Method in class dev.getelements.elements.dao.mongo.model.auth.MongoAuthScheme
 
getId() - Method in class dev.getelements.elements.dao.mongo.model.auth.MongoOAuth2AuthScheme
 
getId() - Method in class dev.getelements.elements.dao.mongo.model.auth.MongoOidcAuthScheme
 
getId() - Method in class dev.getelements.elements.dao.mongo.model.index.MongoIndexOperation
 
getId() - Method in class dev.getelements.elements.dao.mongo.model.index.MongoIndexPlan
 
getId() - Method in class dev.getelements.elements.dao.mongo.model.largeobject.MongoLargeObject
 
getId() - Method in class dev.getelements.elements.dao.mongo.model.MongoTokenWithExpiration
 
getId() - Method in class dev.getelements.elements.dao.mongo.model.MongoUserUid
 
getId() - Method in class dev.getelements.elements.dao.mongo.model.MongoUserUidScheme
 
getId() - Method in class dev.getelements.elements.rt.jrpc.JsonRpcRequest
 
getId() - Method in class dev.getelements.elements.rt.jrpc.JsonRpcResponse
 
getId() - Method in interface dev.getelements.elements.rt.Resource
Returns the immutable and globally-unique ID of this resource.
getId() - Method in class dev.getelements.elements.rt.transact.TransactionalResource
 
getId() - Method in class dev.getelements.elements.sdk.cluster.id.ApplicationId
 
getId() - Method in class dev.getelements.elements.sdk.cluster.id.InstanceId
 
getId() - Method in class dev.getelements.elements.sdk.cluster.id.NodeId
 
getId() - Method in class dev.getelements.elements.sdk.cluster.id.ResourceId
 
getId() - Method in class dev.getelements.elements.sdk.cluster.id.TaskId
 
getId() - Method in class dev.getelements.elements.sdk.model.application.Application
The globally-unique identifier.
getId() - Method in class dev.getelements.elements.sdk.model.application.ApplicationConfiguration
Gets the actual profile ID.
getId() - Method in class dev.getelements.elements.sdk.model.auth.AuthScheme
 
getId() - Method in class dev.getelements.elements.sdk.model.auth.CreateOrUpdateOAuth2AuthSchemeRequest
 
getId() - Method in class dev.getelements.elements.sdk.model.auth.CreateOrUpdateOidcAuthSchemeRequest
 
getId() - Method in class dev.getelements.elements.sdk.model.auth.OAuth2AuthScheme
 
getId() - Method in class dev.getelements.elements.sdk.model.auth.OidcAuthScheme
 
getId() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearReceiptOutcome
 
getId() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearTransactionOutcome
 
getId() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.SmartContract
 
getId() - Method in class dev.getelements.elements.sdk.model.blockchain.ElementsSmartContract
Deprecated.
 
getId() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.Vault
 
getId() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.Wallet
 
getId() - Method in class dev.getelements.elements.sdk.model.Deployment
 
getId() - Method in class dev.getelements.elements.sdk.model.friend.Friend
 
getId() - Method in class dev.getelements.elements.sdk.model.goods.Item
Get the unique ID of the Item.
getId() - Method in class dev.getelements.elements.sdk.model.index.IndexPlan
 
getId() - Method in class dev.getelements.elements.sdk.model.inventory.DistinctInventoryItem
 
getId() - Method in class dev.getelements.elements.sdk.model.inventory.InventoryItem
 
getId() - Method in class dev.getelements.elements.sdk.model.largeobject.LargeObject
 
getId() - Method in class dev.getelements.elements.sdk.model.largeobject.LargeObjectReference
 
getId() - Method in class dev.getelements.elements.sdk.model.leaderboard.Leaderboard
 
getId() - Method in class dev.getelements.elements.sdk.model.leaderboard.RankRow
 
getId() - Method in class dev.getelements.elements.sdk.model.leaderboard.Score
 
getId() - Method in class dev.getelements.elements.sdk.model.match.Match
Gets the unique server-assigned ID of this match.
getId() - Method in class dev.getelements.elements.sdk.model.mission.Mission
 
getId() - Method in class dev.getelements.elements.sdk.model.mission.Progress
 
getId() - Method in class dev.getelements.elements.sdk.model.mission.ProgressMissionInfo
 
getId() - Method in class dev.getelements.elements.sdk.model.mission.ProgressRow
 
getId() - Method in class dev.getelements.elements.sdk.model.mission.Schedule
 
getId() - Method in class dev.getelements.elements.sdk.model.mission.ScheduleEvent
 
getId() - Method in class dev.getelements.elements.sdk.model.notification.FCMRegistration
 
getId() - Method in class dev.getelements.elements.sdk.model.profile.CreateProfileRequest
 
getId() - Method in class dev.getelements.elements.sdk.model.profile.Profile
 
getId() - Method in class dev.getelements.elements.sdk.model.profile.UpdateProfileRequest
 
getId() - Method in class dev.getelements.elements.sdk.model.reward.RewardIssuance
 
getId() - Method in class dev.getelements.elements.sdk.model.savedata.SaveDataDocument
 
getId() - Method in class dev.getelements.elements.sdk.model.schema.MetadataSpec
 
getId() - Method in class dev.getelements.elements.sdk.model.user.User
Gets the user's unique ID.
getId() - Method in class dev.getelements.elements.sdk.model.user.UserCreateResponse
 
getId() - Method in class dev.getelements.elements.sdk.model.user.UserUid
 
getId() - Method in class dev.getelements.elements.sdk.test.element.rs.Message
 
getIdentifier() - Method in class dev.getelements.elements.dao.mongo.model.index.MongoIndexMetadata
 
getIdentifier() - Method in interface dev.getelements.elements.sdk.model.index.IndexMetadata
Gets the database-specific identifer for the index.
getIdToken() - Method in class dev.getelements.elements.service.FirebaseDeleteAccountRequest
 
getIdToken() - Method in class dev.getelements.elements.service.FirebaseEmailPasswordSignUpResponse
 
getIdToken() - Method in class dev.getelements.elements.service.FirebaseUsernamePasswordSignInResponse
 
getImageObject() - Method in class dev.getelements.elements.dao.mongo.model.MongoProfile
 
getImageObject() - Method in class dev.getelements.elements.sdk.model.profile.Profile
 
getImageUrl() - Method in class dev.getelements.elements.dao.mongo.model.MongoProfile
 
getImageUrl() - Method in class dev.getelements.elements.sdk.model.profile.CreateProfileRequest
 
getImageUrl() - Method in class dev.getelements.elements.sdk.model.profile.CreateProfileSignupRequest
 
getImageUrl() - Method in class dev.getelements.elements.sdk.model.profile.Profile
 
getImageUrl() - Method in class dev.getelements.elements.sdk.model.profile.UpdateProfileRequest
 
getImplementationPackage() - Method in class dev.getelements.elements.sdk.test.element.a.TestServiceImplementation
 
getImplementationPackage() - Method in class dev.getelements.elements.sdk.test.element.b.TestServiceImplementation
 
getImplementationPackage() - Method in interface dev.getelements.elements.sdk.test.element.TestService
Returns the implementation's package.
getInApp() - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceipt
 
getInBillingRetryPeriod() - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceiptPurchase
 
getIndex() - Method in class dev.getelements.elements.rt.manifest.jrpc.JsonRpcParameter
 
getIndex() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSCircularBlockBuffer.Slice
Gets the index in the circular block buffer of the UnixFSCircularBlockBuffer.Slice<T>.
getIndexableByType() - Method in class dev.getelements.elements.dao.mongo.MongoIndexDao
 
getIndexContext() - Method in interface dev.getelements.elements.rt.Context
Gets the IndexContext assocaited with this Context
getIndexContext() - Method in class dev.getelements.elements.rt.remote.ClusterContext
 
getIndexContext() - Method in class dev.getelements.elements.rt.SimpleContext
 
getIndexDao() - Method in class dev.getelements.elements.service.index.SuperUserIndexService
 
getIndexerProvider() - Method in class dev.getelements.elements.dao.mongo.MongoIndexDao
 
getIndexMetadata() - Method in class dev.getelements.elements.dao.mongo.model.index.MongoIndexPlanStep
 
getIndexMetadata() - Method in class dev.getelements.elements.sdk.model.index.IndexPlanStep
Gets the IndexMetadata for the index.
getIndexService() - Method in class dev.getelements.elements.rest.index.IndexResource
 
getInIntroOfferPeriod() - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceiptPurchase
 
getInjector() - Method in class dev.getelements.elements.dao.mongo.guice.MorphiaGuiceTransaction
 
getInjector() - Method in class dev.getelements.elements.sdk.guice.GuiceAttributes
 
getInjector() - Method in class dev.getelements.elements.sdk.guice.GuiceServiceLocator
 
getInjector() - Method in class dev.getelements.elements.service.guice.StandardNotificationFactoryProvider
 
getInjector() - Method in class dev.getelements.elements.test.JeroMQEmbeddedInstanceContainer
 
getInMemoryResourceCount() - Method in interface dev.getelements.elements.rt.ResourceService
 
getInMemoryResourceCount() - Method in class dev.getelements.elements.rt.transact.TransactionalResourceService
 
getInputStream(HttpServletRequest) - Static method in class org.eclipse.jgit.http.server.ServletUtils
Open the request input stream, automatically inflating if necessary.
getInputTypes() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractRequest
 
getInstance() - Method in class dev.getelements.elements.jetty.ElementsWebServices
 
getInstance() - Static method in class dev.getelements.elements.rest.test.TestUtils
 
getInstance() - Static method in class dev.getelements.elements.rt.CurrentResource
Gets the shared instance.
getInstance() - Static method in class dev.getelements.elements.rt.guice.ResourceScope
Gets the static instance of the Scope
getInstance() - Static method in class dev.getelements.elements.rt.remote.InstanceDiscoveryServiceFactory
Gets the shared instance of the InstanceDiscoveryServiceFactory.
getInstance() - Static method in class dev.getelements.elements.rt.transact.unix.UnixFSMemoryUtils
Gets the instance of the UnixFSMemoryUtils based on the system configuration.
getInstance() - Static method in class dev.getelements.elements.sdk.local.LocalElementRegistrySupplier
 
getInstance() - Static method in class dev.getelements.elements.sdk.spi.SpiUtilities
 
getInstance() - Static method in class dev.getelements.elements.sdk.util.reflection.ElementReflectionUtils
Gets the static shared instance.
getInstance() - Method in interface dev.getelements.elements.test.EmbeddedInstanceContainer
Gets the Instance managed by this container.
getInstance() - Method in class dev.getelements.elements.test.JeroMQEmbeddedInstanceContainer
 
getInstance(ElementServiceKey<T>) - Method in interface dev.getelements.elements.sdk.ServiceLocator
Gets the type of the service with the specific name.
getInstance(Class<T>) - Method in interface dev.getelements.elements.sdk.ServiceLocator
Gets the type of service, unnamed.
getInstance(Class<T>, String) - Method in interface dev.getelements.elements.sdk.ServiceLocator
Gets the type of the service with the specific name.
getInstanceConnectionService() - Method in class dev.getelements.elements.rt.remote.SimpleInstance
 
getInstanceConnectionService() - Method in class dev.getelements.elements.rt.remote.SimpleRemoteInvokerRegistry
 
getInstanceConnectionServiceProvider() - Method in class dev.getelements.elements.rt.remote.AsyncControlClientProvider
 
getInstanceConnectionServiceProvider() - Method in class dev.getelements.elements.rt.remote.ControlClientProvider
 
getInstanceDiscoveryService() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQInstanceConnectionService
 
getInstanceDiscoveryService() - Method in class dev.getelements.elements.rt.remote.SimpleInstance
 
getInstanceDiscoveryService() - Method in class dev.getelements.elements.service.health.DefaultHealthStatusService
 
getInstanceDiscoveryServiceType() - Method in class dev.getelements.elements.rt.remote.InstanceDiscoveryServiceFactory
Gets the Class of the InstanceDiscoveryService to use.
getInstanceId() - Method in interface dev.getelements.elements.rt.remote.Instance
Gets this instances InstanceId
getInstanceId() - Method in interface dev.getelements.elements.rt.remote.InstanceConnectionService
getInstanceId() - Method in interface dev.getelements.elements.rt.remote.InstanceConnectionService.InstanceConnection
getInstanceId() - Method in interface dev.getelements.elements.rt.remote.InstanceStatus
Gets the InstanceId associated with this InstanceStatus
getInstanceId() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQInstanceConnectionService
 
getInstanceId() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQInstanceStatus
 
getInstanceId() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQRoutingStatus
 
getInstanceId() - Method in exception class dev.getelements.elements.rt.remote.jeromq.JeroMQUnroutableInstanceException
Gets the InstanceId that was returned.
getInstanceId() - Method in interface dev.getelements.elements.rt.remote.RoutingStatus
 
getInstanceId() - Method in class dev.getelements.elements.rt.remote.SimpleInstance
 
getInstanceId() - Method in class dev.getelements.elements.rt.remote.SimpleRemoteInvokerRegistry
 
getInstanceId() - Method in class dev.getelements.elements.rt.remote.SimpleWorkerInstance
 
getInstanceId() - Method in class dev.getelements.elements.sdk.cluster.id.NodeId
Returns the InstanceId.
getInstanceId() - Method in class dev.getelements.elements.sdk.cluster.id.ResourceId
Returns the InstanceId.
getInstanceId() - Method in class dev.getelements.elements.sdk.model.health.InstanceHealthStatus
 
getInstanceId() - Method in class dev.getelements.elements.sdk.model.health.RoutingHealthStatus
 
getInstanceId() - Method in interface dev.getelements.elements.test.EmbeddedInstanceContainer
Gets the InstanceId assigned to this container.
getInstanceId() - Method in class dev.getelements.elements.test.JeroMQEmbeddedInstanceContainer
 
getInstanceIdFilePath() - Method in class dev.getelements.elements.rt.remote.PersistentInstanceIdProvider
 
getInstanceMetadataAsync(Consumer<InstanceMetadata>, Consumer<Throwable>) - Method in interface dev.getelements.elements.rt.InstanceMetadataContext
Asynchronous method to fetch the
getInstanceMetadataAsync(Consumer<InstanceMetadata>, Consumer<Throwable>) - Method in class dev.getelements.elements.rt.SimpleInstanceMetadataContext
 
getInstanceMetadataContext() - Method in interface dev.getelements.elements.rt.remote.InstanceConnectionService.InstanceConnection
Get the InstanceMetadataContext associated with the remote instance.
getInstanceMetadataContext() - Method in class dev.getelements.elements.rt.remote.MasterNodeLifecycle
 
getInstanceMetadataContext() - Method in class dev.getelements.elements.rt.remote.MasterNodeLocalInvocationDispatcher
Deprecated.
 
getInstanceQuality() - Method in interface dev.getelements.elements.rt.InstanceMetadataContext
Represents the instance's current load factor.
getInstanceQuality() - Method in interface dev.getelements.elements.rt.LoadMonitorService
Gets a "quality" measurement of the instance.
getInstanceQuality() - Method in class dev.getelements.elements.rt.SimpleInstanceMetadataContext
 
getInstanceQuality() - Method in class dev.getelements.elements.rt.SimpleLoadMonitorService
 
getInstanceStatus() - Method in interface dev.getelements.elements.rt.remote.ControlClient
Gets the InstanceId for the remote instance.
getInstanceStatus() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQControlClient
 
getInstanceStatus() - Method in class dev.getelements.elements.sdk.model.health.HealthStatus
 
getInstanceStatus(AsyncControlClient.ResponseConsumer<InstanceStatus>) - Method in interface dev.getelements.elements.rt.remote.AsyncControlClient
Gets the InstanceId for the remote instance.
getInstanceStatus(AsyncControlClient.ResponseConsumer<InstanceStatus>) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQAsyncControlClient
 
getInstruction() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionCommand
Gets the instruction.
getIntermediateBuffer() - Method in interface dev.getelements.elements.rt.transact.unix.UnixFSChecksumAlgorithm.ChannelCheckable
Allocates a ByteBuffer used to check the contents.
getInventoryItem() - Method in class dev.getelements.elements.sdk.model.reward.RewardIssuanceRedemptionResult
 
getInventoryItem(String) - Method in class dev.getelements.elements.dao.mongo.goods.MongoInventoryItemDao
 
getInventoryItem(String) - Method in interface dev.getelements.elements.sdk.dao.InventoryItemDao
Gets the specific inventory item with the id, or throws a NotFoundException if the inventory item can't be found.
getInventoryItem(String) - Method in interface dev.getelements.elements.sdk.service.inventory.AdvancedInventoryItemService
Returns the InventoryItem associated with the specified id.
getInventoryItem(String) - Method in interface dev.getelements.elements.sdk.service.inventory.SimpleInventoryItemService
Returns the InventoryItem associated with the specified id.
getInventoryItem(String) - Method in class dev.getelements.elements.service.inventory.SuperUserAdvancedInventoryItemService
 
getInventoryItem(String) - Method in class dev.getelements.elements.service.inventory.SuperUserSimpleInventoryItemService
 
getInventoryItem(String) - Method in class dev.getelements.elements.service.inventory.UserAdvancedInventoryItemService
 
getInventoryItem(String) - Method in class dev.getelements.elements.service.inventory.UserSimpleInventoryItemService
 
getInventoryItemByItemNameOrId(User, String, int) - Method in class dev.getelements.elements.dao.mongo.goods.MongoInventoryItemDao
 
getInventoryItemByItemNameOrId(User, String, int) - Method in interface dev.getelements.elements.sdk.dao.InventoryItemDao
Gets the primary (single) inventory item for with the item name or id, or throws a NotFoundException if the item or inventory item can't be found.
getInventoryItemDao() - Method in class dev.getelements.elements.service.inventory.SuperUserAdvancedInventoryItemService
 
getInventoryItemDao() - Method in class dev.getelements.elements.service.inventory.SuperUserSimpleInventoryItemService
 
getInventoryItemDao() - Method in class dev.getelements.elements.service.inventory.UserAdvancedInventoryItemService
 
getInventoryItemDao() - Method in class dev.getelements.elements.service.inventory.UserSimpleInventoryItemService
 
getInventoryItems(int, int) - Method in class dev.getelements.elements.dao.mongo.goods.MongoInventoryItemDao
 
getInventoryItems(int, int) - Method in interface dev.getelements.elements.sdk.dao.InventoryItemDao
Gets inventory items specifying the offset and the count.
getInventoryItems(int, int, User, String) - Method in class dev.getelements.elements.dao.mongo.goods.MongoInventoryItemDao
 
getInventoryItems(int, int, User, String) - Method in interface dev.getelements.elements.sdk.dao.InventoryItemDao
Gets inventory items specifying the offset and the count, specifying a search filter.
getInventoryItems(int, int, String) - Method in interface dev.getelements.elements.sdk.service.inventory.AdvancedInventoryItemService
Returns a list of InventoryItem objects.
getInventoryItems(int, int, String) - Method in interface dev.getelements.elements.sdk.service.inventory.SimpleInventoryItemService
Returns a list of InventoryItem objects.
getInventoryItems(int, int, String) - Method in class dev.getelements.elements.service.inventory.SuperUserAdvancedInventoryItemService
 
getInventoryItems(int, int, String) - Method in class dev.getelements.elements.service.inventory.SuperUserSimpleInventoryItemService
 
getInventoryItems(int, int, String) - Method in class dev.getelements.elements.service.inventory.UserAdvancedInventoryItemService
 
getInventoryItems(int, int, String) - Method in class dev.getelements.elements.service.inventory.UserSimpleInventoryItemService
 
getInventoryItems(int, int, String, String) - Method in interface dev.getelements.elements.sdk.service.inventory.AdvancedInventoryItemService
Returns a list of InventoryItem objects.
getInventoryItems(int, int, String, String) - Method in interface dev.getelements.elements.sdk.service.inventory.SimpleInventoryItemService
Returns a list of InventoryItem objects.
getInventoryItems(int, int, String, String) - Method in class dev.getelements.elements.service.inventory.SuperUserAdvancedInventoryItemService
 
getInventoryItems(int, int, String, String) - Method in class dev.getelements.elements.service.inventory.SuperUserSimpleInventoryItemService
 
getInventoryItems(int, int, String, String) - Method in class dev.getelements.elements.service.inventory.UserAdvancedInventoryItemService
 
getInventoryItems(int, int, String, String) - Method in class dev.getelements.elements.service.inventory.UserSimpleInventoryItemService
 
getInviteService() - Method in class dev.getelements.elements.rest.invite.InviteResource
 
getInvocationDispatcher() - Method in class dev.getelements.elements.remote.jeromq.JeroMQNode
 
getInvocationError() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQAsyncOperation.ConnectionState
 
getInvoker() - Method in interface dev.getelements.elements.rt.remote.RemoteInvokerRegistry.RemoteInvokerStatus
Gets the remote invoker.
getInvokerHealthStatus() - Method in class dev.getelements.elements.sdk.model.health.HealthStatus
 
getIocResolver() - Method in class dev.getelements.elements.rt.remote.SimpleRemoteInvocationDispatcher
 
getIocResolver() - Method in interface dev.getelements.elements.test.EmbeddedTestService
Deprecated.
getIocResolver() - Method in interface dev.getelements.elements.test.EmbeddedWorkerInstanceContainer
Returns the default Worker IoC resolver.
getIocResolver() - Method in class dev.getelements.elements.test.JeroMQEmbeddedWorkerInstanceContainer
 
getIocResolver(ApplicationId) - Method in interface dev.getelements.elements.test.EmbeddedWorkerInstanceContainer
Gets the ServiceLocator for the Node associated with the supplied NodeId
getIocResolver(NodeId) - Method in interface dev.getelements.elements.test.EmbeddedWorkerInstanceContainer
Gets the ServiceLocator for the Node associated with the supplied NodeId
getIocResolver(NodeId) - Method in class dev.getelements.elements.test.JeroMQEmbeddedWorkerInstanceContainer
 
getIosApplicationConfiguration(String, String) - Method in class dev.getelements.elements.rest.application.IosApplicationConfigurationResource
Gets the specific IosApplicationConfiguration instances assocated with the application.
getIosApplicationConfigurationService() - Method in class dev.getelements.elements.rest.application.IosApplicationConfigurationResource
 
getIoThreadsProvider() - Method in class dev.getelements.elements.rt.jeromq.ZContextProvider
 
getIpv6Provider() - Method in class dev.getelements.elements.rt.jeromq.ZContextProvider
 
getIsolatedLoader(Attributes, ClassLoader, ElementLoaderFactory.ClassLoaderConstructor) - Method in interface dev.getelements.elements.sdk.ElementLoaderFactory
Scans the classpath, using the supplied ClassLoader, for Element instances.
getIsolatedLoader(Attributes, ClassLoader, ElementLoaderFactory.ClassLoaderConstructor, Predicate<ElementDefinitionRecord>) - Method in interface dev.getelements.elements.sdk.ElementLoaderFactory
Scans the classpath, using the supplied ClassLoader, for Element instances.
getIsolatedLoader(Attributes, ClassLoader, ElementLoaderFactory.ClassLoaderConstructor, Predicate<ElementDefinitionRecord>) - Method in class dev.getelements.elements.sdk.spi.DefaultElementLoaderFactory
 
getIssuer() - Method in class dev.getelements.elements.dao.mongo.model.auth.MongoOidcAuthScheme
 
getIssuer() - Method in class dev.getelements.elements.sdk.model.auth.CreateOrUpdateOidcAuthSchemeRequest
 
getIssuer() - Method in class dev.getelements.elements.sdk.model.auth.OidcAuthScheme
 
getItem() - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoDistinctInventoryItem
 
getItem() - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoInventoryItem
 
getItem() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoReward
 
getItem() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuance
 
getItem() - Method in class dev.getelements.elements.sdk.model.inventory.DistinctInventoryItem
 
getItem() - Method in class dev.getelements.elements.sdk.model.inventory.InventoryItem
 
getItem() - Method in class dev.getelements.elements.sdk.model.reward.Reward
 
getItem() - Method in class dev.getelements.elements.sdk.model.reward.RewardIssuance
 
getItemByIdentifier(String) - Method in class dev.getelements.elements.rest.goods.ItemResource
 
getItemByIdOrName(String) - Method in class dev.getelements.elements.dao.mongo.goods.MongoItemDao
 
getItemByIdOrName(String) - Method in interface dev.getelements.elements.sdk.dao.ItemDao
Retrieves a single Item from the database by its id property or name property.
getItemByIdOrName(String) - Method in interface dev.getelements.elements.sdk.service.goods.ItemService
Get an Item by it's specific database-unique identifier.
getItemByIdOrName(String) - Method in class dev.getelements.elements.service.goods.AnonItemService
 
getItemByIdOrName(String) - Method in class dev.getelements.elements.service.goods.SuperuserItemService
 
getItemDao() - Method in class dev.getelements.elements.dao.mongo.test.ItemTestFactory
 
getItemDao() - Method in class dev.getelements.elements.service.appleiap.UserAppleIapReceiptService
 
getItemDao() - Method in class dev.getelements.elements.service.goods.AnonItemService
 
getItemDao() - Method in class dev.getelements.elements.service.goods.SuperuserItemService
 
getItemDao() - Method in class dev.getelements.elements.service.googleplayiap.UserGooglePlayIapReceiptService
 
getItemDao() - Method in class dev.getelements.elements.service.inventory.SuperUserAdvancedInventoryItemService
 
getItemDao() - Method in class dev.getelements.elements.service.inventory.SuperUserDistinctInventoryItemService
 
getItemDao() - Method in class dev.getelements.elements.service.inventory.SuperUserSimpleInventoryItemService
 
getItemId() - Method in class dev.getelements.elements.dao.mongo.model.application.MongoProductBundleReward
 
getItemId() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuanceId
 
getItemId() - Method in class dev.getelements.elements.sdk.model.application.ProductBundleReward
 
getItemId() - Method in class dev.getelements.elements.sdk.model.inventory.CreateAdvancedInventoryItemRequest
 
getItemId() - Method in class dev.getelements.elements.sdk.model.inventory.CreateDistinctInventoryItemRequest
 
getItemId() - Method in class dev.getelements.elements.sdk.model.inventory.CreateSimpleInventoryItemRequest
 
getItemObjectId() - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoInventoryItemId
 
getItemQuantity() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuance
 
getItemQuantity() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuanceId
 
getItemQuantity() - Method in class dev.getelements.elements.sdk.model.reward.RewardIssuance
 
getItems(int, int, List<String>, String, String) - Method in class dev.getelements.elements.dao.mongo.goods.MongoItemDao
 
getItems(int, int, List<String>, String, String) - Method in class dev.getelements.elements.rest.goods.ItemResource
 
getItems(int, int, List<String>, String, String) - Method in interface dev.getelements.elements.sdk.dao.ItemDao
Returns all Items in the subset of items filtered by tags and the given offset position.
getItems(int, int, List<String>, String, String) - Method in interface dev.getelements.elements.sdk.service.goods.ItemService
Gets zero or more Items from the database.
getItems(int, int, List<String>, String, String) - Method in class dev.getelements.elements.service.goods.AnonItemService
 
getItems(int, int, List<String>, String, String) - Method in class dev.getelements.elements.service.goods.SuperuserItemService
 
getItemService() - Method in class dev.getelements.elements.rest.goods.ItemResource
 
getIterations() - Method in class dev.getelements.elements.sdk.service.blockchain.crypto.AesEncryptionSpec
 
getIv() - Method in class dev.getelements.elements.sdk.service.blockchain.crypto.AesEncryptionSpec
 
getJournalTransactionalPersistenceDriver() - Method in class dev.getelements.elements.rt.transact.JournalTransactionalResourceServicePersistenceEnvironment
 
getJsonKey() - Method in class dev.getelements.elements.dao.mongo.model.application.MongoGooglePlayApplicationConfiguration
 
getJsonKey() - Method in class dev.getelements.elements.sdk.model.application.GooglePlayApplicationConfiguration
 
getJsonrpc() - Method in class dev.getelements.elements.rt.jrpc.JsonRpcError
 
getJsonrpc() - Method in class dev.getelements.elements.rt.jrpc.JsonRpcRequest
 
getJsonrpc() - Method in class dev.getelements.elements.rt.jrpc.JsonRpcResponse
 
getJsonRpcInvocationService() - Method in class dev.getelements.elements.jrpc.JsonRpcResource
 
getJsonRpcManifest() - Method in interface dev.getelements.elements.rt.jrpc.JsonRpcManifestService
getJsonRpcManifest() - Method in class dev.getelements.elements.rt.SimpleJsonRpcManifestService
 
getJsonRpcManifestService() - Method in class dev.getelements.elements.jrpc.JsonRpcResource
 
getJsonRpcManifestService() - Method in class dev.getelements.elements.rt.SimpleJsonRpcInvocationService
 
getJsonRpcMethodList() - Method in class dev.getelements.elements.rt.manifest.jrpc.JsonRpcService
 
getJsonRpcRedirectionStrategy() - Method in class dev.getelements.elements.jrpc.JsonRpcResource
 
getJsonRpcServices() - Method in class dev.getelements.elements.rt.SimpleJsonRpcManifestService
 
getJsonSchema(String) - Method in class dev.getelements.elements.rest.schema.MetadataSpecResource
 
getJsonSchema(String) - Method in interface dev.getelements.elements.sdk.service.schema.MetadataSpecService
Gets the JSON Schema for the metadata spec name.
getJsonSchema(String) - Method in class dev.getelements.elements.service.schema.SuperUserMetadataSpecService
 
getJsonSchemaType(MetadataSpecPropertyType) - Static method in class dev.getelements.elements.sdk.model.schema.json.JsonSchemaType
Gets the JSON Schema Type from the supplied MetadataSpecPropertyType.
getJsonSchemaTypes() - Static method in class dev.getelements.elements.sdk.model.schema.json.JsonSchemaType
Gets all valid JSON Schema Types.
getJwt() - Method in class dev.getelements.elements.sdk.model.session.OidcSessionRequest
 
getJwtCryptoUtility() - Method in class dev.getelements.elements.service.auth.SuperUserAuthSchemeService
 
getKey() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoVault
 
getKey() - Method in class dev.getelements.elements.sdk.model.auth.OAuth2RequestKeyValue
 
getKey() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.Vault
 
getKey() - Method in class dev.getelements.elements.sdk.model.schema.layout.EditorLayout
 
getKeyAlgorithm() - Method in class dev.getelements.elements.dao.mongo.provider.MongoSslSettingsProvider
 
getKeyFormat() - Method in class dev.getelements.elements.dao.mongo.provider.MongoSslSettingsProvider
 
getKeyLength() - Method in class dev.getelements.elements.sdk.service.blockchain.crypto.AesEncryptionSpec
 
getKeys() - Method in class dev.getelements.elements.dao.mongo.model.auth.MongoOidcAuthScheme
 
getKeys() - Method in class dev.getelements.elements.dao.mongo.model.index.MongoIndexMetadata
 
getKeys() - Method in class dev.getelements.elements.sdk.model.auth.CreateOrUpdateOidcAuthSchemeRequest
 
getKeys() - Method in class dev.getelements.elements.sdk.model.auth.JWKSet
 
getKeys() - Method in class dev.getelements.elements.sdk.model.auth.OidcAuthScheme
 
getKeysUrl() - Method in class dev.getelements.elements.dao.mongo.model.auth.MongoOidcAuthScheme
 
getKeysUrl() - Method in class dev.getelements.elements.sdk.model.auth.CreateOrUpdateOidcAuthSchemeRequest
 
getKeysUrl() - Method in class dev.getelements.elements.sdk.model.auth.OidcAuthScheme
 
getKid() - Method in class dev.getelements.elements.sdk.model.auth.JWK
 
getKind() - Method in class dev.getelements.elements.dao.mongo.model.MongoGooglePlayIapReceipt
 
getKind() - Method in class dev.getelements.elements.sdk.model.googleplayiapreceipt.GooglePlayIapReceipt
 
getKind() - Method in class dev.getelements.elements.service.FirebaseEmailPasswordSignUpResponse
 
getKind() - Method in class dev.getelements.elements.service.FirebaseUsernamePasswordSignInResponse
 
getKnownHosts() - Method in interface dev.getelements.elements.rt.remote.InstanceDiscoveryService
Gets the known remote hosts.
getKnownHosts() - Method in class dev.getelements.elements.rt.remote.JndiSrvInstanceDiscoveryService
 
getKnownHosts() - Method in class dev.getelements.elements.rt.remote.SpotifySrvInstanceDiscoveryService
 
getKnownHosts() - Method in class dev.getelements.elements.rt.remote.StaticInstanceDiscoveryService
 
getKnownHosts() - Method in class dev.getelements.elements.sdk.model.health.DiscoveryHealthStatus
 
getKty() - Method in class dev.getelements.elements.sdk.model.auth.JWK
 
getLabel() - Method in class dev.getelements.elements.sdk.model.security.PemData
Gets the label from the PEM.
getLabel() - Method in enum class dev.getelements.elements.sdk.model.security.Rfc7468Label
Gets the literal label value.
getLargeObject(String) - Method in class dev.getelements.elements.rest.largeobject.LargeObjectResource
 
getLargeObject(String) - Method in interface dev.getelements.elements.sdk.dao.LargeObjectDao
Finds a LargeObject with the supplied object id, throwing an instance of LargeObjectNotFoundException of the object cannot be found.
getLargeObject(String) - Method in interface dev.getelements.elements.sdk.service.largeobject.LargeObjectService
Gets an instnce of LargeObject.
getLargeObjectBucket() - Method in class dev.getelements.elements.service.largeobject.AnonLargeObjectService
 
getLargeObjectBucket() - Method in class dev.getelements.elements.service.largeobject.SuperUserLargeObjectService
 
getLargeObjectBucket() - Method in class dev.getelements.elements.service.largeobject.UserLargeObjectService
 
getLargeObjectBucketName() - Method in class dev.getelements.elements.dao.mongo.provider.LargeObjectGridFSBucketProvider
 
getLargeObjectCdnUtils() - Method in class dev.getelements.elements.service.inventory.SuperUserDistinctInventoryItemService
 
getLargeObjectCdnUtils() - Method in class dev.getelements.elements.service.inventory.UserDistinctInventoryItemService
 
getLargeObjectCdnUtils() - Method in class dev.getelements.elements.service.largeobject.SuperUserLargeObjectService
 
getLargeObjectCdnUtils() - Method in class dev.getelements.elements.service.largeobject.UserLargeObjectService
 
getLargeObjectCdnUtils() - Method in class dev.getelements.elements.service.profile.ProfileServiceUtils
 
getLargeObjectDao() - Method in class dev.getelements.elements.dao.mongo.largeobject.GridFSLargeObjectBucket
 
getLargeObjectDao() - Method in class dev.getelements.elements.rest.test.ClientContext
 
getLargeObjectDao() - Method in class dev.getelements.elements.service.largeobject.AnonLargeObjectService
 
getLargeObjectDao() - Method in class dev.getelements.elements.service.largeobject.SuperUserLargeObjectService
 
getLargeObjectDao() - Method in class dev.getelements.elements.service.largeobject.UserLargeObjectService
 
getLargeObjectDao() - Method in class dev.getelements.elements.service.profile.SuperUserProfileService
 
getLargeObjectDao() - Method in class dev.getelements.elements.service.profile.UserProfileService
 
getLargeObjectService() - Method in class dev.getelements.elements.rest.jersey.largeobject.MultipartLargeObjectResource
 
getLargeObjectService() - Method in class dev.getelements.elements.rest.largeobject.LargeObjectResource
 
getLargeObjectServiceProvider() - Method in class dev.getelements.elements.cdnserve.LargeObjectServlet
 
getLastLogin() - Method in class dev.getelements.elements.dao.mongo.model.MongoProfile
 
getLastLogin() - Method in class dev.getelements.elements.sdk.model.leaderboard.RankRow
 
getLastLogin() - Method in class dev.getelements.elements.sdk.model.profile.CreateProfileRequest
 
getLastLogin() - Method in class dev.getelements.elements.sdk.model.profile.Profile
 
getLastLogin() - Method in class dev.getelements.elements.sdk.model.profile.UpdateProfileRequest
 
getLastModified() - Method in class dev.getelements.elements.dao.mongo.model.largeobject.MongoLargeObject
 
getLastModified() - Method in class dev.getelements.elements.sdk.model.largeobject.LargeObject
 
getLastModified() - Method in class dev.getelements.elements.sdk.model.largeobject.LargeObjectReference
 
getLastName() - Method in class dev.getelements.elements.dao.mongo.model.MongoUser
 
getLastName() - Method in class dev.getelements.elements.sdk.model.user.User
 
getLastName() - Method in class dev.getelements.elements.sdk.model.user.UserCreateRequest
 
getLastName() - Method in class dev.getelements.elements.sdk.model.user.UserCreateResponse
 
getLastName() - Method in class dev.getelements.elements.sdk.model.user.UserUpdateRequest
 
getLastUpdatedTimestamp() - Method in class dev.getelements.elements.dao.mongo.model.match.MongoMatch
 
getLastUpdatedTimestamp() - Method in class dev.getelements.elements.dao.mongo.model.match.MongoMatchSnapshot
 
getLastUpdatedTimestamp() - Method in class dev.getelements.elements.sdk.model.match.Match
Gets the date at which the last modification was made to this match.
getLayout() - Method in class dev.getelements.elements.sdk.model.schema.EditorSchema
 
getLeaderboard() - Method in class dev.getelements.elements.dao.mongo.model.score.MongoScore
 
getLeaderboard(String) - Method in class dev.getelements.elements.dao.mongo.MongoLeaderboardDao
 
getLeaderboard(String) - Method in class dev.getelements.elements.rest.leaderboard.LeaderboardResource
 
getLeaderboard(String) - Method in interface dev.getelements.elements.sdk.dao.LeaderboardDao
Gets a single Leaderboard using the specified identifier or name.
getLeaderboard(String) - Method in interface dev.getelements.elements.sdk.service.leaderboard.LeaderboardService
 
getLeaderboard(String) - Method in class dev.getelements.elements.service.leaderboard.AnonLeaderboardService
 
getLeaderboard(String) - Method in class dev.getelements.elements.service.leaderboard.SuperUserLeaderboardService
 
getLeaderboardDao() - Method in class dev.getelements.elements.service.leaderboard.AnonLeaderboardService
 
getLeaderboardDao() - Method in class dev.getelements.elements.service.leaderboard.SuperUserLeaderboardService
 
getLeaderboardEpoch() - Method in class dev.getelements.elements.dao.mongo.model.MongoScoreId
 
getLeaderboardEpoch() - Method in class dev.getelements.elements.dao.mongo.model.score.MongoScore
 
getLeaderboardEpoch() - Method in class dev.getelements.elements.sdk.model.leaderboard.RankRow
 
getLeaderboardEpoch() - Method in class dev.getelements.elements.sdk.model.leaderboard.Score
 
getLeaderboardId() - Method in class dev.getelements.elements.dao.mongo.model.MongoScoreId
 
getLeaderboards(int, int) - Method in class dev.getelements.elements.dao.mongo.MongoLeaderboardDao
 
getLeaderboards(int, int) - Method in interface dev.getelements.elements.sdk.dao.LeaderboardDao
Lists all leaderboards, specifying offset and count.
getLeaderboards(int, int) - Method in interface dev.getelements.elements.sdk.service.leaderboard.LeaderboardService
 
getLeaderboards(int, int) - Method in class dev.getelements.elements.service.leaderboard.AnonLeaderboardService
 
getLeaderboards(int, int) - Method in class dev.getelements.elements.service.leaderboard.SuperUserLeaderboardService
 
getLeaderboards(int, int, String) - Method in class dev.getelements.elements.dao.mongo.MongoLeaderboardDao
 
getLeaderboards(int, int, String) - Method in class dev.getelements.elements.rest.leaderboard.LeaderboardResource
 
getLeaderboards(int, int, String) - Method in interface dev.getelements.elements.sdk.dao.LeaderboardDao
Lists all leaderboards, specifying offset and count, as well as a search query.
getLeaderboards(int, int, String) - Method in interface dev.getelements.elements.sdk.service.leaderboard.LeaderboardService
 
getLeaderboards(int, int, String) - Method in class dev.getelements.elements.service.leaderboard.AnonLeaderboardService
 
getLeaderboards(int, int, String) - Method in class dev.getelements.elements.service.leaderboard.SuperUserLeaderboardService
 
getLeaderboardService() - Method in class dev.getelements.elements.rest.leaderboard.LeaderboardResource
 
getLeading() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSDualCounter
Gets the leading value, ignoring the empty state.
getLeading() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSDualCounter.Snapshot
Gets the leading value.
getLength() - Method in class dev.getelements.elements.security.SecureRandomPasswordGenerator
 
getLesser() - Method in class dev.getelements.elements.dao.mongo.model.MongoFriendshipId
 
getLevel() - Method in class dev.getelements.elements.dao.mongo.model.MongoUser
 
getLevel() - Method in class dev.getelements.elements.sdk.model.auth.UserClaim
Gets the user's access level.
getLevel() - Method in class dev.getelements.elements.sdk.model.user.User
Gets the user's access level.
getLevel() - Method in class dev.getelements.elements.sdk.model.user.UserCreateRequest
 
getLevel() - Method in class dev.getelements.elements.sdk.model.user.UserCreateResponse
 
getLevel() - Method in class dev.getelements.elements.sdk.model.user.UserUpdateRequest
 
getLevelOptionSpec() - Method in class dev.getelements.elements.setup.commands.AbstractUserSetupCommand
 
getLifetimeInSeconds() - Method in class dev.getelements.elements.sdk.model.session.MockSessionRequest
 
getLineNumber() - Method in class dev.getelements.elements.rt.kryo.KryoStackTraceElementContainer
 
getLoaders() - Method in class dev.getelements.elements.app.serve.JettyApplicationDeploymentService
 
getLoadMonitorService() - Method in class dev.getelements.elements.rt.SimpleInstanceMetadataContext
 
getLocalBindAddress(NodeId) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQDemultiplexRouter
 
getLocalBindAddress(NodeId, JeroMQInstanceConnectionId) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQMultiplexRouter
 
getLocalControlAddress() - Method in interface dev.getelements.elements.rt.remote.InstanceConnectionService
Returns the local control address.
getLocalControlAddress() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQInstanceConnectionService
 
getLocalId() - Method in class dev.getelements.elements.service.FirebaseEmailPasswordSignUpResponse
 
getLocalId() - Method in class dev.getelements.elements.service.FirebaseUsernamePasswordSignInResponse
 
getLocalInvocationDispatcher() - Method in class dev.getelements.elements.jrpc.JsonRpcResource
 
getLock() - Method in class dev.getelements.elements.dao.mongo.model.match.MongoMatch
 
getLockFilePath() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
Gets the Path to the lock file.
getLockSetService() - Method in class dev.getelements.elements.rt.transact.StandardSnapshotBuilder
 
getLogger() - Method in interface dev.getelements.elements.rt.Resource
Gets the Logger used by this Resource.
getLogger() - Method in class dev.getelements.elements.rt.transact.TransactionalResource
 
getLogger() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionCommitExecutionHandler
 
getLogger() - Method in interface dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgramInterpreter.ExecutionHandler
Returns the preferred logger for this UnixFSTransactionProgramInterpreter.ExecutionHandler.
getLogger() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionRollbackExecutionHandler
 
getLogger() - Method in interface dev.getelements.elements.sdk.util.FinallyAction
Gets a Logger used to log exceptions thrown while processing the FinallyAction.
getLogger() - Method in interface dev.getelements.elements.sdk.util.ShutdownHooks.Action
Gets the Logger which to use when logging the shutdown hook's actions.
getLogger(Class<?>, InstanceId) - Static method in class dev.getelements.elements.rt.remote.jeromq.JeroMQRoutingServer
 
getLogIndex() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMTransactionLog
 
getLogs() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractResponse
 
getLogs() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearContractFunctionCallResult
 
getLogs() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearOutcome
 
getLogsBloom() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractResponse
 
getManifest() - Method in class dev.getelements.elements.jrpc.JsonRpcResource
 
getManifestContext() - Method in interface dev.getelements.elements.rt.Context
Gets the ManifestContext which provides metadata to about the application to the rest of the application.
getManifestContext() - Method in class dev.getelements.elements.rt.remote.ClusterContext
 
getManifestContext() - Method in class dev.getelements.elements.rt.SimpleContext
 
getManifestLoader() - Method in class dev.getelements.elements.rt.SimpleEventService
 
getManifestLoaderProvider() - Method in class dev.getelements.elements.rt.SimpleManifestContext
 
getMapper() - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoSmartContractDao
 
getMapper() - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoVaultDao
 
getMapper() - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoWalletDao
 
getMapper() - Method in class dev.getelements.elements.dao.mongo.goods.MongoDistinctInventoryItemDao
 
getMapper() - Method in class dev.getelements.elements.dao.mongo.goods.MongoDistinctInventoryItemIndexable
 
getMapper() - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleDao
 
getMapper() - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleEventDao
 
getMapper() - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleProgressDao
 
getMapper() - Method in class dev.getelements.elements.dao.mongo.MongoDBUtils
 
getMapper() - Method in class dev.getelements.elements.dao.mongo.MongoFCMRegistrationDao
 
getMapper() - Method in class dev.getelements.elements.dao.mongo.MongoIndexDao
 
getMapper() - Method in class dev.getelements.elements.dao.mongo.MongoSessionDao
 
getMapper() - Method in class dev.getelements.elements.dao.mongo.query.NameBooleanQueryOperator
 
getMapper() - Method in class dev.getelements.elements.dao.mongo.query.ReferenceBooleanQueryOperator
 
getMapper() - Method in class dev.getelements.elements.dao.mongo.savedata.MongoSaveDataDocumentDao
 
getMapper() - Method in class dev.getelements.elements.service.advancement.StandardAdvancementService
 
getMapper() - Method in class dev.getelements.elements.service.application.AnonIosApplicationConfigurationService
 
getMapper() - Method in class dev.getelements.elements.service.blockchain.invoke.flow.FlowInvoker
 
getMapper() - Method in class dev.getelements.elements.service.health.DefaultHealthStatusService
 
getMapper() - Method in class dev.getelements.elements.service.schema.SuperUserMetadataSpecService
 
getMapper() - Method in class dev.getelements.elements.service.user.AnonUserService
 
getMapper() - Method in class dev.getelements.elements.service.user.SuperuserUserService
 
getMapper(Class<SourceT>, Class<DestinationT>) - Method in interface dev.getelements.elements.sdk.model.util.MapperRegistry
getMapperProvider() - Method in class dev.getelements.elements.dao.mongo.guice.MongoTransactionProvider
 
getMapperRegistry() - Method in class dev.getelements.elements.dao.mongo.application.MongoApplicationConfigurationDao
 
getMapperRegistry() - Method in class dev.getelements.elements.dao.mongo.mission.MongoProgressDao
 
getMapperRegistry() - Method in class dev.getelements.elements.dao.mongo.MongoFriendDao
 
getMapperRegistry() - Method in class dev.getelements.elements.service.application.AnonIosApplicationConfigurationService
 
getMappingStrategyProvider() - Method in class dev.getelements.elements.rt.jersey.CsvMessageBodyWriter
 
getMasterNode() - Method in class dev.getelements.elements.rt.remote.SimpleWorkerInstance
 
getMasterNodeRoutingTable() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQRoutingStatus
 
getMasterNodeRoutingTable() - Method in interface dev.getelements.elements.rt.remote.RoutingStatus
 
getMasterNodeRoutingTable() - Method in class dev.getelements.elements.sdk.model.health.RoutingHealthStatus
 
getMatch(String) - Method in interface dev.getelements.elements.sdk.service.match.MatchService
Gets the Match with the specified id.
getMatch(String) - Method in class dev.getelements.elements.service.match.UserMatchService
 
getMatch(String, AsyncResponse, Long) - Method in class dev.getelements.elements.rest.matchmaking.MatchResource
 
getMatchDao() - Method in class dev.getelements.elements.service.match.UserMatchService
 
getMatched() - Method in class dev.getelements.elements.sdk.model.invite.InviteViaPhonesResponse
 
getMatchedUserProfilesWithPhoneNumbers(int, int, InviteViaPhonesRequest) - Method in class dev.getelements.elements.rest.invite.InviteResource
 
getMatches(int, int) - Method in interface dev.getelements.elements.sdk.service.match.MatchService
Gets all matches.
getMatches(int, int) - Method in class dev.getelements.elements.service.match.UserMatchService
 
getMatches(int, int, String) - Method in class dev.getelements.elements.rest.matchmaking.MatchResource
 
getMatches(int, int, String) - Method in interface dev.getelements.elements.sdk.service.match.MatchService
Gets all matches, specifying search criteria.
getMatches(int, int, String) - Method in class dev.getelements.elements.service.match.UserMatchService
 
getMatchesForPlayer(String, int, int) - Method in class dev.getelements.elements.dao.mongo.match.MongoMatchDao
 
getMatchesForPlayer(String, int, int) - Method in interface dev.getelements.elements.sdk.dao.MatchDao
Fetches all Match instances with the given profile ID, and match ID.
getMatchesForPlayer(String, int, int, String) - Method in class dev.getelements.elements.dao.mongo.match.MongoMatchDao
 
getMatchesForPlayer(String, int, int, String) - Method in interface dev.getelements.elements.sdk.dao.MatchDao
Fetches all Match instances with the given profile ID, and match ID.
getMatchForPlayer(String, String) - Method in class dev.getelements.elements.dao.mongo.match.MongoMatchDao
 
getMatchForPlayer(String, String) - Method in interface dev.getelements.elements.sdk.dao.MatchDao
Fetches a Match with the given profile ID, and match ID.
getMatchmaker() - Method in class dev.getelements.elements.dao.mongo.model.application.MongoMatchmakingApplicationConfiguration
 
getMatchmaker() - Method in class dev.getelements.elements.sdk.model.application.MatchmakingApplicationConfiguration
 
getMatchmakerProvider() - Method in class dev.getelements.elements.dao.mongo.match.MongoMatchDao
 
getMatchmakingApplicationConfiguration(String, String) - Method in class dev.getelements.elements.rest.application.MatchmakingApplicationConfigurationResource
Gets the specific MatchmakingApplicationConfiguration instances assocated with the application.
getMatchmakingApplicationConfigurationService() - Method in class dev.getelements.elements.rest.application.MatchmakingApplicationConfigurationResource
 
getMatchService() - Method in class dev.getelements.elements.rest.matchmaking.MatchResource
 
getMatchServiceUtils() - Method in class dev.getelements.elements.service.match.UserMatchService
 
getMax() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSDualCounter
Gets the maximum value from this counter.
getMax() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSDualCounter.Snapshot
Gets the max value.
getMaxConnections() - Method in class dev.getelements.elements.remote.jeromq.JeroMQNode
 
getMaxConnections() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQRemoteInvoker
 
getMaxSocketsProvider() - Method in class dev.getelements.elements.rt.jeromq.ZContextProvider
 
getMediaType() - Method in class dev.getelements.elements.dao.mongo.model.auth.MongoOidcAuthScheme
 
getMediaType() - Method in class dev.getelements.elements.sdk.model.auth.CreateOrUpdateOidcAuthSchemeRequest
 
getMediaType() - Method in class dev.getelements.elements.sdk.model.auth.OidcAuthScheme
 
getMessage() - Method in class dev.getelements.elements.rt.jrpc.JsonRpcError
 
getMessage() - Method in class dev.getelements.elements.rt.kryo.KryoThrowableContainer
 
getMessage() - Method in class dev.getelements.elements.sdk.model.ErrorResponse
 
getMessage() - Method in interface dev.getelements.elements.sdk.service.notification.NotificationParameters
Gets the message of the notification.
getMessage() - Method in class dev.getelements.elements.sdk.test.element.rs.CreateMessageRequest
 
getMessage() - Method in class dev.getelements.elements.sdk.test.element.rs.Message
 
getMessage() - Method in class dev.getelements.elements.sdk.test.element.rs.UpdateMessageRequest
 
getMessage() - Method in class dev.getelements.elements.service.notification.StandardNotificationBuilder
 
getMessage(String) - Method in class dev.getelements.elements.sdk.test.element.rs.MessageEndpoint
 
getMessageDigestProvider() - Method in class dev.getelements.elements.dao.mongo.MongoPasswordUtils
 
getMessageDigestProvider() - Method in class dev.getelements.elements.dao.mongo.MongoSessionDao
 
getMessages() - Method in class dev.getelements.elements.sdk.test.element.rs.MessageEndpoint
 
getMetadata() - Method in class dev.getelements.elements.dao.mongo.model.application.MongoProductBundle
 
getMetadata() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscSmartContract
 
getMetadata() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoSmartContract
 
getMetadata() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoSmartContract
 
getMetadata() - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoDistinctInventoryItem
 
getMetadata() - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoItem
 
getMetadata() - Method in class dev.getelements.elements.dao.mongo.model.match.MongoMatch
 
getMetadata() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoMission
 
getMetadata() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgressMissionInfo
 
getMetadata() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoReward
 
getMetadata() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuance
 
getMetadata() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoStep
 
getMetadata() - Method in class dev.getelements.elements.dao.mongo.model.MongoProfile
 
getMetadata() - Method in class dev.getelements.elements.sdk.model.application.ProductBundle
 
getMetadata() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.CreateSmartContractRequest
 
getMetadata() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearOutcome
 
getMetadata() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.SmartContract
 
getMetadata() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.UpdateSmartContractRequest
 
getMetadata() - Method in class dev.getelements.elements.sdk.model.blockchain.ElementsSmartContract
Deprecated.
 
getMetadata() - Method in class dev.getelements.elements.sdk.model.blockchain.PatchSmartContractRequest
Deprecated.
 
getMetadata() - Method in class dev.getelements.elements.sdk.model.blockchain.Token
 
getMetadata() - Method in class dev.getelements.elements.sdk.model.goods.CreateItemRequest
Gets a copy of metadata of string key-value pairs for this Item.
getMetadata() - Method in class dev.getelements.elements.sdk.model.goods.Item
Gets a copy of metadata of string key-value pairs for this Item.
getMetadata() - Method in class dev.getelements.elements.sdk.model.goods.UpdateItemRequest
Gets a copy of metadata of string key-value pairs for this Item.
getMetadata() - Method in class dev.getelements.elements.sdk.model.health.DatabaseHealthStatus
 
getMetadata() - Method in class dev.getelements.elements.sdk.model.inventory.CreateDistinctInventoryItemRequest
 
getMetadata() - Method in class dev.getelements.elements.sdk.model.inventory.DistinctInventoryItem
 
getMetadata() - Method in class dev.getelements.elements.sdk.model.inventory.UpdateDistinctInventoryItemRequest
 
getMetadata() - Method in class dev.getelements.elements.sdk.model.match.Match
Gets the metdata associated with the match.
getMetadata() - Method in class dev.getelements.elements.sdk.model.mission.Mission
 
getMetadata() - Method in class dev.getelements.elements.sdk.model.mission.ProgressMissionInfo
 
getMetadata() - Method in class dev.getelements.elements.sdk.model.mission.Step
 
getMetadata() - Method in class dev.getelements.elements.sdk.model.profile.CreateProfileRequest
 
getMetadata() - Method in class dev.getelements.elements.sdk.model.profile.Profile
 
getMetadata() - Method in class dev.getelements.elements.sdk.model.profile.UpdateProfileRequest
 
getMetadata() - Method in class dev.getelements.elements.sdk.model.reward.Reward
 
getMetadata() - Method in class dev.getelements.elements.sdk.model.reward.RewardIssuance
 
getMetadataSpec() - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoItem
 
getMetadataSpec() - Method in class dev.getelements.elements.sdk.model.goods.Item
 
getMetadataSpec() - Method in class dev.getelements.elements.sdk.model.goods.UpdateItemRequest
Gets the metadata spec ID.
getMetadataSpec(String) - Method in class dev.getelements.elements.rest.schema.MetadataSpecResource
 
getMetadataSpec(String) - Method in interface dev.getelements.elements.sdk.service.schema.MetadataSpecService
Fetches a specific MetadataSpec instance based on ID or name.
getMetadataSpec(String) - Method in class dev.getelements.elements.service.schema.SuperUserMetadataSpecService
 
getMetadataSpecDao() - Method in class dev.getelements.elements.dao.mongo.test.MetadataSpecTestFactory
 
getMetadataSpecDao() - Method in class dev.getelements.elements.service.goods.SuperuserItemService
 
getMetadataSpecDao() - Method in class dev.getelements.elements.service.schema.SuperUserMetadataSpecService
 
getMetadataSpecId() - Method in class dev.getelements.elements.sdk.model.goods.CreateItemRequest
Gets the metadata spec ID.
getMetadataSpecPropertyType(String) - Static method in class dev.getelements.elements.sdk.model.schema.json.JsonSchemaType
getMetadataSpecs(int, int) - Method in class dev.getelements.elements.rest.schema.MetadataSpecResource
 
getMetadataSpecs(int, int) - Method in interface dev.getelements.elements.sdk.service.schema.MetadataSpecService
Lists all MetadataSpec instances, specifying a search query.
getMetadataSpecs(int, int) - Method in class dev.getelements.elements.service.schema.SuperUserMetadataSpecService
 
getMetadataSpecService() - Method in class dev.getelements.elements.rest.schema.MetadataSpecResource
 
getMethod() - Method in class dev.getelements.elements.dao.mongo.model.application.MongoCallbackDefinition
 
getMethod() - Method in class dev.getelements.elements.dao.mongo.model.MongoCallbackDefinition
 
getMethod() - Method in class dev.getelements.elements.rt.jrpc.JsonRpcRequest
 
getMethod() - Method in class dev.getelements.elements.rt.manifest.event.EventOperation
 
getMethod() - Method in class dev.getelements.elements.rt.manifest.startup.StartupOperation
Gets the underlying method to call when servicing the request.
getMethod() - Method in class dev.getelements.elements.rt.remote.Invocation
Gets the name of the remote method to invoke.
getMethod() - Method in class dev.getelements.elements.rt.remote.LocalInvocationProcessorBuilder
Gets the Method to dispatch.
getMethod() - Method in class dev.getelements.elements.rt.remote.RemoteInvocationHandlerBuilder
Gets Method.
getMethod() - Method in class dev.getelements.elements.sdk.model.application.CallbackDefinition
 
getMethodDispatcher(String) - Method in interface dev.getelements.elements.rt.Resource
Returns an instance of MethodDispatcher, which is used to invoke methods against this Resource.
getMethodDispatcher(String) - Method in class dev.getelements.elements.rt.transact.TransactionalResource
 
getMethodName() - Method in class dev.getelements.elements.rt.kryo.KryoStackTraceElementContainer
 
getMethodName() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractRequest
 
getMethodName() - Method in class dev.getelements.elements.sdk.model.blockchain.InvokeContractRequest
Deprecated.
 
getMethods(Class<?>) - Static method in class dev.getelements.elements.rt.annotation.RemotelyInvokable.Util
Gets all Method
getMethodStream(Class<?>) - Static method in class dev.getelements.elements.rt.annotation.RemotelyInvokable.Util
Gets all Method
getMimeType() - Method in class dev.getelements.elements.dao.mongo.model.largeobject.MongoLargeObject
 
getMimeType() - Method in class dev.getelements.elements.sdk.model.largeobject.CreateLargeObjectRequest
 
getMimeType() - Method in class dev.getelements.elements.sdk.model.largeobject.LargeObject
 
getMimeType() - Method in class dev.getelements.elements.sdk.model.largeobject.LargeObjectReference
 
getMimeType() - Method in class dev.getelements.elements.sdk.model.largeobject.UpdateLargeObjectRequest
 
getMimeType() - Method in class dev.getelements.elements.sdk.model.profile.UpdateProfileImageRequest
 
getMinConnections() - Method in class dev.getelements.elements.remote.jeromq.JeroMQNode
 
getMinConnections() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQRemoteInvoker
 
getMintStatus() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscToken
 
getMintStatus() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoToken
 
getMission() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgress
 
getMission() - Method in class dev.getelements.elements.sdk.model.mission.Progress
 
getMissionByNameOrId(String) - Method in class dev.getelements.elements.dao.mongo.mission.MongoMissionDao
 
getMissionByNameOrId(String) - Method in class dev.getelements.elements.rest.mission.MissionResource
 
getMissionByNameOrId(String) - Method in interface dev.getelements.elements.sdk.dao.MissionDao
Gets the mission with the id, or throws a NotFoundException if the mission can't be found.
getMissionByNameOrId(String) - Method in interface dev.getelements.elements.sdk.service.mission.MissionService
Gets a mission with specified name or ID.
getMissionByNameOrId(String) - Method in class dev.getelements.elements.service.mission.AnonMissionService
 
getMissionDao() - Method in class dev.getelements.elements.dao.mongo.test.MissionTestFactory
 
getMissionDao() - Method in class dev.getelements.elements.service.advancement.StandardAdvancementService
 
getMissionDao(MissionDao) - Method in class dev.getelements.elements.service.mission.AnonMissionService
 
getMissionId() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgressId
 
getMissionNamesOrIds() - Method in class dev.getelements.elements.sdk.model.mission.CreateScheduleEventRequest
 
getMissionNamesOrIds() - Method in class dev.getelements.elements.sdk.model.mission.UpdateScheduleEventRequest
 
getMissions() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoScheduleEvent
 
getMissions() - Method in class dev.getelements.elements.sdk.model.mission.ScheduleEvent
 
getMissions(int, int, String) - Method in class dev.getelements.elements.dao.mongo.mission.MongoMissionDao
 
getMissions(int, int, String) - Method in interface dev.getelements.elements.sdk.dao.MissionDao
Gets missions specifying the offset and the count, specifying a search filter.
getMissions(int, int, String) - Method in interface dev.getelements.elements.sdk.service.mission.MissionService
Returns a list of Mission objects.
getMissions(int, int, String) - Method in class dev.getelements.elements.service.mission.AnonMissionService
 
getMissions(int, int, List<String>) - Method in class dev.getelements.elements.dao.mongo.mission.MongoMissionDao
 
getMissions(int, int, List<String>) - Method in interface dev.getelements.elements.sdk.dao.MissionDao
Gets missions specifying the offset and the count.
getMissions(int, int, List<String>) - Method in interface dev.getelements.elements.sdk.service.mission.MissionService
Returns a list of Mission objects.
getMissions(int, int, List<String>) - Method in class dev.getelements.elements.service.mission.AnonMissionService
 
getMissions(int, int, List<String>, String) - Method in class dev.getelements.elements.rest.mission.MissionResource
 
getMissionService() - Method in class dev.getelements.elements.rest.mission.MissionResource
 
getMissionsMatching(Collection<String>) - Method in class dev.getelements.elements.dao.mongo.mission.MongoMissionDao
 
getMissionsMatching(Collection<String>) - Method in interface dev.getelements.elements.sdk.dao.MissionDao
Gets all Missions matching the list of names or ids.
getMissionTags() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgress
 
getMockSessionService() - Method in class dev.getelements.elements.rest.security.MockSessionResource
 
getMockSessionTimeoutSeconds() - Method in class dev.getelements.elements.service.auth.SuperUserMockSessionService
 
getModel() - Method in class dev.getelements.elements.rt.manifest.jrpc.JsonRpcParameter
 
getModel() - Method in class dev.getelements.elements.rt.manifest.jrpc.JsonRpcReturnType
 
getModel() - Method in class dev.getelements.elements.rt.manifest.model.Property
Gets the model name, if this is a complex type.
getModelIntrospector() - Method in class dev.getelements.elements.rt.SimpleJsonRpcInvocationService
 
getModelIntrospector() - Method in class dev.getelements.elements.rt.SimpleJsonRpcManifestService
 
getModelIntrospector() - Method in class dev.getelements.elements.rt.SimpleModelManifestService
 
getModelManifest() - Method in class dev.getelements.elements.jrpc.ModelManifestResource
 
getModelManifest() - Method in interface dev.getelements.elements.rt.ManifestContext
Gets the ModelManifest instance.
getModelManifest() - Method in interface dev.getelements.elements.rt.ManifestLoader
Gets the ModelManifest instance.
getModelManifest() - Method in interface dev.getelements.elements.rt.ModelManifestService
Returns the ModelManifest.
getModelManifest() - Method in class dev.getelements.elements.rt.SimpleManifestContext
 
getModelManifest() - Method in class dev.getelements.elements.rt.SimpleModelManifestService
 
getModelManifestService() - Method in class dev.getelements.elements.jrpc.ModelManifestResource
 
getModelsByName() - Method in class dev.getelements.elements.rt.manifest.model.ModelManifest
Gets a mapping of Model instance by name.
getModule() - Method in class dev.getelements.elements.rt.manifest.event.EventOperation
 
getModule() - Method in class dev.getelements.elements.rt.manifest.startup.StartupModule
Gets the name fo the module.
getModulesByEventName() - Method in class dev.getelements.elements.rt.manifest.event.EventManifest
 
getModulesByName() - Method in class dev.getelements.elements.rt.manifest.startup.StartupManifest
Gets a mapping of StartupModule instances by their associated name.
getMongoApplicationConfigurationType(Class<SourceT>) - Method in class dev.getelements.elements.dao.mongo.application.MongoApplicationConfigurationDao
 
getMongoApplicationDao() - Method in class dev.getelements.elements.dao.mongo.application.MongoApplicationConfigurationDao
 
getMongoApplicationDao() - Method in class dev.getelements.elements.dao.mongo.MongoDeploymentDao
 
getMongoApplicationDao() - Method in class dev.getelements.elements.dao.mongo.MongoFCMRegistrationDao
 
getMongoApplicationDao() - Method in class dev.getelements.elements.dao.mongo.MongoProfileDao
 
getMongoConcurrentUtils() - Method in class dev.getelements.elements.dao.mongo.goods.MongoInventoryItemDao
 
getMongoConcurrentUtils() - Method in class dev.getelements.elements.dao.mongo.match.MongoMatchDao
 
getMongoConcurrentUtils() - Method in class dev.getelements.elements.dao.mongo.mission.MongoProgressDao
 
getMongoConcurrentUtils() - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleProgressDao
 
getMongoConcurrentUtils() - Method in class dev.getelements.elements.dao.mongo.MongoProfileDao
 
getMongoConcurrentUtils() - Method in class dev.getelements.elements.dao.mongo.MongoRewardIssuanceDao
 
getMongoDatabase() - Method in class dev.getelements.elements.dao.mongo.health.MongoDatabaseHealthStatusDao
 
getMongoDatabaseProvider() - Method in class dev.getelements.elements.dao.mongo.guice.MongoTransactionProvider
 
getMongoDatabaseProvider() - Method in class dev.getelements.elements.dao.mongo.provider.LargeObjectGridFSBucketProvider
 
getMongoDbUri() - Method in class dev.getelements.elements.dao.mongo.provider.MongoClientProvider
 
getMongoDBUtils() - Method in class dev.getelements.elements.dao.mongo.application.MongoApplicationConfigurationDao
 
getMongoDBUtils() - Method in class dev.getelements.elements.dao.mongo.auth.MongoAuthSchemeDao
 
getMongoDBUtils() - Method in class dev.getelements.elements.dao.mongo.auth.MongoOAuth2AuthSchemeDao
 
getMongoDBUtils() - Method in class dev.getelements.elements.dao.mongo.auth.MongoOidcAuthSchemeDao
 
getMongoDBUtils() - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoSmartContractDao
 
getMongoDBUtils() - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoVaultDao
 
getMongoDBUtils() - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoWalletDao
 
getMongoDBUtils() - Method in class dev.getelements.elements.dao.mongo.goods.MongoDistinctInventoryItemDao
 
getMongoDBUtils() - Method in class dev.getelements.elements.dao.mongo.goods.MongoInventoryItemDao
 
getMongoDBUtils() - Method in class dev.getelements.elements.dao.mongo.goods.MongoItemDao
 
getMongoDBUtils() - Method in class dev.getelements.elements.dao.mongo.largeobject.MongoLargeObjectDao
 
getMongoDBUtils() - Method in class dev.getelements.elements.dao.mongo.match.MongoMatchDao
 
getMongoDBUtils() - Method in class dev.getelements.elements.dao.mongo.match.MongoMatchUtils
 
getMongoDBUtils() - Method in class dev.getelements.elements.dao.mongo.mission.MongoMissionDao
 
getMongoDBUtils() - Method in class dev.getelements.elements.dao.mongo.mission.MongoProgressDao
 
getMongoDBUtils() - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleDao
 
getMongoDBUtils() - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleEventDao
 
getMongoDBUtils() - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleProgressDao
 
getMongoDBUtils() - Method in class dev.getelements.elements.dao.mongo.MongoAppleIapReceiptDao
 
getMongoDBUtils() - Method in class dev.getelements.elements.dao.mongo.MongoDeploymentDao
 
getMongoDBUtils() - Method in class dev.getelements.elements.dao.mongo.MongoFCMRegistrationDao
 
getMongoDBUtils() - Method in class dev.getelements.elements.dao.mongo.MongoFollowerDao
 
getMongoDBUtils() - Method in class dev.getelements.elements.dao.mongo.MongoFriendDao
 
getMongoDBUtils() - Method in class dev.getelements.elements.dao.mongo.MongoGooglePlayIapReceiptDao
 
getMongoDBUtils() - Method in class dev.getelements.elements.dao.mongo.MongoIndexDao
 
getMongoDBUtils() - Method in class dev.getelements.elements.dao.mongo.MongoLeaderboardDao
 
getMongoDBUtils() - Method in class dev.getelements.elements.dao.mongo.MongoProfileDao
 
getMongoDBUtils() - Method in class dev.getelements.elements.dao.mongo.MongoRankDao
 
getMongoDBUtils() - Method in class dev.getelements.elements.dao.mongo.MongoRewardIssuanceDao
 
getMongoDBUtils() - Method in class dev.getelements.elements.dao.mongo.MongoScoreDao
 
getMongoDBUtils() - Method in class dev.getelements.elements.dao.mongo.MongoSessionDao
 
getMongoDBUtils() - Method in class dev.getelements.elements.dao.mongo.MongoTokensWithExpirationDao
 
getMongoDBUtils() - Method in class dev.getelements.elements.dao.mongo.MongoUserDao
 
getMongoDBUtils() - Method in class dev.getelements.elements.dao.mongo.MongoUserUidDao
 
getMongoDBUtils() - Method in class dev.getelements.elements.dao.mongo.savedata.MongoSaveDataDocumentDao
 
getMongoDBUtils() - Method in class dev.getelements.elements.dao.mongo.schema.MongoMetadataSpecDao
 
getMongoFollowerDao() - Method in class dev.getelements.elements.dao.mongo.MongoRankDao
 
getMongoFriendDao() - Method in class dev.getelements.elements.dao.mongo.MongoRankDao
 
getMongoItem(Item) - Method in class dev.getelements.elements.dao.mongo.goods.MongoItemDao
 
getMongoItem(ObjectId) - Method in class dev.getelements.elements.dao.mongo.goods.MongoItemDao
 
getMongoItemByNameOrId(String) - Method in class dev.getelements.elements.dao.mongo.goods.MongoItemDao
 
getMongoItemDao() - Method in class dev.getelements.elements.dao.mongo.application.MongoApplicationConfigurationDao
 
getMongoItemDao() - Method in class dev.getelements.elements.dao.mongo.goods.MongoDistinctInventoryItemDao
 
getMongoItemDao() - Method in class dev.getelements.elements.dao.mongo.goods.MongoInventoryItemDao
 
getMongoItemDao() - Method in class dev.getelements.elements.dao.mongo.mission.MongoMissionDao
 
getMongoItemDao() - Method in class dev.getelements.elements.dao.mongo.MongoRewardIssuanceDao
 
getMongoLargeObject(String) - Method in class dev.getelements.elements.dao.mongo.largeobject.MongoLargeObjectDao
 
getMongoLargeObjectDao() - Method in class dev.getelements.elements.dao.mongo.MongoProfileDao
 
getMongoLeaderboard(String) - Method in class dev.getelements.elements.dao.mongo.MongoLeaderboardDao
 
getMongoLeaderboardDao() - Method in class dev.getelements.elements.dao.mongo.MongoRankDao
 
getMongoLeaderboardDao() - Method in class dev.getelements.elements.dao.mongo.MongoScoreDao
 
getMongoMatch(String) - Method in class dev.getelements.elements.dao.mongo.match.MongoMatchDao
 
getMongoMatchDao() - Method in class dev.getelements.elements.dao.mongo.match.MongoFIFOMatchmaker
 
getMongoMatchForPlayer(String, String) - Method in class dev.getelements.elements.dao.mongo.match.MongoMatchDao
 
getMongoMatchUtils() - Method in class dev.getelements.elements.dao.mongo.match.MongoFIFOMatchmaker
 
getMongoMatchUtils() - Method in class dev.getelements.elements.dao.mongo.match.MongoMatchDao
 
getMongoMetadataSpecDao() - Method in class dev.getelements.elements.dao.mongo.goods.MongoItemDao
 
getMongoMissionByNameOrId(String) - Method in class dev.getelements.elements.dao.mongo.mission.MongoMissionDao
 
getMongoMissionDao() - Method in class dev.getelements.elements.dao.mongo.mission.MongoProgressDao
 
getMongoMissionDao() - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleEventDao
 
getMongoMissionDao() - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleProgressDao
 
getMongoPasswordUtils() - Method in class dev.getelements.elements.dao.mongo.MongoUserDao
 
getMongoPasswordUtils() - Method in class dev.getelements.elements.dao.mongo.savedata.MongoSaveDataDocumentDao
 
getMongoProfileDao() - Method in class dev.getelements.elements.dao.mongo.goods.MongoDistinctInventoryItemDao
 
getMongoProfileDao() - Method in class dev.getelements.elements.dao.mongo.match.MongoMatchDao
 
getMongoProfileDao() - Method in class dev.getelements.elements.dao.mongo.mission.MongoProgressDao
 
getMongoProfileDao() - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleProgressDao
 
getMongoProfileDao() - Method in class dev.getelements.elements.dao.mongo.MongoFCMRegistrationDao
 
getMongoProfileDao() - Method in class dev.getelements.elements.dao.mongo.MongoFollowerDao
 
getMongoProfileDao() - Method in class dev.getelements.elements.dao.mongo.MongoFriendDao
 
getMongoProfileDao() - Method in class dev.getelements.elements.dao.mongo.MongoRankDao
 
getMongoProfileDao() - Method in class dev.getelements.elements.dao.mongo.MongoScoreDao
 
getMongoProfileDao() - Method in class dev.getelements.elements.dao.mongo.MongoUserDao
 
getMongoProfileDao() - Method in class dev.getelements.elements.dao.mongo.savedata.MongoSaveDataDocumentDao
 
getMongoRewardIssuance(String) - Method in class dev.getelements.elements.dao.mongo.MongoRewardIssuanceDao
 
getMongoScheduleDao() - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleEventDao
 
getMongoScheduleDao() - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleProgressDao
 
getMongoScheduleEventById(String) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleEventDao
 
getMongoScheduleEventById(ObjectId) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleEventDao
 
getMongoScheduleEventDao() - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleProgressDao
 
getMongoTestInstance() - Method in class dev.getelements.elements.rest.test.EmbeddedElementsWebServices
 
getMongoUser(User) - Method in class dev.getelements.elements.dao.mongo.MongoUserDao
 
getMongoUser(String) - Method in class dev.getelements.elements.dao.mongo.MongoUserDao
 
getMongoUser(ObjectId) - Method in class dev.getelements.elements.dao.mongo.MongoUserDao
 
getMongoUserDao() - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoVaultDao
 
getMongoUserDao() - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoWalletDao
 
getMongoUserDao() - Method in class dev.getelements.elements.dao.mongo.goods.MongoDistinctInventoryItemDao
 
getMongoUserDao() - Method in class dev.getelements.elements.dao.mongo.goods.MongoInventoryItemDao
 
getMongoUserDao() - Method in class dev.getelements.elements.dao.mongo.MongoAppleIapReceiptDao
 
getMongoUserDao() - Method in class dev.getelements.elements.dao.mongo.MongoFriendDao
 
getMongoUserDao() - Method in class dev.getelements.elements.dao.mongo.MongoGooglePlayIapReceiptDao
 
getMongoUserDao() - Method in class dev.getelements.elements.dao.mongo.MongoProfileDao
 
getMongoUserDao() - Method in class dev.getelements.elements.dao.mongo.MongoRewardIssuanceDao
 
getMongoUserDao() - Method in class dev.getelements.elements.dao.mongo.MongoSessionDao
 
getMongoUserDao() - Method in class dev.getelements.elements.dao.mongo.MongoUserUidDao
 
getMongoUserDao() - Method in class dev.getelements.elements.dao.mongo.savedata.MongoSaveDataDocumentDao
 
getMongoUserUidDao() - Method in class dev.getelements.elements.dao.mongo.MongoUserDao
 
getMongoVault(String) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoVaultDao
 
getMongoVaultDao() - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoSmartContractDao
 
getMongoVaultDao() - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoWalletDao
 
getMongoWalletDao() - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoVaultDao
 
getMorphiaSession() - Method in class dev.getelements.elements.dao.mongo.guice.MorphiaGuiceTransaction
 
getMutableAttributes() - Method in interface dev.getelements.elements.sdk.ElementScope
Gets the Attributes associated with this scope.
getMutableAttributes() - Method in class dev.getelements.elements.sdk.spi.DefaultElementScope
 
getN() - Method in class dev.getelements.elements.sdk.model.auth.JWK
 
getName() - Method in class dev.getelements.elements.dao.mongo.model.application.MongoApplication
 
getName() - Method in class dev.getelements.elements.dao.mongo.model.application.MongoApplicationConfiguration
 
getName() - Method in class dev.getelements.elements.dao.mongo.model.auth.MongoOAuth2AuthScheme
 
getName() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscToken
 
getName() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoToken
 
getName() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoSmartContract
 
getName() - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoItem
 
getName() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoMission
 
getName() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgressMissionInfo
 
getName() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoSchedule
 
getName() - Method in class dev.getelements.elements.dao.mongo.model.MongoLeaderboard
 
getName() - Method in class dev.getelements.elements.dao.mongo.model.MongoUser
 
getName() - Method in class dev.getelements.elements.dao.mongo.model.schema.MongoMetadataSpec
 
getName() - Method in class dev.getelements.elements.dao.mongo.model.schema.MongoMetadataSpecProperty
 
getName() - Method in class dev.getelements.elements.remote.jeromq.JeroMQNode
 
getName() - Method in class dev.getelements.elements.rt.manifest.jrpc.JsonRpcMethod
 
getName() - Method in class dev.getelements.elements.rt.manifest.jrpc.JsonRpcParameter
 
getName() - Method in class dev.getelements.elements.rt.manifest.model.Model
Get the name of the model.
getName() - Method in class dev.getelements.elements.rt.manifest.model.Property
Gets the name of this property.
getName() - Method in class dev.getelements.elements.rt.manifest.startup.StartupOperation
The name of the operation.
getName() - Method in class dev.getelements.elements.rt.remote.Invocation
Gets the name of the remote object to invoke.
getName() - Method in interface dev.getelements.elements.rt.remote.Node
Gets the symbolic name of the node.
getName() - Method in class dev.getelements.elements.rt.remote.RemoteInvocationHandlerBuilder
Gets the name of the remote object to invoke.
getName() - Method in interface dev.getelements.elements.sdk.ElementScope
Gets the name of the scope.
getName() - Method in class dev.getelements.elements.sdk.model.application.Application
Gets the unique name of the application.
getName() - Method in class dev.getelements.elements.sdk.model.application.ApplicationConfiguration
Gets the unique identifier for the category.
getName() - Method in class dev.getelements.elements.sdk.model.application.CreateApplicationRequest
 
getName() - Method in class dev.getelements.elements.sdk.model.application.UpdateApplicationRequest
 
getName() - Method in class dev.getelements.elements.sdk.model.auth.CreateOrUpdateOAuth2AuthSchemeRequest
 
getName() - Method in class dev.getelements.elements.sdk.model.auth.OAuth2AuthScheme
 
getName() - Method in class dev.getelements.elements.sdk.model.auth.UserClaim
Gets the user's login name.
getName() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.CreateSmartContractRequest
 
getName() - Method in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearProof.Direction
 
getName() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.SmartContract
 
getName() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.UpdateSmartContractRequest
 
getName() - Method in class dev.getelements.elements.sdk.model.blockchain.Token
 
getName() - Method in class dev.getelements.elements.sdk.model.goods.CreateItemRequest
Get the unique name of the Item
getName() - Method in class dev.getelements.elements.sdk.model.goods.Item
Get the unique name of the Item
getName() - Method in class dev.getelements.elements.sdk.model.goods.UpdateItemRequest
Get the unique name of the Item
getName() - Method in class dev.getelements.elements.sdk.model.health.DatabaseHealthStatus
 
getName() - Method in class dev.getelements.elements.sdk.model.leaderboard.Leaderboard
 
getName() - Method in class dev.getelements.elements.sdk.model.mission.CreateScheduleRequest
 
getName() - Method in class dev.getelements.elements.sdk.model.mission.Mission
 
getName() - Method in class dev.getelements.elements.sdk.model.mission.ProgressMissionInfo
 
getName() - Method in class dev.getelements.elements.sdk.model.mission.Schedule
 
getName() - Method in class dev.getelements.elements.sdk.model.mission.UpdateScheduleRequest
 
getName() - Method in class dev.getelements.elements.sdk.model.schema.CreateMetadataSpecRequest
 
getName() - Method in class dev.getelements.elements.sdk.model.schema.MetadataSpec
 
getName() - Method in class dev.getelements.elements.sdk.model.schema.MetadataSpecProperty
 
getName() - Method in class dev.getelements.elements.sdk.model.schema.UpdateMetadataSpecRequest
 
getName() - Method in class dev.getelements.elements.sdk.model.user.User
Gets the user's login name.
getName() - Method in class dev.getelements.elements.sdk.model.user.UserCreateRequest
 
getName() - Method in class dev.getelements.elements.sdk.model.user.UserCreateResponse
 
getName() - Method in class dev.getelements.elements.sdk.model.user.UserUpdateRequest
 
getName() - Method in class dev.getelements.elements.sdk.spi.DefaultElementScope
 
getName() - Method in class dev.getelements.elements.security.UserPrincipal
 
getName(Class<?>) - Static method in class dev.getelements.elements.rt.annotation.RemoteModel.Util
Finds the name of a type annotated with RemoteModel.
getName(Class<?>) - Static method in class dev.getelements.elements.rt.annotation.RemoteService.Util
Finds the name of a type annotated with RemoteService.
getName(Parameter, CodeStyle) - Static method in class dev.getelements.elements.rt.annotation.Serialize.Util
Accepting the supplied CodeStyle, this converts the raw parameter name to the supplied CodeStyle.
getNameService() - Method in class dev.getelements.elements.service.auth.OAuth2AuthServiceOperations
 
getNameService() - Method in class dev.getelements.elements.service.auth.OidcAuthServiceOperations
 
getNameService() - Method in class dev.getelements.elements.service.auth.StandardCustomAuthSessionService
 
getNameService() - Method in class dev.getelements.elements.service.auth.SuperUserMockSessionService
 
getNameService() - Method in class dev.getelements.elements.service.profile.ProfileServiceUtils
 
getNameService() - Method in class dev.getelements.elements.service.profile.SuperUserProfileService
 
getNameService() - Method in class dev.getelements.elements.service.user.AbstractUserService
 
getNameService() - Method in class dev.getelements.elements.service.user.SuperuserUserService
 
getNearClient() - Method in class dev.getelements.elements.service.blockchain.invoke.near.NearInvoker
 
getNearIdentityGeneratorProvider() - Method in class dev.getelements.elements.service.blockchain.crypto.StandardWalletAccountFactory
 
getNearInvocationScope() - Method in class dev.getelements.elements.service.blockchain.invoke.near.NearInvoker
 
getNeoIdentityGeneratorProvider() - Method in class dev.getelements.elements.service.blockchain.crypto.StandardWalletAccountFactory
 
getNetwork() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoSmartContractAddress
 
getNetworks() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoWallet
 
getNetworks() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.CreateWalletRequest
 
getNetworks() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.UpdateWalletRequest
 
getNetworks() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.Wallet
 
getNewPassphrase() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.UpdateVaultRequest
 
getNewPassword() - Method in class dev.getelements.elements.sdk.model.user.UserUpdatePasswordRequest
 
getNext() - Method in class dev.getelements.elements.rt.ConcurrentRoundRobin
 
getNext() - Method in interface dev.getelements.elements.rt.RoundRobin
Gets the next object in this RoundRobin
getNode() - Method in interface dev.getelements.elements.rt.remote.Node.Startup
Gets the Node starting up.
getNodeFactory() - Method in class dev.getelements.elements.rt.remote.SimpleWorkerInstance
 
getNodeId() - Method in class dev.getelements.elements.remote.jeromq.JeroMQNode
 
getNodeId() - Method in interface dev.getelements.elements.rt.remote.InstanceConnectionService.InstanceBinding
getNodeId() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQInstanceBinding
 
getNodeId() - Method in exception class dev.getelements.elements.rt.remote.jeromq.JeroMQUnroutableNodeException
Gets the NodeId that was returned.
getNodeId() - Method in interface dev.getelements.elements.rt.remote.Node
Gets the NodeId
getNodeId() - Method in interface dev.getelements.elements.rt.remote.Node.Startup
Gets the NodeId being started-up.
getNodeId() - Method in interface dev.getelements.elements.rt.remote.RemoteInvokerRegistry.RemoteInvokerStatus
Gets the NodeId of the remote connection
getNodeId() - Method in interface dev.getelements.elements.rt.remote.RoutingStatus.Route
 
getNodeId() - Method in interface dev.getelements.elements.rt.transact.ReadOnlyTransaction
Returns the NodeId of this ReadOnlyTransaction.
getNodeId() - Method in class dev.getelements.elements.rt.transact.TransactionalResourceService
 
getNodeId() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgramBuilder
Gets the revision to write.
getNodeId() - Method in interface dev.getelements.elements.sdk.cluster.id.HasNodeId
Returns a NodeId for this instance, throwing an exception if the NodeId is not valid.
getNodeId() - Method in class dev.getelements.elements.sdk.cluster.id.NodeId
 
getNodeId() - Method in class dev.getelements.elements.sdk.cluster.id.ResourceId
Returns the NodeId assocaited with this ResourceId.
getNodeId() - Method in class dev.getelements.elements.sdk.cluster.id.TaskId
Returns the NodeId attached to this TaskId.
getNodeId() - Method in class dev.getelements.elements.sdk.cluster.path.Path
 
getNodeId() - Method in interface dev.getelements.elements.test.EmbeddedWorkerInstanceContainer
Fetches the default NodeId installed in this container.
getNodeIds() - Method in class dev.getelements.elements.rt.InstanceMetadata
 
getNodeIds() - Method in interface dev.getelements.elements.rt.InstanceMetadataContext
Gets all NodeIds housed within the instance.
getNodeIds() - Method in interface dev.getelements.elements.rt.remote.InstanceStatus
Gets the node IDs known to the instance.
getNodeIds() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQInstanceStatus
 
getNodeIds() - Method in class dev.getelements.elements.rt.SimpleInstanceMetadataContext
 
getNodeIds() - Method in class dev.getelements.elements.sdk.model.health.InstanceHealthStatus
 
getNodeLifecycle() - Method in class dev.getelements.elements.remote.jeromq.JeroMQNode
 
getNodeSet() - Method in class dev.getelements.elements.rt.remote.SimpleWorkerInstance
 
getNodeSet() - Method in interface dev.getelements.elements.rt.remote.Worker.Accessor
Gets all Node instances running in this Worker.
getNodeStorageRoot() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
Gets the storage root for node storage.
getNormalizedProductBundles(List<ProductBundle>) - Method in class dev.getelements.elements.dao.mongo.application.MongoApplicationConfigurationDao
 
getNotificationBuilderProvider() - Method in class dev.getelements.elements.service.notification.StandardNotificationService
 
getNotificationDestinationFactory() - Method in class dev.getelements.elements.service.notification.StandardNotification
 
getNotificationFactory() - Method in class dev.getelements.elements.service.notification.StandardNotificationBuilder
 
getNotificationParameters() - Method in class dev.getelements.elements.service.notification.StandardNotification
 
getNpIdentifier() - Method in class dev.getelements.elements.dao.mongo.model.application.MongoPSNApplicationConfiguration
 
getNpIdentifier() - Method in class dev.getelements.elements.sdk.model.application.PSNApplicationConfiguration
Corresponds to the SonyNP Identifier.
getNullPersistence() - Static method in interface dev.getelements.elements.rt.PersistenceStrategy
Gets a null PersistenceStrategy which is designed to work with ResourceService types which do not support persistence at all.
getOAuth2AuthSchemeDao() - Method in class dev.getelements.elements.service.auth.OAuth2AuthServiceOperations
 
getOAuth2AuthSchemeService() - Method in class dev.getelements.elements.rest.auth.OAuth2AuthSchemeResource
 
getOAuth2AuthSchemeService() - Method in class dev.getelements.elements.service.auth.OAuth2AuthSchemeServiceProvider
 
getOAuth2AuthService() - Method in class dev.getelements.elements.rest.auth.OAuth2AuthResource
 
getOAuth2AuthServiceOperations() - Method in class dev.getelements.elements.service.auth.AnonOAuth2AuthService
 
getOAuth2AuthServiceOperations() - Method in class dev.getelements.elements.service.auth.UserOAuth2AuthService
 
getObjectId() - Method in class dev.getelements.elements.dao.mongo.model.application.MongoApplication
 
getObjectId() - Method in class dev.getelements.elements.dao.mongo.model.application.MongoApplicationConfiguration
 
getObjectId() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscSmartContract
 
getObjectId() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscToken
 
getObjectId() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscWallet
 
getObjectId() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoSmartContract
 
getObjectId() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoToken
 
getObjectId() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoWallet
 
getObjectId() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoSmartContract
 
getObjectId() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoVault
 
getObjectId() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoWallet
 
getObjectId() - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoDistinctInventoryItem
 
getObjectId() - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoInventoryItem
 
getObjectId() - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoItem
 
getObjectId() - Method in class dev.getelements.elements.dao.mongo.model.match.MongoMatch
 
getObjectId() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoMission
 
getObjectId() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgress
 
getObjectId() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuance
 
getObjectId() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoSchedule
 
getObjectId() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoScheduleEvent
 
getObjectId() - Method in class dev.getelements.elements.dao.mongo.model.MongoDeployment
 
getObjectId() - Method in class dev.getelements.elements.dao.mongo.model.MongoFCMRegistration
 
getObjectId() - Method in class dev.getelements.elements.dao.mongo.model.MongoFollower
 
getObjectId() - Method in class dev.getelements.elements.dao.mongo.model.MongoFriendship
 
getObjectId() - Method in class dev.getelements.elements.dao.mongo.model.MongoLeaderboard
 
getObjectId() - Method in class dev.getelements.elements.dao.mongo.model.MongoProfile
 
getObjectId() - Method in class dev.getelements.elements.dao.mongo.model.MongoUser
 
getObjectId() - Method in class dev.getelements.elements.dao.mongo.model.schema.MongoMetadataSpec
 
getObjectId() - Method in class dev.getelements.elements.dao.mongo.model.score.MongoScore
 
getObjectMapper() - Method in class dev.getelements.elements.dao.mongo.mission.MongoProgressDao
 
getObjectMapper() - Method in class dev.getelements.elements.rt.jackson.ObjectMapperModelIntrospector
 
getObjectMapper() - Method in class dev.getelements.elements.rt.jackson.ObjectMapperPayloadReader
 
getObjectMapper() - Method in class dev.getelements.elements.rt.jackson.ObjectMapperPayloadWriter
 
getObjectMapper() - Method in class dev.getelements.elements.sdk.service.blockchain.crypto.StandardWalletCryptoUtilities
 
getObjectMapper() - Method in class dev.getelements.elements.service.auth.StandardCustomAuthSessionService
 
getObjectMapper() - Method in class dev.getelements.elements.service.blockchain.crypto.AesVaultCryptoUtilities
 
getObjectMapper() - Method in class dev.getelements.elements.service.blockchain.crypto.StandardWalletAccountFactory
 
getObjectMapper() - Method in class dev.getelements.elements.service.blockchain.invoke.near.NearInvoker
 
getObjectMapper() - Method in class dev.getelements.elements.service.googleplayiap.UserGooglePlayIapReceiptService
 
getObjectMapper() - Method in class dev.getelements.elements.servlet.security.HealthServlet
 
getObjectMapper() - Method in class dev.getelements.elements.servlet.security.HttpServletAuthenticationFilter
 
getObjectMapper() - Method in class dev.getelements.elements.servlet.security.VersionServlet
 
getObjectMapper() - Method in class dev.getelements.elements.webui.WebUIAngularServlet
 
getObjectMappers() - Method in class dev.getelements.elements.rt.jersey.ClientObjectMapperContextResolver
 
getObjects() - Method in class dev.getelements.elements.sdk.model.Pagination
 
getOffset() - Method in class dev.getelements.elements.sdk.model.Pagination
 
getOidcAuthSchemeDao() - Method in class dev.getelements.elements.service.auth.OidcAuthServiceOperations
 
getOidcAuthSchemeService() - Method in class dev.getelements.elements.rest.auth.OidcAuthSchemeResource
 
getOidcAuthSchemeService() - Method in class dev.getelements.elements.service.auth.OidcAuthSchemeServiceProvider
 
getOidcAuthService() - Method in class dev.getelements.elements.rest.auth.OidcAuthResource
 
getOidcAuthServiceOperations() - Method in class dev.getelements.elements.service.auth.AnonOidcAuthService
 
getOidcAuthServiceOperations() - Method in class dev.getelements.elements.service.auth.UserOidcAuthService
 
getOldPassword() - Method in class dev.getelements.elements.sdk.model.user.UserUpdatePasswordRequest
 
getOpenApiJson(String, UriInfo, HttpHeaders, Application, ServletConfig) - Method in class dev.getelements.elements.rest.Oas3DocumentationResource
 
getOpenApiYaml(String, UriInfo, HttpHeaders, Application, ServletConfig) - Method in class dev.getelements.elements.rest.Oas3DocumentationResource
 
getOperation() - Method in class dev.getelements.elements.dao.mongo.model.index.MongoIndexPlanStep
 
getOperation() - Method in class dev.getelements.elements.sdk.model.index.IndexPlanStep
Gets the operation to perform.
getOperationsByName() - Method in class dev.getelements.elements.rt.manifest.startup.StartupModule
Gets a mapping of operations by name.
getOperators() - Method in class dev.getelements.elements.dao.mongo.query.SidhantAggarwalBooleanQueryParser
 
getOpponent() - Method in class dev.getelements.elements.dao.mongo.model.match.MongoMatch
 
getOpponent() - Method in class dev.getelements.elements.dao.mongo.model.match.MongoMatchSnapshot
 
getOpponent() - Method in class dev.getelements.elements.sdk.model.match.Match
The Profile belonging to the opponent.
getOpponentMatch() - Method in interface dev.getelements.elements.sdk.dao.Matchmaker.SuccessfulMatchTuple
The opponent Match.
getOpposite(ObjectId) - Method in class dev.getelements.elements.dao.mongo.model.MongoFriendshipId
 
getOptional() - Method in interface dev.getelements.elements.sdk.util.LazyValue
Gets an Optional representing this SimpleLazyValue.
getOptional() - Method in class dev.getelements.elements.sdk.util.SimpleLazyValue
 
getOptional() - Method in class dev.getelements.elements.sdk.util.ThreadSafeLazyValue
 
getOptionalNodeId() - Method in interface dev.getelements.elements.sdk.cluster.id.HasNodeId
Return and Optional<NodeId>.
getOptionalNodeId() - Method in class dev.getelements.elements.sdk.cluster.id.NodeId
 
getOptionalProfileProvider() - Method in class dev.getelements.elements.service.security.ElementScopeProfileSupplierProvider
 
getOptionalSessionProvider() - Method in class dev.getelements.elements.security.SessionProvider
 
getOptionParser() - Method in class dev.getelements.elements.setup.commands.AbstractUserSetupCommand
 
getOrCreateAppleIapReceipt(AppleIapReceipt) - Method in class dev.getelements.elements.dao.mongo.MongoAppleIapReceiptDao
 
getOrCreateAppleIapReceipt(AppleIapReceipt) - Method in interface dev.getelements.elements.sdk.dao.AppleIapReceiptDao
Creates a new receipt.
getOrCreateAppleIapReceipt(AppleIapReceipt) - Method in interface dev.getelements.elements.sdk.service.appleiap.AppleIapReceiptService
Finds a receipt in the db, or creates a new one if necessary.
getOrCreateAppleIapReceipt(AppleIapReceipt) - Method in class dev.getelements.elements.service.appleiap.UserAppleIapReceiptService
 
getOrCreateApplicationNodeIdentifier() - Method in interface dev.getelements.elements.rt.ApplicationNodeIdentifierService
 
getOrCreateGooglePlayIapReceipt(GooglePlayIapReceipt) - Method in class dev.getelements.elements.dao.mongo.MongoGooglePlayIapReceiptDao
 
getOrCreateGooglePlayIapReceipt(GooglePlayIapReceipt) - Method in interface dev.getelements.elements.sdk.dao.GooglePlayIapReceiptDao
Creates a new receipt.
getOrCreateGooglePlayIapReceipt(GooglePlayIapReceipt) - Method in interface dev.getelements.elements.sdk.service.googleplayiap.GooglePlayIapReceiptService
Finds a receipt in the db, or creates a new one if necessary.
getOrCreateGooglePlayIapReceipt(GooglePlayIapReceipt) - Method in class dev.getelements.elements.service.googleplayiap.UserGooglePlayIapReceiptService
 
getOrCreateRewardIssuance(RewardIssuance) - Method in class dev.getelements.elements.dao.mongo.MongoRewardIssuanceDao
 
getOrCreateRewardIssuance(RewardIssuance) - Method in interface dev.getelements.elements.sdk.dao.RewardIssuanceDao
Gets or creates an instance of RewardIssuance.
getOrCreateRewardIssuances(GooglePlayIapReceipt) - Method in interface dev.getelements.elements.sdk.service.googleplayiap.GooglePlayIapReceiptService
Gets or creates a list of RewardIssuances in the db for the given GooglePlayIapReceipt.
getOrCreateRewardIssuances(GooglePlayIapReceipt) - Method in class dev.getelements.elements.service.googleplayiap.UserGooglePlayIapReceiptService
 
getOrCreateRewardIssuances(List<AppleIapReceipt>) - Method in interface dev.getelements.elements.sdk.service.appleiap.AppleIapReceiptService
Gets or creates a RewardIssuance in the db for each given AppleIapReceipt.
getOrCreateRewardIssuances(List<AppleIapReceipt>) - Method in class dev.getelements.elements.service.appleiap.UserAppleIapReceiptService
 
getOrCreateTaskEntry(ResourceId) - Method in interface dev.getelements.elements.rt.transact.Snapshot
Gets the TaskEntry or throws an instance of SnapshotMissException.
getOrCreateTaskEntry(ResourceId) - Method in class dev.getelements.elements.rt.transact.StandardSnapshot
 
getOrCreateTaskEntry(Supplier<TaskEntry.OperationalStrategy<ResourceId>>, ResourceId) - Method in interface dev.getelements.elements.rt.transact.TaskIndex
Gets the TaskEntry<ResourceId> for the supplied ResourceId.
getOrCreateTaskEntry(Supplier<TaskEntry.OperationalStrategy<ResourceId>>, ResourceId) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTaskIndex
 
getOrDefault(ItemCategory) - Static method in enum class dev.getelements.elements.sdk.model.goods.ItemCategory
 
getOrderId() - Method in class dev.getelements.elements.dao.mongo.model.MongoGooglePlayIapReceipt
 
getOrderId() - Method in class dev.getelements.elements.sdk.model.googleplayiapreceipt.GooglePlayIapReceipt
 
getOriginalApplicationVersion() - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceipt
 
getOriginalPurchaseDate() - Method in class dev.getelements.elements.dao.mongo.model.MongoAppleIapReceipt
 
getOriginalPurchaseDate() - Method in class dev.getelements.elements.sdk.model.appleiapreceipt.AppleIapReceipt
 
getOriginalPurchaseDate() - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceipt
 
getOriginalPurchaseDate() - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceiptPurchase
 
getOriginalResourceId() - Method in interface dev.getelements.elements.rt.transact.ResourceEntry
Gets the ResourceId or throws an instance of ResourceNotFoundException if no such resource exists with this entry.
getOriginalResourceId() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSResourceEntryNew
 
getOriginalReversePathsImmutable() - Method in interface dev.getelements.elements.rt.transact.ResourceEntry
Gets the internal immutable list of reverse links.
getOriginalReversePathsImmutable() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSResourceEntryExisting
 
getOriginalScope() - Method in interface dev.getelements.elements.rt.transact.TaskEntry
Gets the scope of the task entry.
getOriginalTasksImmutable() - Method in class dev.getelements.elements.rt.transact.NullTaskEntry
 
getOriginalTasksImmutable() - Method in interface dev.getelements.elements.rt.transact.TaskEntry
Gets all of hte original tasks in this TaskEntry.
getOriginalTasksImmutable() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTaskEntryExisting
 
getOriginalTasksImmutable() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTaskEntryNew
 
getOriginalTransactionId() - Method in class dev.getelements.elements.dao.mongo.model.MongoAppleIapReceipt
 
getOriginalTransactionId() - Method in class dev.getelements.elements.sdk.model.appleiapreceipt.AppleIapReceipt
 
getOriginalTransactionId() - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceiptPurchase
 
getOrLoadApplication(Application) - Method in interface dev.getelements.elements.common.app.ApplicationElementService
Loads all Elements defined by the Application's code registry.
getOrLoadApplication(Application) - Method in class dev.getelements.elements.common.app.StandardApplicationElementService
 
getOutboundAddr() - Method in class dev.getelements.elements.remote.jeromq.JeroMQNode
 
getOutcome() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearReceiptOutcome
 
getOutcome() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearTransactionOutcome
 
getOutputTypes() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractRequest
 
getOverallHealth() - Method in class dev.getelements.elements.sdk.model.health.HealthStatus
 
getOverrideProfileId() - Method in class dev.getelements.elements.security.SessionSecretHeader
Gets the override profile ID.
getOverrideUserId() - Method in class dev.getelements.elements.security.SessionSecretHeader
Gets the override user ID.
getOwner() - Method in class dev.getelements.elements.dao.mongo.model.savedata.MongoSaveDataDocumentId
 
getOwner() - Method in class dev.getelements.elements.sdk.model.blockchain.StakeHolder
 
getOwner() - Method in class dev.getelements.elements.sdk.model.blockchain.Token
 
getOwnerAddress() - Method in class dev.getelements.elements.sdk.model.blockchain.MintTokenRequest
Deprecated.
 
getOwnership() - Method in class dev.getelements.elements.sdk.model.blockchain.Token
 
getPackageForElementsAnnotations(String) - Method in class dev.getelements.elements.sdk.util.reflection.ElementReflectionUtils
Gets the Package from the package-info class.
getPackageForElementsAnnotations(String, ClassLoader) - Method in class dev.getelements.elements.sdk.util.reflection.ElementReflectionUtils
Gets the Package from the package-info class.
getPackageInfo(String) - Method in class dev.getelements.elements.sdk.util.reflection.ElementReflectionUtils
Gets the package-info Class for the supplied package name.
getPackageInfo(String, ClassLoader) - Method in class dev.getelements.elements.sdk.util.reflection.ElementReflectionUtils
Gets the package-info Class for the supplied package name.
getPackageName() - Method in class dev.getelements.elements.sdk.model.googleplayiapreceipt.CreateGooglePlayIapReceipt
 
getPage(int, int) - Method in interface dev.getelements.elements.sdk.model.util.PaginationWalker.WalkFunction
Fetches the next page.
getParameterAt(int) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionCommand
Gets the parameter at the supplied position.
getParameters() - Method in class dev.getelements.elements.rt.manifest.jrpc.JsonRpcMethod
 
getParameters() - Method in class dev.getelements.elements.rt.manifest.startup.StartupOperation
Gets the parameters this operation accepts by type.
getParameters() - Method in class dev.getelements.elements.rt.remote.Invocation
Gets a listing of the names of the method parameters.
getParameters() - Method in class dev.getelements.elements.sdk.cluster.path.ParameterizedPath
Gets the components of the underlying Path which are parameterized.
getParameters() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractRequest
 
getParameters() - Method in class dev.getelements.elements.sdk.model.blockchain.InvokeContractRequest
Deprecated.
 
getParameters() - Method in interface dev.getelements.elements.sdk.service.notification.NotificationEvent
The NotificationParameters used to send the event.
getParameters() - Method in class dev.getelements.elements.service.notification.StandardNotificationEvent
 
getParams() - Method in class dev.getelements.elements.dao.mongo.model.auth.MongoOAuth2AuthScheme
 
getParams() - Method in class dev.getelements.elements.rt.jrpc.JsonRpcRequest
 
getParams() - Method in class dev.getelements.elements.sdk.model.auth.CreateOrUpdateOAuth2AuthSchemeRequest
 
getParams() - Method in class dev.getelements.elements.sdk.model.auth.OAuth2AuthScheme
 
getParent() - Method in class dev.getelements.elements.dao.mongo.model.application.MongoApplicationConfiguration
 
getParent() - Method in class dev.getelements.elements.sdk.model.application.ApplicationConfiguration
Gets the parent Application
getPassphrase() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.CreateVaultRequest
 
getPassphrase() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.UpdateVaultRequest
 
getPassword() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractRequest
 
getPassword() - Method in class dev.getelements.elements.sdk.model.blockchain.InvokeContractRequest
Deprecated.
 
getPassword() - Method in class dev.getelements.elements.sdk.model.blockchain.MintTokenRequest
Deprecated.
 
getPassword() - Method in class dev.getelements.elements.sdk.model.session.MockSessionCreation
 
getPassword() - Method in class dev.getelements.elements.sdk.model.session.UsernamePasswordSessionRequest
 
getPassword() - Method in class dev.getelements.elements.sdk.model.user.UserCreateRequest
 
getPassword() - Method in class dev.getelements.elements.sdk.model.user.UserCreateResponse
 
getPassword() - Method in class dev.getelements.elements.sdk.model.user.UserUpdateRequest
 
getPassword() - Method in class dev.getelements.elements.sdk.util.security.BasicAuthorizationHeader
Gets the pass word.
getPassword() - Method in class dev.getelements.elements.service.FirebaseEmailPasswordSignUpRequest
 
getPassword() - Method in class dev.getelements.elements.service.FirebaseUsernamePasswordSignInRequest
 
getPassword() - Method in class dev.getelements.elements.setup.commands.AbstractUserSetupCommand
 
getPasswordEncoding() - Method in class dev.getelements.elements.dao.mongo.MongoPasswordUtils
 
getPasswordEncoding() - Method in class dev.getelements.elements.dao.mongo.MongoUserDao
 
getPasswordEncodingCharset() - Method in class dev.getelements.elements.dao.mongo.MongoPasswordUtils
 
getPasswordGenerator() - Method in class dev.getelements.elements.service.auth.SuperUserMockSessionService
 
getPasswordGenerator() - Method in class dev.getelements.elements.service.user.AnonUserService
 
getPasswordGenerator() - Method in class dev.getelements.elements.service.user.SuperuserUserService
 
getPasswordHash() - Method in class dev.getelements.elements.dao.mongo.model.MongoUser
 
getPasswordOptionSpec() - Method in class dev.getelements.elements.setup.commands.AbstractUserSetupCommand
 
getPath() - Method in class dev.getelements.elements.dao.mongo.model.largeobject.MongoLargeObject
 
getPath() - Method in interface dev.getelements.elements.rt.IndexContext.Listing
The Path of the listing.
getPath() - Method in interface dev.getelements.elements.rt.ResourceService.Listing
Returns the Path of this ResourceService.Listing
getPath() - Method in class dev.getelements.elements.rt.SimpleIndexContextListing
 
getPath() - Method in class dev.getelements.elements.rt.SimpleResourceServiceListing
 
getPath() - Method in interface dev.getelements.elements.rt.transact.PathIndex.Listing
Gets the actual path matched in the hierarchy.
getPath() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSPathMapping
Returns the Path representing the symbolic path.
getPath() - Method in class dev.getelements.elements.sdk.model.largeobject.LargeObject
 
getPathIndex() - Method in interface dev.getelements.elements.rt.transact.DataStore
Gets the PathIndex which manages the relationship between Paths with ResourceIds.
getPathIndex() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSDataStore
 
getPathInfo() - Method in class org.eclipse.jgit.http.server.glue.WrappedRequest
 
getPathReadMonitor(Path) - Method in interface dev.getelements.elements.rt.LockSetService
Gets a single Monitor for the supplied ResourceId (for reading).
getPathReadMonitor(Path) - Method in class dev.getelements.elements.rt.WeakReferenceLockSetService
 
getPathReadMonitor(Collection<Path>) - Method in interface dev.getelements.elements.rt.LockSetService
Gets a Monitor which will lock all resources in the Path instances for read operations.
getPathSeparator() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
Returns the path separator string associated with the filesystem used by the storage directory.
getPathTranslated() - Method in class org.eclipse.jgit.http.server.glue.WrappedRequest
 
getPathWriteMonitor(Path) - Method in interface dev.getelements.elements.rt.LockSetService
Gets a single Monitor for the supplied ResourceId (for writing).
getPathWriteMonitor(Path) - Method in class dev.getelements.elements.rt.WeakReferenceLockSetService
 
getPathWriteMonitor(Collection<Path>) - Method in interface dev.getelements.elements.rt.LockSetService
Gets a Monitor which will lock all resources in the Path instances for write operations.
getPayloadReader() - Method in class dev.getelements.elements.remote.jeromq.JeroMQNode
 
getPayloadReader() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQRemoteInvoker
 
getPayloadReader() - Method in class dev.getelements.elements.rt.SimpleJsonRpcInvocationService
 
getPayloadReader() - Method in class dev.getelements.elements.rt.SimpleJsonRpcManifestService
 
getPayloadReader() - Method in class dev.getelements.elements.rt.SimpleModelManifestService
 
getPayloadWriter() - Method in class dev.getelements.elements.remote.jeromq.JeroMQNode
 
getPayloadWriter() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQRemoteInvoker
 
getPersistence() - Method in class dev.getelements.elements.rt.transact.TransactionalResourceService
 
getPersistence() - Method in class dev.getelements.elements.rt.transact.TransactionalSchedulerContext
 
getPersistenceEnvironment() - Method in class dev.getelements.elements.rt.remote.SimpleWorkerInstance
 
getPhase() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionCommand
Gets the phase.
getPhoneNumber() - Method in class dev.getelements.elements.sdk.model.invite.PhoneMatchedInvitation
 
getPhoneNumbers() - Method in class dev.getelements.elements.sdk.model.invite.InviteViaPhonesRequest
 
getPhysicalDestination() - Method in interface dev.getelements.elements.rt.remote.RoutingStatus.Route
 
getPlaceholder() - Method in class dev.getelements.elements.dao.mongo.model.schema.MongoMetadataSpecProperty
 
getPlaceholder() - Method in class dev.getelements.elements.sdk.model.schema.layout.EditorLayout
 
getPlaceholder() - Method in class dev.getelements.elements.sdk.model.schema.MetadataSpecProperty
 
getPlans(int, int) - Method in class dev.getelements.elements.dao.mongo.MongoIndexDao
 
getPlans(int, int) - Method in class dev.getelements.elements.rest.index.IndexResource
 
getPlans(int, int) - Method in interface dev.getelements.elements.sdk.dao.IndexDao
Gets all plans in the system.
getPlans(int, int) - Method in interface dev.getelements.elements.sdk.service.index.IndexService
 
getPlans(int, int) - Method in class dev.getelements.elements.service.index.SuperUserIndexService
 
getPlayer() - Method in class dev.getelements.elements.dao.mongo.model.match.MongoMatch
 
getPlayer() - Method in class dev.getelements.elements.dao.mongo.model.match.MongoMatchSnapshot
 
getPlayer() - Method in class dev.getelements.elements.sdk.model.match.Match
Gets the Profile of the player requesting the match.
getPlayerMatch() - Method in interface dev.getelements.elements.sdk.dao.Matchmaker.SuccessfulMatchTuple
The opponent Match.
getPointValue() - Method in class dev.getelements.elements.dao.mongo.model.score.MongoScore
 
getPointValue() - Method in class dev.getelements.elements.sdk.model.leaderboard.RankRow
 
getPointValue() - Method in class dev.getelements.elements.sdk.model.leaderboard.Score
 
getPosition() - Method in class dev.getelements.elements.sdk.model.leaderboard.Rank
 
getPosition() - Method in class dev.getelements.elements.sdk.model.leaderboard.RankRow
 
getPreferredAccount() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoWallet
 
getPreferredAccount() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.CreateWalletRequest
 
getPreferredAccount() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.UpdateWalletRequest
 
getPreferredAccount() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.Wallet
 
getPreferredChecksumAlgorithm() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionJournal
 
getPreviewUrls() - Method in class dev.getelements.elements.sdk.model.blockchain.Token
 
getPriceConsentStatus() - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceiptPurchase
 
getPrimaryPhoneNb() - Method in class dev.getelements.elements.dao.mongo.model.MongoUser
 
getPrimaryPhoneNb() - Method in class dev.getelements.elements.sdk.model.user.User
 
getPrimaryPhoneNb() - Method in class dev.getelements.elements.sdk.model.user.UserCreateRequest
 
getPrimaryPhoneNb() - Method in class dev.getelements.elements.sdk.model.user.UserCreateResponse
 
getPrimaryPhoneNb() - Method in class dev.getelements.elements.sdk.model.user.UserUpdateRequest
 
getPriorities() - Method in class dev.getelements.elements.sdk.model.health.InvokerHealthStatus
 
getPriority() - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoInventoryItemId
 
getPriority() - Method in interface dev.getelements.elements.rt.remote.RemoteInvokerRegistry.RemoteInvokerStatus
Gets the priority of the invoker itself.
getPriority() - Method in class dev.getelements.elements.sdk.model.inventory.AdvancedInventoryItemQuantityAdjustment
 
getPriority() - Method in class dev.getelements.elements.sdk.model.inventory.CreateAdvancedInventoryItemRequest
 
getPriority() - Method in class dev.getelements.elements.sdk.model.inventory.InventoryItem
 
getPrivateKey() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoVaultKey
 
getPrivateKey() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoWalletAccount
 
getPrivateKey() - Method in class dev.getelements.elements.sdk.model.auth.CreateAuthSchemeResponse
 
getPrivateKey() - Method in class dev.getelements.elements.sdk.model.auth.UpdateAuthSchemeResponse
 
getPrivateKey() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.CreateWalletRequestAccount
 
getPrivateKey() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.VaultKey
 
getPrivateKey() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.WalletAccount
 
getPrivateKey() - Method in class dev.getelements.elements.sdk.service.util.EncodedKeyPair
 
getPrivateKey(PrivateKeyCrytpoAlgorithm, String) - Method in interface dev.getelements.elements.sdk.service.util.CryptoKeyPairUtility
Loads the private key from the supplied base64 string.
getPrivateKey(PrivateKeyCrytpoAlgorithm, String, Class<PrivateKeyT>) - Method in interface dev.getelements.elements.sdk.service.util.CryptoKeyPairUtility
Loads the private key from the supplied base64 encoded string.
getPrivateKey(PrivateKeyCrytpoAlgorithm, String, Class<PrivateKeyT>) - Method in class dev.getelements.elements.service.util.StandardCryptoKeyPairUtility
 
getPrivateKeyBase64() - Method in class dev.getelements.elements.sdk.service.util.EncodedKeyPair
 
getProblems() - Method in class dev.getelements.elements.sdk.model.health.HealthStatus
 
getProductBundle(String) - Method in class dev.getelements.elements.sdk.model.application.GooglePlayApplicationConfiguration
 
getProductBundle(String) - Method in class dev.getelements.elements.sdk.model.application.IosApplicationConfiguration
 
getProductBundleReward(String) - Method in class dev.getelements.elements.sdk.model.application.ProductBundle
 
getProductBundleRewards() - Method in class dev.getelements.elements.dao.mongo.model.application.MongoProductBundle
 
getProductBundleRewards() - Method in class dev.getelements.elements.sdk.model.application.ProductBundle
 
getProductBundles() - Method in class dev.getelements.elements.dao.mongo.model.application.MongoGooglePlayApplicationConfiguration
 
getProductBundles() - Method in class dev.getelements.elements.dao.mongo.model.application.MongoIosApplicationConfiguration
 
getProductBundles() - Method in class dev.getelements.elements.sdk.model.application.GooglePlayApplicationConfiguration
 
getProductBundles() - Method in class dev.getelements.elements.sdk.model.application.IosApplicationConfiguration
 
getProductId() - Method in class dev.getelements.elements.dao.mongo.model.application.MongoProductBundle
 
getProductId() - Method in class dev.getelements.elements.dao.mongo.model.MongoAppleIapReceipt
 
getProductId() - Method in class dev.getelements.elements.dao.mongo.model.MongoGooglePlayIapReceipt
 
getProductId() - Method in class dev.getelements.elements.sdk.model.appleiapreceipt.AppleIapReceipt
 
getProductId() - Method in class dev.getelements.elements.sdk.model.application.ProductBundle
 
getProductId() - Method in class dev.getelements.elements.sdk.model.googleplayiapreceipt.CreateGooglePlayIapReceipt
 
getProductId() - Method in class dev.getelements.elements.sdk.model.googleplayiapreceipt.GooglePlayIapReceipt
 
getProductId() - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceiptPurchase
 
getProfile() - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoDistinctInventoryItem
 
getProfile() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgress
 
getProfile() - Method in class dev.getelements.elements.dao.mongo.model.MongoFCMRegistration
 
getProfile() - Method in class dev.getelements.elements.dao.mongo.model.MongoFollower
 
getProfile() - Method in class dev.getelements.elements.dao.mongo.model.MongoSession
Gets the MongoProfile associated with this MongoSession.
getProfile() - Method in class dev.getelements.elements.dao.mongo.model.savedata.MongoSaveDataDocument
 
getProfile() - Method in class dev.getelements.elements.dao.mongo.model.score.MongoScore
 
getProfile() - Method in class dev.getelements.elements.sdk.model.inventory.DistinctInventoryItem
 
getProfile() - Method in class dev.getelements.elements.sdk.model.leaderboard.Score
 
getProfile() - Method in class dev.getelements.elements.sdk.model.mission.Progress
 
getProfile() - Method in class dev.getelements.elements.sdk.model.notification.FCMRegistration
 
getProfile() - Method in class dev.getelements.elements.sdk.model.savedata.SaveDataDocument
 
getProfile() - Method in class dev.getelements.elements.sdk.model.session.Session
 
getProfile(String) - Method in class dev.getelements.elements.rest.profile.ProfileResource
 
getProfile(String) - Method in interface dev.getelements.elements.sdk.service.profile.ProfileService
Fetches a specific Profile instance based on ID.
getProfile(String) - Method in class dev.getelements.elements.service.profile.SuperUserProfileService
 
getProfile(String) - Method in class dev.getelements.elements.service.profile.UserProfileService
 
getProfileDao() - Method in class dev.getelements.elements.dao.mongo.test.ProfileTestFactory
 
getProfileDao() - Method in class dev.getelements.elements.rest.test.ClientContext
 
getProfileDao() - Method in class dev.getelements.elements.service.advancement.StandardAdvancementService
 
getProfileDao() - Method in class dev.getelements.elements.service.auth.AnonUsernamePasswordAuthService
 
getProfileDao() - Method in class dev.getelements.elements.service.auth.OAuth2AuthServiceOperations
 
getProfileDao() - Method in class dev.getelements.elements.service.auth.OidcAuthServiceOperations
 
getProfileDao() - Method in class dev.getelements.elements.service.auth.SuperUserMockSessionService
 
getProfileDao() - Method in class dev.getelements.elements.service.follower.UserFollowerService
 
getProfileDao() - Method in class dev.getelements.elements.service.inventory.SuperUserDistinctInventoryItemService
 
getProfileDao() - Method in class dev.getelements.elements.service.inventory.UserDistinctInventoryItemService
 
getProfileDao() - Method in class dev.getelements.elements.service.invite.SuperUserInviteService
 
getProfileDao() - Method in class dev.getelements.elements.service.invite.UserInviteService
 
getProfileDao() - Method in class dev.getelements.elements.service.largeobject.AccessRequestUtils
 
getProfileDao() - Method in class dev.getelements.elements.service.profile.SuperUserProfileOverrideService
 
getProfileDao() - Method in class dev.getelements.elements.service.profile.SuperUserProfileService
 
getProfileDao() - Method in class dev.getelements.elements.service.profile.UserProfileOverrideService
 
getProfileDao() - Method in class dev.getelements.elements.service.profile.UserProfileService
 
getProfileDao() - Method in class dev.getelements.elements.service.savedata.SuperUserSaveDataDocumentService
 
getProfileDao() - Method in class dev.getelements.elements.service.savedata.UserSaveDataDocumentService
 
getProfileDao() - Method in class dev.getelements.elements.service.user.AbstractUserService
 
getProfileDao() - Method in class dev.getelements.elements.service.util.UserProfileUtility
 
getProfileDisplayName() - Method in class dev.getelements.elements.sdk.model.leaderboard.RankRow
 
getProfileDisplayName() - Method in class dev.getelements.elements.sdk.model.mission.ProgressRow
 
getProfileForCreate(CreateProfileRequest) - Method in class dev.getelements.elements.service.profile.ProfileServiceUtils
 
getProfileForUpdate(String, UpdateProfileRequest) - Method in class dev.getelements.elements.service.profile.ProfileServiceUtils
 
getProfileId() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgressId
 
getProfileId() - Method in class dev.getelements.elements.dao.mongo.model.MongoFollowerId
 
getProfileId() - Method in class dev.getelements.elements.dao.mongo.model.MongoScoreId
 
getProfileId() - Method in class dev.getelements.elements.sdk.model.inventory.CreateDistinctInventoryItemRequest
 
getProfileId() - Method in class dev.getelements.elements.sdk.model.inventory.UpdateDistinctInventoryItemRequest
 
getProfileId() - Method in class dev.getelements.elements.sdk.model.leaderboard.RankRow
 
getProfileId() - Method in class dev.getelements.elements.sdk.model.mission.ProgressRow
 
getProfileId() - Method in class dev.getelements.elements.sdk.model.savedata.CreateSaveDataDocumentRequest
 
getProfileId() - Method in class dev.getelements.elements.sdk.model.session.OAuth2SessionRequest
 
getProfileId() - Method in class dev.getelements.elements.sdk.model.session.OidcSessionRequest
 
getProfileId() - Method in class dev.getelements.elements.sdk.model.session.UsernamePasswordSessionRequest
 
getProfileId() - Method in class dev.getelements.elements.sdk.model.user.UserUpdatePasswordRequest
 
getProfileIds() - Method in class dev.getelements.elements.sdk.model.invite.PhoneMatchedInvitation
 
getProfileIds() - Method in class dev.getelements.elements.sdk.model.largeobject.SubjectRequest
 
getProfileImageObjectUtils() - Method in class dev.getelements.elements.rest.test.ClientContext
 
getProfileImageObjectUtils() - Method in class dev.getelements.elements.service.profile.SuperUserProfileService
 
getProfileImageObjectUtils() - Method in class dev.getelements.elements.service.profile.UserProfileService
 
getProfileImageUrl() - Method in class dev.getelements.elements.sdk.model.leaderboard.RankRow
 
getProfileImageUrl() - Method in class dev.getelements.elements.sdk.model.mission.ProgressRow
 
getProfileOptional() - Method in class dev.getelements.elements.service.largeobject.AccessPermissionsUtils
 
getProfileOverrideServiceProvider() - Method in class dev.getelements.elements.servlet.security.HttpServletHeaderProfileOverrideFilter
 
getProfiles() - Method in class dev.getelements.elements.dao.mongo.model.largeobject.MongoSubjects
 
getProfiles() - Method in class dev.getelements.elements.rest.test.ClientContext
 
getProfiles() - Method in class dev.getelements.elements.sdk.model.friend.Friend
 
getProfiles() - Method in class dev.getelements.elements.sdk.model.largeobject.Subjects
 
getProfiles() - Method in class dev.getelements.elements.sdk.model.user.UserCreateRequest
 
getProfiles() - Method in class dev.getelements.elements.sdk.model.user.UserCreateResponse
 
getProfiles(int, int, Long, Long, String, String, String) - Method in class dev.getelements.elements.rest.profile.ProfileResource
 
getProfiles(int, int, String) - Method in interface dev.getelements.elements.sdk.service.profile.ProfileService
Lists all Profile instances, specifying a search query.
getProfiles(int, int, String) - Method in class dev.getelements.elements.service.profile.SuperUserProfileService
 
getProfiles(int, int, String) - Method in class dev.getelements.elements.service.profile.UserProfileService
 
getProfiles(int, int, String, String, Long, Long) - Method in interface dev.getelements.elements.sdk.service.profile.ProfileService
Lists all Profile instances starting with the offset and count.
getProfiles(int, int, String, String, Long, Long) - Method in class dev.getelements.elements.service.profile.SuperUserProfileService
 
getProfiles(int, int, String, String, Long, Long) - Method in class dev.getelements.elements.service.profile.UserProfileService
 
getProfileSaveDataDocumentBySlot(String, int) - Method in class dev.getelements.elements.rest.savedata.SaveDataDocumentResource
 
getProfileSaveDataDocumentBySlot(String, int) - Method in interface dev.getelements.elements.sdk.dao.SaveDataDocumentDao
Gets the profile scoped save data document supplying the user id and the slot.
getProfileSaveDataDocumentBySlot(String, int) - Method in interface dev.getelements.elements.sdk.service.savedata.SaveDataDocumentService
Gets a profile-scoped saved data document by user id and slot.
getProfileSaveDataDocumentBySlot(String, int) - Method in class dev.getelements.elements.service.savedata.SuperUserSaveDataDocumentService
 
getProfileSaveDataDocumentBySlot(String, int) - Method in class dev.getelements.elements.service.savedata.UserSaveDataDocumentService
 
getProfileSelector() - Method in class dev.getelements.elements.sdk.model.session.OAuth2SessionRequest
 
getProfileSelector() - Method in class dev.getelements.elements.sdk.model.session.OidcSessionRequest
 
getProfileSelector() - Method in class dev.getelements.elements.sdk.model.session.UsernamePasswordSessionRequest
 
getProfileService() - Method in class dev.getelements.elements.rest.profile.ProfileResource
 
getProfileServiceUtils() - Method in class dev.getelements.elements.service.profile.SuperUserProfileService
 
getProfileServiceUtils() - Method in class dev.getelements.elements.service.profile.UserProfileService
 
getProfileSupplier() - Method in class dev.getelements.elements.service.leaderboard.UserRankService
 
getProfileSupplier() - Method in class dev.getelements.elements.service.mission.UserScheduleProgressService
 
getProgramBuilderProvider() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionJournal
 
getProgress(int, int, List<String>, String) - Method in class dev.getelements.elements.rest.mission.ProgressResource
 
getProgress(String) - Method in interface dev.getelements.elements.sdk.dao.ProgressDao
Gets the progress with the id, or throws a NotFoundException if the progress can't be found.
getProgress(String) - Method in interface dev.getelements.elements.sdk.service.progress.ProgressService
Gets a progress with specified name or ID.
getProgress(String) - Method in class dev.getelements.elements.service.progress.SuperUserProgressService
 
getProgress(String) - Method in class dev.getelements.elements.service.progress.UserProgressService
 
getProgressByNameOrId(String) - Method in class dev.getelements.elements.rest.mission.ProgressResource
 
getProgressDao() - Method in class dev.getelements.elements.service.advancement.StandardAdvancementService
 
getProgressDao() - Method in class dev.getelements.elements.service.progress.SuperUserProgressService
 
getProgressDao() - Method in class dev.getelements.elements.service.progress.UserProgressService
 
getProgressDao(ProgressDao) - Method in class dev.getelements.elements.service.progress.UserProgressService
 
getProgresses(int, int, List<String>) - Method in class dev.getelements.elements.dao.mongo.mission.MongoProgressDao
 
getProgresses(int, int, List<String>) - Method in interface dev.getelements.elements.sdk.dao.ProgressDao
Gets progresses specifying the offset and the count.
getProgresses(int, int, List<String>) - Method in interface dev.getelements.elements.sdk.service.progress.ProgressService
Returns a list of Progress objects.
getProgresses(int, int, List<String>) - Method in class dev.getelements.elements.service.progress.SuperUserProgressService
 
getProgresses(int, int, List<String>) - Method in class dev.getelements.elements.service.progress.UserProgressService
 
getProgresses(int, int, List<String>, String) - Method in class dev.getelements.elements.dao.mongo.mission.MongoProgressDao
 
getProgresses(int, int, List<String>, String) - Method in interface dev.getelements.elements.sdk.dao.ProgressDao
Gets progresses specifying the offset and the count, specifying a search filter.
getProgresses(int, int, List<String>, String) - Method in interface dev.getelements.elements.sdk.service.progress.ProgressService
Returns a list of Progress objects.
getProgresses(int, int, List<String>, String) - Method in class dev.getelements.elements.service.progress.SuperUserProgressService
 
getProgresses(int, int, List<String>, String) - Method in class dev.getelements.elements.service.progress.UserProgressService
 
getProgresses(Profile, int, int, List<String>) - Method in class dev.getelements.elements.dao.mongo.mission.MongoProgressDao
 
getProgresses(Profile, int, int, List<String>) - Method in interface dev.getelements.elements.sdk.dao.ProgressDao
Gets progresses specifying the user, offset and the count.
getProgresses(Profile, int, int, List<String>, String) - Method in class dev.getelements.elements.dao.mongo.mission.MongoProgressDao
 
getProgresses(Profile, int, int, List<String>, String) - Method in interface dev.getelements.elements.sdk.dao.ProgressDao
Gets progresses specifying the user, offset and the count, specifying a search filter.
getProgresses(String, String, int, int) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleProgressDao
 
getProgresses(String, String, int, int) - Method in interface dev.getelements.elements.sdk.dao.ScheduleProgressDao
Gets all Progress instances with the supplied profile, schedule, and offet, count
getProgressesTabular() - Method in class dev.getelements.elements.dao.mongo.mission.MongoProgressDao
 
getProgressesTabular() - Method in interface dev.getelements.elements.sdk.dao.ProgressDao
Gets Progress instances in a tabular fashion.
getProgressesTabular() - Method in interface dev.getelements.elements.sdk.service.progress.ProgressService
Gets a Tabulation<ProgressRow> complete with the tabular data for that row.
getProgressesTabular() - Method in class dev.getelements.elements.service.progress.SuperUserProgressService
 
getProgressesTabular() - Method in class dev.getelements.elements.service.progress.UserProgressService
 
getProgressForProfileAndMission(Profile, String) - Method in interface dev.getelements.elements.sdk.dao.ProgressDao
Gets the Progress instance for the supplied Profile and Mission instance.
getProgressService() - Method in class dev.getelements.elements.rest.mission.ProgressResource
 
getProgressTabular() - Method in class dev.getelements.elements.rest.mission.ProgressResource
 
getProjectId() - Method in class dev.getelements.elements.dao.mongo.model.application.MongoFirebaseApplicationConfiguration
 
getProjectId() - Method in class dev.getelements.elements.sdk.model.application.FirebaseApplicationConfiguration
 
getProof() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearReceiptOutcome
 
getProof() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearTransactionOutcome
 
getProperties() - Method in class dev.getelements.elements.dao.mongo.model.schema.MongoMetadataSpec
 
getProperties() - Method in class dev.getelements.elements.dao.mongo.model.schema.MongoMetadataSpecProperty
 
getProperties() - Method in class dev.getelements.elements.rt.manifest.model.Model
Gets the mapping of properties.
getProperties() - Method in class dev.getelements.elements.sdk.model.schema.CreateMetadataSpecRequest
 
getProperties() - Method in class dev.getelements.elements.sdk.model.schema.json.JsonSchema
 
getProperties() - Method in class dev.getelements.elements.sdk.model.schema.json.JsonSchemaProperty
 
getProperties() - Method in class dev.getelements.elements.sdk.model.schema.MetadataSpec
 
getProperties() - Method in interface dev.getelements.elements.sdk.model.schema.MetadataSpecPropertiesContainer
getProperties() - Method in class dev.getelements.elements.sdk.model.schema.MetadataSpecProperty
 
getProperties() - Method in class dev.getelements.elements.sdk.model.schema.UpdateMetadataSpecRequest
 
getPropertiesProvider() - Method in class dev.getelements.elements.dao.mongo.guice.MongoTransactionProvider
 
getProtocol() - Method in class dev.getelements.elements.rt.remote.AbstractLocalInvocationDispatcher
 
getProtocol() - Method in class dev.getelements.elements.rt.SimpleJsonRpcInvocationService
 
getProtocol() - Method in class dev.getelements.elements.rt.SimpleJsonRpcManifestService
 
getProxy() - Method in interface dev.getelements.elements.rt.util.ProxyDelegate
Gets the underlying delegated type.
getProxy() - Method in class dev.getelements.elements.sdk.guice.ReentrantThreadLocalScope
 
getProxy(Class<ProxyDelegateT>) - Static method in interface dev.getelements.elements.rt.util.ProxyDelegate
 
getPSNApplicationConfiguration(String, String) - Method in class dev.getelements.elements.rest.application.PSNApplicationConfigurationResource
Gets the specific PSNApplicationConfiguration instances assocated with the application.
getPsnApplicationConfigurationService() - Method in class dev.getelements.elements.rest.application.PSNApplicationConfigurationResource
 
getPublicItems() - Method in class dev.getelements.elements.dao.mongo.goods.MongoItemDao
 
getPublicKey() - Method in class dev.getelements.elements.dao.mongo.model.auth.MongoAuthScheme
 
getPublicKey() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoVaultKey
 
getPublicKey() - Method in class dev.getelements.elements.sdk.model.auth.AuthScheme
 
getPublicKey() - Method in class dev.getelements.elements.sdk.model.auth.CreateAuthSchemeRequest
 
getPublicKey() - Method in class dev.getelements.elements.sdk.model.auth.CreateAuthSchemeResponse
 
getPublicKey() - Method in class dev.getelements.elements.sdk.model.auth.UpdateAuthSchemeRequest
 
getPublicKey() - Method in class dev.getelements.elements.sdk.model.auth.UpdateAuthSchemeResponse
 
getPublicKey() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.VaultKey
 
getPublicKey() - Method in class dev.getelements.elements.sdk.service.util.EncodedKeyPair
 
getPublicKey(PrivateKeyCrytpoAlgorithm, String) - Method in interface dev.getelements.elements.sdk.service.util.CryptoKeyPairUtility
Loads the public key from the supplied base64 string.
getPublicKey(PrivateKeyCrytpoAlgorithm, String, Class<PublicKeyT>) - Method in interface dev.getelements.elements.sdk.service.util.CryptoKeyPairUtility
Loads the public key from the supplied base64 encoded string.
getPublicKey(PrivateKeyCrytpoAlgorithm, String, Class<PublicKeyT>) - Method in class dev.getelements.elements.service.util.StandardCryptoKeyPairUtility
 
getPublicKeyBase64() - Method in class dev.getelements.elements.sdk.service.util.EncodedKeyPair
 
getPublicVisible() - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoItem
 
getPublisher() - Method in interface dev.getelements.elements.sdk.service.topic.Topic
Opens a connection to the underlying topic service and allows for the publication of messages on a particuilar topic.
getPurchaseDate() - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceiptPurchase
 
getPurchaseState() - Method in class dev.getelements.elements.dao.mongo.model.MongoGooglePlayIapReceipt
 
getPurchaseState() - Method in class dev.getelements.elements.sdk.model.googleplayiapreceipt.GooglePlayIapReceipt
 
getPurchaseTimeMillis() - Method in class dev.getelements.elements.dao.mongo.model.MongoGooglePlayIapReceipt
 
getPurchaseTimeMillis() - Method in class dev.getelements.elements.sdk.model.googleplayiapreceipt.GooglePlayIapReceipt
 
getPurchaseToken() - Method in class dev.getelements.elements.dao.mongo.model.MongoGooglePlayIapReceipt
 
getPurchaseToken() - Method in class dev.getelements.elements.sdk.model.googleplayiapreceipt.CreateGooglePlayIapReceipt
 
getPurchaseToken() - Method in class dev.getelements.elements.sdk.model.googleplayiapreceipt.GooglePlayIapReceipt
 
getPurchaseType() - Method in class dev.getelements.elements.dao.mongo.model.MongoGooglePlayIapReceipt
 
getPurchaseType() - Method in class dev.getelements.elements.sdk.model.googleplayiapreceipt.GooglePlayIapReceipt
 
getQuality() - Method in class dev.getelements.elements.rt.InstanceMetadata
 
getQuantity() - Method in class dev.getelements.elements.dao.mongo.model.application.MongoProductBundleReward
 
getQuantity() - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoInventoryItem
 
getQuantity() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoReward
 
getQuantity() - Method in class dev.getelements.elements.dao.mongo.model.MongoAppleIapReceipt
 
getQuantity() - Method in class dev.getelements.elements.sdk.model.appleiapreceipt.AppleIapReceipt
 
getQuantity() - Method in class dev.getelements.elements.sdk.model.application.ProductBundleReward
 
getQuantity() - Method in class dev.getelements.elements.sdk.model.inventory.CreateAdvancedInventoryItemRequest
 
getQuantity() - Method in class dev.getelements.elements.sdk.model.inventory.CreateSimpleInventoryItemRequest
 
getQuantity() - Method in class dev.getelements.elements.sdk.model.inventory.InventoryItem
 
getQuantity() - Method in class dev.getelements.elements.sdk.model.inventory.UpdateInventoryItemRequest
 
getQuantity() - Method in class dev.getelements.elements.sdk.model.reward.Reward
 
getQuantity() - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceiptPurchase
 
getQuantityDelta() - Method in class dev.getelements.elements.sdk.model.inventory.AdvancedInventoryItemQuantityAdjustment
 
getQuantityDelta() - Method in class dev.getelements.elements.sdk.model.inventory.SimpleInventoryItemQuantityAdjustment
 
getQuery(String, String) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleEventDao
 
getQueryForApplicationConfiguration(Class<T>, String, String) - Method in class dev.getelements.elements.dao.mongo.application.MongoApplicationConfigurationDao
 
getQueryForMongoApplicationConfiguration(Class<T>, String, String) - Method in class dev.getelements.elements.dao.mongo.application.MongoApplicationConfigurationDao
 
getQueryForNameOrId(String) - Method in class dev.getelements.elements.dao.mongo.mission.MongoMissionDao
 
getQueryMaxResults() - Method in class dev.getelements.elements.dao.mongo.MongoDBUtils
 
getRankAmongFriends(int, int, boolean, long, String) - Method in class dev.getelements.elements.rest.leaderboard.RankResource
 
getRankAmongMutualFollowers(int, int, boolean, long, String) - Method in class dev.getelements.elements.rest.leaderboard.RankResource
 
getRankDao() - Method in class dev.getelements.elements.service.leaderboard.AnonRankService
 
getRankDao() - Method in class dev.getelements.elements.service.leaderboard.UserRankService
 
getRanks(String, int, int, long, Function<Query<MongoScore>, Query<MongoScore>>) - Method in class dev.getelements.elements.dao.mongo.MongoRankDao
 
getRankService() - Method in class dev.getelements.elements.rest.leaderboard.RankResource
 
getRanksForFriends(String, int, int, long) - Method in interface dev.getelements.elements.sdk.service.leaderboard.RankService
Gets all Rank instances for the supplied Leaderboard.getId() relative to the Profile with the supplied id returning only Rank instances within the supplied friend list for the given Profile
getRanksForFriends(String, int, int, long) - Method in class dev.getelements.elements.service.leaderboard.AnonRankService
 
getRanksForFriends(String, int, int, long) - Method in class dev.getelements.elements.service.leaderboard.UserRankService
 
getRanksForFriends(String, String, int, int, long) - Method in class dev.getelements.elements.dao.mongo.MongoRankDao
 
getRanksForFriends(String, String, int, int, long) - Method in interface dev.getelements.elements.sdk.dao.RankDao
Given the Leaderboard name or ID, this will return all Rank instances sorted in order.
getRanksForFriendsRelative(String, int, int, long) - Method in interface dev.getelements.elements.sdk.service.leaderboard.RankService
Gets all Rank instances for the supplied Leaderboard.getId() relative to the Profile with the supplied id returning only Rank instances within the supplied friend list for the given Profile
getRanksForFriendsRelative(String, int, int, long) - Method in class dev.getelements.elements.service.leaderboard.AnonRankService
 
getRanksForFriendsRelative(String, int, int, long) - Method in class dev.getelements.elements.service.leaderboard.UserRankService
 
getRanksForFriendsRelative(String, String, int, int, long) - Method in class dev.getelements.elements.dao.mongo.MongoRankDao
 
getRanksForFriendsRelative(String, String, int, int, long) - Method in interface dev.getelements.elements.sdk.dao.RankDao
Given the Leaderboard name or ID, this will return all Rank instances sorted in order.
getRanksForGlobal(String, int, int, long) - Method in class dev.getelements.elements.dao.mongo.MongoRankDao
 
getRanksForGlobal(String, int, int, long) - Method in interface dev.getelements.elements.sdk.dao.RankDao
Given the Leaderboard name or ID, this will return all Rank instances sorted in order.
getRanksForGlobal(String, int, int, long) - Method in interface dev.getelements.elements.sdk.service.leaderboard.RankService
Gets all Rank instances for the supplied Leaderboard.getId()
getRanksForGlobal(String, int, int, long) - Method in class dev.getelements.elements.service.leaderboard.AnonRankService
 
getRanksForGlobal(String, int, int, long) - Method in class dev.getelements.elements.service.leaderboard.UserRankService
 
getRanksForGlobalRelative(String, String, int, int, long) - Method in class dev.getelements.elements.dao.mongo.MongoRankDao
 
getRanksForGlobalRelative(String, String, int, int, long) - Method in interface dev.getelements.elements.sdk.dao.RankDao
Given the Leaderboard name or ID, this will return all Rank instances sorted in order.
getRanksForGlobalRelative(String, String, int, int, long) - Method in interface dev.getelements.elements.sdk.service.leaderboard.RankService
Gets all Rank instances for the supplied Leaderboard relative to the Profile with the supplied id.
getRanksForGlobalRelative(String, String, int, int, long) - Method in class dev.getelements.elements.service.leaderboard.AnonRankService
 
getRanksForGlobalRelative(String, String, int, int, long) - Method in class dev.getelements.elements.service.leaderboard.UserRankService
 
getRanksForGlobalTabular(String, long) - Method in class dev.getelements.elements.dao.mongo.MongoRankDao
 
getRanksForGlobalTabular(String, long) - Method in interface dev.getelements.elements.sdk.dao.RankDao
Gets the ranks for a leaderboard as a tabulation.
getRanksForGlobalTabular(String, long) - Method in interface dev.getelements.elements.sdk.service.leaderboard.RankService
Gets the global ranks for tabular data.
getRanksForGlobalTabular(String, long) - Method in class dev.getelements.elements.service.leaderboard.AnonRankService
 
getRanksForGlobalTabular(String, long) - Method in class dev.getelements.elements.service.leaderboard.SuperUserRankService
 
getRanksForGlobalTabular(String, long) - Method in class dev.getelements.elements.service.leaderboard.UserRankService
 
getRanksForMutualFollowers(String, int, int, long) - Method in interface dev.getelements.elements.sdk.service.leaderboard.RankService
Gets all Rank instances for the supplied Leaderboard.getId() relative to the Profile with the supplied id returning only Rank instances within the supplied friend list for the given Profile
getRanksForMutualFollowers(String, int, int, long) - Method in class dev.getelements.elements.service.leaderboard.AnonRankService
 
getRanksForMutualFollowers(String, int, int, long) - Method in class dev.getelements.elements.service.leaderboard.UserRankService
 
getRanksForMutualFollowers(String, String, int, int, long) - Method in class dev.getelements.elements.dao.mongo.MongoRankDao
 
getRanksForMutualFollowers(String, String, int, int, long) - Method in interface dev.getelements.elements.sdk.dao.RankDao
Given the Leaderboard name or ID, this will return all Rank instances sorted in order.
getRanksForMutualFollowersRelative(String, int, int, long) - Method in interface dev.getelements.elements.sdk.service.leaderboard.RankService
Gets all Rank instances for the supplied Leaderboard relative to the Profile with the supplied id returning only Rank instances within the supplied friend list for the given Profile
getRanksForMutualFollowersRelative(String, int, int, long) - Method in class dev.getelements.elements.service.leaderboard.AnonRankService
 
getRanksForMutualFollowersRelative(String, int, int, long) - Method in class dev.getelements.elements.service.leaderboard.UserRankService
 
getRanksForMutualFollowersRelative(String, String, int, int, long) - Method in class dev.getelements.elements.dao.mongo.MongoRankDao
 
getRanksForMutualFollowersRelative(String, String, int, int, long) - Method in interface dev.getelements.elements.sdk.dao.RankDao
Given the Leaderboard name or ID, this will return all Rank instances sorted in order.
getRanksRelative(String, MongoProfile, int, int, long, Function<Query<MongoScore>, Query<MongoScore>>, Function<Query<MongoScore>, Query<MongoScore>>) - Method in class dev.getelements.elements.dao.mongo.MongoRankDao
 
getRaw() - Method in class dev.getelements.elements.sdk.cluster.path.ParameterizedPath
Gets the underlying raw Path instance.
getRead() - Method in class dev.getelements.elements.dao.mongo.model.largeobject.MongoAccessPermissions
 
getRead() - Method in class dev.getelements.elements.sdk.model.largeobject.AccessPermissions
 
getRead() - Method in class dev.getelements.elements.sdk.model.largeobject.CreateLargeObjectRequest
 
getRead() - Method in class dev.getelements.elements.sdk.model.largeobject.UpdateLargeObjectRequest
 
getReadLock() - Method in interface dev.getelements.elements.rt.util.ReadWriteGuard
 
getReadLock() - Method in class dev.getelements.elements.rt.util.ReentrantReadWriteGuard
 
getReceipt() - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapVerifyReceiptResponse
 
getReceiptCreationDate() - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceipt
 
getReceiptData() - Method in class dev.getelements.elements.dao.mongo.model.MongoAppleIapReceipt
 
getReceiptData() - Method in class dev.getelements.elements.sdk.model.appleiapreceipt.AppleIapReceipt
 
getReceiptData() - Method in class dev.getelements.elements.sdk.model.appleiapreceipt.CreateAppleIapReceipt
 
getReceiptIds() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearOutcome
 
getReceiptsOutcome() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearInvokeContractResponse
 
getRecipient() - Method in interface dev.getelements.elements.sdk.service.notification.NotificationParameters
Gets the singular Profile who will recieve the notification.
getRecipient() - Method in class dev.getelements.elements.service.notification.StandardNotificationBuilder
 
getRecords() - Method in class dev.getelements.elements.sdk.model.health.DiscoveryHealthStatus
 
getRefreshIntervalInSeconds() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQInstanceConnectionService
 
getRefreshRateSeconds() - Method in class dev.getelements.elements.rt.remote.SimpleRemoteInvokerRegistry
 
getRefreshTimeoutSeconds() - Method in class dev.getelements.elements.rt.remote.SimpleRemoteInvokerRegistry
 
getRefreshToken() - Method in class dev.getelements.elements.service.FirebaseEmailPasswordSignUpResponse
 
getRefreshToken() - Method in class dev.getelements.elements.service.FirebaseUsernamePasswordSignInResponse
 
getRegistrationsForRecipient(String) - Method in class dev.getelements.elements.dao.mongo.MongoFCMRegistrationDao
 
getRegistrationsForRecipient(String) - Method in interface dev.getelements.elements.sdk.dao.FCMRegistrationDao
Gets a Stream<FCMRegistration> containing all currently registered FCMRegistration instances associated witht he supplied Profile id of the recipient.
getRegistrationToken() - Method in class dev.getelements.elements.dao.mongo.model.MongoFCMRegistration
 
getRegistrationToken() - Method in class dev.getelements.elements.sdk.model.notification.FCMRegistration
 
getRegistry() - Method in class dev.getelements.elements.servlet.security.HttpServletAuthenticationFilter
 
getRegistry() - Method in class dev.getelements.elements.servlet.security.HttpServletElementScopeFilter
 
getRegistry() - Method in class dev.getelements.elements.servlet.security.HttpServletHeaderProfileOverrideFilter
 
getRemaining() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgress
 
getRemaining() - Method in class dev.getelements.elements.sdk.model.mission.Progress
 
getRemaining() - Method in class dev.getelements.elements.sdk.model.mission.ProgressRow
 
getRemoteInvocationDispatcherProvider() - Method in class dev.getelements.elements.rt.remote.RemoteProxyProvider
 
getRemoteInvoker(NodeId) - Method in interface dev.getelements.elements.rt.remote.RemoteInvokerRegistry
Returns the RemoteInvoker registered under the given NodeId.
getRemoteInvoker(NodeId) - Method in class dev.getelements.elements.rt.remote.SimpleRemoteInvokerRegistry
 
getRemoteInvokerProvider() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQInstanceConnectionService
 
getRemoteInvokerProvider() - Method in class dev.getelements.elements.rt.remote.SimpleRemoteInvokerRegistry
 
getRemoteInvokerRegistry() - Method in class dev.getelements.elements.rt.remote.SimpleInstance
 
getRemoteInvokerRegistry() - Method in class dev.getelements.elements.rt.routing.AbstractAggregateRoutingStrategy
 
getRemoteInvokerRegistry() - Method in class dev.getelements.elements.rt.routing.DefaultRoutingStrategy
 
getRemoteInvokerRegistry() - Method in class dev.getelements.elements.rt.routing.SameNodeIdRoutingStrategy
 
getRemoteInvokerRegistry() - Method in class dev.getelements.elements.service.health.DefaultHealthStatusService
 
getRemoteInvokers(List<Object>) - Method in class dev.getelements.elements.rt.routing.AbstractAggregateRoutingStrategy
Gets the List<RemoteInvoker> for the supplied address.
getRemoteInvokers(List<Object>) - Method in class dev.getelements.elements.rt.routing.ListAggregateRoutingStrategy
 
getRemoteUser() - Method in class dev.getelements.elements.security.AuthenticatedRequest
 
getRepository(ServletRequest) - Static method in class org.eclipse.jgit.http.server.ServletUtils
Get the selected repository from the request.
getRequestDate() - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceipt
 
getRequestHeaders() - Method in class dev.getelements.elements.sdk.model.session.OAuth2SessionRequest
 
getRequestParameters() - Method in class dev.getelements.elements.sdk.model.session.OAuth2SessionRequest
 
getRequired() - Method in class dev.getelements.elements.sdk.model.schema.json.JsonSchema
 
getRequired() - Method in class dev.getelements.elements.sdk.model.schema.json.JsonSchemaProperty
 
getResolutionProvider() - Method in class dev.getelements.elements.service.blockchain.crypto.evm.SuperUserEvmSmartContractInvocationService
 
getResolutionProvider() - Method in class dev.getelements.elements.service.blockchain.crypto.flow.SuperUserFlowSmartContractInvocationService
 
getResolutionProvider() - Method in class dev.getelements.elements.service.blockchain.crypto.near.SuperUserNearSmartContractInvocationService
 
getResource() - Method in interface dev.getelements.elements.rt.ResourceService.ResourceTransaction
Gets the Resource.
getResourceContext() - Method in interface dev.getelements.elements.rt.Context
Gets the ResourceContext assocaited with this Context
getResourceContext() - Method in class dev.getelements.elements.rt.remote.ClusterContext
 
getResourceContext() - Method in class dev.getelements.elements.rt.SimpleContext
 
getResourceEntries() - Method in interface dev.getelements.elements.rt.transact.Snapshot
Gets all ResourceEntry instances in this Snapshot.
getResourceEntries() - Method in class dev.getelements.elements.rt.transact.StandardSnapshot
 
getResourceEntry(ResourceId) - Method in interface dev.getelements.elements.rt.transact.Snapshot
Gets the ResourceEntry or throws an instance of SnapshotMissException.
getResourceEntry(Path) - Method in interface dev.getelements.elements.rt.transact.Snapshot
Gets the ResourceEntry or throws an instance of SnapshotMissException.
getResourceId() - Method in exception class dev.getelements.elements.rt.exception.ResourceDestroyedException
 
getResourceId() - Method in interface dev.getelements.elements.rt.IndexContext.Listing
 
getResourceId() - Method in interface dev.getelements.elements.rt.IndexContext.Unlink
Returns the ResourceId that was affected by the unlinking operation.
getResourceId() - Method in interface dev.getelements.elements.rt.ResourceService.Listing
Returns the ResourceId at the supplied ResourceId.
getResourceId() - Method in interface dev.getelements.elements.rt.ResourceService.ResourceAcquisition
Gets the ResourceId.
getResourceId() - Method in interface dev.getelements.elements.rt.ResourceService.Unlink
Returns the ResourceId at the supplied ResourceId.
getResourceId() - Method in class dev.getelements.elements.rt.SimpleIndexContext.SimpleIndexContextUnlink
 
getResourceId() - Method in class dev.getelements.elements.rt.SimpleIndexContextListing
 
getResourceId() - Method in class dev.getelements.elements.rt.SimpleResourceServiceListing
 
getResourceId() - Method in class dev.getelements.elements.rt.SimpleResourceServiceUnlink
 
getResourceId() - Method in interface dev.getelements.elements.rt.transact.ResourceEntry
Gets the ResourceId or throws an instance of ResourceNotFoundException if no such resource exists with this entry.
getResourceId() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSResourceContentsMapping
Gets the ResourceId associated with this mapping.
getResourceId() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTaskPathMapping
Gets the TaskId.
getResourceId() - Method in class dev.getelements.elements.sdk.cluster.id.TaskId
Returns the ResourceId attached to this TaskId
getResourceId(Path) - Method in interface dev.getelements.elements.rt.transact.ReadOnlyTransaction
Gets the ResourceId associated with the given Path.
getResourceIdReadMonitor(ResourceId) - Method in interface dev.getelements.elements.rt.LockSetService
Gets a single Monitor for the supplied ResourceId (for reading).
getResourceIdReadMonitor(ResourceId) - Method in class dev.getelements.elements.rt.WeakReferenceLockSetService
 
getResourceIdReadMonitor(SortedSet<ResourceId>) - Method in interface dev.getelements.elements.rt.LockSetService
Gets a Monitor which will lock all resources in the ResourceId instances for read operations.
getResourceIdWriteMonitor(ResourceId) - Method in interface dev.getelements.elements.rt.LockSetService
Gets a single Monitor for the supplied ResourceId (for writing).
getResourceIdWriteMonitor(ResourceId) - Method in class dev.getelements.elements.rt.WeakReferenceLockSetService
 
getResourceIdWriteMonitor(SortedSet<ResourceId>) - Method in interface dev.getelements.elements.rt.LockSetService
Gets a Monitor which will lock all resources in the ResourceId instances for write operations.
getResourceIndex() - Method in interface dev.getelements.elements.rt.transact.DataStore
Returns the ResourceIndex which manages the relationship betwen ResourceIds and their underlying persistent storage.
getResourceIndex() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSDataStore
 
getResourceLoader() - Method in class dev.getelements.elements.rt.SimpleContext
 
getResourceLoader() - Method in class dev.getelements.elements.rt.SimpleResourceContext
 
getResourceLoader() - Method in class dev.getelements.elements.rt.SimpleRetainedHandlerService
 
getResourceLoader() - Method in class dev.getelements.elements.rt.SimpleSingleUseHandlerService
 
getResourceLoader() - Method in class dev.getelements.elements.rt.transact.TransactionalResourceService
 
getResourceProvider() - Method in class dev.getelements.elements.appnode.security.ResourceOptionalSessionProvider
 
getResourceService() - Method in class dev.getelements.elements.rt.SimpleContext
 
getResourceService() - Method in class dev.getelements.elements.rt.SimpleHandlerContext
 
getResourceService() - Method in class dev.getelements.elements.rt.SimpleIndexContext
 
getResourceService() - Method in class dev.getelements.elements.rt.SimpleResourceContext
 
getResourceService() - Method in class dev.getelements.elements.rt.SimpleRetainedHandlerService
 
getResourceService() - Method in class dev.getelements.elements.rt.SimpleScheduler
 
getResourceService() - Method in class dev.getelements.elements.rt.SimpleSingleUseHandlerService
 
getResourceService() - Method in class dev.getelements.elements.rt.transact.TransactionalSchedulerContext
 
getResponseCode() - Method in exception class dev.getelements.elements.rt.exception.AssetNotFoundException
 
getResponseCode() - Method in exception class dev.getelements.elements.rt.exception.AsyncOperationCanceledException
 
getResponseCode() - Method in exception class dev.getelements.elements.rt.exception.BadManifestException
 
getResponseCode() - Method in exception class dev.getelements.elements.rt.exception.BadRequestException
 
getResponseCode() - Method in exception class dev.getelements.elements.rt.exception.BaseException
 
getResponseCode() - Method in exception class dev.getelements.elements.rt.exception.ContentionException
 
getResponseCode() - Method in exception class dev.getelements.elements.rt.exception.CorruptEnvelopeException
 
getResponseCode() - Method in exception class dev.getelements.elements.rt.exception.DeadResourceException
 
getResponseCode() - Method in exception class dev.getelements.elements.rt.exception.DuplicateException
 
getResponseCode() - Method in exception class dev.getelements.elements.rt.exception.DuplicateTaskException
 
getResponseCode() - Method in exception class dev.getelements.elements.rt.exception.HandlerTimeoutException
 
getResponseCode() - Method in exception class dev.getelements.elements.rt.exception.InstanceNotFoundException
 
getResponseCode() - Method in exception class dev.getelements.elements.rt.exception.InternalException
 
getResponseCode() - Method in exception class dev.getelements.elements.rt.exception.ManifestNotFoundException
 
getResponseCode() - Method in exception class dev.getelements.elements.rt.exception.MethodNotFoundException
 
getResponseCode() - Method in exception class dev.getelements.elements.rt.exception.ModelNotFoundException
 
getResponseCode() - Method in exception class dev.getelements.elements.rt.exception.ModuleNotFoundException
 
getResponseCode() - Method in exception class dev.getelements.elements.rt.exception.NodeNotFoundException
 
getResponseCode() - Method in exception class dev.getelements.elements.rt.exception.NoSuchTaskException
 
getResponseCode() - Method in exception class dev.getelements.elements.rt.exception.OperationNotFoundException
 
getResponseCode() - Method in exception class dev.getelements.elements.rt.exception.ParameterNotFoundException
 
getResponseCode() - Method in exception class dev.getelements.elements.rt.exception.RemoteThrowableException
 
getResponseCode() - Method in exception class dev.getelements.elements.rt.exception.ResourceDestroyedException
 
getResponseCode() - Method in exception class dev.getelements.elements.rt.exception.ResourceNotFoundException
 
getResponseCode() - Method in exception class dev.getelements.elements.rt.exception.RoutingException
 
getResponseCode() - Method in exception class dev.getelements.elements.rt.exception.ServiceNotFoundException
 
getResponseCode() - Method in exception class dev.getelements.elements.rt.exception.TaskKilledException
 
getResponseCode() - Method in exception class dev.getelements.elements.rt.exception.UnacceptableContentException
 
getResponseCode() - Method in exception class dev.getelements.elements.rt.exception.UnsupportedMediaTypeException
 
getResponseCode() - Method in exception class dev.getelements.elements.rt.exception.VerbNotSupportedException
 
getResponseContentType(HttpServletRequest) - Static method in class org.eclipse.jgit.http.server.GitSmartHttpTools
Get the response Content-Type a client expects for the request.
getResponseIdMapping() - Method in class dev.getelements.elements.dao.mongo.model.auth.MongoOAuth2AuthScheme
 
getResponseIdMapping() - Method in class dev.getelements.elements.sdk.model.auth.CreateOrUpdateOAuth2AuthSchemeRequest
 
getResponseIdMapping() - Method in class dev.getelements.elements.sdk.model.auth.OAuth2AuthScheme
 
getResult() - Method in class dev.getelements.elements.rt.jrpc.JsonRpcResponse
 
getResult() - Method in class dev.getelements.elements.rt.remote.InvocationResult
Gets the result of the remote Method, or null if the method failed to invoke.
getResult() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearContractFunctionCallResult
 
getResultConsumer() - Method in class dev.getelements.elements.rt.util.SyncWait
Returns a Consumer<ResultT> for accepting the result.
getRetainedHandlerService() - Method in class dev.getelements.elements.rt.SimpleEventService
 
getRetainedHandlerService() - Method in class dev.getelements.elements.rt.SimpleHandlerContext
 
getReturns() - Method in class dev.getelements.elements.rt.manifest.jrpc.JsonRpcMethod
 
getReversePathsImmutable() - Method in class dev.getelements.elements.rt.transact.AbstractResourceEntry
 
getReversePathsImmutable() - Method in interface dev.getelements.elements.rt.transact.ResourceEntry
Gets the internal immutable list of reverse links.
getRevertReason() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractResponse
 
getRevision() - Method in class dev.getelements.elements.dao.mongo.model.MongoDeployment
 
getRevision() - Method in class dev.getelements.elements.sdk.model.cdn.CreateDeploymentRequest
 
getRevision() - Method in class dev.getelements.elements.sdk.model.cdn.UpdateDeploymentRequest
 
getRevision() - Method in class dev.getelements.elements.sdk.model.Deployment
 
getRevision() - Method in class dev.getelements.elements.sdk.model.Version
 
getRewardIssuance() - Method in class dev.getelements.elements.sdk.model.reward.RewardIssuanceRedemptionResult
 
getRewardIssuance(User, String) - Method in class dev.getelements.elements.dao.mongo.MongoRewardIssuanceDao
 
getRewardIssuance(User, String) - Method in interface dev.getelements.elements.sdk.dao.RewardIssuanceDao
Fetches the reward issuance for the given user and context.
getRewardIssuance(String) - Method in class dev.getelements.elements.dao.mongo.MongoRewardIssuanceDao
 
getRewardIssuance(String) - Method in class dev.getelements.elements.rest.mission.RewardIssuanceResource
 
getRewardIssuance(String) - Method in interface dev.getelements.elements.sdk.dao.RewardIssuanceDao
Fetches the instance of RewardIssuance.
getRewardIssuance(String) - Method in interface dev.getelements.elements.sdk.service.rewardissuance.RewardIssuanceService
Fetches the instance of RewardIssuance for the given .
getRewardIssuance(String) - Method in class dev.getelements.elements.service.rewardissuance.UserRewardIssuanceService
 
getRewardIssuanceDao() - Method in class dev.getelements.elements.dao.mongo.mission.MongoProgressDao
 
getRewardIssuanceDao() - Method in class dev.getelements.elements.service.appleiap.UserAppleIapReceiptService
 
getRewardIssuanceDao() - Method in class dev.getelements.elements.service.googleplayiap.UserGooglePlayIapReceiptService
 
getRewardIssuanceDao() - Method in class dev.getelements.elements.service.rewardissuance.UserRewardIssuanceService
 
getRewardIssuanceId() - Method in class dev.getelements.elements.sdk.model.reward.RewardIssuanceRedemptionResult
 
getRewardIssuances() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgress
 
getRewardIssuances() - Method in class dev.getelements.elements.sdk.model.mission.Progress
 
getRewardIssuances(int, int, List<RewardIssuance.State>, List<String>) - Method in class dev.getelements.elements.rest.mission.RewardIssuanceResource
 
getRewardIssuances(int, int, List<RewardIssuance.State>, List<String>) - Method in interface dev.getelements.elements.sdk.service.rewardissuance.RewardIssuanceService
Fetches all RewardIssuances for the logged-in user, filtered by the optional given and .
getRewardIssuances(int, int, List<RewardIssuance.State>, List<String>) - Method in class dev.getelements.elements.service.rewardissuance.UserRewardIssuanceService
 
getRewardIssuances(User, int, int) - Method in interface dev.getelements.elements.sdk.dao.RewardIssuanceDao
Gets all reward issuances for a given user.
getRewardIssuances(User, int, int, List<RewardIssuance.State>, List<String>) - Method in class dev.getelements.elements.dao.mongo.MongoRewardIssuanceDao
 
getRewardIssuances(User, int, int, List<RewardIssuance.State>, List<String>) - Method in interface dev.getelements.elements.sdk.dao.RewardIssuanceDao
Gets all reward issuances for the given user, optionally specifying the allowable RewardIssuance.States and/or .
getRewardIssuanceService() - Method in class dev.getelements.elements.rest.mission.RewardIssuanceResource
 
getRewardIssuanceUuids() - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoInventoryItem
 
getRewards() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoStep
 
getRewards() - Method in class dev.getelements.elements.sdk.model.mission.Step
 
getRewardsEarned() - Method in class dev.getelements.elements.sdk.model.advancement.Advancement
All Reward instances earned as part of this Advancement.
getRoot() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractResponse
 
getRootElementRegistry() - Method in class dev.getelements.elements.common.app.StandardApplicationElementService
 
getRootElementRegistry() - Method in interface dev.getelements.elements.sdk.local.ElementsLocal
Gets the root ElementRegistry used by the local runner.
getRootElementRegistry() - Method in class dev.getelements.elements.sdk.local.StandardElementsLocal
 
getRoutingHealthStatus() - Method in class dev.getelements.elements.sdk.model.health.HealthStatus
 
getRoutingStatus() - Method in interface dev.getelements.elements.rt.remote.ControlClient
Gets the routing status for the system.
getRoutingStatus() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQControlClient
 
getRoutingStrategy(Route) - Method in class dev.getelements.elements.rt.remote.SimpleRemoteInvocationDispatcher
 
getRoutingStrategyName() - Method in class dev.getelements.elements.rt.remote.Route
 
getRoutingStrategyType() - Method in class dev.getelements.elements.rt.remote.Route
 
getRoutingTable() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQMultiplexRouter
 
getRoutingTable() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQRoutingStatus
 
getRoutingTable() - Method in interface dev.getelements.elements.rt.remote.RoutingStatus
 
getRoutingTable() - Method in class dev.getelements.elements.sdk.model.health.RoutingHealthStatus
 
getRows() - Method in class dev.getelements.elements.sdk.model.Tabulation
Gets the rows of this tabulation.
getSalt() - Method in class dev.getelements.elements.dao.mongo.model.MongoUser
 
getSalt() - Method in class dev.getelements.elements.sdk.service.blockchain.crypto.AesEncryptionSpec
 
getSaveDataDocument(String) - Method in class dev.getelements.elements.rest.savedata.SaveDataDocumentResource
 
getSaveDataDocument(String) - Method in interface dev.getelements.elements.sdk.dao.SaveDataDocumentDao
Gets a SaveDataDocument from the supplied id.
getSaveDataDocument(String) - Method in interface dev.getelements.elements.sdk.service.savedata.SaveDataDocumentService
Gets a specific save document with the supplied.
getSaveDataDocumentDao() - Method in class dev.getelements.elements.service.savedata.SuperUserSaveDataDocumentService
 
getSaveDataDocumentDao() - Method in class dev.getelements.elements.service.savedata.UserSaveDataDocumentService
 
getSaveDataDocumentId() - Method in class dev.getelements.elements.dao.mongo.model.savedata.MongoSaveDataDocument
 
getSaveDataDocuments(int, int, String) - Method in interface dev.getelements.elements.sdk.service.savedata.SaveDataDocumentService
Gets all save data documents, filtering by the supplied query string.
getSaveDataDocuments(int, int, String) - Method in class dev.getelements.elements.service.savedata.SuperUserSaveDataDocumentService
 
getSaveDataDocuments(int, int, String) - Method in class dev.getelements.elements.service.savedata.UserSaveDataDocumentService
 
getSaveDataDocuments(int, int, String, String) - Method in class dev.getelements.elements.dao.mongo.savedata.MongoSaveDataDocumentDao
 
getSaveDataDocuments(int, int, String, String) - Method in interface dev.getelements.elements.sdk.dao.SaveDataDocumentDao
Gets all save data documents matching the supplied criteria.
getSaveDataDocuments(int, int, String, String) - Method in interface dev.getelements.elements.sdk.service.savedata.SaveDataDocumentService
Gets all save data documents.
getSaveDataDocuments(int, int, String, String) - Method in class dev.getelements.elements.service.savedata.SuperUserSaveDataDocumentService
 
getSaveDataDocuments(int, int, String, String) - Method in class dev.getelements.elements.service.savedata.UserSaveDataDocumentService
 
getSaveDataDocuments(int, int, String, String, String) - Method in class dev.getelements.elements.dao.mongo.savedata.MongoSaveDataDocumentDao
 
getSaveDataDocuments(int, int, String, String, String) - Method in class dev.getelements.elements.rest.savedata.SaveDataDocumentResource
 
getSaveDataDocuments(int, int, String, String, String) - Method in interface dev.getelements.elements.sdk.dao.SaveDataDocumentDao
Gets all save data documents matching the supplied criteria.
getSaveDataDocumentService() - Method in class dev.getelements.elements.rest.savedata.SaveDataDocumentResource
 
getSchedule() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoScheduleEvent
 
getSchedule() - Method in class dev.getelements.elements.sdk.model.mission.ScheduleEvent
 
getScheduleByNameOrId(String) - Method in class dev.getelements.elements.rest.mission.ScheduleResource
 
getScheduleByNameOrId(String) - Method in interface dev.getelements.elements.sdk.dao.ScheduleDao
Gets the Schedule with the supplied name or id.
getScheduleByNameOrId(String) - Method in interface dev.getelements.elements.sdk.service.mission.ScheduleService
 
getScheduleByNameOrId(String) - Method in class dev.getelements.elements.service.mission.SuperUserScheduleService
 
getScheduleDao() - Method in class dev.getelements.elements.service.mission.SuperUserScheduleService
 
getScheduledExecutorServiceFactory() - Method in class dev.getelements.elements.rt.remote.watchdog.SimpleWatchdogService
 
getScheduledExecutorServiceFactory() - Method in class dev.getelements.elements.rt.SimpleScheduler
 
getScheduleEventById(String, String) - Method in interface dev.getelements.elements.sdk.dao.ScheduleEventDao
Gets the ScheduleEvent with the id and schedule id.
getScheduleEventByNameOrId(String, String) - Method in class dev.getelements.elements.rest.mission.ScheduleEventResource
 
getScheduleEventByNameOrId(String, String) - Method in interface dev.getelements.elements.sdk.service.mission.ScheduleEventService
 
getScheduleEventByNameOrId(String, String) - Method in class dev.getelements.elements.service.mission.SuperUserScheduleEventService
 
getScheduleEventDao() - Method in class dev.getelements.elements.service.mission.SuperUserScheduleEventService
 
getScheduleEventDao() - Method in class dev.getelements.elements.service.mission.SuperUserScheduleService
 
getScheduleEvents() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgress
 
getScheduleEvents() - Method in class dev.getelements.elements.sdk.model.mission.Progress
 
getScheduleEvents(String, int, int) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleEventDao
 
getScheduleEvents(String, int, int) - Method in interface dev.getelements.elements.sdk.dao.ScheduleEventDao
Gets a Pagination<ScheduleEvent> of ScheduleEvent instances for the supplied Schedule
getScheduleEvents(String, int, int) - Method in interface dev.getelements.elements.sdk.service.mission.ScheduleEventService
 
getScheduleEvents(String, int, int) - Method in class dev.getelements.elements.service.mission.SuperUserScheduleEventService
 
getScheduleEvents(String, int, int, String) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleEventDao
 
getScheduleEvents(String, int, int, String) - Method in interface dev.getelements.elements.sdk.dao.ScheduleEventDao
Gets a Pagination<ScheduleEvent> of ScheduleEvent instances for the supplied Schedule
getScheduleEvents(String, int, int, String) - Method in interface dev.getelements.elements.sdk.service.mission.ScheduleEventService
 
getScheduleEvents(String, int, int, String) - Method in class dev.getelements.elements.service.mission.SuperUserScheduleEventService
 
getScheduleEvents(String, int, int, List<String>, String) - Method in class dev.getelements.elements.rest.mission.ScheduleEventResource
 
getScheduleProgressDao() - Method in class dev.getelements.elements.service.mission.UserScheduleProgressService
 
getScheduleProgresses(String, int, int, List<String>) - Method in class dev.getelements.elements.rest.mission.ScheduleProgressResource
 
getScheduleProgressService() - Method in class dev.getelements.elements.rest.mission.ScheduleProgressResource
 
getScheduleProgressService(String, int, int) - Method in interface dev.getelements.elements.sdk.service.mission.ScheduleProgressService
Gets all Progress instances that are associated with the Schedule based on the current time.
getScheduleProgressService(String, int, int) - Method in class dev.getelements.elements.service.mission.UserScheduleProgressService
 
getScheduleQuery(String) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleDao
 
getScheduler() - Method in class dev.getelements.elements.rt.SimpleContext
 
getScheduler() - Method in class dev.getelements.elements.rt.SimpleHandlerContext
 
getScheduler() - Method in class dev.getelements.elements.rt.SimpleResourceContext
 
getScheduler() - Method in class dev.getelements.elements.rt.SimpleRetainedHandlerService
 
getScheduler() - Method in class dev.getelements.elements.rt.SimpleSchedulerContext
 
getScheduler() - Method in class dev.getelements.elements.rt.SimpleSingleUseHandlerService
 
getSchedulerContext() - Method in interface dev.getelements.elements.rt.Context
Gets the SchedulerContext assocaited with this Context
getSchedulerContext() - Method in class dev.getelements.elements.rt.remote.ClusterContext
 
getSchedulerContext() - Method in class dev.getelements.elements.rt.SimpleContext
 
getSchedulerPoolSizeProvider() - Method in class dev.getelements.elements.rt.remote.provider.ScheduledExecutorServiceProvider
 
getSchedules() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgress
 
getSchedules() - Method in class dev.getelements.elements.sdk.model.mission.Progress
 
getSchedules(int, int) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleDao
 
getSchedules(int, int) - Method in interface dev.getelements.elements.sdk.dao.ScheduleDao
 
getSchedules(int, int) - Method in interface dev.getelements.elements.sdk.service.mission.ScheduleService
 
getSchedules(int, int) - Method in class dev.getelements.elements.service.mission.SuperUserScheduleService
 
getSchedules(int, int, String) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleDao
 
getSchedules(int, int, String) - Method in interface dev.getelements.elements.sdk.dao.ScheduleDao
 
getSchedules(int, int, String) - Method in interface dev.getelements.elements.sdk.service.mission.ScheduleService
 
getSchedules(int, int, String) - Method in class dev.getelements.elements.service.mission.SuperUserScheduleService
 
getSchedules(int, int, List<String>, String) - Method in class dev.getelements.elements.rest.mission.ScheduleResource
 
getscheduleService() - Method in class dev.getelements.elements.rest.mission.ScheduleEventResource
 
getscheduleService() - Method in class dev.getelements.elements.rest.mission.ScheduleResource
 
getSchema() - Method in class dev.getelements.elements.sdk.model.schema.EditorSchema
 
getScheme() - Method in class dev.getelements.elements.dao.mongo.model.match.MongoMatch
 
getScheme() - Method in class dev.getelements.elements.dao.mongo.model.MongoUserUidScheme
 
getScheme() - Method in class dev.getelements.elements.sdk.model.auth.CreateAuthSchemeResponse
 
getScheme() - Method in class dev.getelements.elements.sdk.model.auth.CreateOrUpdateOAuth2AuthSchemeResponse
 
getScheme() - Method in class dev.getelements.elements.sdk.model.auth.CreateOrUpdateOidcAuthSchemeResponse
 
getScheme() - Method in class dev.getelements.elements.sdk.model.auth.UpdateAuthSchemeResponse
 
getScheme() - Method in class dev.getelements.elements.sdk.model.match.Match
Gets the desired matchmaking scheme.
getScheme() - Method in class dev.getelements.elements.sdk.model.user.UserUid
 
getSchemeId() - Method in class dev.getelements.elements.sdk.model.session.OAuth2SessionRequest
 
getScope() - Method in class dev.getelements.elements.dao.mongo.model.match.MongoMatch
 
getScope() - Method in class dev.getelements.elements.rt.manifest.jrpc.JsonRpcService
 
getScope() - Method in class dev.getelements.elements.rt.remote.AbstractLocalInvocationDispatcher
 
getScope() - Method in class dev.getelements.elements.rt.SimpleJsonRpcInvocationService
 
getScope() - Method in class dev.getelements.elements.rt.SimpleJsonRpcManifestService
 
getScope() - Method in interface dev.getelements.elements.rt.transact.TaskEntry
Gets the scope of the task entry.
getScope() - Method in class dev.getelements.elements.sdk.model.match.Match
Gets the scope of the match.
getScope() - Method in class dev.getelements.elements.service.blockchain.invoke.StandardSmartContractInvocationResolution
 
getScope(Class<?>, String, String) - Static method in class dev.getelements.elements.rt.annotation.RemoteModel.Util
Gets the definition matching scope and protocol.
getScope(Class<?>, String, String) - Static method in class dev.getelements.elements.rt.annotation.RemoteService.Util
Gets the definition matching scope and protocol.
getScopedInvokerFactory() - Method in class dev.getelements.elements.service.blockchain.crypto.evm.SuperUserEvmSmartContractInvocationService
 
getScopedInvokerFactory() - Method in class dev.getelements.elements.service.blockchain.crypto.flow.SuperUserFlowSmartContractInvocationService
 
getScopedInvokerFactory() - Method in class dev.getelements.elements.service.blockchain.crypto.near.SuperUserNearSmartContractInvocationService
 
getScopedInvokerFactory() - Method in class dev.getelements.elements.service.blockchain.invoke.StandardSmartContractInvocationResolution
 
getScopeThreadLocal() - Method in class dev.getelements.elements.sdk.guice.GuiceServiceLocator
 
getScore() - Method in class dev.getelements.elements.sdk.model.leaderboard.Rank
 
getScoreDao() - Method in class dev.getelements.elements.service.leaderboard.UserScoreService
 
getScoreService() - Method in class dev.getelements.elements.rest.leaderboard.ScoreResource
 
getScoreStrategyType() - Method in class dev.getelements.elements.dao.mongo.model.MongoLeaderboard
 
getScoreStrategyType() - Method in class dev.getelements.elements.sdk.model.leaderboard.Leaderboard
 
getScoreUnits() - Method in class dev.getelements.elements.dao.mongo.model.MongoLeaderboard
 
getScoreUnits() - Method in class dev.getelements.elements.sdk.model.leaderboard.Leaderboard
 
getScoreUnits() - Method in class dev.getelements.elements.sdk.model.leaderboard.RankRow
 
getScoreUnits() - Method in class dev.getelements.elements.sdk.model.leaderboard.Score
 
getScriptHash() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscSmartContract
 
getScriptHash() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoSmartContract
 
getScriptHash() - Method in class dev.getelements.elements.sdk.model.blockchain.ElementsSmartContract
Deprecated.
 
getScriptHash() - Method in class dev.getelements.elements.sdk.model.blockchain.PatchSmartContractRequest
Deprecated.
 
getScriptRepoUrl() - Method in class dev.getelements.elements.sdk.model.application.Application
Gets script repo URL.
getScriptStorageDirectory() - Method in class dev.getelements.elements.codeserve.FileSystemScriptApplicationRepositoryResolverProvider
 
getSecretDigest(MessageDigest, byte[]) - Method in class dev.getelements.elements.dao.mongo.model.MongoSessionSecret
Gets a digest version of this MongoSessionSecret using the provided MessageDigest.
getSecretDigestEncoded(MessageDigest, byte[]) - Method in class dev.getelements.elements.dao.mongo.model.MongoSessionSecret
Base64 encodes the secret digest using MongoSessionSecret.getSecretDigestEncoded(MessageDigest, byte[]) and returns the result.
getSecretKeyAlgorithm() - Method in class dev.getelements.elements.sdk.service.blockchain.crypto.AesEncryptionSpec
 
getSecurityChain() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQInstanceConnectionService
 
getSequence() - Method in class dev.getelements.elements.app.serve.loader.JakartaRsLoader
 
getSequence() - Method in class dev.getelements.elements.app.serve.loader.JakartaWebsocketLoader
 
getSequence() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgress
 
getSequence() - Method in class dev.getelements.elements.sdk.model.mission.Progress
 
getSeriesId() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscToken
 
getSeriesId() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoToken
 
getServer() - Method in class dev.getelements.elements.jetty.ElementsWebServices
 
getServerBindAddressProvider() - Method in class dev.getelements.elements.jetty.SimpleServerProvider
 
getServerHealth() - Method in class dev.getelements.elements.rest.status.HealthResource
 
getServerPortProvider() - Method in class dev.getelements.elements.jetty.SimpleServerProvider
 
getServerSecurityChainPemFileProvider() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQSecurityProvider
 
getService() - Method in class dev.getelements.elements.dao.mongo.model.application.MongoCallbackDefinition
 
getService() - Method in class dev.getelements.elements.dao.mongo.model.MongoCallbackDefinition
 
getService() - Method in class dev.getelements.elements.sdk.model.application.CallbackDefinition
 
getService(Class<?>) - Method in interface dev.getelements.elements.rt.remote.provider.ExecutorServiceFactory
 
getService(String) - Method in interface dev.getelements.elements.rt.remote.provider.ExecutorServiceFactory
 
getServiceAccountCredentials() - Method in class dev.getelements.elements.dao.mongo.model.application.MongoFirebaseApplicationConfiguration
 
getServiceAccountCredentials() - Method in class dev.getelements.elements.sdk.model.application.FirebaseApplicationConfiguration
 
getServiceLocator() - Method in class dev.getelements.elements.rt.remote.ServiceLocatorLocalInvocationDispatcher
Deprecated.
 
getServiceLocator() - Method in interface dev.getelements.elements.sdk.Element
Gets the ServiceLocator associated with this element.
getServiceLocator() - Method in class dev.getelements.elements.sdk.spi.DefaultSharedElementLoader
 
getServiceLocator() - Method in class dev.getelements.elements.sdk.spi.guice.GuiceSdkElement
 
getServiceLocator() - Method in class dev.getelements.elements.sdk.spi.SharedElement
 
getServiceName() - Method in class dev.getelements.elements.dao.mongo.model.application.MongoElementServiceReference
 
getServiceName() - Method in class dev.getelements.elements.sdk.model.application.ElementServiceReference
 
getServices() - Method in class dev.getelements.elements.rt.SimpleJsonRpcInvocationService
 
getServicesByName() - Method in class dev.getelements.elements.rt.manifest.jrpc.JsonRpcManifest
 
getServiceType() - Method in class dev.getelements.elements.dao.mongo.model.application.MongoElementServiceReference
 
getServiceType() - Method in class dev.getelements.elements.sdk.model.application.ElementServiceReference
 
getServletPath() - Method in class org.eclipse.jgit.http.server.glue.WrappedRequest
 
getServletRequestRepositoryResolverProvider() - Method in class dev.getelements.elements.git.GitServletProvider
 
getSession() - Method in class dev.getelements.elements.sdk.model.session.SessionCreation
 
getSession() - Method in class dev.getelements.elements.service.auth.UserUsernamePasswordAuthService
 
getSession(String) - Method in interface dev.getelements.elements.sdk.service.auth.CustomAuthSessionService
Gets a Session provided the custom auth JWT.
getSession(String) - Method in class dev.getelements.elements.service.auth.StandardCustomAuthSessionService
 
getSessionCreation() - Method in class dev.getelements.elements.rest.test.ClientContext
 
getSessionDao() - Method in class dev.getelements.elements.rest.test.ClientContext
 
getSessionDao() - Method in class dev.getelements.elements.service.auth.AnonUsernamePasswordAuthService
 
getSessionDao() - Method in class dev.getelements.elements.service.auth.DefaultSessionService
 
getSessionDao() - Method in class dev.getelements.elements.service.auth.OAuth2AuthServiceOperations
 
getSessionDao() - Method in class dev.getelements.elements.service.auth.OidcAuthServiceOperations
 
getSessionDao() - Method in class dev.getelements.elements.service.auth.SuperUserMockSessionService
 
getSessionDao() - Method in class dev.getelements.elements.service.user.SuperuserUserService
 
getSessionDao() - Method in class dev.getelements.elements.service.user.UserUserService
 
getSessionId() - Method in class dev.getelements.elements.dao.mongo.model.MongoSession
Gets the id of this MongoSession.
getSessionSecret() - Method in class dev.getelements.elements.dao.mongo.model.MongoSessionSecret
Gets the raw secret value as determined suitable for use in SessionCreation.setSessionSecret(String).
getSessionSecret() - Method in class dev.getelements.elements.rest.test.ClientContext
 
getSessionSecret() - Method in class dev.getelements.elements.sdk.model.session.SessionCreation
 
getSessionSecret() - Method in class dev.getelements.elements.security.SessionSecretHeader
Returns the session secret.
getSessionService() - Method in class dev.getelements.elements.rest.security.SessionResource
 
getSessionService() - Method in class dev.getelements.elements.servlet.security.HttpServletAuthenticationFilter
 
getSessionTimeoutSeconds() - Method in class dev.getelements.elements.service.auth.AnonUsernamePasswordAuthService
 
getSessionTimeoutSeconds() - Method in class dev.getelements.elements.service.auth.DefaultSessionService
 
getSessionTimeoutSeconds() - Method in class dev.getelements.elements.service.auth.OAuth2AuthServiceOperations
 
getSessionTimeoutSeconds() - Method in class dev.getelements.elements.service.auth.OidcAuthServiceOperations
 
getSessionTimeoutSeconds() - Method in class dev.getelements.elements.service.user.SuperuserUserService
 
getSessionTimeoutSeconds() - Method in class dev.getelements.elements.service.user.UserUserService
 
getSharedLoader(ElementRecord, ServiceLocator) - Method in interface dev.getelements.elements.sdk.ElementLoaderFactory
Scans the supplied Package for Element instances with the supplied Package.
getSharedLoader(ElementRecord, ServiceLocator) - Method in class dev.getelements.elements.sdk.spi.DefaultElementLoaderFactory
 
getShares() - Method in class dev.getelements.elements.sdk.model.blockchain.StakeHolder
 
getSimpleInventoryItem(String) - Method in class dev.getelements.elements.rest.inventory.SimpleInventoryItemResource
 
getSimpleInventoryItems(int, int, String, String) - Method in class dev.getelements.elements.rest.inventory.SimpleInventoryItemResource
 
getSimpleInventoryItemService() - Method in class dev.getelements.elements.rest.inventory.SimpleInventoryItemResource
 
getSimpleSchedulerContext() - Method in class dev.getelements.elements.rt.transact.TransactionalSchedulerContext
 
getSingleUseHandlerService() - Method in class dev.getelements.elements.rt.SimpleHandlerContext
 
getSingleWalletFromVaultForNetwork(String, BlockchainNetwork) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoWalletDao
 
getSingleWalletFromVaultForNetwork(String, BlockchainNetwork) - Method in interface dev.getelements.elements.sdk.dao.WalletDao
Attempts to find a single wallet for the supplied vault ID and blockchain network.
getSizeInBytes() - Static method in class dev.getelements.elements.sdk.cluster.id.NodeId
Returns the number of bytes when a NodeId is stored as a
invalid reference
byte[]
getSizeInBytes() - Static method in class dev.getelements.elements.sdk.cluster.id.ResourceId
Returns the number of bytes when a ResourceId is stored as a
invalid reference
byte[]
getSizeInBytes() - Static method in class dev.getelements.elements.sdk.cluster.id.TaskId
Gets the size of the TaskId in bytes.
getSlot() - Method in class dev.getelements.elements.dao.mongo.model.savedata.MongoSaveDataDocumentId
 
getSlot() - Method in class dev.getelements.elements.sdk.model.savedata.CreateSaveDataDocumentRequest
 
getSlot() - Method in class dev.getelements.elements.sdk.model.savedata.SaveDataDocument
 
getSmartContract() - Method in class dev.getelements.elements.sdk.service.blockchain.invoke.InvocationScope
 
getSmartContract(String) - Method in class dev.getelements.elements.rest.blockchain.SmartContractResource
 
getSmartContract(String) - Method in interface dev.getelements.elements.sdk.service.blockchain.SmartContractService
Fetches a specific SmartContract instance based on ID.
getSmartContract(String) - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserSmartContractService
 
getSmartContractAddress() - Method in class dev.getelements.elements.sdk.service.blockchain.invoke.InvocationScope
 
getSmartContractById(String) - Method in interface dev.getelements.elements.sdk.dao.SmartContractDao
Gets the specific smart contract.
getSmartContractByNameOrId(String) - Method in interface dev.getelements.elements.sdk.dao.SmartContractDao
Gets the specific smart contract.
getSmartContractDao() - Method in class dev.getelements.elements.service.blockchain.crypto.evm.SuperUserEvmSmartContractInvocationService
 
getSmartContractDao() - Method in class dev.getelements.elements.service.blockchain.crypto.near.SuperUserNearSmartContractInvocationService
 
getSmartContractDao() - Method in class dev.getelements.elements.service.blockchain.invoke.SuperUserSmartContractInvocationService
 
getSmartContractDao() - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserSmartContractService
 
getSmartContracts(int, int, BlockchainApi, List<BlockchainNetwork>) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoSmartContractDao
 
getSmartContracts(int, int, BlockchainApi, List<BlockchainNetwork>) - Method in class dev.getelements.elements.rest.blockchain.SmartContractResource
 
getSmartContracts(int, int, BlockchainApi, List<BlockchainNetwork>) - Method in interface dev.getelements.elements.sdk.dao.SmartContractDao
Gets the smart contracts in the database.
getSmartContracts(int, int, BlockchainApi, List<BlockchainNetwork>) - Method in interface dev.getelements.elements.sdk.service.blockchain.SmartContractService
Lists all SmartContract instances, specifying a search query.
getSmartContracts(int, int, BlockchainApi, List<BlockchainNetwork>) - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserSmartContractService
 
getSmartContractService() - Method in class dev.getelements.elements.rest.blockchain.SmartContractResource
 
getSmartContractsForSingleNetwork(int, int, BlockchainApi, BlockchainNetwork) - Method in interface dev.getelements.elements.sdk.dao.SmartContractDao
Gets the smart contracts in the database.
getSnapshot() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSDualCounter
Gets the snapshot value of this UnixFSDualCounter.
getSnapshot() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSDualCounter.Snapshot
Gets the snapshot value.
getSnapshotBuilderProvider() - Method in class dev.getelements.elements.rt.transact.JournalTransactionalResourceServicePersistenceEnvironment
 
getSolanaIdentityGeneratorProvider() - Method in class dev.getelements.elements.service.blockchain.crypto.StandardWalletAccountFactory
 
getSound() - Method in interface dev.getelements.elements.sdk.service.notification.NotificationParameters
Gets the sound to play when delivering the message.
getSound() - Method in class dev.getelements.elements.service.notification.StandardNotificationBuilder
 
getSource() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuance
 
getSource() - Method in class dev.getelements.elements.sdk.model.reward.RewardIssuance
 
getSpec() - Method in class dev.getelements.elements.sdk.model.security.PemData
Gets the spec generated from the key.
getSrvQuery() - Method in class dev.getelements.elements.rt.remote.JndiSrvInstanceDiscoveryService
 
getSrvQuery() - Method in class dev.getelements.elements.rt.remote.SpotifySrvInstanceDiscoveryService
 
getSrvServers() - Method in class dev.getelements.elements.rt.remote.JndiSrvInstanceDiscoveryService
 
getSrvServers() - Method in class dev.getelements.elements.rt.remote.SpotifySrvInstanceDiscoveryService
 
getSslProtocol() - Method in class dev.getelements.elements.dao.mongo.provider.MongoSslSettingsProvider
 
getSslSettings() - Method in class dev.getelements.elements.dao.mongo.provider.MongoClientProvider
 
getStackTrace() - Method in class dev.getelements.elements.rt.kryo.KryoThrowableContainer
 
getStakeHolders() - Method in class dev.getelements.elements.sdk.model.blockchain.Ownership
 
getStartupManifest() - Method in interface dev.getelements.elements.rt.ManifestContext
Gets the StartupManifest, if available.
getStartupManifest() - Method in interface dev.getelements.elements.rt.ManifestLoader
Gets the StartupManifest, if available.
getStartupManifest() - Method in class dev.getelements.elements.rt.SimpleManifestContext
 
getState() - Method in class dev.getelements.elements.dao.mongo.model.index.MongoIndexPlan
 
getState() - Method in class dev.getelements.elements.dao.mongo.model.largeobject.MongoLargeObject
 
getState() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuance
 
getState() - Method in class dev.getelements.elements.remote.jeromq.JeroMQNode
 
getState() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQAsyncOperation.ConnectionState
 
getState() - Method in interface dev.getelements.elements.rt.remote.Node
Gets the state of the node.
getState() - Method in class dev.getelements.elements.sdk.model.index.IndexPlan
 
getState() - Method in class dev.getelements.elements.sdk.model.largeobject.LargeObject
 
getState() - Method in class dev.getelements.elements.sdk.model.largeobject.LargeObjectReference
 
getState() - Method in class dev.getelements.elements.sdk.model.reward.RewardIssuance
 
getStatus() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractResponse
 
getStatus() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.FlowInvokeContractResponse
 
getStatus() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearInvokeContractResponse
 
getStatus() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearOutcome
 
getStatus() - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapVerifyReceiptResponse
 
getStatusCode() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.FlowInvokeContractResponse
 
getStatusCode() - Method in exception class dev.getelements.elements.sdk.service.appleiap.client.exception.AppleIapVerifyReceiptStatusErrorCodeException
 
getStatusForCode(Object) - Static method in class dev.getelements.elements.sdk.jakarta.rs.DefaultExceptionMapper
 
getStdinProvider() - Method in class dev.getelements.elements.setup.provider.TerminalProvider
 
getStdoutProvider() - Method in class dev.getelements.elements.setup.provider.TerminalProvider
 
getStepCount() - Method in class dev.getelements.elements.sdk.model.mission.ProgressRow
 
getStepDescription() - Method in class dev.getelements.elements.sdk.model.mission.ProgressRow
 
getStepDisplayName() - Method in class dev.getelements.elements.sdk.model.mission.ProgressRow
 
getStepForSequence(int) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgress
 
getStepIndex(Step) - Method in class dev.getelements.elements.sdk.model.mission.Mission
Returns the index for the given step, or -1 if not found.
getSteps() - Method in class dev.getelements.elements.dao.mongo.model.index.MongoIndexPlan
 
getSteps() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoMission
 
getSteps() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgressMissionInfo
 
getSteps() - Method in class dev.getelements.elements.sdk.model.index.IndexPlan
 
getSteps() - Method in class dev.getelements.elements.sdk.model.mission.Mission
 
getSteps() - Method in class dev.getelements.elements.sdk.model.mission.ProgressMissionInfo
 
getStepSequence(Step) - Method in class dev.getelements.elements.sdk.model.mission.ProgressMissionInfo
Returns the index for the given step, or -1 if not found.
getStorageRoot() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
Gets the storage root directory.
getStrictOptionSpec() - Method in class dev.getelements.elements.setup.commands.AbstractUserSetupCommand
 
getSubject() - Method in class dev.getelements.elements.security.CustomJWTCredentials
Gets the subject of the
getSubtopicNamed(String) - Method in interface dev.getelements.elements.sdk.service.topic.Topic
Returns a subtopic with the provided name.
getSuccess() - Method in class dev.getelements.elements.dao.mongo.model.application.MongoMatchmakingApplicationConfiguration
 
getSuccess() - Method in class dev.getelements.elements.sdk.model.application.MatchmakingApplicationConfiguration
 
getSuccessReceiptId() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearStatus
 
getSuccessReceiptId() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearSuccessReceiptIdStatus
 
getSuccessValue() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearStatus
 
getSuccessValue() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearSuccessValueStatus
 
getSuperSimpleInventoryItemServiceProvider() - Method in class dev.getelements.elements.service.inventory.AdvancedInventoryItemServiceProvider
 
getSuperUserAdvancedInventoryItemServiceProvider() - Method in class dev.getelements.elements.service.inventory.DistinctInventoryItemServiceProvider
 
getSuperUserApplicationProfileServiceProvider() - Method in class dev.getelements.elements.service.application.ApplicationConfigurationServiceProvider
 
getSuperUserApplicationServiceProvider() - Method in class dev.getelements.elements.service.application.ApplicationServiceProvider
 
getSuperUserEvmSmartContractServiceProvider() - Method in class dev.getelements.elements.service.blockchain.crypto.evm.EvmSmartContractServiceProvider
 
getSuperUserFacebookApplicationConfigurationServiceProvider() - Method in class dev.getelements.elements.service.application.FacebookApplicationConfigurationServiceProvider
 
getSuperUserFCMRegistrationServiceProvider() - Method in class dev.getelements.elements.service.notification.FCMRegistrationServiceProvider
 
getSuperUserFirebaseApplicationConfigurationServiceProvider() - Method in class dev.getelements.elements.service.application.FirebaseApplicationConfigurationServiceProvider
 
getSuperUserFlowSmartContractInvocationServiceProvider() - Method in class dev.getelements.elements.service.blockchain.crypto.flow.FlowSmartContractInvocationServiceProvider
 
getSuperUserFollowerServiceProvider() - Method in class dev.getelements.elements.service.follower.FollowerServiceProvider
 
getSuperUserGooglePlayApplicationConfigurationServiceProvider() - Method in class dev.getelements.elements.service.application.GooglePlayApplicationConfigurationServiceProvider
 
getSuperUserIndexServiceProvider() - Method in class dev.getelements.elements.service.index.IndexServiceProvider
 
getSuperUserInviteService() - Method in class dev.getelements.elements.service.invite.InviteServiceProvider
 
getSuperUserIosApplicationConfigurationServiceProvider() - Method in class dev.getelements.elements.service.application.IosApplicationConfigurationServiceProvider
 
getSuperUserLargeObjectServiceProvider() - Method in class dev.getelements.elements.service.largeobject.LargeObjectServiceProvider
 
getSuperUserLeaderboardProviderProvider() - Method in class dev.getelements.elements.service.leaderboard.LeaderboardServiceProvider
 
getSuperUserMatchmakingApplicationConfigurationServiceProvider() - Method in class dev.getelements.elements.service.application.MatchmakingConfigurationServiceProvider
 
getSuperUserMetadataSpecService() - Method in class dev.getelements.elements.service.schema.MetadataSpecServiceProvider
 
getSuperUserMissionServiceProvider() - Method in class dev.getelements.elements.service.mission.MissionServiceProvider
 
getSuperUserMockSessionServiceProvider() - Method in class dev.getelements.elements.service.auth.MockSessionServiceProvider
 
getSuperUserNearSmartContractInvocationServiceProvider() - Method in class dev.getelements.elements.service.blockchain.crypto.near.NearSmartContractServiceProvider
 
getSuperUserOpenApiCodegenServiceProvider() - Method in class dev.getelements.elements.service.codegen.OpenApiCodegenServiceProvider
 
getSuperUserProfileOverrideServiceProvider() - Method in class dev.getelements.elements.service.profile.ProfileOverrideServiceProvider
 
getSuperUserProfileService() - Method in class dev.getelements.elements.service.user.AbstractUserService
 
getSuperUserProfileServiceProvider() - Method in class dev.getelements.elements.service.profile.ProfileServiceProvider
 
getSuperUserProgressServiceProvider() - Method in class dev.getelements.elements.service.progress.ProgressServiceProvider
 
getSuperUserRankServiceProvider() - Method in class dev.getelements.elements.service.leaderboard.RankServiceProvider
 
getSuperUserSaveDataDocumentServiceProvider() - Method in class dev.getelements.elements.service.savedata.SaveDataDocumentServiceProvider
 
getSuperUserScheduleEventServiceProvider() - Method in class dev.getelements.elements.service.mission.ScheduleEventServiceProvider
 
getSuperUserScheduleServiceProvider() - Method in class dev.getelements.elements.service.mission.ScheduleServiceProvider
 
getSuperUserSimpleInventoryItemServiceProvider() - Method in class dev.getelements.elements.service.inventory.SimpleInventoryItemServiceProvider
 
getSuperUserSmartContractServiceProvider() - Method in class dev.getelements.elements.service.blockchain.omni.SmartContractServiceProvider
 
getSuperUserVaultService() - Method in class dev.getelements.elements.service.blockchain.omni.UserVaultService
 
getSuperUserVaultServiceProvider() - Method in class dev.getelements.elements.service.blockchain.omni.VaultServiceProvider
 
getSuperUserWalletService() - Method in class dev.getelements.elements.service.blockchain.omni.UserWalletService
 
getSuperUserWalletServiceProvider() - Method in class dev.getelements.elements.service.blockchain.omni.WalletServiceProvider
 
getSyncErrorConsumer() - Method in class dev.getelements.elements.rt.jrpc.SingleAsyncResultHandlerStrategy
 
getSyncErrorConsumer() - Method in class dev.getelements.elements.rt.jrpc.SingleSyncReturnResultHandlerStrategy
 
getSyncErrorConsumer() - Method in interface dev.getelements.elements.rt.ResultHandlerStrategy
Returns the sync error consumer.
getSyncResultConsumer() - Method in class dev.getelements.elements.rt.jrpc.SingleAsyncResultHandlerStrategy
 
getSyncResultConsumer() - Method in class dev.getelements.elements.rt.jrpc.SingleSyncReturnResultHandlerStrategy
 
getSyncResultConsumer() - Method in interface dev.getelements.elements.rt.ResultHandlerStrategy
Returns the sync result consumer.
getSystemClasspath() - Static method in class dev.getelements.elements.sdk.local.SystemClasspathUtils
Gets the System classpath as a set of URLs.
getTags() - Method in class dev.getelements.elements.dao.mongo.model.auth.MongoAuthScheme
 
getTags() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscToken
 
getTags() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoToken
 
getTags() - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoItem
 
getTags() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoMission
 
getTags() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgressMissionInfo
 
getTags() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuance
 
getTags() - Method in class dev.getelements.elements.sdk.model.auth.AuthScheme
 
getTags() - Method in class dev.getelements.elements.sdk.model.auth.CreateAuthSchemeRequest
 
getTags() - Method in class dev.getelements.elements.sdk.model.auth.UpdateAuthSchemeRequest
 
getTags() - Method in class dev.getelements.elements.sdk.model.blockchain.Token
 
getTags() - Method in class dev.getelements.elements.sdk.model.goods.CreateItemRequest
Get the tags for the Item.
getTags() - Method in class dev.getelements.elements.sdk.model.goods.Item
Get the tags for the Item.
getTags() - Method in class dev.getelements.elements.sdk.model.goods.UpdateItemRequest
Get the tags for the Item.
getTags() - Method in class dev.getelements.elements.sdk.model.mission.Mission
 
getTags() - Method in class dev.getelements.elements.sdk.model.mission.ProgressMissionInfo
 
getTags() - Method in class dev.getelements.elements.sdk.model.reward.RewardIssuance
 
getTags() - Method in interface dev.getelements.elements.sdk.model.Taggable
 
getTaskContext() - Method in interface dev.getelements.elements.rt.Context
Gets the TaskContext.
getTaskContext() - Method in class dev.getelements.elements.rt.remote.ClusterContext
 
getTaskContext() - Method in class dev.getelements.elements.rt.SimpleContext
 
getTaskEntries() - Method in interface dev.getelements.elements.rt.transact.Snapshot
Gets all TaskEntry instances in this Snapshot.
getTaskEntries() - Method in class dev.getelements.elements.rt.transact.StandardSnapshot
 
getTaskId() - Method in exception class dev.getelements.elements.rt.exception.DuplicateTaskException
 
getTaskId() - Method in exception class dev.getelements.elements.rt.exception.NoSuchTaskException
 
getTaskId() - Method in exception class dev.getelements.elements.rt.exception.TaskKilledException
 
getTaskId() - Method in interface dev.getelements.elements.rt.transact.TransactionalTask
Gets the TaskId.
getTaskId() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTask
 
getTaskIndex() - Method in interface dev.getelements.elements.rt.transact.DataStore
Gets the index of tasks.
getTaskIndex() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSDataStore
 
getTasks() - Method in interface dev.getelements.elements.rt.Resource
Gets a Set<TaskId> representing active tasks at the current state.
getTasks() - Method in class dev.getelements.elements.rt.transact.TransactionalResource
 
getTaskService() - Method in class dev.getelements.elements.rt.SimpleSchedulerContext
 
getTaskService() - Method in class dev.getelements.elements.rt.SimpleTaskContext
 
getTasksImmutable() - Method in class dev.getelements.elements.rt.transact.AbstractTaskEntry
 
getTasksImmutable() - Method in interface dev.getelements.elements.rt.transact.TaskEntry
Gets the tasks associated with this TaskEntry.
getTerminalProvider() - Method in class dev.getelements.elements.setup.provider.LineReaderProvider
 
getTestFixture(Class<T>) - Method in class dev.getelements.elements.rest.test.TestUtils
getTestFixtures() - Static method in class dev.getelements.elements.sdk.test.ElementLoaderTest
 
getThreadGroupProvider() - Method in class dev.getelements.elements.rt.remote.provider.CachedThreadPoolProvider
 
getThreadGroupProvider() - Method in class dev.getelements.elements.rt.remote.provider.ScheduledExecutorServiceProvider
 
getThreadPoolSize() - Method in class dev.getelements.elements.rt.jeromq.JeroMQAsyncConnectionService
 
getThrowable() - Method in class dev.getelements.elements.rt.remote.InvocationError
Gets the Throwable thrown by the remote Method, or null if the method executed successfully.
getTimeout() - Method in class dev.getelements.elements.rt.SimpleEventContext
 
getTimeout() - Method in class dev.getelements.elements.rt.SimpleHandlerContext
 
getTimestamp() - Method in class dev.getelements.elements.dao.mongo.model.match.MongoMatchLock
 
getTimestamp() - Method in class dev.getelements.elements.dao.mongo.model.savedata.MongoSaveDataDocument
 
getTimestamp() - Method in interface dev.getelements.elements.rt.transact.TransactionalTask
Gets the timestamp when the task needs to resume
getTimestamp() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTask
 
getTimestamp() - Method in class dev.getelements.elements.sdk.model.savedata.SaveDataDocument
 
getTimestamp() - Method in class dev.getelements.elements.sdk.model.Version
 
getTimeStrategyType() - Method in class dev.getelements.elements.dao.mongo.model.MongoLeaderboard
 
getTimeStrategyType() - Method in class dev.getelements.elements.sdk.model.leaderboard.Leaderboard
 
getTitle() - Method in class dev.getelements.elements.dao.mongo.model.MongoLeaderboard
 
getTitle() - Method in class dev.getelements.elements.sdk.model.leaderboard.Leaderboard
 
getTitle() - Method in class dev.getelements.elements.sdk.model.schema.json.JsonSchema
 
getTitle() - Method in class dev.getelements.elements.sdk.model.schema.json.JsonSchemaProperty
 
getTitle() - Method in class dev.getelements.elements.sdk.model.schema.layout.EditorLayout
 
getTitle() - Method in interface dev.getelements.elements.sdk.service.notification.NotificationParameters
Ges the title of the notification.
getTitle() - Method in class dev.getelements.elements.service.notification.StandardNotificationBuilder
 
getTo() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractResponse
 
getToIndex() - Method in class dev.getelements.elements.sdk.model.index.BuildIndexRequest
 
getToken() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscToken
 
getToken() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoToken
 
getTokenExpiry(String) - Method in class dev.getelements.elements.dao.mongo.MongoTokensWithExpirationDao
 
getTokenExpiry(String) - Method in interface dev.getelements.elements.sdk.dao.TokensWithExpirationDao
Given the token id, will return it's expiry value
getTokenId() - Method in class dev.getelements.elements.sdk.model.blockchain.MintTokenRequest
Deprecated.
 
getTokenId() - Method in interface dev.getelements.elements.sdk.service.notification.NotificationEvent
Returns the database-assigned token ID for the NotificationEvent.
getTokenId() - Method in class dev.getelements.elements.service.notification.StandardNotificationEvent
 
getTokenIds() - Method in class dev.getelements.elements.sdk.model.blockchain.BulkMintTokenRequest
 
getTokensBurnt() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearOutcome
 
getTokenUUID() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscToken
 
getTokenUUID() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoToken
 
getTombstone() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
Gets the Path to the tombstone marker file.
getTopicForTypeNamed(Class<T>, String) - Method in interface dev.getelements.elements.sdk.service.topic.TopicService
Gets a Topic for the supplied message type.
getTopicForTypeNamed(Class<T>, String) - Method in class dev.getelements.elements.service.topic.NoopTopicService
 
getTopics() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMTransactionLog
 
getTopicService() - Method in class dev.getelements.elements.service.match.StandardMatchServiceUtils
 
getTopicService() - Method in class dev.getelements.elements.service.match.UserMatchService
 
getTotal() - Method in class dev.getelements.elements.sdk.model.Pagination
 
getTotalDistinctInventoryItems(String, String, boolean, String) - Method in class dev.getelements.elements.dao.mongo.goods.MongoDistinctInventoryItemDao
 
getTotalDistinctInventoryItems(String, String, boolean, String) - Method in interface dev.getelements.elements.sdk.dao.DistinctInventoryItemDao
Gets a total number of items for provided userId or profileId
getTotalMintedQuantity() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscToken
 
getTotalMintedQuantity() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoToken
 
getTotalRefreshTimeoutSeconds() - Method in class dev.getelements.elements.rt.remote.SimpleRemoteInvokerRegistry
 
getTotalSupply() - Method in class dev.getelements.elements.sdk.model.blockchain.Token
 
getTrailing() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSDualCounter
Gets the trailing value, ignoring the empty state.
getTrailing() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSDualCounter.Snapshot
Gets the trailing value.
getTrailingAndIncrement() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSDualCounter
Increments the trailing value.
getTransactionalResourceService() - Method in class dev.getelements.elements.rt.transact.TransactionPersistenceStrategy
 
getTransactionFilePath(String) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
Allocates a journal file.
getTransactionHash() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractResponse
 
getTransactionHash() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMTransactionLog
 
getTransactionId() - Method in interface dev.getelements.elements.rt.transact.TransactionJournal.MutableEntry
Gets the unique ID of the transaction.
getTransactionId() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgramBuilder
Gets the transaction ID.
getTransactionId() - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceiptPurchase
 
getTransactionIndex() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractResponse
 
getTransactionIndex() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMTransactionLog
 
getTransactionIndexRaw() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractResponse
 
getTransactionJournal() - Method in class dev.getelements.elements.rt.transact.JournalTransactionalResourceServicePersistenceEnvironment
 
getTransactionJournal() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSJournalTransactionalPersistenceDriver
 
getTransactionJournalDirectoryPath() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
Returns the path to the journal directory.
getTransactionJournalFilePath() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
Returns the path to the journal file.
getTransactionOutcome() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearInvokeContractResponse
 
getTransactionProvider() - Method in class dev.getelements.elements.service.mission.SuperUserScheduleEventService
 
getTransactionProvider() - Method in class dev.getelements.elements.service.mission.SuperUserScheduleService
 
getTransactionProvider() - Method in class dev.getelements.elements.service.mission.UserScheduleProgressService
 
getTransferOptions() - Method in class dev.getelements.elements.sdk.model.blockchain.Token
 
getTrialPeriod() - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceiptPurchase
 
getTrustAlgorithm() - Method in class dev.getelements.elements.dao.mongo.provider.MongoSslSettingsProvider
 
getTxnBufferSize() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionJournal
 
getType() - Method in class dev.getelements.elements.dao.mongo.model.application.MongoApplicationConfiguration
 
getType() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuance
 
getType() - Method in class dev.getelements.elements.dao.mongo.model.MongoSession
Gets the type of the session.
getType() - Method in class dev.getelements.elements.dao.mongo.model.schema.MongoMetadataSpec
 
getType() - Method in class dev.getelements.elements.dao.mongo.model.schema.MongoMetadataSpecProperty
 
getType() - Method in class dev.getelements.elements.rt.manifest.jrpc.JsonRpcParameter
 
getType() - Method in class dev.getelements.elements.rt.manifest.jrpc.JsonRpcReturnType
 
getType() - Method in class dev.getelements.elements.rt.manifest.model.Property
The type of this property.
getType() - Method in class dev.getelements.elements.rt.remote.Invocation
Gets the string representing the type of the remote object to invoke.
getType() - Method in class dev.getelements.elements.rt.remote.RemoteInvocationHandlerBuilder
Gets the type of the remote object to invoke.
getType() - Method in class dev.getelements.elements.sdk.model.application.ApplicationConfiguration
 
getType() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractResponse
 
getType() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMTransactionLog
 
getType() - Method in class dev.getelements.elements.sdk.model.reward.RewardIssuance
 
getType() - Method in class dev.getelements.elements.sdk.model.schema.CreateMetadataSpecRequest
 
getType() - Method in class dev.getelements.elements.sdk.model.schema.json.JsonSchema
 
getType() - Method in class dev.getelements.elements.sdk.model.schema.json.JsonSchemaProperty
 
getType() - Method in class dev.getelements.elements.sdk.model.schema.MetadataSpec
 
getType() - Method in interface dev.getelements.elements.sdk.model.schema.MetadataSpecPropertiesContainer
Gets the type of this container.
getType() - Method in class dev.getelements.elements.sdk.model.schema.MetadataSpecProperty
 
getType() - Method in class dev.getelements.elements.sdk.model.schema.UpdateMetadataSpecRequest
 
getType() - Method in class dev.getelements.elements.sdk.util.security.AuthorizationHeader
 
getUesr() - Method in class dev.getelements.elements.service.largeobject.AccessPermissionsUtils
 
getUnixFSUtils() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSDataStore
 
getUnixFSUtils() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSJournalTransactionalPersistenceDriver
 
getUnixFSUtils() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSPathIndex
 
getUnixFSUtils() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSPathMapping
Get the UnixFSUtils associated with this UnixFSPathMapping.
getUnixFSUtils() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSResourceEntryBase
 
getUnixFSUtils() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTaskEntryBase
 
getUnixFSUtils() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTaskIndex
 
getUnixFSUtils() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTaskPathMapping
The UnixFSUtils as part of htis mapping.
getUnprivileged() - Static method in class dev.getelements.elements.sdk.model.user.User
Gets a special User object which is set to unprivileged.
getUpdated() - Method in class dev.getelements.elements.sdk.test.element.rs.Message
 
getUpdater(Class<SourceT>, Class<DestinationT>) - Method in interface dev.getelements.elements.sdk.model.util.MapperRegistry
getUrl() - Method in class dev.getelements.elements.dao.mongo.model.largeobject.MongoLargeObject
 
getUrl() - Method in class dev.getelements.elements.sdk.model.largeobject.LargeObject
 
getUrl() - Method in class dev.getelements.elements.sdk.model.largeobject.LargeObjectReference
 
getUrl() - Method in class dev.getelements.elements.webui.WebUIApplicationApiConfiguration
 
getURLs() - Method in class dev.getelements.elements.sdk.local.DelegatingLocalClassLoader
 
getUsages() - Method in class dev.getelements.elements.sdk.model.blockchain.Token
 
getUse() - Method in class dev.getelements.elements.sdk.model.auth.JWK
 
getUser() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscWallet
 
getUser() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoWallet
 
getUser() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoVault
 
getUser() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoWallet
 
getUser() - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoDistinctInventoryItem
 
getUser() - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoInventoryItem
 
getUser() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuance
 
getUser() - Method in class dev.getelements.elements.dao.mongo.model.MongoAppleIapReceipt
 
getUser() - Method in class dev.getelements.elements.dao.mongo.model.MongoGooglePlayIapReceipt
 
getUser() - Method in class dev.getelements.elements.dao.mongo.model.MongoProfile
 
getUser() - Method in class dev.getelements.elements.dao.mongo.model.MongoSession
Gets the MongoUser which owns the MongoSession
getUser() - Method in class dev.getelements.elements.dao.mongo.model.MongoTokenWithExpiration
 
getUser() - Method in class dev.getelements.elements.dao.mongo.model.MongoUserUid
 
getUser() - Method in class dev.getelements.elements.dao.mongo.model.savedata.MongoSaveDataDocument
 
getUser() - Method in class dev.getelements.elements.rest.security.SessionResource
 
getUser() - Method in class dev.getelements.elements.rest.test.ClientContext
 
getUser() - Method in class dev.getelements.elements.sdk.model.appleiapreceipt.AppleIapReceipt
 
getUser() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.Vault
 
getUser() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.Wallet
 
getUser() - Method in class dev.getelements.elements.sdk.model.friend.Friend
 
getUser() - Method in class dev.getelements.elements.sdk.model.googleplayiapreceipt.GooglePlayIapReceipt
 
getUser() - Method in class dev.getelements.elements.sdk.model.inventory.DistinctInventoryItem
 
getUser() - Method in class dev.getelements.elements.sdk.model.inventory.InventoryItem
 
getUser() - Method in class dev.getelements.elements.sdk.model.profile.CreateProfileRequest
 
getUser() - Method in class dev.getelements.elements.sdk.model.profile.Profile
 
getUser() - Method in class dev.getelements.elements.sdk.model.profile.UpdateProfileRequest
 
getUser() - Method in class dev.getelements.elements.sdk.model.reward.RewardIssuance
 
getUser() - Method in class dev.getelements.elements.sdk.model.savedata.SaveDataDocument
 
getUser() - Method in class dev.getelements.elements.sdk.model.session.Session
 
getUser() - Method in class dev.getelements.elements.sdk.test.element.rs.Message
 
getUser() - Method in class dev.getelements.elements.security.CustomJWTCredentials
Gets the raw user as Map
getUser() - Method in class dev.getelements.elements.service.appleiap.AppleIapReceiptServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.appleiap.UserAppleIapReceiptService
 
getUser() - Method in class dev.getelements.elements.service.application.ApplicationConfigurationServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.application.ApplicationServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.application.FacebookApplicationConfigurationServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.application.FirebaseApplicationConfigurationServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.application.GooglePlayApplicationConfigurationServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.application.IosApplicationConfigurationServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.application.MatchmakingConfigurationServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.auth.AuthSchemeServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.auth.MockSessionServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.auth.OAuth2AuthSchemeServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.auth.OAuth2AuthServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.auth.OidcAuthSchemeServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.auth.OidcAuthServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.auth.UsernamePasswordAuthServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.blockchain.crypto.evm.EvmSmartContractServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.blockchain.crypto.flow.FlowSmartContractInvocationServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.blockchain.crypto.near.NearSmartContractServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.blockchain.omni.SmartContractServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.blockchain.omni.UserVaultService
 
getUser() - Method in class dev.getelements.elements.service.blockchain.omni.UserWalletService
 
getUser() - Method in class dev.getelements.elements.service.blockchain.omni.VaultServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.blockchain.omni.WalletServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.codegen.OpenApiCodegenServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.follower.FollowerServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.follower.UserFollowerService
 
getUser() - Method in class dev.getelements.elements.service.friend.FriendServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.friend.UserFriendService
 
getUser() - Method in class dev.getelements.elements.service.googleplayiap.GooglePlayIapReceiptServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.googleplayiap.UserGooglePlayIapReceiptService
 
getUser() - Method in class dev.getelements.elements.service.index.IndexServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.inventory.AdvancedInventoryItemServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.inventory.DistinctInventoryItemServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.inventory.SimpleInventoryItemServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.inventory.SuperUserAdvancedInventoryItemService
 
getUser() - Method in class dev.getelements.elements.service.inventory.SuperUserDistinctInventoryItemService
 
getUser() - Method in class dev.getelements.elements.service.inventory.SuperUserSimpleInventoryItemService
 
getUser() - Method in class dev.getelements.elements.service.inventory.UserAdvancedInventoryItemService
 
getUser() - Method in class dev.getelements.elements.service.inventory.UserDistinctInventoryItemService
 
getUser() - Method in class dev.getelements.elements.service.inventory.UserSimpleInventoryItemService
 
getUser() - Method in class dev.getelements.elements.service.invite.InviteServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.largeobject.LargeObjectServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.leaderboard.LeaderboardServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.leaderboard.RankServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.leaderboard.ScoreServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.leaderboard.UserRankService
 
getUser() - Method in class dev.getelements.elements.service.match.MatchServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.mission.AnonMissionService
 
getUser() - Method in class dev.getelements.elements.service.mission.MissionServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.mission.ScheduleEventServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.mission.ScheduleProgressServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.mission.ScheduleServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.notification.FCMRegistrationServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.profile.ProfileOverrideServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.profile.ProfileServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.profile.UserProfileOverrideService
 
getUser() - Method in class dev.getelements.elements.service.profile.UserProfileService
 
getUser() - Method in class dev.getelements.elements.service.progress.ProgressServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.rewardissuance.RewardIssuanceServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.rewardissuance.UserRewardIssuanceService
 
getUser() - Method in class dev.getelements.elements.service.savedata.SaveDataDocumentServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.savedata.UserSaveDataDocumentService
 
getUser() - Method in class dev.getelements.elements.service.schema.MetadataSpecServiceProvider
 
getUser() - Method in class dev.getelements.elements.service.util.UserProfileUtility
 
getUser() - Method in class dev.getelements.elements.setup.commands.AbstractUserSetupCommand
 
getUser(String) - Method in class dev.getelements.elements.dao.mongo.MongoUserDao
 
getUser(String) - Method in class dev.getelements.elements.rest.user.UserResource
 
getUser(String) - Method in interface dev.getelements.elements.sdk.dao.UserDao
Gets the user with the userId.
getUser(String) - Method in interface dev.getelements.elements.sdk.service.user.UserService
Gets a user with unique user ID.
getUser(String) - Method in class dev.getelements.elements.service.user.AnonUserService
 
getUser(String) - Method in class dev.getelements.elements.service.user.SuperuserUserService
 
getUser(String) - Method in class dev.getelements.elements.service.user.UserUserService
 
getUserAppleIapReceiptServiceProvider() - Method in class dev.getelements.elements.service.appleiap.AppleIapReceiptServiceProvider
 
getUserAuthServiceProvider() - Method in class dev.getelements.elements.service.auth.UsernamePasswordAuthServiceProvider
 
getUserByNameOrEmail(String) - Method in interface dev.getelements.elements.sdk.dao.UserDao
Gets the user with the user name or email address.
getUserDao() - Method in class dev.getelements.elements.dao.mongo.test.UserTestFactory
 
getUserDao() - Method in class dev.getelements.elements.rest.test.ClientContext
 
getUserDao() - Method in class dev.getelements.elements.service.auth.AnonOAuth2AuthService
 
getUserDao() - Method in class dev.getelements.elements.service.auth.AnonOidcAuthService
 
getUserDao() - Method in class dev.getelements.elements.service.auth.AnonUsernamePasswordAuthService
 
getUserDao() - Method in class dev.getelements.elements.service.auth.StandardCustomAuthSessionService
 
getUserDao() - Method in class dev.getelements.elements.service.auth.SuperUserMockSessionService
 
getUserDao() - Method in class dev.getelements.elements.service.auth.UserOAuth2AuthService
 
getUserDao() - Method in class dev.getelements.elements.service.auth.UserOidcAuthService
 
getUserDao() - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserVaultService
 
getUserDao() - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserWalletService
 
getUserDao() - Method in class dev.getelements.elements.service.defaults.DefaultUserConfiguration
 
getUserDao() - Method in class dev.getelements.elements.service.inventory.SuperUserAdvancedInventoryItemService
 
getUserDao() - Method in class dev.getelements.elements.service.inventory.SuperUserDistinctInventoryItemService
 
getUserDao() - Method in class dev.getelements.elements.service.inventory.SuperUserSimpleInventoryItemService
 
getUserDao() - Method in class dev.getelements.elements.service.inventory.UserAdvancedInventoryItemService
 
getUserDao() - Method in class dev.getelements.elements.service.inventory.UserDistinctInventoryItemService
 
getUserDao() - Method in class dev.getelements.elements.service.inventory.UserSimpleInventoryItemService
 
getUserDao() - Method in class dev.getelements.elements.service.invite.SuperUserInviteService
 
getUserDao() - Method in class dev.getelements.elements.service.invite.UserInviteService
 
getUserDao() - Method in class dev.getelements.elements.service.largeobject.AccessRequestUtils
 
getUserDao() - Method in class dev.getelements.elements.service.profile.ProfileServiceUtils
 
getUserDao() - Method in class dev.getelements.elements.service.profile.SuperUserProfileService
 
getUserDao() - Method in class dev.getelements.elements.service.savedata.SuperUserSaveDataDocumentService
 
getUserDao() - Method in class dev.getelements.elements.service.savedata.UserSaveDataDocumentService
 
getUserDao() - Method in class dev.getelements.elements.service.user.AnonUserService
 
getUserDao() - Method in class dev.getelements.elements.service.user.SuperuserUserService
 
getUserDao() - Method in class dev.getelements.elements.service.util.UserProfileUtility
 
getUserDao() - Method in class dev.getelements.elements.setup.commands.AddUser
 
getUserDao() - Method in class dev.getelements.elements.setup.commands.UpdateUser
 
getUserDistinctInventoryItemServiceProvider() - Method in class dev.getelements.elements.service.inventory.DistinctInventoryItemServiceProvider
 
getUserExpiresAt() - Method in class dev.getelements.elements.sdk.model.session.MockSessionCreation
 
getUserFCMRegistrationServiceProvider() - Method in class dev.getelements.elements.service.notification.FCMRegistrationServiceProvider
 
getUserFollowerServiceProvider() - Method in class dev.getelements.elements.service.follower.FollowerServiceProvider
 
getUserFriendServiceProvider() - Method in class dev.getelements.elements.service.friend.FriendServiceProvider
 
getUserGooglePlayIapReceiptServiceProvider() - Method in class dev.getelements.elements.service.googleplayiap.GooglePlayIapReceiptServiceProvider
 
getUserId() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuanceId
 
getUserId() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.CreateVaultRequest
 
getUserId() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.UpdateVaultRequest
 
getUserId() - Method in class dev.getelements.elements.sdk.model.inventory.AdvancedInventoryItemQuantityAdjustment
 
getUserId() - Method in class dev.getelements.elements.sdk.model.inventory.CreateAdvancedInventoryItemRequest
 
getUserId() - Method in class dev.getelements.elements.sdk.model.inventory.CreateDistinctInventoryItemRequest
 
getUserId() - Method in class dev.getelements.elements.sdk.model.inventory.CreateSimpleInventoryItemRequest
 
getUserId() - Method in class dev.getelements.elements.sdk.model.inventory.SimpleInventoryItemQuantityAdjustment
 
getUserId() - Method in class dev.getelements.elements.sdk.model.inventory.UpdateDistinctInventoryItemRequest
 
getUserId() - Method in class dev.getelements.elements.sdk.model.profile.CreateProfileRequest
 
getUserId() - Method in class dev.getelements.elements.sdk.model.savedata.CreateSaveDataDocumentRequest
 
getUserId() - Method in class dev.getelements.elements.sdk.model.session.UsernamePasswordSessionRequest
 
getUserId() - Method in class dev.getelements.elements.sdk.model.token.TokenWithExpiration
 
getUserId() - Method in class dev.getelements.elements.sdk.model.user.UserUid
 
getUserIdOptionSpec() - Method in class dev.getelements.elements.setup.commands.UpdateUser
 
getUserIds() - Method in class dev.getelements.elements.sdk.model.largeobject.SubjectRequest
 
getUserInviteService() - Method in class dev.getelements.elements.service.invite.InviteServiceProvider
 
getUserKey() - Method in class dev.getelements.elements.security.CustomJWTCredentials
Gets the UserKey.
getUserLargeObjectServiceProvider() - Method in class dev.getelements.elements.service.largeobject.LargeObjectServiceProvider
 
getUserLevel() - Method in class dev.getelements.elements.dao.mongo.model.auth.MongoAuthScheme
 
getUserLevel() - Method in class dev.getelements.elements.sdk.model.auth.AuthScheme
 
getUserLevel() - Method in class dev.getelements.elements.sdk.model.auth.CreateAuthSchemeRequest
 
getUserLevel() - Method in class dev.getelements.elements.sdk.model.auth.UpdateAuthSchemeRequest
 
getUserMatchServiceProvider() - Method in class dev.getelements.elements.service.match.MatchServiceProvider
 
getUsername() - Method in class dev.getelements.elements.sdk.util.security.BasicAuthorizationHeader
Gets the username.
getUsernameOptionSpec() - Method in class dev.getelements.elements.setup.commands.AbstractUserSetupCommand
 
getUsernamePasswordAuthService() - Method in class dev.getelements.elements.rest.security.UsernamePasswordResource
 
getUsernamePasswordAuthService() - Method in class dev.getelements.elements.servlet.security.HttpServletBasicAuthFilter
 
getUserOAuth2AuthServiceProvider() - Method in class dev.getelements.elements.service.auth.OAuth2AuthServiceProvider
 
getUserObjectId() - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoInventoryItemId
 
getUserOidcAuthServiceProvider() - Method in class dev.getelements.elements.service.auth.OidcAuthServiceProvider
 
getUserPrincipal() - Method in class dev.getelements.elements.security.AuthenticatedRequest
 
getUserProfileOverrideServiceProvider() - Method in class dev.getelements.elements.service.profile.ProfileOverrideServiceProvider
 
getUserProfileServiceProvider() - Method in class dev.getelements.elements.service.profile.ProfileServiceProvider
 
getUserProfileUtility() - Method in class dev.getelements.elements.service.inventory.SuperUserDistinctInventoryItemService
 
getUserProgressServiceProvider() - Method in class dev.getelements.elements.service.progress.ProgressServiceProvider
 
getUserProvider() - Method in class dev.getelements.elements.git.HttpServletRepositoryResolver
 
getUserPublicInventoryItems(int, int, User) - Method in class dev.getelements.elements.dao.mongo.goods.MongoInventoryItemDao
 
getUserPublicInventoryItems(int, int, User) - Method in interface dev.getelements.elements.sdk.dao.InventoryItemDao
Gets inventory items for specified user, which are flagged publicVisible
getUserRankServiceProvider() - Method in class dev.getelements.elements.service.leaderboard.RankServiceProvider
 
getUserRewardIssuanceServiceProvider() - Method in class dev.getelements.elements.service.rewardissuance.RewardIssuanceServiceProvider
 
getUsers() - Method in class dev.getelements.elements.dao.mongo.model.largeobject.MongoSubjects
 
getUsers() - Method in class dev.getelements.elements.sdk.model.largeobject.Subjects
 
getUsers(int, int) - Method in class dev.getelements.elements.dao.mongo.MongoUserDao
 
getUsers(int, int) - Method in interface dev.getelements.elements.sdk.dao.UserDao
Gets a listing of all users given the offset, and count.
getUsers(int, int) - Method in interface dev.getelements.elements.sdk.service.user.UserService
Gets a list of users the current user can see.
getUsers(int, int) - Method in class dev.getelements.elements.service.user.AnonUserService
 
getUsers(int, int) - Method in class dev.getelements.elements.service.user.SuperuserUserService
 
getUsers(int, int) - Method in class dev.getelements.elements.service.user.UserUserService
 
getUsers(int, int, String) - Method in class dev.getelements.elements.dao.mongo.MongoUserDao
 
getUsers(int, int, String) - Method in class dev.getelements.elements.rest.user.UserResource
 
getUsers(int, int, String) - Method in interface dev.getelements.elements.sdk.dao.UserDao
Gets a listing of all users given the offset, and count.
getUsers(int, int, String) - Method in interface dev.getelements.elements.sdk.service.user.UserService
Gets a list of users the current user can see.
getUsers(int, int, String) - Method in class dev.getelements.elements.service.user.AnonUserService
 
getUsers(int, int, String) - Method in class dev.getelements.elements.service.user.SuperuserUserService
 
getUsers(int, int, String) - Method in class dev.getelements.elements.service.user.UserUserService
 
getUserSaveDataDocumentBySlot(String, int) - Method in class dev.getelements.elements.rest.savedata.SaveDataDocumentResource
 
getUserSaveDataDocumentBySlot(String, int) - Method in interface dev.getelements.elements.sdk.dao.SaveDataDocumentDao
Gets the user-scoped save data document supplying the user id and the slot.
getUserSaveDataDocumentBySlot(String, int) - Method in interface dev.getelements.elements.sdk.service.savedata.SaveDataDocumentService
Gets a user-scoped saved data document by user id and slot.
getUserSaveDataDocumentBySlot(String, int) - Method in class dev.getelements.elements.service.savedata.SuperUserSaveDataDocumentService
 
getUserSaveDataDocumentBySlot(String, int) - Method in class dev.getelements.elements.service.savedata.UserSaveDataDocumentService
 
getUserSaveDataDocumentServiceProvider() - Method in class dev.getelements.elements.service.savedata.SaveDataDocumentServiceProvider
 
getUsersByPrimaryPhoneNumbers(int, int, List<String>) - Method in class dev.getelements.elements.dao.mongo.MongoUserDao
 
getUsersByPrimaryPhoneNumbers(int, int, List<String>) - Method in interface dev.getelements.elements.sdk.dao.UserDao
Gets a listing of all users given the offset, count and phone number
getUserScheduleProgressServiceProvider() - Method in class dev.getelements.elements.service.mission.ScheduleProgressServiceProvider
 
getUserScoreServiceProvider() - Method in class dev.getelements.elements.service.leaderboard.ScoreServiceProvider
 
getUserService() - Method in class dev.getelements.elements.rest.user.SignupResource
 
getUserService() - Method in class dev.getelements.elements.rest.user.UserResource
 
getUserService() - Method in class dev.getelements.elements.service.profile.UserProfileService
 
getUserSimpleInventoryItemServiceProvider() - Method in class dev.getelements.elements.service.inventory.AdvancedInventoryItemServiceProvider
 
getUserSimpleInventoryItemServiceProvider() - Method in class dev.getelements.elements.service.inventory.SimpleInventoryItemServiceProvider
 
getUserTestFactory() - Method in class dev.getelements.elements.dao.mongo.test.LargeObjectTestFactory
 
getUserTestFactory() - Method in class dev.getelements.elements.dao.mongo.test.MongoProfileTestOperations
 
getUserUid(String, String) - Method in class dev.getelements.elements.dao.mongo.MongoUserUidDao
 
getUserUid(String, String) - Method in interface dev.getelements.elements.sdk.dao.UserUidDao
Gets the user uid with the given name or id
getUserUid(String, String) - Method in interface dev.getelements.elements.sdk.service.auth.UserUidService
Gets the user uid with the given name or id
getUserUid(String, String) - Method in class dev.getelements.elements.service.auth.AnonUserUidService
 
getUserUid(String, String) - Method in class dev.getelements.elements.service.auth.UserUserUidService
 
getUserUidDao() - Method in class dev.getelements.elements.service.auth.AnonOAuth2AuthService
 
getUserUidDao() - Method in class dev.getelements.elements.service.auth.AnonOidcAuthService
 
getUserUidDao() - Method in class dev.getelements.elements.service.auth.UserOAuth2AuthService
 
getUserUidDao() - Method in class dev.getelements.elements.service.auth.UserOidcAuthService
 
getUserUids(int, int, String) - Method in class dev.getelements.elements.dao.mongo.MongoUserUidDao
 
getUserUids(int, int, String) - Method in interface dev.getelements.elements.sdk.dao.UserUidDao
Attempts to get a certain number of user uids
getUserUids(int, int, String) - Method in interface dev.getelements.elements.sdk.service.auth.UserUidService
Attempts to get a certain number of user uids
getUserUids(int, int, String) - Method in class dev.getelements.elements.service.auth.AnonUserUidService
 
getUserUids(int, int, String) - Method in class dev.getelements.elements.service.auth.UserUserUidService
 
getUserVaultServiceProvider() - Method in class dev.getelements.elements.service.blockchain.omni.VaultServiceProvider
 
getUserWalletServiceProvider() - Method in class dev.getelements.elements.service.blockchain.omni.WalletServiceProvider
 
getUtils() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSResourceContentsMapping
Gets the UnixFSUtils associated with this mapping.
getUtils() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSResourceIndex
 
getUtils() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionJournal
 
getUuid() - Method in class dev.getelements.elements.dao.mongo.model.index.MongoIndexOperation
 
getUuid() - Method in class dev.getelements.elements.dao.mongo.model.match.MongoMatchLock
 
getUuid() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuance
 
getUuid() - Method in class dev.getelements.elements.sdk.cluster.id.InstanceId
Gets a UUID representing the instance id.
getUuid() - Method in class dev.getelements.elements.sdk.model.reward.RewardIssuance
 
getValidationFailureMessages() - Method in class dev.getelements.elements.sdk.model.ValidationErrorResponse
 
getValidationHelper() - Method in class dev.getelements.elements.dao.mongo.application.MongoApplicationConfigurationDao
 
getValidationHelper() - Method in class dev.getelements.elements.dao.mongo.auth.MongoAuthSchemeDao
 
getValidationHelper() - Method in class dev.getelements.elements.dao.mongo.auth.MongoOAuth2AuthSchemeDao
 
getValidationHelper() - Method in class dev.getelements.elements.dao.mongo.auth.MongoOidcAuthSchemeDao
 
getValidationHelper() - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoSmartContractDao
 
getValidationHelper() - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoVaultDao
 
getValidationHelper() - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoWalletDao
 
getValidationHelper() - Method in class dev.getelements.elements.dao.mongo.goods.MongoDistinctInventoryItemDao
 
getValidationHelper() - Method in class dev.getelements.elements.dao.mongo.goods.MongoInventoryItemDao
 
getValidationHelper() - Method in class dev.getelements.elements.dao.mongo.goods.MongoItemDao
 
getValidationHelper() - Method in class dev.getelements.elements.dao.mongo.largeobject.MongoLargeObjectDao
 
getValidationHelper() - Method in class dev.getelements.elements.dao.mongo.match.MongoMatchDao
 
getValidationHelper() - Method in class dev.getelements.elements.dao.mongo.mission.MongoMissionDao
 
getValidationHelper() - Method in class dev.getelements.elements.dao.mongo.mission.MongoProgressDao
 
getValidationHelper() - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleDao
 
getValidationHelper() - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleEventDao
 
getValidationHelper() - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleProgressDao
 
getValidationHelper() - Method in class dev.getelements.elements.dao.mongo.MongoAppleIapReceiptDao
 
getValidationHelper() - Method in class dev.getelements.elements.dao.mongo.MongoFCMRegistrationDao
 
getValidationHelper() - Method in class dev.getelements.elements.dao.mongo.MongoFriendDao
 
getValidationHelper() - Method in class dev.getelements.elements.dao.mongo.MongoGooglePlayIapReceiptDao
 
getValidationHelper() - Method in class dev.getelements.elements.dao.mongo.MongoLeaderboardDao
 
getValidationHelper() - Method in class dev.getelements.elements.dao.mongo.MongoProfileDao
 
getValidationHelper() - Method in class dev.getelements.elements.dao.mongo.MongoRewardIssuanceDao
 
getValidationHelper() - Method in class dev.getelements.elements.dao.mongo.MongoScoreDao
 
getValidationHelper() - Method in class dev.getelements.elements.dao.mongo.MongoSessionDao
 
getValidationHelper() - Method in class dev.getelements.elements.dao.mongo.MongoUserDao
 
getValidationHelper() - Method in class dev.getelements.elements.dao.mongo.MongoUserUidDao
 
getValidationHelper() - Method in class dev.getelements.elements.dao.mongo.savedata.MongoSaveDataDocumentDao
 
getValidationHelper() - Method in class dev.getelements.elements.dao.mongo.schema.MongoMetadataSpecDao
 
getValidationHelper() - Method in class dev.getelements.elements.rest.apple.AppleIapReceiptResource
 
getValidationHelper() - Method in class dev.getelements.elements.rest.application.ApplicationResource
 
getValidationHelper() - Method in class dev.getelements.elements.rest.application.FacebookApplicationConfigurationResource
 
getValidationHelper() - Method in class dev.getelements.elements.rest.application.FirebaseApplicationConfigurationResource
 
getValidationHelper() - Method in class dev.getelements.elements.rest.application.IosApplicationConfigurationResource
 
getValidationHelper() - Method in class dev.getelements.elements.rest.auth.OAuth2AuthResource
 
getValidationHelper() - Method in class dev.getelements.elements.rest.auth.OidcAuthResource
 
getValidationHelper() - Method in class dev.getelements.elements.rest.codegen.CodegenResource
 
getValidationHelper() - Method in class dev.getelements.elements.rest.followers.FollowersResource
 
getValidationHelper() - Method in class dev.getelements.elements.rest.friends.FriendResource
 
getValidationHelper() - Method in class dev.getelements.elements.rest.goods.ItemResource
 
getValidationHelper() - Method in class dev.getelements.elements.rest.google.GooglePlayIapReceiptResource
 
getValidationHelper() - Method in class dev.getelements.elements.rest.inventory.AdvancedInventoryItemResource
 
getValidationHelper() - Method in class dev.getelements.elements.rest.inventory.DistinctInventoryItemResource
 
getValidationHelper() - Method in class dev.getelements.elements.rest.inventory.SimpleInventoryItemResource
 
getValidationHelper() - Method in class dev.getelements.elements.rest.invite.InviteResource
 
getValidationHelper() - Method in class dev.getelements.elements.rest.leaderboard.LeaderboardResource
 
getValidationHelper() - Method in class dev.getelements.elements.rest.leaderboard.ScoreResource
 
getValidationHelper() - Method in class dev.getelements.elements.rest.matchmaking.MatchResource
 
getValidationHelper() - Method in class dev.getelements.elements.rest.notifications.FCMRegistrationResource
 
getValidationHelper() - Method in class dev.getelements.elements.rest.profile.ProfileResource
 
getValidationHelper() - Method in class dev.getelements.elements.rest.savedata.SaveDataDocumentResource
 
getValidationHelper() - Method in class dev.getelements.elements.rest.security.MockSessionResource
 
getValidationHelper() - Method in class dev.getelements.elements.rest.security.UsernamePasswordResource
 
getValidationHelper() - Method in class dev.getelements.elements.rest.user.SignupResource
 
getValidationHelper() - Method in class dev.getelements.elements.rest.user.UserResource
 
getValidationHelper() - Method in class dev.getelements.elements.service.auth.AnonUsernamePasswordAuthService
 
getValidationHelper() - Method in class dev.getelements.elements.service.auth.StandardCustomAuthSessionService
 
getValidationHelper() - Method in class dev.getelements.elements.service.auth.SuperUserAuthSchemeService
 
getValidationHelper() - Method in class dev.getelements.elements.service.auth.SuperUserOAuth2AuthSchemeService
 
getValidationHelper() - Method in class dev.getelements.elements.service.auth.SuperUserOidcAuthSchemeService
 
getValidationHelper() - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserSmartContractService
 
getValidationHelper() - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserVaultService
 
getValidationHelper() - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserWalletService
 
getValidationHelper() - Method in class dev.getelements.elements.service.largeobject.SuperUserLargeObjectService
 
getValidationHelper() - Method in class dev.getelements.elements.service.largeobject.UserLargeObjectService
 
getValidationHelper() - Method in class dev.getelements.elements.service.mission.SuperUserScheduleEventService
 
getValidationHelper() - Method in class dev.getelements.elements.service.mission.SuperUserScheduleService
 
getValidationHelper() - Method in class dev.getelements.elements.service.savedata.SuperUserSaveDataDocumentService
 
getValidationHelper() - Method in class dev.getelements.elements.service.savedata.UserSaveDataDocumentService
 
getValidationUrl() - Method in class dev.getelements.elements.dao.mongo.model.auth.MongoOAuth2AuthScheme
 
getValidationUrl() - Method in class dev.getelements.elements.sdk.model.auth.CreateOrUpdateOAuth2AuthSchemeRequest
 
getValidationUrl() - Method in class dev.getelements.elements.sdk.model.auth.OAuth2AuthScheme
 
getValidator() - Method in class dev.getelements.elements.rt.SimpleJsonRpcInvocationService
 
getValidator() - Method in class dev.getelements.elements.rt.SimpleJsonRpcManifestService
 
getValidator() - Method in class dev.getelements.elements.rt.SimpleModelManifestService
 
getValidator() - Method in class dev.getelements.elements.sdk.model.ValidWithGroups.Validator
 
getValidator() - Method in class dev.getelements.elements.sdk.service.blockchain.crypto.StandardWalletCryptoUtilities
 
getValidator() - Method in class dev.getelements.elements.service.blockchain.crypto.AesVaultCryptoUtilities
 
getValidatorProvider() - Method in class dev.getelements.elements.dao.mongo.guice.MongoTransactionProvider
 
getValue() - Method in interface dev.getelements.elements.rt.transact.unix.UnixFSChecksumAlgorithm.Algorithm
 
getValue() - Method in class dev.getelements.elements.sdk.model.auth.OAuth2RequestKeyValue
 
getValue() - Method in enum class dev.getelements.elements.sdk.model.auth.OidcClaim
Gets the literal value of the claim.
getValue() - Method in enum class dev.getelements.elements.sdk.model.auth.PrivateClaim
Gets the literal value of the claim.
getValue() - Method in enum class dev.getelements.elements.sdk.model.auth.UserKey
The literal value of the claim.
getValue(Object) - Method in interface dev.getelements.elements.dao.mongo.query.BooleanQueryOperator.Evaluation
 
getVault() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoSmartContract
 
getVault() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoWallet
 
getVault() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.SmartContract
 
getVault() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.Wallet
 
getVault() - Method in class dev.getelements.elements.sdk.service.blockchain.invoke.InvocationScope
 
getVault(String) - Method in class dev.getelements.elements.rest.blockchain.VaultResource
 
getVault(String) - Method in interface dev.getelements.elements.sdk.dao.VaultDao
Gets a Vault the vault.
getVault(String) - Method in interface dev.getelements.elements.sdk.service.blockchain.VaultService
Gets a specific vault wiht the supplied id.
getVault(String) - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserVaultService
 
getVault(String) - Method in class dev.getelements.elements.service.blockchain.omni.UserVaultService
 
getVaultCryptoUtilities() - Method in class dev.getelements.elements.service.blockchain.crypto.evm.SuperUserEvmSmartContractInvocationService
 
getVaultCryptoUtilities() - Method in class dev.getelements.elements.service.blockchain.crypto.near.SuperUserNearSmartContractInvocationService
 
getVaultCryptoUtilities() - Method in class dev.getelements.elements.service.blockchain.invoke.StandardSmartContractInvocationResolution
 
getVaultCryptoUtilities() - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserVaultService
 
getVaultDao() - Method in class dev.getelements.elements.service.blockchain.invoke.StandardSmartContractInvocationResolution
 
getVaultDao() - Method in class dev.getelements.elements.service.blockchain.invoke.SuperUserSmartContractInvocationService
 
getVaultDao() - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserSmartContractService
 
getVaultDao() - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserVaultService
 
getVaultDao() - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserWalletService
 
getVaultDao() - Method in class dev.getelements.elements.service.blockchain.omni.UserVaultService
 
getVaultDao() - Method in class dev.getelements.elements.service.blockchain.omni.UserWalletService
 
getVaultForUpdate(String, UpdateVaultRequest) - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserVaultService
 
getVaultForUser(String, String) - Method in interface dev.getelements.elements.sdk.dao.VaultDao
Gets the the vault ID.
getVaultId() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.CreateSmartContractRequest
 
getVaultId() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.UpdateSmartContractRequest
 
getVaults(int, int, String) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoVaultDao
 
getVaults(int, int, String) - Method in class dev.getelements.elements.rest.blockchain.VaultResource
 
getVaults(int, int, String) - Method in interface dev.getelements.elements.sdk.dao.VaultDao
Gets all vaults in the system.
getVaults(int, int, String) - Method in interface dev.getelements.elements.sdk.service.blockchain.VaultService
Gets all vaults, optionally filtered by user ID
getVaults(int, int, String) - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserVaultService
 
getVaults(int, int, String) - Method in class dev.getelements.elements.service.blockchain.omni.UserVaultService
 
getVaultService() - Method in class dev.getelements.elements.rest.blockchain.VaultResource
 
getVersion() - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoInventoryItem
 
getVersion() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgress
 
getVersion() - Method in class dev.getelements.elements.dao.mongo.model.MongoDeployment
 
getVersion() - Method in class dev.getelements.elements.dao.mongo.model.savedata.MongoSaveDataDocument
 
getVersion() - Method in class dev.getelements.elements.rest.status.VersionResource
 
getVersion() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearMetadata
 
getVersion() - Method in class dev.getelements.elements.sdk.model.cdn.CreateDeploymentRequest
 
getVersion() - Method in class dev.getelements.elements.sdk.model.Deployment
 
getVersion() - Method in class dev.getelements.elements.sdk.model.savedata.SaveDataDocument
 
getVersion() - Method in class dev.getelements.elements.sdk.model.savedata.UpdateSaveDataDocumentRequest
 
getVersion() - Method in class dev.getelements.elements.sdk.model.Version
 
getVersion() - Method in interface dev.getelements.elements.sdk.service.version.VersionService
Returns the current Version of the current built.
getVersion() - Method in class dev.getelements.elements.service.version.BuildPropertiesVersionService
 
getVersionExternalIdentifier() - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceipt
 
getVersionExternalIdentifier() - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceiptPurchase
 
getVersionService() - Method in class dev.getelements.elements.rest.codegen.CodegenResource
 
getVersionService() - Method in class dev.getelements.elements.rest.Oas3DocumentationResource
 
getVersionService() - Method in class dev.getelements.elements.rest.status.VersionResource
 
getVersionService() - Method in class dev.getelements.elements.servlet.security.VersionServlet
 
getWallet() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscWallet
 
getWallet() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoWallet
 
getWallet() - Method in class dev.getelements.elements.sdk.service.blockchain.invoke.InvocationScope
 
getWallet(String) - Method in class dev.getelements.elements.rest.blockchain.WalletResource
 
getWallet(String) - Method in interface dev.getelements.elements.sdk.dao.WalletDao
Fetches a specific Wallet instance based on ID.
getWallet(String) - Method in interface dev.getelements.elements.sdk.service.blockchain.WalletService
Fetches a specific Wallet instance based on ID or name.
getWallet(String) - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserWalletService
 
getWallet(String) - Method in class dev.getelements.elements.service.blockchain.omni.UserWalletService
 
getWallet(String, String) - Method in class dev.getelements.elements.rest.blockchain.VaultWalletResource
 
getWalletAccount() - Method in class dev.getelements.elements.sdk.service.blockchain.invoke.InvocationScope
 
getWalletCryptoUtilities() - Method in class dev.getelements.elements.service.blockchain.crypto.evm.SuperUserEvmSmartContractInvocationService
 
getWalletCryptoUtilities() - Method in class dev.getelements.elements.service.blockchain.crypto.near.SuperUserNearSmartContractInvocationService
 
getWalletCryptoUtilities() - Method in class dev.getelements.elements.service.blockchain.invoke.StandardSmartContractInvocationResolution
 
getWalletCryptoUtilities() - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserWalletService
 
getWalletDao() - Method in class dev.getelements.elements.service.blockchain.invoke.SuperUserSmartContractInvocationService
 
getWalletDao() - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserWalletService
 
getWalletDao() - Method in class dev.getelements.elements.service.blockchain.omni.UserWalletService
 
getWalletForUser(String, String) - Method in interface dev.getelements.elements.sdk.dao.WalletDao
Fetches a specific Wallet instance based on ID.
getWalletId() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscSmartContract
 
getWalletId() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoSmartContract
 
getWalletId() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractRequest
 
getWalletId() - Method in class dev.getelements.elements.sdk.model.blockchain.ElementsSmartContract
Deprecated.
 
getWalletId() - Method in class dev.getelements.elements.sdk.model.blockchain.InvokeContractRequest
Deprecated.
 
getWalletId() - Method in class dev.getelements.elements.sdk.model.blockchain.MintTokenRequest
Deprecated.
 
getWalletId() - Method in class dev.getelements.elements.sdk.model.blockchain.PatchSmartContractRequest
Deprecated.
 
getWalletIdentityFactory() - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserWalletService
 
getWalletInVault(String, String) - Method in interface dev.getelements.elements.sdk.dao.WalletDao
Fetches a specific Wallet instance based on ID.
getWalletInVault(String, String) - Method in interface dev.getelements.elements.sdk.service.blockchain.WalletService
Fetches wallet from the supplied vault.
getWalletInVault(String, String) - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserWalletService
 
getWalletInVault(String, String) - Method in class dev.getelements.elements.service.blockchain.omni.UserWalletService
 
getWallets(int, int, String, BlockchainApi, List<BlockchainNetwork>, String) - Method in class dev.getelements.elements.rest.blockchain.VaultWalletResource
 
getWallets(int, int, String, String, BlockchainApi, List<BlockchainNetwork>) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoWalletDao
 
getWallets(int, int, String, String, BlockchainApi, List<BlockchainNetwork>) - Method in interface dev.getelements.elements.sdk.dao.WalletDao
Lists all Wallet instances, specifying a search query.
getWallets(int, int, String, String, BlockchainApi, List<BlockchainNetwork>) - Method in interface dev.getelements.elements.sdk.service.blockchain.WalletService
Lists all Wallet instances, specifying a search query.
getWallets(int, int, String, String, BlockchainApi, List<BlockchainNetwork>) - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserWalletService
 
getWallets(int, int, String, String, BlockchainApi, List<BlockchainNetwork>) - Method in class dev.getelements.elements.service.blockchain.omni.UserWalletService
 
getWalletService() - Method in class dev.getelements.elements.rest.blockchain.VaultWalletResource
 
getWalletService() - Method in class dev.getelements.elements.rest.blockchain.WalletResource
 
getWeb3j() - Method in class dev.getelements.elements.service.blockchain.invoke.evm.Web3jInvoker
 
getWebOrderLineItemId() - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceiptPurchase
 
getWildcardIndices() - Method in class dev.getelements.elements.sdk.cluster.path.Path
 
getWorker() - Method in class dev.getelements.elements.appnode.ApplicationNode
Gets the Worker for this ApplicationNode.
getWorker() - Method in class dev.getelements.elements.rt.remote.watchdog.SimpleWatchdogService
 
getWorker() - Method in class dev.getelements.elements.rt.SimpleInstanceMetadataContext
 
getWorker() - Method in interface dev.getelements.elements.test.EmbeddedTestService
getWorker() - Method in interface dev.getelements.elements.test.EmbeddedWorkerInstanceContainer
Gets the underlying Worker.
getWorker() - Method in class dev.getelements.elements.test.JeroMQEmbeddedWorkerInstanceContainer
 
getWorkerOptional() - Method in interface dev.getelements.elements.test.EmbeddedTestService
getWorkerOptional() - Method in class dev.getelements.elements.test.JeroMQEmbeddedTestService
 
getWorkerWatchdogList() - Method in class dev.getelements.elements.rt.remote.watchdog.SimpleWatchdogService
 
getWrite() - Method in class dev.getelements.elements.dao.mongo.model.largeobject.MongoAccessPermissions
 
getWrite() - Method in class dev.getelements.elements.sdk.model.largeobject.AccessPermissions
 
getWrite() - Method in class dev.getelements.elements.sdk.model.largeobject.CreateLargeObjectRequest
 
getWrite() - Method in class dev.getelements.elements.sdk.model.largeobject.UpdateLargeObjectRequest
 
getWriteLock() - Method in interface dev.getelements.elements.rt.util.ReadWriteGuard
 
getWriteLock() - Method in class dev.getelements.elements.rt.util.ReentrantReadWriteGuard
 
getzContext() - Method in class dev.getelements.elements.rt.jeromq.JeroMQAsyncConnectionService
 
getzContext() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQInstanceConnectionService
 
GIT_CDN_STORAGE_DIRECTORY - Static variable in class dev.getelements.elements.cdnserve.FilesystemCdnGitLoaderProvider
The storage directory for the git repositories housing the application's script storage.
GIT_REPO - Static variable in interface dev.getelements.elements.sdk.service.cdn.CdnDeploymentService
 
GIT_ROOT - Static variable in class dev.getelements.elements.jetty.CdnServeModule
 
GIT_ROOT - Static variable in class dev.getelements.elements.jetty.CodeServeModule
 
GIT_SERVLET_KEY - Static variable in class dev.getelements.elements.jetty.CdnServeModule
 
GIT_SERVLET_KEY - Static variable in class dev.getelements.elements.jetty.CodeServeModule
 
GIT_SERVLET_NAME - Static variable in class dev.getelements.elements.jetty.CdnServeModule
 
GIT_SERVLET_NAME - Static variable in class dev.getelements.elements.jetty.CodeServeModule
 
GIT_SUFFIX - Static variable in interface dev.getelements.elements.rt.git.GitApplicationAssetLoader
The git directory suffix.
GitApplicationAssetLoader - Interface in dev.getelements.elements.rt.git
The GitLoader takes a clone of an existing git repository, and allows downstream code access to that directory.
GitCloneIOException - Exception Class in dev.getelements.elements.sdk.model.exception.cdnserve
 
GitCloneIOException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.cdnserve.GitCloneIOException
 
GitCloneIOException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.cdnserve.GitCloneIOException
 
GitCloneIOException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.cdnserve.GitCloneIOException
 
GitCloneIOException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.cdnserve.GitCloneIOException
 
GitFilter - Class in org.eclipse.jgit.http.server
Handles Git repository access over HTTP.
GitFilter() - Constructor for class org.eclipse.jgit.http.server.GitFilter
New servlet that will load its base directory from web.xml.
GitServlet - Class in org.eclipse.jgit.http.server
Handles Git repository access over HTTP.
GitServlet() - Constructor for class org.eclipse.jgit.http.server.GitServlet
New servlet that will load its base directory from web.xml.
GitServletProvider - Class in dev.getelements.elements.git
Created by patricktwohig on 8/2/17.
GitServletProvider() - Constructor for class dev.getelements.elements.git.GitServletProvider
 
GitSmartHttpTools - Class in org.eclipse.jgit.http.server
Utility functions for handling the Git-over-HTTP protocol.
GLOBAL_SECRET - Static variable in interface dev.getelements.elements.sdk.model.Constants
The global secret.
GLOBAL_SECRET - Static variable in interface dev.getelements.elements.sdk.model.Headers
Specifies the Session ID used by Elements required to send any request.
GOOGLE_PLAY_IAP_SOURCE - Static variable in class dev.getelements.elements.sdk.model.reward.RewardIssuance
 
GOOGLE_SIGN_IN - Enum constant in enum class dev.getelements.elements.dao.mongo.model.MongoSession.Type
A session created by Google Sign-In
GooglePlayApplicationConfiguration - Class in dev.getelements.elements.sdk.model.application
Represents the application profile and any associated metadata, such as APNS certificate or other information.
GooglePlayApplicationConfiguration() - Constructor for class dev.getelements.elements.sdk.model.application.GooglePlayApplicationConfiguration
 
GooglePlayApplicationConfigurationResource - Class in dev.getelements.elements.rest.application
Handles the management of GooglePlayApplicationConfiguration instances.
GooglePlayApplicationConfigurationResource() - Constructor for class dev.getelements.elements.rest.application.GooglePlayApplicationConfigurationResource
 
GooglePlayApplicationConfigurationService - Interface in dev.getelements.elements.sdk.service.application
Created by patricktwohig on 5/24/17.
GooglePlayApplicationConfigurationServiceProvider - Class in dev.getelements.elements.service.application
 
GooglePlayApplicationConfigurationServiceProvider() - Constructor for class dev.getelements.elements.service.application.GooglePlayApplicationConfigurationServiceProvider
 
GooglePlayIapReceipt - Class in dev.getelements.elements.sdk.model.googleplayiapreceipt
 
GooglePlayIapReceipt() - Constructor for class dev.getelements.elements.sdk.model.googleplayiapreceipt.GooglePlayIapReceipt
 
GooglePlayIapReceiptDao - Interface in dev.getelements.elements.sdk.dao
 
GooglePlayIapReceiptResource - Class in dev.getelements.elements.rest.google
 
GooglePlayIapReceiptResource() - Constructor for class dev.getelements.elements.rest.google.GooglePlayIapReceiptResource
 
GooglePlayIapReceiptService - Interface in dev.getelements.elements.sdk.service.googleplayiap
 
GooglePlayIapReceiptServiceProvider - Class in dev.getelements.elements.service.googleplayiap
 
GooglePlayIapReceiptServiceProvider() - Constructor for class dev.getelements.elements.service.googleplayiap.GooglePlayIapReceiptServiceProvider
 
GoogleSignInCertificateHelper - Class in dev.getelements.elements.service
 
GoogleSignInCertificateHelper() - Constructor for class dev.getelements.elements.service.GoogleSignInCertificateHelper
 
greater(ObjectId, ObjectId) - Static method in class dev.getelements.elements.dao.mongo.model.MongoFriendshipId
 
GridFSLargeObjectBucket - Class in dev.getelements.elements.dao.mongo.largeobject
 
GridFSLargeObjectBucket() - Constructor for class dev.getelements.elements.dao.mongo.largeobject.GridFSLargeObjectBucket
 
group() - Method in interface dev.getelements.elements.rt.AsyncConnectionService
Creates an anonymous group.
group(String) - Method in interface dev.getelements.elements.rt.AsyncConnectionService
Returns a AsyncConnectionGroup.Builder which can be used to build an instance of AsyncConnectionGroup for managing closely related AsyncConnection instances.
group(String) - Method in class dev.getelements.elements.rt.jeromq.JeroMQAsyncConnectionService
 
group(String) - Method in class dev.getelements.elements.rt.SharedAsyncConnectionService
 
groups() - Element in annotation interface dev.getelements.elements.sdk.model.annotation.PemFile
 
groups() - Element in annotation interface dev.getelements.elements.sdk.model.schema.ValidProperties
 
groups() - Element in annotation interface dev.getelements.elements.sdk.model.ValidWithGroups
The groups which activate this specific validator.
GUICE_INJECTOR_ATTRIBUTE_NAME - Static variable in class dev.getelements.elements.guice.GuiceConstants
The Guice injector attribute name.
GuiceAttributes - Class in dev.getelements.elements.sdk.guice
 
GuiceAttributes() - Constructor for class dev.getelements.elements.sdk.guice.GuiceAttributes
 
GuiceConstants - Class in dev.getelements.elements.guice
Constants used by Guice configuration.
GuiceElementLoader - Class in dev.getelements.elements.sdk.spi.guice
The GuiceElementLoader uses Guice to scan and instantiate an SDK element using a guice element with the following strategy.
GuiceElementLoader() - Constructor for class dev.getelements.elements.sdk.spi.guice.GuiceElementLoader
 
GuiceSdkElement - Class in dev.getelements.elements.sdk.spi.guice
 
GuiceSdkElement(ElementRecord, ServiceLocator, ElementRegistry) - Constructor for class dev.getelements.elements.sdk.spi.guice.GuiceSdkElement
 
GuiceServiceLocator - Class in dev.getelements.elements.sdk.guice
Created by patricktwohig on 9/1/15.
GuiceServiceLocator() - Constructor for class dev.getelements.elements.sdk.guice.GuiceServiceLocator
 
GuiceServiceLocatorModule - Class in dev.getelements.elements.sdk.guice
Bridges the gap between a Guice Injector and an ServiceLocator.
GuiceServiceLocatorModule() - Constructor for class dev.getelements.elements.sdk.guice.GuiceServiceLocatorModule
 
GuiceSpiModule - Class in dev.getelements.elements.sdk.spi.guice
Used to bind services.
GuiceSpiModule() - Constructor for class dev.getelements.elements.sdk.spi.guice.GuiceSpiModule
 

H

handle(HttpServletRequest, HttpServletResponse) - Method in interface dev.getelements.elements.servlet.HttpHandler
 
handleException(Consumer<Throwable>, Throwable) - Method in class dev.getelements.elements.sdk.util.AbstractPublisher
 
handler(InvocationHandler) - Method in class dev.getelements.elements.rt.remote.ProxyBuilder
Specifies an instance of InvocationHandler, which can be used to handle invocations against a Method through a MethodAssignment.
HANDLER_SEQUENCE - Static variable in class dev.getelements.elements.app.serve.loader.JakartaRsLoader
 
HANDLER_SEQUENCE - Static variable in class dev.getelements.elements.app.serve.loader.JakartaWebsocketLoader
 
HANDLER_TIMEOUT - Enum constant in enum class dev.getelements.elements.rt.ResponseCode
Indicates that a handler reached a timeout condition.
HANDLER_TIMEOUT_MSEC - Static variable in interface dev.getelements.elements.rt.HandlerContext
The timeout for the HandlerContext in milliseconds.
HandlerContext - Interface in dev.getelements.elements.rt
Used to manage handler-type Resource instances.
HandlerTimeoutException - Exception Class in dev.getelements.elements.rt.exception
 
HandlerTimeoutException() - Constructor for exception class dev.getelements.elements.rt.exception.HandlerTimeoutException
 
HandlerTimeoutException(String) - Constructor for exception class dev.getelements.elements.rt.exception.HandlerTimeoutException
 
HandlerTimeoutException(String, Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.HandlerTimeoutException
 
HandlerTimeoutException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.rt.exception.HandlerTimeoutException
 
HandlerTimeoutException(Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.HandlerTimeoutException
 
HappyServlet - Class in dev.getelements.elements.servlet.security
A happy little servlet.
HappyServlet() - Constructor for class dev.getelements.elements.servlet.security.HappyServlet
 
hasChunkedEncodingRequestBug(int[], HttpServletRequest) - Static method in class org.eclipse.jgit.http.server.ClientVersionUtil
Deprecated.
no widely used Git versions need this any more
hasContext() - Method in class dev.getelements.elements.sdk.cluster.path.Path
Returns true if this Path has a context.
hasDeleteAccess(AccessPermissions) - Method in class dev.getelements.elements.service.largeobject.AccessPermissionsUtils
 
hashCode() - Method in record class dev.getelements.elements.common.app.ApplicationElementService.ApplicationElementRecord
Returns a hash code value for this object.
hashCode() - Method in class dev.getelements.elements.dao.mongo.model.application.MongoProductBundle
 
hashCode() - Method in class dev.getelements.elements.dao.mongo.model.application.MongoProductBundleReward
 
hashCode() - Method in class dev.getelements.elements.dao.mongo.model.auth.MongoOAuth2AuthScheme
 
hashCode() - Method in class dev.getelements.elements.dao.mongo.model.auth.MongoOidcAuthScheme
 
hashCode() - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoInventoryItem
 
hashCode() - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoInventoryItemId
 
hashCode() - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoItem
 
hashCode() - Method in class dev.getelements.elements.dao.mongo.model.index.MongoIndexMetadata
 
hashCode() - Method in class dev.getelements.elements.dao.mongo.model.largeobject.MongoAccessPermissions
 
hashCode() - Method in class dev.getelements.elements.dao.mongo.model.largeobject.MongoLargeObject
 
hashCode() - Method in class dev.getelements.elements.dao.mongo.model.largeobject.MongoSubjects
 
hashCode() - Method in class dev.getelements.elements.dao.mongo.model.match.MongoMatch
 
hashCode() - Method in class dev.getelements.elements.dao.mongo.model.match.MongoMatchSnapshot
 
hashCode() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoMission
 
hashCode() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgressId
 
hashCode() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgressMissionInfo
 
hashCode() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoReward
 
hashCode() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuance
 
hashCode() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuanceId
 
hashCode() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoStep
 
hashCode() - Method in class dev.getelements.elements.dao.mongo.model.MongoAppleIapReceipt
 
hashCode() - Method in class dev.getelements.elements.dao.mongo.model.MongoAppleSignInSession
 
hashCode() - Method in class dev.getelements.elements.dao.mongo.model.MongoFCMRegistration
 
hashCode() - Method in class dev.getelements.elements.dao.mongo.model.MongoFollower
 
hashCode() - Method in class dev.getelements.elements.dao.mongo.model.MongoFollowerId
 
hashCode() - Method in class dev.getelements.elements.dao.mongo.model.MongoFriendship
 
hashCode() - Method in class dev.getelements.elements.dao.mongo.model.MongoFriendshipId
 
hashCode() - Method in class dev.getelements.elements.dao.mongo.model.MongoGooglePlayIapReceipt
 
hashCode() - Method in class dev.getelements.elements.dao.mongo.model.MongoLeaderboard
 
hashCode() - Method in class dev.getelements.elements.dao.mongo.model.MongoProfile
 
hashCode() - Method in class dev.getelements.elements.dao.mongo.model.MongoUser
 
hashCode() - Method in class dev.getelements.elements.dao.mongo.model.MongoUserUid
 
hashCode() - Method in class dev.getelements.elements.dao.mongo.model.MongoUserUidScheme
 
hashCode() - Method in class dev.getelements.elements.dao.mongo.model.savedata.MongoSaveDataDocumentId
 
hashCode() - Method in class dev.getelements.elements.dao.mongo.model.schema.MongoMetadataSpecProperty
 
hashCode() - Method in class dev.getelements.elements.rt.jrpc.JsonRpcError
 
hashCode() - Method in class dev.getelements.elements.rt.jrpc.JsonRpcRequest
 
hashCode() - Method in class dev.getelements.elements.rt.jrpc.JsonRpcResponse
 
hashCode() - Method in class dev.getelements.elements.rt.manifest.Deprecation
 
hashCode() - Method in class dev.getelements.elements.rt.manifest.event.EventManifest
 
hashCode() - Method in class dev.getelements.elements.rt.manifest.event.EventOperation
 
hashCode() - Method in class dev.getelements.elements.rt.manifest.jrpc.JsonRpcManifest
 
hashCode() - Method in class dev.getelements.elements.rt.manifest.jrpc.JsonRpcMethod
 
hashCode() - Method in class dev.getelements.elements.rt.manifest.jrpc.JsonRpcParameter
 
hashCode() - Method in class dev.getelements.elements.rt.manifest.jrpc.JsonRpcReturnType
 
hashCode() - Method in class dev.getelements.elements.rt.manifest.jrpc.JsonRpcService
 
hashCode() - Method in class dev.getelements.elements.rt.manifest.model.Model
 
hashCode() - Method in class dev.getelements.elements.rt.manifest.model.Property
 
hashCode() - Method in class dev.getelements.elements.rt.manifest.startup.StartupManifest
 
hashCode() - Method in class dev.getelements.elements.rt.manifest.startup.StartupModule
 
hashCode() - Method in class dev.getelements.elements.rt.manifest.startup.StartupOperation
 
hashCode() - Method in class dev.getelements.elements.rt.remote.Invocation
 
hashCode() - Method in class dev.getelements.elements.rt.remote.InvocationError
 
hashCode() - Method in class dev.getelements.elements.rt.remote.InvocationResult
 
hashCode() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQInstanceBinding
 
hashCode() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQInstanceConnectionId
 
hashCode() - Method in class dev.getelements.elements.rt.remote.JndiInstanceHostInfo
 
hashCode() - Method in class dev.getelements.elements.rt.remote.Route
 
hashCode() - Method in class dev.getelements.elements.rt.remote.SimpleInstanceHostInfo
 
hashCode() - Method in class dev.getelements.elements.rt.SimpleResourceServiceListing
 
hashCode() - Method in class dev.getelements.elements.rt.SimpleResourceServiceUnlink
 
hashCode() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSCircularBlockBuffer.Slice
 
hashCode() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSPathMapping
 
hashCode() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTask
 
hashCode() - Method in record class dev.getelements.elements.sdk.Attributes.Attribute
Returns a hash code value for this object.
hashCode() - Method in class dev.getelements.elements.sdk.cluster.id.ApplicationId
 
hashCode() - Method in class dev.getelements.elements.sdk.cluster.id.InstanceId
 
hashCode() - Method in class dev.getelements.elements.sdk.cluster.id.NodeId
 
hashCode() - Method in class dev.getelements.elements.sdk.cluster.id.ResourceId
 
hashCode() - Method in class dev.getelements.elements.sdk.cluster.id.TaskId
 
hashCode() - Method in class dev.getelements.elements.sdk.cluster.path.ParameterizedPath
 
hashCode() - Method in class dev.getelements.elements.sdk.cluster.path.Path.ContextAndComponents
 
hashCode() - Method in class dev.getelements.elements.sdk.cluster.path.Path
 
hashCode() - Method in class dev.getelements.elements.sdk.cluster.path.Paths.WildcardFirst
 
hashCode() - Method in class dev.getelements.elements.sdk.cluster.path.Paths.WildcardLast
 
hashCode() - Method in record class dev.getelements.elements.sdk.ElementStandardBeanProperties.StandardBeanProperty
Returns a hash code value for this object.
hashCode() - Method in class dev.getelements.elements.sdk.guice.GuiceAttributes
 
hashCode() - Method in record class dev.getelements.elements.sdk.local.LocalApplicationElementRecord
Returns a hash code value for this object.
hashCode() - Method in class dev.getelements.elements.sdk.model.advancement.Advancement
 
hashCode() - Method in class dev.getelements.elements.sdk.model.appleiapreceipt.AppleIapReceipt
 
hashCode() - Method in class dev.getelements.elements.sdk.model.appleiapreceipt.CreateAppleIapReceipt
 
hashCode() - Method in class dev.getelements.elements.sdk.model.application.Application
 
hashCode() - Method in class dev.getelements.elements.sdk.model.application.ApplicationConfiguration
 
hashCode() - Method in class dev.getelements.elements.sdk.model.application.CallbackDefinition
 
hashCode() - Method in class dev.getelements.elements.sdk.model.application.ElementServiceReference
 
hashCode() - Method in class dev.getelements.elements.sdk.model.application.FacebookApplicationConfiguration
 
hashCode() - Method in class dev.getelements.elements.sdk.model.application.FirebaseApplicationConfiguration
 
hashCode() - Method in class dev.getelements.elements.sdk.model.application.GooglePlayApplicationConfiguration
 
hashCode() - Method in class dev.getelements.elements.sdk.model.application.IosApplicationConfiguration
 
hashCode() - Method in class dev.getelements.elements.sdk.model.application.MatchmakingApplicationConfiguration
 
hashCode() - Method in class dev.getelements.elements.sdk.model.application.ProductBundle
 
hashCode() - Method in class dev.getelements.elements.sdk.model.application.ProductBundleReward
 
hashCode() - Method in class dev.getelements.elements.sdk.model.application.PSNApplicationConfiguration
 
hashCode() - Method in class dev.getelements.elements.sdk.model.auth.AuthScheme
 
hashCode() - Method in class dev.getelements.elements.sdk.model.auth.CreateAuthSchemeRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.auth.CreateAuthSchemeResponse
 
hashCode() - Method in class dev.getelements.elements.sdk.model.auth.CreateOrUpdateOAuth2AuthSchemeRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.auth.CreateOrUpdateOidcAuthSchemeRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.auth.JWK
 
hashCode() - Method in class dev.getelements.elements.sdk.model.auth.JWKSet
 
hashCode() - Method in class dev.getelements.elements.sdk.model.auth.OAuth2AuthScheme
 
hashCode() - Method in class dev.getelements.elements.sdk.model.auth.OAuth2RequestKeyValue
 
hashCode() - Method in class dev.getelements.elements.sdk.model.auth.OidcAuthScheme
 
hashCode() - Method in class dev.getelements.elements.sdk.model.auth.UpdateAuthSchemeRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.auth.UserClaim
 
hashCode() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.CreateSmartContractRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractResponse
 
hashCode() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMTransactionLog
 
hashCode() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.FlowInvokeContractResponse
 
hashCode() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.SmartContract
 
hashCode() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.SmartContractAddress
 
hashCode() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.UpdateSmartContractRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.CreateVaultRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.CreateWalletRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.CreateWalletRequestAccount
 
hashCode() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.UpdateVaultRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.UpdateWalletRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.Vault
 
hashCode() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.VaultKey
 
hashCode() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.Wallet
 
hashCode() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.WalletAccount
 
hashCode() - Method in class dev.getelements.elements.sdk.model.cdn.CreateDeploymentRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.cdn.UpdateDeploymentRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.ErrorResponse
 
hashCode() - Method in class dev.getelements.elements.sdk.model.follower.CreateFollowerRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.friend.Friend
 
hashCode() - Method in class dev.getelements.elements.sdk.model.goods.CreateItemRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.goods.Item
 
hashCode() - Method in class dev.getelements.elements.sdk.model.goods.UpdateItemRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.googleplayiapreceipt.CreateGooglePlayIapReceipt
 
hashCode() - Method in class dev.getelements.elements.sdk.model.googleplayiapreceipt.GooglePlayIapReceipt
 
hashCode() - Method in class dev.getelements.elements.sdk.model.health.DatabaseHealthStatus
 
hashCode() - Method in class dev.getelements.elements.sdk.model.health.DiscoveryHealthStatus
 
hashCode() - Method in class dev.getelements.elements.sdk.model.health.HealthErrorResponse
 
hashCode() - Method in class dev.getelements.elements.sdk.model.health.HealthStatus
 
hashCode() - Method in class dev.getelements.elements.sdk.model.health.InstanceHealthStatus
 
hashCode() - Method in class dev.getelements.elements.sdk.model.health.InvokerHealthStatus
 
hashCode() - Method in class dev.getelements.elements.sdk.model.health.RoutingHealthStatus
 
hashCode() - Method in class dev.getelements.elements.sdk.model.index.BuildIndexRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.index.IndexPlan
 
hashCode() - Method in class dev.getelements.elements.sdk.model.inventory.AdvancedInventoryItemQuantityAdjustment
 
hashCode() - Method in class dev.getelements.elements.sdk.model.inventory.CreateAdvancedInventoryItemRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.inventory.CreateDistinctInventoryItemRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.inventory.CreateSimpleInventoryItemRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.inventory.DistinctInventoryItem
 
hashCode() - Method in class dev.getelements.elements.sdk.model.inventory.InventoryItem
 
hashCode() - Method in class dev.getelements.elements.sdk.model.inventory.SimpleInventoryItemQuantityAdjustment
 
hashCode() - Method in class dev.getelements.elements.sdk.model.inventory.UpdateDistinctInventoryItemRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.inventory.UpdateInventoryItemRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.invite.InviteViaPhonesRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.invite.InviteViaPhonesResponse
 
hashCode() - Method in class dev.getelements.elements.sdk.model.invite.PhoneMatchedInvitation
 
hashCode() - Method in class dev.getelements.elements.sdk.model.largeobject.AccessPermissions
 
hashCode() - Method in class dev.getelements.elements.sdk.model.largeobject.CreateLargeObjectFromUrlRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.largeobject.CreateLargeObjectRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.largeobject.LargeObject
 
hashCode() - Method in class dev.getelements.elements.sdk.model.largeobject.LargeObjectReference
 
hashCode() - Method in class dev.getelements.elements.sdk.model.largeobject.SubjectRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.largeobject.Subjects
 
hashCode() - Method in class dev.getelements.elements.sdk.model.largeobject.UpdateLargeObjectRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.leaderboard.Leaderboard
 
hashCode() - Method in class dev.getelements.elements.sdk.model.leaderboard.Rank
 
hashCode() - Method in class dev.getelements.elements.sdk.model.leaderboard.RankRow
 
hashCode() - Method in class dev.getelements.elements.sdk.model.leaderboard.Score
 
hashCode() - Method in class dev.getelements.elements.sdk.model.match.Match
 
hashCode() - Method in class dev.getelements.elements.sdk.model.mission.CreateScheduleEventRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.mission.CreateScheduleRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.mission.Mission
 
hashCode() - Method in class dev.getelements.elements.sdk.model.mission.Progress
 
hashCode() - Method in class dev.getelements.elements.sdk.model.mission.ProgressMissionInfo
 
hashCode() - Method in class dev.getelements.elements.sdk.model.mission.ProgressRow
 
hashCode() - Method in class dev.getelements.elements.sdk.model.mission.Schedule
 
hashCode() - Method in class dev.getelements.elements.sdk.model.mission.ScheduleEvent
 
hashCode() - Method in class dev.getelements.elements.sdk.model.mission.Step
 
hashCode() - Method in class dev.getelements.elements.sdk.model.mission.UpdateScheduleEventRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.mission.UpdateScheduleRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.notification.FCMRegistration
 
hashCode() - Method in class dev.getelements.elements.sdk.model.Pagination
 
hashCode() - Method in class dev.getelements.elements.sdk.model.profile.CreateProfileRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.profile.CreateProfileSignupRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.profile.Profile
 
hashCode() - Method in class dev.getelements.elements.sdk.model.profile.UpdateProfileImageRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.profile.UpdateProfileRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.reward.Reward
 
hashCode() - Method in class dev.getelements.elements.sdk.model.reward.RewardIssuance
 
hashCode() - Method in class dev.getelements.elements.sdk.model.reward.RewardIssuanceRedemptionResult
 
hashCode() - Method in class dev.getelements.elements.sdk.model.savedata.CreateSaveDataDocumentRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.savedata.SaveDataDocument
 
hashCode() - Method in class dev.getelements.elements.sdk.model.savedata.UpdateSaveDataDocumentRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.schema.CreateMetadataSpecRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.schema.EditorSchema
 
hashCode() - Method in class dev.getelements.elements.sdk.model.schema.json.JsonSchema
 
hashCode() - Method in class dev.getelements.elements.sdk.model.schema.json.JsonSchemaProperty
 
hashCode() - Method in class dev.getelements.elements.sdk.model.schema.layout.EditorLayout
 
hashCode() - Method in class dev.getelements.elements.sdk.model.schema.MetadataSpec
 
hashCode() - Method in class dev.getelements.elements.sdk.model.schema.MetadataSpecProperty
 
hashCode() - Method in class dev.getelements.elements.sdk.model.schema.UpdateMetadataSpecRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.session.MockSessionCreation
 
hashCode() - Method in class dev.getelements.elements.sdk.model.session.MockSessionRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.session.OAuth2SessionRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.session.OidcSessionRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.session.Session
 
hashCode() - Method in class dev.getelements.elements.sdk.model.session.SessionCreation
 
hashCode() - Method in class dev.getelements.elements.sdk.model.session.UsernamePasswordSessionRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.token.TokenWithExpiration
 
hashCode() - Method in class dev.getelements.elements.sdk.model.user.User
 
hashCode() - Method in class dev.getelements.elements.sdk.model.user.UserCreateRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.user.UserCreateResponse
 
hashCode() - Method in class dev.getelements.elements.sdk.model.user.UserUid
 
hashCode() - Method in class dev.getelements.elements.sdk.model.user.UserUpdatePasswordRequest
 
hashCode() - Method in class dev.getelements.elements.sdk.model.user.UserUpdateRequest
 
hashCode() - Method in record class dev.getelements.elements.sdk.model.util.SimpleMapperRegistry.MappingKey
Returns a hash code value for this object.
hashCode() - Method in class dev.getelements.elements.sdk.model.ValidationErrorResponse
 
hashCode() - Method in class dev.getelements.elements.sdk.model.Version
 
hashCode() - Method in record class dev.getelements.elements.sdk.query.ElementCallbackQuery
Returns a hash code value for this object.
hashCode() - Method in record class dev.getelements.elements.sdk.query.ElementQuery
Returns a hash code value for this object.
hashCode() - Method in record class dev.getelements.elements.sdk.query.ElementServiceQuery
Returns a hash code value for this object.
hashCode() - Method in record class dev.getelements.elements.sdk.query.MethodCallbackRecord
Returns a hash code value for this object.
hashCode() - Method in record class dev.getelements.elements.sdk.record.ElementDefaultAttributeRecord
Returns a hash code value for this object.
hashCode() - Method in record class dev.getelements.elements.sdk.record.ElementDefinitionRecord
Returns a hash code value for this object.
hashCode() - Method in record class dev.getelements.elements.sdk.record.ElementDesignationRecord
Returns a hash code value for this object.
hashCode() - Method in record class dev.getelements.elements.sdk.record.ElementEventConsumerRecord
Returns a hash code value for this object.
hashCode() - Method in record class dev.getelements.elements.sdk.record.ElementEventKey
Returns a hash code value for this object.
hashCode() - Method in record class dev.getelements.elements.sdk.record.ElementEventProducerRecord
Returns a hash code value for this object.
hashCode() - Method in record class dev.getelements.elements.sdk.record.ElementPackageRecord
Returns a hash code value for this object.
hashCode() - Method in record class dev.getelements.elements.sdk.record.ElementRecord
Returns a hash code value for this object.
hashCode() - Method in record class dev.getelements.elements.sdk.record.ElementServiceExportRecord
Returns a hash code value for this object.
hashCode() - Method in record class dev.getelements.elements.sdk.record.ElementServiceImplementationRecord
Returns a hash code value for this object.
hashCode() - Method in record class dev.getelements.elements.sdk.record.ElementServiceKey
Returns a hash code value for this object.
hashCode() - Method in record class dev.getelements.elements.sdk.record.ElementServiceRecord
Returns a hash code value for this object.
hashCode() - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceipt
 
hashCode() - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceiptPurchase
 
hashCode() - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapVerifyReceiptResponse
 
hashCode() - Method in class dev.getelements.elements.sdk.service.blockchain.crypto.AesEncryptionSpec
 
hashCode() - Method in class dev.getelements.elements.sdk.service.blockchain.invoke.evm.EvmInvocationScope
 
hashCode() - Method in class dev.getelements.elements.sdk.service.blockchain.invoke.flow.FlowInvocationScope
 
hashCode() - Method in class dev.getelements.elements.sdk.service.blockchain.invoke.InvocationScope
 
hashCode() - Method in class dev.getelements.elements.sdk.service.blockchain.invoke.near.NearInvocationScope
 
hashCode() - Method in record class dev.getelements.elements.sdk.test.element.TestService.MethodEventRecord
Returns a hash code value for this object.
hashCode() - Method in class dev.getelements.elements.sdk.util.ImmutableAttributes
 
hashCode() - Method in record class dev.getelements.elements.sdk.util.InheritedAttributes
Returns a hash code value for this object.
hashCode() - Method in record class dev.getelements.elements.sdk.util.InheritedMutableAttributes
Returns a hash code value for this object.
hashCode() - Method in record class dev.getelements.elements.sdk.util.SimpleAttributes
Returns a hash code value for this object.
hashCode() - Method in class dev.getelements.elements.sdk.util.SimpleLazyValue
 
hashCode() - Method in class dev.getelements.elements.service.FirebaseDeleteAccountRequest
 
hashCode() - Method in class dev.getelements.elements.service.FirebaseEmailPasswordSignUpResponse
 
hashCode() - Method in class dev.getelements.elements.service.FirebaseUsernamePasswordSignInRequest
 
hashCode() - Method in class dev.getelements.elements.service.FirebaseUsernamePasswordSignInResponse
 
hashCode() - Method in class dev.getelements.elements.webui.WebUIApplicationApiConfiguration
 
hashCode() - Method in class dev.getelements.elements.webui.WebUIApplicationConfiguration
 
hashCode(InstanceHostInfo) - Static method in interface dev.getelements.elements.rt.remote.InstanceHostInfo
Implements the logic for Object.hashCode().
hashCode(Attributes) - Static method in interface dev.getelements.elements.sdk.Attributes
Given a set of Attributes, this will determined is hash code.
HasNodeId - Interface in dev.getelements.elements.sdk.cluster.id
An interface which may report a NodeId.
hasPassword() - Method in class dev.getelements.elements.setup.commands.AbstractUserSetupCommand
 
hasProfileAccess(Subjects) - Method in class dev.getelements.elements.service.largeobject.AccessPermissionsUtils
 
hasPushStatusBug(int[]) - Static method in class org.eclipse.jgit.http.server.ClientVersionUtil
Deprecated.
no widely used Git versions need this any more
hasReadAccess(AccessPermissions) - Method in class dev.getelements.elements.service.largeobject.AccessPermissionsUtils
 
hasStarted() - Method in class dev.getelements.elements.dao.mongo.model.MongoLeaderboard
Whether or not the leaderboard has started its first epoch yet.
hasUserAccess(Subjects) - Method in class dev.getelements.elements.service.largeobject.AccessPermissionsUtils
 
hasWriteAccess(AccessPermissions) - Method in class dev.getelements.elements.service.largeobject.AccessPermissionsUtils
 
HeaderOptionalSupplier<T> - Interface in dev.getelements.elements.sdk.util.security
Supplies an Optional for a header type.
Headers - Interface in dev.getelements.elements.sdk.model
A place to store the non-standard HTTP header (and related) constants.
HEALTH_CHECK - Enum constant in enum class dev.getelements.elements.rt.remote.jeromq.JeroMQRoutingCommand
Causes the instance to perform a health check.
HealthErrorResponse - Class in dev.getelements.elements.sdk.model.health
 
HealthErrorResponse() - Constructor for class dev.getelements.elements.sdk.model.health.HealthErrorResponse
 
HealthResource - Class in dev.getelements.elements.rest.status
 
HealthResource() - Constructor for class dev.getelements.elements.rest.status.HealthResource
 
HealthServlet - Class in dev.getelements.elements.servlet.security
 
HealthServlet() - Constructor for class dev.getelements.elements.servlet.security.HealthServlet
 
HealthStatus - Class in dev.getelements.elements.sdk.model.health
 
HealthStatus() - Constructor for class dev.getelements.elements.sdk.model.health.HealthStatus
 
HealthStatusService - Interface in dev.getelements.elements.sdk.service.health
Generates a HealthStatus
HEALTHY - Enum constant in enum class dev.getelements.elements.rt.remote.NodeState
The node is ready to receive requests.
HEALTHY_THRESHOLD - Static variable in class dev.getelements.elements.sdk.model.health.HealthStatus
 
Help - Class in dev.getelements.elements.setup.commands
 
Help() - Constructor for class dev.getelements.elements.setup.commands.Help
 
HELP - Enum constant in enum class dev.getelements.elements.setup.SetupCommands
Displays the overall help command.
Hex - Class in dev.getelements.elements.rt.util
Deprecated.
use Hex
Hex - Class in dev.getelements.elements.sdk.util
 
Hex() - Constructor for class dev.getelements.elements.rt.util.Hex
Deprecated.
 
Hex() - Constructor for class dev.getelements.elements.sdk.util.Hex
 
HEX_VALID_REGEX - Static variable in interface dev.getelements.elements.sdk.model.Constants.Regexp
Indicates valid Hex regex.
Hex.ByteBufferAllocator - Interface in dev.getelements.elements.sdk.util
 
Hex.Case - Enum Class in dev.getelements.elements.sdk.util
The case (upper or lower case).
Hex.InvalidHexString - Exception Class in dev.getelements.elements.sdk.util
Thrown when the hex string is not valid.
HexableId - Interface in dev.getelements.elements.dao.mongo
Interface to a Hex-able ID.
HostList - Class in dev.getelements.elements.rt.util
 
HostList() - Constructor for class dev.getelements.elements.rt.util.HostList
 
HTTP_BIND_ADDRESS - Static variable in interface dev.getelements.elements.sdk.model.Constants
The http bind address.
HTTP_PATH_PREFIX - Static variable in interface dev.getelements.elements.sdk.model.Constants
Used to specify the port that the http service will use when binding.
HTTP_PORT - Static variable in interface dev.getelements.elements.sdk.model.Constants
Used to specify the port that the http service will use when binding.
HTTP_STATUS_MAP - Static variable in class dev.getelements.elements.exception.StatusMapping
 
HTTP_STATUS_MAP - Static variable in class dev.getelements.elements.sdk.jakarta.rs.DefaultExceptionMapper
 
HTTP_TIMEOUT_MSEC - Static variable in interface dev.getelements.elements.rt.Constants
The timeout for the HandlerContext in milliseconds.
HTTP_TUNNEL_URL - Static variable in interface dev.getelements.elements.sdk.model.Constants
The HTTP tunneling root URL.
HttpContextRoot - Class in dev.getelements.elements.servlet
 
HttpContextRoot() - Constructor for class dev.getelements.elements.servlet.HttpContextRoot
 
HttpHandler - Interface in dev.getelements.elements.servlet
 
HttpPathUtils - Class in dev.getelements.elements.servlet.security
 
HttpRequestAttributeUserProvider - Class in dev.getelements.elements.servlet.security
 
HttpRequestAttributeUserProvider() - Constructor for class dev.getelements.elements.servlet.security.HttpRequestAttributeUserProvider
 
HttpServerText - Class in org.eclipse.jgit.http.server
Translation bundle for JGit http server
HttpServerText() - Constructor for class org.eclipse.jgit.http.server.HttpServerText
 
HttpServletAuthenticationFilter - Class in dev.getelements.elements.servlet.security
 
HttpServletAuthenticationFilter() - Constructor for class dev.getelements.elements.servlet.security.HttpServletAuthenticationFilter
 
HttpServletBasicAuthFilter - Class in dev.getelements.elements.servlet.security
Created by patricktwohig on 8/2/17.
HttpServletBasicAuthFilter() - Constructor for class dev.getelements.elements.servlet.security.HttpServletBasicAuthFilter
 
HttpServletBearerAuthenticationFilter - Class in dev.getelements.elements.servlet.security
 
HttpServletBearerAuthenticationFilter() - Constructor for class dev.getelements.elements.servlet.security.HttpServletBearerAuthenticationFilter
 
HttpServletCORSFilter - Class in dev.getelements.elements.servlet.security
 
HttpServletCORSFilter() - Constructor for class dev.getelements.elements.servlet.security.HttpServletCORSFilter
 
HttpServletElementScopeFilter - Class in dev.getelements.elements.servlet.security
 
HttpServletElementScopeFilter() - Constructor for class dev.getelements.elements.servlet.security.HttpServletElementScopeFilter
 
HttpServletGlobalSecretHeaderFilter - Class in dev.getelements.elements.servlet.security
 
HttpServletGlobalSecretHeaderFilter() - Constructor for class dev.getelements.elements.servlet.security.HttpServletGlobalSecretHeaderFilter
 
HttpServletHeaderProfileOverrideFilter - Class in dev.getelements.elements.servlet.security
 
HttpServletHeaderProfileOverrideFilter() - Constructor for class dev.getelements.elements.servlet.security.HttpServletHeaderProfileOverrideFilter
 
HttpServletRepositoryResolver - Class in dev.getelements.elements.git
Created by patricktwohig on 8/1/17.
HttpServletRepositoryResolver() - Constructor for class dev.getelements.elements.git.HttpServletRepositoryResolver
 
HttpServletSessionIdAuthenticationFilter - Class in dev.getelements.elements.servlet.security
 
HttpServletSessionIdAuthenticationFilter() - Constructor for class dev.getelements.elements.servlet.security.HttpServletSessionIdAuthenticationFilter
 
HYBRID - Enum constant in enum class dev.getelements.elements.rt.annotation.Dispatch.Type
This is a type of method that doesn't exactly fit in the other categories.

I

IAT - Enum constant in enum class dev.getelements.elements.sdk.model.auth.OidcClaim
Issued at
id - Variable in class dev.getelements.elements.sdk.model.Deployment
 
id - Variable in class dev.getelements.elements.sdk.model.profile.Profile
 
ID_TAG_PREFIX - Static variable in class dev.getelements.elements.sdk.model.appleiapreceipt.AppleIapReceipt
 
ID_TAG_PREFIX - Static variable in class dev.getelements.elements.sdk.model.googleplayiapreceipt.GooglePlayIapReceipt
 
ID_TAG_PREFIX - Static variable in class dev.getelements.elements.sdk.model.mission.Step
 
idempotent() - Method in interface dev.getelements.elements.sdk.util.Monitor
Per the definition of AutoCloseable.close(), Monitor instances are not idempotent.
IdentityUtil - Class in dev.getelements.elements.rt.remote.jeromq
Manipulates the identity frames on an instance of ZMsg.
IdentityUtil() - Constructor for class dev.getelements.elements.rt.remote.jeromq.IdentityUtil
 
IGNORED - Enum constant in enum class dev.getelements.elements.rt.transact.unix.UnixFSUtils.CommitResult
The supplied path was ignored because the source file didn't exist.
ignoreReturnValueStrategy() - Static method in interface dev.getelements.elements.rt.remote.LocalInvocationProcessor
Constructs a LocalInvocationProcessor.ReturnValueStrategy which ignores the return value and immediately returns an InvocationResult with a null result.
ImmutableAttributes - Class in dev.getelements.elements.sdk.util
A type of Attributes which is immutable.
immutableCopy() - Method in interface dev.getelements.elements.sdk.Attributes
Returns a copy of this Attributes as an immutable copy.
immutableCopy() - Method in class dev.getelements.elements.sdk.guice.GuiceAttributes
 
immutableCopy() - Method in class dev.getelements.elements.sdk.util.ImmutableAttributes
 
immutableCopy() - Method in record class dev.getelements.elements.sdk.util.InheritedAttributes
 
immutableCopy() - Method in record class dev.getelements.elements.sdk.util.InheritedMutableAttributes
 
immutableCopy() - Method in class dev.getelements.elements.sdk.util.PropertiesAttributes
 
immutableCopy() - Method in record class dev.getelements.elements.sdk.util.SimpleAttributes
 
immutableCopy() - Method in class dev.getelements.elements.servlet.ServletRequestAttributes
 
implementation() - Element in annotation interface dev.getelements.elements.sdk.annotation.ElementService
Specifies the ElementServiceImplementation for the type.
implementation() - Method in record class dev.getelements.elements.sdk.record.ElementServiceRecord
Returns the value of the implementation record component.
INCOMING - Enum constant in enum class dev.getelements.elements.sdk.model.friend.Friendship
The other user has requested friendshipb, this user has not accepted the friendship.
increment(int, int) - Static method in class dev.getelements.elements.rt.transact.unix.UnixFSDualCounter
Increments the supplied value wrapping up to the max value.
incrementLeadingAndGet() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSDualCounter
Increments the leading value.
incrementLeadingAndGetSnapshot() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSDualCounter
Increments the leading value.
incrementTrailingUntil(Predicate<UnixFSCircularBlockBuffer.Slice<ViewedT>>) - Method in interface dev.getelements.elements.rt.transact.unix.UnixFSCircularBlockBuffer.View
Increments the trailing value, evaluating each UnixFSCircularBlockBuffer.Slice<ViewedT>
index() - Method in record class dev.getelements.elements.sdk.query.ElementQuery
Returns the value of the index record component.
Indexable - Interface in dev.getelements.elements.sdk.dao
For types which have a MetadataSpec.
IndexableType - Enum Class in dev.getelements.elements.sdk.model.index
Indicates a specific type of indexable type.
IndexContext - Interface in dev.getelements.elements.rt
Used to index various Resource instances by Path.
IndexContext.Listing - Interface in dev.getelements.elements.rt
Represents an association between a Path and the ResourceId to which it points.
IndexContext.Unlink - Interface in dev.getelements.elements.rt
IndexDao - Interface in dev.getelements.elements.sdk.dao
Provides an abstract way to apply indexes to the database.
IndexDao.Indexer - Interface in dev.getelements.elements.sdk.dao
Executes an index operation within a scope which controls multiple concurrent accesses
IndexMetadata<IdentifierT> - Interface in dev.getelements.elements.sdk.model.index
Represents an implementation-specific type of index metadata.
IndexOperation - Enum Class in dev.getelements.elements.sdk.model.index
Indicates the operation to be performed against the index.
IndexPlan<IdentifierT> - Class in dev.getelements.elements.sdk.model.index
 
IndexPlan() - Constructor for class dev.getelements.elements.sdk.model.index.IndexPlan
 
IndexPlanner<IdentifierT> - Class in dev.getelements.elements.sdk.dao.index
Plans index updates in a database-agnostic way.
IndexPlanner.Builder<IdentifierT> - Class in dev.getelements.elements.sdk.dao.index
 
IndexPlanner.IndexMetadataGenerator<IdentifierT> - Interface in dev.getelements.elements.sdk.dao.index
 
IndexPlanState - Enum Class in dev.getelements.elements.sdk.model.index
 
IndexPlanStep<IdentifierT> - Class in dev.getelements.elements.sdk.model.index
 
IndexPlanStep() - Constructor for class dev.getelements.elements.sdk.model.index.IndexPlanStep
 
IndexResource - Class in dev.getelements.elements.rest.index
 
IndexResource() - Constructor for class dev.getelements.elements.rest.index.IndexResource
 
IndexService - Interface in dev.getelements.elements.sdk.service.index
Used to access the indexes in the database.
IndexServiceProvider - Class in dev.getelements.elements.service.index
 
IndexServiceProvider() - Constructor for class dev.getelements.elements.service.index.IndexServiceProvider
 
indices(Method, Class<? extends Annotation>) - Static method in class dev.getelements.elements.rt.Reflection
Returns the parameter indices of the Method which are anootated with the supplied annotation class.
InheritedAttributes - Record Class in dev.getelements.elements.sdk.util
A type of Attributes that inherits from a base set of attributes.
InheritedAttributes(Attributes, Attributes) - Constructor for record class dev.getelements.elements.sdk.util.InheritedAttributes
Creates an instance of a InheritedAttributes record class.
InheritedMutableAttributes - Record Class in dev.getelements.elements.sdk.util
A set of attributes that inherits from a base set of attributes.
InheritedMutableAttributes(Attributes, MutableAttributes) - Constructor for record class dev.getelements.elements.sdk.util.InheritedMutableAttributes
Creates an instance of a InheritedMutableAttributes record class.
init() - Method in class dev.getelements.elements.service.defaults.DefaultOAuth2SchemeConfiguration
 
init() - Method in class dev.getelements.elements.service.defaults.DefaultOidcSchemeConfiguration
 
init() - Method in class dev.getelements.elements.service.defaults.DefaultUserConfiguration
 
init(FilterConfig) - Method in class dev.getelements.elements.docserve.DocSwaggerConfigurationFilter
 
init(FilterConfig) - Method in class dev.getelements.elements.rest.guice.RestDocRedirectFilter
 
init(FilterConfig) - Method in class dev.getelements.elements.servlet.security.HttpServletBasicAuthFilter
 
init(FilterConfig) - Method in class dev.getelements.elements.servlet.security.HttpServletCORSFilter
 
init(FilterConfig) - Method in class dev.getelements.elements.servlet.security.HttpServletGlobalSecretHeaderFilter
 
init(FilterConfig) - Method in class org.eclipse.jgit.http.server.GitFilter
 
init(FilterConfig) - Method in class org.eclipse.jgit.http.server.glue.MetaFilter
 
init(FilterConfig) - Method in class org.eclipse.jgit.http.server.glue.RegexGroupFilter
 
init(FilterConfig) - Method in class org.eclipse.jgit.http.server.RepositoryFilter
 
init(ServletConfig) - Method in class dev.getelements.elements.webui.WebUIAngularServlet
 
init(ServletConfig) - Method in class org.eclipse.jgit.http.server.GitServlet
 
init(ServletConfig) - Method in class org.eclipse.jgit.http.server.glue.MetaServlet
 
initDirectory(File) - Method in class dev.getelements.elements.git.FileSystemApplicationRepositoryResolver
 
initGlobalSecret(String) - Method in class dev.getelements.elements.servlet.security.HttpServletGlobalSecretHeaderFilter
 
initialize() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
Initializes the directory contents for all the necessary sub directories.
initialize(long) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSAtomicLongData
Initializes the atomic long data to the supplied value.
initialize(PemFile) - Method in class dev.getelements.elements.sdk.model.annotation.PemFile.Validator
 
initialize(ValidWithGroups) - Method in class dev.getelements.elements.sdk.model.ValidWithGroups.Validator
 
initialize(EvmInvocationScope) - Method in class dev.getelements.elements.service.blockchain.invoke.evm.Web3jInvoker
 
initialize(FlowInvocationScope) - Method in class dev.getelements.elements.service.blockchain.invoke.flow.FlowInvoker
 
initialize(NearInvocationScope) - Method in class dev.getelements.elements.service.blockchain.invoke.near.NearInvoker
 
initialize(InvocationScopeT) - Method in interface dev.getelements.elements.sdk.service.blockchain.invoke.ScopedInvoker
Initializes the EvmSmartContractInvocationService.Invoker with the invocation scope.
injectBeanProperties(T, Object...) - Method in class dev.getelements.elements.sdk.util.reflection.ElementReflectionUtils
Injects the standard bean properties into the supplied object.
INJECTOR_ATTRIBUTE_NAME - Static variable in class dev.getelements.elements.rpc.RpcResourceConfig
 
InputStreamAdapter - Class in dev.getelements.elements.rt.util
Wraps an instance of ReadableByteChannel using a ByteBuffer.
InputStreamAdapter(ReadableByteChannel, ByteBuffer, int) - Constructor for class dev.getelements.elements.rt.util.InputStreamAdapter
 
inRange(int) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSDualCounter.Snapshot
Checks if the supplied index is in range.
Instance - Interface in dev.getelements.elements.rt.remote
Represents a running Instance of the application.
INSTANCE_DISCOVERY_SERVICE - Static variable in interface dev.getelements.elements.rt.Constants
The system property which defines the instance discovery service to use.
INSTANCE_ID_FILE - Static variable in class dev.getelements.elements.rt.remote.PersistentInstanceIdProvider
 
InstanceConnectionService - Interface in dev.getelements.elements.rt.remote
The instance connection service handles the dirty details of connecting to a remote Node and keeping track of nodes connected in the system.
InstanceConnectionService.InstanceBinding - Interface in dev.getelements.elements.rt.remote
Represents a binding.
InstanceConnectionService.InstanceConnection - Interface in dev.getelements.elements.rt.remote
Represents a connection to a remote instance.
InstanceDiscoveryService - Interface in dev.getelements.elements.rt.remote
Tracks and discovers remote instance of instances that have announced themselves on the network.
InstanceDiscoveryServiceFactory - Class in dev.getelements.elements.rt.remote
Gets an instance of InstanceDiscoveryService by reading system defines and if none are found reverting to a default implementation.
InstanceDiscoveryServiceModule - Class in dev.getelements.elements.rt.remote.guice
 
InstanceDiscoveryServiceModule(Supplier<Properties>) - Constructor for class dev.getelements.elements.rt.remote.guice.InstanceDiscoveryServiceModule
 
InstanceDiscoveryServiceModule.DiscoveryType - Enum Class in dev.getelements.elements.rt.remote.guice
 
InstanceHealthStatus - Class in dev.getelements.elements.sdk.model.health
 
InstanceHealthStatus() - Constructor for class dev.getelements.elements.sdk.model.health.InstanceHealthStatus
 
InstanceHostInfo - Interface in dev.getelements.elements.rt.remote
Gets host information for an instance.
instanceId - Variable in class dev.getelements.elements.rt.remote.SimpleInstance
 
InstanceId - Class in dev.getelements.elements.sdk.cluster.id
Represents an ID for an instance.
InstanceId(byte[]) - Constructor for class dev.getelements.elements.sdk.cluster.id.InstanceId
 
InstanceId(String) - Constructor for class dev.getelements.elements.sdk.cluster.id.InstanceId
 
InstanceId(UUID) - Constructor for class dev.getelements.elements.sdk.cluster.id.InstanceId
 
InstanceMetadata - Class in dev.getelements.elements.rt
 
InstanceMetadata() - Constructor for class dev.getelements.elements.rt.InstanceMetadata
 
InstanceMetadataContext - Interface in dev.getelements.elements.rt
Provides data for an Instance, which is representative of the physical machine running one or more nodes.
InstanceNotFoundException - Exception Class in dev.getelements.elements.rt.exception
 
InstanceNotFoundException() - Constructor for exception class dev.getelements.elements.rt.exception.InstanceNotFoundException
 
InstanceNotFoundException(InstanceId) - Constructor for exception class dev.getelements.elements.rt.exception.InstanceNotFoundException
 
InstanceNotFoundException(InstanceId, Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.InstanceNotFoundException
 
InstanceNotFoundException(String) - Constructor for exception class dev.getelements.elements.rt.exception.InstanceNotFoundException
 
InstanceNotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.InstanceNotFoundException
 
InstanceNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.rt.exception.InstanceNotFoundException
 
InstanceNotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.InstanceNotFoundException
 
InstanceStatus - Interface in dev.getelements.elements.rt.remote
Represents the instance status, which lists the
InstanceThreadFactory - Class in dev.getelements.elements.rt.remote.provider
 
InstanceThreadFactory(ThreadGroup, String) - Constructor for class dev.getelements.elements.rt.remote.provider.InstanceThreadFactory
 
InstanceUuidProvider - Interface in dev.getelements.elements.rt
 
instruction - Variable in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionCommandHeader
The instruction to execute.
InsufficientPermissionException - Exception Class in dev.getelements.elements.sdk.model.exception.security
 
InsufficientPermissionException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.security.InsufficientPermissionException
 
InsufficientPermissionException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.security.InsufficientPermissionException
 
InsufficientPermissionException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.security.InsufficientPermissionException
 
InsufficientPermissionException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.security.InsufficientPermissionException
 
InsufficientPermissionException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.security.InsufficientPermissionException
 
INTEGER - Enum constant in enum class dev.getelements.elements.rt.manifest.model.Type
The number type.
IntegrationTestModule - Class in dev.getelements.elements.dao.mongo.test
 
IntegrationTestModule() - Constructor for class dev.getelements.elements.dao.mongo.test.IntegrationTestModule
 
INTERCEPT - Static variable in class dev.getelements.elements.servlet.security.HttpServletCORSFilter
 
INTERCEPT_RESPONSE_CODE - Static variable in class dev.getelements.elements.servlet.security.HttpServletCORSFilter
 
INTERNAL_ERROR - Enum constant in enum class dev.getelements.elements.rt.remote.jeromq.JeroMQControlResponseCode
The system experienced an internal error.
INTERNAL_ERROR - Static variable in class dev.getelements.elements.rt.jrpc.JsonRpcError
 
INTERNAL_ERROR_BAD_MANIFEST_FATAL - Enum constant in enum class dev.getelements.elements.rt.ResponseCode
Indicates the server encountered a bad manifest and the
INTERNAL_ERROR_FATAL - Enum constant in enum class dev.getelements.elements.rt.ResponseCode
Indicates that the server encountered an unknown error.
internalErrorDuringReceivePack - Variable in class org.eclipse.jgit.http.server.HttpServerText
 
internalErrorDuringUploadPack - Variable in class org.eclipse.jgit.http.server.HttpServerText
 
InternalException - Exception Class in dev.getelements.elements.rt.exception
Created by patricktwohig on 8/15/17.
InternalException - Exception Class in dev.getelements.elements.sdk.model.exception
Created by patricktwohig on 3/30/15.
InternalException() - Constructor for exception class dev.getelements.elements.rt.exception.InternalException
 
InternalException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.InternalException
 
InternalException(String) - Constructor for exception class dev.getelements.elements.rt.exception.InternalException
 
InternalException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.InternalException
 
InternalException(String, Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.InternalException
 
InternalException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.InternalException
 
InternalException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.rt.exception.InternalException
 
InternalException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.InternalException
 
InternalException(Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.InternalException
 
InternalException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.InternalException
 
internalServerError - Variable in class org.eclipse.jgit.http.server.HttpServerText
 
internalServerErrorRequestAttributeWasAlreadySet - Variable in class org.eclipse.jgit.http.server.HttpServerText
 
interpreter() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgram
Creates and instance of UnixFSTransactionProgramInterpreter to load the program in-memory and subsequently execute the program.
introspectClassForModel(Class<?>, RemoteScope) - Method in class dev.getelements.elements.rt.jackson.ObjectMapperModelIntrospector
 
introspectClassForModel(Class<?>, RemoteScope) - Method in interface dev.getelements.elements.rt.manifest.model.ModelIntrospector
Introspects the given Class<?>, converting the types using the supplied CodeStyle.
introspectClassForModelName(Class<?>, RemoteScope) - Method in class dev.getelements.elements.rt.jackson.ObjectMapperModelIntrospector
 
introspectClassForModelName(Class<?>, RemoteScope) - Method in interface dev.getelements.elements.rt.manifest.model.ModelIntrospector
Introspects the class for the model name, but does not generate the whole model.
introspectClassForType(Class<?>) - Method in class dev.getelements.elements.rt.jackson.ObjectMapperModelIntrospector
 
introspectClassForType(Class<?>) - Method in interface dev.getelements.elements.rt.manifest.model.ModelIntrospector
Introspects the supplied Class<?> for the supplied model.
introspectJavaTypeForType(JavaType) - Method in class dev.getelements.elements.rt.jackson.ObjectMapperModelIntrospector
 
introspectProperties(Class<?>, RemoteScope) - Method in class dev.getelements.elements.rt.jackson.ObjectMapperModelIntrospector
 
INVALID_DATA - Enum constant in enum class dev.getelements.elements.sdk.model.exception.ErrorCode
Invalid data or input was provided.
INVALID_NODE_ID - Enum constant in enum class dev.getelements.elements.rt.ResponseCode
Indicates that a type has an invalid NodeId
INVALID_PARAMETER - Enum constant in enum class dev.getelements.elements.sdk.model.exception.ErrorCode
Indicates an invalid parameter was passed to the API
INVALID_PARAMETERS - Static variable in class dev.getelements.elements.rt.jrpc.JsonRpcError
 
INVALID_REQUEST - Static variable in class dev.getelements.elements.rt.jrpc.JsonRpcError
 
InvalidApplicationIdException - Exception Class in dev.getelements.elements.sdk.cluster.id.exception
 
InvalidApplicationIdException() - Constructor for exception class dev.getelements.elements.sdk.cluster.id.exception.InvalidApplicationIdException
 
InvalidApplicationIdException(String) - Constructor for exception class dev.getelements.elements.sdk.cluster.id.exception.InvalidApplicationIdException
 
InvalidApplicationIdException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.cluster.id.exception.InvalidApplicationIdException
 
InvalidApplicationIdException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.cluster.id.exception.InvalidApplicationIdException
 
invalidBoolean - Variable in class org.eclipse.jgit.http.server.HttpServerText
 
InvalidConversionException - Exception Class in dev.getelements.elements.rt.exception
Thrown by methods which may convert values.
InvalidConversionException() - Constructor for exception class dev.getelements.elements.rt.exception.InvalidConversionException
 
InvalidConversionException(String) - Constructor for exception class dev.getelements.elements.rt.exception.InvalidConversionException
 
InvalidConversionException(String, Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.InvalidConversionException
 
InvalidConversionException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.rt.exception.InvalidConversionException
 
InvalidConversionException(Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.InvalidConversionException
 
InvalidDataException - Exception Class in dev.getelements.elements.sdk.model.exception
Created by patricktwohig on 4/1/15.
InvalidDataException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.InvalidDataException
 
InvalidDataException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.InvalidDataException
 
InvalidDataException(String, Object) - Constructor for exception class dev.getelements.elements.sdk.model.exception.InvalidDataException
 
InvalidDataException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.InvalidDataException
 
InvalidDataException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.InvalidDataException
 
InvalidDataException(String, Throwable, Object) - Constructor for exception class dev.getelements.elements.sdk.model.exception.InvalidDataException
 
InvalidDataException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.InvalidDataException
 
InvalidDataException(Throwable, Object) - Constructor for exception class dev.getelements.elements.sdk.model.exception.InvalidDataException
 
InvalidDesignationException - Exception Class in dev.getelements.elements.sdk.exception
 
InvalidDesignationException() - Constructor for exception class dev.getelements.elements.sdk.exception.InvalidDesignationException
 
InvalidDesignationException(String) - Constructor for exception class dev.getelements.elements.sdk.exception.InvalidDesignationException
 
InvalidDesignationException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.exception.InvalidDesignationException
 
InvalidDesignationException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.exception.InvalidDesignationException
 
InvalidHexString(String) - Constructor for exception class dev.getelements.elements.sdk.util.Hex.InvalidHexString
 
InvalidIdException - Exception Class in dev.getelements.elements.sdk.cluster.id.exception
 
InvalidIdException() - Constructor for exception class dev.getelements.elements.sdk.cluster.id.exception.InvalidIdException
 
InvalidIdException(String) - Constructor for exception class dev.getelements.elements.sdk.cluster.id.exception.InvalidIdException
 
InvalidIdException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.cluster.id.exception.InvalidIdException
 
InvalidIdException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.cluster.id.exception.InvalidIdException
 
invalidIndex - Variable in class org.eclipse.jgit.http.server.HttpServerText
 
InvalidInstanceIdException - Exception Class in dev.getelements.elements.sdk.cluster.id.exception
 
InvalidInstanceIdException() - Constructor for exception class dev.getelements.elements.sdk.cluster.id.exception.InvalidInstanceIdException
 
InvalidInstanceIdException(String) - Constructor for exception class dev.getelements.elements.sdk.cluster.id.exception.InvalidInstanceIdException
 
InvalidInstanceIdException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.cluster.id.exception.InvalidInstanceIdException
 
InvalidInstanceIdException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.cluster.id.exception.InvalidInstanceIdException
 
InvalidKeyException - Exception Class in dev.getelements.elements.sdk.model.exception.crypto
 
InvalidKeyException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.crypto.InvalidKeyException
 
InvalidKeyException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.crypto.InvalidKeyException
 
InvalidKeyException(String, Object) - Constructor for exception class dev.getelements.elements.sdk.model.exception.crypto.InvalidKeyException
 
InvalidKeyException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.crypto.InvalidKeyException
 
InvalidKeyException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.crypto.InvalidKeyException
 
InvalidKeyException(String, Throwable, Object) - Constructor for exception class dev.getelements.elements.sdk.model.exception.crypto.InvalidKeyException
 
InvalidKeyException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.crypto.InvalidKeyException
 
InvalidKeyException(Throwable, Object) - Constructor for exception class dev.getelements.elements.sdk.model.exception.crypto.InvalidKeyException
 
InvalidNodeIdException - Exception Class in dev.getelements.elements.sdk.cluster.id.exception
 
InvalidNodeIdException() - Constructor for exception class dev.getelements.elements.sdk.cluster.id.exception.InvalidNodeIdException
 
InvalidNodeIdException(String) - Constructor for exception class dev.getelements.elements.sdk.cluster.id.exception.InvalidNodeIdException
 
InvalidNodeIdException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.cluster.id.exception.InvalidNodeIdException
 
InvalidNodeIdException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.cluster.id.exception.InvalidNodeIdException
 
InvalidParameterException - Exception Class in dev.getelements.elements.sdk.model.exception
Created by patricktwohig on 4/10/15.
InvalidParameterException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.InvalidParameterException
 
InvalidParameterException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.InvalidParameterException
 
InvalidParameterException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.InvalidParameterException
 
InvalidParameterException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.InvalidParameterException
 
InvalidParameterException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.InvalidParameterException
 
InvalidPemException - Exception Class in dev.getelements.elements.sdk.model.security
 
InvalidPemException() - Constructor for exception class dev.getelements.elements.sdk.model.security.InvalidPemException
 
InvalidPemException(String) - Constructor for exception class dev.getelements.elements.sdk.model.security.InvalidPemException
 
InvalidPemException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.security.InvalidPemException
 
InvalidPemException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.security.InvalidPemException
 
InvalidPemException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.security.InvalidPemException
 
invalidRegexGroup - Variable in class org.eclipse.jgit.http.server.HttpServerText
 
InvalidResourceIdException - Exception Class in dev.getelements.elements.sdk.cluster.id.exception
 
InvalidResourceIdException() - Constructor for exception class dev.getelements.elements.sdk.cluster.id.exception.InvalidResourceIdException
 
InvalidResourceIdException(String) - Constructor for exception class dev.getelements.elements.sdk.cluster.id.exception.InvalidResourceIdException
 
InvalidResourceIdException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.cluster.id.exception.InvalidResourceIdException
 
InvalidResourceIdException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.cluster.id.exception.InvalidResourceIdException
 
InvalidTaskIdException - Exception Class in dev.getelements.elements.sdk.cluster.id.exception
 
InvalidTaskIdException() - Constructor for exception class dev.getelements.elements.sdk.cluster.id.exception.InvalidTaskIdException
 
InvalidTaskIdException(String) - Constructor for exception class dev.getelements.elements.sdk.cluster.id.exception.InvalidTaskIdException
 
InvalidTaskIdException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.cluster.id.exception.InvalidTaskIdException
 
InvalidTaskIdException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.cluster.id.exception.InvalidTaskIdException
 
invalidVersion() - Static method in class org.eclipse.jgit.http.server.ClientVersionUtil
An invalid version of Git
InventoryItem - Class in dev.getelements.elements.sdk.model.inventory
Represents an inventory item.
InventoryItem() - Constructor for class dev.getelements.elements.sdk.model.inventory.InventoryItem
 
InventoryItemDao - Interface in dev.getelements.elements.sdk.dao
Created by davidjbrooks on 11/11/18.
InventoryItemPagination - Class in dev.getelements.elements.rest.test.model
 
InventoryItemPagination() - Constructor for class dev.getelements.elements.rest.test.model.InventoryItemPagination
 
inventoryItemToMongoInventoryItemId(InventoryItem, MongoInventoryItemId) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
InviteResource - Class in dev.getelements.elements.rest.invite
 
InviteResource() - Constructor for class dev.getelements.elements.rest.invite.InviteResource
 
InviteService - Interface in dev.getelements.elements.sdk.service.invite
 
InviteServiceProvider - Class in dev.getelements.elements.service.invite
 
InviteServiceProvider() - Constructor for class dev.getelements.elements.service.invite.InviteServiceProvider
 
inviteViaPhoneNumbers(InviteViaPhonesRequest, int, int) - Method in interface dev.getelements.elements.sdk.service.invite.InviteService
Get an InviteViaPhonesResponse by invite request data with phone number list
inviteViaPhoneNumbers(InviteViaPhonesRequest, int, int) - Method in class dev.getelements.elements.service.invite.SuperUserInviteService
 
inviteViaPhoneNumbers(InviteViaPhonesRequest, int, int) - Method in class dev.getelements.elements.service.invite.UserInviteService
 
InviteViaPhonesRequest - Class in dev.getelements.elements.sdk.model.invite
 
InviteViaPhonesRequest() - Constructor for class dev.getelements.elements.sdk.model.invite.InviteViaPhonesRequest
 
InviteViaPhonesResponse - Class in dev.getelements.elements.sdk.model.invite
 
InviteViaPhonesResponse() - Constructor for class dev.getelements.elements.sdk.model.invite.InviteViaPhonesResponse
 
Invocation - Class in dev.getelements.elements.rt.remote
Represents a remote invocation.
Invocation() - Constructor for class dev.getelements.elements.rt.remote.Invocation
 
INVOCATION - Enum constant in enum class dev.getelements.elements.rt.remote.MessageType
Indicates that the message contains an instance of Invocation
INVOCATION_ERROR - Enum constant in enum class dev.getelements.elements.rt.remote.MessageType
Indicates that the message contains an instance of InvocationError
INVOCATION_PAYLOAD_READER - Static variable in class dev.getelements.elements.rt.SimpleJsonRpcInvocationService
 
INVOCATION_RESULT - Enum constant in enum class dev.getelements.elements.rt.remote.MessageType
Indicates that the message contains an instance of InvocationResult
InvocationError - Class in dev.getelements.elements.rt.remote
Returned when there exists an error.
InvocationError() - Constructor for class dev.getelements.elements.rt.remote.InvocationError
 
InvocationErrorConsumer - Interface in dev.getelements.elements.rt.remote
Behaves similar to Consumer except that it may allow for re-throwing of the underlying Throwable.
InvocationResult - Class in dev.getelements.elements.rt.remote
Contains the result of the remote invocation.
InvocationResult() - Constructor for class dev.getelements.elements.rt.remote.InvocationResult
 
InvocationResult(Object) - Constructor for class dev.getelements.elements.rt.remote.InvocationResult
 
InvocationScope - Class in dev.getelements.elements.sdk.service.blockchain.invoke
 
InvocationScope() - Constructor for class dev.getelements.elements.sdk.service.blockchain.invoke.InvocationScope
 
invoke() - Method in interface dev.getelements.elements.sdk.service.appleiap.client.invoker.AppleIapVerifyReceiptInvoker
 
invoke() - Method in class dev.getelements.elements.service.appleiap.client.invoker.invoker.DefaultAppleIapVerifyReceiptInvoker
 
invoke(JsonRpcRequest, AsyncResponse) - Method in class dev.getelements.elements.jrpc.JsonRpcResource
 
invoke(Invocation, List<Consumer<InvocationResult>>, InvocationErrorConsumer) - Method in interface dev.getelements.elements.rt.remote.RemoteInvoker
Deprecated.
This maps directly to RemoteInvoker.invokeFuture(Invocation, List, InvocationErrorConsumer), but was renamed for clarity on the behavior. This is not very useful because it can force more threads than are necessary to create a remote invocation.
invoke(ResourceId, String, Object...) - Method in interface dev.getelements.elements.rt.ResourceContext
invoke(String, String, String, String, AsyncResponse) - Method in class dev.getelements.elements.jrpc.JsonRpcResource
 
invokeAsync(Invocation, List<Consumer<InvocationResult>>, InvocationErrorConsumer) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQRemoteInvoker
 
invokeAsync(Invocation, List<Consumer<InvocationResult>>, InvocationErrorConsumer) - Method in interface dev.getelements.elements.rt.remote.RemoteInvoker
Sends the Invocation to the remote service and waits for the InvocationResult.
invokeAsync(Route, Invocation, List<Consumer<InvocationResult>>, InvocationErrorConsumer) - Method in interface dev.getelements.elements.rt.remote.RemoteInvocationDispatcher
Sends the Invocation to the remote service and waits for the InvocationResult.
invokeAsync(Route, Invocation, List<Consumer<InvocationResult>>, InvocationErrorConsumer) - Method in class dev.getelements.elements.rt.remote.SimpleRemoteInvocationDispatcher
 
invokeAsync(Consumer<Object>, Consumer<Throwable>, ResourceId, String, Object...) - Method in interface dev.getelements.elements.rt.ResourceContext
Invokes the method on the ResourceId.
invokeAsync(Consumer<Object>, Consumer<Throwable>, ResourceId, String, Object...) - Method in class dev.getelements.elements.rt.SimpleResourceContext
 
invokeAsync(List<Object>, Invocation, List<Consumer<InvocationResult>>, InvocationErrorConsumer) - Method in interface dev.getelements.elements.rt.remote.RoutingStrategy
Invokes the method returning a AsyncOperation for the value.
invokeAsync(List<Object>, Invocation, List<Consumer<InvocationResult>>, InvocationErrorConsumer) - Method in class dev.getelements.elements.rt.routing.AbstractAggregateRoutingStrategy
 
invokeAsync(List<Object>, Invocation, List<Consumer<InvocationResult>>, InvocationErrorConsumer) - Method in class dev.getelements.elements.rt.routing.DefaultRoutingStrategy
 
invokeAsync(List<Object>, Invocation, List<Consumer<InvocationResult>>, InvocationErrorConsumer) - Method in class dev.getelements.elements.rt.routing.SameNodeIdRoutingStrategy
 
invokeAsyncV(Invocation, List<Consumer<InvocationResult>>, InvocationErrorConsumer) - Method in interface dev.getelements.elements.rt.remote.RemoteInvoker
Sends the Invocation to the remote service and waits for the InvocationResult.
invokeAsyncV(Route, Invocation, List<Consumer<InvocationResult>>, InvocationErrorConsumer) - Method in interface dev.getelements.elements.rt.remote.RemoteInvocationDispatcher
invokeAsyncV(List<Object>, Invocation, List<Consumer<InvocationResult>>, InvocationErrorConsumer) - Method in interface dev.getelements.elements.rt.remote.RoutingStrategy
Invokes the method asynchronously returning a Void (ie null) for the value.
invokeCompletionStage(Invocation, List<Consumer<InvocationResult>>, InvocationErrorConsumer) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQRemoteInvoker
 
invokeCompletionStage(Invocation, List<Consumer<InvocationResult>>, InvocationErrorConsumer) - Method in interface dev.getelements.elements.rt.remote.RemoteInvoker
Sends the Invocation to the remote service and waits for the InvocationResult.
InvokeContractRequest - Class in dev.getelements.elements.sdk.model.blockchain
Deprecated.
InvokeContractRequest() - Constructor for class dev.getelements.elements.sdk.model.blockchain.InvokeContractRequest
Deprecated.
 
InvokeContractResponse - Class in dev.getelements.elements.sdk.model.blockchain
Deprecated.
InvokeContractResponse() - Constructor for class dev.getelements.elements.sdk.model.blockchain.InvokeContractResponse
Deprecated.
 
invokeFuture(Invocation, List<Consumer<InvocationResult>>, InvocationErrorConsumer) - Method in interface dev.getelements.elements.rt.remote.RemoteInvoker
Sends the Invocation to the remote service and waits for the InvocationResult.
invokeFuture(Route, Invocation, List<Consumer<InvocationResult>>, InvocationErrorConsumer) - Method in interface dev.getelements.elements.rt.remote.RemoteInvocationDispatcher
Sends the Invocation to the remote service and waits for the InvocationResult.
invokeFuture(Route, Invocation, List<Consumer<InvocationResult>>, InvocationErrorConsumer) - Method in class dev.getelements.elements.rt.remote.SimpleRemoteInvocationDispatcher
 
invokeFuture(List<Object>, Invocation, List<Consumer<InvocationResult>>, InvocationErrorConsumer) - Method in interface dev.getelements.elements.rt.remote.RoutingStrategy
Invokes the method returning a Future<Object> with the result.
invokeFuture(List<Object>, Invocation, List<Consumer<InvocationResult>>, InvocationErrorConsumer) - Method in class dev.getelements.elements.rt.routing.AbstractAggregateRoutingStrategy
 
invokeFuture(List<Object>, Invocation, List<Consumer<InvocationResult>>, InvocationErrorConsumer) - Method in class dev.getelements.elements.rt.routing.DefaultRoutingStrategy
 
invokeFuture(List<Object>, Invocation, List<Consumer<InvocationResult>>, InvocationErrorConsumer) - Method in class dev.getelements.elements.rt.routing.SameNodeIdRoutingStrategy
 
invokePath(Path, String, Object...) - Method in interface dev.getelements.elements.rt.ResourceContext
invokePathAsync(Consumer<Object>, Consumer<Throwable>, Path, String, Object...) - Method in interface dev.getelements.elements.rt.ResourceContext
Invokes the method on the Resource Path.
invokePathAsync(Consumer<Object>, Consumer<Throwable>, Path, String, Object...) - Method in class dev.getelements.elements.rt.SimpleResourceContext
 
invokeRetainedHandler(Attributes, String, String, Object...) - Method in interface dev.getelements.elements.rt.HandlerContext
invokeRetainedHandlerAsync(Consumer<Object>, Consumer<Throwable>, Attributes, String, String, Object...) - Method in interface dev.getelements.elements.rt.HandlerContext
Creates a Resource, invokes a method on that Resource, and returns the result as either a success or a failure.
invokeRetainedHandlerAsync(Consumer<Object>, Consumer<Throwable>, Attributes, String, String, Object...) - Method in class dev.getelements.elements.rt.SimpleHandlerContext
 
InvokerHealthStatus - Class in dev.getelements.elements.sdk.model.health
 
InvokerHealthStatus() - Constructor for class dev.getelements.elements.sdk.model.health.InvokerHealthStatus
 
invokeSingleUseHandler(Attributes, String, String, Object...) - Method in interface dev.getelements.elements.rt.HandlerContext
invokeSingleUseHandlerAsync(Consumer<Object>, Consumer<Throwable>, Attributes, String, String, Object...) - Method in interface dev.getelements.elements.rt.HandlerContext
Creates a Resource, invokes a method on that Resource, and returns the result as either a success or a failure.
invokeSingleUseHandlerAsync(Consumer<Object>, Consumer<Throwable>, Attributes, String, String, Object...) - Method in class dev.getelements.elements.rt.SimpleHandlerContext
 
invokeSync(Invocation, List<Consumer<InvocationResult>>, InvocationErrorConsumer) - Method in interface dev.getelements.elements.rt.remote.RemoteInvoker
Sends the Invocation to the remote service and waits for the InvocationResult.
invokeSync(Route, Invocation, List<Consumer<InvocationResult>>, InvocationErrorConsumer) - Method in interface dev.getelements.elements.rt.remote.RemoteInvocationDispatcher
Sends the Invocation to the remote service and waits for the InvocationResult.
invokeSync(Route, Invocation, List<Consumer<InvocationResult>>, InvocationErrorConsumer) - Method in class dev.getelements.elements.rt.remote.SimpleRemoteInvocationDispatcher
 
invokeSync(List<Object>, Invocation, List<Consumer<InvocationResult>>, InvocationErrorConsumer) - Method in interface dev.getelements.elements.rt.remote.RoutingStrategy
Invokes the method, blocking until it returns on the remote end.
invokeSync(List<Object>, Invocation, List<Consumer<InvocationResult>>, InvocationErrorConsumer) - Method in class dev.getelements.elements.rt.routing.AbstractAggregateRoutingStrategy
 
invokeSync(List<Object>, Invocation, List<Consumer<InvocationResult>>, InvocationErrorConsumer) - Method in class dev.getelements.elements.rt.routing.DefaultRoutingStrategy
 
invokeSync(List<Object>, Invocation, List<Consumer<InvocationResult>>, InvocationErrorConsumer) - Method in class dev.getelements.elements.rt.routing.SameNodeIdRoutingStrategy
 
IO_THREADS - Static variable in class dev.getelements.elements.rt.jeromq.ZContextProvider
 
iocName() - Method in enum class dev.getelements.elements.sdk.model.blockchain.BlockchainNetwork
The IoC Name for anything related to the blockchain network.
IosApplicationConfiguration - Class in dev.getelements.elements.sdk.model.application
Represents the application profile and any associated metadata, such as APNS certificate or other information.
IosApplicationConfiguration() - Constructor for class dev.getelements.elements.sdk.model.application.IosApplicationConfiguration
 
IosApplicationConfigurationResource - Class in dev.getelements.elements.rest.application
Handles the management of IosApplicationConfiguration instances.
IosApplicationConfigurationResource() - Constructor for class dev.getelements.elements.rest.application.IosApplicationConfigurationResource
 
IosApplicationConfigurationService - Interface in dev.getelements.elements.sdk.service.application
Created by patricktwohig on 5/24/17.
IosApplicationConfigurationServiceProvider - Class in dev.getelements.elements.service.application
 
IosApplicationConfigurationServiceProvider() - Constructor for class dev.getelements.elements.service.application.IosApplicationConfigurationServiceProvider
 
IPV6 - Static variable in class dev.getelements.elements.rt.jeromq.ZContextProvider
 
isAbsent() - Method in interface dev.getelements.elements.rt.transact.ResourceEntry
Returns true if the entry represents an absent entry.
isAbsent() - Method in interface dev.getelements.elements.rt.transact.TaskEntry
Returns true if the entry represents an absent entry.
isActive() - Method in class dev.getelements.elements.dao.mongo.guice.MorphiaGuiceTransaction
 
isActive() - Method in class dev.getelements.elements.dao.mongo.model.MongoProfile
 
isActive() - Method in interface dev.getelements.elements.sdk.dao.Transaction
Returns true if this transaction is still active and open.
isActive() - Method in class dev.getelements.elements.sdk.model.user.UserCreateResponse
 
isAnonymous() - Method in class dev.getelements.elements.dao.mongo.model.largeobject.MongoSubjects
 
isApproximation() - Method in class dev.getelements.elements.sdk.model.Pagination
 
isArtifact(String, String) - Static method in class dev.getelements.elements.sdk.test.TestArtifactRegistry
Tests the jar file name for the artifact name.
isAuthoritative() - Method in class dev.getelements.elements.rt.remote.JndiSrvInstanceDiscoveryService
 
isCancelled() - Method in class dev.getelements.elements.rt.routing.AggregateFuture
 
isCurrentUser(String) - Method in interface dev.getelements.elements.sdk.service.user.UserService
Given the userId, which may be either username, email address, or "me" this will check for the current user.
isCurrentUserAlias(String) - Method in interface dev.getelements.elements.sdk.service.user.UserService
Returns true if the specified user ID is the alias for the current user.
isDefault() - Method in record class dev.getelements.elements.sdk.record.ElementServiceImplementationRecord
Checks if this is the ElementServiceImplementation.DefaultImplementation implementation.
isDeprecated() - Method in class dev.getelements.elements.rt.manifest.Deprecation
 
isDestroyed() - Method in interface dev.getelements.elements.rt.IndexContext.Unlink
Returns true if the ResourceId was destroyed as part of this unlink operation.
isDestroyed() - Method in class dev.getelements.elements.rt.SimpleIndexContext.SimpleIndexContextUnlink
 
isDirectDispatch() - Method in record class dev.getelements.elements.sdk.record.ElementEventConsumerRecord
Returns true if the method is a direct-dispatch method.
isDisabled(long) - Method in enum class dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgramExecutionPhase
Given the bitmask, returns true if this phase is disabled.
isDone() - Method in class dev.getelements.elements.rt.routing.AggregateFuture
 
isEmpty() - Method in interface dev.getelements.elements.rt.transact.unix.UnixFSCircularBlockBuffer.View
Returns true if all space is available in the buffer.
isEmpty() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSDualCounter
Tests if the counter is empty, that is to say that no values are valid at all.
isEmpty() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSDualCounter.Snapshot
A null snapshot was taken when leading == trailing.
isEmpty(long) - Static method in class dev.getelements.elements.rt.transact.unix.UnixFSDualCounter
Tests if the packed value represents an empty counter.
isEnabled(long) - Method in enum class dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgramExecutionPhase
Given the bitmask, returns true if this phase is enabled.
isEnabled(Repository) - Static method in class org.eclipse.jgit.http.server.resolver.AsIsFileService
Determine if http.getanyfile is enabled in the configuration.
isEncrypted() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoVaultKey
 
isEncrypted() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoWalletAccount
 
isEncrypted() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.VaultKey
 
isEncrypted() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.WalletAccount
 
isFromClient() - Method in class dev.getelements.elements.sdk.model.auth.OAuth2RequestKeyValue
 
isFull() - Method in interface dev.getelements.elements.rt.transact.unix.UnixFSCircularBlockBuffer.View
Returns true if there is no space left in the buffer.
isFull() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSDualCounter
Tests if the counter is full, that is to say the next operation involving an increment of the leading value would result in an exception.
isFull(long, int) - Static method in class dev.getelements.elements.rt.transact.unix.UnixFSDualCounter
Tests if the packed value represents a full counter.
isFullyReleased() - Method in class dev.getelements.elements.rt.transact.TransactionalResource
 
isGenerate() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.CreateWalletRequestAccount
 
isGitClient(HttpServletRequest) - Static method in class org.eclipse.jgit.http.server.GitSmartHttpTools
Check a request for Git-over-HTTP indicators.
isGreaterAccepted() - Method in class dev.getelements.elements.dao.mongo.model.MongoFriendship
 
isIndexedPlan(Document) - Method in class dev.getelements.elements.dao.mongo.MongoDBUtils
 
isIndexedQuery(Query<?>) - Method in class dev.getelements.elements.dao.mongo.MongoDBUtils
 
isInfoRefs(HttpServletRequest) - Static method in class org.eclipse.jgit.http.server.GitSmartHttpTools
Check if the HTTP request was for the /info/refs?service= Git handler.
isJwt(String) - Static method in class dev.getelements.elements.security.JWTCredentials
Checks if a set of credentials is a valid JWT.
isLesserAccepted() - Method in class dev.getelements.elements.dao.mongo.model.MongoFriendship
 
isListed() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscToken
 
isListed() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoToken
 
isLocal() - Method in interface dev.getelements.elements.rt.remote.RoutingStatus.Route
 
isManagedBySchedule() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgress
 
isManagedBySchedule() - Method in class dev.getelements.elements.sdk.model.mission.Progress
 
isMaster() - Method in class dev.getelements.elements.sdk.cluster.id.NodeId
Returns true if this NodeId represents the master node.
isMatchingExtension(Path, String) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
Checks if the path matches the supplied extension.
isNamed() - Method in record class dev.getelements.elements.sdk.record.ElementServiceExportRecord
Indicates if the exported service is named.
isNamed() - Method in record class dev.getelements.elements.sdk.record.ElementServiceKey
Returns true if the service is named.
isNull(ResourceEntry) - Static method in class dev.getelements.elements.rt.transact.NullResourceEntry
 
isNull(TaskEntry<?>) - Static method in class dev.getelements.elements.rt.transact.NullTaskEntry
 
isObjectFloat(Class<?>) - Static method in class dev.getelements.elements.rt.Reflection
Checks if the supplied Class<?> is a primitive number.
isObjectInteger(Class<?>) - Static method in class dev.getelements.elements.rt.Reflection
Checks if the supplied Class<?> is a primitive number.
ISOLATED_CLASSPATH - Enum constant in enum class dev.getelements.elements.sdk.ElementType
The standard default type.
isOriginalContents() - Method in class dev.getelements.elements.rt.transact.AbstractResourceEntry
 
isOriginalContents() - Method in interface dev.getelements.elements.rt.transact.ResourceEntry
Return true if the content is the original content.
isOriginalReversePaths() - Method in class dev.getelements.elements.rt.transact.AbstractResourceEntry
 
isOriginalReversePaths() - Method in interface dev.getelements.elements.rt.transact.ResourceEntry
Checks if the list of reverse links are the original set of reverse links.
isOriginalReversePaths() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSResourceEntryExisting
 
isPacked() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSAtomicLongData
 
isPartOfElement(Class<?>) - Method in record class dev.getelements.elements.sdk.record.ElementDefinitionRecord
Checks if the supplied Class is part of the Element attached to this record.
isPartOfElement(Package) - Method in record class dev.getelements.elements.sdk.record.ElementDefinitionRecord
Checks if the supplied Package is part of the Element attached to this record.
isPartOfElement(Package) - Method in record class dev.getelements.elements.sdk.record.ElementPackageRecord
Checks if the supplied Package is part of the Element attached to this record.
isPlan() - Method in class dev.getelements.elements.sdk.model.index.BuildIndexRequest
 
isPresent() - Method in interface dev.getelements.elements.rt.transact.ResourceEntry
Returns true if the entry represents a present entry.
isPresent() - Method in interface dev.getelements.elements.rt.transact.TaskEntry
Returns true if the entry represents present entry.
isPrimitiveFloat(Class<?>) - Static method in class dev.getelements.elements.rt.Reflection
Checks if the supplied Class<?> is a primitive float.
isPrimitiveInteger(Class<?>) - Static method in class dev.getelements.elements.rt.Reflection
Checks if the supplied Class<?> is a primitive number.
isPublicVisible() - Method in class dev.getelements.elements.sdk.model.goods.CreateItemRequest
Returns the visibility of this Item
isPublicVisible() - Method in class dev.getelements.elements.sdk.model.goods.Item
Gets the visibility of this item.
isPublicVisible() - Method in class dev.getelements.elements.sdk.model.goods.UpdateItemRequest
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class dev.getelements.elements.rt.jersey.GenericMultipartReader
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class dev.getelements.elements.rt.jersey.OctetStreamJsonMessageBodyReader
 
isReceivePack(HttpServletRequest) - Static method in class org.eclipse.jgit.http.server.GitSmartHttpTools
Check if the HTTP request was for the /git-receive-pack Git handler.
isRegenerate() - Method in class dev.getelements.elements.sdk.model.auth.UpdateAuthSchemeRequest
 
isRegistered() - Method in class dev.getelements.elements.service.FirebaseUsernamePasswordSignInResponse
 
isRegularFile(UnixFSHasFilesystemPath) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
Checks if the supplied FS Path is a regular file and not a tombstone.
isRegularFile(Path) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
Checks if the supplied Path is a regular file.
isRemoved() - Method in interface dev.getelements.elements.rt.ResourceService.Unlink
Returns true if the ResourceId was destroyed as part of this unlink operation.
isRemoved() - Method in class dev.getelements.elements.rt.SimpleResourceServiceUnlink
 
isRemoved() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMTransactionLog
 
isRenewable() - Method in class dev.getelements.elements.sdk.model.blockchain.Token
 
isRequired() - Method in class dev.getelements.elements.dao.mongo.model.schema.MongoMetadataSpecProperty
 
isRequired() - Method in class dev.getelements.elements.sdk.model.schema.MetadataSpecProperty
 
isReserved(int) - Static method in enum class dev.getelements.elements.rt.ResponseCode
Checks if the supplied
isReturnSecureToken() - Method in class dev.getelements.elements.service.FirebaseEmailPasswordSignUpRequest
 
isReturnSecureToken() - Method in class dev.getelements.elements.service.FirebaseUsernamePasswordSignInRequest
 
isRevocable() - Method in class dev.getelements.elements.sdk.model.blockchain.Token
 
isRoot() - Method in class dev.getelements.elements.sdk.cluster.path.Path
Returns true if this is a root path (ie having no components).
ISS - Enum constant in enum class dev.getelements.elements.sdk.model.auth.OidcClaim
Issuer - the issuer of the token.
isScanQuery(Query<?>) - Method in class dev.getelements.elements.dao.mongo.MongoDBUtils
 
isStatusOK() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractResponse
 
ISSUED - Enum constant in enum class dev.getelements.elements.sdk.model.reward.RewardIssuance.State
Indicates that the RewardIssuance has been successfully issued but not yet redeemed by the client.
isSystemEvent() - Method in interface dev.getelements.elements.sdk.Event
True if the event is a system event.
isTombstone(Path) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
Checks if the supplied Path is a tombstone.
isUploadPack(HttpServletRequest) - Static method in class org.eclipse.jgit.http.server.GitSmartHttpTools
Check if the HTTP request was for the /git-upload-pack Git handler.
isUploadPack(String) - Static method in class org.eclipse.jgit.http.server.GitSmartHttpTools
Check if the HTTP request path ends with the /git-upload-pack handler.
isValid() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgram
Checks if this UnixFSTransactionProgram's header is valid.
isValid(long, UnixFSChecksumAlgorithm.ChannelCheckable) - Method in enum class dev.getelements.elements.rt.transact.unix.UnixFSChecksumAlgorithm
Checks if this the supplied UnixFSChecksumAlgorithm.ChannelCheckable is valid.
isValid(UnixFSChecksumAlgorithm.Checkable) - Method in enum class dev.getelements.elements.rt.transact.unix.UnixFSChecksumAlgorithm
Checks if this the supplied UnixFSChecksumAlgorithm.Checkable is valid.
isValid(MetadataSpecPropertiesContainer, ConstraintValidatorContext) - Method in class dev.getelements.elements.sdk.model.schema.ValidProperties.Validator
 
isValid(Object, ConstraintValidatorContext) - Method in class dev.getelements.elements.sdk.model.ValidWithGroups.Validator
 
isValid(String, ConstraintValidatorContext) - Method in class dev.getelements.elements.sdk.model.annotation.PemFile.Validator
 
isVerbose() - Method in interface dev.getelements.elements.rt.Resource
Returns true if the resource is set to enable verbose mode.
isVerbose() - Method in class dev.getelements.elements.rt.transact.TransactionalResource
 
isVoting() - Method in class dev.getelements.elements.sdk.model.blockchain.StakeHolder
 
isWildcard() - Method in class dev.getelements.elements.sdk.cluster.path.Path
True if the path is a wildcard.
isWildcard() - Method in class dev.getelements.elements.sdk.model.largeobject.SubjectRequest
 
isWildcard() - Method in class dev.getelements.elements.sdk.model.largeobject.Subjects
 
isWildcardContext() - Method in class dev.getelements.elements.sdk.cluster.path.Path
Returns true if this Path both has a context and that context is a wildcard context.
isWildcardRecursive() - Method in class dev.getelements.elements.sdk.cluster.path.Path
True if the path is a recursive wildcard.
isWildcardTerminated() - Method in class dev.getelements.elements.sdk.cluster.path.Path
True if the path is a wildcard.
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class dev.getelements.elements.rt.jersey.CsvMessageBodyWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class dev.getelements.elements.rt.jersey.GenericMultipartWriter
 
Item - Class in dev.getelements.elements.sdk.model.goods
Represents an Item that is a Digital Good.
Item() - Constructor for class dev.getelements.elements.sdk.model.goods.Item
 
ItemCategory - Enum Class in dev.getelements.elements.sdk.model.goods
Identifies the category of an Item for sale.
ItemDao - Interface in dev.getelements.elements.sdk.dao
 
ItemNotFoundException - Exception Class in dev.getelements.elements.sdk.model.exception.item
 
ItemNotFoundException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.item.ItemNotFoundException
 
ItemNotFoundException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.item.ItemNotFoundException
 
ItemNotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.item.ItemNotFoundException
 
ItemNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.item.ItemNotFoundException
 
ItemNotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.item.ItemNotFoundException
 
ItemResource - Class in dev.getelements.elements.rest.goods
 
ItemResource() - Constructor for class dev.getelements.elements.rest.goods.ItemResource
 
ItemService - Interface in dev.getelements.elements.sdk.service.goods
Allows for accessing of the various Items in the database.
ItemServiceProvider - Class in dev.getelements.elements.service.goods
 
ItemServiceProvider() - Constructor for class dev.getelements.elements.service.goods.ItemServiceProvider
 
ItemTestFactory - Class in dev.getelements.elements.dao.mongo.test
 
ItemTestFactory() - Constructor for class dev.getelements.elements.dao.mongo.test.ItemTestFactory
 
iterateIntermediateHierarchy(Path) - Static method in class dev.getelements.elements.sdk.cluster.path.Paths
Iterates the supplied path descending into its hierarchy.
iterator() - Method in class dev.getelements.elements.rt.ConcurrentRoundRobin
 
iterator() - Method in class dev.getelements.elements.sdk.model.Pagination
 
iterator() - Method in class dev.getelements.elements.sdk.model.Tabulation
 
iterator() - Method in class dev.getelements.elements.sdk.model.util.RoundRobin
 
iterator() - Method in class dev.getelements.elements.sdk.util.ConcurrentDequePublisher
 
iterator() - Method in class dev.getelements.elements.sdk.util.ConcurrentLockedPublisher
 
iterator() - Method in class dev.getelements.elements.sdk.util.LinkedPublisher
Used only to facilitate debugging.

J

JAKARTA_RS - Enum constant in enum class dev.getelements.elements.sdk.test.TestElementArtifact
 
JAKARTA_RS_DEPENDENCIES - Enum constant in enum class dev.getelements.elements.sdk.test.TestElementBundle
 
JAKARTA_WS - Enum constant in enum class dev.getelements.elements.sdk.test.TestElementArtifact
 
JakartaRsLoader - Class in dev.getelements.elements.app.serve.loader
Searches an Element for a service of type Application and loads it into the application container making all types specified in the Application available as RESTful API Calls.
JakartaRsLoader() - Constructor for class dev.getelements.elements.app.serve.loader.JakartaRsLoader
 
JakartaWebsocketLoader - Class in dev.getelements.elements.app.serve.loader
 
JakartaWebsocketLoader() - Constructor for class dev.getelements.elements.app.serve.loader.JakartaWebsocketLoader
 
JAR_EXTENSION - Static variable in interface dev.getelements.elements.sdk.ElementPathLoader
The jar file extension.
JAVA_CLASS_NAME - Static variable in interface dev.getelements.elements.sdk.model.Constants.Regexp
A regex pattern to validate fully qualified Java class names.
JEROMQ_ALLOW_PLAIN_TRAFFIC - Static variable in class dev.getelements.elements.rt.remote.jeromq.JeroMQSecurityProvider
 
JEROMQ_CLUSTER_BIND_ADDRESS - Static variable in class dev.getelements.elements.rt.remote.jeromq.JeroMQInstanceConnectionService
 
JEROMQ_CONNECTION_SERVICE_REFRESH_INTERVAL_SECONDS - Static variable in class dev.getelements.elements.rt.remote.jeromq.JeroMQInstanceConnectionService
 
JEROMQ_NODE_MAX_CONNECTIONS - Static variable in class dev.getelements.elements.remote.jeromq.JeroMQNode
 
JEROMQ_NODE_MIN_CONNECTIONS - Static variable in class dev.getelements.elements.remote.jeromq.JeroMQNode
 
JEROMQ_SERVER_SECURITY_CHAIN_PEM_FILE - Static variable in class dev.getelements.elements.rt.remote.jeromq.JeroMQSecurityProvider
 
JeroMQAsyncConnectionGroup - Class in dev.getelements.elements.rt.jeromq
 
JeroMQAsyncConnectionGroup(List<AsyncConnection<ZContext, ZMQ.Socket>>, BiConsumer<AsyncConnectionGroup<ZContext, ZMQ.Socket>, Consumer<AsyncConnectionGroup<ZContext, ZMQ.Socket>>>) - Constructor for class dev.getelements.elements.rt.jeromq.JeroMQAsyncConnectionGroup
 
JeroMQAsyncConnectionService - Class in dev.getelements.elements.rt.jeromq
 
JeroMQAsyncConnectionService() - Constructor for class dev.getelements.elements.rt.jeromq.JeroMQAsyncConnectionService
 
JeroMQAsyncConnectionServiceModule - Class in dev.getelements.elements.rt.remote.jeromq.guice
 
JeroMQAsyncConnectionServiceModule() - Constructor for class dev.getelements.elements.rt.remote.jeromq.guice.JeroMQAsyncConnectionServiceModule
 
JeroMQAsyncControlClient - Class in dev.getelements.elements.rt.remote.jeromq
 
JeroMQAsyncControlClient(AsyncConnectionService<ZContext, ZMQ.Socket>, String, JeroMQSecurity) - Constructor for class dev.getelements.elements.rt.remote.jeromq.JeroMQAsyncControlClient
 
JeroMQAsyncControlClient(AsyncConnectionService<ZContext, ZMQ.Socket>, String, JeroMQSecurity, int, int) - Constructor for class dev.getelements.elements.rt.remote.jeromq.JeroMQAsyncControlClient
 
JeroMQAsyncOperation - Class in dev.getelements.elements.rt.remote.jeromq
 
JeroMQAsyncOperation() - Constructor for class dev.getelements.elements.rt.remote.jeromq.JeroMQAsyncOperation
 
JeroMQAsyncOperation.ConnectionState - Class in dev.getelements.elements.rt.remote.jeromq
 
JeroMQAsyncOperation.State - Enum Class in dev.getelements.elements.rt.remote.jeromq
 
JeroMQCommandServer - Class in dev.getelements.elements.rt.remote.jeromq
 
JeroMQCommandServer(InstanceId, ZMQ.PollItem, JeroMQMultiplexRouter, JeroMQDemultiplexRouter) - Constructor for class dev.getelements.elements.rt.remote.jeromq.JeroMQCommandServer
 
JeroMQContextModule - Class in dev.getelements.elements.rt.remote.jeromq.guice
Combines JeroMQRemoteInvokerModule with the ClusterContextModule to make a complete client module with adjustable parameters.
JeroMQContextModule() - Constructor for class dev.getelements.elements.rt.remote.jeromq.guice.JeroMQContextModule
 
JeroMQControlClient - Class in dev.getelements.elements.rt.remote.jeromq
Implements the control protocol for interfacing with the JeroMQInstanceConnectionService.
JeroMQControlClient(ZContext, String, JeroMQSecurity) - Constructor for class dev.getelements.elements.rt.remote.jeromq.JeroMQControlClient
 
JeroMQControlClient(ZContext, String, JeroMQSecurity, long, TimeUnit) - Constructor for class dev.getelements.elements.rt.remote.jeromq.JeroMQControlClient
Creates a JeroMQControlClient connecting to the remote instance to perform basic discover and control operations.
JeroMQControlClientFactoryModule - Class in dev.getelements.elements.rt.remote.jeromq.guice
 
JeroMQControlClientFactoryModule() - Constructor for class dev.getelements.elements.rt.remote.jeromq.guice.JeroMQControlClientFactoryModule
 
JeroMQControlClientModule - Class in dev.getelements.elements.rt.remote.jeromq.guice
 
JeroMQControlClientModule() - Constructor for class dev.getelements.elements.rt.remote.jeromq.guice.JeroMQControlClientModule
 
JeroMQControlException - Exception Class in dev.getelements.elements.rt.remote.jeromq
 
JeroMQControlException(JeroMQControlException) - Constructor for exception class dev.getelements.elements.rt.remote.jeromq.JeroMQControlException
 
JeroMQControlException(JeroMQControlResponseCode) - Constructor for exception class dev.getelements.elements.rt.remote.jeromq.JeroMQControlException
 
JeroMQControlException(JeroMQControlResponseCode, ZMsg) - Constructor for exception class dev.getelements.elements.rt.remote.jeromq.JeroMQControlException
 
JeroMQControlResponseCode - Enum Class in dev.getelements.elements.rt.remote.jeromq
 
JeroMQCurveSecurity - Class in dev.getelements.elements.rt.remote.jeromq
Implements JeroMQ CURVE Encryption using one of three possible combinations.
JeroMQCurveSecurity() - Constructor for class dev.getelements.elements.rt.remote.jeromq.JeroMQCurveSecurity
Creates a new JeroMQSecurity by generating the key pair on the fly.
JeroMQCurveSecurity(PemChain) - Constructor for class dev.getelements.elements.rt.remote.jeromq.JeroMQCurveSecurity
Creates a new JeroMQSecurity with the supplied server key chain.
JeroMQDemultiplexRouter - Class in dev.getelements.elements.rt.remote.jeromq
 
JeroMQDemultiplexRouter(InstanceId, ZContext, ZMQ.Poller, ZMQ.PollItem) - Constructor for class dev.getelements.elements.rt.remote.jeromq.JeroMQDemultiplexRouter
 
JeroMQEmbeddedClientInstanceContainer - Class in dev.getelements.elements.test
 
JeroMQEmbeddedClientInstanceContainer() - Constructor for class dev.getelements.elements.test.JeroMQEmbeddedClientInstanceContainer
 
JeroMQEmbeddedInstanceContainer - Class in dev.getelements.elements.test
 
JeroMQEmbeddedInstanceContainer() - Constructor for class dev.getelements.elements.test.JeroMQEmbeddedInstanceContainer
 
JeroMQEmbeddedTestService - Class in dev.getelements.elements.test
Embeds a test kit which supplies two Instances.
JeroMQEmbeddedTestService() - Constructor for class dev.getelements.elements.test.JeroMQEmbeddedTestService
 
JeroMQEmbeddedWorkerInstanceContainer - Class in dev.getelements.elements.test
 
JeroMQEmbeddedWorkerInstanceContainer() - Constructor for class dev.getelements.elements.test.JeroMQEmbeddedWorkerInstanceContainer
 
JeroMQEmbeddedWorkerInstanceContainer.ApplicationNodeBuilder<ChainedT> - Class in dev.getelements.elements.test
 
JeroMQEmbeddedWorkerInstanceContainer.NodeModuleFactory - Interface in dev.getelements.elements.test
Creates a new Node.
JeroMQInstanceBinding - Class in dev.getelements.elements.rt.remote.jeromq
 
JeroMQInstanceBinding(ZContext, NodeId, String, JeroMQSecurity, String) - Constructor for class dev.getelements.elements.rt.remote.jeromq.JeroMQInstanceBinding
 
JeroMQInstanceConnectionId - Class in dev.getelements.elements.rt.remote.jeromq
 
JeroMQInstanceConnectionId(String) - Constructor for class dev.getelements.elements.rt.remote.jeromq.JeroMQInstanceConnectionId
 
JeroMQInstanceConnectionService - Class in dev.getelements.elements.rt.remote.jeromq
 
JeroMQInstanceConnectionService() - Constructor for class dev.getelements.elements.rt.remote.jeromq.JeroMQInstanceConnectionService
 
JeroMQInstanceConnectionServiceModule - Class in dev.getelements.elements.rt.remote.jeromq.guice
 
JeroMQInstanceConnectionServiceModule() - Constructor for class dev.getelements.elements.rt.remote.jeromq.guice.JeroMQInstanceConnectionServiceModule
 
JeroMQInstanceStatus - Class in dev.getelements.elements.rt.remote.jeromq
 
JeroMQInstanceStatus(ZMsg) - Constructor for class dev.getelements.elements.rt.remote.jeromq.JeroMQInstanceStatus
 
JeroMQMonitorThread - Class in dev.getelements.elements.rt.jeromq
 
JeroMQMonitorThread(String, Logger, ZContext, ZMQ.Socket) - Constructor for class dev.getelements.elements.rt.jeromq.JeroMQMonitorThread
 
JeroMQMultiplexRouter - Class in dev.getelements.elements.rt.remote.jeromq
 
JeroMQMultiplexRouter(InstanceId, ZContext, ZMQ.Poller) - Constructor for class dev.getelements.elements.rt.remote.jeromq.JeroMQMultiplexRouter
 
JeroMQNode - Class in dev.getelements.elements.remote.jeromq
 
JeroMQNode() - Constructor for class dev.getelements.elements.remote.jeromq.JeroMQNode
 
JeroMQNodeInvocation - Class in dev.getelements.elements.remote.jeromq
 
JeroMQNodeInvocation(ZMsg, LocalInvocationDispatcher, PayloadReader, PayloadWriter, AsyncConnectionPool<ZContext, ZMQ.Socket>) - Constructor for class dev.getelements.elements.remote.jeromq.JeroMQNodeInvocation
 
JeroMQNodeModule - Class in dev.getelements.elements.rt.remote.jeromq.guice
 
JeroMQNodeModule() - Constructor for class dev.getelements.elements.rt.remote.jeromq.guice.JeroMQNodeModule
 
JeroMQRemoteInvocation - Class in dev.getelements.elements.rt.remote.jeromq
 
JeroMQRemoteInvocation(JeroMQAsyncOperation, AsyncConnection<ZContext, ZMQ.Socket>, Invocation, PayloadReader, PayloadWriter, Map<String, String>, Consumer<Object>, Consumer<Throwable>, List<Consumer<InvocationResult>>, InvocationErrorConsumer) - Constructor for class dev.getelements.elements.rt.remote.jeromq.JeroMQRemoteInvocation
 
JeroMQRemoteInvoker - Class in dev.getelements.elements.rt.remote.jeromq
 
JeroMQRemoteInvoker() - Constructor for class dev.getelements.elements.rt.remote.jeromq.JeroMQRemoteInvoker
 
JeroMQRemoteInvokerModule - Class in dev.getelements.elements.rt.remote.jeromq.guice
 
JeroMQRemoteInvokerModule() - Constructor for class dev.getelements.elements.rt.remote.jeromq.guice.JeroMQRemoteInvokerModule
 
JeroMQRoutingCommand - Enum Class in dev.getelements.elements.rt.remote.jeromq
 
JeroMQRoutingServer - Class in dev.getelements.elements.rt.remote.jeromq
 
JeroMQRoutingServer(InstanceId, ZContext, List<String>, JeroMQSecurity) - Constructor for class dev.getelements.elements.rt.remote.jeromq.JeroMQRoutingServer
 
JeroMQRoutingStatus - Class in dev.getelements.elements.rt.remote.jeromq
 
JeroMQRoutingStatus(ZMsg) - Constructor for class dev.getelements.elements.rt.remote.jeromq.JeroMQRoutingStatus
 
JeroMQSecurity - Interface in dev.getelements.elements.rt.remote.jeromq
Implements a security chain for JeroMQ Sockets.
JeroMQSecurityModule - Class in dev.getelements.elements.rt.remote.jeromq.guice
 
JeroMQSecurityModule() - Constructor for class dev.getelements.elements.rt.remote.jeromq.guice.JeroMQSecurityModule
 
JeroMQSecurityProvider - Class in dev.getelements.elements.rt.remote.jeromq
 
JeroMQSecurityProvider() - Constructor for class dev.getelements.elements.rt.remote.jeromq.JeroMQSecurityProvider
 
JeroMQUnroutableInstanceException - Exception Class in dev.getelements.elements.rt.remote.jeromq
 
JeroMQUnroutableInstanceException(JeroMQUnroutableInstanceException) - Constructor for exception class dev.getelements.elements.rt.remote.jeromq.JeroMQUnroutableInstanceException
 
JeroMQUnroutableInstanceException(InstanceId) - Constructor for exception class dev.getelements.elements.rt.remote.jeromq.JeroMQUnroutableInstanceException
 
JeroMQUnroutableInstanceException(ZMsg) - Constructor for exception class dev.getelements.elements.rt.remote.jeromq.JeroMQUnroutableInstanceException
 
JeroMQUnroutableNodeException - Exception Class in dev.getelements.elements.rt.remote.jeromq
 
JeroMQUnroutableNodeException(JeroMQUnroutableNodeException) - Constructor for exception class dev.getelements.elements.rt.remote.jeromq.JeroMQUnroutableNodeException
 
JeroMQUnroutableNodeException(NodeId) - Constructor for exception class dev.getelements.elements.rt.remote.jeromq.JeroMQUnroutableNodeException
 
JeroMQUnroutableNodeException(ZMsg) - Constructor for exception class dev.getelements.elements.rt.remote.jeromq.JeroMQUnroutableNodeException
 
JerseyHttpClientModule - Class in dev.getelements.elements.rt.jersey.guice
 
JerseyHttpClientModule() - Constructor for class dev.getelements.elements.rt.jersey.guice.JerseyHttpClientModule
 
JettyApplicationDeploymentService - Class in dev.getelements.elements.app.serve
 
JettyApplicationDeploymentService() - Constructor for class dev.getelements.elements.app.serve.JettyApplicationDeploymentService
 
JettyServerModule - Class in dev.getelements.elements.jetty
 
JettyServerModule() - Constructor for class dev.getelements.elements.jetty.JettyServerModule
 
jettyws - Class in Unnamed Package
 
jettyws() - Constructor for class jettyws
 
JNDI_SRV - Enum constant in enum class dev.getelements.elements.rt.remote.guice.InstanceDiscoveryServiceModule.DiscoveryType
 
JndiInstanceHostInfo - Class in dev.getelements.elements.rt.remote
 
JndiInstanceHostInfo(String, String) - Constructor for class dev.getelements.elements.rt.remote.JndiInstanceHostInfo
 
JndiSrvInstanceDiscoveryService - Class in dev.getelements.elements.rt.remote
 
JndiSrvInstanceDiscoveryService() - Constructor for class dev.getelements.elements.rt.remote.JndiSrvInstanceDiscoveryService
 
JndiSrvInstanceDiscoveryServiceModule - Class in dev.getelements.elements.rt.remote.guice
 
JndiSrvInstanceDiscoveryServiceModule() - Constructor for class dev.getelements.elements.rt.remote.guice.JndiSrvInstanceDiscoveryServiceModule
 
JOURNAL_MAGIC - Static variable in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionJournal
Some magic bytes in the file to indicate what it is.
JournalTransactionalPersistenceDriver - Interface in dev.getelements.elements.rt.transact
An opaque context which is started first and stopped last by the TransactionalResourceServicePersistence.
JournalTransactionalResourceServicePersistenceEnvironment - Class in dev.getelements.elements.rt.transact
 
JournalTransactionalResourceServicePersistenceEnvironment(Provider<Snapshot.Builder>, DataStore, TransactionJournal, JournalTransactionalPersistenceDriver) - Constructor for class dev.getelements.elements.rt.transact.JournalTransactionalResourceServicePersistenceEnvironment
 
JournalTransactionalResourceServicePersistenceModule - Class in dev.getelements.elements.rt.transact
 
JournalTransactionalResourceServicePersistenceModule() - Constructor for class dev.getelements.elements.rt.transact.JournalTransactionalResourceServicePersistenceModule
 
jrpc - Enum constant in enum class dev.getelements.elements.jetty.ElementsWebServiceComponent
The jrpc API.
JsonRpcConstants - Class in dev.getelements.elements.jrpc
Names specific JSON-RPC Constants.
JsonRpcError - Class in dev.getelements.elements.rt.jrpc
 
JsonRpcError() - Constructor for class dev.getelements.elements.rt.jrpc.JsonRpcError
 
JsonRpcExceptionMapper - Class in dev.getelements.elements.jrpc
 
JsonRpcExceptionMapper() - Constructor for class dev.getelements.elements.jrpc.JsonRpcExceptionMapper
 
JsonRpcHttpRedirectionStrategy - Class in dev.getelements.elements.jrpc
Directs the client to the remote endpoint using a 307: Temporary Redirect to the underlying API.
JsonRpcHttpRedirectionStrategy(String) - Constructor for class dev.getelements.elements.jrpc.JsonRpcHttpRedirectionStrategy
 
JsonRpcInvocationService - Interface in dev.getelements.elements.rt.jrpc
Processes JsonRpcRequest instances and converts to Invocation.
JsonRpcInvocationService.InvocationResolution - Interface in dev.getelements.elements.rt.jrpc
Represents the resolved invocation which includes the Invocation and the ResultHandlerStrategy used to dispatch the method call to the underlying system.
JsonRpcJacksonModule - Class in dev.getelements.elements.rpc.guice
 
JsonRpcJacksonModule() - Constructor for class dev.getelements.elements.rpc.guice.JsonRpcJacksonModule
 
JsonRpcManifest - Class in dev.getelements.elements.rt.manifest.jrpc
 
JsonRpcManifest() - Constructor for class dev.getelements.elements.rt.manifest.jrpc.JsonRpcManifest
 
JsonRpcManifestService - Interface in dev.getelements.elements.rt.jrpc
Provides the JsonRpcManifest.
JsonRpcMethod - Class in dev.getelements.elements.rt.manifest.jrpc
 
JsonRpcMethod() - Constructor for class dev.getelements.elements.rt.manifest.jrpc.JsonRpcMethod
 
JsonRpcModule - Class in dev.getelements.elements.jrpc
Configures a JSON RPC module.
JsonRpcModule() - Constructor for class dev.getelements.elements.jrpc.JsonRpcModule
 
JsonRpcModule(ClassLoader) - Constructor for class dev.getelements.elements.jrpc.JsonRpcModule
 
JsonRpcParameter - Class in dev.getelements.elements.rt.manifest.jrpc
 
JsonRpcParameter() - Constructor for class dev.getelements.elements.rt.manifest.jrpc.JsonRpcParameter
 
JsonRpcRedirectionStrategy - Interface in dev.getelements.elements.jrpc
Implements the JSON-RPC Redirection Strategy.
JsonRpcRequest - Class in dev.getelements.elements.rt.jrpc
 
JsonRpcRequest() - Constructor for class dev.getelements.elements.rt.jrpc.JsonRpcRequest
 
JsonRpcResource - Class in dev.getelements.elements.jrpc
 
JsonRpcResource() - Constructor for class dev.getelements.elements.jrpc.JsonRpcResource
 
JsonRpcResponse - Class in dev.getelements.elements.rt.jrpc
 
JsonRpcResponse() - Constructor for class dev.getelements.elements.rt.jrpc.JsonRpcResponse
 
JsonRpcReturnType - Class in dev.getelements.elements.rt.manifest.jrpc
 
JsonRpcReturnType() - Constructor for class dev.getelements.elements.rt.manifest.jrpc.JsonRpcReturnType
 
JsonRpcService - Class in dev.getelements.elements.rt.manifest.jrpc
 
JsonRpcService() - Constructor for class dev.getelements.elements.rt.manifest.jrpc.JsonRpcService
 
JsonSchema - Class in dev.getelements.elements.sdk.model.schema.json
 
JsonSchema() - Constructor for class dev.getelements.elements.sdk.model.schema.json.JsonSchema
 
JsonSchemaMapper - Class in dev.getelements.elements.service.util
 
JsonSchemaMapper() - Constructor for class dev.getelements.elements.service.util.JsonSchemaMapper
 
JsonSchemaMapperImpl - Class in dev.getelements.elements.service.util
 
JsonSchemaMapperImpl() - Constructor for class dev.getelements.elements.service.util.JsonSchemaMapperImpl
 
JsonSchemaProperty - Class in dev.getelements.elements.sdk.model.schema.json
 
JsonSchemaProperty() - Constructor for class dev.getelements.elements.sdk.model.schema.json.JsonSchemaProperty
 
JsonSchemaType - Class in dev.getelements.elements.sdk.model.schema.json
Constants for the JSON Schema type.
JVM_NATIVE - Static variable in annotation interface dev.getelements.elements.rt.annotation.CodeStyle
Implementation of CodeStyle which represents the JVM native code style.
JWK - Class in dev.getelements.elements.sdk.model.auth
 
JWK() - Constructor for class dev.getelements.elements.sdk.model.auth.JWK
 
JWK(String, String, String, String, String, String) - Constructor for class dev.getelements.elements.sdk.model.auth.JWK
 
JWKSet - Class in dev.getelements.elements.sdk.model.auth
 
JWKSet() - Constructor for class dev.getelements.elements.sdk.model.auth.JWKSet
 
JWTCredentials - Class in dev.getelements.elements.security
 
JWTCredentials(String) - Constructor for class dev.getelements.elements.security.JWTCredentials
Generic JWT Credentials.

K

KEY_ALGORITHM - Static variable in class dev.getelements.elements.dao.mongo.provider.MongoSslSettingsProvider
 
KID - Enum constant in enum class dev.getelements.elements.sdk.model.auth.OidcClaim
Key Identifier
kill(Process, String) - Method in class dev.getelements.elements.dao.mongo.test.CliMongoTestInstance
 
kill(Process, String) - Method in class dev.getelements.elements.dao.mongo.test.DockerMongoTestInstance
 
kill(Process, String) - Method in class dev.getelements.elements.dao.mongo.test.SslCliMongoTestInstance
 
KryoInstance - Class in dev.getelements.elements.rt.kryo
 
KryoInstance() - Constructor for class dev.getelements.elements.rt.kryo.KryoInstance
 
KryoPayloadReader - Class in dev.getelements.elements.rt.kryo
 
KryoPayloadReader() - Constructor for class dev.getelements.elements.rt.kryo.KryoPayloadReader
 
KryoPayloadReaderWriterModule - Class in dev.getelements.elements.rt.kryo.guice
 
KryoPayloadReaderWriterModule() - Constructor for class dev.getelements.elements.rt.kryo.guice.KryoPayloadReaderWriterModule
 
KryoPayloadWriter - Class in dev.getelements.elements.rt.kryo
 
KryoPayloadWriter() - Constructor for class dev.getelements.elements.rt.kryo.KryoPayloadWriter
 
KryoStackTraceElementContainer - Class in dev.getelements.elements.rt.kryo
 
KryoStackTraceElementContainer() - Constructor for class dev.getelements.elements.rt.kryo.KryoStackTraceElementContainer
 
KryoStackTraceElementContainer(String, String, int, String) - Constructor for class dev.getelements.elements.rt.kryo.KryoStackTraceElementContainer
 
KryoThrowableContainer - Class in dev.getelements.elements.rt.kryo
 
KryoThrowableContainer() - Constructor for class dev.getelements.elements.rt.kryo.KryoThrowableContainer
 
KryoThrowableContainer(String, String, List<KryoStackTraceElementContainer>, KryoThrowableContainer) - Constructor for class dev.getelements.elements.rt.kryo.KryoThrowableContainer
 
KryoThrowableSerializer - Class in dev.getelements.elements.rt.kryo
 
KryoThrowableSerializer() - Constructor for class dev.getelements.elements.rt.kryo.KryoThrowableSerializer
 
KryoUUIDSerializer - Class in dev.getelements.elements.rt.kryo
 
KryoUUIDSerializer() - Constructor for class dev.getelements.elements.rt.kryo.KryoUUIDSerializer
 

L

language - Variable in class dev.getelements.elements.sdk.model.codegen.CodegenRequest
 
LARGE_OBJECT_BUCKET - Static variable in class dev.getelements.elements.dao.mongo.provider.LargeObjectGridFSBucketProvider
 
LARGE_OBJECT_SERVLET_KEY - Static variable in class dev.getelements.elements.jetty.CdnServeModule
 
LargeObject - Class in dev.getelements.elements.sdk.model.largeobject
 
LargeObject() - Constructor for class dev.getelements.elements.sdk.model.largeobject.LargeObject
 
LargeObjectBucket - Interface in dev.getelements.elements.sdk.dao
Represents a bucket for storing the contents of LargeObjects.
LargeObjectCdnUtils - Class in dev.getelements.elements.service.largeobject
 
LargeObjectCdnUtils() - Constructor for class dev.getelements.elements.service.largeobject.LargeObjectCdnUtils
 
LargeObjectContentNotFoundException - Exception Class in dev.getelements.elements.sdk.model.exception.largeobject
 
LargeObjectContentNotFoundException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.largeobject.LargeObjectContentNotFoundException
 
LargeObjectContentNotFoundException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.largeobject.LargeObjectContentNotFoundException
 
LargeObjectContentNotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.largeobject.LargeObjectContentNotFoundException
 
LargeObjectContentNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.largeobject.LargeObjectContentNotFoundException
 
LargeObjectContentNotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.largeobject.LargeObjectContentNotFoundException
 
LargeObjectDao - Interface in dev.getelements.elements.sdk.dao
 
LargeObjectGridFSBucketProvider - Class in dev.getelements.elements.dao.mongo.provider
Created by patricktwohig on 6/29/17.
LargeObjectGridFSBucketProvider() - Constructor for class dev.getelements.elements.dao.mongo.provider.LargeObjectGridFSBucketProvider
 
LargeObjectNotFoundException - Exception Class in dev.getelements.elements.sdk.model.exception.largeobject
 
LargeObjectNotFoundException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.largeobject.LargeObjectNotFoundException
 
LargeObjectNotFoundException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.largeobject.LargeObjectNotFoundException
 
LargeObjectNotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.largeobject.LargeObjectNotFoundException
 
LargeObjectNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.largeobject.LargeObjectNotFoundException
 
LargeObjectNotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.largeobject.LargeObjectNotFoundException
 
LargeObjectReference - Class in dev.getelements.elements.sdk.model.largeobject
 
LargeObjectReference() - Constructor for class dev.getelements.elements.sdk.model.largeobject.LargeObjectReference
 
LargeObjectResource - Class in dev.getelements.elements.rest.largeobject
 
LargeObjectResource() - Constructor for class dev.getelements.elements.rest.largeobject.LargeObjectResource
 
LargeObjectService - Interface in dev.getelements.elements.sdk.service.largeobject
 
LargeObjectServiceProvider - Class in dev.getelements.elements.service.largeobject
 
LargeObjectServiceProvider() - Constructor for class dev.getelements.elements.service.largeobject.LargeObjectServiceProvider
 
LargeObjectServlet - Class in dev.getelements.elements.cdnserve
 
LargeObjectServlet() - Constructor for class dev.getelements.elements.cdnserve.LargeObjectServlet
 
LargeObjectState - Enum Class in dev.getelements.elements.sdk.model.largeobject
 
LargeObjectTestFactory - Class in dev.getelements.elements.dao.mongo.test
 
LargeObjectTestFactory() - Constructor for class dev.getelements.elements.dao.mongo.test.LargeObjectTestFactory
 
LAST_NAME - Static variable in interface dev.getelements.elements.sdk.model.Constants.Regexp
Checks for valid last name.
LatchedExecutorServiceCompletionService - Class in dev.getelements.elements.rt.util
Manages tasks queued to an instance of ExecutorService managing execution through a CompletionServiceLatch.
LatchedExecutorServiceCompletionService(ExecutorService) - Constructor for class dev.getelements.elements.rt.util.LatchedExecutorServiceCompletionService
Creates a new instance of LatchedExecutorServiceCompletionService with the executor service and the default CompletionServiceLatch.
LatchedExecutorServiceCompletionService(ExecutorService, CompletionServiceLatch) - Constructor for class dev.getelements.elements.rt.util.LatchedExecutorServiceCompletionService
Creates a new instance of LatchedExecutorServiceCompletionService with the executor service and a custom CompletionServiceLatch.
LatchedScheduledExecutorServiceCompletionService - Class in dev.getelements.elements.rt.util
LatchedScheduledExecutorServiceCompletionService(ScheduledExecutorService, CompletionServiceLatch) - Constructor for class dev.getelements.elements.rt.util.LatchedScheduledExecutorServiceCompletionService
 
layoutSkeletonElement(Path, Map<?, ?>) - Static method in class dev.getelements.elements.sdk.test.TestUtils
 
LazyValue<T> - Interface in dev.getelements.elements.sdk.util
Represents a Lazy-loaded value which is loaded only on the first call to get.
LCAMEL - Static variable in annotation interface dev.getelements.elements.rt.annotation.ClientSerializationStrategy
Implies that serialized fields use lowerCamelCase
Leaderboard - Class in dev.getelements.elements.sdk.model.leaderboard
 
Leaderboard() - Constructor for class dev.getelements.elements.sdk.model.leaderboard.Leaderboard
 
Leaderboard.ScoreStrategyType - Enum Class in dev.getelements.elements.sdk.model.leaderboard
 
Leaderboard.TimeStrategyType - Enum Class in dev.getelements.elements.sdk.model.leaderboard
 
LeaderboardDao - Interface in dev.getelements.elements.sdk.dao
Provides CRUD operations for Leaderboard instances in the database.
LeaderboardNotFoundException - Exception Class in dev.getelements.elements.sdk.model.exception
 
LeaderboardNotFoundException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.LeaderboardNotFoundException
 
LeaderboardNotFoundException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.LeaderboardNotFoundException
 
LeaderboardNotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.LeaderboardNotFoundException
 
LeaderboardNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.LeaderboardNotFoundException
 
LeaderboardNotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.LeaderboardNotFoundException
 
LeaderboardResource - Class in dev.getelements.elements.rest.leaderboard
 
LeaderboardResource() - Constructor for class dev.getelements.elements.rest.leaderboard.LeaderboardResource
 
LeaderboardService - Interface in dev.getelements.elements.sdk.service.leaderboard
Manages instances of Leaderboard.
LeaderboardServiceProvider - Class in dev.getelements.elements.service.leaderboard
 
LeaderboardServiceProvider() - Constructor for class dev.getelements.elements.service.leaderboard.LeaderboardServiceProvider
 
leading(long) - Static method in class dev.getelements.elements.rt.transact.unix.UnixFSDualCounter
Gets the leading value from the the packed long.
LEAVE_AS_IS - Enum constant in enum class dev.getelements.elements.sdk.model.index.IndexOperation
Leave the index as-is.
LEFT - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearProof.Direction
 
length - Variable in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionCommandHeader
The length of the command, in bytes.
LENGTH_BYTES - Static variable in class dev.getelements.elements.dao.mongo.model.MongoFriendshipId
 
lesser(ObjectId, ObjectId) - Static method in class dev.getelements.elements.dao.mongo.model.MongoFriendshipId
 
LIB_DIR - Static variable in interface dev.getelements.elements.sdk.ElementPathLoader
The library directory name.
LineReaderProvider - Class in dev.getelements.elements.setup.provider
 
LineReaderProvider() - Constructor for class dev.getelements.elements.setup.provider.LineReaderProvider
 
LineReaderSecureReader - Class in dev.getelements.elements.setup
 
LineReaderSecureReader(LineReader) - Constructor for class dev.getelements.elements.setup.LineReaderSecureReader
 
link(ResourceId, Path) - Method in interface dev.getelements.elements.rt.IndexContext
Performs the operations of IndexContext.linkAsync(ResourceId, Path, Consumer, Consumer) synchronously.
link(ResourceId, Path) - Method in interface dev.getelements.elements.rt.ResourceService
Given the provided ResourceId, this will create an additional alias for the provided destination Path.
link(ResourceId, Path) - Method in class dev.getelements.elements.rt.transact.TransactionalResourceService
 
link(Path) - Method in class dev.getelements.elements.rt.transact.AbstractResourceEntry
 
link(Path) - Method in interface dev.getelements.elements.rt.transact.ResourceEntry
Links this ResourceEntry for the supplied Path.
linkAsync(ResourceId, Path, Consumer<Void>, Consumer<Throwable>) - Method in interface dev.getelements.elements.rt.IndexContext
Links a single ResourceId to a Path destination.
linkAsync(ResourceId, Path, Consumer<Void>, Consumer<Throwable>) - Method in class dev.getelements.elements.rt.SimpleIndexContext
 
LinkedPublisher<T> - Class in dev.getelements.elements.sdk.util
A non-threadsafe publisher which tracks subscribers in a linked list.
LinkedPublisher() - Constructor for class dev.getelements.elements.sdk.util.LinkedPublisher
 
LinkedPublisher(Logger) - Constructor for class dev.getelements.elements.sdk.util.LinkedPublisher
 
linkExistingResource(ResourceId, Path) - Method in interface dev.getelements.elements.rt.transact.ReadWriteTransaction
Links an existing ResourceId to a new Path, throwing an instance of ResourceNotFoundException if the ResourceId is not known or throwing an instance of DuplicateException if the supplied Path exists.
linkNewResource(ResourceId, Path) - Method in interface dev.getelements.elements.rt.transact.ReadWriteTransaction
Creates a link betweeen a Path and ResourceId, provided that neither already exist.
linkPath(Path, Path) - Method in interface dev.getelements.elements.rt.IndexContext
Performs the operations IndexContext.linkPathAsync(Path, Path, Consumer, Consumer) synchronously.
linkPath(Path, Path) - Method in interface dev.getelements.elements.rt.ResourceService
Given the provided Path, this will create an additional Path alias for the provided source.
linkPath(Path, Path) - Method in class dev.getelements.elements.rt.transact.TransactionalResourceService
 
linkPathAsync(Path, Path, Consumer<Void>, Consumer<Throwable>) - Method in interface dev.getelements.elements.rt.IndexContext
Links a single Path to a Path destination.
linkPathAsync(Path, Path, Consumer<Void>, Consumer<Throwable>) - Method in class dev.getelements.elements.rt.SimpleIndexContext
 
list(Path) - Method in interface dev.getelements.elements.rt.IndexContext
Performs the operations of IndexContext.listAsync(Path, Consumer, Consumer) synchronously.
list(Path) - Method in interface dev.getelements.elements.rt.transact.PathIndex
Lists all associations between Path and ResourceIds.
list(Path) - Method in interface dev.getelements.elements.rt.transact.ReadOnlyTransaction
Returns a Stream<ResourceService.Listing> of all instances reading the current stream.
list(Path) - Method in interface dev.getelements.elements.rt.transact.Snapshot
List all ResourceEntry instances matching the Path.
list(Path) - Method in class dev.getelements.elements.rt.transact.StandardSnapshot
 
list(Path) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSPathIndex
 
list(Path) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
Safely lists the contents of the supplied directory.
ListAggregateRoutingStrategy - Class in dev.getelements.elements.rt.routing
Aggregates all results.
ListAggregateRoutingStrategy() - Constructor for class dev.getelements.elements.rt.routing.ListAggregateRoutingStrategy
 
listAllEntriesByResource() - Method in interface dev.getelements.elements.rt.transact.TaskIndex
Gets all entries in the TaskIndex.
listAllEntriesByResource() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTaskIndex
 
listAllTasks() - Method in interface dev.getelements.elements.rt.transact.TaskIndex
lists all tasks in the TransactionalTask.
listAsync(Path, Consumer<List<IndexContext.Listing>>, Consumer<Throwable>) - Method in interface dev.getelements.elements.rt.IndexContext
Fetches a IndexContext.Listing of all Paths and assocaited ResourceId instances which match the provided Path.
listAsync(Path, Consumer<List<IndexContext.Listing>>, Consumer<Throwable>) - Method in class dev.getelements.elements.rt.SimpleIndexContext
 
listStream(Path) - Method in interface dev.getelements.elements.rt.ResourceService
Returns a Stream<ResourceId> matching the provided Path.
listStream(Path) - Method in class dev.getelements.elements.rt.transact.TransactionalResourceService
 
load() - Method in class dev.getelements.elements.sdk.ElementLoader.Default
 
load() - Method in interface dev.getelements.elements.sdk.ElementLoader
Loads a new instance of the Element without a parent registry.
load(ApplicationElementService.ApplicationElementRecord) - Method in interface dev.getelements.elements.app.serve.loader.Loader
load(ApplicationElementService.ApplicationElementRecord, Element) - Method in class dev.getelements.elements.app.serve.loader.JakartaRsLoader
 
load(ApplicationElementService.ApplicationElementRecord, Element) - Method in class dev.getelements.elements.app.serve.loader.JakartaWebsocketLoader
 
load(ApplicationElementService.ApplicationElementRecord, Element) - Method in interface dev.getelements.elements.app.serve.loader.Loader
Loads the specific Element from the supplied ApplicationElementService.ApplicationElementRecord
load(ResourceId) - Method in interface dev.getelements.elements.rt.transact.Snapshot.Builder
Loads the specified ResourceId into this Snapshot.
load(ResourceId) - Method in class dev.getelements.elements.rt.transact.StandardSnapshotBuilder
 
load(Path) - Method in interface dev.getelements.elements.rt.transact.Snapshot.Builder
Loads the following Path in to this Snapshot.
load(Path) - Method in class dev.getelements.elements.rt.transact.StandardSnapshotBuilder
 
load(MutableElementRegistry) - Method in class dev.getelements.elements.sdk.ElementLoader.Default
 
load(MutableElementRegistry) - Method in interface dev.getelements.elements.sdk.ElementLoader
Loads a new instance of the Element with the supplied ElementRegistry as the parent.
load(MutableElementRegistry) - Method in interface dev.getelements.elements.sdk.ElementPathLoader
Loads all Element into the supplied registry, using the globally configured ELEMENTPATH as the source location.
load(MutableElementRegistry) - Method in class dev.getelements.elements.sdk.spi.DefaultSharedElementLoader
 
load(MutableElementRegistry) - Method in class dev.getelements.elements.sdk.spi.guice.GuiceElementLoader
 
load(MutableElementRegistry, Path) - Method in interface dev.getelements.elements.sdk.ElementPathLoader
Loads all Elements from the supplied Path into the supplied ElementRegistry.
load(MutableElementRegistry, Path, ClassLoader) - Method in interface dev.getelements.elements.sdk.ElementPathLoader
Loads all Elements from the supplied Path into the supplied ElementRegistry.
load(MutableElementRegistry, Path, ClassLoader) - Method in class dev.getelements.elements.sdk.spi.DirectoryElementPathLoader
 
load(InputStream) - Method in interface dev.getelements.elements.rt.ResourceLoader
Loads the Resource from the InputStream in non-verbose mode.
load(InputStream, boolean) - Method in interface dev.getelements.elements.rt.ResourceLoader
Loads a Resource from the supplied InputStream.
load(String, Attributes, Object...) - Method in interface dev.getelements.elements.rt.ResourceLoader
Loads the Resource specified by the supplied module name.
load(String, Object...) - Method in interface dev.getelements.elements.rt.ResourceLoader
Performs the same operation as ResourceLoader.load(String, Attributes, Object...) using Attributes.EMPTY as the specified Attributes.
load(ReadableByteChannel) - Method in interface dev.getelements.elements.rt.ResourceLoader
Loads the Resource from the ReadableByteChannel in non-verbose mode.
load(ReadableByteChannel, boolean) - Method in interface dev.getelements.elements.rt.ResourceLoader
Loads a Resource from the supplied ReadableByteChannel.
loadClass(String, boolean) - Method in class dev.getelements.elements.sdk.local.DelegatingLocalClassLoader
 
loadClass(String, boolean) - Method in class dev.getelements.elements.sdk.spi.ElementClassLoader
 
loader() - Element in annotation interface dev.getelements.elements.sdk.annotation.ElementDefinition
Specifies the ElementLoader used to load this element.
loader() - Method in record class dev.getelements.elements.sdk.record.ElementDefinitionRecord
Returns the value of the loader record component.
Loader - Interface in dev.getelements.elements.app.serve.loader
 
loadHeader(ReadableByteChannel, String) - Static method in class dev.getelements.elements.rt.transact.unix.UnixFSDataHeader
loadIndex() - Method in class dev.getelements.elements.webui.WebUIAngularServlet
 
LoadMonitorService - Interface in dev.getelements.elements.rt
Monitors the load of the local instance and reports information such as CPU load and Memory load.
loadOrGenerate(File) - Static method in class dev.getelements.elements.sdk.cluster.id.InstanceId
Creates a file on disk at the supplied path to hold an InstanceId.
loadOrGenerate(String) - Static method in class dev.getelements.elements.sdk.cluster.id.InstanceId
Creates a file on disk at the supplied path to hold an InstanceId.
loadProperties() - Static method in class dev.getelements.elements.config.DefaultConfigurationSupplier
Loads and returns properties using a variety of fallbacks.
loadProperties(Properties, Path...) - Static method in class dev.getelements.elements.config.DefaultConfigurationSupplier
Loads and accumulates multiple Paths containing the contents Properties.
loadResourceContents() - Method in interface dev.getelements.elements.rt.transact.ResourceEntry
Loads the byte contents of the resource.
loadResourceContents(ResourceId) - Method in interface dev.getelements.elements.rt.transact.ReadOnlyTransaction
Loads the contents of the Resource given the supplied ResourceId.
loadServiceAccountCredentials() - Static method in class dev.getelements.elements.service.FirebaseServiceAccountCredentials
 
LOCAL - Static variable in interface dev.getelements.elements.rt.Context
Used with the Named annotation to designate context types which are local, as in they are not sent via remote invocation.
LOCAL_APPLICATION_NODE_UUID_FILE - Static variable in class dev.getelements.elements.rt.FromDiskInstanceUuidProvider
 
LocalApplicationElementRecord - Record Class in dev.getelements.elements.sdk.local
Represents a local application element record.
LocalApplicationElementRecord(String, String, Attributes) - Constructor for record class dev.getelements.elements.sdk.local.LocalApplicationElementRecord
Creates an instance of a LocalApplicationElementRecord record class.
LocalApplicationElementServiceModule - Class in dev.getelements.elements.sdk.local
 
LocalElementRegistrySupplier - Class in dev.getelements.elements.sdk.local
 
LocalElementRegistrySupplier() - Constructor for class dev.getelements.elements.sdk.local.LocalElementRegistrySupplier
 
LocalInvocationDispatcher - Interface in dev.getelements.elements.rt.remote
Dispatches Invocation instances to the objects in the container, collects the result, and relays any errors.
LocalInvocationProcessor - Interface in dev.getelements.elements.rt.remote
Implements the strategy by which the Invocation is dispatched to the local Object in memory.
LocalInvocationProcessor.ReturnValueStrategy - Interface in dev.getelements.elements.rt.remote
If the Method called from the Invocation returns a Future instance, this may defined a strategy for handling the result.
LocalInvocationProcessorBuilder - Class in dev.getelements.elements.rt.remote
Inspects the attributes, parameters, and annotations of a specific Method to build an instance of LocalInvocationDispatcher to dispatch Invocation instances to a local object in memory.
LocalInvocationProcessorBuilder(RemoteScope, Class<?>, String, List<String>) - Constructor for class dev.getelements.elements.rt.remote.LocalInvocationProcessorBuilder
 
LOCK_FILE_NAME - Static variable in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
 
LockSetService - Interface in dev.getelements.elements.rt
Locks a set of objects based on their identity in a consistent and order ensuring no deadlocks when having to acquire multiple locks.
lockStorageRoot() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
Writes a lock file in the storage root, throwing a FatalException if there is already a lock file.
log() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQCommandServer
 
log() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQDemultiplexRouter
 
log() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQMultiplexRouter
 
log(Supplier<InputStream>, Consumer<String>) - Method in class dev.getelements.elements.dao.mongo.test.CliMongoTestInstance
 
LOG_BASE - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearCostType
 
LOG_BYTE - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearCostType
 
logException(Throwable) - Method in class dev.getelements.elements.sdk.util.AbstractPublisher
 
logger - Variable in class dev.getelements.elements.sdk.util.AbstractPublisher
 
logger - Static variable in interface dev.getelements.elements.sdk.util.FinallyAction
The default Logger used by FinallyAction instances.
logger() - Method in interface dev.getelements.elements.sdk.util.security.HeaderOptionalSupplier
Gets the Logger used by this instance.
logStatus() - Method in interface dev.getelements.elements.rt.LockSetService
Logs the status of the LockSetService.
logStatus() - Method in class dev.getelements.elements.rt.WeakReferenceLockSetService
 
logVersion() - Static method in class dev.getelements.elements.service.version.BuildPropertiesVersionService
 
LOWER - Enum constant in enum class dev.getelements.elements.sdk.util.Hex.Case
Lower case.
LOWER_CAMEL - Enum constant in enum class dev.getelements.elements.rt.annotation.CaseFormat
See CaseFormat.LOWER_CAMEL
LOWER_HYPHEN - Enum constant in enum class dev.getelements.elements.rt.annotation.CaseFormat
See CaseFormat.LOWER_HYPHEN
LOWER_UNDERSCORE - Enum constant in enum class dev.getelements.elements.rt.annotation.CaseFormat
See CaseFormat.LOWER_UNDERSCORE

M

main(String[]) - Static method in class appnode
 
main(String[]) - Static method in class dev.getelements.elements.appnode.ApplicationNodeMain
 
main(String[]) - Static method in class dev.getelements.elements.dao.mongo.test.BooleanQueryTest
 
main(String[]) - Static method in class dev.getelements.elements.dao.mongo.test.StandaloneMongoTest
 
main(String[]) - Static method in class dev.getelements.elements.jetty.ElementsMain
 
main(String[]) - Static method in class dev.getelements.elements.rt.fst.FSTPayloadReader
 
main(String[]) - Static method in class dev.getelements.elements.rt.kryo.KryoInstance
 
main(String[]) - Static method in class dev.getelements.elements.setup.Setup
 
main(String[]) - Static method in class jettyws
 
main(String[]) - Static method in class setup
 
MAIN_HANDLER - Static variable in class dev.getelements.elements.jetty.ElementsWebServices
 
makeMockProfile(User, Application) - Method in class dev.getelements.elements.dao.mongo.test.ProfileTestFactory
 
MalformedMessageException - Exception Class in dev.getelements.elements.rt.remote
 
MalformedMessageException() - Constructor for exception class dev.getelements.elements.rt.remote.MalformedMessageException
 
MalformedMessageException(String) - Constructor for exception class dev.getelements.elements.rt.remote.MalformedMessageException
 
MalformedMessageException(String, Throwable) - Constructor for exception class dev.getelements.elements.rt.remote.MalformedMessageException
 
MalformedMessageException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.rt.remote.MalformedMessageException
 
MalformedMessageException(Throwable) - Constructor for exception class dev.getelements.elements.rt.remote.MalformedMessageException
 
MANIFEST_NOT_FOUND - Enum constant in enum class dev.getelements.elements.rt.ResponseCode
Indicates that the manifest was not found.
MANIFEST_PAYLOAD_READER - Static variable in class dev.getelements.elements.rt.SimpleJsonRpcManifestService
 
ManifestContext - Interface in dev.getelements.elements.rt
Loads the various manifest types over the network to be used by dependent services.
ManifestLoader - Interface in dev.getelements.elements.rt
Created by patricktwohig on 8/14/17.
ManifestNotFoundException - Exception Class in dev.getelements.elements.rt.exception
Created by patricktwohig on 8/15/17.
ManifestNotFoundException() - Constructor for exception class dev.getelements.elements.rt.exception.ManifestNotFoundException
 
ManifestNotFoundException(String) - Constructor for exception class dev.getelements.elements.rt.exception.ManifestNotFoundException
 
ManifestNotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.ManifestNotFoundException
 
ManifestNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.rt.exception.ManifestNotFoundException
 
ManifestNotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.ManifestNotFoundException
 
MANUAL - Enum constant in enum class dev.getelements.elements.rt.ResumeReason
The coroutine was manually resumed.
map(BaseException) - Static method in class dev.getelements.elements.exception.StatusMapping
 
map(Function<KeySpecT, OtherKeySpecT>) - Method in class dev.getelements.elements.sdk.model.security.PemData
Maps this PemData to another type.
map(Function<T, U>) - Method in interface dev.getelements.elements.rt.remote.AsyncControlClient.Response
Maps this AsyncControlClient.Response to the new type using the supplied Function<T,U>
map(Function<T, U>) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSCircularBlockBuffer.Slice
Flat maps this UnixFSCircularBlockBuffer.Slice<T> by applying the supplied mapper, and returning a new instance of
map(SourceT, DestinationT) - Method in interface dev.getelements.elements.sdk.model.util.MapperRegistry
Maps the source Object into the supplied destination Object, mutating the destination while preserving the source w/o modification.
map(SourceT, Class<DestinationT>) - Method in interface dev.getelements.elements.sdk.model.util.MapperRegistry
Maps instances of one type to another.
MapperException - Exception Class in dev.getelements.elements.sdk.model.exception
 
MapperException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.MapperException
 
MapperException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.MapperException
 
MapperException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.MapperException
 
MapperException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.MapperException
 
MapperException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.MapperException
 
MapperRegistry - Interface in dev.getelements.elements.sdk.model.util
Maps instances of one type to another.
MapperRegistry.Mapper<SourceT,DestinationT> - Interface in dev.getelements.elements.sdk.model.util
 
MapperRegistry.ReversibleMapper<SourceT,DestinationT> - Interface in dev.getelements.elements.sdk.model.util
Represents a mapping between two types.
MapperRegistry.ReversibleUpdater<SourceT,DestinationT> - Interface in dev.getelements.elements.sdk.model.util
Represents a mapping between two types.
MapperRegistry.Updater<SourceT,DestinationT> - Interface in dev.getelements.elements.sdk.model.util
 
mappers() - Method in interface dev.getelements.elements.sdk.model.util.MapperRegistry
Gets all the mappers registered in this registry.
mappers() - Method in class dev.getelements.elements.sdk.model.util.SimpleMapperRegistry
 
MappingKey(Class<?>, Class<?>) - Constructor for record class dev.getelements.elements.sdk.model.util.SimpleMapperRegistry.MappingKey
Creates an instance of a MappingKey record class.
mapSchema(EditorSchema, MetadataSpec) - Method in class dev.getelements.elements.service.util.EditorSchemaMapper
 
MapstructMapperRegistryBuilder - Class in dev.getelements.elements.common.util.mapstruct
 
MapstructMapperRegistryBuilder() - Constructor for class dev.getelements.elements.common.util.mapstruct.MapstructMapperRegistryBuilder
 
markTombstone(Path) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
Marks the supplied Path as a tombstone.
MASTER_NODE_NAME - Static variable in interface dev.getelements.elements.rt.remote.Node
Designates a master/control Node.
MASTER_SCOPE - Static variable in annotation interface dev.getelements.elements.rt.annotation.RemoteScope
The master node scope.
MasterNodeLifecycle - Class in dev.getelements.elements.rt.remote
 
MasterNodeLifecycle() - Constructor for class dev.getelements.elements.rt.remote.MasterNodeLifecycle
 
MasterNodeLocalInvocationDispatcher - Class in dev.getelements.elements.rt.remote
Deprecated.
This needs to be replaced with a dispatch to an Element via ElementRegistry
MasterNodeLocalInvocationDispatcher() - Constructor for class dev.getelements.elements.rt.remote.MasterNodeLocalInvocationDispatcher
Deprecated.
 
MasterNodeModule - Class in dev.getelements.elements.appnode.guice
 
MasterNodeModule() - Constructor for class dev.getelements.elements.appnode.guice.MasterNodeModule
 
Match - Class in dev.getelements.elements.sdk.model.match
Created by patricktwohig on 7/18/17.
Match() - Constructor for class dev.getelements.elements.sdk.model.match.Match
 
MATCH_EXPIRATION_SECONDS - Static variable in class dev.getelements.elements.dao.mongo.model.match.MongoMatch
The amount of seconds a Match This is set to something considerably larger than what will ever be practically necessary, but allows clients to read a history of the associated MongoMatch in order to sync state appropriately.
MatchDao - Interface in dev.getelements.elements.sdk.dao
Created by patricktwohig on 7/20/17.
matches(Path) - Method in class dev.getelements.elements.sdk.cluster.path.ParameterizedPath
Checks if this ParameterizedPath matches the supplied Path.
matches(Path) - Method in class dev.getelements.elements.sdk.cluster.path.Path
Checks if this path matches the other path.
matches(Path, Path) - Static method in class dev.getelements.elements.sdk.cluster.path.Path
Checks if two paths match.
matches(Application) - Method in record class dev.getelements.elements.sdk.local.LocalApplicationElementRecord
 
matches(Query<QueryT>, String) - Method in interface dev.getelements.elements.dao.mongo.query.BooleanQueryOperator
 
matches(Query<QueryT>, String) - Method in class dev.getelements.elements.dao.mongo.query.NameBooleanQueryOperator
 
matches(Query<QueryT>, String) - Method in class dev.getelements.elements.dao.mongo.query.ReferenceBooleanQueryOperator
 
Matchmaker - Interface in dev.getelements.elements.sdk.dao
Created by patricktwohig on 7/27/17.
Matchmaker.SuccessfulMatchTuple - Interface in dev.getelements.elements.sdk.dao
Combines a Match for both a player and an opponent.
MatchmakingApplicationConfiguration - Class in dev.getelements.elements.sdk.model.application
 
MatchmakingApplicationConfiguration() - Constructor for class dev.getelements.elements.sdk.model.application.MatchmakingApplicationConfiguration
 
MatchmakingApplicationConfigurationResource - Class in dev.getelements.elements.rest.application
 
MatchmakingApplicationConfigurationResource() - Constructor for class dev.getelements.elements.rest.application.MatchmakingApplicationConfigurationResource
 
MatchmakingApplicationConfigurationService - Interface in dev.getelements.elements.sdk.service.application
 
MatchmakingConfigurationServiceProvider - Class in dev.getelements.elements.service.application
 
MatchmakingConfigurationServiceProvider() - Constructor for class dev.getelements.elements.service.application.MatchmakingConfigurationServiceProvider
 
MatchResource - Class in dev.getelements.elements.rest.matchmaking
Manages match resources Created by patricktwohig on 7/18/17.
MatchResource() - Constructor for class dev.getelements.elements.rest.matchmaking.MatchResource
 
MatchService - Interface in dev.getelements.elements.sdk.service.match
Manages instances of Match.
MatchServiceProvider - Class in dev.getelements.elements.service.match
Provider for the MatchService.
MatchServiceProvider() - Constructor for class dev.getelements.elements.service.match.MatchServiceProvider
 
MatchServiceUtils - Interface in dev.getelements.elements.sdk.service.match
A type that assists the services classes in paring players.
MAX_LINE_LENGTH - Static variable in class dev.getelements.elements.sdk.model.security.PemData
 
MAX_SOCKETS - Static variable in class dev.getelements.elements.rt.jeromq.ZContextProvider
 
MAXIMUM_CONNECTIONS - Static variable in class dev.getelements.elements.test.JeroMQEmbeddedInstanceContainer
 
MDC_HTTP_REQUEST - Static variable in interface dev.getelements.elements.rt.Constants
The MDC Context key for the HTTP request.
message() - Element in annotation interface dev.getelements.elements.sdk.model.annotation.PemFile
 
message() - Element in annotation interface dev.getelements.elements.sdk.model.schema.ValidProperties
 
message() - Element in annotation interface dev.getelements.elements.sdk.model.ValidWithGroups
Get message generated when the annotation fails.
message(String) - Method in interface dev.getelements.elements.sdk.service.notification.NotificationBuilder
Specifies the text to send along with the Notification.
message(String) - Method in class dev.getelements.elements.service.notification.StandardNotificationBuilder
 
Message - Class in dev.getelements.elements.sdk.test.element.rs
 
Message() - Constructor for class dev.getelements.elements.sdk.test.element.rs.Message
 
MessageEndpoint - Class in dev.getelements.elements.sdk.test.element.rs
 
MessageEndpoint() - Constructor for class dev.getelements.elements.sdk.test.element.rs.MessageEndpoint
 
MessageType - Enum Class in dev.getelements.elements.rt.remote
 
MetadataSpec - Class in dev.getelements.elements.sdk.model.schema
 
MetadataSpec() - Constructor for class dev.getelements.elements.sdk.model.schema.MetadataSpec
 
MetadataSpecBuilder - Class in dev.getelements.elements.sdk.model.util
 
MetadataSpecBuilder() - Constructor for class dev.getelements.elements.sdk.model.util.MetadataSpecBuilder
 
MetadataSpecBuilder(MetadataSpec) - Constructor for class dev.getelements.elements.sdk.model.util.MetadataSpecBuilder
 
MetadataSpecBuilder.PropertiesBuilder<ParentT> - Class in dev.getelements.elements.sdk.model.util
 
MetadataSpecBuilder.PropertyBuilder<ParentT> - Class in dev.getelements.elements.sdk.model.util
 
MetadataSpecDao - Interface in dev.getelements.elements.sdk.dao
Created by garrettmcspadden on 11/23/21.
MetadataSpecNotFoundException - Exception Class in dev.getelements.elements.sdk.model.exception.schema
 
MetadataSpecNotFoundException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.schema.MetadataSpecNotFoundException
 
MetadataSpecNotFoundException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.schema.MetadataSpecNotFoundException
 
MetadataSpecNotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.schema.MetadataSpecNotFoundException
 
MetadataSpecNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.schema.MetadataSpecNotFoundException
 
MetadataSpecNotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.schema.MetadataSpecNotFoundException
 
MetadataSpecPagination - Class in dev.getelements.elements.rest.test.model
 
MetadataSpecPagination() - Constructor for class dev.getelements.elements.rest.test.model.MetadataSpecPagination
 
MetadataSpecPropertiesContainer - Interface in dev.getelements.elements.sdk.model.schema
An interface for a type which has metadata spec properties.
MetadataSpecProperty - Class in dev.getelements.elements.sdk.model.schema
 
MetadataSpecProperty() - Constructor for class dev.getelements.elements.sdk.model.schema.MetadataSpecProperty
 
metadataSpecPropertyListToMongoMetadataSpecPropertyList(List<MetadataSpecProperty>) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
metadataSpecPropertyToMongoMetadataSpecProperty(MetadataSpecProperty) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
MetadataSpecPropertyType - Enum Class in dev.getelements.elements.sdk.model.schema
The field type of the field inside MetadataSpec
MetadataSpecResource - Class in dev.getelements.elements.rest.schema
Created by tuantran on 04/12/22.
MetadataSpecResource() - Constructor for class dev.getelements.elements.rest.schema.MetadataSpecResource
 
MetadataSpecService - Interface in dev.getelements.elements.sdk.service.schema
Manages instances of MetadataSpec.
MetadataSpecServiceProvider - Class in dev.getelements.elements.service.schema
 
MetadataSpecServiceProvider() - Constructor for class dev.getelements.elements.service.schema.MetadataSpecServiceProvider
 
MetadataSpecTestFactory - Class in dev.getelements.elements.dao.mongo.test
 
MetadataSpecTestFactory() - Constructor for class dev.getelements.elements.dao.mongo.test.MetadataSpecTestFactory
 
MetaFilter - Class in org.eclipse.jgit.http.server.glue
Generic container filter to manage routing to different pipelines.
MetaFilter() - Constructor for class org.eclipse.jgit.http.server.glue.MetaFilter
Empty filter with no bindings.
MetaServlet - Class in org.eclipse.jgit.http.server.glue
Generic container servlet to manage routing to different pipelines.
MetaServlet() - Constructor for class org.eclipse.jgit.http.server.glue.MetaServlet
Empty servlet with no bindings.
MetaServlet(MetaFilter) - Constructor for class org.eclipse.jgit.http.server.glue.MetaServlet
Initialize a servlet wrapping a filter.
method() - Method in record class dev.getelements.elements.sdk.query.MethodCallbackRecord
Returns the value of the method record component.
method() - Method in record class dev.getelements.elements.sdk.record.ElementEventConsumerRecord
Returns the value of the method record component.
METHOD_NOT_FOUND - Enum constant in enum class dev.getelements.elements.rt.ResponseCode
A particular method could not be found at the requested path.
METHOD_NOT_FOUND - Static variable in class dev.getelements.elements.rt.jrpc.JsonRpcError
 
MethodAssignment<NextT> - Interface in dev.getelements.elements.rt.remote
Assigns the previous action to a particular Method.
MethodCallbackRecord<ServiceT> - Record Class in dev.getelements.elements.sdk.query
A simple Callback for a specific Method.
MethodCallbackRecord(ServiceT, Method) - Constructor for record class dev.getelements.elements.sdk.query.MethodCallbackRecord
Creates an instance of a MethodCallbackRecord record class.
methodCaseFormat() - Element in annotation interface dev.getelements.elements.rt.annotation.CodeStyle
When exposing this module to the other language this will specify the case conversion to apply when generating the method bindings.
MethodDispatcher - Interface in dev.getelements.elements.rt
Dispatches invocations of methods against Resource instances.
MethodEventRecord(String, List<Object>) - Constructor for record class dev.getelements.elements.sdk.test.element.TestService.MethodEventRecord
Creates an instance of a MethodEventRecord record class.
methodName() - Method in record class dev.getelements.elements.sdk.query.ElementCallbackQuery
Returns the value of the methodName record component.
MethodNotFoundException - Exception Class in dev.getelements.elements.rt.exception
Created by patricktwohig on 8/14/17.
MethodNotFoundException() - Constructor for exception class dev.getelements.elements.rt.exception.MethodNotFoundException
 
MethodNotFoundException(String) - Constructor for exception class dev.getelements.elements.rt.exception.MethodNotFoundException
 
MethodNotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.MethodNotFoundException
 
MethodNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.rt.exception.MethodNotFoundException
 
MethodNotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.MethodNotFoundException
 
MethodOverrideFilter - Class in dev.getelements.elements.sdk.jakarta.rs
Provides support for X-Http-Method-Override.
MethodOverrideFilter() - Constructor for class dev.getelements.elements.sdk.jakarta.rs.MethodOverrideFilter
 
methodPrefix() - Element in annotation interface dev.getelements.elements.rt.annotation.CodeStyle
Indicates the method name prefix.
methods(Class<?>) - Static method in class dev.getelements.elements.rt.Reflection
Streams a Methods in a Class.
MINIMUM_CONNECTIONS - Static variable in class dev.getelements.elements.test.JeroMQEmbeddedInstanceContainer
 
MINT_FAILED - Enum constant in enum class dev.getelements.elements.sdk.model.BlockchainConstants.MintStatus
 
MINT_PENDING - Enum constant in enum class dev.getelements.elements.sdk.model.BlockchainConstants.MintStatus
 
MINTED - Enum constant in enum class dev.getelements.elements.sdk.model.BlockchainConstants.MintStatus
 
MintTokenRequest - Class in dev.getelements.elements.sdk.model.blockchain
Deprecated.
MintTokenRequest() - Constructor for class dev.getelements.elements.sdk.model.blockchain.MintTokenRequest
Deprecated.
 
Mission - Class in dev.getelements.elements.sdk.model.mission
Represents a mission.
Mission() - Constructor for class dev.getelements.elements.sdk.model.mission.Mission
 
MISSION_PROGRESS_PROGRESS_KEY - Static variable in class dev.getelements.elements.sdk.model.reward.RewardIssuance
 
MISSION_PROGRESS_SOURCE - Static variable in class dev.getelements.elements.sdk.model.reward.RewardIssuance
 
MISSION_PROGRESS_STEP_KEY - Static variable in class dev.getelements.elements.sdk.model.reward.RewardIssuance
 
missionDao - Variable in class dev.getelements.elements.service.mission.AnonMissionService
 
MissionDao - Interface in dev.getelements.elements.sdk.dao
Created by davidjbrooks on 11/24/18.
missionListToMongoMissionList(List<Mission>) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
MissionNotFoundException - Exception Class in dev.getelements.elements.sdk.model.exception.mission
 
MissionNotFoundException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.mission.MissionNotFoundException
 
MissionNotFoundException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.mission.MissionNotFoundException
 
MissionNotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.mission.MissionNotFoundException
 
MissionNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.mission.MissionNotFoundException
 
MissionNotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.mission.MissionNotFoundException
 
MissionResource - Class in dev.getelements.elements.rest.mission
 
MissionResource() - Constructor for class dev.getelements.elements.rest.mission.MissionResource
 
MissionService - Interface in dev.getelements.elements.sdk.service.mission
 
MissionServiceProvider - Class in dev.getelements.elements.service.mission
Created by davidjbrooks on 11/27/2018.
MissionServiceProvider() - Constructor for class dev.getelements.elements.service.mission.MissionServiceProvider
 
MissionTestFactory - Class in dev.getelements.elements.dao.mongo.test
 
MissionTestFactory() - Constructor for class dev.getelements.elements.dao.mongo.test.MissionTestFactory
 
MOCK_SESSION_TIMEOUT_SECONDS - Static variable in interface dev.getelements.elements.sdk.service.Constants
Used to specify the mock session timeout.
MockSessionCreation - Class in dev.getelements.elements.sdk.model.session
 
MockSessionCreation() - Constructor for class dev.getelements.elements.sdk.model.session.MockSessionCreation
 
MockSessionRequest - Class in dev.getelements.elements.sdk.model.session
 
MockSessionRequest() - Constructor for class dev.getelements.elements.sdk.model.session.MockSessionRequest
 
MockSessionResource - Class in dev.getelements.elements.rest.security
 
MockSessionResource() - Constructor for class dev.getelements.elements.rest.security.MockSessionResource
 
MockSessionService - Interface in dev.getelements.elements.sdk.service.auth
Manages instances of mock session.
MockSessionServiceProvider - Class in dev.getelements.elements.service.auth
 
MockSessionServiceProvider() - Constructor for class dev.getelements.elements.service.auth.MockSessionServiceProvider
 
Model - Class in dev.getelements.elements.rt.manifest.model
Created by patricktwohig on 8/16/17.
Model() - Constructor for class dev.getelements.elements.rt.manifest.model.Model
 
MODEL_NOT_FOUND - Enum constant in enum class dev.getelements.elements.rt.ResponseCode
A particular service could not be found at the requested path.
MODEL_PAYLOAD_READER - Static variable in class dev.getelements.elements.rt.SimpleModelManifestService
 
ModelIntrospector - Interface in dev.getelements.elements.rt.manifest.model
Introspects models based on the underlying serialization configuration.
ModelManifest - Class in dev.getelements.elements.rt.manifest.model
Created by patricktwohig on 8/16/17.
ModelManifest() - Constructor for class dev.getelements.elements.rt.manifest.model.ModelManifest
 
ModelManifestResource - Class in dev.getelements.elements.jrpc
 
ModelManifestResource() - Constructor for class dev.getelements.elements.jrpc.ModelManifestResource
 
ModelManifestService - Interface in dev.getelements.elements.rt
Loads the ModelManifest.
ModelNotFoundException - Exception Class in dev.getelements.elements.rt.exception
 
ModelNotFoundException() - Constructor for exception class dev.getelements.elements.rt.exception.ModelNotFoundException
 
ModelNotFoundException(String) - Constructor for exception class dev.getelements.elements.rt.exception.ModelNotFoundException
 
ModelNotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.ModelNotFoundException
 
ModelNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.rt.exception.ModelNotFoundException
 
ModelNotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.ModelNotFoundException
 
ModelPermittedPackages - Class in dev.getelements.elements.sdk.model
 
ModelPermittedPackages() - Constructor for class dev.getelements.elements.sdk.model.ModelPermittedPackages
 
ModelPermittedTypes - Class in dev.getelements.elements.sdk.model
 
ModelPermittedTypes() - Constructor for class dev.getelements.elements.sdk.model.ModelPermittedTypes
 
modify(Query<ModelT>) - Method in class dev.getelements.elements.dao.mongo.UpdateBuilder
Builds the Modify from the supplied Query.
MODULE_NOT_FOUND - Enum constant in enum class dev.getelements.elements.rt.ResponseCode
A module was not found by the resource loader
ModuleDefaults - Interface in dev.getelements.elements.config
Deprecated.
ModuleDefinition - Annotation Interface in dev.getelements.elements.rt.annotation
Defines an exposed module.
ModuleNotFoundException - Exception Class in dev.getelements.elements.rt.exception
 
ModuleNotFoundException() - Constructor for exception class dev.getelements.elements.rt.exception.ModuleNotFoundException
 
ModuleNotFoundException(String) - Constructor for exception class dev.getelements.elements.rt.exception.ModuleNotFoundException
 
ModuleNotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.ModuleNotFoundException
 
ModuleNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.rt.exception.ModuleNotFoundException
 
ModuleNotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.ModuleNotFoundException
 
MONGO_CLIENT_URI - Static variable in class dev.getelements.elements.dao.mongo.provider.MongoClientProvider
 
MONGO_CLIENT_URI - Static variable in class dev.getelements.elements.dao.mongo.test.IntegrationTestModule
 
MongoAccessPermissions - Class in dev.getelements.elements.dao.mongo.model.largeobject
 
MongoAccessPermissions() - Constructor for class dev.getelements.elements.dao.mongo.model.largeobject.MongoAccessPermissions
 
MongoAppleIapReceipt - Class in dev.getelements.elements.dao.mongo.model
 
MongoAppleIapReceipt() - Constructor for class dev.getelements.elements.dao.mongo.model.MongoAppleIapReceipt
 
MongoAppleIapReceiptDao - Class in dev.getelements.elements.dao.mongo
 
MongoAppleIapReceiptDao() - Constructor for class dev.getelements.elements.dao.mongo.MongoAppleIapReceiptDao
 
MongoAppleSignInSession - Class in dev.getelements.elements.dao.mongo.model
 
MongoAppleSignInSession() - Constructor for class dev.getelements.elements.dao.mongo.model.MongoAppleSignInSession
 
MongoApplication - Class in dev.getelements.elements.dao.mongo.model.application
Created by patricktwohig on 7/10/15.
MongoApplication() - Constructor for class dev.getelements.elements.dao.mongo.model.application.MongoApplication
 
MongoApplicationConfiguration - Class in dev.getelements.elements.dao.mongo.model.application
Created by patricktwohig on 7/10/15.
MongoApplicationConfiguration() - Constructor for class dev.getelements.elements.dao.mongo.model.application.MongoApplicationConfiguration
 
MongoApplicationConfigurationDao - Class in dev.getelements.elements.dao.mongo.application
Created by patricktwohig on 7/13/15.
MongoApplicationConfigurationDao() - Constructor for class dev.getelements.elements.dao.mongo.application.MongoApplicationConfigurationDao
 
MongoApplicationConfigurationMapper - Interface in dev.getelements.elements.dao.mongo.mapper
 
MongoApplicationConfigurationMapperImpl - Class in dev.getelements.elements.dao.mongo.mapper
 
MongoApplicationConfigurationMapperImpl() - Constructor for class dev.getelements.elements.dao.mongo.mapper.MongoApplicationConfigurationMapperImpl
 
MongoApplicationDao - Class in dev.getelements.elements.dao.mongo.application
Created by patricktwohig on 7/10/15.
MongoApplicationDao() - Constructor for class dev.getelements.elements.dao.mongo.application.MongoApplicationDao
 
MongoApplicationMapper - Interface in dev.getelements.elements.dao.mongo.mapper
 
MongoApplicationMapperImpl - Class in dev.getelements.elements.dao.mongo.mapper
 
MongoApplicationMapperImpl() - Constructor for class dev.getelements.elements.dao.mongo.mapper.MongoApplicationMapperImpl
 
MongoAuthScheme - Class in dev.getelements.elements.dao.mongo.model.auth
 
MongoAuthScheme() - Constructor for class dev.getelements.elements.dao.mongo.model.auth.MongoAuthScheme
 
MongoAuthSchemeDao - Class in dev.getelements.elements.dao.mongo.auth
 
MongoAuthSchemeDao() - Constructor for class dev.getelements.elements.dao.mongo.auth.MongoAuthSchemeDao
 
MongoBscSmartContract - Class in dev.getelements.elements.dao.mongo.model.blockchain
 
MongoBscSmartContract() - Constructor for class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscSmartContract
 
MongoBscToken - Class in dev.getelements.elements.dao.mongo.model.blockchain
 
MongoBscToken() - Constructor for class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscToken
 
MongoBscWallet - Class in dev.getelements.elements.dao.mongo.model.blockchain
 
MongoBscWallet() - Constructor for class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscWallet
 
MongoCallbackDefinition - Class in dev.getelements.elements.dao.mongo.model.application
 
MongoCallbackDefinition - Class in dev.getelements.elements.dao.mongo.model
 
MongoCallbackDefinition() - Constructor for class dev.getelements.elements.dao.mongo.model.application.MongoCallbackDefinition
 
MongoCallbackDefinition() - Constructor for class dev.getelements.elements.dao.mongo.model.MongoCallbackDefinition
 
MongoCallbackDefinitionMapper - Interface in dev.getelements.elements.dao.mongo.mapper
 
MongoCallbackDefinitionMapperImpl - Class in dev.getelements.elements.dao.mongo.mapper
 
MongoCallbackDefinitionMapperImpl() - Constructor for class dev.getelements.elements.dao.mongo.mapper.MongoCallbackDefinitionMapperImpl
 
MongoClientProvider - Class in dev.getelements.elements.dao.mongo.provider
Created by patricktwohig on 4/3/15.
MongoClientProvider() - Constructor for class dev.getelements.elements.dao.mongo.provider.MongoClientProvider
 
MongoConcurrentUtils - Class in dev.getelements.elements.dao.mongo
A class that helps reduce the boilerplate code when atomic operations are necessary.
MongoConcurrentUtils() - Constructor for class dev.getelements.elements.dao.mongo.MongoConcurrentUtils
 
MongoConcurrentUtils.ConflictException - Exception Class in dev.getelements.elements.dao.mongo
Thrown when there is too much contention over a particular resource.
MongoConcurrentUtils.ContentionException - Exception Class in dev.getelements.elements.dao.mongo
Thrown when the operation fails.
MongoConcurrentUtils.CriticalOperation<ReturnT> - Interface in dev.getelements.elements.dao.mongo
A basic a atomic operation.
MongoConcurrentUtils.OptimistcException - Exception Class in dev.getelements.elements.dao.mongo
General exception type for a failure of an Optimistic operation.
MongoConstants - Interface in dev.getelements.elements.dao.mongo
 
MongoCoreModule - Class in dev.getelements.elements.dao.mongo.guice
Created by patricktwohig on 6/29/17.
MongoCoreModule() - Constructor for class dev.getelements.elements.dao.mongo.guice.MongoCoreModule
 
MongoDaoElementModule - Class in dev.getelements.elements.dao.mongo.guice
 
MongoDaoElementModule() - Constructor for class dev.getelements.elements.dao.mongo.guice.MongoDaoElementModule
 
MongoDaoModule - Class in dev.getelements.elements.dao.mongo.guice
Configures any Mongo-specific system properties.
MongoDaoModule() - Constructor for class dev.getelements.elements.dao.mongo.guice.MongoDaoModule
 
MongoDaoModuleDefaults - Class in dev.getelements.elements.dao.mongo
Created by patricktwohig on 5/25/17.
MongoDaoModuleDefaults() - Constructor for class dev.getelements.elements.dao.mongo.MongoDaoModuleDefaults
 
MongoDatabaseHealthStatusDao - Class in dev.getelements.elements.dao.mongo.health
 
MongoDatabaseHealthStatusDao() - Constructor for class dev.getelements.elements.dao.mongo.health.MongoDatabaseHealthStatusDao
 
MongoDatabaseProvider - Class in dev.getelements.elements.dao.mongo.provider
Created by patricktwohig on 5/17/15.
MongoDatabaseProvider() - Constructor for class dev.getelements.elements.dao.mongo.provider.MongoDatabaseProvider
 
MongoDatastoreProvider - Class in dev.getelements.elements.dao.mongo.provider
Created by patricktwohig on 5/8/15.
MongoDatastoreProvider() - Constructor for class dev.getelements.elements.dao.mongo.provider.MongoDatastoreProvider
 
MongoDBMapper - Interface in dev.getelements.elements.dao.mongo.mapper
Deprecated.
This is a bit of a "god type" and should be broken up into smaller mappers.
MongoDBMapperImpl - Class in dev.getelements.elements.dao.mongo.mapper
Deprecated.
MongoDBMapperImpl() - Constructor for class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
MongoDBUtils - Class in dev.getelements.elements.dao.mongo
Some helper methods used in various parts of the MongoDB code.
MongoDBUtils() - Constructor for class dev.getelements.elements.dao.mongo.MongoDBUtils
 
MongoDeployment - Class in dev.getelements.elements.dao.mongo.model
 
MongoDeployment() - Constructor for class dev.getelements.elements.dao.mongo.model.MongoDeployment
 
MongoDeploymentDao - Class in dev.getelements.elements.dao.mongo
 
MongoDeploymentDao() - Constructor for class dev.getelements.elements.dao.mongo.MongoDeploymentDao
 
MongoDistinctInventoryItem - Class in dev.getelements.elements.dao.mongo.model.goods
 
MongoDistinctInventoryItem() - Constructor for class dev.getelements.elements.dao.mongo.model.goods.MongoDistinctInventoryItem
 
MongoDistinctInventoryItemDao - Class in dev.getelements.elements.dao.mongo.goods
 
MongoDistinctInventoryItemDao() - Constructor for class dev.getelements.elements.dao.mongo.goods.MongoDistinctInventoryItemDao
 
MongoDistinctInventoryItemIndexable - Class in dev.getelements.elements.dao.mongo.goods
 
MongoDistinctInventoryItemIndexable() - Constructor for class dev.getelements.elements.dao.mongo.goods.MongoDistinctInventoryItemIndexable
 
MongoDozerMapperProvider - Class in dev.getelements.elements.dao.mongo.provider
Created by patricktwohig on 5/25/17.
MongoDozerMapperProvider() - Constructor for class dev.getelements.elements.dao.mongo.provider.MongoDozerMapperProvider
 
MongoElementServiceReference - Class in dev.getelements.elements.dao.mongo.model.application
 
MongoElementServiceReference() - Constructor for class dev.getelements.elements.dao.mongo.model.application.MongoElementServiceReference
 
MongoElementServiceReferenceMapper - Interface in dev.getelements.elements.dao.mongo.mapper
 
MongoElementServiceReferenceMapperImpl - Class in dev.getelements.elements.dao.mongo.mapper
 
MongoElementServiceReferenceMapperImpl() - Constructor for class dev.getelements.elements.dao.mongo.mapper.MongoElementServiceReferenceMapperImpl
 
MongoFacebookApplicationConfiguration - Class in dev.getelements.elements.dao.mongo.model.application
Created by patricktwohig on 6/15/17.
MongoFacebookApplicationConfiguration() - Constructor for class dev.getelements.elements.dao.mongo.model.application.MongoFacebookApplicationConfiguration
 
MongoFacebookApplicationConfigurationMapper - Interface in dev.getelements.elements.dao.mongo.mapper
 
MongoFacebookApplicationConfigurationMapperImpl - Class in dev.getelements.elements.dao.mongo.mapper
 
MongoFacebookApplicationConfigurationMapperImpl() - Constructor for class dev.getelements.elements.dao.mongo.mapper.MongoFacebookApplicationConfigurationMapperImpl
 
MongoFCMRegistration - Class in dev.getelements.elements.dao.mongo.model
 
MongoFCMRegistration() - Constructor for class dev.getelements.elements.dao.mongo.model.MongoFCMRegistration
 
MongoFCMRegistrationDao - Class in dev.getelements.elements.dao.mongo
 
MongoFCMRegistrationDao() - Constructor for class dev.getelements.elements.dao.mongo.MongoFCMRegistrationDao
 
MongoFIFOMatchmaker - Class in dev.getelements.elements.dao.mongo.match
Created by patricktwohig on 7/27/17.
MongoFIFOMatchmaker() - Constructor for class dev.getelements.elements.dao.mongo.match.MongoFIFOMatchmaker
 
MongoFirebaseApplicationConfiguration - Class in dev.getelements.elements.dao.mongo.model.application
 
MongoFirebaseApplicationConfiguration() - Constructor for class dev.getelements.elements.dao.mongo.model.application.MongoFirebaseApplicationConfiguration
 
MongoFirebaseApplicationConfigurationMapper - Interface in dev.getelements.elements.dao.mongo.mapper
 
MongoFirebaseApplicationConfigurationMapperImpl - Class in dev.getelements.elements.dao.mongo.mapper
 
MongoFirebaseApplicationConfigurationMapperImpl() - Constructor for class dev.getelements.elements.dao.mongo.mapper.MongoFirebaseApplicationConfigurationMapperImpl
 
MongoFollower - Class in dev.getelements.elements.dao.mongo.model
 
MongoFollower() - Constructor for class dev.getelements.elements.dao.mongo.model.MongoFollower
 
MongoFollowerDao - Class in dev.getelements.elements.dao.mongo
 
MongoFollowerDao() - Constructor for class dev.getelements.elements.dao.mongo.MongoFollowerDao
 
MongoFollowerId - Class in dev.getelements.elements.dao.mongo.model
 
MongoFollowerId() - Constructor for class dev.getelements.elements.dao.mongo.model.MongoFollowerId
 
MongoFollowerId(String, String) - Constructor for class dev.getelements.elements.dao.mongo.model.MongoFollowerId
 
MongoFollowerId(ObjectId, ObjectId) - Constructor for class dev.getelements.elements.dao.mongo.model.MongoFollowerId
 
MongoFriendDao - Class in dev.getelements.elements.dao.mongo
 
MongoFriendDao() - Constructor for class dev.getelements.elements.dao.mongo.MongoFriendDao
 
MongoFriendship - Class in dev.getelements.elements.dao.mongo.model
 
MongoFriendship() - Constructor for class dev.getelements.elements.dao.mongo.model.MongoFriendship
 
MongoFriendshipId - Class in dev.getelements.elements.dao.mongo.model
Represents a unique id between two MongoUser instances, forming a MongoFriendship.
MongoFriendshipId() - Constructor for class dev.getelements.elements.dao.mongo.model.MongoFriendshipId
 
MongoFriendshipId(String) - Constructor for class dev.getelements.elements.dao.mongo.model.MongoFriendshipId
 
MongoFriendshipId(ObjectId, ObjectId) - Constructor for class dev.getelements.elements.dao.mongo.model.MongoFriendshipId
 
MongoGooglePlayApplicationConfiguration - Class in dev.getelements.elements.dao.mongo.model.application
Created by patricktwohig on 5/31/17.
MongoGooglePlayApplicationConfiguration() - Constructor for class dev.getelements.elements.dao.mongo.model.application.MongoGooglePlayApplicationConfiguration
 
MongoGooglePlayApplicationConfigurationMapper - Interface in dev.getelements.elements.dao.mongo.mapper
 
MongoGooglePlayApplicationConfigurationMapperImpl - Class in dev.getelements.elements.dao.mongo.mapper
 
MongoGooglePlayApplicationConfigurationMapperImpl() - Constructor for class dev.getelements.elements.dao.mongo.mapper.MongoGooglePlayApplicationConfigurationMapperImpl
 
MongoGooglePlayIapReceipt - Class in dev.getelements.elements.dao.mongo.model
 
MongoGooglePlayIapReceipt() - Constructor for class dev.getelements.elements.dao.mongo.model.MongoGooglePlayIapReceipt
 
MongoGooglePlayIapReceiptDao - Class in dev.getelements.elements.dao.mongo
 
MongoGooglePlayIapReceiptDao() - Constructor for class dev.getelements.elements.dao.mongo.MongoGooglePlayIapReceiptDao
 
MongoGridFSLargeObjectBucketModule - Class in dev.getelements.elements.dao.mongo.guice
Created by patricktwohig on 6/29/17.
MongoGridFSLargeObjectBucketModule() - Constructor for class dev.getelements.elements.dao.mongo.guice.MongoGridFSLargeObjectBucketModule
 
MongoIndexDao - Class in dev.getelements.elements.dao.mongo
 
MongoIndexDao() - Constructor for class dev.getelements.elements.dao.mongo.MongoIndexDao
 
MongoIndexer - Class in dev.getelements.elements.dao.mongo
 
MongoIndexer(Datastore, MongoDBUtils, Map<IndexableType, Indexable>) - Constructor for class dev.getelements.elements.dao.mongo.MongoIndexer
 
MongoIndexMetadata - Class in dev.getelements.elements.dao.mongo.model.index
 
MongoIndexMetadata() - Constructor for class dev.getelements.elements.dao.mongo.model.index.MongoIndexMetadata
 
MongoIndexOperation - Class in dev.getelements.elements.dao.mongo.model.index
 
MongoIndexOperation() - Constructor for class dev.getelements.elements.dao.mongo.model.index.MongoIndexOperation
 
MongoIndexPlan - Class in dev.getelements.elements.dao.mongo.model.index
 
MongoIndexPlan() - Constructor for class dev.getelements.elements.dao.mongo.model.index.MongoIndexPlan
 
MongoIndexPlanStep - Class in dev.getelements.elements.dao.mongo.model.index
 
MongoIndexPlanStep() - Constructor for class dev.getelements.elements.dao.mongo.model.index.MongoIndexPlanStep
 
MongoInventoryItem - Class in dev.getelements.elements.dao.mongo.model.goods
 
MongoInventoryItem() - Constructor for class dev.getelements.elements.dao.mongo.model.goods.MongoInventoryItem
 
MongoInventoryItemDao - Class in dev.getelements.elements.dao.mongo.goods
 
MongoInventoryItemDao() - Constructor for class dev.getelements.elements.dao.mongo.goods.MongoInventoryItemDao
 
MongoInventoryItemId - Class in dev.getelements.elements.dao.mongo.model.goods
 
MongoInventoryItemId() - Constructor for class dev.getelements.elements.dao.mongo.model.goods.MongoInventoryItemId
 
MongoInventoryItemId(MongoUser, MongoItem, int) - Constructor for class dev.getelements.elements.dao.mongo.model.goods.MongoInventoryItemId
 
MongoInventoryItemId(String) - Constructor for class dev.getelements.elements.dao.mongo.model.goods.MongoInventoryItemId
 
MongoInventoryItemId(ObjectId, ObjectId, int) - Constructor for class dev.getelements.elements.dao.mongo.model.goods.MongoInventoryItemId
 
MongoIosApplicationConfiguration - Class in dev.getelements.elements.dao.mongo.model.application
Created by patricktwohig on 5/31/17.
MongoIosApplicationConfiguration() - Constructor for class dev.getelements.elements.dao.mongo.model.application.MongoIosApplicationConfiguration
 
MongoIosApplicationConfigurationMapper - Interface in dev.getelements.elements.dao.mongo.mapper
 
MongoIosApplicationConfigurationMapperImpl - Class in dev.getelements.elements.dao.mongo.mapper
 
MongoIosApplicationConfigurationMapperImpl() - Constructor for class dev.getelements.elements.dao.mongo.mapper.MongoIosApplicationConfigurationMapperImpl
 
MongoItem - Class in dev.getelements.elements.dao.mongo.model.goods
 
MongoItem() - Constructor for class dev.getelements.elements.dao.mongo.model.goods.MongoItem
 
MongoItemDao - Class in dev.getelements.elements.dao.mongo.goods
 
MongoItemDao() - Constructor for class dev.getelements.elements.dao.mongo.goods.MongoItemDao
 
MongoLargeObject - Class in dev.getelements.elements.dao.mongo.model.largeobject
 
MongoLargeObject() - Constructor for class dev.getelements.elements.dao.mongo.model.largeobject.MongoLargeObject
 
MongoLargeObjectDao - Class in dev.getelements.elements.dao.mongo.largeobject
 
MongoLargeObjectDao() - Constructor for class dev.getelements.elements.dao.mongo.largeobject.MongoLargeObjectDao
 
MongoLargeObjectModuleDefaults - Class in dev.getelements.elements.dao.mongo
Created by patricktwohig on 6/29/17.
MongoLargeObjectModuleDefaults() - Constructor for class dev.getelements.elements.dao.mongo.MongoLargeObjectModuleDefaults
 
MongoLeaderboard - Class in dev.getelements.elements.dao.mongo.model
 
MongoLeaderboard() - Constructor for class dev.getelements.elements.dao.mongo.model.MongoLeaderboard
 
MongoLeaderboardDao - Class in dev.getelements.elements.dao.mongo
 
MongoLeaderboardDao() - Constructor for class dev.getelements.elements.dao.mongo.MongoLeaderboardDao
 
MongoMatch - Class in dev.getelements.elements.dao.mongo.model.match
Created by patricktwohig on 7/21/17.
MongoMatch() - Constructor for class dev.getelements.elements.dao.mongo.model.match.MongoMatch
 
MongoMatchDao - Class in dev.getelements.elements.dao.mongo.match
Created by patricktwohig on 7/25/17.
MongoMatchDao() - Constructor for class dev.getelements.elements.dao.mongo.match.MongoMatchDao
 
MongoMatchLock - Class in dev.getelements.elements.dao.mongo.model.match
A document type which locks a MongoMatch instance.
MongoMatchLock() - Constructor for class dev.getelements.elements.dao.mongo.model.match.MongoMatchLock
 
MongoMatchmakingApplicationConfiguration - Class in dev.getelements.elements.dao.mongo.model.application
 
MongoMatchmakingApplicationConfiguration() - Constructor for class dev.getelements.elements.dao.mongo.model.application.MongoMatchmakingApplicationConfiguration
 
MongoMatchmakingApplicationConfigurationMapper - Interface in dev.getelements.elements.dao.mongo.mapper
 
MongoMatchmakingApplicationConfigurationMapperImpl - Class in dev.getelements.elements.dao.mongo.mapper
 
MongoMatchmakingApplicationConfigurationMapperImpl() - Constructor for class dev.getelements.elements.dao.mongo.mapper.MongoMatchmakingApplicationConfigurationMapperImpl
 
MongoMatchSnapshot - Class in dev.getelements.elements.dao.mongo.model.match
Created by patricktwohig on 7/30/17.
MongoMatchSnapshot() - Constructor for class dev.getelements.elements.dao.mongo.model.match.MongoMatchSnapshot
 
MongoMatchUtils - Class in dev.getelements.elements.dao.mongo.match
Used to actually perform the match between two players.
MongoMatchUtils() - Constructor for class dev.getelements.elements.dao.mongo.match.MongoMatchUtils
 
MongoMetadataSpec - Class in dev.getelements.elements.dao.mongo.model.schema
 
MongoMetadataSpec() - Constructor for class dev.getelements.elements.dao.mongo.model.schema.MongoMetadataSpec
 
MongoMetadataSpecDao - Class in dev.getelements.elements.dao.mongo.schema
 
MongoMetadataSpecDao() - Constructor for class dev.getelements.elements.dao.mongo.schema.MongoMetadataSpecDao
 
MongoMetadataSpecProperty - Class in dev.getelements.elements.dao.mongo.model.schema
 
MongoMetadataSpecProperty() - Constructor for class dev.getelements.elements.dao.mongo.model.schema.MongoMetadataSpecProperty
 
mongoMetadataSpecPropertyListToMetadataSpecPropertyList(List<MongoMetadataSpecProperty>) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
mongoMetadataSpecPropertyToMetadataSpecProperty(MongoMetadataSpecProperty) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
MongoMission - Class in dev.getelements.elements.dao.mongo.model.mission
Mongo DTO for a mission.
MongoMission() - Constructor for class dev.getelements.elements.dao.mongo.model.mission.MongoMission
 
MongoMissionDao - Class in dev.getelements.elements.dao.mongo.mission
 
MongoMissionDao() - Constructor for class dev.getelements.elements.dao.mongo.mission.MongoMissionDao
 
mongoMissionListToMissionList(List<MongoMission>) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
MongoNeoSmartContract - Class in dev.getelements.elements.dao.mongo.model.blockchain
 
MongoNeoSmartContract() - Constructor for class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoSmartContract
 
MongoNeoToken - Class in dev.getelements.elements.dao.mongo.model.blockchain
 
MongoNeoToken() - Constructor for class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoToken
 
MongoNeoWallet - Class in dev.getelements.elements.dao.mongo.model.blockchain
 
MongoNeoWallet() - Constructor for class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoWallet
 
MongoOAuth2AuthScheme - Class in dev.getelements.elements.dao.mongo.model.auth
 
MongoOAuth2AuthScheme() - Constructor for class dev.getelements.elements.dao.mongo.model.auth.MongoOAuth2AuthScheme
 
MongoOAuth2AuthSchemeDao - Class in dev.getelements.elements.dao.mongo.auth
 
MongoOAuth2AuthSchemeDao() - Constructor for class dev.getelements.elements.dao.mongo.auth.MongoOAuth2AuthSchemeDao
 
MongoOAuth2AuthSchemeMapper - Interface in dev.getelements.elements.dao.mongo.mapper
 
MongoOAuth2AuthSchemeMapperImpl - Class in dev.getelements.elements.dao.mongo.mapper
 
MongoOAuth2AuthSchemeMapperImpl() - Constructor for class dev.getelements.elements.dao.mongo.mapper.MongoOAuth2AuthSchemeMapperImpl
 
MongoOidcAuthScheme - Class in dev.getelements.elements.dao.mongo.model.auth
 
MongoOidcAuthScheme() - Constructor for class dev.getelements.elements.dao.mongo.model.auth.MongoOidcAuthScheme
 
MongoOidcAuthSchemeDao - Class in dev.getelements.elements.dao.mongo.auth
 
MongoOidcAuthSchemeDao() - Constructor for class dev.getelements.elements.dao.mongo.auth.MongoOidcAuthSchemeDao
 
MongoOidcAuthSchemeMapper - Interface in dev.getelements.elements.dao.mongo.mapper
 
MongoOidcAuthSchemeMapperImpl - Class in dev.getelements.elements.dao.mongo.mapper
 
MongoOidcAuthSchemeMapperImpl() - Constructor for class dev.getelements.elements.dao.mongo.mapper.MongoOidcAuthSchemeMapperImpl
 
MongoPasswordUtils - Class in dev.getelements.elements.dao.mongo
Created by patricktwohig on 6/25/17.
MongoPasswordUtils() - Constructor for class dev.getelements.elements.dao.mongo.MongoPasswordUtils
 
MongoProductBundle - Class in dev.getelements.elements.dao.mongo.model.application
 
MongoProductBundle() - Constructor for class dev.getelements.elements.dao.mongo.model.application.MongoProductBundle
 
mongoProductBundleListToProductBundleList(List<MongoProductBundle>) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoGooglePlayApplicationConfigurationMapperImpl
 
mongoProductBundleListToProductBundleList(List<MongoProductBundle>) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoIosApplicationConfigurationMapperImpl
 
MongoProductBundleMapper - Interface in dev.getelements.elements.dao.mongo.mapper
 
MongoProductBundleMapperImpl - Class in dev.getelements.elements.dao.mongo.mapper
 
MongoProductBundleMapperImpl() - Constructor for class dev.getelements.elements.dao.mongo.mapper.MongoProductBundleMapperImpl
 
MongoProductBundleReward - Class in dev.getelements.elements.dao.mongo.model.application
 
MongoProductBundleReward() - Constructor for class dev.getelements.elements.dao.mongo.model.application.MongoProductBundleReward
 
mongoProductBundleRewardListToProductBundleRewardList(List<MongoProductBundleReward>) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoGooglePlayApplicationConfigurationMapperImpl
 
mongoProductBundleRewardListToProductBundleRewardList(List<MongoProductBundleReward>) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoIosApplicationConfigurationMapperImpl
 
mongoProductBundleRewardListToProductBundleRewardList(List<MongoProductBundleReward>) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoProductBundleMapperImpl
 
MongoProductBundleRewardMapper - Interface in dev.getelements.elements.dao.mongo.mapper
 
MongoProductBundleRewardMapperImpl - Class in dev.getelements.elements.dao.mongo.mapper
 
MongoProductBundleRewardMapperImpl() - Constructor for class dev.getelements.elements.dao.mongo.mapper.MongoProductBundleRewardMapperImpl
 
mongoProductBundleRewardToProductBundleReward(MongoProductBundleReward) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoGooglePlayApplicationConfigurationMapperImpl
 
mongoProductBundleRewardToProductBundleReward(MongoProductBundleReward) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoIosApplicationConfigurationMapperImpl
 
mongoProductBundleToProductBundle(MongoProductBundle) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoGooglePlayApplicationConfigurationMapperImpl
 
mongoProductBundleToProductBundle(MongoProductBundle) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoIosApplicationConfigurationMapperImpl
 
MongoProfile - Class in dev.getelements.elements.dao.mongo.model
Created by patricktwohig on 6/28/17.
MongoProfile() - Constructor for class dev.getelements.elements.dao.mongo.model.MongoProfile
 
MongoProfileDao - Class in dev.getelements.elements.dao.mongo
Created by patricktwohig on 6/28/17.
MongoProfileDao() - Constructor for class dev.getelements.elements.dao.mongo.MongoProfileDao
 
MongoProfileTestOperations - Class in dev.getelements.elements.dao.mongo.test
 
MongoProfileTestOperations() - Constructor for class dev.getelements.elements.dao.mongo.test.MongoProfileTestOperations
 
MongoProgress - Class in dev.getelements.elements.dao.mongo.model.mission
Mongo DTO for a mission progress.
MongoProgress() - Constructor for class dev.getelements.elements.dao.mongo.model.mission.MongoProgress
 
MongoProgressDao - Class in dev.getelements.elements.dao.mongo.mission
 
MongoProgressDao() - Constructor for class dev.getelements.elements.dao.mongo.mission.MongoProgressDao
 
MongoProgressId - Class in dev.getelements.elements.dao.mongo.model.mission
 
MongoProgressId() - Constructor for class dev.getelements.elements.dao.mongo.model.mission.MongoProgressId
 
MongoProgressId(MongoProfile, MongoMission) - Constructor for class dev.getelements.elements.dao.mongo.model.mission.MongoProgressId
 
MongoProgressId(String) - Constructor for class dev.getelements.elements.dao.mongo.model.mission.MongoProgressId
 
MongoProgressId(ObjectId, ObjectId) - Constructor for class dev.getelements.elements.dao.mongo.model.mission.MongoProgressId
 
MongoProgressMissionInfo - Class in dev.getelements.elements.dao.mongo.model.mission
 
MongoProgressMissionInfo() - Constructor for class dev.getelements.elements.dao.mongo.model.mission.MongoProgressMissionInfo
 
MongoPSNApplicationConfiguration - Class in dev.getelements.elements.dao.mongo.model.application
Created by patricktwohig on 7/10/15.
MongoPSNApplicationConfiguration() - Constructor for class dev.getelements.elements.dao.mongo.model.application.MongoPSNApplicationConfiguration
 
MongoPSNApplicationConfigurationMapper - Interface in dev.getelements.elements.dao.mongo.mapper
 
MongoPSNApplicationConfigurationMapperImpl - Class in dev.getelements.elements.dao.mongo.mapper
 
MongoPSNApplicationConfigurationMapperImpl() - Constructor for class dev.getelements.elements.dao.mongo.mapper.MongoPSNApplicationConfigurationMapperImpl
 
MongoRankDao - Class in dev.getelements.elements.dao.mongo
 
MongoRankDao() - Constructor for class dev.getelements.elements.dao.mongo.MongoRankDao
 
MongoRankDao.MongoRankPagination - Class in dev.getelements.elements.dao.mongo
 
MongoRankPagination() - Constructor for class dev.getelements.elements.dao.mongo.MongoRankDao.MongoRankPagination
 
MongoReward - Class in dev.getelements.elements.dao.mongo.model.mission
MongoDOzer Mongo DTO for a mission step reward.
MongoReward() - Constructor for class dev.getelements.elements.dao.mongo.model.mission.MongoReward
 
MongoRewardIssuance - Class in dev.getelements.elements.dao.mongo.model.mission
 
MongoRewardIssuance() - Constructor for class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuance
 
MongoRewardIssuanceDao - Class in dev.getelements.elements.dao.mongo
 
MongoRewardIssuanceDao() - Constructor for class dev.getelements.elements.dao.mongo.MongoRewardIssuanceDao
 
MongoRewardIssuanceId - Class in dev.getelements.elements.dao.mongo.model.mission
 
MongoRewardIssuanceId() - Constructor for class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuanceId
 
MongoRewardIssuanceId(MongoUser, MongoItem, int, String) - Constructor for class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuanceId
 
MongoRewardIssuanceId(String) - Constructor for class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuanceId
 
MongoRewardIssuanceId(ObjectId, ObjectId, int, String) - Constructor for class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuanceId
 
mongoRewardIssuanceListToRewardIssuanceList(List<MongoRewardIssuance>) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
mongoRewardListToRewardList(List<MongoReward>) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
MongoSaveDataDocument - Class in dev.getelements.elements.dao.mongo.model.savedata
 
MongoSaveDataDocument() - Constructor for class dev.getelements.elements.dao.mongo.model.savedata.MongoSaveDataDocument
 
MongoSaveDataDocumentDao - Class in dev.getelements.elements.dao.mongo.savedata
 
MongoSaveDataDocumentDao() - Constructor for class dev.getelements.elements.dao.mongo.savedata.MongoSaveDataDocumentDao
 
MongoSaveDataDocumentId - Class in dev.getelements.elements.dao.mongo.model.savedata
 
MongoSaveDataDocumentId() - Constructor for class dev.getelements.elements.dao.mongo.model.savedata.MongoSaveDataDocumentId
 
MongoSaveDataDocumentId(byte[]) - Constructor for class dev.getelements.elements.dao.mongo.model.savedata.MongoSaveDataDocumentId
 
MongoSaveDataDocumentId(String) - Constructor for class dev.getelements.elements.dao.mongo.model.savedata.MongoSaveDataDocumentId
 
MongoSaveDataDocumentId(ByteBuffer) - Constructor for class dev.getelements.elements.dao.mongo.model.savedata.MongoSaveDataDocumentId
 
MongoSaveDataDocumentId(ObjectId, int) - Constructor for class dev.getelements.elements.dao.mongo.model.savedata.MongoSaveDataDocumentId
 
MongoSchedule - Class in dev.getelements.elements.dao.mongo.model.mission
 
MongoSchedule() - Constructor for class dev.getelements.elements.dao.mongo.model.mission.MongoSchedule
 
MongoScheduleDao - Class in dev.getelements.elements.dao.mongo.mission
 
MongoScheduleDao() - Constructor for class dev.getelements.elements.dao.mongo.mission.MongoScheduleDao
 
MongoScheduleEvent - Class in dev.getelements.elements.dao.mongo.model.mission
 
MongoScheduleEvent() - Constructor for class dev.getelements.elements.dao.mongo.model.mission.MongoScheduleEvent
 
MongoScheduleEventDao - Class in dev.getelements.elements.dao.mongo.mission
 
MongoScheduleEventDao() - Constructor for class dev.getelements.elements.dao.mongo.mission.MongoScheduleEventDao
 
mongoScheduleEventListToScheduleEventList(List<MongoScheduleEvent>) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
mongoScheduleListToScheduleList(List<MongoSchedule>) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
MongoScheduleProgressDao - Class in dev.getelements.elements.dao.mongo.mission
 
MongoScheduleProgressDao() - Constructor for class dev.getelements.elements.dao.mongo.mission.MongoScheduleProgressDao
 
MongoScore - Class in dev.getelements.elements.dao.mongo.model.score
Created by patricktwohig on 6/28/17.
MongoScore() - Constructor for class dev.getelements.elements.dao.mongo.model.score.MongoScore
 
MongoScoreDao - Class in dev.getelements.elements.dao.mongo
 
MongoScoreDao() - Constructor for class dev.getelements.elements.dao.mongo.MongoScoreDao
 
MongoScoreId - Class in dev.getelements.elements.dao.mongo.model
 
MongoScoreId() - Constructor for class dev.getelements.elements.dao.mongo.model.MongoScoreId
 
MongoScoreId(MongoProfile, MongoLeaderboard) - Constructor for class dev.getelements.elements.dao.mongo.model.MongoScoreId
 
MongoScoreId(MongoProfile, MongoLeaderboard, Long) - Constructor for class dev.getelements.elements.dao.mongo.model.MongoScoreId
 
MongoScoreId(String) - Constructor for class dev.getelements.elements.dao.mongo.model.MongoScoreId
 
MongoScoreId(ObjectId, ObjectId) - Constructor for class dev.getelements.elements.dao.mongo.model.MongoScoreId
 
MongoScoreId(ObjectId, ObjectId, Long) - Constructor for class dev.getelements.elements.dao.mongo.model.MongoScoreId
 
MongoSession - Class in dev.getelements.elements.dao.mongo.model
 
MongoSession() - Constructor for class dev.getelements.elements.dao.mongo.model.MongoSession
 
MongoSession.Type - Enum Class in dev.getelements.elements.dao.mongo.model
Specifies the type of the session.
MongoSessionDao - Class in dev.getelements.elements.dao.mongo
 
MongoSessionDao() - Constructor for class dev.getelements.elements.dao.mongo.MongoSessionDao
 
MongoSessionSecret - Class in dev.getelements.elements.dao.mongo.model
A type used to wrap up a securely generated key to use as an ID for a MongoSession.
MongoSessionSecret(byte[]) - Constructor for class dev.getelements.elements.dao.mongo.model.MongoSessionSecret
Initializes a context-based MongoSessionSecret.
MongoSessionSecret(String) - Constructor for class dev.getelements.elements.dao.mongo.model.MongoSessionSecret
 
MongoSessionSecret(ObjectId) - Constructor for class dev.getelements.elements.dao.mongo.model.MongoSessionSecret
Initializes a context-based MongoSessionSecret using an ObjectId as a context.
MongoSmartContract - Class in dev.getelements.elements.dao.mongo.model.blockchain
 
MongoSmartContract() - Constructor for class dev.getelements.elements.dao.mongo.model.blockchain.MongoSmartContract
 
MongoSmartContractAddress - Class in dev.getelements.elements.dao.mongo.model.blockchain
 
MongoSmartContractAddress() - Constructor for class dev.getelements.elements.dao.mongo.model.blockchain.MongoSmartContractAddress
 
MongoSmartContractAddress(SmartContractAddress) - Constructor for class dev.getelements.elements.dao.mongo.model.blockchain.MongoSmartContractAddress
 
MongoSmartContractDao - Class in dev.getelements.elements.dao.mongo.blockchain
 
MongoSmartContractDao() - Constructor for class dev.getelements.elements.dao.mongo.blockchain.MongoSmartContractDao
 
MongoSslSettingsProvider - Class in dev.getelements.elements.dao.mongo.provider
 
MongoSslSettingsProvider() - Constructor for class dev.getelements.elements.dao.mongo.provider.MongoSslSettingsProvider
 
MongoStep - Class in dev.getelements.elements.dao.mongo.model.mission
Mongo DTO for a mission step.
MongoStep() - Constructor for class dev.getelements.elements.dao.mongo.model.mission.MongoStep
 
mongoStepListToStepList(List<MongoStep>) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
MongoSubjects - Class in dev.getelements.elements.dao.mongo.model.largeobject
 
MongoSubjects() - Constructor for class dev.getelements.elements.dao.mongo.model.largeobject.MongoSubjects
 
MongoTestInstance - Interface in dev.getelements.elements.dao.mongo.test
A test instance runner for mongo.
MongoTestInstanceModule - Class in dev.getelements.elements.dao.mongo.test
 
MongoTestInstanceModule(int) - Constructor for class dev.getelements.elements.dao.mongo.test.MongoTestInstanceModule
 
MongoTestInstanceModule(int, boolean) - Constructor for class dev.getelements.elements.dao.mongo.test.MongoTestInstanceModule
 
MongoTestSslCertificates - Class in dev.getelements.elements.dao.mongo.test
 
MongoTestSslCertificates() - Constructor for class dev.getelements.elements.dao.mongo.test.MongoTestSslCertificates
 
MongoTokensWithExpirationDao - Class in dev.getelements.elements.dao.mongo
 
MongoTokensWithExpirationDao() - Constructor for class dev.getelements.elements.dao.mongo.MongoTokensWithExpirationDao
 
MongoTokenWithExpiration - Class in dev.getelements.elements.dao.mongo.model
 
MongoTokenWithExpiration() - Constructor for class dev.getelements.elements.dao.mongo.model.MongoTokenWithExpiration
 
MongoTokenWithExpiration(MongoUser, Timestamp) - Constructor for class dev.getelements.elements.dao.mongo.model.MongoTokenWithExpiration
 
MongoTransactionProvider - Class in dev.getelements.elements.dao.mongo.guice
 
MongoTransactionProvider() - Constructor for class dev.getelements.elements.dao.mongo.guice.MongoTransactionProvider
 
MongoUser - Class in dev.getelements.elements.dao.mongo.model
Created by patricktwohig on 3/31/15.
MongoUser() - Constructor for class dev.getelements.elements.dao.mongo.model.MongoUser
 
MongoUserDao - Class in dev.getelements.elements.dao.mongo
MongoDB implementation of UserDao.
MongoUserDao() - Constructor for class dev.getelements.elements.dao.mongo.MongoUserDao
 
MongoUserUid - Class in dev.getelements.elements.dao.mongo.model
 
MongoUserUid() - Constructor for class dev.getelements.elements.dao.mongo.model.MongoUserUid
 
MongoUserUidDao - Class in dev.getelements.elements.dao.mongo
 
MongoUserUidDao() - Constructor for class dev.getelements.elements.dao.mongo.MongoUserUidDao
 
MongoUserUidMapper - Interface in dev.getelements.elements.dao.mongo.mapper
 
MongoUserUidMapperImpl - Class in dev.getelements.elements.dao.mongo.mapper
 
MongoUserUidMapperImpl() - Constructor for class dev.getelements.elements.dao.mongo.mapper.MongoUserUidMapperImpl
 
MongoUserUidScheme - Class in dev.getelements.elements.dao.mongo.model
 
MongoUserUidScheme() - Constructor for class dev.getelements.elements.dao.mongo.model.MongoUserUidScheme
 
MongoVault - Class in dev.getelements.elements.dao.mongo.model.blockchain
 
MongoVault() - Constructor for class dev.getelements.elements.dao.mongo.model.blockchain.MongoVault
 
MongoVaultDao - Class in dev.getelements.elements.dao.mongo.blockchain
 
MongoVaultDao() - Constructor for class dev.getelements.elements.dao.mongo.blockchain.MongoVaultDao
 
MongoVaultKey - Class in dev.getelements.elements.dao.mongo.model.blockchain
 
MongoVaultKey() - Constructor for class dev.getelements.elements.dao.mongo.model.blockchain.MongoVaultKey
 
MongoWallet - Class in dev.getelements.elements.dao.mongo.model.blockchain
 
MongoWallet() - Constructor for class dev.getelements.elements.dao.mongo.model.blockchain.MongoWallet
 
MongoWalletAccount - Class in dev.getelements.elements.dao.mongo.model.blockchain
 
MongoWalletAccount() - Constructor for class dev.getelements.elements.dao.mongo.model.blockchain.MongoWalletAccount
 
MongoWalletAccount(WalletAccount) - Constructor for class dev.getelements.elements.dao.mongo.model.blockchain.MongoWalletAccount
 
mongoWalletAccountListToWalletAccountList(List<MongoWalletAccount>) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
MongoWalletDao - Class in dev.getelements.elements.dao.mongo.blockchain
 
MongoWalletDao() - Constructor for class dev.getelements.elements.dao.mongo.blockchain.MongoWalletDao
 
Monitor - Interface in dev.getelements.elements.sdk.util
Convenience wrapper to automatically manage the state of an underlying lock, series of locks, or semaphores.
MorphiaGuiceTransaction - Class in dev.getelements.elements.dao.mongo.guice
 
MorphiaGuiceTransaction() - Constructor for class dev.getelements.elements.dao.mongo.guice.MorphiaGuiceTransaction
 
MultiContentTypeJacksonPayloadReaderModule - Class in dev.getelements.elements.rt.jackson.guice
 
MultiContentTypeJacksonPayloadReaderModule() - Constructor for class dev.getelements.elements.rt.jackson.guice.MultiContentTypeJacksonPayloadReaderModule
 
MultiContentTypeJacksonPayloadWriterModule - Class in dev.getelements.elements.rt.jackson.guice
 
MultiContentTypeJacksonPayloadWriterModule() - Constructor for class dev.getelements.elements.rt.jackson.guice.MultiContentTypeJacksonPayloadWriterModule
 
MultiException - Exception Class in dev.getelements.elements.rt.exception
 
MultiException(String, List<? extends Throwable>) - Constructor for exception class dev.getelements.elements.rt.exception.MultiException
 
MultiException(List<? extends Throwable>) - Constructor for exception class dev.getelements.elements.rt.exception.MultiException
 
MultipartLargeObjectResource - Class in dev.getelements.elements.rest.jersey.largeobject
 
MultipartLargeObjectResource() - Constructor for class dev.getelements.elements.rest.jersey.largeobject.MultipartLargeObjectResource
 
MutableAttributes - Interface in dev.getelements.elements.sdk
Represents a set of mutable attributes.
MutableElementRegistry - Interface in dev.getelements.elements.sdk
Interfaces for a mutable ElementRegistry.
MUTUAL - Enum constant in enum class dev.getelements.elements.sdk.model.friend.Friendship
Both users have accepted friendship.

N

name() - Element in annotation interface dev.getelements.elements.rt.annotation.Routing
Optionally specifies the name of the RoutingStrategy to use.
name() - Element in annotation interface dev.getelements.elements.sdk.annotation.ElementServiceExport
Specifies the name of the service.
name() - Method in record class dev.getelements.elements.sdk.Attributes.Attribute
Returns the value of the name record component.
name() - Method in record class dev.getelements.elements.sdk.ElementStandardBeanProperties.StandardBeanProperty
Returns the value of the name record component.
name() - Method in record class dev.getelements.elements.sdk.query.ElementQuery
Returns the value of the name record component.
name() - Method in record class dev.getelements.elements.sdk.record.ElementDefaultAttributeRecord
Returns the value of the name record component.
name() - Method in record class dev.getelements.elements.sdk.record.ElementDefinitionRecord
Returns the value of the name record component.
name() - Method in record class dev.getelements.elements.sdk.record.ElementEventProducerRecord
Returns the value of the name record component.
name() - Method in record class dev.getelements.elements.sdk.record.ElementPackageRecord
Returns the value of the name record component.
name() - Method in record class dev.getelements.elements.sdk.record.ElementServiceExportRecord
Returns the value of the name record component.
name() - Method in record class dev.getelements.elements.sdk.record.ElementServiceKey
Returns the value of the name record component.
name() - Method in record class dev.getelements.elements.sdk.test.element.TestService.MethodEventRecord
Returns the value of the name record component.
name(String) - Method in class dev.getelements.elements.sdk.model.util.MetadataSpecBuilder
 
name(String) - Method in class dev.getelements.elements.sdk.model.util.MetadataSpecBuilder.PropertyBuilder
 
NAME - Enum constant in enum class dev.getelements.elements.sdk.model.auth.UserKey
The user's name.
NAME - Static variable in interface dev.getelements.elements.rt.remote.Node
An indicator of the Node's name to be used with the Named annotation.
NameBooleanQueryOperator - Class in dev.getelements.elements.dao.mongo.query
 
NameBooleanQueryOperator() - Constructor for class dev.getelements.elements.dao.mongo.query.NameBooleanQueryOperator
 
named(String) - Method in interface dev.getelements.elements.sdk.ElementScope.Builder
The name of the scope.
named(String) - Method in class dev.getelements.elements.sdk.Event.Builder
Specifies the Event name.
named(String) - Method in class dev.getelements.elements.sdk.spi.DefaultElementScopeBuilder
 
NameService - Interface in dev.getelements.elements.sdk.service.name
Generates names based on the system configuration.
NATURAL - Enum constant in enum class dev.getelements.elements.rt.annotation.CaseFormat
Indicates natural case, which means to use the underlying language's default format.
NBF - Enum constant in enum class dev.getelements.elements.sdk.model.auth.OidcClaim
Not before - Access is disallowed before this time
NEAR - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.BlockchainApi
The Flow API.
NEAR - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.BlockchainNetwork
The NEAR Network.
NEAR_TEST - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.BlockchainNetwork
The NEAR Test Network.
NearAccountGenerator - Class in dev.getelements.elements.service.blockchain.crypto
 
NearAccountGenerator() - Constructor for class dev.getelements.elements.service.blockchain.crypto.NearAccountGenerator
 
NearBlockchainSupportModule - Class in dev.getelements.elements.service.guice
 
NearBlockchainSupportModule() - Constructor for class dev.getelements.elements.service.guice.NearBlockchainSupportModule
 
NearContractFunctionCallResult - Class in dev.getelements.elements.sdk.model.blockchain.contract.near
 
NearContractFunctionCallResult() - Constructor for class dev.getelements.elements.sdk.model.blockchain.contract.near.NearContractFunctionCallResult
 
NearCostType - Enum Class in dev.getelements.elements.sdk.model.blockchain.contract.near
 
NearEncodedHash - Class in dev.getelements.elements.sdk.model.blockchain.contract.near
 
NearEncodedHash() - Constructor for class dev.getelements.elements.sdk.model.blockchain.contract.near.NearEncodedHash
 
NearGasProfile - Class in dev.getelements.elements.sdk.model.blockchain.contract.near
 
NearGasProfile() - Constructor for class dev.getelements.elements.sdk.model.blockchain.contract.near.NearGasProfile
 
NearInvocationScope - Class in dev.getelements.elements.sdk.service.blockchain.invoke.near
 
NearInvocationScope() - Constructor for class dev.getelements.elements.sdk.service.blockchain.invoke.near.NearInvocationScope
 
NearInvokeContractResponse - Class in dev.getelements.elements.sdk.model.blockchain.contract.near
 
NearInvokeContractResponse() - Constructor for class dev.getelements.elements.sdk.model.blockchain.contract.near.NearInvokeContractResponse
 
NearInvokeContractResponse(NearStatus, NearTransactionOutcome, List<NearReceiptOutcome>) - Constructor for class dev.getelements.elements.sdk.model.blockchain.contract.near.NearInvokeContractResponse
 
NearInvoker - Class in dev.getelements.elements.service.blockchain.invoke.near
 
NearInvoker() - Constructor for class dev.getelements.elements.service.blockchain.invoke.near.NearInvoker
 
NearInvokerModule - Class in dev.getelements.elements.service.guice
 
NearInvokerModule() - Constructor for class dev.getelements.elements.service.guice.NearInvokerModule
 
NearMetadata - Class in dev.getelements.elements.sdk.model.blockchain.contract.near
 
NearMetadata() - Constructor for class dev.getelements.elements.sdk.model.blockchain.contract.near.NearMetadata
 
NearNetworkModule - Class in dev.getelements.elements.service.guice
 
NearOutcome - Class in dev.getelements.elements.sdk.model.blockchain.contract.near
 
NearOutcome() - Constructor for class dev.getelements.elements.sdk.model.blockchain.contract.near.NearOutcome
 
NearProof - Class in dev.getelements.elements.sdk.model.blockchain.contract.near
 
NearProof() - Constructor for class dev.getelements.elements.sdk.model.blockchain.contract.near.NearProof
 
NearProof.Direction - Enum Class in dev.getelements.elements.sdk.model.blockchain.contract.near
 
NearReceiptOutcome - Class in dev.getelements.elements.sdk.model.blockchain.contract.near
 
NearReceiptOutcome() - Constructor for class dev.getelements.elements.sdk.model.blockchain.contract.near.NearReceiptOutcome
 
NearSmartContractInvocationService - Interface in dev.getelements.elements.sdk.service.blockchain
A service which allows for invocation of Near based smart contracts.
NearSmartContractInvocationService.Invoker - Interface in dev.getelements.elements.sdk.service.blockchain
Used to make invocations on the Near blockchain.
NearSmartContractServiceProvider - Class in dev.getelements.elements.service.blockchain.crypto.near
 
NearSmartContractServiceProvider() - Constructor for class dev.getelements.elements.service.blockchain.crypto.near.NearSmartContractServiceProvider
 
NearStatus - Class in dev.getelements.elements.sdk.model.blockchain.contract.near
 
NearStatus() - Constructor for class dev.getelements.elements.sdk.model.blockchain.contract.near.NearStatus
 
NearSuccessReceiptIdStatus - Class in dev.getelements.elements.sdk.model.blockchain.contract.near
 
NearSuccessReceiptIdStatus() - Constructor for class dev.getelements.elements.sdk.model.blockchain.contract.near.NearSuccessReceiptIdStatus
 
NearSuccessValueStatus - Class in dev.getelements.elements.sdk.model.blockchain.contract.near
 
NearSuccessValueStatus() - Constructor for class dev.getelements.elements.sdk.model.blockchain.contract.near.NearSuccessValueStatus
 
NearTransactionOutcome - Class in dev.getelements.elements.sdk.model.blockchain.contract.near
 
NearTransactionOutcome() - Constructor for class dev.getelements.elements.sdk.model.blockchain.contract.near.NearTransactionOutcome
 
NEO - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.BlockchainApi
The Neo API.
NEO - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.BlockchainNetwork
Neo Blockchain Network.
NEO - Static variable in interface dev.getelements.elements.sdk.model.BlockchainConstants.Names
Deprecated.
use BlockchainNetwork instead
NEO_BLOCKCHAIN_HOST - Static variable in interface dev.getelements.elements.sdk.service.Constants
Used to specify the host for neo blockchain.
NEO_BLOCKCHAIN_PORT - Static variable in interface dev.getelements.elements.sdk.service.Constants
Used to specify the port for neo blockchain.
NEO_TEST - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.BlockchainNetwork
Neo Blockchain Test Network.
NeoAccountGenerator - Class in dev.getelements.elements.service.blockchain.crypto
 
NeoAccountGenerator() - Constructor for class dev.getelements.elements.service.blockchain.crypto.NeoAccountGenerator
 
NeoSmartContractNotFoundException - Exception Class in dev.getelements.elements.sdk.model.exception.blockchain
 
NeoSmartContractNotFoundException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.NeoSmartContractNotFoundException
 
NeoSmartContractNotFoundException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.NeoSmartContractNotFoundException
 
NeoSmartContractNotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.NeoSmartContractNotFoundException
 
NeoSmartContractNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.NeoSmartContractNotFoundException
 
NeoSmartContractNotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.NeoSmartContractNotFoundException
 
NeoTokenNotFoundException - Exception Class in dev.getelements.elements.sdk.model.exception.blockchain
 
NeoTokenNotFoundException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.NeoTokenNotFoundException
 
NeoTokenNotFoundException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.NeoTokenNotFoundException
 
NeoTokenNotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.NeoTokenNotFoundException
 
NeoTokenNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.NeoTokenNotFoundException
 
NeoTokenNotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.NeoTokenNotFoundException
 
NeoWalletNotFoundException - Exception Class in dev.getelements.elements.sdk.model.exception.blockchain
 
NeoWalletNotFoundException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.NeoWalletNotFoundException
 
NeoWalletNotFoundException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.NeoWalletNotFoundException
 
NeoWalletNotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.NeoWalletNotFoundException
 
NeoWalletNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.NeoWalletNotFoundException
 
NeoWalletNotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.NeoWalletNotFoundException
 
NestedElementPathLoaderTest - Class in dev.getelements.elements.sdk.test
 
NestedElementPathLoaderTest() - Constructor for class dev.getelements.elements.sdk.test.NestedElementPathLoaderTest
 
NETWORK - Enum constant in enum class dev.getelements.elements.rt.ResumeReason
The coroutine was resumed as the part of a network or distributed callback.
networks() - Method in enum class dev.getelements.elements.sdk.model.blockchain.BlockchainApi
Gets all BlockchainNetworks associated with this API.
NEW_RECEIPT - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearCostType
 
newAlgorithm() - Method in enum class dev.getelements.elements.rt.transact.unix.UnixFSChecksumAlgorithm
 
newDefaultInstance() - Static method in interface dev.getelements.elements.sdk.ElementPathLoader
Creates a new instance of the ElementPathLoader using the system default SPI.
newDefaultInstance() - Static method in interface dev.getelements.elements.sdk.MutableElementRegistry
Creates a new instance of the ElementRegistry using the system default SPI.
newDefaultInstance() - Static method in record class dev.getelements.elements.sdk.util.SimpleAttributes
Constructs a new simple attributes instance with the default backing.
newDefaultRequest() - Static method in class dev.getelements.elements.sdk.model.largeobject.SubjectRequest
Gets a default valid SubjectRequest.
newDerivativeFrom(Attributes) - Method in record class dev.getelements.elements.sdk.util.InheritedAttributes
Derives a new set of attributes from the current set of attributes.
newDerivativeFrom(Attributes) - Method in record class dev.getelements.elements.sdk.util.InheritedMutableAttributes
Derives a new set of attributes from the current set of attributes.
newDerivativeFrom(MutableAttributes) - Method in record class dev.getelements.elements.sdk.util.InheritedAttributes
Derives a new set of attributes from the current set of attributes.
newDerivativeFrom(MutableAttributes) - Method in record class dev.getelements.elements.sdk.util.InheritedMutableAttributes
Derives a new set of attributes from the current set of attributes.
newEntry(ResourceId, Supplier<ResourceEntry.OperationalStrategy>) - Method in interface dev.getelements.elements.rt.transact.ResourceIndex
Creates a new ResourceEntry with the supplied transaction id and ResourceId.
newEntry(ResourceId, Supplier<ResourceEntry.OperationalStrategy>) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSResourceIndex
 
newInheritedScope(String, Attributes) - Method in class dev.getelements.elements.sdk.spi.DefaultElementScope
Creates a new DefaultElementScope which inherits its properties from this scope.
newInitialInvocationResult() - Method in class dev.getelements.elements.rt.routing.AbstractAggregateRoutingStrategy
Creates a new InvocationResult which is used as the initial value for combining results.
newInitialInvocationResult() - Method in class dev.getelements.elements.rt.routing.ListAggregateRoutingStrategy
 
newInitializeProcess(String) - Method in class dev.getelements.elements.dao.mongo.test.CliMongoTestInstance
 
newInitializeProcess(String) - Method in class dev.getelements.elements.dao.mongo.test.DockerMongoTestInstance
 
newInitialResult() - Method in class dev.getelements.elements.rt.routing.AbstractAggregateRoutingStrategy
Gets the initial result to be fed into the AbstractAggregateRoutingStrategy.combine(Object, Object) call.
newInitialResult() - Method in class dev.getelements.elements.rt.routing.BroadcastRoutingStrategy
 
newInitialResult() - Method in class dev.getelements.elements.rt.routing.ListAggregateRoutingStrategy
 
newInstance() - Method in class dev.getelements.elements.rt.remote.InstanceDiscoveryServiceFactory
Returns a new instance of InstanceDiscoveryService.
newInvocation() - Method in interface dev.getelements.elements.rt.jrpc.JsonRpcInvocationService.InvocationResolution
Gets the Invocation
newInvocationScope() - Method in class dev.getelements.elements.service.blockchain.crypto.evm.SuperUserEvmSmartContractInvocationService
 
newInvocationScope() - Method in class dev.getelements.elements.service.blockchain.crypto.flow.SuperUserFlowSmartContractInvocationService
 
newInvocationScope() - Method in class dev.getelements.elements.service.blockchain.crypto.near.SuperUserNearSmartContractInvocationService
 
newInvocationScope() - Method in class dev.getelements.elements.service.blockchain.invoke.SuperUserSmartContractInvocationService
 
newModule() - Method in enum class dev.getelements.elements.rt.remote.guice.InstanceDiscoveryServiceModule.DiscoveryType
 
newMutableEntry(NodeId) - Method in interface dev.getelements.elements.rt.transact.TransactionJournal
Gets a new entry for writing.
newMutableEntry(NodeId) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionJournal
 
newPasswordMessageDigest() - Method in class dev.getelements.elements.dao.mongo.MongoPasswordUtils
Creates a new MessageDigest instance used to hash passwords
newProcess(String) - Method in class dev.getelements.elements.dao.mongo.test.CliMongoTestInstance
 
newProcess(String) - Method in class dev.getelements.elements.dao.mongo.test.DockerMongoTestInstance
 
newProcess(String) - Method in class dev.getelements.elements.dao.mongo.test.SslCliMongoTestInstance
 
newResolution(EvmInvocationScope) - Method in class dev.getelements.elements.service.blockchain.crypto.evm.SuperUserEvmSmartContractInvocationService
 
newResolution(FlowInvocationScope) - Method in class dev.getelements.elements.service.blockchain.crypto.flow.SuperUserFlowSmartContractInvocationService
 
newResolution(NearInvocationScope) - Method in class dev.getelements.elements.service.blockchain.crypto.near.SuperUserNearSmartContractInvocationService
 
newResolution(InvocationScopeT) - Method in class dev.getelements.elements.service.blockchain.invoke.SuperUserSmartContractInvocationService
 
newResultHandlerStrategy() - Method in interface dev.getelements.elements.rt.jrpc.JsonRpcInvocationService.InvocationResolution
Gets the ResultHandlerStrategy which defines the various
newSubordinateRegistry() - Method in interface dev.getelements.elements.sdk.ElementRegistry
Returns a new subordinate registry.
newSubordinateRegistry() - Method in class dev.getelements.elements.sdk.spi.ElementScopedElementRegistry
 
newSubordinateRegistry() - Method in class dev.getelements.elements.sdk.spi.RootElementRegistry
 
newTaskSet() - Static method in interface dev.getelements.elements.rt.transact.TaskEntry
Useful for cerating a Set<TransactionalTask>.
newThread(Runnable) - Method in class dev.getelements.elements.rt.remote.provider.InstanceThreadFactory
 
newWildcardRequest() - Static method in class dev.getelements.elements.sdk.model.largeobject.SubjectRequest
 
next() - Method in class dev.getelements.elements.sdk.model.util.RoundRobin
Gets the next item in the sequence.
nextLeading() - Method in interface dev.getelements.elements.rt.transact.unix.UnixFSCircularBlockBuffer.View
Increments the leading and gets the next object in the view.
NO_REDIRECT - Static variable in interface dev.getelements.elements.jrpc.JsonRpcRedirectionStrategy
A simple JsonRpcRedirectionStrategy which simply re-throws the original exception, thus eliminating any actual redirection.
NO_SUCH_INSTANCE - Enum constant in enum class dev.getelements.elements.rt.remote.jeromq.JeroMQControlResponseCode
Indicates there was no such route for the given InstanceId
NO_SUCH_NODE_BINDING - Enum constant in enum class dev.getelements.elements.rt.remote.jeromq.JeroMQControlResponseCode
Indicates there is no binding for the supplied NodeId.
NO_SUCH_NODE_ROUTE - Enum constant in enum class dev.getelements.elements.rt.remote.jeromq.JeroMQControlResponseCode
Indicates there was no such route for the given NodeId
NO_WHITE_SPACE - Static variable in interface dev.getelements.elements.sdk.model.Constants.Regexp
A string containing no white spaces.
Node - Interface in dev.getelements.elements.rt.remote
Represents the worker node for a single Application.
NODE_DIRECTORY - Static variable in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
 
NODE_NOT_FOUND - Enum constant in enum class dev.getelements.elements.rt.ResponseCode
The system could not contact the app node with the given address.
Node.Factory - Interface in dev.getelements.elements.rt.remote
Allows for the creation of Node instances on-the-fly.
Node.Shutdown - Interface in dev.getelements.elements.rt.remote
Represents a pending node shut-down process.
Node.Startup - Interface in dev.getelements.elements.rt.remote
Represents a pending node start-up process.
NodeBindingWatchdog - Class in dev.getelements.elements.rt.remote.watchdog
 
NodeBindingWatchdog() - Constructor for class dev.getelements.elements.rt.remote.watchdog.NodeBindingWatchdog
 
NodeHealthWorkerWatchdog - Class in dev.getelements.elements.rt.remote.watchdog
 
NodeHealthWorkerWatchdog() - Constructor for class dev.getelements.elements.rt.remote.watchdog.NodeHealthWorkerWatchdog
 
NodeId - Class in dev.getelements.elements.sdk.cluster.id
Represents a single worker in the deployment cluster, i.e.
nodeIdFromByteBuffer(ByteBuffer) - Static method in class dev.getelements.elements.sdk.cluster.id.NodeId
Reads a NodeId from the supplied ByteBuffer.
nodeIdFromByteBuffer(ByteBuffer, int) - Static method in class dev.getelements.elements.sdk.cluster.id.NodeId
Reads a NodeId from the supplied ByteBuffer and position, ensuring that the buffer's mark, limit, and position are unaffected.
nodeIdFromBytes(byte[]) - Static method in class dev.getelements.elements.sdk.cluster.id.NodeId
Parses a new NodeId from the given
invalid reference
byte[]
.
nodeIdFromString(String) - Static method in class dev.getelements.elements.sdk.cluster.id.NodeId
Parses a new NodeId from the given String.
NodeIdModule - Class in dev.getelements.elements.rt.remote.guice
 
NodeIdModule(NodeId) - Constructor for class dev.getelements.elements.rt.remote.guice.NodeIdModule
 
NodeIdModule(Provider<NodeId>) - Constructor for class dev.getelements.elements.rt.remote.guice.NodeIdModule
 
NodeLifecycle - Interface in dev.getelements.elements.rt.remote
Informs the underlying application, contained in the Node, of the various livecycle events.
NodeNotFoundException - Exception Class in dev.getelements.elements.rt.exception
 
NodeNotFoundException() - Constructor for exception class dev.getelements.elements.rt.exception.NodeNotFoundException
 
NodeNotFoundException(NodeId) - Constructor for exception class dev.getelements.elements.rt.exception.NodeNotFoundException
 
NodeNotFoundException(NodeId, Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.NodeNotFoundException
 
NodeNotFoundException(String) - Constructor for exception class dev.getelements.elements.rt.exception.NodeNotFoundException
 
NodeNotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.NodeNotFoundException
 
NodeNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.rt.exception.NodeNotFoundException
 
NodeNotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.NodeNotFoundException
 
nodePostStart(Node) - Method in interface dev.getelements.elements.rt.remote.NodeLifecycle
Called after the Node is up and accepting connections.
nodePostStop(Node) - Method in class dev.getelements.elements.rt.remote.MasterNodeLifecycle
 
nodePostStop(Node) - Method in interface dev.getelements.elements.rt.remote.NodeLifecycle
Called just after the Node has stopped accepting connections.
nodePostStop(Node) - Method in class dev.getelements.elements.rt.SimpleContext
 
nodePreStart(Node) - Method in class dev.getelements.elements.rt.remote.MasterNodeLifecycle
 
nodePreStart(Node) - Method in interface dev.getelements.elements.rt.remote.NodeLifecycle
Called before the Node is up and accepting connections
nodePreStart(Node) - Method in class dev.getelements.elements.rt.SimpleContext
 
nodePreStop(Node) - Method in interface dev.getelements.elements.rt.remote.NodeLifecycle
Called just before the Node will stop accepting connections and shut down
NodeState - Enum Class in dev.getelements.elements.rt.remote
Defines the state of the Node.
NON_PERSISTENT - Enum constant in enum class dev.getelements.elements.sdk.model.reward.RewardIssuance.Type
Indicates that the RewardIssuance may be issued repeatedly to the same user with the same context.
NonBlockingIOException - Exception Class in dev.getelements.elements.rt.util
A special type of IOException used by the InputStreamAdapter and the OutputStreamAdapter to indicate that the backed channel is currently in a non-blocking mode.
NonBlockingIOException() - Constructor for exception class dev.getelements.elements.rt.util.NonBlockingIOException
 
NonBlockingIOException(String) - Constructor for exception class dev.getelements.elements.rt.util.NonBlockingIOException
 
NonBlockingIOException(String, Throwable) - Constructor for exception class dev.getelements.elements.rt.util.NonBlockingIOException
 
NonBlockingIOException(Throwable) - Constructor for exception class dev.getelements.elements.rt.util.NonBlockingIOException
 
NONE - Enum constant in enum class dev.getelements.elements.sdk.model.friend.Friendship
No friendship whatsoever.
NOOP - Enum constant in enum class dev.getelements.elements.rt.transact.unix.UnixFSTransactionCommandInstruction
No-op.
NoopTopicService - Class in dev.getelements.elements.service.topic
 
NoopTopicService() - Constructor for class dev.getelements.elements.service.topic.NoopTopicService
 
noResolverAvailable - Variable in class org.eclipse.jgit.http.server.HttpServerText
 
normalize(String) - Method in class dev.getelements.elements.servlet.HttpContextRoot
 
normalize(String) - Static method in class dev.getelements.elements.servlet.security.HttpPathUtils
Normalizes the the path for use in servlet configuration.
normalizePhoneNb(String) - Static method in class dev.getelements.elements.util.PhoneNormalizer
 
normalizeProductBundles(ApplicationConfiguration) - Method in class dev.getelements.elements.dao.mongo.application.MongoApplicationConfigurationDao
 
NoSessionException - Exception Class in dev.getelements.elements.sdk.model.exception.security
 
NoSessionException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.security.NoSessionException
 
NoSessionException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.security.NoSessionException
 
NoSessionException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.security.NoSessionException
 
NoSessionException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.security.NoSessionException
 
NoSessionException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.security.NoSessionException
 
NoSuchCommandException - Exception Class in dev.getelements.elements.setup
 
NoSuchCommandException() - Constructor for exception class dev.getelements.elements.setup.NoSuchCommandException
 
NoSuchCommandException(String) - Constructor for exception class dev.getelements.elements.setup.NoSuchCommandException
 
NoSuchCommandException(String, Throwable) - Constructor for exception class dev.getelements.elements.setup.NoSuchCommandException
 
NoSuchCommandException(Throwable) - Constructor for exception class dev.getelements.elements.setup.NoSuchCommandException
 
noSuchMethod(Class<?>, String) - Static method in class dev.getelements.elements.rt.Reflection
Returns an IllegalArgumentException with a descriptive name for the method and paramters.
noSuchMethod(Class<?>, String, Class<?>[]) - Static method in class dev.getelements.elements.rt.Reflection
Returns an IllegalArgumentException with a descriptive name for the method and paramters.
noSuchMethod(Class<?>, String, Collection<Class<?>>) - Static method in class dev.getelements.elements.rt.Reflection
Returns an IllegalArgumentException with a descriptive name for the method and paramters.
NoSuchTaskException - Exception Class in dev.getelements.elements.rt.exception
 
NoSuchTaskException() - Constructor for exception class dev.getelements.elements.rt.exception.NoSuchTaskException
 
NoSuchTaskException(TaskId) - Constructor for exception class dev.getelements.elements.rt.exception.NoSuchTaskException
 
NoSuitableMatchException - Exception Class in dev.getelements.elements.sdk.model.exception
Thrown to indicate there is no suitable Match found.
NoSuitableMatchException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.NoSuitableMatchException
 
NoSuitableMatchException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.NoSuitableMatchException
 
NoSuitableMatchException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.NoSuitableMatchException
 
NoSuitableMatchException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.NoSuitableMatchException
 
NoSuitableMatchException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.NoSuitableMatchException
 
NOT_FOUND - Enum constant in enum class dev.getelements.elements.rt.ResponseCode
Used to relay a not found condition, other than method or path.
NOT_FOUND - Enum constant in enum class dev.getelements.elements.sdk.model.exception.ErrorCode
An object or resource was not found.
NOT_IMPLEMENTED - Enum constant in enum class dev.getelements.elements.sdk.model.exception.ErrorCode
The particular feature is not implemented or is currently unavailable.
NOT_MINTED - Enum constant in enum class dev.getelements.elements.sdk.model.BlockchainConstants.MintStatus
 
NotFoundException - Exception Class in dev.getelements.elements.sdk.model.exception
Created by patricktwohig on 3/19/15.
NotFoundException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.NotFoundException
 
NotFoundException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.NotFoundException
 
NotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.NotFoundException
 
NotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.NotFoundException
 
NotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.NotFoundException
 
Notification - Interface in dev.getelements.elements.sdk.service.notification
Once configured, this will perform the action to finally send the Notification.
NotificationBuilder - Interface in dev.getelements.elements.sdk.service.notification
Builds instances of Notification based on input parameters.
NotificationConfigurationException - Exception Class in dev.getelements.elements.sdk.model.exception.notification
Thrown when there is a misconfiguration or missing configuration setting pertaining to notifications.
NotificationConfigurationException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.notification.NotificationConfigurationException
 
NotificationConfigurationException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.notification.NotificationConfigurationException
 
NotificationConfigurationException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.notification.NotificationConfigurationException
 
NotificationConfigurationException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.notification.NotificationConfigurationException
 
NotificationConfigurationException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.notification.NotificationConfigurationException
 
NotificationDestination - Interface in dev.getelements.elements.sdk.service.notification
Represents a single destination for Notification.
NotificationDestinationFactory - Interface in dev.getelements.elements.sdk.service.notification
 
NotificationEvent - Interface in dev.getelements.elements.sdk.service.notification
Represents a notification event.
NotificationFactory - Interface in dev.getelements.elements.sdk.service.notification
A Factory type which returns a NotificationFactory.
NotificationParameters - Interface in dev.getelements.elements.sdk.service.notification
Specifies the parameters used to send the Notification.
NotificationService - Interface in dev.getelements.elements.sdk.service.notification
Uses the scope of the current operation to build instances of NotificationBuilder.
NotificationServiceModule - Class in dev.getelements.elements.service.guice
 
NotificationServiceModule() - Constructor for class dev.getelements.elements.service.guice.NotificationServiceModule
 
NotImplementedException - Exception Class in dev.getelements.elements.sdk.model.exception
Created by patricktwohig on 7/18/17.
NotImplementedException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.NotImplementedException
 
NotImplementedException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.NotImplementedException
 
NotImplementedException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.NotImplementedException
 
NotImplementedException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.NotImplementedException
 
NotImplementedException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.NotImplementedException
 
notWildcardReadAccess() - Method in class dev.getelements.elements.dao.mongo.test.LargeObjectTestFactory
 
NULL - Static variable in class dev.getelements.elements.sdk.model.schema.json.JsonSchemaType
Null Type.
nullInstance() - Static method in class dev.getelements.elements.rt.transact.NullResourceEntry
Gets the null instance.
nullInstance() - Static method in class dev.getelements.elements.rt.transact.NullTaskEntry
 
NullResourceEntry - Class in dev.getelements.elements.rt.transact
 
NullResourceException - Exception Class in dev.getelements.elements.rt.transact
Indicates that a ResourceId exists, but the
NullResourceException() - Constructor for exception class dev.getelements.elements.rt.transact.NullResourceException
 
NullResourceException(String) - Constructor for exception class dev.getelements.elements.rt.transact.NullResourceException
 
NullResourceException(String, Throwable) - Constructor for exception class dev.getelements.elements.rt.transact.NullResourceException
 
NullResourceException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.rt.transact.NullResourceException
 
NullResourceException(Throwable) - Constructor for exception class dev.getelements.elements.rt.transact.NullResourceException
 
NullTaskEntry<ScopeT> - Class in dev.getelements.elements.rt.transact
Used to indicate a TaskEntry<?> which is null.
NUMBER - Enum constant in enum class dev.getelements.elements.rt.manifest.model.Type
The number type.
NUMBER - Enum constant in enum class dev.getelements.elements.sdk.model.schema.MetadataSpecPropertyType
Enum type.
NUMBER - Static variable in class dev.getelements.elements.sdk.model.schema.json.JsonSchemaType
Enum type.
numberType() - Method in class dev.getelements.elements.sdk.model.util.MetadataSpecBuilder.PropertyBuilder
 

O

Oas3DocumentationResource - Class in dev.getelements.elements.rest
 
Oas3DocumentationResource() - Constructor for class dev.getelements.elements.rest.Oas3DocumentationResource
 
OAuth2AuthResource - Class in dev.getelements.elements.rest.auth
 
OAuth2AuthResource() - Constructor for class dev.getelements.elements.rest.auth.OAuth2AuthResource
 
OAuth2AuthScheme - Class in dev.getelements.elements.sdk.model.auth
 
OAuth2AuthScheme() - Constructor for class dev.getelements.elements.sdk.model.auth.OAuth2AuthScheme
 
OAuth2AuthSchemeDao - Interface in dev.getelements.elements.sdk.dao
 
OAuth2AuthSchemeResource - Class in dev.getelements.elements.rest.auth
 
OAuth2AuthSchemeResource() - Constructor for class dev.getelements.elements.rest.auth.OAuth2AuthSchemeResource
 
OAuth2AuthSchemeService - Interface in dev.getelements.elements.sdk.service.auth
 
OAuth2AuthSchemeServiceProvider - Class in dev.getelements.elements.service.auth
 
OAuth2AuthSchemeServiceProvider() - Constructor for class dev.getelements.elements.service.auth.OAuth2AuthSchemeServiceProvider
 
OAuth2AuthService - Interface in dev.getelements.elements.sdk.service.auth
 
OAuth2AuthServiceOperations - Class in dev.getelements.elements.service.auth
 
OAuth2AuthServiceOperations() - Constructor for class dev.getelements.elements.service.auth.OAuth2AuthServiceOperations
 
OAuth2AuthServiceProvider - Class in dev.getelements.elements.service.auth
 
OAuth2AuthServiceProvider() - Constructor for class dev.getelements.elements.service.auth.OAuth2AuthServiceProvider
 
OAuth2RequestKeyValue - Class in dev.getelements.elements.sdk.model.auth
 
OAuth2RequestKeyValue() - Constructor for class dev.getelements.elements.sdk.model.auth.OAuth2RequestKeyValue
 
OAuth2RequestKeyValue(String, String, boolean) - Constructor for class dev.getelements.elements.sdk.model.auth.OAuth2RequestKeyValue
 
OAuth2SessionRequest - Class in dev.getelements.elements.sdk.model.session
 
OAuth2SessionRequest() - Constructor for class dev.getelements.elements.sdk.model.session.OAuth2SessionRequest
 
OBJECT - Enum constant in enum class dev.getelements.elements.rt.manifest.model.Type
The object type.
OBJECT - Enum constant in enum class dev.getelements.elements.sdk.model.schema.MetadataSpecPropertyType
Object type.
OBJECT - Static variable in class dev.getelements.elements.sdk.model.schema.json.JsonSchemaType
Array type.
OBJECT_ROOT - Static variable in class dev.getelements.elements.jetty.CdnServeModule
 
objectId - Variable in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscWallet
 
objectId - Variable in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoWallet
 
objectMapper() - Method in class dev.getelements.elements.rt.jackson.guice.ObjectMapperPayloadReaderWriterModule
 
ObjectMapperModelIntrospector - Class in dev.getelements.elements.rt.jackson
 
ObjectMapperModelIntrospector() - Constructor for class dev.getelements.elements.rt.jackson.ObjectMapperModelIntrospector
 
ObjectMapperPayloadReader - Class in dev.getelements.elements.rt.jackson
Uses an instance of ObjectMapper to deserialize the payload from the InputStream.
ObjectMapperPayloadReader() - Constructor for class dev.getelements.elements.rt.jackson.ObjectMapperPayloadReader
 
ObjectMapperPayloadReaderWriterModule - Class in dev.getelements.elements.rt.jackson.guice
 
ObjectMapperPayloadReaderWriterModule() - Constructor for class dev.getelements.elements.rt.jackson.guice.ObjectMapperPayloadReaderWriterModule
 
ObjectMapperPayloadWriter - Class in dev.getelements.elements.rt.jackson
Uses an instance of ObjectMapper to deserialize the payload from the OutputStream.
ObjectMapperPayloadWriter() - Constructor for class dev.getelements.elements.rt.jackson.ObjectMapperPayloadWriter
 
objectType() - Method in class dev.getelements.elements.sdk.model.util.MetadataSpecBuilder
 
OctetStreamJsonMessageBodyReader<T> - Class in dev.getelements.elements.rt.jersey
 
OctetStreamJsonMessageBodyReader() - Constructor for class dev.getelements.elements.rt.jersey.OctetStreamJsonMessageBodyReader
 
OID_LENGTH_BYTES - Static variable in interface dev.getelements.elements.dao.mongo.MongoConstants
The length of an ObjectId in bytes.
OidcAuthResource - Class in dev.getelements.elements.rest.auth
 
OidcAuthResource() - Constructor for class dev.getelements.elements.rest.auth.OidcAuthResource
 
OidcAuthScheme - Class in dev.getelements.elements.sdk.model.auth
 
OidcAuthScheme() - Constructor for class dev.getelements.elements.sdk.model.auth.OidcAuthScheme
 
OidcAuthSchemeDao - Interface in dev.getelements.elements.sdk.dao
 
OidcAuthSchemeResource - Class in dev.getelements.elements.rest.auth
 
OidcAuthSchemeResource() - Constructor for class dev.getelements.elements.rest.auth.OidcAuthSchemeResource
 
OidcAuthSchemeService - Interface in dev.getelements.elements.sdk.service.auth
 
OidcAuthSchemeServiceProvider - Class in dev.getelements.elements.service.auth
 
OidcAuthSchemeServiceProvider() - Constructor for class dev.getelements.elements.service.auth.OidcAuthSchemeServiceProvider
 
OidcAuthService - Interface in dev.getelements.elements.sdk.service.auth
 
OidcAuthServiceOperations - Class in dev.getelements.elements.service.auth
 
OidcAuthServiceOperations() - Constructor for class dev.getelements.elements.service.auth.OidcAuthServiceOperations
 
OidcAuthServiceOperations.Claim - Enum Class in dev.getelements.elements.service.auth
 
OidcAuthServiceProvider - Class in dev.getelements.elements.service.auth
 
OidcAuthServiceProvider() - Constructor for class dev.getelements.elements.service.auth.OidcAuthServiceProvider
 
OidcClaim - Enum Class in dev.getelements.elements.sdk.model.auth
Enumeration of the claims elements uses when processing OIDC JWT tokens.
OidcSessionRequest - Class in dev.getelements.elements.sdk.model.session
 
OidcSessionRequest() - Constructor for class dev.getelements.elements.sdk.model.session.OidcSessionRequest
 
OK - Enum constant in enum class dev.getelements.elements.rt.remote.jeromq.JeroMQControlResponseCode
Indicates that the response was okay.
OK - Enum constant in enum class dev.getelements.elements.rt.ResponseCode
The response was okay.
OmniBlockchainServicesUtilityModule - Class in dev.getelements.elements.service.guice
 
OmniBlockchainServicesUtilityModule() - Constructor for class dev.getelements.elements.service.guice.OmniBlockchainServicesUtilityModule
 
onClose(Session, CloseReason) - Method in class dev.getelements.elements.sdk.test.element.ws.EchoEndpoint
 
onClose(Consumer<? super EmbeddedInstanceContainer>) - Method in interface dev.getelements.elements.test.EmbeddedInstanceContainer
Registers for a notification when this instance closes.
onClose(Consumer<? super EmbeddedInstanceContainer>) - Method in class dev.getelements.elements.test.JeroMQEmbeddedInstanceContainer
 
onClose(Consumer<? super EmbeddedTestService>) - Method in interface dev.getelements.elements.test.EmbeddedTestService
Subscribes to an even that is fired when the service is closed.
onClose(Consumer<? super EmbeddedTestService>) - Method in class dev.getelements.elements.test.JeroMQEmbeddedTestService
 
onClose(Consumer<AsyncConnection<ContextT, SocketT>>) - Method in interface dev.getelements.elements.rt.AsyncConnection
Registers a Subscription for when the underlying connection was closed.
onClose(Consumer<ElementRegistry>) - Method in interface dev.getelements.elements.sdk.ElementRegistry
Adds a Consumer to this ElementRegistry which will get called when it is closed.
onClose(Consumer<ElementRegistry>) - Method in class dev.getelements.elements.sdk.spi.ElementScopedElementRegistry
 
onClose(Consumer<ElementRegistry>) - Method in class dev.getelements.elements.sdk.spi.RootElementRegistry
 
onError(Consumer<AsyncConnection<ContextT, SocketT>>) - Method in interface dev.getelements.elements.rt.AsyncConnection
Registers a Subscription for when a socket has encountered an error.
onError(Consumer<Throwable>) - Method in class dev.getelements.elements.rt.jrpc.SingleAsyncResultHandlerStrategy
 
onError(Consumer<Throwable>) - Method in class dev.getelements.elements.rt.jrpc.SingleSyncReturnResultHandlerStrategy
 
onError(Consumer<Throwable>) - Method in interface dev.getelements.elements.rt.ResultHandlerStrategy
Handles the final error result.
onEvent(Consumer<Event>) - Method in interface dev.getelements.elements.sdk.ElementRegistry
Adds a Consumer to this ElementRegistry which will get called when an Event is sourced from an Element within this registry.
onEvent(Consumer<Event>) - Method in class dev.getelements.elements.sdk.spi.ElementScopedElementRegistry
 
onEvent(Consumer<Event>) - Method in class dev.getelements.elements.sdk.spi.RootElementRegistry
 
onFinalResult(Consumer<Object>) - Method in class dev.getelements.elements.rt.jrpc.SingleAsyncResultHandlerStrategy
 
onFinalResult(Consumer<Object>) - Method in class dev.getelements.elements.rt.jrpc.SingleSyncReturnResultHandlerStrategy
 
onFinalResult(Consumer<Object>) - Method in interface dev.getelements.elements.rt.ResultHandlerStrategy
Handles the final result.
onMessage(Session, String) - Method in class dev.getelements.elements.sdk.test.element.ws.EchoEndpoint
 
onOpen(Session) - Method in class dev.getelements.elements.sdk.test.element.ws.EchoEndpoint
 
onRead(Consumer<AsyncConnection<ContextT, SocketT>>) - Method in interface dev.getelements.elements.rt.AsyncConnection
Registers a Subscription for when a socket has read data.
onRecycle(Consumer<AsyncConnection<ContextT, SocketT>>) - Method in interface dev.getelements.elements.rt.AsyncConnection
Subscribes to an event indicating that the connection was recycled.
onWrite(Consumer<AsyncConnection<ContextT, SocketT>>) - Method in interface dev.getelements.elements.rt.AsyncConnection
Registers a Subscription for when a socket is ready to write data.
open() - Method in interface dev.getelements.elements.rt.transact.PathIndex.Listing
Opens a ResourceEntry for the record at the path.
open() - Method in interface dev.getelements.elements.sdk.service.blockchain.SmartContractInvocationResolution
Opens the Vault associated with the underlying SmartContract.
open() - Method in class dev.getelements.elements.service.blockchain.invoke.StandardSmartContractInvocationResolution
 
open(JeroMQSecurity, ZContext) - Static method in class dev.getelements.elements.rt.remote.jeromq.JeroMQControlClient
Opens and configures the ZMQ.Socket type used to connect to the remote JeroMQCommandServer.
open(ResourceEntry.OperationalStrategy) - Method in interface dev.getelements.elements.rt.transact.PathIndex.Listing
Opens a ResourceEntry for the record at the path.
open(HttpServletRequest, String) - Method in class dev.getelements.elements.git.HttpServletRepositoryResolver
 
open(String) - Method in interface dev.getelements.elements.rt.remote.AsyncControlClient.Factory
Opens a ControlClient with the supplied connect address.
open(String) - Method in interface dev.getelements.elements.rt.remote.ControlClient.Factory
Opens a ControlClient with the supplied connect address.
OPEN_BINDING_FOR_NODE - Enum constant in enum class dev.getelements.elements.rt.remote.jeromq.JeroMQRoutingCommand
Opens a binding for a node by specifying the NodeId.
OPEN_ROUTE_TO_NODE - Enum constant in enum class dev.getelements.elements.rt.remote.jeromq.JeroMQRoutingCommand
Opens a route to a node by specifying the NodeId and instance connect address.
OpenApiCodegenServiceProvider - Class in dev.getelements.elements.service.codegen
 
OpenApiCodegenServiceProvider() - Constructor for class dev.getelements.elements.service.codegen.OpenApiCodegenServiceProvider
 
openBinding(NodeId) - Method in interface dev.getelements.elements.rt.remote.ControlClient
openBinding(NodeId) - Method in interface dev.getelements.elements.rt.remote.InstanceConnectionService
Gets an InstanceConnectionService.InstanceBinding which a node can then use to receive incoming data.
openBinding(NodeId) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQControlClient
 
openBinding(NodeId) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQDemultiplexRouter
 
openBinding(NodeId) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQInstanceConnectionService
 
openBinding(NodeId, AsyncControlClient.ResponseConsumer<InstanceConnectionService.InstanceBinding>) - Method in interface dev.getelements.elements.rt.remote.AsyncControlClient
openBinding(NodeId, AsyncControlClient.ResponseConsumer<InstanceConnectionService.InstanceBinding>) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQAsyncControlClient
 
openExclusiveRW() - Method in class dev.getelements.elements.rt.transact.JournalTransactionalResourceServicePersistenceEnvironment
 
openExclusiveRW() - Method in interface dev.getelements.elements.rt.transact.TransactionalResourceServicePersistence
Opens a ExclusiveReadWriteTransaction which will lock the entire underlying data storage such that certain operations may be performed against the whole dataset.
openRouteToNode(NodeId) - Method in interface dev.getelements.elements.rt.remote.InstanceConnectionService.InstanceConnection
Opens a route to the supplied node with NodeId, returning an address where it will be possible to connect using a RemoteInvoker.
openRouteToNode(NodeId, String) - Method in interface dev.getelements.elements.rt.remote.ControlClient
Issues the command to open up a route to the node.
openRouteToNode(NodeId, String) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQControlClient
 
openRouteToNode(NodeId, String) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQMultiplexRouter
 
openRouteToNode(NodeId, String, AsyncControlClient.ResponseConsumer<String>) - Method in interface dev.getelements.elements.rt.remote.AsyncControlClient
Issues the command to open up a route to the node.
openRouteToNode(NodeId, String, AsyncControlClient.ResponseConsumer<String>) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQAsyncControlClient
 
OPERATION_NOT_FOUND - Enum constant in enum class dev.getelements.elements.rt.ResponseCode
A particular operation, (eg HTTP Operation) could not be found.
operationalStrategy - Variable in class dev.getelements.elements.rt.transact.AbstractResourceEntry
 
OperationNotFoundException - Exception Class in dev.getelements.elements.rt.exception
Thrown when an operation is not found in the manifest somewhere.
OperationNotFoundException() - Constructor for exception class dev.getelements.elements.rt.exception.OperationNotFoundException
 
OperationNotFoundException(String) - Constructor for exception class dev.getelements.elements.rt.exception.OperationNotFoundException
 
OperationNotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.OperationNotFoundException
 
OperationNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.rt.exception.OperationNotFoundException
 
OperationNotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.OperationNotFoundException
 
OptimistcException() - Constructor for exception class dev.getelements.elements.dao.mongo.MongoConcurrentUtils.OptimistcException
 
OptimistcException(String) - Constructor for exception class dev.getelements.elements.dao.mongo.MongoConcurrentUtils.OptimistcException
 
OptimistcException(String, Throwable) - Constructor for exception class dev.getelements.elements.dao.mongo.MongoConcurrentUtils.OptimistcException
 
OptimistcException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.dao.mongo.MongoConcurrentUtils.OptimistcException
 
OptimistcException(Throwable) - Constructor for exception class dev.getelements.elements.dao.mongo.MongoConcurrentUtils.OptimistcException
 
OPTIMISTIC_RETRY_COUNT - Static variable in class dev.getelements.elements.dao.mongo.MongoConcurrentUtils
 
options - Variable in class dev.getelements.elements.sdk.model.codegen.CodegenRequest
 
OPTISMITIC_RETRY_COUNT - Static variable in class dev.getelements.elements.dao.mongo.MongoDaoModuleDefaults
 
org.eclipse.jgit.http.server - package org.eclipse.jgit.http.server
 
org.eclipse.jgit.http.server.glue - package org.eclipse.jgit.http.server.glue
 
org.eclipse.jgit.http.server.resolver - package org.eclipse.jgit.http.server.resolver
 
ORIGIN - Static variable in interface dev.getelements.elements.sdk.model.Headers
 
originFor(URI) - Static method in interface dev.getelements.elements.sdk.model.util.URIs
Returns a URI to meet the requirements of the HTTP Origin header.
OUTGOING - Enum constant in enum class dev.getelements.elements.sdk.model.friend.Friendship
The user has requested friendship from the other user, but the other user has not accepted the request for friendship.
OutputStreamAdapter - Class in dev.getelements.elements.rt.util
Wraps a WritableByteChannel in an OutputStream using a ByteBuffer as an intermediate buffer.
OutputStreamAdapter(WritableByteChannel, ByteBuffer, int) - Constructor for class dev.getelements.elements.rt.util.OutputStreamAdapter
 
OVERLOAD - Enum constant in enum class dev.getelements.elements.sdk.model.exception.ErrorCode
A particular resource is overloaded at the moment.
OVERWRITE_IF_GREATER - Enum constant in enum class dev.getelements.elements.sdk.model.leaderboard.Leaderboard.ScoreStrategyType
When a new score value is provided, `MAX(old_score, new_score)` will be persisted to the store.
Ownership - Class in dev.getelements.elements.sdk.model.blockchain
 
Ownership() - Constructor for class dev.getelements.elements.sdk.model.blockchain.Ownership
 

P

pack(int, int) - Static method in class dev.getelements.elements.rt.transact.unix.UnixFSDualCounter
Packs the leading and trailing values together and returns the long representation.
packageName - Variable in class dev.getelements.elements.sdk.model.codegen.CodegenRequest
 
Pagination<T> - Class in dev.getelements.elements.sdk.model
Created by patricktwohig on 3/25/15.
Pagination() - Constructor for class dev.getelements.elements.sdk.model.Pagination
 
paginationFromAggregation(Supplier<Aggregation<?>>, Class<MongoModelT>, int, int) - Method in class dev.getelements.elements.dao.mongo.MongoDBUtils
Transforms an Aggregation to the resulting Pagination.
paginationFromAggregation(Supplier<Aggregation<?>>, Class<MongoModelT>, int, int, AggregationOptions) - Method in class dev.getelements.elements.dao.mongo.MongoDBUtils
Transforms an Aggregation to the resulting Pagination.
paginationFromQuery(Query<MongoModelT>, int, int, Class<ModelT>) - Method in class dev.getelements.elements.dao.mongo.MongoDBUtils
Transforms the given Query to the resulting Pagination.
paginationFromQuery(Query<MongoModelT>, int, int, Function<MongoModelT, ModelT>) - Method in class dev.getelements.elements.dao.mongo.MongoDBUtils
Transforms the given Query to the resulting Pagination.
paginationFromQuery(Query<MongoModelT>, int, int, Function<MongoModelT, ModelT>, FindOptions) - Method in class dev.getelements.elements.dao.mongo.MongoDBUtils
Transforms the given Query to the resulting Pagination.
PaginationWalker - Class in dev.getelements.elements.sdk.model.util
Walks set of data that is managed through a Pagination.
PaginationWalker() - Constructor for class dev.getelements.elements.sdk.model.util.PaginationWalker
 
PaginationWalker.WalkFunction<T> - Interface in dev.getelements.elements.sdk.model.util
Used to fetch the next page of a collection.
PARAMETER_NOT_FOUND - Enum constant in enum class dev.getelements.elements.rt.ResponseCode
Indicates that the parameter is not found.
parameterCaseFormat() - Element in annotation interface dev.getelements.elements.rt.annotation.CodeStyle
When exposing this module to the other language this will specify the case conversion to apply when generating the method parameter bindings.
parameterCount - Variable in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionCommandHeader
Represents the number of parameters passed to the command.
ParameterizedPath - Class in dev.getelements.elements.sdk.cluster.path
Similar to Path, but supports the parsing of parameters to the path.
ParameterizedPath(Path) - Constructor for class dev.getelements.elements.sdk.cluster.path.ParameterizedPath
Creates a new ParameterizedPath instance from the supplied Path
ParameterizedPath(String) - Constructor for class dev.getelements.elements.sdk.cluster.path.ParameterizedPath
Builds this ParameterizedPath from the supplied raw string.
ParameterizedPath(List<String>) - Constructor for class dev.getelements.elements.sdk.cluster.path.ParameterizedPath
Builds this ParameterizedPath from the supplied components.
ParameterNotFoundException - Exception Class in dev.getelements.elements.rt.exception
 
ParameterNotFoundException() - Constructor for exception class dev.getelements.elements.rt.exception.ParameterNotFoundException
 
ParameterNotFoundException(String) - Constructor for exception class dev.getelements.elements.rt.exception.ParameterNotFoundException
 
ParameterNotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.ParameterNotFoundException
 
ParameterNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.rt.exception.ParameterNotFoundException
 
ParameterNotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.ParameterNotFoundException
 
parameterNotSet - Variable in class org.eclipse.jgit.http.server.HttpServerText
 
parameters() - Element in annotation interface dev.getelements.elements.sdk.annotation.ElementEventProducer
The types of parameters the event will produce.
parameters() - Method in record class dev.getelements.elements.sdk.query.ElementCallbackQuery
Returns the value of the parameters record component.
parameters() - Method in record class dev.getelements.elements.sdk.record.ElementEventProducerRecord
Returns the value of the parameters record component.
params(Object...) - Method in interface dev.getelements.elements.rt.MethodDispatcher
Returns an instance of ResultAcceptor
parent() - Method in class dev.getelements.elements.sdk.cluster.path.Path
Returns a Path that is the parent to this Path, preserving the context (if any).
parse(Query<QueryT>, String) - Method in interface dev.getelements.elements.dao.mongo.query.BooleanQueryParser
Parses the supplied query and converts to the supplied Query
parse(Query<QueryT>, String) - Method in class dev.getelements.elements.dao.mongo.query.SidhantAggarwalBooleanQueryParser
 
parse(Class<QueryT>, String) - Method in interface dev.getelements.elements.dao.mongo.query.BooleanQueryParser
Creates a new Query from the type and the query string.
parse(Class<QueryT>, String) - Method in class dev.getelements.elements.dao.mongo.query.SidhantAggarwalBooleanQueryParser
 
parse(String) - Method in class dev.getelements.elements.dao.mongo.MongoDBUtils
Tries to parse a string into an ObjectId.
parse(String) - Method in class dev.getelements.elements.rt.util.AppleDateFormat
 
parse(String) - Static method in record class dev.getelements.elements.sdk.record.ElementDesignationRecord
Parses and, if fails, throw an instance of InvalidDesignationException if parsing fails.
parse(String, ParsePosition) - Method in class dev.getelements.elements.rt.util.AppleDateFormat
 
parse(String, Attribute) - Static method in class dev.getelements.elements.rt.remote.JndiInstanceHostInfo
 
PARSE_ERROR - Static variable in class dev.getelements.elements.rt.jrpc.JsonRpcError
 
parseLegacyQuery(String) - Method in class dev.getelements.elements.dao.mongo.MongoProfileDao
 
parseOrReturnNull(String) - Method in class dev.getelements.elements.dao.mongo.MongoDBUtils
Parses the given ObjectID string using ObjectId.
parseOrThrow(String, Function<String, ExceptionT>) - Method in class dev.getelements.elements.dao.mongo.MongoDBUtils
Parses the given ObjectID string using ObjectId.
parseOrThrow(String, Function<Throwable, ExceptionT>) - Static method in class dev.getelements.elements.dao.mongo.model.MongoFriendshipId
Attempts to parse the supplied string into a MongoFriendshipId.
parseOrThrowNotFoundException(String) - Static method in class dev.getelements.elements.dao.mongo.model.goods.MongoInventoryItemId
 
parseOrThrowNotFoundException(String) - Static method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgressId
 
parseOrThrowNotFoundException(String) - Static method in class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuanceId
Attempts to parse the supplied String as a MongoRewardIssuanceId.
parseOrThrowNotFoundException(String) - Method in class dev.getelements.elements.dao.mongo.MongoDBUtils
parseVersion(String) - Static method in class org.eclipse.jgit.http.server.ClientVersionUtil
Parse a Git client User-Agent header value.
part - Variable in class dev.getelements.elements.rt.remote.ResponseHeader
The uniquely assigned request identifier.
PASSWORD_DIGEST - Static variable in interface dev.getelements.elements.sdk.model.Constants
The Digest provider instance for hashing passwords.
PASSWORD_DIGEST_ALGORITHM - Static variable in interface dev.getelements.elements.sdk.model.Constants
The algorithm for hashing passwords.
PASSWORD_ENCODING - Static variable in interface dev.getelements.elements.sdk.model.Constants
The character encoding used for hashing passwords.
PasswordDigestProvider - Class in dev.getelements.elements.sdk.dao
Created by patricktwohig on 4/6/15.
PasswordDigestProvider() - Constructor for class dev.getelements.elements.sdk.dao.PasswordDigestProvider
 
PasswordGenerator - Interface in dev.getelements.elements.sdk.model.security
An interface to generate a password.
PatchSmartContractRequest - Class in dev.getelements.elements.sdk.model.blockchain
Deprecated.
PatchSmartContractRequest() - Constructor for class dev.getelements.elements.sdk.model.blockchain.PatchSmartContractRequest
Deprecated.
 
Path - Class in dev.getelements.elements.sdk.cluster.path
Represents the path scheme for use in the server.
Path() - Constructor for class dev.getelements.elements.sdk.cluster.path.Path
 
Path(Path.ContextAndComponents) - Constructor for class dev.getelements.elements.sdk.cluster.path.Path
Creates a path with the supplied Path.ContextAndComponents
Path(Path, Path) - Constructor for class dev.getelements.elements.sdk.cluster.path.Path
Creates a Path with the path relative to the given path.
Path(String) - Constructor for class dev.getelements.elements.sdk.cluster.path.Path
Parses the path into components and checks for hte wildcard character.
Path(String, List<String>) - Constructor for class dev.getelements.elements.sdk.cluster.path.Path
Creates a path with components and the wildcard flag.
Path(List<String>) - Constructor for class dev.getelements.elements.sdk.cluster.path.Path
Constructs a Path from the supplied components.
PATH_SEPARATOR - Static variable in class dev.getelements.elements.sdk.cluster.path.Path
The path separator.
Path.ContextAndComponents - Class in dev.getelements.elements.sdk.cluster.path
The raw data structure which backs the Path type.
pathForParamNotFound - Variable in class org.eclipse.jgit.http.server.HttpServerText
 
PathIndex - Interface in dev.getelements.elements.rt.transact
Manages the index of paths to revisions ResourceIds as well as the inverse relationship.
PathIndex.Listing - Interface in dev.getelements.elements.rt.transact
Represents a listing of a Path.
pathNotSupported - Variable in class org.eclipse.jgit.http.server.HttpServerText
 
Paths - Class in dev.getelements.elements.sdk.cluster.path
 
PATHS_DIRECTORY - Static variable in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
 
Paths.WildcardFirst - Class in dev.getelements.elements.sdk.cluster.path
Sorts all Path instances with paths containing a wildcard appear first in the sort order.
Paths.WildcardLast - Class in dev.getelements.elements.sdk.cluster.path
Sorts all Path instances with paths containing a wildcard appear last in the sort order.
payload() - Element in annotation interface dev.getelements.elements.sdk.model.annotation.PemFile
 
payload() - Element in annotation interface dev.getelements.elements.sdk.model.schema.ValidProperties
 
payload() - Element in annotation interface dev.getelements.elements.sdk.model.ValidWithGroups
The Payload, see for more details.
PayloadReader - Interface in dev.getelements.elements.rt
Handles the actual details of writing to the OutputStream.
PayloadWriter - Interface in dev.getelements.elements.rt
Handles the actual details of writing an Object to a byte stream.
PemChain - Class in dev.getelements.elements.sdk.model.security
Represents a chain of key specifications which may be found in a single PEM file.
PemChain(BufferedReader) - Constructor for class dev.getelements.elements.sdk.model.security.PemChain
Constructs a PemChain from a BufferedReader.
PemChain(InputStream) - Constructor for class dev.getelements.elements.sdk.model.security.PemChain
Constructs a PemChain from an InputStream.
PemChain(Reader) - Constructor for class dev.getelements.elements.sdk.model.security.PemChain
Constructs a PemChain from a Reader.
PemChain(String) - Constructor for class dev.getelements.elements.sdk.model.security.PemChain
Constructs a PemChain from a String.
PemData<KeySpecT> - Class in dev.getelements.elements.sdk.model.security
Represents a section of PEM (Privacy Enhanced Mail) data which may include a section of a key.
PemData(Rfc7468Label, KeySpecT) - Constructor for class dev.getelements.elements.sdk.model.security.PemData
Creates an instance of PemData with the supplied label and specification.
PemData(BufferedReader, Function<byte[], KeySpecT>) - Constructor for class dev.getelements.elements.sdk.model.security.PemData
 
PemData(InputStream, Function<byte[], KeySpecT>) - Constructor for class dev.getelements.elements.sdk.model.security.PemData
 
PemData(Reader, Function<byte[], KeySpecT>) - Constructor for class dev.getelements.elements.sdk.model.security.PemData
 
PemData(String, Function<byte[], KeySpecT>) - Constructor for class dev.getelements.elements.sdk.model.security.PemData
 
PemData(String, KeySpecT) - Constructor for class dev.getelements.elements.sdk.model.security.PemData
Creates an instance of PemData with the supplied label and specification.
PemFile - Annotation Interface in dev.getelements.elements.sdk.model.annotation
 
PemFile.List - Annotation Interface in dev.getelements.elements.sdk.model.annotation
 
PemFile.Validator - Class in dev.getelements.elements.sdk.model.annotation
Validates a PEM file when passed
PENDING_MATCH_TIMEOUT_SECONDS - Static variable in class dev.getelements.elements.dao.mongo.model.match.MongoMatchLock
 
perform() - Method in interface dev.getelements.elements.rt.transact.unix.UnixFSUtils.IOOperation
Performs the operation.
perform() - Method in interface dev.getelements.elements.rt.transact.unix.UnixFSUtils.IOOperationV
Performs the operation.
perform() - Method in interface dev.getelements.elements.sdk.util.ShutdownHooks.Action
Performs the action associated with the shutdown hook.
perform(ResourceId, Function<ResourceService.ResourceTransaction, T>, Consumer<Throwable>) - Method in interface dev.getelements.elements.rt.Scheduler
Performs an action against the resource with the provided ResourceId.
perform(ResourceId, Function<ResourceService.ResourceTransaction, T>, Consumer<Throwable>) - Method in class dev.getelements.elements.rt.SimpleScheduler
 
perform(Path, Function<ResourceService.ResourceTransaction, T>, Consumer<Throwable>) - Method in interface dev.getelements.elements.rt.Scheduler
Performs an action against the resource with the provided ResourceId
perform(Path, Function<ResourceService.ResourceTransaction, T>, Consumer<Throwable>) - Method in class dev.getelements.elements.rt.SimpleScheduler
 
perform(Consumer<Object>, Consumer<Throwable>, long, TimeUnit, String, Attributes, String, Object...) - Method in interface dev.getelements.elements.rt.RetainedHandlerService
Creates a new Resource using the attributes and the module.
perform(Consumer<Object>, Consumer<Throwable>, long, TimeUnit, String, Attributes, String, Object...) - Method in class dev.getelements.elements.rt.SimpleRetainedHandlerService
 
perform(Consumer<Object>, Consumer<Throwable>, long, TimeUnit, String, Attributes, String, Object...) - Method in class dev.getelements.elements.rt.SimpleSingleUseHandlerService
 
perform(Consumer<Object>, Consumer<Throwable>, long, TimeUnit, String, Attributes, String, Object...) - Method in interface dev.getelements.elements.rt.SingleUseHandlerService
Performs an operation against this SingleUseHandlerService, reporting either success or failure to the code.
perform(Function<Datastore, T>) - Method in class dev.getelements.elements.dao.mongo.MongoDBUtils
Performs the supplied operation, catching all MongoCommandException instances and mapping to the appropriate type of exception internally.
perform(Function<Datastore, T>, Class<U>) - Method in class dev.getelements.elements.dao.mongo.MongoDBUtils
Performs the supplied operation, catching all MongoCommandException instances and mapping to the appropriate type of exception internally.
perform(Function<Datastore, T>, Function<Throwable, ExceptionT>) - Method in class dev.getelements.elements.dao.mongo.MongoDBUtils
Performs the supplied operation, catching all MongoCommandException instances and mapping to the appropraite type of exception internally.
performAfterDelay(ResourceId, long, TimeUnit, Function<ResourceService.ResourceTransaction, T>, Consumer<Throwable>) - Method in interface dev.getelements.elements.rt.Scheduler
Performs the supplied Function<Resource,T> after a specified delay.
performAfterDelay(ResourceId, long, TimeUnit, Function<ResourceService.ResourceTransaction, T>, Consumer<Throwable>) - Method in class dev.getelements.elements.rt.SimpleScheduler
 
performAfterDelayV(ResourceId, long, TimeUnit, Consumer<ResourceService.ResourceTransaction>, Consumer<Throwable>) - Method in interface dev.getelements.elements.rt.Scheduler
performAndClose(Function<Transaction, T>) - Method in interface dev.getelements.elements.sdk.dao.Transaction
Performs the operation on this Transaction, processing the result and returning the result of the operation.
performAndCloseV(Consumer<Transaction>) - Method in interface dev.getelements.elements.sdk.dao.Transaction
Performs the operation on this Transaction, processing the result and returning the result of the operation.
performInGit(ApplicationId, BiConsumer<Git, Path>) - Method in class dev.getelements.elements.rt.git.FilesystemGitApplicationAssetLoader
 
performInGit(ApplicationId, BiConsumer<Git, Path>) - Method in interface dev.getelements.elements.rt.git.GitApplicationAssetLoader
Opens a Git instance for the supplied ApplicationId which can be used to manipulate the various files within the repository.
performInGit(String, BiConsumer<Git, Path>) - Method in interface dev.getelements.elements.rt.git.GitApplicationAssetLoader
Opens a Git instance for the supplied ApplicationId which can be used to manipulate the various files within the repository.
performNoThrow() - Method in interface dev.getelements.elements.sdk.util.ShutdownHooks.Action
Performs the action without throwing.
performOperation(Consumer<DataStore>) - Method in interface dev.getelements.elements.rt.transact.ExclusiveReadWriteTransaction
 
performOptimistic(MongoConcurrentUtils.CriticalOperation<ReturnT>) - Method in class dev.getelements.elements.dao.mongo.MongoConcurrentUtils
Attempts to complete the given criticalOperation and, in the event of a failure, attempts to retry the criticalOperation several times until giving up.
performOptimistic(MongoConcurrentUtils.CriticalOperation<ReturnT>, Supplier<ExceptionT>) - Method in class dev.getelements.elements.dao.mongo.MongoConcurrentUtils
Attempts to complete the given criticalOperation and, in the event of a failure, attempts to retry the criticalOperation several times until giving up.
performV(ResourceId, Consumer<ResourceService.ResourceTransaction>, Consumer<Throwable>) - Method in interface dev.getelements.elements.rt.Scheduler
Performs an action against the resource with the provided ID.
performV(Path, Consumer<ResourceService.ResourceTransaction>, Consumer<Throwable>) - Method in interface dev.getelements.elements.rt.Scheduler
Performs an action against the resource with the provided Path.
performV(Consumer<Datastore>) - Method in class dev.getelements.elements.dao.mongo.MongoDBUtils
Performs the supplied operation, catching all MongoCommandException instances and mapping to the appropriate type of exception internally.
PermitElementLoader - Class in dev.getelements.elements.sdk.spi
 
PermitElementLoader() - Constructor for class dev.getelements.elements.sdk.spi.PermitElementLoader
 
PermittedPackages - Interface in dev.getelements.elements.sdk
Allows application code to specify a list of permitted packages which will be visible to Element instances when loaded with the ElementType.ISOLATED_CLASSPATH.
PermittedTypes - Interface in dev.getelements.elements.sdk
Allows application code to specify a list of permitted types which will be visible to Element instances when loaded with the ElementType.ISOLATED_CLASSPATH.
persist(ResourceId) - Method in interface dev.getelements.elements.rt.PersistenceStrategy
Requests that the ResourceId with the supplied ResourceId be persisted.
persist(ResourceId) - Method in class dev.getelements.elements.rt.transact.TransactionPersistenceStrategy
 
PersistenceEnvironment - Interface in dev.getelements.elements.rt
Drives the instance-wide persistence system, if available.
PersistenceStrategy - Interface in dev.getelements.elements.rt
Provides a means to a persist the state of Resource instances as managed by an associated ResourceService.
PERSISTENT - Enum constant in enum class dev.getelements.elements.sdk.model.reward.RewardIssuance.Type
Indicates that the RewardIssuance may only be issued once per user per context, even after the redemption step (i.e.
PersistentInstanceIdModule - Class in dev.getelements.elements.rt.remote.guice
 
PersistentInstanceIdModule() - Constructor for class dev.getelements.elements.rt.remote.guice.PersistentInstanceIdModule
 
PersistentInstanceIdProvider - Class in dev.getelements.elements.rt.remote
 
PersistentInstanceIdProvider() - Constructor for class dev.getelements.elements.rt.remote.PersistentInstanceIdProvider
 
phase - Variable in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionCommandHeader
The instruction to execute.
PHONE_NB - Static variable in interface dev.getelements.elements.sdk.model.Constants.Regexp
Checks for valid phone.
PhoneMatchedInvitation - Class in dev.getelements.elements.sdk.model.invite
 
PhoneMatchedInvitation() - Constructor for class dev.getelements.elements.sdk.model.invite.PhoneMatchedInvitation
 
PhoneNormalizer - Class in dev.getelements.elements.util
 
PhoneNormalizer() - Constructor for class dev.getelements.elements.util.PhoneNormalizer
 
PKCS7 - Enum constant in enum class dev.getelements.elements.sdk.model.security.Rfc7468Label
See RFC-2315
pkg() - Method in record class dev.getelements.elements.sdk.record.ElementDefinitionRecord
Returns the value of the pkg record component.
pkgName() - Method in record class dev.getelements.elements.sdk.record.ElementDefinitionRecord
A shortcut to get the Package name.
placeholder(String) - Method in class dev.getelements.elements.sdk.model.util.MetadataSpecBuilder.PropertyBuilder
 
plan() - Method in class dev.getelements.elements.dao.mongo.goods.MongoDistinctInventoryItemIndexable
 
plan() - Method in interface dev.getelements.elements.sdk.dao.Indexable
Plans the indexes.
planAll() - Method in class dev.getelements.elements.dao.mongo.MongoIndexDao
 
planAll() - Method in interface dev.getelements.elements.sdk.dao.IndexDao
Plans all index operations.
planType(IndexableType) - Method in class dev.getelements.elements.dao.mongo.MongoIndexDao
 
planType(IndexableType) - Method in interface dev.getelements.elements.sdk.dao.IndexDao
Plans a specific type.
poll() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQCommandServer
 
poll() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQDemultiplexRouter
 
poll() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQMultiplexRouter
 
POLYGON - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.BlockchainNetwork
The Polygon Main Net.
POLYGON_TEST - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.BlockchainNetwork
The Polygon Test Net.
popIdentity(ZMsg) - Static method in class dev.getelements.elements.rt.remote.jeromq.IdentityUtil
Removes all frames containing the identity portion from the supplied ZMsg.
port - Variable in class dev.getelements.elements.dao.mongo.test.CliMongoTestInstance
 
postAsync(String, Attributes, long, TimeUnit, Object...) - Method in interface dev.getelements.elements.rt.EventService
Registers a new String and set of consumers to handle the results.
postAsync(String, Attributes, long, TimeUnit, Object...) - Method in class dev.getelements.elements.rt.SimpleEventService
 
postAsync(String, Attributes, Object...) - Method in interface dev.getelements.elements.rt.EventContext
 
postAsync(String, Attributes, Object...) - Method in class dev.getelements.elements.rt.SimpleEventContext
 
postClose(Consumer<Exception>) - Method in class dev.getelements.elements.rt.remote.SimpleInstance
 
postClose(Consumer<Exception>) - Method in class dev.getelements.elements.rt.remote.SimpleWorkerInstance
 
postLoad(Datastore) - Method in class dev.getelements.elements.dao.mongo.model.MongoFollower
 
postStart() - Method in interface dev.getelements.elements.rt.remote.Node.Startup
Performs any post-start operations.
postStart(Consumer<Exception>) - Method in class dev.getelements.elements.rt.remote.SimpleInstance
 
postStart(Consumer<Exception>) - Method in class dev.getelements.elements.rt.remote.SimpleWorkerInstance
 
postStop() - Method in interface dev.getelements.elements.rt.remote.Node.Shutdown
Performs any post-start operations.
preClose(Consumer<Exception>) - Method in class dev.getelements.elements.rt.remote.SimpleInstance
 
preClose(Consumer<Exception>) - Method in class dev.getelements.elements.rt.remote.SimpleWorkerInstance
 
PREFIX - Static variable in class dev.getelements.elements.dao.mongo.query.NameBooleanQueryOperator
 
PREFIX - Static variable in class dev.getelements.elements.dao.mongo.query.ReferenceBooleanQueryOperator
 
preStart() - Method in interface dev.getelements.elements.rt.remote.Node.Startup
Performs any pre-start operations.
preStart(Consumer<Exception>) - Method in class dev.getelements.elements.rt.remote.SimpleInstance
 
preStart(Consumer<Exception>) - Method in class dev.getelements.elements.rt.remote.SimpleWorkerInstance
 
preStop() - Method in interface dev.getelements.elements.rt.remote.Node.Shutdown
Performs any pre-start operations.
printStackTrace(PrintStream) - Method in exception class dev.getelements.elements.rt.exception.MultiException
 
printStackTrace(PrintWriter) - Method in exception class dev.getelements.elements.rt.exception.MultiException
 
PRIVATE_KEY - Enum constant in enum class dev.getelements.elements.sdk.model.security.Rfc7468Label
See RFC-5208 and RFC-5958
PrivateClaim - Enum Class in dev.getelements.elements.sdk.model.auth
Enumeration of the private claims elements uses when processing JWT tokens.
PrivateKeyCrytpoAlgorithm - Enum Class in dev.getelements.elements.sdk.model.crypto
Represents the signing algorithm for the AuthScheme.
process(Object, Consumer<InvocationError>, Consumer<InvocationResult>) - Method in interface dev.getelements.elements.rt.remote.LocalInvocationProcessor.ReturnValueStrategy
 
PROCESSING - Enum constant in enum class dev.getelements.elements.sdk.model.index.IndexPlanState
Indicates that the plan execution is in-progress.
processInvocation(Object, Invocation, Consumer<InvocationResult>, Consumer<InvocationError>, List<Consumer<InvocationResult>>, Consumer<InvocationError>) - Method in interface dev.getelements.elements.rt.remote.LocalInvocationProcessor
Performs the dispatch to the supplied object.
ProcessLogger - Class in dev.getelements.elements.rt.util
 
ProcessLogger(String, Process, Logger) - Constructor for class dev.getelements.elements.rt.util.ProcessLogger
 
producedEvents() - Method in record class dev.getelements.elements.sdk.record.ElementRecord
Returns the value of the producedEvents record component.
PRODUCT_BUNDLES_PROPERTY - Static variable in class dev.getelements.elements.dao.mongo.application.MongoApplicationConfigurationDao
 
ProductBundle - Class in dev.getelements.elements.sdk.model.application
Represents the set of items to issue to a user when they purchase a product id, defined at the ApplicationConfiguration level.
ProductBundle() - Constructor for class dev.getelements.elements.sdk.model.application.ProductBundle
 
productBundleListToMongoProductBundleList(List<ProductBundle>) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoGooglePlayApplicationConfigurationMapperImpl
 
productBundleListToMongoProductBundleList(List<ProductBundle>) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoIosApplicationConfigurationMapperImpl
 
ProductBundleReward - Class in dev.getelements.elements.sdk.model.application
Represents a single reward to be issued when a ProductBundle is purchased, i.e.
ProductBundleReward() - Constructor for class dev.getelements.elements.sdk.model.application.ProductBundleReward
 
productBundleRewardListToMongoProductBundleRewardList(List<ProductBundleReward>) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoGooglePlayApplicationConfigurationMapperImpl
 
productBundleRewardListToMongoProductBundleRewardList(List<ProductBundleReward>) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoIosApplicationConfigurationMapperImpl
 
productBundleRewardListToMongoProductBundleRewardList(List<ProductBundleReward>) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoProductBundleMapperImpl
 
productBundleRewardToMongoProductBundleReward(ProductBundleReward) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoGooglePlayApplicationConfigurationMapperImpl
 
productBundleRewardToMongoProductBundleReward(ProductBundleReward) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoIosApplicationConfigurationMapperImpl
 
productBundleToMongoProductBundle(ProductBundle) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoGooglePlayApplicationConfigurationMapperImpl
 
productBundleToMongoProductBundle(ProductBundle) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoIosApplicationConfigurationMapperImpl
 
PRODUCTION - Enum constant in enum class dev.getelements.elements.sdk.model.appleiapreceipt.CreateAppleIapReceipt.CreateAppleIapReceiptEnvironment
The Production environment (i.e.
PRODUCTION - Enum constant in enum class dev.getelements.elements.sdk.service.appleiap.client.invoker.AppleIapVerifyReceiptInvoker.AppleIapVerifyReceiptEnvironment
The Production environment (i.e.
PRODUCTION_BASE_API_URL - Static variable in interface dev.getelements.elements.sdk.service.appleiap.AppleIapConstants
The base url for production receipt verification.
profile - Variable in class dev.getelements.elements.service.util.UserProfileUtility.UsernameProfileRecord
 
Profile - Class in dev.getelements.elements.sdk.model.profile
Represents a user's profile.
Profile() - Constructor for class dev.getelements.elements.sdk.model.profile.Profile
 
PROFILE_ATTRIBUTE - Static variable in class dev.getelements.elements.sdk.model.profile.Profile
Used as the key for the profile attribute where appropriate.
PROFILE_CREATED_EVENT - Static variable in interface dev.getelements.elements.sdk.service.profile.ProfileService
 
PROFILE_DISPLAY_NAME_REGEX - Static variable in class dev.getelements.elements.sdk.model.profile.Profile
Alpha-numeric only.
PROFILE_ID - Static variable in interface dev.getelements.elements.sdk.model.Headers
Specifies the profile ID to use when authing the request.
ProfileDao - Interface in dev.getelements.elements.sdk.dao
Created by patricktwohig on 6/28/17.
ProfileImageObjectUtils - Class in dev.getelements.elements.service.profile
 
ProfileImageObjectUtils() - Constructor for class dev.getelements.elements.service.profile.ProfileImageObjectUtils
 
ProfileNotFoundException - Exception Class in dev.getelements.elements.sdk.model.exception.profile
 
ProfileNotFoundException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.profile.ProfileNotFoundException
 
ProfileNotFoundException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.profile.ProfileNotFoundException
 
ProfileNotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.profile.ProfileNotFoundException
 
ProfileNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.profile.ProfileNotFoundException
 
ProfileNotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.profile.ProfileNotFoundException
 
ProfileOverrideService - Interface in dev.getelements.elements.sdk.service.profile
Implements the logic to override the profile when making requests.
ProfileOverrideServiceProvider - Class in dev.getelements.elements.service.profile
 
ProfileOverrideServiceProvider() - Constructor for class dev.getelements.elements.service.profile.ProfileOverrideServiceProvider
 
ProfilePagination - Class in dev.getelements.elements.rest.test.model
 
ProfilePagination() - Constructor for class dev.getelements.elements.rest.test.model.ProfilePagination
 
ProfileResource - Class in dev.getelements.elements.rest.profile
Created by patricktwohig on 6/27/17.
ProfileResource() - Constructor for class dev.getelements.elements.rest.profile.ProfileResource
 
PROFILES_PER_USER_LIMIT - Static variable in interface dev.getelements.elements.sdk.service.invite.InviteService
 
ProfileService - Interface in dev.getelements.elements.sdk.service.profile
Manages instances of Profile.
ProfileServiceProvider - Class in dev.getelements.elements.service.profile
Created by patricktwohig on 6/27/17.
ProfileServiceProvider() - Constructor for class dev.getelements.elements.service.profile.ProfileServiceProvider
 
ProfileServiceUtils - Class in dev.getelements.elements.service.profile
 
ProfileServiceUtils() - Constructor for class dev.getelements.elements.service.profile.ProfileServiceUtils
 
ProfileTestFactory - Class in dev.getelements.elements.dao.mongo.test
 
ProfileTestFactory() - Constructor for class dev.getelements.elements.dao.mongo.test.ProfileTestFactory
 
Progress - Class in dev.getelements.elements.sdk.model.mission
Represents the mission state (i.e., progress).
Progress() - Constructor for class dev.getelements.elements.sdk.model.mission.Progress
 
ProgressDao - Interface in dev.getelements.elements.sdk.dao
Created by davidjbrooks on 12/05/18.
ProgressMissionInfo - Class in dev.getelements.elements.sdk.model.mission
 
ProgressMissionInfo() - Constructor for class dev.getelements.elements.sdk.model.mission.ProgressMissionInfo
 
ProgressNotFoundException - Exception Class in dev.getelements.elements.sdk.model.exception.mission
 
ProgressNotFoundException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.mission.ProgressNotFoundException
 
ProgressNotFoundException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.mission.ProgressNotFoundException
 
ProgressNotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.mission.ProgressNotFoundException
 
ProgressNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.mission.ProgressNotFoundException
 
ProgressNotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.mission.ProgressNotFoundException
 
ProgressPagination - Class in dev.getelements.elements.rest.test.model
 
ProgressPagination() - Constructor for class dev.getelements.elements.rest.test.model.ProgressPagination
 
ProgressResource - Class in dev.getelements.elements.rest.mission
 
ProgressResource() - Constructor for class dev.getelements.elements.rest.mission.ProgressResource
 
ProgressRow - Class in dev.getelements.elements.sdk.model.mission
 
ProgressRow() - Constructor for class dev.getelements.elements.sdk.model.mission.ProgressRow
 
ProgressRowMapper - Interface in dev.getelements.elements.dao.mongo.mapper
 
ProgressRowMapperImpl - Class in dev.getelements.elements.dao.mongo.mapper
 
ProgressRowMapperImpl() - Constructor for class dev.getelements.elements.dao.mongo.mapper.ProgressRowMapperImpl
 
ProgressService - Interface in dev.getelements.elements.sdk.service.progress
 
ProgressServiceProvider - Class in dev.getelements.elements.service.progress
Created by davidjbrooks on 12/05/2018.
ProgressServiceProvider() - Constructor for class dev.getelements.elements.service.progress.ProgressServiceProvider
 
PROMISE_RETURN - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearCostType
 
properties() - Method in class dev.getelements.elements.sdk.model.util.MetadataSpecBuilder
 
properties() - Method in class dev.getelements.elements.sdk.model.util.MetadataSpecBuilder.PropertyBuilder
 
PROPERTIES_FILE - Static variable in interface dev.getelements.elements.sdk.model.Constants
The system property which defines the configuration file path
PropertiesAttributes - Class in dev.getelements.elements.sdk.util
An instance of Attributes backed by a Properties instance.
propertiesBuilder() - Static method in class dev.getelements.elements.sdk.model.util.MetadataSpecBuilder
 
property() - Method in class dev.getelements.elements.sdk.model.util.MetadataSpecBuilder.PropertiesBuilder
 
Property - Class in dev.getelements.elements.rt.manifest.model
Created by patricktwohig on 8/16/17.
Property() - Constructor for class dev.getelements.elements.rt.manifest.model.Property
 
propertyCaseFormat() - Element in annotation interface dev.getelements.elements.rt.annotation.CodeStyle
Used for converting the case format for properties.
PropertyConverters - Class in dev.getelements.elements.dao.mongo.mapper
 
PropertyConverters() - Constructor for class dev.getelements.elements.dao.mongo.mapper.PropertyConverters
 
protocol() - Element in annotation interface dev.getelements.elements.rt.annotation.RemoteScope
Indicates the protocol of the service.
PROTOCOL_ERROR - Enum constant in enum class dev.getelements.elements.rt.remote.jeromq.JeroMQControlResponseCode
Indicates that there was a protocol error.
ProvidesAddress - Annotation Interface in dev.getelements.elements.rt.annotation
Designates a method parameter as capable of providing a routing address.
Proxyable - Annotation Interface in dev.getelements.elements.rt.annotation
Indicates that the annotated type is proxyable.
ProxyBuilder<ProxyT> - Class in dev.getelements.elements.rt.remote
 
ProxyBuilder(Class<ProxyT>) - Constructor for class dev.getelements.elements.rt.remote.ProxyBuilder
Creates a ProxyBuilder<ProxyT> for the supplied interface type.
ProxyBuilder(Class<ProxyT>, String) - Constructor for class dev.getelements.elements.rt.remote.ProxyBuilder
Creates a ProxyBuilder<ProxyT> for the supplied interface type.
ProxyDelegate<DelegateT> - Interface in dev.getelements.elements.rt.util
Provides a delegate type for any interface allowing the underlying implementation to be swapped out as necessary.
prune(Path) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
Prune the supplied Path.
PSNApplicationConfiguration - Class in dev.getelements.elements.sdk.model.application
Houses the necessary information for the Sony WebAPI to communicate with the SocialEngine system.
PSNApplicationConfiguration() - Constructor for class dev.getelements.elements.sdk.model.application.PSNApplicationConfiguration
 
PSNApplicationConfigurationResource - Class in dev.getelements.elements.rest.application
Handles the management of PSNApplicationConfiguration instances.
PSNApplicationConfigurationResource() - Constructor for class dev.getelements.elements.rest.application.PSNApplicationConfigurationResource
 
PSNApplicationConfigurationService - Interface in dev.getelements.elements.sdk.service.application
Created by patricktwohig on 5/24/17.
PSNApplicationConfigurationServiceProvider - Class in dev.getelements.elements.service.application
Created by patricktwohig on 5/24/17.
PSNApplicationConfigurationServiceProvider() - Constructor for class dev.getelements.elements.service.application.PSNApplicationConfigurationServiceProvider
 
PUBLIC_KEY - Enum constant in enum class dev.getelements.elements.sdk.model.security.Rfc7468Label
RFC-5280
publish(Event) - Method in interface dev.getelements.elements.sdk.Element
Publishes an Event to the Element.
publish(Event) - Method in interface dev.getelements.elements.sdk.ElementRegistry
Publishes an Event to the Element instances within this ElementRegistry.
publish(Event) - Method in class dev.getelements.elements.sdk.spi.ElementScopedElementRegistry
 
publish(Event) - Method in class dev.getelements.elements.sdk.spi.guice.GuiceSdkElement
 
publish(Event) - Method in class dev.getelements.elements.sdk.spi.RootElementRegistry
 
publish(Event) - Method in class dev.getelements.elements.sdk.spi.SharedElement
 
publish(T) - Method in class dev.getelements.elements.sdk.util.AbstractPublisher
 
publish(T) - Method in class dev.getelements.elements.sdk.util.ConcurrentLockedPublisher
 
publish(T) - Method in interface dev.getelements.elements.sdk.util.Publisher
Publishes the event synchronously.
publish(T, Consumer<? super T>) - Method in class dev.getelements.elements.sdk.util.AbstractPublisher
 
publish(T, Consumer<? super T>) - Method in class dev.getelements.elements.sdk.util.ConcurrentLockedPublisher
 
publish(T, Consumer<? super T>) - Method in interface dev.getelements.elements.sdk.util.Publisher
Publishes the supplied event synchronously and calls the Consumer when all Subscriptions have been notified.
publish(T, Consumer<? super T>, Consumer<Throwable>) - Method in class dev.getelements.elements.sdk.util.ConcurrentDequePublisher
 
publish(T, Consumer<? super T>, Consumer<Throwable>) - Method in class dev.getelements.elements.sdk.util.ConcurrentLockedPublisher
 
publish(T, Consumer<? super T>, Consumer<Throwable>) - Method in class dev.getelements.elements.sdk.util.LinkedPublisher
 
publish(T, Consumer<? super T>, Consumer<Throwable>) - Method in interface dev.getelements.elements.sdk.util.Publisher
Publishes the supplied event synchronously and calls the Consumer when all Subscriptions have been notified.
publishAsync(T) - Method in interface dev.getelements.elements.sdk.util.AsyncPublisher
Publishes the supplied event asynchronously.
publishAsync(T) - Method in class dev.getelements.elements.sdk.util.ConcurrentLockedPublisher
 
publishAsync(T, Consumer<T>) - Method in interface dev.getelements.elements.sdk.util.AsyncPublisher
Publishes the supplied event asynchronously and calls the Consumer<T> when all Subscriptions have been notified.
publishAsync(T, Consumer<T>) - Method in class dev.getelements.elements.sdk.util.ConcurrentLockedPublisher
 
publishAsync(T, Consumer<T>, Consumer<Throwable>) - Method in interface dev.getelements.elements.sdk.util.AsyncPublisher
Publishes the supplied event asynchronously and calls the Consumer<T> when all Subscriptions have been notified.
publishAsync(T, Consumer<T>, Consumer<Throwable>) - Method in class dev.getelements.elements.sdk.util.ConcurrentLockedPublisher
 
Publisher<T> - Interface in dev.getelements.elements.sdk.util
Publishes events to multiple subscribers.
PURCHASE_STATE_CANCELED - Static variable in class dev.getelements.elements.sdk.model.googleplayiapreceipt.GooglePlayIapReceipt
 
PURCHASE_STATE_PURCHASED - Static variable in class dev.getelements.elements.sdk.model.googleplayiapreceipt.GooglePlayIapReceipt
 
pushCommand(ZMsg) - Method in enum class dev.getelements.elements.rt.remote.jeromq.JeroMQRoutingCommand
Pushes the command as the first frame in the specified ZMsg.
pushIdentity(ZMsg, ZMsg) - Static method in class dev.getelements.elements.rt.remote.jeromq.IdentityUtil
Prepends all identity frames to the supplied message.
pushResponseCode(ZMsg) - Method in enum class dev.getelements.elements.rt.remote.jeromq.JeroMQControlResponseCode
Pushes the code as the first frame in the specified ZMsg.

Q

Query<ResultT> - Interface in dev.getelements.elements.sdk.query
Represents a Query type for querying within an ElementRegistry
QUERY_MAX_RESULTS - Static variable in interface dev.getelements.elements.sdk.model.Constants
Used to controlt he maxmimum number of results returned via the REST api.
QueryException - Exception Class in dev.getelements.elements.sdk.query
 
QueryException() - Constructor for exception class dev.getelements.elements.sdk.query.QueryException
 
QueryException(String) - Constructor for exception class dev.getelements.elements.sdk.query.QueryException
 
QueryException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.query.QueryException
 
QueryException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.query.QueryException
 
QueryException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.query.QueryException
 

R

randomApplicationId() - Static method in class dev.getelements.elements.sdk.cluster.id.ApplicationId
Generates a randomly assigned ApplicationId
randomInstanceId() - Static method in class dev.getelements.elements.sdk.cluster.id.InstanceId
Generates a randomly-assigned unique InstanceId.
RandomInstanceIdModule - Class in dev.getelements.elements.rt.remote.guice
 
RandomInstanceIdModule() - Constructor for class dev.getelements.elements.rt.remote.guice.RandomInstanceIdModule
 
randomNodeId() - Static method in class dev.getelements.elements.sdk.cluster.id.NodeId
Generates a completely random NodeId.
randomPath() - Static method in class dev.getelements.elements.sdk.cluster.path.Paths
Generates a random Path.
randomPath(long) - Static method in class dev.getelements.elements.sdk.cluster.path.Paths
Generates a random Path.
randomPath(Random, String, int, int) - Static method in class dev.getelements.elements.sdk.cluster.path.Paths
Generates a random Path.
randomResourceId() - Static method in class dev.getelements.elements.sdk.cluster.id.ResourceId
Creates a new unique ResourceId, with a random NodeId.
randomResourceIdForNode(NodeId) - Static method in class dev.getelements.elements.sdk.cluster.id.ResourceId
Creates a new unique ResourceId, specifying the NodeId
randomUserSignup() - Method in class dev.getelements.elements.service.FirebaseTestClient
 
range() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSDualCounter.Snapshot
Returns IntStream representing the range of valid integers covered by this stream.
Rank - Class in dev.getelements.elements.sdk.model.leaderboard
 
Rank() - Constructor for class dev.getelements.elements.sdk.model.leaderboard.Rank
 
RankDao - Interface in dev.getelements.elements.sdk.dao
Provides access to Rank instances stored in the database, correlating and filtering data as necessary.
RankResource - Class in dev.getelements.elements.rest.leaderboard
 
RankResource() - Constructor for class dev.getelements.elements.rest.leaderboard.RankResource
 
RankRow - Class in dev.getelements.elements.sdk.model.leaderboard
 
RankRow() - Constructor for class dev.getelements.elements.sdk.model.leaderboard.RankRow
 
RankService - Interface in dev.getelements.elements.sdk.service.leaderboard
Queries and combines instances of Leaderboard and Score to calculate player rank.
RankServiceProvider - Class in dev.getelements.elements.service.leaderboard
 
RankServiceProvider() - Constructor for class dev.getelements.elements.service.leaderboard.RankServiceProvider
 
RankTabulationMapper - Interface in dev.getelements.elements.dao.mongo.mapper
 
RankTabulationMapperImpl - Class in dev.getelements.elements.dao.mongo.mapper
 
RankTabulationMapperImpl() - Constructor for class dev.getelements.elements.dao.mongo.mapper.RankTabulationMapperImpl
 
rawView() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSCircularBlockBuffer
Returns a raw-view of the circular block buffer.
read() - Method in interface dev.getelements.elements.rt.transact.ResourceContents
Reads from the channel.
read() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTemporaryResourceContents
 
read() - Method in class dev.getelements.elements.rt.util.InputStreamAdapter
 
read(byte[]) - Method in class dev.getelements.elements.rt.util.InputStreamAdapter
 
read(byte[], int, int) - Method in class dev.getelements.elements.rt.util.InputStreamAdapter
 
read(Kryo, Input, Class<Throwable>) - Method in class dev.getelements.elements.rt.kryo.KryoThrowableSerializer
 
read(Kryo, Input, Class<UUID>) - Method in class dev.getelements.elements.rt.kryo.KryoUUIDSerializer
 
read(Class<T>, byte[]) - Method in class dev.getelements.elements.rt.fst.FSTPayloadReader
 
read(Class<T>, byte[]) - Method in interface dev.getelements.elements.rt.PayloadReader
Reads a payload from the supplied byte array.
read(Class<T>, InputStream) - Method in class dev.getelements.elements.rt.fst.FSTPayloadReader
 
read(Class<T>, InputStream) - Method in class dev.getelements.elements.rt.jackson.ObjectMapperPayloadReader
 
read(Class<T>, InputStream) - Method in class dev.getelements.elements.rt.kryo.KryoPayloadReader
 
read(Class<T>, InputStream) - Method in interface dev.getelements.elements.rt.PayloadReader
Reads the actual response object to the InputStream.
read(String, Object...) - Method in class dev.getelements.elements.setup.LineReaderSecureReader
 
read(String, Object...) - Method in interface dev.getelements.elements.setup.SecureReader
Reads a line from the console, insecurely.
READ - Enum constant in enum class dev.getelements.elements.rt.AsyncConnection.Event
Corresponds to the calls related to AsyncConnection.onRead(Consumer)
READ_CACHED_TRIE_NODE - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearCostType
 
READ_MEMORY_BASE - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearCostType
 
READ_MEMORY_BYTE - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearCostType
 
READ_REGISTER_BASE - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearCostType
 
READ_REGISTER_BYTE - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearCostType
 
readCode(ZFrame) - Static method in enum class dev.getelements.elements.rt.remote.jeromq.JeroMQControlResponseCode
Gets the JeroMQControlResponseCode or throw an IllegalArgumentException if the code could not be understood.
readCode(ZMsg) - Static method in enum class dev.getelements.elements.rt.remote.jeromq.JeroMQControlResponseCode
Gets the JeroMQControlResponseCode or throw an IllegalArgumentException if the code could not be understood.
READER - Static variable in class dev.getelements.elements.rt.jersey.GenericMultipartFeature
 
readFrom(Class<Collection<?>>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class dev.getelements.elements.rt.jersey.GenericMultipartReader
 
readFrom(Class<T>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class dev.getelements.elements.rt.jersey.OctetStreamJsonMessageBodyReader
 
readLargeObjectContent(String) - Method in interface dev.getelements.elements.sdk.service.largeobject.LargeObjectService
Opens the LargeObject for reading.
readLargeObjectContent(String) - Method in class dev.getelements.elements.service.largeobject.AnonLargeObjectService
 
readLargeObjectContent(String) - Method in class dev.getelements.elements.service.largeobject.SuperUserLargeObjectService
 
readLargeObjectContent(String) - Method in class dev.getelements.elements.service.largeobject.UserLargeObjectService
 
readObject(String) - Method in class dev.getelements.elements.dao.mongo.largeobject.GridFSLargeObjectBucket
 
readObject(String) - Method in interface dev.getelements.elements.sdk.dao.LargeObjectBucket
Reads the LargeObject's contents
ReadOnlyTransaction - Interface in dev.getelements.elements.rt.transact
Represents a read only transaction.
ReadOnlyTransaction.Builder<TransactionT> - Interface in dev.getelements.elements.rt.transact
 
readOptions(OptionSet) - Method in class dev.getelements.elements.setup.commands.AbstractUserSetupCommand
Reads the OptionSet and generates a User instance from the options supplied to this command.
readOptions(OptionSet) - Method in class dev.getelements.elements.setup.commands.UpdateUser
 
reads(String, Object...) - Method in class dev.getelements.elements.setup.LineReaderSecureReader
 
reads(String, Object...) - Method in interface dev.getelements.elements.setup.SecureReader
Reads a single line from the terminal.
ReadWriteGuard - Interface in dev.getelements.elements.rt.util
 
ReadWriteTransaction - Interface in dev.getelements.elements.rt.transact
Defines a set of mutable transactional operations.
READY - Enum constant in enum class dev.getelements.elements.rt.remote.NodeState
The node is ready to start.
READY - Enum constant in enum class dev.getelements.elements.sdk.model.index.IndexPlanState
Indicates the plan is ready to be applied.
RECEIPT_DATA_KEY - Static variable in interface dev.getelements.elements.sdk.service.appleiap.AppleIapConstants
The receipt data key in the request for iOS Purchase validation.
receive() - Method in interface org.eclipse.jgit.http.server.ReceivePackErrorHandler.ReceivePackRunnable
See ReceivePack.receiveWithExceptionPropagation(java.io.InputStream, java.io.OutputStream, java.io.OutputStream).
receive(HttpServletRequest, HttpServletResponse, ReceivePackErrorHandler.ReceivePackRunnable) - Method in interface org.eclipse.jgit.http.server.ReceivePackErrorHandler
Receive pack
RECEIVE_PACK - Static variable in class org.eclipse.jgit.http.server.GitSmartHttpTools
Name of the git-receive-pack service.
RECEIVE_PACK_REQUEST_TYPE - Static variable in class org.eclipse.jgit.http.server.GitSmartHttpTools
Content type supplied by the client to the /git-receive-pack handler.
RECEIVE_PACK_RESULT_TYPE - Static variable in class org.eclipse.jgit.http.server.GitSmartHttpTools
Content type returned from the /git-receive-pack handler.
receivedCorruptObject - Variable in class org.eclipse.jgit.http.server.HttpServerText
 
ReceivePackErrorHandler - Interface in org.eclipse.jgit.http.server
Handle git-receive-pack errors.
ReceivePackErrorHandler.ReceivePackRunnable - Interface in org.eclipse.jgit.http.server
Process a git-receive-pack request.
recipient(Profile) - Method in interface dev.getelements.elements.sdk.service.notification.NotificationBuilder
Specifies the Profile which will receive the Notification.
recipient(Profile) - Method in class dev.getelements.elements.service.notification.StandardNotificationBuilder
 
recursive() - Element in annotation interface dev.getelements.elements.sdk.annotation.ElementDefinition
Set to true to scan this package and all subordinate packages for services.
recursive() - Element in annotation interface dev.getelements.elements.sdk.annotation.ElementPackage
Set to true to indicate that subpackages should be scanned.
recursive() - Method in record class dev.getelements.elements.sdk.record.ElementDefinitionRecord
Returns the value of the recursive record component.
recursive() - Method in record class dev.getelements.elements.sdk.record.ElementPackageRecord
Returns the value of the recursive record component.
recv(ZMQ.Socket) - Static method in class dev.getelements.elements.rt.remote.jeromq.JeroMQControlClient
Receives a message from the supplied ZMQ.Socket instance.
recycle() - Method in interface dev.getelements.elements.rt.AsyncConnection
Returns this AsyncConnection.
redactOpponentUser(Match) - Method in interface dev.getelements.elements.sdk.service.match.MatchServiceUtils
Redacts any private information for the opponent user so an opponent may not see the personal details of an opponent User.
redactOpponentUser(Match) - Method in class dev.getelements.elements.service.match.StandardMatchServiceUtils
 
redactPrivateInformation(Profile) - Method in interface dev.getelements.elements.sdk.service.follower.FollowerService
Redacts any private information from the Profile and returns either a new instance or the current instance modified.
redactPrivateInformation(Profile) - Method in interface dev.getelements.elements.sdk.service.profile.ProfileService
Redacts any private information from the Profile and returns either a new instance or the current instance modified.
redeem(RewardIssuance) - Method in class dev.getelements.elements.dao.mongo.MongoRewardIssuanceDao
 
redeem(RewardIssuance) - Method in interface dev.getelements.elements.sdk.dao.RewardIssuanceDao
Redeems the RewardIssuance.
REDEEMED - Enum constant in enum class dev.getelements.elements.sdk.model.reward.RewardIssuance.State
Indicates that the RewardIssuance has been successfully redeemed.
redeemRewardIssuance(String) - Method in class dev.getelements.elements.rest.mission.RewardIssuanceResource
 
redeemRewardIssuance(String) - Method in interface dev.getelements.elements.sdk.service.rewardissuance.RewardIssuanceService
Redeems the given RewardIssuance by .
redeemRewardIssuance(String) - Method in class dev.getelements.elements.service.rewardissuance.UserRewardIssuanceService
 
redeemRewardIssuances(List<String>) - Method in class dev.getelements.elements.rest.mission.RewardIssuanceResource
 
redeemRewardIssuances(List<String>) - Method in interface dev.getelements.elements.sdk.service.rewardissuance.RewardIssuanceService
Redeems the given list of for RewardIssuances.
redeemRewardIssuances(List<String>) - Method in class dev.getelements.elements.service.rewardissuance.UserRewardIssuanceService
 
redirect(JsonRpcRequest, Throwable, Consumer<Object>, Consumer<Throwable>) - Method in class dev.getelements.elements.jrpc.JsonRpcHttpRedirectionStrategy
 
redirect(JsonRpcRequest, Throwable, Consumer<Object>, Consumer<Throwable>) - Method in interface dev.getelements.elements.jrpc.JsonRpcRedirectionStrategy
Redirects the JSON-RPC request.
REDIRECT_URLS - Static variable in interface dev.getelements.elements.jrpc.JsonRpcRedirectionStrategy
Names the default redirect URLs.
reduceAddressToNodeIds(List<Object>) - Static method in interface dev.getelements.elements.rt.routing.RoutingUtility
Reduces the List<Object> address to a Set<NodeId>
reduceAddressToSingleNodeId(List<Object>) - Static method in interface dev.getelements.elements.rt.routing.RoutingUtility
Ensures that the following List<Object> can be reduced to a single NodeId, throwing the appropriate exception in the event that there is a mismatch among any of the NodeId instances returned.
reEncryptKey(VaultKey, String, String) - Method in interface dev.getelements.elements.sdk.service.blockchain.crypto.VaultCryptoUtilities
Re-encrypts the VaultKey with the supplied passphrase.
ReentrantReadWriteGuard - Class in dev.getelements.elements.rt.util
 
ReentrantReadWriteGuard() - Constructor for class dev.getelements.elements.rt.util.ReentrantReadWriteGuard
 
ReentrantReadWriteGuard(Logger, boolean) - Constructor for class dev.getelements.elements.rt.util.ReentrantReadWriteGuard
 
ReentrantThreadLocal<T> - Class in dev.getelements.elements.sdk.util
Backed by a ThreadLocal<T>, this allows for the creation of a thread-local scope which can be entered and exited multiple times, provided that the underlying calls are balanced.
ReentrantThreadLocal() - Constructor for class dev.getelements.elements.sdk.util.ReentrantThreadLocal
Creates a new ReentrantThreadLocal<T>
ReentrantThreadLocal.Scope<U> - Interface in dev.getelements.elements.sdk.util
The current scope for the ReentrantThreadLocal
ReentrantThreadLocalScope<ScopedT> - Class in dev.getelements.elements.sdk.guice
A generic Guice Scope which can be used to track an instance of an object using a ReentrantThreadLocal<ScopedT>.
ReentrantThreadLocalScope(Class<ScopedT>, ReentrantThreadLocal<ScopedT>, Function<ScopedT, MutableAttributes>) - Constructor for class dev.getelements.elements.sdk.guice.ReentrantThreadLocalScope
 
ReentrantThreadLocalScope(Class<ScopedT>, Supplier<ScopedT>, Function<ScopedT, MutableAttributes>) - Constructor for class dev.getelements.elements.sdk.guice.ReentrantThreadLocalScope
 
ReferenceBooleanQueryOperator - Class in dev.getelements.elements.dao.mongo.query
 
ReferenceBooleanQueryOperator() - Constructor for class dev.getelements.elements.dao.mongo.query.ReferenceBooleanQueryOperator
 
Reflection - Class in dev.getelements.elements.rt
Houses some utility logic for interacting with the Reflection API.
refresh() - Method in interface dev.getelements.elements.rt.remote.InstanceConnectionService
Forces a refresh from the latest source of data immediately.
refresh() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQInstanceConnectionService
 
refresh() - Method in interface dev.getelements.elements.rt.remote.RemoteInvokerRegistry
Forces or initiates a refresh of all NodeIds available.
refresh() - Method in class dev.getelements.elements.rt.remote.SimpleRemoteInvokerRegistry
 
refresh(MongoItem) - Method in class dev.getelements.elements.dao.mongo.goods.MongoItemDao
 
refresh(String, long) - Method in class dev.getelements.elements.dao.mongo.MongoSessionDao
 
refresh(String, long) - Method in interface dev.getelements.elements.sdk.dao.SessionDao
Refreshs the Session with the supplied expiry.
REFRESH_RATE_SECONDS - Static variable in class dev.getelements.elements.rt.remote.SimpleRemoteInvokerRegistry
 
REFRESH_TIMEOUT_SECONDS - Static variable in class dev.getelements.elements.rt.remote.SimpleRemoteInvokerRegistry
 
refreshConnections() - Method in interface dev.getelements.elements.rt.remote.Instance
Forces a refresh of the underlying connections as necessary.
refreshConnections() - Method in class dev.getelements.elements.rt.remote.SimpleInstance
 
regenerate - Variable in class dev.getelements.elements.sdk.model.auth.UpdateAuthSchemeRequest
 
RegexGroupFilter - Class in org.eclipse.jgit.http.server.glue
Switch servlet path and path info to use another regex match group.
RegexGroupFilter(int) - Constructor for class org.eclipse.jgit.http.server.glue.RegexGroupFilter
Constructor for RegexGroupFilter
register(TaskId, Consumer<Object>, Consumer<Throwable>) - Method in class dev.getelements.elements.rt.SimpleTaskContext
 
register(TaskId, Consumer<Object>, Consumer<Throwable>) - Method in class dev.getelements.elements.rt.SimpleTaskService
 
register(TaskId, Consumer<Object>, Consumer<Throwable>) - Method in interface dev.getelements.elements.rt.TaskContext
Registers the supplied TaskId, result Consumer, and Consumer<Throwable> for the associated task.
register(TaskId, Consumer<Object>, Consumer<Throwable>) - Method in interface dev.getelements.elements.rt.TaskService
Registers a new TaskId and set of consumers to handle the results.
register(Element) - Method in interface dev.getelements.elements.sdk.MutableElementRegistry
Registers an Element to this instance, making it available to all child and sibling Elements.
register(Element) - Method in class dev.getelements.elements.sdk.spi.RootElementRegistry
 
register(ElementLoader) - Method in interface dev.getelements.elements.sdk.MutableElementRegistry
Using the supplied ElementLoader, registers an Element to this instance, making it available to all child and sibling Elements.
register(ServletBinder) - Method in class org.eclipse.jgit.http.server.GitFilter
 
register(ServletBinder) - Method in class org.eclipse.jgit.http.server.glue.MetaFilter
Configure a newly created binder.
register(ServletBinder) - Method in class org.eclipse.jgit.http.server.glue.MetaServlet
Configure a newly created binder.
registry() - Method in record class dev.getelements.elements.common.app.ApplicationElementService.ApplicationElementRecord
Returns the value of the registry record component.
registry() - Method in record class dev.getelements.elements.sdk.query.ElementQuery
Returns the value of the registry record component.
release() - Method in class dev.getelements.elements.rt.transact.TransactionalResource
 
REMOTE - Static variable in interface dev.getelements.elements.rt.Context
Used with the Named annotation to designate context types which are remote, as in they are sent via remote invocation.
REMOTE_INVOKER_MAX_CONNECTIONS - Static variable in interface dev.getelements.elements.rt.remote.RemoteInvoker
The maximum underlying connections to maintain.
REMOTE_INVOKER_MIN_CONNECTIONS - Static variable in interface dev.getelements.elements.rt.remote.RemoteInvoker
The minimum underlying connections to maintain.
REMOTE_PROTOCOL - Static variable in annotation interface dev.getelements.elements.rt.annotation.RemoteScope
Indicates the protocol for remote dispatch
REMOTE_SCOPE - Static variable in annotation interface dev.getelements.elements.rt.annotation.RemoteScope
Indicates the scope for remote dispatch
RemoteInvocationDispatcher - Interface in dev.getelements.elements.rt.remote
 
RemoteInvocationException - Exception Class in dev.getelements.elements.rt.remote
 
RemoteInvocationException() - Constructor for exception class dev.getelements.elements.rt.remote.RemoteInvocationException
 
RemoteInvocationException(String) - Constructor for exception class dev.getelements.elements.rt.remote.RemoteInvocationException
 
RemoteInvocationException(String, Throwable) - Constructor for exception class dev.getelements.elements.rt.remote.RemoteInvocationException
 
RemoteInvocationException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.rt.remote.RemoteInvocationException
 
RemoteInvocationException(Throwable) - Constructor for exception class dev.getelements.elements.rt.remote.RemoteInvocationException
 
RemoteInvocationHandlerBuilder - Class in dev.getelements.elements.rt.remote
Builds an instance of InvocationHandler based on the underlying Method and RemoteInvoker.
RemoteInvocationHandlerBuilder(RemoteInvocationDispatcher, Class<?>, Method) - Constructor for class dev.getelements.elements.rt.remote.RemoteInvocationHandlerBuilder
 
RemoteInvocationHandlerBuilder(RemoteInvoker, Class<?>, Method) - Constructor for class dev.getelements.elements.rt.remote.RemoteInvocationHandlerBuilder
 
RemoteInvoker - Interface in dev.getelements.elements.rt.remote
Holds a connection to the remote service and dispatches Invocation.
RemoteInvokerRegistry - Interface in dev.getelements.elements.rt.remote
Manages connections to the cluster.
RemoteInvokerRegistry.RemoteInvokerStatus - Interface in dev.getelements.elements.rt.remote
Represents the remote invoker status.
RemotelyInvokable - Annotation Interface in dev.getelements.elements.rt.annotation
Designates a method as being remotely invokable.
RemotelyInvokable.Util - Class in dev.getelements.elements.rt.annotation
 
RemoteModel - Annotation Interface in dev.getelements.elements.rt.annotation
 
RemoteModel.Util - Class in dev.getelements.elements.rt.annotation
 
RemoteProxyProvider<ProxyableT> - Class in dev.getelements.elements.rt.remote
 
RemoteProxyProvider(Class<ProxyableT>) - Constructor for class dev.getelements.elements.rt.remote.RemoteProxyProvider
 
RemoteProxyProvider(Class<ProxyableT>, String) - Constructor for class dev.getelements.elements.rt.remote.RemoteProxyProvider
 
RemoteScope - Annotation Interface in dev.getelements.elements.rt.annotation
Provides scoping metadata for an exposed service.
RemoteService - Annotation Interface in dev.getelements.elements.rt.annotation
Indicates a type is a remotely-invokable service.
RemoteService.Util - Class in dev.getelements.elements.rt.annotation
 
RemoteThrowableException - Exception Class in dev.getelements.elements.rt.exception
Used when a remote procedure call relays an instance of Throwable.
RemoteThrowableException() - Constructor for exception class dev.getelements.elements.rt.exception.RemoteThrowableException
 
RemoteThrowableException(String) - Constructor for exception class dev.getelements.elements.rt.exception.RemoteThrowableException
 
RemoteThrowableException(String, Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.RemoteThrowableException
 
RemoteThrowableException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.rt.exception.RemoteThrowableException
 
RemoteThrowableException(Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.RemoteThrowableException
 
removeAllResources() - Method in interface dev.getelements.elements.rt.ResourceService
Removes all resources from.
removeAllResources() - Method in class dev.getelements.elements.rt.transact.TransactionalResourceService
 
removeAllResources(NodeId) - Method in interface dev.getelements.elements.rt.transact.DataStore
Removes all Resource instances from the datastore.
removeAllResources(NodeId) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSDataStore
 
removeAndCloseAllResources() - Method in interface dev.getelements.elements.rt.ResourceService
Removes all resources from the service and closes them.
removeNode(ApplicationId) - Method in interface dev.getelements.elements.rt.remote.Worker.Mutator
Removes the supplied Node with the supplied ApplicationId.
removeNode(String) - Method in interface dev.getelements.elements.rt.remote.Worker.Mutator
Removes the supplied Node with the supplied name.
removeNode(Collection<ApplicationId>) - Method in interface dev.getelements.elements.rt.remote.Worker.Mutator
Removes the supplied Nodes with the supplied ApplicationIds.
removeResource(ResourceId) - Method in interface dev.getelements.elements.rt.ResourceService
Removes a Resource instance from this resource service.
removeResource(ResourceId) - Method in interface dev.getelements.elements.rt.transact.ReadWriteTransaction
Removes the Resource with the supplied ResourceId and automatically removes any Path instances that point to that ResourceId.
removeResource(ResourceId) - Method in class dev.getelements.elements.rt.transact.TransactionalResourceService
 
removeResource(String) - Method in interface dev.getelements.elements.rt.ResourceService
Removes a Resource instance from this resource service.
removeResources(Path, int) - Method in interface dev.getelements.elements.rt.ResourceService
Removes all Resources linked with the provided Path.
removeResources(Path, int) - Method in interface dev.getelements.elements.rt.transact.ReadWriteTransaction
Removes multiple ResourceIds associated with the supplied Path, if the associated ResourceId is linked by no other Paths, then this method will also delete the ResourceIds associated with ths Path.
removeResources(Path, int, Consumer<Resource>) - Method in interface dev.getelements.elements.rt.ResourceService
Removes all Resources linked with the provided Path.
removeResources(Path, int, Consumer<Resource>) - Method in class dev.getelements.elements.rt.transact.TransactionalResourceService
 
REPLACE - Enum constant in enum class dev.getelements.elements.sdk.model.index.IndexOperation
Replace the index.
repositoryAccessForbidden - Variable in class org.eclipse.jgit.http.server.HttpServerText
 
RepositoryFilter - Class in org.eclipse.jgit.http.server
Open a repository named by the path info through RepositoryResolver.
RepositoryFilter(RepositoryResolver<HttpServletRequest>) - Constructor for class org.eclipse.jgit.http.server.RepositoryFilter
Create a new filter.
repositoryNotFound - Variable in class org.eclipse.jgit.http.server.HttpServerText
 
REQUEST_LONG_POLL_TIMEOUT - Static variable in interface dev.getelements.elements.sdk.model.Headers
Used to trigger a Long-Polling type of requests.
REQUEST_LONG_POLL_TIMEOUT_DESCRIPTION - Static variable in interface dev.getelements.elements.sdk.model.Headers
An API-wide specification for the header specified by Headers.REQUEST_LONG_POLL_TIMEOUT.
requestFinish() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQAsyncOperation
Attempts to finish the operation by setting the state to JeroMQAsyncOperation.State.FINISH_PENDING.
RequestHeader - Class in dev.getelements.elements.rt.remote
Prepends a message request, providing scope and other information about how to dispatch the invocation.
RequestHeader() - Constructor for class dev.getelements.elements.rt.remote.RequestHeader
 
required(boolean) - Method in class dev.getelements.elements.sdk.model.util.MetadataSpecBuilder.PropertyBuilder
 
reset() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSCircularBlockBuffer
reset() - Method in interface dev.getelements.elements.rt.transact.unix.UnixFSCircularBlockBuffer.View
reset() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSDualCounter
Resets this counter ensuring that both leading/trailing values are equal to zero and the sign bits are set indicating that the counter is empty.
resolve(JsonRpcRequest) - Method in interface dev.getelements.elements.rt.jrpc.JsonRpcInvocationService
resolve(JsonRpcRequest) - Method in class dev.getelements.elements.rt.SimpleJsonRpcInvocationService
 
resolve(Application, Consumer<Repository>) - Method in interface dev.getelements.elements.git.ApplicationRepositoryResolver
Gets the Repository for the supplied Application.
resolve(Application, Consumer<Repository>) - Method in class dev.getelements.elements.git.FileSystemApplicationRepositoryResolver
 
resolve(Class<?>) - Method in class dev.getelements.elements.rt.remote.AbstractLocalInvocationDispatcher
 
resolve(Class<?>) - Method in class dev.getelements.elements.rt.remote.MasterNodeLocalInvocationDispatcher
Deprecated.
 
resolve(Class<?>) - Method in class dev.getelements.elements.rt.remote.ServiceLocatorLocalInvocationDispatcher
Deprecated.
 
resolve(Class<?>, ExposedBindingAnnotation) - Static method in class dev.getelements.elements.rt.annotation.ExposedBindingAnnotation.Util
Looks up the ExposedBindingAnnotation.BindingAnnotationFactory, instantiates it, and then applies it to the supplied Class<?>.
resolve(Class<?>, Invocation) - Method in class dev.getelements.elements.rt.remote.AbstractLocalInvocationDispatcher
 
resolve(Class<?>, String) - Method in class dev.getelements.elements.rt.remote.AbstractLocalInvocationDispatcher
 
resolve(Class<?>, String) - Method in class dev.getelements.elements.rt.remote.ContextLocalInvocationDispatcher
Deprecated.
 
resolve(Class<?>, String) - Method in class dev.getelements.elements.rt.remote.ServiceLocatorLocalInvocationDispatcher
Deprecated.
 
resolve(String, BlockchainNetwork) - Method in interface dev.getelements.elements.sdk.service.blockchain.SmartContractInvocationService
Generates a SmartContractInvocationResolution for the supplied contract, which can be used to invoke the underlying smart contract methods.
resolve(String, BlockchainNetwork) - Method in class dev.getelements.elements.service.blockchain.invoke.SuperUserSmartContractInvocationService
 
resolve(String, String) - Method in interface dev.getelements.elements.sdk.service.blockchain.SmartContractInvocationService
.
resolve(Function<String, String>) - Method in class dev.getelements.elements.sdk.cluster.path.ParameterizedPath
Resolves this instance against the supplied Function<String,String> which provides a mapping of parameters to their values.
resolve(Map<String, String>) - Method in class dev.getelements.elements.sdk.cluster.path.ParameterizedPath
Resolves all parameters in this ParameterizedPath with the supplied mapping of parameters.
resolveNodeStorageRoot(HasNodeId) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
Returns a Path to the path storage directory for the supplied NodeId.
resolvePathStorageRoot(HasNodeId) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
Returns a Path to the path storage directory for the supplied NodeId.
resolveResourceStorageRoot(HasNodeId) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
Returns a Path to the resource storage directory for the supplied NodeId.
resolveReversePathStorageRoot(HasNodeId) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
Resolves the reverse paths storage directory.
resolveTaskStorageRoot(HasNodeId) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
Returns a Path to the task storage directory for the supplied NodeId.
Resource - Interface in dev.getelements.elements.rt
A Resource is a logical unit of work, which is represented by an instance of this type.
RESOURCE_BASE - Static variable in class dev.getelements.elements.webui.WebUIAngularServlet
 
RESOURCE_CONTENTS_MAGIC - Static variable in class dev.getelements.elements.rt.transact.unix.UnixFSDataHeader
 
RESOURCE_DEAD - Enum constant in enum class dev.getelements.elements.rt.ResponseCode
A resource has been destroyed and the client code is now operating with a dead handle to a Resource.
RESOURCE_DESTROYED - Enum constant in enum class dev.getelements.elements.rt.ResponseCode
A resource was destroyed while waiting for a response.
RESOURCE_EXTENSION - Static variable in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
 
RESOURCE_ID - Enum constant in enum class dev.getelements.elements.rt.transact.unix.UnixFSTransactionParameter.Type
Represents a ResourceId
RESOURCE_NOT_FOUND - Enum constant in enum class dev.getelements.elements.rt.ResponseCode
A particular path or resource ID could not be found.
ResourceContents - Interface in dev.getelements.elements.rt.transact
 
ResourceContext - Interface in dev.getelements.elements.rt
The interface for manipulating Resources in the cluster.
ResourceDestroyedException - Exception Class in dev.getelements.elements.rt.exception
 
ResourceDestroyedException(ResourceId) - Constructor for exception class dev.getelements.elements.rt.exception.ResourceDestroyedException
 
ResourceEntry - Interface in dev.getelements.elements.rt.transact
Represents a node in the Snapshot.
ResourceEntry.OperationalStrategy - Interface in dev.getelements.elements.rt.transact
A Operational Strategy type for the supplied ResourceEntry.
ResourceId - Class in dev.getelements.elements.sdk.cluster.id
Represents the globally unique ID for a particular resource.
resourceIdFromByteBuffer(ByteBuffer) - Static method in class dev.getelements.elements.sdk.cluster.id.ResourceId
Parses a new ResourceId from the given ByteBuffer.
resourceIdFromByteBuffer(ByteBuffer, int) - Static method in class dev.getelements.elements.sdk.cluster.id.ResourceId
Reads a ResourceId from the supplied ByteBuffer and position, ensuring that the buffer's mark, limit, and position are unaffected.
resourceIdFromBytes(byte[]) - Static method in class dev.getelements.elements.sdk.cluster.id.ResourceId
Parses a new ResourceId from the given
invalid reference
byte[]
.
resourceIdFromString(String) - Static method in class dev.getelements.elements.sdk.cluster.id.ResourceId
Parses a new ResourceId from the given String.
ResourceIndex - Interface in dev.getelements.elements.rt.transact
Allows for fetching and opening of the Resource data.
ResourceLoader - Interface in dev.getelements.elements.rt
Loads instances of Resource based on Path instances.
ResourceNotFoundException - Exception Class in dev.getelements.elements.rt.exception
Created by patricktwohig on 8/14/17.
ResourceNotFoundException() - Constructor for exception class dev.getelements.elements.rt.exception.ResourceNotFoundException
 
ResourceNotFoundException(String) - Constructor for exception class dev.getelements.elements.rt.exception.ResourceNotFoundException
 
ResourceNotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.ResourceNotFoundException
 
ResourceNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.rt.exception.ResourceNotFoundException
 
ResourceNotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.ResourceNotFoundException
 
ResourceOptionalSessionProvider - Class in dev.getelements.elements.appnode.security
 
ResourceOptionalSessionProvider() - Constructor for class dev.getelements.elements.appnode.security.ResourceOptionalSessionProvider
 
ResourcePersistenceException - Exception Class in dev.getelements.elements.rt.exception
 
ResourcePersistenceException() - Constructor for exception class dev.getelements.elements.rt.exception.ResourcePersistenceException
 
ResourcePersistenceException(String) - Constructor for exception class dev.getelements.elements.rt.exception.ResourcePersistenceException
 
ResourcePersistenceException(String, Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.ResourcePersistenceException
 
ResourcePersistenceException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.rt.exception.ResourcePersistenceException
 
ResourcePersistenceException(Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.ResourcePersistenceException
 
RESOURCES_DIRECTORY - Static variable in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
 
ResourceScope - Class in dev.getelements.elements.rt.guice
A Guice Scope which tracks the current Resource.
ResourceService - Interface in dev.getelements.elements.rt
This is the service responsible for maintaining a set of Resource instances.
ResourceService.Listing - Interface in dev.getelements.elements.rt
Contains the association between the Path and ResourceId.
ResourceService.ResourceAcquisition - Interface in dev.getelements.elements.rt
Acquires a Resource, guaranteeing it will stay in memory until this object is closed.
ResourceService.ResourceTransaction - Interface in dev.getelements.elements.rt
Represents a transaction against a single instance of a Resource.
ResourceService.Unlink - Interface in dev.getelements.elements.rt
ResponseCode - Enum Class in dev.getelements.elements.rt
Enumeration of the various server reserved response codes.
ResponseHeader - Class in dev.getelements.elements.rt.remote
Prepends a message response, providing scope and other information about the response.
ResponseHeader() - Constructor for class dev.getelements.elements.rt.remote.ResponseHeader
 
REST_API_ROOT - Static variable in class dev.getelements.elements.rest.guice.RestAPIJerseyModule
 
RestAPIGuiceResourceConfig - Class in dev.getelements.elements.rest.guice
Created by patricktwohig on 3/20/15.
RestAPIGuiceResourceConfig(ServiceLocator, ServletContext) - Constructor for class dev.getelements.elements.rest.guice.RestAPIGuiceResourceConfig
 
RestAPIJerseyModule - Class in dev.getelements.elements.rest.guice
Created by patricktwohig on 3/19/15.
RestAPIJerseyModule() - Constructor for class dev.getelements.elements.rest.guice.RestAPIJerseyModule
 
restartNode(ApplicationId) - Method in interface dev.getelements.elements.rt.remote.Worker.Mutator
Restarts the supplied Node with the supplied ApplicationId.
restartNode(String) - Method in interface dev.getelements.elements.rt.remote.Worker.Mutator
Restarts the supplied Node with the supplied name.
restartNode(Collection<ApplicationId>) - Method in interface dev.getelements.elements.rt.remote.Worker.Mutator
Restarts the supplied Nodes with the supplied ApplicationIds.
RestDocRedirectFilter - Class in dev.getelements.elements.rest.guice
 
RestDocRedirectFilter() - Constructor for class dev.getelements.elements.rest.guice.RestDocRedirectFilter
 
RestJettyModuleDefaults - Class in dev.getelements.elements.rest.guice
 
RestJettyModuleDefaults() - Constructor for class dev.getelements.elements.rest.guice.RestJettyModuleDefaults
 
ResultAcceptor<T> - Interface in dev.getelements.elements.rt
Provides a means to accept results returned by instances of MethodDispatcher
ResultHandler - Annotation Interface in dev.getelements.elements.rt.annotation
Designates a FunctionalInterface annotated-type parameter which will receive the result returned from a remote invocation.
ResultHandlerStrategy - Interface in dev.getelements.elements.rt
This defines the strategy of how JSON-RPC handles the response.
resume(TaskId, Object...) - Method in interface dev.getelements.elements.rt.Resource
Resumes the supplied task with the TaskId and the list of results.
resume(TaskId, Object...) - Method in interface dev.getelements.elements.rt.SchedulerContext
Resumes the supplied task with the TaskId supplying multiple results to the destination.
resume(TaskId, Object...) - Method in class dev.getelements.elements.rt.SimpleSchedulerContext
 
resume(TaskId, Object...) - Method in class dev.getelements.elements.rt.transact.TransactionalResource
 
resume(TaskId, Object...) - Method in class dev.getelements.elements.rt.transact.TransactionalSchedulerContext
 
resumeFromNetwork(TaskId, Object) - Method in interface dev.getelements.elements.rt.Resource
Resumes a suspended task, accepting the task id.
resumeFromNetwork(TaskId, Object) - Method in interface dev.getelements.elements.rt.SchedulerContext
Resumes a task that was waiting on a network call.
resumeFromNetwork(TaskId, Object) - Method in class dev.getelements.elements.rt.SimpleSchedulerContext
 
resumeFromNetwork(TaskId, Object) - Method in class dev.getelements.elements.rt.transact.TransactionalResource
 
resumeFromNetwork(TaskId, Object) - Method in class dev.getelements.elements.rt.transact.TransactionalSchedulerContext
 
resumeFromScheduler(TaskId, double) - Method in interface dev.getelements.elements.rt.Resource
Resumes a suspended task, accepting the task id.
resumeFromScheduler(TaskId, double) - Method in class dev.getelements.elements.rt.transact.TransactionalResource
 
ResumeReason - Enum Class in dev.getelements.elements.rt
Provides a reason as to why a task was resumed, typically by the SchedulerContext, but not always.
resumeTask(TaskId, Consumer<Throwable>) - Method in interface dev.getelements.elements.rt.Scheduler
Resumes the task associated with the supplied TaskId.
resumeTaskAfterDelay(long, TimeUnit, TaskId, Runnable) - Method in class dev.getelements.elements.rt.SimpleSchedulerContext
 
resumeTaskAfterDelay(TaskId, long, TimeUnit) - Method in interface dev.getelements.elements.rt.SchedulerContext
Resumes the task associated with the supplied TaskId.
resumeTaskAfterDelay(TaskId, long, TimeUnit) - Method in class dev.getelements.elements.rt.SimpleSchedulerContext
 
resumeTaskAfterDelay(TaskId, long, TimeUnit) - Method in class dev.getelements.elements.rt.transact.TransactionalSchedulerContext
 
resumeTaskAfterDelay(TaskId, long, TimeUnit, Runnable, Consumer<Throwable>) - Method in interface dev.getelements.elements.rt.Scheduler
Resumes the task associated with the supplied TaskId.
resumeWithError(TaskId, Throwable) - Method in interface dev.getelements.elements.rt.Resource
Resumes a suspended task, accepting the task id.
resumeWithError(TaskId, Throwable) - Method in interface dev.getelements.elements.rt.SchedulerContext
Resumes a task that was waiting for any reason.
resumeWithError(TaskId, Throwable) - Method in class dev.getelements.elements.rt.SimpleSchedulerContext
 
resumeWithError(TaskId, Throwable) - Method in class dev.getelements.elements.rt.transact.TransactionalResource
 
resumeWithError(TaskId, Throwable) - Method in class dev.getelements.elements.rt.transact.TransactionalSchedulerContext
 
RetainedHandlerService - Interface in dev.getelements.elements.rt
Allows for the manipulating of handler Resources as shared instances.
reverse() - Method in interface dev.getelements.elements.rt.transact.unix.UnixFSCircularBlockBuffer.View
Returns a stream view of the current valid elements contained in this buffer, in reverse order.
reverse(DestinationT) - Method in interface dev.getelements.elements.sdk.model.util.MapperRegistry.ReversibleMapper
Maps the destination to the source.
reverse(DestinationT, SourceT) - Method in interface dev.getelements.elements.sdk.model.util.MapperRegistry.ReversibleUpdater
Maps the destination to the source.
reverse(Application) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoApplicationMapper
 
reverse(Application) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoApplicationMapperImpl
 
reverse(ApplicationConfiguration) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoApplicationConfigurationMapper
 
reverse(ApplicationConfiguration) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoApplicationConfigurationMapperImpl
 
reverse(CallbackDefinition) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoCallbackDefinitionMapper
 
reverse(CallbackDefinition) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoCallbackDefinitionMapperImpl
 
reverse(ElementServiceReference) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoElementServiceReferenceMapper
 
reverse(ElementServiceReference) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoElementServiceReferenceMapperImpl
 
reverse(FacebookApplicationConfiguration) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoFacebookApplicationConfigurationMapper
 
reverse(FacebookApplicationConfiguration) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoFacebookApplicationConfigurationMapperImpl
 
reverse(FirebaseApplicationConfiguration) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoFirebaseApplicationConfigurationMapper
 
reverse(FirebaseApplicationConfiguration) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoFirebaseApplicationConfigurationMapperImpl
 
reverse(GooglePlayApplicationConfiguration) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoGooglePlayApplicationConfigurationMapper
 
reverse(GooglePlayApplicationConfiguration) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoGooglePlayApplicationConfigurationMapperImpl
 
reverse(IosApplicationConfiguration) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoIosApplicationConfigurationMapper
 
reverse(IosApplicationConfiguration) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoIosApplicationConfigurationMapperImpl
 
reverse(MatchmakingApplicationConfiguration) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoMatchmakingApplicationConfigurationMapper
 
reverse(MatchmakingApplicationConfiguration) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoMatchmakingApplicationConfigurationMapperImpl
 
reverse(ProductBundle) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoProductBundleMapper
 
reverse(ProductBundle) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoProductBundleMapperImpl
 
reverse(ProductBundleReward) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoProductBundleRewardMapper
 
reverse(ProductBundleReward) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoProductBundleRewardMapperImpl
 
reverse(PSNApplicationConfiguration) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoPSNApplicationConfigurationMapper
 
reverse(PSNApplicationConfiguration) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoPSNApplicationConfigurationMapperImpl
 
reverse(OAuth2AuthScheme) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoOAuth2AuthSchemeMapper
 
reverse(OAuth2AuthScheme) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoOAuth2AuthSchemeMapperImpl
 
reverse(OidcAuthScheme) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoOidcAuthSchemeMapper
 
reverse(OidcAuthScheme) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoOidcAuthSchemeMapperImpl
 
reverse(UserUid) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoUserUidMapper
 
reverse(UserUid) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoUserUidMapperImpl
 
REVERSE_PATH_EXTENSION - Static variable in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
 
REVERSE_PATH_MAGIC - Static variable in class dev.getelements.elements.rt.transact.unix.UnixFSDataHeader
 
REVERSE_PATHS_DIRECTORY - Static variable in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
 
reversed() - Method in interface dev.getelements.elements.sdk.model.util.MapperRegistry.ReversibleMapper
Returns this MapperRegistry.ReversibleMapper, in reverse.
reversed() - Method in interface dev.getelements.elements.sdk.model.util.MapperRegistry.ReversibleUpdater
Returns this MapperRegistry.ReversibleMapper, in reverse.
reversed() - Method in record class dev.getelements.elements.sdk.model.util.SimpleMapperRegistry.MappingKey
Reverses this key.
reverseRange() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSDualCounter.Snapshot
Returns IntStream representing the range of valid integers covered by this stream, in reverse order.
revision - Variable in class dev.getelements.elements.sdk.model.cdn.CreateDeploymentRequest
 
revision - Variable in class dev.getelements.elements.sdk.model.cdn.UpdateDeploymentRequest
 
revision - Variable in class dev.getelements.elements.sdk.model.Deployment
 
REVISION - Static variable in class dev.getelements.elements.service.version.BuildPropertiesVersionService
 
Reward - Class in dev.getelements.elements.sdk.model.reward
Represents a mission step reward.
Reward() - Constructor for class dev.getelements.elements.sdk.model.reward.Reward
 
RewardIssuance - Class in dev.getelements.elements.sdk.model.reward
 
RewardIssuance() - Constructor for class dev.getelements.elements.sdk.model.reward.RewardIssuance
 
RewardIssuance.State - Enum Class in dev.getelements.elements.sdk.model.reward
 
RewardIssuance.Type - Enum Class in dev.getelements.elements.sdk.model.reward
 
RewardIssuanceDao - Interface in dev.getelements.elements.sdk.dao
Manipulates the instances of RewardIssuance, including the operations to ensure tha the rewards are properly inserted into the database and credited to a user's inventory in an atomic way.
rewardIssuanceListToMongoRewardIssuanceList(List<RewardIssuance>) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
RewardIssuanceRedemptionResult - Class in dev.getelements.elements.sdk.model.reward
 
RewardIssuanceRedemptionResult() - Constructor for class dev.getelements.elements.sdk.model.reward.RewardIssuanceRedemptionResult
 
RewardIssuanceResource - Class in dev.getelements.elements.rest.mission
 
RewardIssuanceResource() - Constructor for class dev.getelements.elements.rest.mission.RewardIssuanceResource
 
RewardIssuanceService - Interface in dev.getelements.elements.sdk.service.rewardissuance
 
RewardIssuanceServiceProvider - Class in dev.getelements.elements.service.rewardissuance
 
RewardIssuanceServiceProvider() - Constructor for class dev.getelements.elements.service.rewardissuance.RewardIssuanceServiceProvider
 
rewardListToMongoRewardList(List<Reward>) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
Rfc7468Label - Enum Class in dev.getelements.elements.sdk.model.security
Represents a PEM label per RFC-7468
RIGHT - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearProof.Direction
 
rmrf(Path) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
Recursively removes the object at the supplied Path.
ro(Consumer<Condition>) - Method in interface dev.getelements.elements.rt.util.ReadWriteGuard
 
rollback() - Method in class dev.getelements.elements.dao.mongo.guice.MorphiaGuiceTransaction
 
rollback() - Method in interface dev.getelements.elements.rt.ResourceService.ResourceTransaction
Rolls the transaction back.
rollback() - Method in interface dev.getelements.elements.rt.transact.ReadWriteTransaction
Rolls back the transaction, releasing any temporary resources associated with the ReadWriteTransaction.
rollback() - Method in interface dev.getelements.elements.rt.transact.TransactionJournal.MutableEntry
Rolls back the pending changes to the TransactionJournal.
rollback() - Method in interface dev.getelements.elements.sdk.dao.Transaction
Rolls back the transaction.
Rollover - Class in dev.getelements.elements.rt
 
Rollover() - Constructor for class dev.getelements.elements.rt.Rollover
 
Rollover(int) - Constructor for class dev.getelements.elements.rt.Rollover
 
Root - Class in dev.getelements.elements.setup.commands
 
Root() - Constructor for class dev.getelements.elements.setup.commands.Root
 
ROOT - Static variable in interface dev.getelements.elements.sdk.ElementRegistry
A name binding for the root ElementRegistry
ROOT_TOPIC - Static variable in class dev.getelements.elements.sdk.model.match.Match
 
RootElementRegistry - Class in dev.getelements.elements.sdk.spi
Implements ElementRegistry at the root level with no parent.
RootElementRegistry() - Constructor for class dev.getelements.elements.sdk.spi.RootElementRegistry
 
RootElementRegistry(Supplier<Stream<Element>>) - Constructor for class dev.getelements.elements.sdk.spi.RootElementRegistry
 
RootElementRegistryModule - Class in dev.getelements.elements.sdk.guice
Specifies a singleton ElementRegistry instance scoped with the name specified in ElementRegistry.ROOT and makes it available to the entire application.
RootElementRegistryModule() - Constructor for class dev.getelements.elements.sdk.guice.RootElementRegistryModule
 
RoundRobin<T> - Class in dev.getelements.elements.sdk.model.util
Allows for round-robin iteration of a list of objects in a thread safe.
RoundRobin<T> - Interface in dev.getelements.elements.rt
Implements a round-robin data structure which will repeatedly select from a set of values ensuring an even distribution across all values.
RoundRobin(Collection<T>) - Constructor for class dev.getelements.elements.sdk.model.util.RoundRobin
Constructs a RoundRobin<T> from the supplied Collection<T>
RoundRobin(Stream<T>) - Constructor for class dev.getelements.elements.sdk.model.util.RoundRobin
Constructs a RoundRobin<T> from the supplied Collection<T>
Route - Class in dev.getelements.elements.rt.remote
 
Route() - Constructor for class dev.getelements.elements.rt.remote.Route
 
routing() - Element in annotation interface dev.getelements.elements.rt.annotation.RemotelyInvokable
Specifies the routing options using the Routing annotation.
Routing - Annotation Interface in dev.getelements.elements.rt.annotation
Specifies the routing information for the method call.
ROUTING_EXCEPTION - Enum constant in enum class dev.getelements.elements.rt.ResponseCode
Indicates that there was a problem routing calls to a remote node.
RoutingAddressSource - Annotation Interface in dev.getelements.elements.rt.annotation
Designates a method that provides the routing address.
RoutingException - Exception Class in dev.getelements.elements.rt.exception
 
RoutingException() - Constructor for exception class dev.getelements.elements.rt.exception.RoutingException
 
RoutingException(String) - Constructor for exception class dev.getelements.elements.rt.exception.RoutingException
 
RoutingException(String, Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.RoutingException
 
RoutingException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.rt.exception.RoutingException
 
RoutingException(Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.RoutingException
 
RoutingHealthStatus - Class in dev.getelements.elements.sdk.model.health
 
RoutingHealthStatus() - Constructor for class dev.getelements.elements.sdk.model.health.RoutingHealthStatus
 
RoutingStatus - Interface in dev.getelements.elements.rt.remote
 
RoutingStatus.Route - Interface in dev.getelements.elements.rt.remote
 
RoutingStrategy - Interface in dev.getelements.elements.rt.remote
A RoutingStrategy relies on the RemoteInvokerRegistry and address data to route an Invocation to a specific RemoteInvoker based on the addressing parameters in the method that is invoked.
RoutingUtility - Interface in dev.getelements.elements.rt.routing
 
RPC_MODELS - Static variable in class dev.getelements.elements.rt.SimpleModelManifestService
 
RPC_SERVICES - Static variable in class dev.getelements.elements.rt.SimpleJsonRpcManifestService
 
RpcApiModuleDefaults - Class in dev.getelements.elements.rpc
 
RpcApiModuleDefaults() - Constructor for class dev.getelements.elements.rpc.RpcApiModuleDefaults
 
RpcJerseyModule - Class in dev.getelements.elements.rpc.guice
 
RpcJerseyModule() - Constructor for class dev.getelements.elements.rpc.guice.RpcJerseyModule
 
RpcResourceConfig - Class in dev.getelements.elements.rpc
 
RpcResourceConfig(ServiceLocator, ServletContext) - Constructor for class dev.getelements.elements.rpc.RpcResourceConfig
 
RSA_256 - Enum constant in enum class dev.getelements.elements.sdk.model.crypto.PrivateKeyCrytpoAlgorithm
RSA 256-bit
RSA_384 - Enum constant in enum class dev.getelements.elements.sdk.model.crypto.PrivateKeyCrytpoAlgorithm
RSA 384-bit
RSA_512 - Enum constant in enum class dev.getelements.elements.sdk.model.crypto.PrivateKeyCrytpoAlgorithm
RSA 512-bit
RSA_ALGO - Static variable in interface dev.getelements.elements.sdk.service.util.CryptoKeyPairUtility
The RSA Algorithm.
RT_PATH - Enum constant in enum class dev.getelements.elements.rt.transact.unix.UnixFSTransactionParameter.Type
Represents a Path
run() - Method in class dev.getelements.elements.appnode.StatusCheck
 
run() - Method in class dev.getelements.elements.jetty.ElementsWebServices
 
run() - Method in class dev.getelements.elements.rt.jeromq.JeroMQMonitorThread
 
run() - Method in interface dev.getelements.elements.sdk.local.ElementsLocal
Runs the instance and will block until shutdown.
run() - Method in class dev.getelements.elements.sdk.local.StandardElementsLocal
 
run(String[]) - Method in class dev.getelements.elements.setup.commands.AbstractUserSetupCommand
 
run(String[]) - Method in class dev.getelements.elements.setup.commands.DumpDefaultProperties
 
run(String[]) - Method in class dev.getelements.elements.setup.commands.Help
 
run(String[]) - Method in class dev.getelements.elements.setup.commands.Root
 
run(String[]) - Method in class dev.getelements.elements.setup.commands.SetupShell
 
run(String[]) - Method in class dev.getelements.elements.setup.Setup
Runs the command.
run(String[]) - Method in interface dev.getelements.elements.setup.SetupCommand
Passed to the command after it has been instantiated by the IoC system.
run(SocketAddress...) - Method in interface dev.getelements.elements.rt.ServerContainer
Binds and runs the server.
run(BooleanSupplier) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQRoutingServer
 
rw(Consumer<Condition>) - Method in interface dev.getelements.elements.rt.util.ReadWriteGuard
 

S

SALT_LENGTH - Static variable in class dev.getelements.elements.dao.mongo.MongoPasswordUtils
 
SameNodeIdRoutingStrategy - Class in dev.getelements.elements.rt.routing
A RoutingStrategy which ensures that accepts all address components are instances of HasNodeId and that all NodeId instances point to the same place.
SameNodeIdRoutingStrategy() - Constructor for class dev.getelements.elements.rt.routing.SameNodeIdRoutingStrategy
 
SANDBOX - Enum constant in enum class dev.getelements.elements.sdk.model.appleiapreceipt.CreateAppleIapReceipt.CreateAppleIapReceiptEnvironment
The Sandbox environment (i.e.
SANDBOX - Enum constant in enum class dev.getelements.elements.sdk.service.appleiap.client.invoker.AppleIapVerifyReceiptInvoker.AppleIapVerifyReceiptEnvironment
The Sandbox environment (i.e.
SANDBOX_BASE_API_URL - Static variable in interface dev.getelements.elements.sdk.service.appleiap.AppleIapConstants
The base url for sandbox receipt verification.
SaveDataDocument - Class in dev.getelements.elements.sdk.model.savedata
 
SaveDataDocument() - Constructor for class dev.getelements.elements.sdk.model.savedata.SaveDataDocument
 
SaveDataDocumentDao - Interface in dev.getelements.elements.sdk.dao
Accesses save data documents from the database.
SaveDataDocumentPagination - Class in dev.getelements.elements.rest.test.model
 
SaveDataDocumentPagination() - Constructor for class dev.getelements.elements.rest.test.model.SaveDataDocumentPagination
 
SaveDataDocumentResource - Class in dev.getelements.elements.rest.savedata
 
SaveDataDocumentResource() - Constructor for class dev.getelements.elements.rest.savedata.SaveDataDocumentResource
 
SaveDataDocumentService - Interface in dev.getelements.elements.sdk.service.savedata
Saves and retrieves documents from the save document system.
SaveDataDocumentServiceProvider - Class in dev.getelements.elements.service.savedata
 
SaveDataDocumentServiceProvider() - Constructor for class dev.getelements.elements.service.savedata.SaveDataDocumentServiceProvider
 
saveDataDocumentToMongoSaveDataDocumentId(SaveDataDocument, MongoSaveDataDocumentId) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
SaveDataNotFoundException - Exception Class in dev.getelements.elements.sdk.model.exception.savedata
Thrown when an instance of SaveDataDocument can't be found.
SaveDataNotFoundException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.savedata.SaveDataNotFoundException
 
SaveDataNotFoundException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.savedata.SaveDataNotFoundException
 
SaveDataNotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.savedata.SaveDataNotFoundException
 
SaveDataNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.savedata.SaveDataNotFoundException
 
SaveDataNotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.savedata.SaveDataNotFoundException
 
saveNewResource(Path, ResourceId) - Method in interface dev.getelements.elements.rt.transact.ReadWriteTransaction
Opens a WritableByteChannel to a newly defined Resource with the following Path and ResourceId.
saveOrUpdateLargeObject(LargeObject) - Method in interface dev.getelements.elements.sdk.service.largeobject.LargeObjectService
 
saveOrUpdateLargeObject(LargeObject) - Method in class dev.getelements.elements.service.largeobject.AnonLargeObjectService
 
saveOrUpdateLargeObject(LargeObject) - Method in class dev.getelements.elements.service.largeobject.SuperUserLargeObjectService
 
saveOrUpdateLargeObject(LargeObject) - Method in class dev.getelements.elements.service.largeobject.UserLargeObjectService
 
scanningScope(String) - Method in class dev.getelements.elements.jrpc.JsonRpcModule
Scans for the scope, specifying both the models and services matching the scope.
schedule(Runnable, long, TimeUnit) - Method in class dev.getelements.elements.rt.util.LatchedScheduledExecutorServiceCompletionService
schedule(Callable<V>, long, TimeUnit) - Method in class dev.getelements.elements.rt.util.LatchedScheduledExecutorServiceCompletionService
Schedule - Class in dev.getelements.elements.sdk.model.mission
 
Schedule() - Constructor for class dev.getelements.elements.sdk.model.mission.Schedule
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class dev.getelements.elements.rt.util.LatchedScheduledExecutorServiceCompletionService
SCHEDULED_EXECUTOR_SERVICE - Static variable in interface dev.getelements.elements.rt.remote.Instance
Used with Named to name an instance of ScheduledExecutorService which is a general purpose pool of threads used for performing various tasks within the system that require scheduling.
ScheduleDao - Interface in dev.getelements.elements.sdk.dao
Provides access to Schedule instances within the database.
scheduleDestruction(ResourceId) - Method in class dev.getelements.elements.rt.SimpleScheduler
 
scheduleDestruction(ResourceId, long, TimeUnit) - Method in interface dev.getelements.elements.rt.Scheduler
Provided the ResourceId, this will schedule destruction at some point in the near future, but not before.
scheduleDestruction(ResourceId, long, TimeUnit) - Method in class dev.getelements.elements.rt.SimpleScheduler
 
ScheduledExecutorServiceProvider - Class in dev.getelements.elements.rt.remote.provider
 
ScheduledExecutorServiceProvider() - Constructor for class dev.getelements.elements.rt.remote.provider.ScheduledExecutorServiceProvider
 
ScheduleEvent - Class in dev.getelements.elements.sdk.model.mission
 
ScheduleEvent() - Constructor for class dev.getelements.elements.sdk.model.mission.ScheduleEvent
 
ScheduleEventDao - Interface in dev.getelements.elements.sdk.dao
Manges ScheduleEvent instances within the database.
scheduleEventListToMongoScheduleEventList(List<ScheduleEvent>) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
ScheduleEventNotFoundException - Exception Class in dev.getelements.elements.sdk.model.exception.mission
 
ScheduleEventNotFoundException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.mission.ScheduleEventNotFoundException
 
ScheduleEventNotFoundException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.mission.ScheduleEventNotFoundException
 
ScheduleEventNotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.mission.ScheduleEventNotFoundException
 
ScheduleEventNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.mission.ScheduleEventNotFoundException
 
ScheduleEventNotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.mission.ScheduleEventNotFoundException
 
ScheduleEventPagination - Class in dev.getelements.elements.rest.test.model
 
ScheduleEventPagination() - Constructor for class dev.getelements.elements.rest.test.model.ScheduleEventPagination
 
ScheduleEventResource - Class in dev.getelements.elements.rest.mission
 
ScheduleEventResource() - Constructor for class dev.getelements.elements.rest.mission.ScheduleEventResource
 
ScheduleEventService - Interface in dev.getelements.elements.sdk.service.mission
 
ScheduleEventServiceProvider - Class in dev.getelements.elements.service.mission
 
ScheduleEventServiceProvider() - Constructor for class dev.getelements.elements.service.mission.ScheduleEventServiceProvider
 
scheduleListToMongoScheduleList(List<Schedule>) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
ScheduleNotFoundException - Exception Class in dev.getelements.elements.sdk.model.exception.mission
 
ScheduleNotFoundException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.mission.ScheduleNotFoundException
 
ScheduleNotFoundException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.mission.ScheduleNotFoundException
 
ScheduleNotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.mission.ScheduleNotFoundException
 
ScheduleNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.mission.ScheduleNotFoundException
 
ScheduleNotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.mission.ScheduleNotFoundException
 
SchedulePagination - Class in dev.getelements.elements.rest.test.model
 
SchedulePagination() - Constructor for class dev.getelements.elements.rest.test.model.SchedulePagination
 
ScheduleProgressDao - Interface in dev.getelements.elements.sdk.dao
Manages Progress instances for the
ScheduleProgressResource - Class in dev.getelements.elements.rest.mission
 
ScheduleProgressResource() - Constructor for class dev.getelements.elements.rest.mission.ScheduleProgressResource
 
ScheduleProgressService - Interface in dev.getelements.elements.sdk.service.mission
Manages Progress instances in relation to a Schedule.
ScheduleProgressServiceProvider - Class in dev.getelements.elements.service.mission
 
ScheduleProgressServiceProvider() - Constructor for class dev.getelements.elements.service.mission.ScheduleProgressServiceProvider
 
Scheduler - Interface in dev.getelements.elements.rt
The Scheduler is the main entry point dispatching requests and operations to the various Resource instances contained in the underlying services.
SCHEDULER - Enum constant in enum class dev.getelements.elements.rt.ResumeReason
The coroutine was resumed by the SchedulerContext
SCHEDULER_THREADS - Static variable in interface dev.getelements.elements.rt.Constants
The number of threads used by the SchedulerContext for timing/scheduling.
SchedulerContext - Interface in dev.getelements.elements.rt
This is the Proxyable for scheduling tasks within the cluster.
ScheduleResource - Class in dev.getelements.elements.rest.mission
 
ScheduleResource() - Constructor for class dev.getelements.elements.rest.mission.ScheduleResource
 
ScheduleService - Interface in dev.getelements.elements.sdk.service.mission
 
ScheduleServiceProvider - Class in dev.getelements.elements.service.mission
 
ScheduleServiceProvider() - Constructor for class dev.getelements.elements.service.mission.ScheduleServiceProvider
 
scheduleUnlink(Path, long, TimeUnit) - Method in interface dev.getelements.elements.rt.Scheduler
Provided the Path, this will schedule an unlink operation at some point in the near future, but not before the delay time specified in the parameters of this method.
scheduleUnlink(Path, long, TimeUnit) - Method in class dev.getelements.elements.rt.SimpleScheduler
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class dev.getelements.elements.rt.util.LatchedScheduledExecutorServiceCompletionService
SCHEMA_DRAFT_2020_12 - Static variable in class dev.getelements.elements.sdk.model.schema.json.JsonSchema
 
scheme - Variable in class dev.getelements.elements.sdk.model.auth.CreateOrUpdateOAuth2AuthSchemeResponse
 
scheme - Variable in class dev.getelements.elements.sdk.model.auth.CreateOrUpdateOidcAuthSchemeResponse
 
scheme - Variable in class dev.getelements.elements.sdk.model.auth.UpdateAuthSchemeResponse
 
SCHEME - Enum constant in enum class dev.getelements.elements.service.auth.OidcAuthServiceOperations.Claim
 
SCHEME_EMAIL - Static variable in interface dev.getelements.elements.sdk.dao.UserUidDao
 
SCHEME_NAME - Static variable in interface dev.getelements.elements.sdk.dao.UserUidDao
 
SCHEME_PHONE_NUMBER - Static variable in interface dev.getelements.elements.sdk.dao.UserUidDao
 
scope - Variable in class dev.getelements.elements.service.blockchain.invoke.StandardSmartContractInvocationResolution
 
scope() - Element in annotation interface dev.getelements.elements.rt.annotation.RemoteScope
Indicates the scope of the service.
scope(Key<T>, Provider<T>) - Method in class dev.getelements.elements.sdk.guice.ReentrantThreadLocalScope
 
ScopedInvoker<InvocationScopeT> - Interface in dev.getelements.elements.sdk.service.blockchain.invoke
Internal interface used to handle scoping of EvmSmartContractInvocationService.Invoker instances.
ScopedInvoker.Factory<InvocationScopeT,InvokerT> - Interface in dev.getelements.elements.sdk.service.blockchain.invoke
A Factory type which is used to make instances of invalid input: '{@link /*missing*/}'
ScopedServicesModule - Class in dev.getelements.elements.service.guice
 
ScopedServicesModule(Scope) - Constructor for class dev.getelements.elements.service.guice.ScopedServicesModule
 
scopes() - Element in annotation interface dev.getelements.elements.rt.annotation.RemoteModel
Defines the various remote scope definitions.
scopes() - Element in annotation interface dev.getelements.elements.rt.annotation.RemoteService
Defines the various remote scope definitions.
Score - Class in dev.getelements.elements.sdk.model.leaderboard
 
Score() - Constructor for class dev.getelements.elements.sdk.model.leaderboard.Score
 
ScoreDao - Interface in dev.getelements.elements.sdk.dao
Manipulates instances of Score within the database.
ScoreResource - Class in dev.getelements.elements.rest.leaderboard
 
ScoreResource() - Constructor for class dev.getelements.elements.rest.leaderboard.ScoreResource
 
ScoreService - Interface in dev.getelements.elements.sdk.service.leaderboard
Creates and manages instances of Score.
ScoreServiceProvider - Class in dev.getelements.elements.service.leaderboard
 
ScoreServiceProvider() - Constructor for class dev.getelements.elements.service.leaderboard.ScoreServiceProvider
 
scoreToMongoLeaderboard(Score) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
scramblePassword(MongoUser) - Method in class dev.getelements.elements.dao.mongo.MongoPasswordUtils
Given the instance of MongoUser, this will scramble the password making it extremely impossible for a user to login.
scramblePassword(UpdateBuilder) - Method in class dev.getelements.elements.dao.mongo.MongoPasswordUtils
Scrambles both the salt and the password.
scramblePasswordOnInsert() - Method in class dev.getelements.elements.dao.mongo.MongoPasswordUtils
Scrambles both the salt and the password.
scramblePasswordOnInsert(UpdateBuilder) - Method in class dev.getelements.elements.dao.mongo.MongoPasswordUtils
Scrambles both the salt and the password.
scramblePasswordOnInsert(Map<String, Object>) - Method in class dev.getelements.elements.dao.mongo.MongoPasswordUtils
Scrambles both the salt and the password.
SdkCallbackException - Exception Class in dev.getelements.elements.sdk.exception
 
SdkCallbackException() - Constructor for exception class dev.getelements.elements.sdk.exception.SdkCallbackException
 
SdkCallbackException(String) - Constructor for exception class dev.getelements.elements.sdk.exception.SdkCallbackException
 
SdkCallbackException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.exception.SdkCallbackException
 
SdkCallbackException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.exception.SdkCallbackException
 
SdkCallbackException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.exception.SdkCallbackException
 
SdkElementNotFoundException - Exception Class in dev.getelements.elements.sdk.exception
Thrown when a ElementLoaderFactory cannot find the requested element.
SdkElementNotFoundException() - Constructor for exception class dev.getelements.elements.sdk.exception.SdkElementNotFoundException
 
SdkElementNotFoundException(String) - Constructor for exception class dev.getelements.elements.sdk.exception.SdkElementNotFoundException
 
SdkElementNotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.exception.SdkElementNotFoundException
 
SdkElementNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.exception.SdkElementNotFoundException
 
SdkElementNotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.exception.SdkElementNotFoundException
 
SdkException - Exception Class in dev.getelements.elements.sdk.exception
Represents a generic exception for the ElementLoader and related types.
SdkException() - Constructor for exception class dev.getelements.elements.sdk.exception.SdkException
 
SdkException(String) - Constructor for exception class dev.getelements.elements.sdk.exception.SdkException
 
SdkException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.exception.SdkException
 
SdkException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.exception.SdkException
 
SdkException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.exception.SdkException
 
SdkMultiException - Exception Class in dev.getelements.elements.sdk.exception
 
SdkMultiException() - Constructor for exception class dev.getelements.elements.sdk.exception.SdkMultiException
 
SdkMultiException(String) - Constructor for exception class dev.getelements.elements.sdk.exception.SdkMultiException
 
SdkMultiException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.exception.SdkMultiException
 
SdkMultiException(String, Collection<? extends Throwable>) - Constructor for exception class dev.getelements.elements.sdk.exception.SdkMultiException
 
SdkMultiException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.exception.SdkMultiException
 
SdkServiceNotFoundException - Exception Class in dev.getelements.elements.sdk.exception
 
SdkServiceNotFoundException() - Constructor for exception class dev.getelements.elements.sdk.exception.SdkServiceNotFoundException
 
SdkServiceNotFoundException(String) - Constructor for exception class dev.getelements.elements.sdk.exception.SdkServiceNotFoundException
 
SdkServiceNotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.exception.SdkServiceNotFoundException
 
SdkServiceNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.exception.SdkServiceNotFoundException
 
SdkServiceNotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.exception.SdkServiceNotFoundException
 
SECRET_HEADER_LENGTH - Static variable in class dev.getelements.elements.dao.mongo.model.MongoSessionSecret
Represents the secret total length.
SecureRandomPasswordGenerator - Class in dev.getelements.elements.security
 
SecureRandomPasswordGenerator() - Constructor for class dev.getelements.elements.security.SecureRandomPasswordGenerator
 
SecureReader - Interface in dev.getelements.elements.setup
Securely reads the prompt from a shell (without echoing what is typed).
send() - Method in interface dev.getelements.elements.sdk.service.blockchain.NearSmartContractInvocationService.Invoker
Sends a transaction to the blockchain.
send() - Method in interface dev.getelements.elements.sdk.service.notification.Notification
Invokes Notification.send(Consumer, Consumer) with callbacks which simply logs the result.
send(byte[], HttpServletRequest, HttpServletResponse) - Static method in class org.eclipse.jgit.http.server.ServletUtils
Send a response to a GET or HEAD HTTP request.
send(NotificationParameters, Consumer<NotificationEvent>, Consumer<Exception>) - Method in interface dev.getelements.elements.sdk.service.notification.NotificationDestination
Sends a notification using the supplied NotificationParameters and calblack medhos.
send(String) - Method in interface dev.getelements.elements.sdk.service.blockchain.FlowSmartContractInvocationService.Invoker
Sends a transaction to the blockchain.
send(String, List<String>, List<?>) - Method in interface dev.getelements.elements.sdk.service.blockchain.FlowSmartContractInvocationService.Invoker
Sends a transaction to the blockchain.
send(String, List<String>, List<?>) - Method in class dev.getelements.elements.service.blockchain.invoke.flow.FlowInvoker
 
send(String, List<String>, List<Object>, List<String>) - Method in interface dev.getelements.elements.sdk.service.blockchain.EvmSmartContractInvocationService.Invoker
Sends a transaction to the blockchain by calling the specified smart contract method with the supplied parameter types and return types.
send(String, List<String>, List<Object>, List<String>) - Method in class dev.getelements.elements.service.blockchain.invoke.evm.Web3jInvoker
 
send(Consumer<NotificationEvent>, Consumer<Exception>) - Method in interface dev.getelements.elements.sdk.service.notification.Notification
Enqueues this Notification to be sent.
send(Consumer<NotificationEvent>, Consumer<Exception>) - Method in class dev.getelements.elements.service.notification.StandardNotification
 
send(List<Map.Entry<String, Map<String, Object>>>) - Method in interface dev.getelements.elements.sdk.service.blockchain.NearSmartContractInvocationService.Invoker
Sends a transaction to the blockchain.
send(List<Map.Entry<String, Map<String, Object>>>) - Method in class dev.getelements.elements.service.blockchain.invoke.near.NearInvoker
 
send(ZMsg, ZMQ.Socket) - Static method in class dev.getelements.elements.rt.remote.jeromq.JeroMQControlClient
Sends the supplied ZMsg on the supplied ZMQ.Socket, adding header and delimiter information as necessary
sendDirect(String) - Method in interface dev.getelements.elements.sdk.service.blockchain.NearSmartContractInvocationService.Invoker
Sends a transaction to the blockchain with a specified receiver id.
sendDirect(String, List<Map.Entry<String, Map<String, Object>>>) - Method in interface dev.getelements.elements.sdk.service.blockchain.NearSmartContractInvocationService.Invoker
Sends a transaction to the blockchain with a specified receiver id.
sendDirect(String, List<Map.Entry<String, Map<String, Object>>>) - Method in class dev.getelements.elements.service.blockchain.invoke.near.NearInvoker
 
sender(Profile) - Method in interface dev.getelements.elements.sdk.service.notification.NotificationBuilder
Specifies the profile which is sending the notification.
sendError(HttpServletRequest, HttpServletResponse, int) - Static method in class org.eclipse.jgit.http.server.GitSmartHttpTools
Send an error to the Git client or browser.
sendError(HttpServletRequest, HttpServletResponse, int, String) - Static method in class org.eclipse.jgit.http.server.GitSmartHttpTools
Send an error to the Git client or browser.
sendPlainText(String, HttpServletRequest, HttpServletResponse) - Static method in class org.eclipse.jgit.http.server.ServletUtils
Send a plain text response to a GET or HEAD HTTP request.
serialize(OutputStream) - Method in interface dev.getelements.elements.rt.Resource
Dumps the entire contents of this Resource to the supplied OutputStream where it can be reconstituted later using the Resource.deserialize(InputStream) method.
serialize(OutputStream) - Method in class dev.getelements.elements.rt.transact.TransactionalResource
 
serialize(WritableByteChannel) - Method in interface dev.getelements.elements.rt.Resource
Dumps the entire contents of this Resource to the supplied WritableByteChannel where it can be reconstituted later using the Resource.deserialize(InputStream) method.
serialize(WritableByteChannel) - Method in class dev.getelements.elements.rt.transact.TransactionalResource
 
Serialize - Annotation Interface in dev.getelements.elements.rt.annotation
Designates a method parameters to be serialized for remote invocation.
Serialize.Util - Class in dev.getelements.elements.rt.annotation
 
serve(Iterable<String>) - Method in interface dev.getelements.elements.guice.ServletBindings
 
serve(String) - Method in class org.eclipse.jgit.http.server.glue.MetaFilter
Construct a binding for a specific path.
serve(String) - Method in class org.eclipse.jgit.http.server.glue.MetaServlet
Construct a binding for a specific path.
serve(String, String...) - Method in interface dev.getelements.elements.guice.ServletBindings
 
server(Supplier<ZMQ.Socket>) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQCurveSecurity
 
server(Supplier<ZMQ.Socket>) - Method in interface dev.getelements.elements.rt.remote.jeromq.JeroMQSecurity
Configures the socket for use as a server socket.
server(ZMQ.Socket) - Method in interface dev.getelements.elements.rt.remote.jeromq.JeroMQSecurity
Configures the socket for use as a server socket.
SERVER_CONTEXT_PREFIX - Static variable in class dev.getelements.elements.sdk.model.reward.RewardIssuance
 
SERVER_ERROR_MAX - Static variable in class dev.getelements.elements.rt.jrpc.JsonRpcError
 
SERVER_ERROR_MIN - Static variable in class dev.getelements.elements.rt.jrpc.JsonRpcError
 
ServerContainer - Interface in dev.getelements.elements.rt
This is the main class used to manage the lifecycle of the underlying Scheduler instances.
ServerContainer.RunningInstance - Interface in dev.getelements.elements.rt
 
serveRegex(Iterable<String>) - Method in interface dev.getelements.elements.guice.ServletBindings
 
serveRegex(String) - Method in class org.eclipse.jgit.http.server.glue.MetaFilter
Construct a binding for a regular expression.
serveRegex(String) - Method in class org.eclipse.jgit.http.server.glue.MetaServlet
Construct a binding for a regular expression.
serveRegex(String, String...) - Method in interface dev.getelements.elements.guice.ServletBindings
 
serveRegex(Pattern) - Method in class org.eclipse.jgit.http.server.glue.MetaFilter
Construct a binding for a regular expression.
service() - Method in record class dev.getelements.elements.sdk.query.MethodCallbackRecord
Returns the value of the service record component.
service(ElementServiceKey<ServiceT>) - Method in record class dev.getelements.elements.sdk.query.ElementQuery
Gets the ElementServiceQuery for the specific ElementServiceKey.
service(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jgit.http.server.glue.MetaServlet
 
service(String) - Method in record class dev.getelements.elements.sdk.query.ElementQuery
Gets a ElementServiceQuery from the selected Element.
SERVICE - Static variable in interface dev.getelements.elements.sdk.service.Constants
Generic name for service scoped types.
SERVICE_LOCATOR - Static variable in interface dev.getelements.elements.sdk.ElementStandardBeanProperties
The ElementRecord bean property.
SERVICE_LOCATOR_PROPERTY - Static variable in interface dev.getelements.elements.sdk.ElementStandardBeanProperties
SERVICE_NAME_SEPARATOR - Static variable in record class dev.getelements.elements.sdk.record.ElementServiceKey
Service name separator.
SERVICE_NOT_FOUND - Enum constant in enum class dev.getelements.elements.rt.ResponseCode
A particular service could not be found at the requested path.
ServiceFactory - Interface in dev.getelements.elements.service.user
 
serviceKey() - Method in record class dev.getelements.elements.sdk.query.ElementCallbackQuery
Returns the value of the serviceKey record component.
serviceKey() - Method in record class dev.getelements.elements.sdk.query.ElementServiceQuery
Returns the value of the serviceKey record component.
serviceKey() - Method in record class dev.getelements.elements.sdk.record.ElementEventKey
Returns the value of the serviceKey record component.
ServiceLocator - Interface in dev.getelements.elements.sdk
Used to access instances which would otherwise be provided using the javax.getInstance annotations javax.injext.Inject and javax.injext.Named.
ServiceLocatorLocalInvocationDispatcher - Class in dev.getelements.elements.rt.remote
Deprecated.
This needs to be replaced with a dispatch to an Element via ElementRegistry
ServiceLocatorLocalInvocationDispatcher() - Constructor for class dev.getelements.elements.rt.remote.ServiceLocatorLocalInvocationDispatcher
Deprecated.
 
ServiceNotFoundException - Exception Class in dev.getelements.elements.rt.exception
 
ServiceNotFoundException() - Constructor for exception class dev.getelements.elements.rt.exception.ServiceNotFoundException
 
ServiceNotFoundException(String) - Constructor for exception class dev.getelements.elements.rt.exception.ServiceNotFoundException
 
ServiceNotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.ServiceNotFoundException
 
ServiceNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.rt.exception.ServiceNotFoundException
 
ServiceNotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.ServiceNotFoundException
 
services() - Method in record class dev.getelements.elements.sdk.record.ElementRecord
Returns the value of the services record component.
Services - Class in dev.getelements.elements.service.util
A class which helps implement the Provider instances for the service-level objects.
ServicesElementModule - Class in dev.getelements.elements.service.guice
Created by patricktwohig on 3/19/15.
ServicesElementModule() - Constructor for class dev.getelements.elements.service.guice.ServicesElementModule
 
ServicesMapper - Interface in dev.getelements.elements.service.util
 
ServicesMapperImpl - Class in dev.getelements.elements.service.util
 
ServicesMapperImpl() - Constructor for class dev.getelements.elements.service.util.ServicesMapperImpl
 
ServicesMapperRegistryProvider - Class in dev.getelements.elements.service.util
 
ServicesMapperRegistryProvider() - Constructor for class dev.getelements.elements.service.util.ServicesMapperRegistryProvider
 
ServicesModule - Class in dev.getelements.elements.service.guice
Configures all of the services, using a Scope for User, Profile injections.
ServicesModule(Scope) - Constructor for class dev.getelements.elements.service.guice.ServicesModule
Configures all services to use the following Scope and Attributes jakarta.inject.Provider<Attributes> type, which is used to match the Attributes to the associated Scope.
ServiceTestModuleDefaults - Class in dev.getelements.elements.service
 
ServiceTestModuleDefaults() - Constructor for class dev.getelements.elements.service.ServiceTestModuleDefaults
 
ServiceUtilityModule - Class in dev.getelements.elements.service.guice
 
ServiceUtilityModule() - Constructor for class dev.getelements.elements.service.guice.ServiceUtilityModule
 
SERVLET_KEY - Static variable in class dev.getelements.elements.docserve.DocModule
 
SERVLET_KEY - Static variable in class dev.getelements.elements.rest.guice.RestAPIJerseyModule
 
SERVLET_NAME - Static variable in class dev.getelements.elements.docserve.DocModule
 
SERVLET_NAME - Static variable in class dev.getelements.elements.rest.guice.RestAPIJerseyModule
 
servletAlreadyInitialized - Variable in class org.eclipse.jgit.http.server.HttpServerText
 
ServletBinder - Interface in org.eclipse.jgit.http.server.glue
Binds a servlet to a URL.
ServletBindings - Interface in dev.getelements.elements.guice
A utility interface which allows the for the separation of logic from the ServletModule.
ServletContextHandlerProvider - Class in dev.getelements.elements.jetty
 
ServletContextHandlerProvider() - Constructor for class dev.getelements.elements.jetty.ServletContextHandlerProvider
 
servletMustNotBeNull - Variable in class org.eclipse.jgit.http.server.HttpServerText
 
ServletRequestAttributes - Class in dev.getelements.elements.servlet
 
ServletRequestAttributes(ServletRequest) - Constructor for class dev.getelements.elements.servlet.ServletRequestAttributes
 
ServletUtils - Class in org.eclipse.jgit.http.server
Common utility functions for servlets.
servletWasAlreadyBound - Variable in class org.eclipse.jgit.http.server.HttpServerText
 
Session - Class in dev.getelements.elements.sdk.model.session
Represents a session authorized by Elements.
Session() - Constructor for class dev.getelements.elements.sdk.model.session.Session
 
SESSION_ATTRIBUTE - Static variable in class dev.getelements.elements.sdk.model.session.Session
Used as the key for the user attribute where appropriate.
SESSION_CHECKSUM_LENGTH - Static variable in class dev.getelements.elements.dao.mongo.model.MongoSessionSecret
The number of bytes that make up the session secret checksum header.
SESSION_ID_LENGTH - Static variable in class dev.getelements.elements.dao.mongo.model.MongoSessionSecret
The number of bytes that make up a session secret.
SESSION_LINGER_SECONDS - Static variable in class dev.getelements.elements.dao.mongo.model.MongoSession
 
SESSION_SECRET - Static variable in interface dev.getelements.elements.sdk.jakarta.rs.AuthSchemes
 
SESSION_SECRET - Static variable in interface dev.getelements.elements.sdk.model.Headers
Specifies the Session ID used by social engine.
SESSION_TIMEOUT_SECONDS - Static variable in interface dev.getelements.elements.sdk.service.Constants
Used to specify the session timeout, in seconds
SessionCreation - Class in dev.getelements.elements.sdk.model.session
 
SessionCreation() - Constructor for class dev.getelements.elements.sdk.model.session.SessionCreation
 
SessionDao - Interface in dev.getelements.elements.sdk.dao
Manages instances of Session.
SessionExpiredException - Exception Class in dev.getelements.elements.sdk.model.exception.security
 
SessionExpiredException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.security.SessionExpiredException
 
SessionExpiredException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.security.SessionExpiredException
 
SessionExpiredException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.security.SessionExpiredException
 
SessionExpiredException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.security.SessionExpiredException
 
SessionExpiredException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.security.SessionExpiredException
 
SessionNotFoundException - Exception Class in dev.getelements.elements.sdk.model.exception.security
 
SessionNotFoundException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.security.SessionNotFoundException
 
SessionNotFoundException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.security.SessionNotFoundException
 
SessionNotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.security.SessionNotFoundException
 
SessionNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.security.SessionNotFoundException
 
SessionNotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.security.SessionNotFoundException
 
SessionProvider - Class in dev.getelements.elements.security
 
SessionProvider() - Constructor for class dev.getelements.elements.security.SessionProvider
 
SessionResource - Class in dev.getelements.elements.rest.security
 
SessionResource() - Constructor for class dev.getelements.elements.rest.security.SessionResource
 
SessionSecretHeader - Class in dev.getelements.elements.security
Parses the value in the session secret header specified in Headers.SESSION_SECRET.
SessionService - Interface in dev.getelements.elements.sdk.service.auth
 
set(int, T) - Method in class dev.getelements.elements.rt.ConcurrentRoundRobin
 
set(int, T) - Method in interface dev.getelements.elements.rt.RoundRobin
Sets the objects at the supplied index.
set(long) - Method in interface dev.getelements.elements.rt.transact.unix.UnixFSAtomicLong
Sets the value of, atomically.
set(T) - Method in class dev.getelements.elements.rt.util.SimpleReference
Sets the value.
set$id(String) - Method in class dev.getelements.elements.sdk.model.schema.json.JsonSchema
 
set$schema(String) - Method in class dev.getelements.elements.sdk.model.schema.json.JsonSchema
 
setAccessOption(String) - Method in class dev.getelements.elements.sdk.model.blockchain.Token
 
setAccessPermissions(AccessPermissions) - Method in class dev.getelements.elements.dao.mongo.model.largeobject.MongoLargeObject
 
setAccessPermissions(AccessPermissions) - Method in class dev.getelements.elements.sdk.model.largeobject.LargeObject
 
setAccessPermissionsUtils(AccessPermissionsUtils) - Method in class dev.getelements.elements.service.largeobject.UserLargeObjectService
 
setAccessRequestUtils(AccessRequestUtils) - Method in class dev.getelements.elements.service.largeobject.SuperUserLargeObjectService
 
setAccountAddress(String) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscSmartContract
 
setAccountAddress(String) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoSmartContract
 
setAccountAddress(String) - Method in class dev.getelements.elements.sdk.model.blockchain.ElementsSmartContract
Deprecated.
 
setAccountAddress(String) - Method in class dev.getelements.elements.sdk.model.blockchain.PatchSmartContractRequest
Deprecated.
 
setAccounts(List<MongoWalletAccount>) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoWallet
 
setAccounts(List<CreateWalletRequestAccount>) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.CreateWalletRequest
 
setAccounts(List<WalletAccount>) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.Wallet
 
setActive(boolean) - Method in class dev.getelements.elements.dao.mongo.model.MongoProfile
 
setActive(boolean) - Method in class dev.getelements.elements.sdk.model.user.UserCreateResponse
 
setAddress(String) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoSmartContractAddress
 
setAddress(String) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoWalletAccount
 
setAddress(String) - Method in class dev.getelements.elements.sdk.model.blockchain.BulkMintTokenRequest
 
setAddress(String) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMTransactionLog
 
setAddress(String) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.SmartContractAddress
 
setAddress(String) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.CreateWalletRequestAccount
 
setAddress(String) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.WalletAccount
 
setAddress(List<Object>) - Method in class dev.getelements.elements.rt.remote.Route
 
setAddresses(List<MongoSmartContractAddress>) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoSmartContract
 
setAddresses(Map<BlockchainNetwork, SmartContractAddress>) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.CreateSmartContractRequest
 
setAddresses(Map<BlockchainNetwork, SmartContractAddress>) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.SmartContract
 
setAddresses(Map<BlockchainNetwork, SmartContractAddress>) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.UpdateSmartContractRequest
 
setAdvancedInventoryItemService(AdvancedInventoryItemService) - Method in class dev.getelements.elements.rest.inventory.AdvancedInventoryItemResource
 
setAlg(String) - Method in class dev.getelements.elements.sdk.model.auth.JWK
 
setAlgorithm(PrivateKeyCrytpoAlgorithm) - Method in class dev.getelements.elements.dao.mongo.model.auth.MongoAuthScheme
 
setAlgorithm(PrivateKeyCrytpoAlgorithm) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoVaultKey
 
setAlgorithm(PrivateKeyCrytpoAlgorithm) - Method in class dev.getelements.elements.sdk.model.auth.AuthScheme
 
setAlgorithm(PrivateKeyCrytpoAlgorithm) - Method in class dev.getelements.elements.sdk.model.auth.CreateAuthSchemeRequest
 
setAlgorithm(PrivateKeyCrytpoAlgorithm) - Method in class dev.getelements.elements.sdk.model.auth.UpdateAuthSchemeRequest
 
setAlgorithm(PrivateKeyCrytpoAlgorithm) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.CreateVaultRequest
 
setAlgorithm(PrivateKeyCrytpoAlgorithm) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.VaultKey
 
setAlgorithm(String) - Method in class dev.getelements.elements.sdk.service.blockchain.crypto.AesEncryptionSpec
 
setAllowedIssuers(List<String>) - Method in class dev.getelements.elements.dao.mongo.model.auth.MongoAuthScheme
 
setAllowedIssuers(List<String>) - Method in class dev.getelements.elements.sdk.model.auth.AuthScheme
 
setAllowedIssuers(List<String>) - Method in class dev.getelements.elements.sdk.model.auth.CreateAuthSchemeRequest
 
setAllowedIssuers(List<String>) - Method in class dev.getelements.elements.sdk.model.auth.UpdateAuthSchemeRequest
 
setAllowPlainTrafficProvider(Provider<Boolean>) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQSecurityProvider
 
setAnonApplicationConfigurationServiceProvider(Provider<AnonApplicationConfigurationService>) - Method in class dev.getelements.elements.service.application.ApplicationConfigurationServiceProvider
 
setAnonApplicationServiceProvider(Provider<AnonApplicationService>) - Method in class dev.getelements.elements.service.application.ApplicationServiceProvider
 
setAnonAuthServiceProvider(Provider<AnonUsernamePasswordAuthService>) - Method in class dev.getelements.elements.service.auth.UsernamePasswordAuthServiceProvider
 
setAnonFacebookApplicationConfigurationServiceProvider(Provider<AnonFacebookApplicationConfigurationService>) - Method in class dev.getelements.elements.service.application.FacebookApplicationConfigurationServiceProvider
 
setAnonGooglePlayApplicationConfigurationServiceProvider(Provider<AnonGooglePlayApplicationConfigurationService>) - Method in class dev.getelements.elements.service.application.GooglePlayApplicationConfigurationServiceProvider
 
setAnonIosApplicationConfigurationServiceProvider(Provider<AnonIosApplicationConfigurationService>) - Method in class dev.getelements.elements.service.application.IosApplicationConfigurationServiceProvider
 
setAnonLargeObjectServiceProvider(Provider<AnonLargeObjectService>) - Method in class dev.getelements.elements.service.largeobject.LargeObjectServiceProvider
 
setAnonLeaderboardServiceProvider(Provider<AnonLeaderboardService>) - Method in class dev.getelements.elements.service.leaderboard.LeaderboardServiceProvider
 
setAnonMissionServiceProvider(Provider<AnonMissionService>) - Method in class dev.getelements.elements.service.mission.MissionServiceProvider
 
setAnonOAuth2AuthServiceProvider(Provider<AnonOAuth2AuthService>) - Method in class dev.getelements.elements.service.auth.OAuth2AuthServiceProvider
 
setAnonOidcAuthServiceProvider(Provider<AnonOidcAuthService>) - Method in class dev.getelements.elements.service.auth.OidcAuthServiceProvider
 
setAnonProfileOverrideServiceProvider(Provider<AnonProfileOverrideService>) - Method in class dev.getelements.elements.service.profile.ProfileOverrideServiceProvider
 
setAnonRankServiceProvider(Provider<AnonRankService>) - Method in class dev.getelements.elements.service.leaderboard.RankServiceProvider
 
setAnonymous(boolean) - Method in class dev.getelements.elements.dao.mongo.model.largeobject.MongoSubjects
 
setApi(BlockchainApi) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoSmartContractAddress
 
setApi(BlockchainApi) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoWallet
 
setApi(BlockchainApi) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.CreateWalletRequest
 
setApi(BlockchainApi) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.Wallet
 
setApi(WebUIApplicationApiConfiguration) - Method in class dev.getelements.elements.webui.WebUIApplicationConfiguration
 
setApiOutsideUrl(String) - Method in class dev.getelements.elements.service.util.EditorSchemaMapper
 
setApiOutsideUrl(String) - Method in class dev.getelements.elements.service.util.JsonSchemaMapper
 
setApiOutsideUrl(String) - Method in class dev.getelements.elements.webui.WebUIAngularServlet
 
setApiOutsideUrl(URI) - Method in class dev.getelements.elements.docserve.DocSwaggerConfigurationFilter
 
setApiOutsideUrl(URI) - Method in class dev.getelements.elements.rest.guice.RestDocRedirectFilter
 
setApiOutsideUrl(URI) - Method in class dev.getelements.elements.rest.Oas3DocumentationResource
 
setApiOutsideUrlProvider(Provider<String>) - Method in class dev.getelements.elements.service.util.ServicesMapperRegistryProvider
 
setAppItemId(String) - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceipt
 
setAppItemId(String) - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceiptPurchase
 
setAppleIapReceiptDao(AppleIapReceiptDao) - Method in class dev.getelements.elements.service.appleiap.UserAppleIapReceiptService
 
setAppleIapReceiptService(AppleIapReceiptService) - Method in class dev.getelements.elements.rest.apple.AppleIapReceiptResource
 
setAppleIapVerifyReceiptInvokerBuilderProvider(Provider<AppleIapVerifyReceiptInvoker.Builder>) - Method in class dev.getelements.elements.service.appleiap.UserAppleIapReceiptService
 
setAppleSignInId(String) - Method in class dev.getelements.elements.sdk.model.user.UserCreateResponse
 
setAppleSignInRefreshTime(Timestamp) - Method in class dev.getelements.elements.dao.mongo.model.MongoAppleSignInSession
 
setAppleSignInRefreshToken(String) - Method in class dev.getelements.elements.dao.mongo.model.MongoAppleSignInSession
 
setApplication(MongoApplication) - Method in class dev.getelements.elements.dao.mongo.model.MongoDeployment
 
setApplication(MongoApplication) - Method in class dev.getelements.elements.dao.mongo.model.MongoProfile
 
setApplication(MongoApplication) - Method in class dev.getelements.elements.dao.mongo.model.MongoSession
Sets the MongoApplication associated witht he MongoSession.
setApplication(Application) - Method in class dev.getelements.elements.rest.test.ClientContext
 
setApplication(Application) - Method in class dev.getelements.elements.sdk.model.Deployment
 
setApplication(Application) - Method in class dev.getelements.elements.sdk.model.profile.CreateProfileRequest
Deprecated.
setApplication(Application) - Method in class dev.getelements.elements.sdk.model.profile.Profile
 
setApplication(Application) - Method in class dev.getelements.elements.sdk.model.profile.UpdateProfileRequest
 
setApplication(Application) - Method in class dev.getelements.elements.sdk.model.session.MockSessionRequest
 
setApplication(Application) - Method in class dev.getelements.elements.sdk.model.session.Session
 
setApplicationAssetLoader(ApplicationAssetLoader) - Method in class dev.getelements.elements.common.app.StandardApplicationElementService
 
setApplicationConfiguration(ApplicationConfiguration) - Method in class dev.getelements.elements.sdk.model.application.Application
Sets the application configuration.
setApplicationConfigurationDao(ApplicationConfigurationDao) - Method in class dev.getelements.elements.service.appleiap.UserAppleIapReceiptService
 
setApplicationConfigurationDao(ApplicationConfigurationDao) - Method in class dev.getelements.elements.service.application.AnonApplicationConfigurationService
 
setApplicationConfigurationDao(ApplicationConfigurationDao) - Method in class dev.getelements.elements.service.application.AnonFacebookApplicationConfigurationService
 
setApplicationConfigurationDao(ApplicationConfigurationDao) - Method in class dev.getelements.elements.service.application.AnonGooglePlayApplicationConfigurationService
 
setApplicationConfigurationDao(ApplicationConfigurationDao) - Method in class dev.getelements.elements.service.application.AnonIosApplicationConfigurationService
 
setApplicationConfigurationDao(ApplicationConfigurationDao) - Method in class dev.getelements.elements.service.application.SuperUserFacebookApplicationConfigurationService
 
setApplicationConfigurationDao(ApplicationConfigurationDao) - Method in class dev.getelements.elements.service.application.SuperUserFirebaseApplicationConfigurationService
 
setApplicationConfigurationDao(ApplicationConfigurationDao) - Method in class dev.getelements.elements.service.application.SuperUserGooglePlayApplicationConfigurationService
 
setApplicationConfigurationDao(ApplicationConfigurationDao) - Method in class dev.getelements.elements.service.application.SuperUserIosApplicationConfigurationService
 
setApplicationConfigurationDao(ApplicationConfigurationDao) - Method in class dev.getelements.elements.service.application.SuperUserMatchmakingApplicationConfigurationService
 
setApplicationConfigurationDao(ApplicationConfigurationDao) - Method in class dev.getelements.elements.service.application.SuperUserPSNApplicationConfigurationService
 
setApplicationConfigurationDao(ApplicationConfigurationDao) - Method in class dev.getelements.elements.service.firebase.CachingFirebaseAppFactory
 
setApplicationConfigurationDao(ApplicationConfigurationDao) - Method in class dev.getelements.elements.service.googleplayiap.UserGooglePlayIapReceiptService
 
setApplicationConfigurationDao(ApplicationConfigurationDao) - Method in class dev.getelements.elements.service.match.UserMatchService
 
setApplicationConfigurationService(ApplicationConfigurationService) - Method in class dev.getelements.elements.rest.application.ApplicationConfigurationResource
 
setApplicationConfigurationService(ApplicationConfigurationService) - Method in class dev.getelements.elements.rest.application.GooglePlayApplicationConfigurationResource
 
setApplicationConfigurationService(ApplicationConfigurationService) - Method in class dev.getelements.elements.rest.application.IosApplicationConfigurationResource
 
setApplicationContextSupplier(Function<ApplicationId, Context>) - Method in class dev.getelements.elements.rt.remote.CachingContextFactory
 
setApplicationDao(ApplicationDao) - Method in class dev.getelements.elements.app.serve.JettyApplicationDeploymentService
 
setApplicationDao(ApplicationDao) - Method in class dev.getelements.elements.cdnserve.StaticContentServlet
 
setApplicationDao(ApplicationDao) - Method in class dev.getelements.elements.dao.mongo.test.ApplicationTestFactory
 
setApplicationDao(ApplicationDao) - Method in class dev.getelements.elements.service.application.AnonApplicationService
 
setApplicationDao(ApplicationDao) - Method in class dev.getelements.elements.service.application.SuperUserApplicationService
 
setApplicationDao(ApplicationDao) - Method in class dev.getelements.elements.service.auth.OAuth2AuthServiceOperations
 
setApplicationDao(ApplicationDao) - Method in class dev.getelements.elements.service.auth.OidcAuthServiceOperations
 
setApplicationDao(ApplicationDao) - Method in class dev.getelements.elements.service.profile.ProfileServiceUtils
 
setApplicationDao(ApplicationDao) - Method in class dev.getelements.elements.service.profile.SuperUserProfileService
 
setApplicationDao(ApplicationDao) - Method in class dev.getelements.elements.service.profile.UserProfileService
 
setApplicationDao(ApplicationDao) - Method in class dev.getelements.elements.service.user.AbstractUserService
 
setApplicationElementService(ApplicationElementService) - Method in class dev.getelements.elements.common.app.AbstractApplicationDeploymentService
 
setApplicationId(ApplicationId) - Method in class dev.getelements.elements.rt.routing.AbstractAggregateRoutingStrategy
 
setApplicationId(ApplicationId) - Method in class dev.getelements.elements.rt.routing.DefaultRoutingStrategy
 
setApplicationId(String) - Method in class dev.getelements.elements.dao.mongo.model.application.MongoFacebookApplicationConfiguration
 
setApplicationId(String) - Method in class dev.getelements.elements.dao.mongo.model.application.MongoGooglePlayApplicationConfiguration
 
setApplicationId(String) - Method in class dev.getelements.elements.dao.mongo.model.application.MongoIosApplicationConfiguration
 
setApplicationId(String) - Method in class dev.getelements.elements.sdk.model.application.FacebookApplicationConfiguration
 
setApplicationId(String) - Method in class dev.getelements.elements.sdk.model.application.GooglePlayApplicationConfiguration
Sets the Application ID
setApplicationId(String) - Method in class dev.getelements.elements.sdk.model.application.IosApplicationConfiguration
Sets the application ID, as deinfed in the AppStore (com.mycompany.app)
setApplicationId(String) - Method in class dev.getelements.elements.sdk.model.profile.CreateProfileRequest
 
setApplicationId(String) - Method in class dev.getelements.elements.sdk.model.profile.CreateProfileSignupRequest
 
setApplicationNodeRoutingTable(List<String>) - Method in class dev.getelements.elements.sdk.model.health.RoutingHealthStatus
 
setApplicationRepositoryResolver(ApplicationRepositoryResolver) - Method in class dev.getelements.elements.git.HttpServletRepositoryResolver
 
setApplicationSecret(String) - Method in class dev.getelements.elements.dao.mongo.model.application.MongoFacebookApplicationConfiguration
 
setApplicationSecret(String) - Method in class dev.getelements.elements.sdk.model.application.FacebookApplicationConfiguration
 
setApplicationService(ApplicationService) - Method in class dev.getelements.elements.git.HttpServletRepositoryResolver
 
setApplicationService(ApplicationService) - Method in class dev.getelements.elements.rest.application.ApplicationResource
 
setApplicationService(ApplicationService) - Method in class dev.getelements.elements.service.cdn.SuperuserDeploymentService
 
setApplicationTestFactory(ApplicationTestFactory) - Method in class dev.getelements.elements.dao.mongo.test.MongoProfileTestOperations
 
setApplicationUrls(ApplicationUrls) - Method in class dev.getelements.elements.service.application.AnonApplicationService
 
setApplicationUrls(ApplicationUrls) - Method in class dev.getelements.elements.service.application.SuperUserApplicationService
 
setApplicationVersion(String) - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceipt
 
setApproximation(boolean) - Method in class dev.getelements.elements.sdk.model.Pagination
 
setAppServeApplicationDeploymentService(ApplicationDeploymentService) - Method in class dev.getelements.elements.jetty.ElementsWebServices
 
setArguments(List<Object>) - Method in class dev.getelements.elements.rt.remote.Invocation
Sets the arguments to pass to the remote method when invoking.
setAsIsFileService(AsIsFileService) - Method in class org.eclipse.jgit.http.server.GitFilter
Set AsIsFileService
setAsIsFileService(AsIsFileService) - Method in class org.eclipse.jgit.http.server.GitServlet
Set AsIsFileService
setAssetUrls(List<String>) - Method in class dev.getelements.elements.sdk.model.blockchain.Token
 
setAsyncConnectionService(AsyncConnectionService<?, ?>) - Method in class dev.getelements.elements.rt.remote.SimpleInstance
 
setAsyncConnectionService(AsyncConnectionService<ZContext, ZMQ.Socket>) - Method in class dev.getelements.elements.remote.jeromq.JeroMQNode
 
setAsyncConnectionService(AsyncConnectionService<ZContext, ZMQ.Socket>) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQRemoteInvoker
 
setAsyncControlClientFactory(AsyncControlClient.Factory) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQInstanceConnectionService
 
setAsyncTimeoutLimit(int) - Method in class dev.getelements.elements.rest.matchmaking.MatchResource
 
setAsyncTimeoutLimitAsString(String) - Method in class dev.getelements.elements.rest.matchmaking.MatchResource
 
setAttribute(String, Object) - Method in interface dev.getelements.elements.sdk.MutableAttributes
Sets the attribute with the supplied name and value
setAttribute(String, Object) - Method in record class dev.getelements.elements.sdk.util.InheritedMutableAttributes
 
setAttribute(String, Object) - Method in class dev.getelements.elements.sdk.util.PropertiesAttributes
 
setAttribute(String, Object) - Method in class dev.getelements.elements.sdk.util.SimpleAttributes.Builder
Sets the provided attribute using the name and value.
setAttribute(String, Object) - Method in record class dev.getelements.elements.sdk.util.SimpleAttributes
 
setAttribute(String, Object) - Method in class dev.getelements.elements.servlet.ServletRequestAttributes
 
setAttributes(Map<String, Object>) - Method in class dev.getelements.elements.dao.mongo.model.application.MongoApplication
 
setAttributes(Map<String, Object>) - Method in class dev.getelements.elements.sdk.model.application.Application
 
setAttributes(Map<String, Object>) - Method in class dev.getelements.elements.sdk.model.application.CreateApplicationRequest
 
setAttributes(Map<String, Object>) - Method in class dev.getelements.elements.sdk.model.application.UpdateApplicationRequest
 
setAttributes(Map<String, Object>) - Method in class dev.getelements.elements.sdk.util.SimpleAttributes.Builder
Bulk-sets attributes using the supplied Map<String,Object>.
setAudience(String) - Method in class dev.getelements.elements.dao.mongo.model.auth.MongoAuthScheme
 
setAudience(String) - Method in class dev.getelements.elements.sdk.model.auth.AuthScheme
 
setAudience(String) - Method in class dev.getelements.elements.sdk.model.auth.CreateAuthSchemeRequest
 
setAudience(String) - Method in class dev.getelements.elements.sdk.model.auth.UpdateAuthSchemeRequest
 
setAuthFilterFeature(AuthFilterFeature) - Method in class dev.getelements.elements.app.serve.loader.JakartaRsLoader
 
setAuthFilterFeature(AuthFilterFeature) - Method in class dev.getelements.elements.app.serve.loader.JakartaWebsocketLoader
 
setAuthoritative(boolean) - Method in class dev.getelements.elements.rt.remote.JndiSrvInstanceDiscoveryService
 
setAuthSchemeDao(AuthSchemeDao) - Method in class dev.getelements.elements.service.auth.StandardCustomAuthSessionService
 
setAuthSchemeDao(AuthSchemeDao) - Method in class dev.getelements.elements.service.auth.SuperUserAuthSchemeService
 
setAuthSchemeDao(OAuth2AuthSchemeDao) - Method in class dev.getelements.elements.service.auth.SuperUserOAuth2AuthSchemeService
 
setAuthSchemeDao(OAuth2AuthSchemeDao) - Method in class dev.getelements.elements.service.defaults.DefaultOAuth2SchemeConfiguration
 
setAuthSchemeDao(OidcAuthSchemeDao) - Method in class dev.getelements.elements.service.auth.SuperUserOidcAuthSchemeService
 
setAuthSchemeService(OidcAuthSchemeDao) - Method in class dev.getelements.elements.service.defaults.DefaultOidcSchemeConfiguration
 
setAuthSchemeService(AuthSchemeService) - Method in class dev.getelements.elements.rest.auth.AuthSchemeResource
 
setAuthSchemeService(Provider<SuperUserAuthSchemeService>) - Method in class dev.getelements.elements.service.auth.AuthSchemeServiceProvider
 
setAutoRenewProductId(String) - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceiptPurchase
 
setAutoRenewStatus(Boolean) - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceiptPurchase
 
setBeanMapper(MapperRegistry) - Method in class dev.getelements.elements.dao.mongo.auth.MongoAuthSchemeDao
 
setBeanMapper(MapperRegistry) - Method in class dev.getelements.elements.dao.mongo.auth.MongoOAuth2AuthSchemeDao
 
setBeanMapper(MapperRegistry) - Method in class dev.getelements.elements.dao.mongo.auth.MongoOidcAuthSchemeDao
 
setBeanMapper(MapperRegistry) - Method in class dev.getelements.elements.dao.mongo.MongoDeploymentDao
 
setBeanMapper(MapperRegistry) - Method in class dev.getelements.elements.dao.mongo.MongoLeaderboardDao
 
setBeanMapper(MapperRegistry) - Method in class dev.getelements.elements.dao.mongo.MongoProfileDao
 
setBeanMapper(MapperRegistry) - Method in class dev.getelements.elements.dao.mongo.MongoScoreDao
 
setBeanMapper(MapperRegistry) - Method in class dev.getelements.elements.dao.mongo.schema.MongoMetadataSpecDao
 
setBegin(Long) - Method in class dev.getelements.elements.sdk.model.mission.CreateScheduleEventRequest
 
setBegin(Long) - Method in class dev.getelements.elements.sdk.model.mission.ScheduleEvent
 
setBegin(Long) - Method in class dev.getelements.elements.sdk.model.mission.UpdateScheduleEventRequest
 
setBegin(Timestamp) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoScheduleEvent
 
setBindAddress(String) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQInstanceConnectionService
 
setBlockchain(String) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscSmartContract
 
setBlockchain(String) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoSmartContract
 
setBlockchain(String) - Method in class dev.getelements.elements.sdk.model.blockchain.ElementsSmartContract
Deprecated.
 
setBlockchain(String) - Method in class dev.getelements.elements.sdk.model.blockchain.PatchSmartContractRequest
Deprecated.
 
setBlockchainNetwork(BlockchainNetwork) - Method in class dev.getelements.elements.sdk.service.blockchain.invoke.InvocationScope
 
setBlockHash(NearEncodedHash) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearContractFunctionCallResult
 
setBlockHash(NearEncodedHash) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearReceiptOutcome
 
setBlockHash(NearEncodedHash) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearTransactionOutcome
 
setBlockHash(String) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractResponse
 
setBlockHash(String) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMTransactionLog
 
setBlockHeight(long) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearContractFunctionCallResult
 
setBlockNetworkId(String) - Method in class dev.getelements.elements.sdk.model.blockchain.InvokeContractResponse
Deprecated.
 
setBlockNumber(long) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractResponse
 
setBlockNumber(long) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMTransactionLog
 
setBooleanQueryParser(BooleanQueryParser) - Method in class dev.getelements.elements.dao.mongo.application.MongoApplicationConfigurationDao
 
setBooleanQueryParser(BooleanQueryParser) - Method in class dev.getelements.elements.dao.mongo.goods.MongoDistinctInventoryItemDao
 
setBooleanQueryParser(BooleanQueryParser) - Method in class dev.getelements.elements.dao.mongo.mission.MongoMissionDao
 
setBooleanQueryParser(BooleanQueryParser) - Method in class dev.getelements.elements.dao.mongo.mission.MongoProgressDao
 
setBooleanQueryParser(BooleanQueryParser) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleDao
 
setBooleanQueryParser(BooleanQueryParser) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleEventDao
 
setBooleanQueryParser(BooleanQueryParser) - Method in class dev.getelements.elements.dao.mongo.MongoProfileDao
 
setBuiltinApplicationPermissions(List<String>) - Method in class dev.getelements.elements.sdk.model.application.FacebookApplicationConfiguration
 
setBundleId(String) - Method in class dev.getelements.elements.dao.mongo.model.MongoAppleIapReceipt
 
setBundleId(String) - Method in class dev.getelements.elements.sdk.model.appleiapreceipt.AppleIapReceipt
 
setBundleId(String) - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceipt
 
setCancellationDate(Date) - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceiptPurchase
 
setCancellationReason(Integer) - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceiptPurchase
 
setCaPassphrase(String) - Method in class dev.getelements.elements.dao.mongo.provider.MongoSslSettingsProvider
 
setCaPath(String) - Method in class dev.getelements.elements.dao.mongo.provider.MongoSslSettingsProvider
 
setCapitalization(long) - Method in class dev.getelements.elements.sdk.model.blockchain.Ownership
 
setCategory(ItemCategory) - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoItem
 
setCategory(ItemCategory) - Method in class dev.getelements.elements.sdk.model.goods.CreateItemRequest
Sets the item category.
setCategory(ItemCategory) - Method in class dev.getelements.elements.sdk.model.goods.Item
Sets the ItemCategory of this item.
setCause(KryoThrowableContainer) - Method in class dev.getelements.elements.rt.kryo.KryoThrowableContainer
 
setCdnStorageDirectory(String) - Method in class dev.getelements.elements.cdnserve.FilesystemCdnApplicationRepositoryResolverProvider
 
setCdnUrl(String) - Method in class dev.getelements.elements.service.largeobject.LargeObjectCdnUtils
 
setCdnUrlToObject(LargeObject) - Method in class dev.getelements.elements.service.largeobject.LargeObjectCdnUtils
 
setCdnUtils(LargeObjectCdnUtils) - Method in class dev.getelements.elements.service.follower.SuperUserFollowerService
 
setCdnUtils(LargeObjectCdnUtils) - Method in class dev.getelements.elements.service.follower.UserFollowerService
 
setCdnUtils(LargeObjectCdnUtils) - Method in class dev.getelements.elements.service.leaderboard.UserRankService
 
setChecksFailed(int) - Method in class dev.getelements.elements.sdk.model.health.HealthStatus
 
setChecksPerformed(int) - Method in class dev.getelements.elements.sdk.model.health.HealthStatus
 
setCipherUtility(CipherUtility) - Method in class dev.getelements.elements.sdk.service.blockchain.crypto.StandardWalletCryptoUtilities
 
setClassName(String) - Method in class dev.getelements.elements.rt.kryo.KryoThrowableContainer
 
setClient(Client) - Method in class dev.getelements.elements.service.appleiap.client.invoker.builder.DefaultAppleIapVerifyReceiptInvokerBuilder
 
setClient(Client) - Method in class dev.getelements.elements.service.auth.OAuth2AuthServiceOperations
 
setClient(Client) - Method in class dev.getelements.elements.service.auth.OidcAuthServiceOperations
 
setClient(Client) - Method in class dev.getelements.elements.service.largeobject.SuperUserLargeObjectService
 
setClientCertificatePassphrase(String) - Method in class dev.getelements.elements.dao.mongo.provider.MongoSslSettingsProvider
 
setClientCertificatePath(String) - Method in class dev.getelements.elements.dao.mongo.provider.MongoSslSettingsProvider
 
setClientSecret(String) - Method in class dev.getelements.elements.dao.mongo.model.application.MongoPSNApplicationConfiguration
 
setClientSecret(String) - Method in class dev.getelements.elements.sdk.model.application.PSNApplicationConfiguration
Sets the ClientSecret, which is used to interact with the Sony WebAPI.
setClientUri(String) - Method in class dev.getelements.elements.dao.mongo.provider.MongoSslSettingsProvider
 
setCode(int) - Method in class dev.getelements.elements.rt.jrpc.JsonRpcError
 
setCode(String) - Method in class dev.getelements.elements.sdk.model.ErrorResponse
 
setCodegenService(CodegenService) - Method in class dev.getelements.elements.rest.codegen.CodegenResource
 
setCodeServeUrl(URI) - Method in class dev.getelements.elements.service.application.ApplicationUrls
 
setCompletedSteps(List<Step>) - Method in class dev.getelements.elements.sdk.model.advancement.Advancement
 
setConnectedPeers(List<String>) - Method in class dev.getelements.elements.sdk.model.health.InvokerHealthStatus
 
setConsumptionState(int) - Method in class dev.getelements.elements.dao.mongo.model.MongoGooglePlayIapReceipt
 
setConsumptionState(Integer) - Method in class dev.getelements.elements.sdk.model.googleplayiapreceipt.GooglePlayIapReceipt
 
setContents(String) - Method in class dev.getelements.elements.dao.mongo.model.savedata.MongoSaveDataDocument
 
setContents(String) - Method in class dev.getelements.elements.sdk.model.savedata.CreateSaveDataDocumentRequest
 
setContents(String) - Method in class dev.getelements.elements.sdk.model.savedata.SaveDataDocument
 
setContents(String) - Method in class dev.getelements.elements.sdk.model.savedata.UpdateSaveDataDocumentRequest
 
setContext(Context) - Method in class dev.getelements.elements.rt.remote.ContextLocalInvocationDispatcher
Deprecated.
 
setContext(String) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuance
 
setContext(String) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuanceId
 
setContext(String) - Method in class dev.getelements.elements.sdk.model.reward.RewardIssuance
 
setContractAddress(String) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractResponse
 
setContractId(String) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscToken
 
setContractId(String) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoToken
 
setContractId(String) - Method in class dev.getelements.elements.sdk.model.blockchain.BulkMintTokenRequest
 
setContractId(String) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractRequest
 
setContractId(String) - Method in class dev.getelements.elements.sdk.model.blockchain.InvokeContractRequest
Deprecated.
 
setControlClientFactoryProvider(Provider<AsyncControlClient.Factory>) - Method in class dev.getelements.elements.rt.remote.AsyncControlClientProvider
 
setControlClientFactoryProvider(Provider<ControlClient.Factory>) - Method in class dev.getelements.elements.rt.remote.ControlClientProvider
 
setControlClientProvider(Provider<ControlClient>) - Method in class dev.getelements.elements.service.health.DefaultHealthStatusService
 
setCost(NearCostType) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearGasProfile
 
setCostCategory(String) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearGasProfile
 
setCount(int) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoStep
 
setCount(Integer) - Method in class dev.getelements.elements.sdk.model.mission.Step
 
setCreateAppleIapReceiptEnvironment(CreateAppleIapReceipt.CreateAppleIapReceiptEnvironment) - Method in class dev.getelements.elements.sdk.model.appleiapreceipt.CreateAppleIapReceipt
 
setCreated(long) - Method in class dev.getelements.elements.sdk.test.element.rs.Message
 
setCreatedAt(Timestamp) - Method in class dev.getelements.elements.dao.mongo.model.MongoDeployment
 
setCreationTimestamp(Long) - Method in class dev.getelements.elements.sdk.model.leaderboard.RankRow
 
setCreationTimestamp(Long) - Method in class dev.getelements.elements.sdk.model.leaderboard.Score
 
setCreationTimestamp(Timestamp) - Method in class dev.getelements.elements.dao.mongo.model.score.MongoScore
 
setCryptoKeyPairUtility(CryptoKeyPairUtility) - Method in class dev.getelements.elements.sdk.service.blockchain.crypto.StandardWalletCryptoUtilities
 
setCryptoKeyPairUtility(CryptoKeyPairUtility) - Method in class dev.getelements.elements.service.blockchain.crypto.AesVaultCryptoUtilities
 
setCryptoKeyUtility(CryptoKeyPairUtility) - Method in class dev.getelements.elements.service.auth.StandardCustomAuthSessionService
 
setCryptoKeyUtility(CryptoKeyPairUtility) - Method in class dev.getelements.elements.service.auth.SuperUserAuthSchemeService
 
setCsvWriterConstructor(Function<Writer, CSVWriter>) - Method in class dev.getelements.elements.rt.jersey.CsvMessageBodyWriter
 
setCumulativeGasUsed(long) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractResponse
 
setCurrentProfileOptional(Optional<Profile>) - Method in class dev.getelements.elements.service.profile.SuperUserProfileService
 
setCurrentProfileOptional(Optional<Profile>) - Method in class dev.getelements.elements.service.profile.UserProfileService
 
setCurrentProfileSupplier(Supplier<Profile>) - Method in class dev.getelements.elements.service.appleiap.UserAppleIapReceiptService
 
setCurrentProfileSupplier(Supplier<Profile>) - Method in class dev.getelements.elements.service.googleplayiap.UserGooglePlayIapReceiptService
 
setCurrentProfileSupplier(Supplier<Profile>) - Method in class dev.getelements.elements.service.leaderboard.UserScoreService
 
setCurrentProfileSupplier(Supplier<Profile>) - Method in class dev.getelements.elements.service.match.UserMatchService
 
setCurrentProfileSupplier(Supplier<Profile>) - Method in class dev.getelements.elements.service.notification.StandardNotificationService
 
setCurrentProfileSupplier(Supplier<Profile>) - Method in class dev.getelements.elements.service.notification.SuperUserFCMRegistrationService
 
setCurrentProfileSupplier(Supplier<Profile>) - Method in class dev.getelements.elements.service.notification.UserFCMRegistrationService
 
setCurrentProfileSupplier(Supplier<Profile>) - Method in class dev.getelements.elements.service.profile.SuperUserProfileService
 
setCurrentProfileSupplier(Supplier<Profile>) - Method in class dev.getelements.elements.service.profile.UserProfileService
 
setCurrentProfileSupplier(Supplier<Profile>) - Method in class dev.getelements.elements.service.progress.UserProgressService
 
setCurrentStep(Step) - Method in class dev.getelements.elements.sdk.model.advancement.Advancement
 
setCurrentStep(Step) - Method in class dev.getelements.elements.sdk.model.mission.Progress
 
setCurrentUser(User) - Method in class dev.getelements.elements.service.user.AbstractUserService
 
setCustomAuthSessionService(CustomAuthSessionService) - Method in class dev.getelements.elements.servlet.security.HttpServletAuthenticationFilter
 
setData(Object) - Method in class dev.getelements.elements.rt.jrpc.JsonRpcError
 
setData(Object) - Method in class dev.getelements.elements.sdk.model.schema.EditorSchema
 
setData(String) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMTransactionLog
 
setDatabaseHealthStatusDaos(Set<DatabaseHealthStatusDao>) - Method in class dev.getelements.elements.service.health.DefaultHealthStatusService
 
setDatabaseStatus(List<DatabaseHealthStatus>) - Method in class dev.getelements.elements.sdk.model.health.HealthStatus
 
setDatastore(Datastore) - Method in class dev.getelements.elements.dao.mongo.application.MongoApplicationConfigurationDao
 
setDatastore(Datastore) - Method in class dev.getelements.elements.dao.mongo.application.MongoApplicationDao
 
setDatastore(Datastore) - Method in class dev.getelements.elements.dao.mongo.auth.MongoAuthSchemeDao
 
setDatastore(Datastore) - Method in class dev.getelements.elements.dao.mongo.auth.MongoOAuth2AuthSchemeDao
 
setDatastore(Datastore) - Method in class dev.getelements.elements.dao.mongo.auth.MongoOidcAuthSchemeDao
 
setDatastore(Datastore) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoSmartContractDao
 
setDatastore(Datastore) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoVaultDao
 
setDatastore(Datastore) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoWalletDao
 
setDatastore(Datastore) - Method in class dev.getelements.elements.dao.mongo.goods.MongoDistinctInventoryItemDao
 
setDatastore(Datastore) - Method in class dev.getelements.elements.dao.mongo.goods.MongoDistinctInventoryItemIndexable
 
setDatastore(Datastore) - Method in class dev.getelements.elements.dao.mongo.goods.MongoInventoryItemDao
 
setDatastore(Datastore) - Method in class dev.getelements.elements.dao.mongo.goods.MongoItemDao
 
setDatastore(Datastore) - Method in class dev.getelements.elements.dao.mongo.largeobject.MongoLargeObjectDao
 
setDatastore(Datastore) - Method in class dev.getelements.elements.dao.mongo.match.MongoFIFOMatchmaker
 
setDatastore(Datastore) - Method in class dev.getelements.elements.dao.mongo.match.MongoMatchDao
 
setDatastore(Datastore) - Method in class dev.getelements.elements.dao.mongo.match.MongoMatchUtils
 
setDatastore(Datastore) - Method in class dev.getelements.elements.dao.mongo.mission.MongoMissionDao
 
setDatastore(Datastore) - Method in class dev.getelements.elements.dao.mongo.mission.MongoProgressDao
 
setDatastore(Datastore) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleDao
 
setDatastore(Datastore) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleEventDao
 
setDatastore(Datastore) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleProgressDao
 
setDatastore(Datastore) - Method in class dev.getelements.elements.dao.mongo.MongoAppleIapReceiptDao
 
setDatastore(Datastore) - Method in class dev.getelements.elements.dao.mongo.MongoDBUtils
 
setDatastore(Datastore) - Method in class dev.getelements.elements.dao.mongo.MongoDeploymentDao
 
setDatastore(Datastore) - Method in class dev.getelements.elements.dao.mongo.MongoFCMRegistrationDao
 
setDatastore(Datastore) - Method in class dev.getelements.elements.dao.mongo.MongoFollowerDao
 
setDatastore(Datastore) - Method in class dev.getelements.elements.dao.mongo.MongoFriendDao
 
setDatastore(Datastore) - Method in class dev.getelements.elements.dao.mongo.MongoGooglePlayIapReceiptDao
 
setDatastore(Datastore) - Method in class dev.getelements.elements.dao.mongo.MongoIndexDao
 
setDatastore(Datastore) - Method in class dev.getelements.elements.dao.mongo.MongoLeaderboardDao
 
setDatastore(Datastore) - Method in class dev.getelements.elements.dao.mongo.MongoProfileDao
 
setDatastore(Datastore) - Method in class dev.getelements.elements.dao.mongo.MongoRankDao
 
setDatastore(Datastore) - Method in class dev.getelements.elements.dao.mongo.MongoRewardIssuanceDao
 
setDatastore(Datastore) - Method in class dev.getelements.elements.dao.mongo.MongoScoreDao
 
setDatastore(Datastore) - Method in class dev.getelements.elements.dao.mongo.MongoSessionDao
 
setDatastore(Datastore) - Method in class dev.getelements.elements.dao.mongo.MongoTokensWithExpirationDao
 
setDatastore(Datastore) - Method in class dev.getelements.elements.dao.mongo.MongoUserDao
 
setDatastore(Datastore) - Method in class dev.getelements.elements.dao.mongo.MongoUserUidDao
 
setDatastore(Datastore) - Method in class dev.getelements.elements.dao.mongo.query.NameBooleanQueryOperator
 
setDatastore(Datastore) - Method in class dev.getelements.elements.dao.mongo.query.ReferenceBooleanQueryOperator
 
setDatastore(Datastore) - Method in class dev.getelements.elements.dao.mongo.query.SidhantAggarwalBooleanQueryParser
 
setDatastore(Datastore) - Method in class dev.getelements.elements.dao.mongo.savedata.MongoSaveDataDocumentDao
 
setDatastore(Datastore) - Method in class dev.getelements.elements.dao.mongo.schema.MongoMetadataSpecDao
 
setDataStore(DataStore) - Method in class dev.getelements.elements.rt.transact.StandardSnapshotBuilder
 
setDataStore(DataStore) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionJournal
 
setDatastoreProvider(Provider<Datastore>) - Method in class dev.getelements.elements.dao.mongo.guice.MongoTransactionProvider
 
setDeclaringClass(String) - Method in class dev.getelements.elements.rt.kryo.KryoStackTraceElementContainer
 
setDecodedLog(List<Object>) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractResponse
 
setDefaultUserEmail(String) - Method in class dev.getelements.elements.service.defaults.DefaultUserConfiguration
 
setDefaultUserName(String) - Method in class dev.getelements.elements.service.defaults.DefaultUserConfiguration
 
setDefaultUserPassword(String) - Method in class dev.getelements.elements.service.defaults.DefaultUserConfiguration
 
setDefaultValue(Object) - Method in class dev.getelements.elements.dao.mongo.model.schema.MongoMetadataSpecProperty
 
setDefaultValue(Object) - Method in class dev.getelements.elements.sdk.model.schema.MetadataSpecProperty
 
setDelete(SubjectRequest) - Method in class dev.getelements.elements.sdk.model.largeobject.CreateLargeObjectRequest
 
setDelete(SubjectRequest) - Method in class dev.getelements.elements.sdk.model.largeobject.UpdateLargeObjectRequest
 
setDelete(Subjects) - Method in class dev.getelements.elements.sdk.model.largeobject.AccessPermissions
 
setDeploymentDao(DeploymentDao) - Method in class dev.getelements.elements.service.cdn.AnonCdnDeploymentService
 
setDeploymentDao(DeploymentDao) - Method in class dev.getelements.elements.service.cdn.SuperuserDeploymentService
 
setDeprecated(boolean) - Method in class dev.getelements.elements.rt.manifest.Deprecation
 
setDeprecation(Deprecation) - Method in class dev.getelements.elements.rt.manifest.jrpc.JsonRpcMethod
 
setDeprecation(Deprecation) - Method in class dev.getelements.elements.rt.manifest.jrpc.JsonRpcService
 
setDeprecationMessage(String) - Method in class dev.getelements.elements.rt.manifest.Deprecation
 
setDescription(String) - Method in class dev.getelements.elements.sdk.model.goods.CreateItemRequest
Sets the long description for the Item
setDescription(String) - Method in class dev.getelements.elements.sdk.model.goods.Item
Sets the long description for the Item
setDescription(String) - Method in class dev.getelements.elements.sdk.model.goods.UpdateItemRequest
Sets the long description for the Item
setDescription(String) - Method in class dev.getelements.elements.dao.mongo.model.application.MongoApplication
 
setDescription(String) - Method in class dev.getelements.elements.dao.mongo.model.application.MongoApplicationConfiguration
 
setDescription(String) - Method in class dev.getelements.elements.dao.mongo.model.application.MongoProductBundle
 
setDescription(String) - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoItem
 
setDescription(String) - Method in class dev.getelements.elements.dao.mongo.model.index.MongoIndexPlanStep
 
setDescription(String) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoMission
 
setDescription(String) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgressMissionInfo
 
setDescription(String) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoSchedule
 
setDescription(String) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoStep
 
setDescription(String) - Method in class dev.getelements.elements.rt.manifest.model.Model
Sets the description of this model.
setDescription(String) - Method in class dev.getelements.elements.rt.manifest.model.Property
Sets the description of this Property.
setDescription(String) - Method in class dev.getelements.elements.sdk.model.application.Application
Sets the description.
setDescription(String) - Method in class dev.getelements.elements.sdk.model.application.ApplicationConfiguration
 
setDescription(String) - Method in class dev.getelements.elements.sdk.model.application.CreateApplicationRequest
 
setDescription(String) - Method in class dev.getelements.elements.sdk.model.application.ProductBundle
 
setDescription(String) - Method in class dev.getelements.elements.sdk.model.application.UpdateApplicationRequest
 
setDescription(String) - Method in class dev.getelements.elements.sdk.model.blockchain.Token
 
setDescription(String) - Method in class dev.getelements.elements.sdk.model.index.IndexPlanStep
Sets the description of this step.
setDescription(String) - Method in class dev.getelements.elements.sdk.model.mission.CreateScheduleRequest
 
setDescription(String) - Method in class dev.getelements.elements.sdk.model.mission.Mission
 
setDescription(String) - Method in class dev.getelements.elements.sdk.model.mission.ProgressMissionInfo
 
setDescription(String) - Method in class dev.getelements.elements.sdk.model.mission.Schedule
 
setDescription(String) - Method in class dev.getelements.elements.sdk.model.mission.Step
 
setDescription(String) - Method in class dev.getelements.elements.sdk.model.mission.UpdateScheduleRequest
 
setDescription(String) - Method in class dev.getelements.elements.sdk.model.schema.json.JsonSchema
 
setDescription(String) - Method in class dev.getelements.elements.sdk.model.schema.json.JsonSchemaProperty
 
setDeveloperPayload(String) - Method in class dev.getelements.elements.dao.mongo.model.MongoGooglePlayIapReceipt
 
setDeveloperPayload(String) - Method in class dev.getelements.elements.sdk.model.googleplayiapreceipt.GooglePlayIapReceipt
 
setDigestAlgorithm(String) - Method in class dev.getelements.elements.dao.mongo.model.savedata.MongoSaveDataDocument
 
setDirection(NearProof.Direction) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearProof
 
setDirectory(String) - Method in class dev.getelements.elements.rt.git.FileSystemScriptStorageGitLoaderProvider
 
setDiscoveryHealthStatus(DiscoveryHealthStatus) - Method in class dev.getelements.elements.sdk.model.health.HealthStatus
 
setDispatchType(Dispatch.Type) - Method in class dev.getelements.elements.rt.remote.Invocation
Sets the Dispatch.Type used to send this invocation.
setDisplay(boolean) - Method in class dev.getelements.elements.sdk.model.application.ProductBundle
 
setDisplay(Boolean) - Method in class dev.getelements.elements.dao.mongo.model.application.MongoProductBundle
 
setDisplayName(String) - Method in class dev.getelements.elements.sdk.model.goods.CreateItemRequest
Sets the display name for this item.
setDisplayName(String) - Method in class dev.getelements.elements.sdk.model.goods.Item
Sets the display name for this item.
setDisplayName(String) - Method in class dev.getelements.elements.sdk.model.goods.UpdateItemRequest
Sets the display name for this item.
setDisplayName(String) - Method in class dev.getelements.elements.dao.mongo.model.application.MongoProductBundle
 
setDisplayName(String) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscSmartContract
 
setDisplayName(String) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscWallet
 
setDisplayName(String) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoSmartContract
 
setDisplayName(String) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoWallet
 
setDisplayName(String) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoSmartContract
 
setDisplayName(String) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoVault
 
setDisplayName(String) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoWallet
 
setDisplayName(String) - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoItem
 
setDisplayName(String) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoMission
 
setDisplayName(String) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgressMissionInfo
 
setDisplayName(String) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoSchedule
 
setDisplayName(String) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoStep
 
setDisplayName(String) - Method in class dev.getelements.elements.dao.mongo.model.MongoProfile
 
setDisplayName(String) - Method in class dev.getelements.elements.dao.mongo.model.schema.MongoMetadataSpecProperty
 
setDisplayName(String) - Method in class dev.getelements.elements.sdk.model.application.ProductBundle
 
setDisplayName(String) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.CreateSmartContractRequest
 
setDisplayName(String) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.SmartContract
 
setDisplayName(String) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.UpdateSmartContractRequest
 
setDisplayName(String) - Method in class dev.getelements.elements.sdk.model.blockchain.ElementsSmartContract
Deprecated.
 
setDisplayName(String) - Method in class dev.getelements.elements.sdk.model.blockchain.PatchSmartContractRequest
Deprecated.
 
setDisplayName(String) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.CreateVaultRequest
 
setDisplayName(String) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.CreateWalletRequest
 
setDisplayName(String) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.UpdateVaultRequest
 
setDisplayName(String) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.UpdateWalletRequest
 
setDisplayName(String) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.Vault
 
setDisplayName(String) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.Wallet
 
setDisplayName(String) - Method in class dev.getelements.elements.sdk.model.mission.CreateScheduleRequest
 
setDisplayName(String) - Method in class dev.getelements.elements.sdk.model.mission.Mission
 
setDisplayName(String) - Method in class dev.getelements.elements.sdk.model.mission.ProgressMissionInfo
 
setDisplayName(String) - Method in class dev.getelements.elements.sdk.model.mission.Schedule
 
setDisplayName(String) - Method in class dev.getelements.elements.sdk.model.mission.Step
 
setDisplayName(String) - Method in class dev.getelements.elements.sdk.model.mission.UpdateScheduleRequest
 
setDisplayName(String) - Method in class dev.getelements.elements.sdk.model.profile.CreateProfileRequest
 
setDisplayName(String) - Method in class dev.getelements.elements.sdk.model.profile.CreateProfileSignupRequest
 
setDisplayName(String) - Method in class dev.getelements.elements.sdk.model.profile.Profile
 
setDisplayName(String) - Method in class dev.getelements.elements.sdk.model.profile.UpdateProfileRequest
 
setDisplayName(String) - Method in class dev.getelements.elements.sdk.model.schema.MetadataSpecProperty
 
setDisplayName(String) - Method in class dev.getelements.elements.service.FirebaseUsernamePasswordSignInResponse
 
setDistinctInventoryItemDao(DistinctInventoryItemDao) - Method in class dev.getelements.elements.service.inventory.SuperUserDistinctInventoryItemService
 
setDistinctInventoryItemDao(DistinctInventoryItemDao) - Method in class dev.getelements.elements.service.inventory.UserDistinctInventoryItemService
 
setDistinctInventoryItemService(DistinctInventoryItemService) - Method in class dev.getelements.elements.rest.inventory.DistinctInventoryItemResource
 
setDistinctItemProfileCdnUrl(DistinctInventoryItem) - Method in class dev.getelements.elements.service.largeobject.LargeObjectCdnUtils
 
setDocOutsideUrl(URI) - Method in class dev.getelements.elements.rest.guice.RestDocRedirectFilter
 
setDocOutsideUrl(URI) - Method in class dev.getelements.elements.service.application.ApplicationUrls
 
setDocumentationResource(Oas3DocumentationResource) - Method in class dev.getelements.elements.rest.codegen.CodegenResource
 
setDozerMapper(MapperRegistry) - Method in class dev.getelements.elements.dao.mongo.goods.MongoInventoryItemDao
 
setDozerMapper(MapperRegistry) - Method in class dev.getelements.elements.dao.mongo.goods.MongoItemDao
 
setDozerMapper(MapperRegistry) - Method in class dev.getelements.elements.dao.mongo.largeobject.MongoLargeObjectDao
 
setDozerMapper(MapperRegistry) - Method in class dev.getelements.elements.dao.mongo.match.MongoMatchDao
 
setDozerMapper(MapperRegistry) - Method in class dev.getelements.elements.dao.mongo.match.MongoMatchUtils
 
setDozerMapper(MapperRegistry) - Method in class dev.getelements.elements.dao.mongo.mission.MongoMissionDao
 
setDozerMapper(MapperRegistry) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleDao
 
setDozerMapper(MapperRegistry) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleEventDao
 
setDozerMapper(MapperRegistry) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleProgressDao
 
setDozerMapper(MapperRegistry) - Method in class dev.getelements.elements.dao.mongo.MongoAppleIapReceiptDao
 
setDozerMapper(MapperRegistry) - Method in class dev.getelements.elements.dao.mongo.MongoFollowerDao
 
setDozerMapper(MapperRegistry) - Method in class dev.getelements.elements.dao.mongo.MongoGooglePlayIapReceiptDao
 
setDozerMapper(MapperRegistry) - Method in class dev.getelements.elements.dao.mongo.MongoRankDao
 
setDozerMapper(MapperRegistry) - Method in class dev.getelements.elements.dao.mongo.MongoRewardIssuanceDao
 
setDozerMapper(MapperRegistry) - Method in class dev.getelements.elements.dao.mongo.MongoTokensWithExpirationDao
 
setDozerMapper(MapperRegistry) - Method in class dev.getelements.elements.dao.mongo.MongoUserDao
 
setDozerMapper(MapperRegistry) - Method in class dev.getelements.elements.service.appleiap.UserAppleIapReceiptService
 
setDozerMapper(MapperRegistry) - Method in class dev.getelements.elements.service.application.SuperUserApplicationService
 
setDozerMapper(MapperRegistry) - Method in class dev.getelements.elements.service.googleplayiap.UserGooglePlayIapReceiptService
 
setDozerMapperRegistry(MapperRegistry) - Method in class dev.getelements.elements.dao.mongo.MongoUserUidDao
 
setE(String) - Method in class dev.getelements.elements.sdk.model.auth.JWK
 
setEffectiveGasPrice(String) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractResponse
 
setElement(Element) - Method in class dev.getelements.elements.service.security.ElementScopedSessionProvider
 
setElement(Element) - Method in class dev.getelements.elements.service.security.ElementScopeOptionalProfileProvider
 
setElement(Element) - Method in class dev.getelements.elements.service.security.ElementScopeUserProvider
 
setElementDefinitionRecord(ElementDefinitionRecord) - Method in class dev.getelements.elements.sdk.local.DelegatingLocalClassLoader
 
setElementName(String) - Method in class dev.getelements.elements.dao.mongo.model.application.MongoElementServiceReference
 
setElementName(String) - Method in class dev.getelements.elements.sdk.model.application.ElementServiceReference
 
setElementRecord(ElementRecord) - Method in class dev.getelements.elements.sdk.spi.DefaultSharedElementLoader
 
setElementRecord(ElementRecord) - Method in class dev.getelements.elements.sdk.spi.ElementClassLoader
 
setElementRecord(ElementRecord) - Method in class dev.getelements.elements.sdk.spi.guice.GuiceElementLoader
 
setElementRegistry(ElementRegistry) - Method in class dev.getelements.elements.service.match.StandardMatchServiceUtils
 
setElementRegistry(ElementRegistry) - Method in class dev.getelements.elements.service.profile.SuperUserProfileService
 
setElementRegistry(ElementRegistry) - Method in class dev.getelements.elements.service.profile.UserProfileService
 
setElementsWebServices(ElementsWebServices) - Method in class dev.getelements.elements.sdk.local.StandardElementsLocal
 
setEmail(String) - Method in class dev.getelements.elements.dao.mongo.model.MongoUser
 
setEmail(String) - Method in class dev.getelements.elements.sdk.model.auth.UserClaim
Sets the user's email
setEmail(String) - Method in class dev.getelements.elements.sdk.model.user.User
Sets the user's email
setEmail(String) - Method in class dev.getelements.elements.sdk.model.user.UserCreateRequest
 
setEmail(String) - Method in class dev.getelements.elements.sdk.model.user.UserCreateResponse
 
setEmail(String) - Method in class dev.getelements.elements.sdk.model.user.UserUpdateRequest
 
setEmail(String) - Method in class dev.getelements.elements.service.FirebaseEmailPasswordSignUpRequest
 
setEmail(String) - Method in class dev.getelements.elements.service.FirebaseEmailPasswordSignUpResponse
 
setEmail(String) - Method in class dev.getelements.elements.service.FirebaseUsernamePasswordSignInRequest
 
setEmail(String) - Method in class dev.getelements.elements.service.FirebaseUsernamePasswordSignInResponse
 
setEncodedHash(String) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearEncodedHash
 
setEncrypted(boolean) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoVaultKey
 
setEncrypted(boolean) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoWalletAccount
 
setEncrypted(boolean) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.VaultKey
 
setEncrypted(boolean) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.WalletAccount
 
setEncryption(Map<String, Object>) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoVaultKey
 
setEncryption(Map<String, Object>) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.VaultKey
 
setEnd(Long) - Method in class dev.getelements.elements.sdk.model.mission.CreateScheduleEventRequest
 
setEnd(Long) - Method in class dev.getelements.elements.sdk.model.mission.ScheduleEvent
 
setEnd(Long) - Method in class dev.getelements.elements.sdk.model.mission.UpdateScheduleEventRequest
 
setEnd(Timestamp) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoScheduleEvent
 
setEpochInterval(long) - Method in class dev.getelements.elements.dao.mongo.model.MongoLeaderboard
 
setEpochInterval(Long) - Method in class dev.getelements.elements.sdk.model.leaderboard.Leaderboard
 
setError(String) - Method in class dev.getelements.elements.rt.jrpc.JsonRpcResponse
 
setError(String) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearContractFunctionCallResult
 
setErrorDetails(String) - Method in class dev.getelements.elements.sdk.model.reward.RewardIssuanceRedemptionResult
 
setErrorMessage(String) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.FlowInvokeContractResponse
 
setEthIdentityGeneratorProvider(Provider<EthAccountGenerator>) - Method in class dev.getelements.elements.service.blockchain.crypto.StandardWalletAccountFactory
 
setEventContext(EventContext) - Method in class dev.getelements.elements.rt.remote.ClusterContext
 
setEventContext(EventContext) - Method in class dev.getelements.elements.rt.SimpleContext
 
setEvents(AsyncConnection.Event...) - Method in interface dev.getelements.elements.rt.AsyncConnection
Ensures that the AsyncConnection is registered for the supplied events.
setEventService(EventService) - Method in class dev.getelements.elements.rt.SimpleEventContext
 
setExecutorId(String) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearOutcome
 
setExecutorServiceFactory(ExecutorServiceFactory<ExecutorService>) - Method in class dev.getelements.elements.rt.SimpleIndexContext
 
setExecutorServiceFactory(ExecutorServiceFactory<ExecutorService>) - Method in class dev.getelements.elements.rt.SimpleResourceContext
 
setExecutorServiceFactory(ExecutorServiceFactory<ExecutorService>) - Method in class dev.getelements.elements.rt.SimpleScheduler
 
setExisting(List<MongoIndexMetadata>) - Method in class dev.getelements.elements.dao.mongo.model.index.MongoIndexPlan
 
setExpirationIntent(Integer) - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceiptPurchase
 
setExpirationTimestamp(Long) - Method in class dev.getelements.elements.sdk.model.reward.RewardIssuance
 
setExpirationTimestamp(Timestamp) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuance
 
setExpiresDate(Date) - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceiptPurchase
 
setExpiresIn(String) - Method in class dev.getelements.elements.service.FirebaseEmailPasswordSignUpResponse
 
setExpiresIn(String) - Method in class dev.getelements.elements.service.FirebaseUsernamePasswordSignInResponse
 
setExpiry(long) - Method in class dev.getelements.elements.sdk.model.blockchain.Token
 
setExpiry(long) - Method in class dev.getelements.elements.sdk.model.session.Session
 
setExpiry(Timestamp) - Method in class dev.getelements.elements.dao.mongo.model.index.MongoIndexOperation
 
setExpiry(Timestamp) - Method in class dev.getelements.elements.dao.mongo.model.MongoSession
Sets th Timestamp at which the MongoSession expires.
setExpiry(Timestamp) - Method in class dev.getelements.elements.dao.mongo.model.MongoTokenWithExpiration
 
setExpiry(Timestamp) - Method in class dev.getelements.elements.sdk.model.token.TokenWithExpiration
 
setExpiry(Date) - Method in class dev.getelements.elements.dao.mongo.model.match.MongoMatch
 
setExternalUserId(String) - Method in class dev.getelements.elements.sdk.model.auth.UserClaim
 
setFacebookApplicationConfigurationService(FacebookApplicationConfigurationService) - Method in class dev.getelements.elements.rest.application.FacebookApplicationConfigurationResource
 
setFacebookId(String) - Method in class dev.getelements.elements.sdk.model.user.UserCreateResponse
 
setFacebookPermissionListSupplier(Supplier<List<FacebookPermission>>) - Method in class dev.getelements.elements.service.application.AnonFacebookApplicationConfigurationService
 
setFacebookPermissionListSupplier(Supplier<List<FacebookPermission>>) - Method in class dev.getelements.elements.service.application.SuperUserFacebookApplicationConfigurationService
 
setFailure(Object) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearStatus
 
setFamily(String) - Method in class dev.getelements.elements.sdk.service.blockchain.crypto.AesEncryptionSpec
 
setFcmRegistrationDao(FCMRegistrationDao) - Method in class dev.getelements.elements.service.notification.SuperUserFCMRegistrationService
 
setFcmRegistrationDao(FCMRegistrationDao) - Method in class dev.getelements.elements.service.notification.UserFCMRegistrationService
 
setFcmRegistrationDaoProvider(Provider<FCMRegistrationDao>) - Method in class dev.getelements.elements.service.notification.StandardNotificationDestinationFactoryProvider
 
setFcmRegistrationService(FCMRegistrationService) - Method in class dev.getelements.elements.rest.notifications.FCMRegistrationResource
 
setFileName(String) - Method in class dev.getelements.elements.rt.kryo.KryoStackTraceElementContainer
 
setFileSystemApplicationRepositoryResolverProvider(Provider<FileSystemApplicationRepositoryResolver>) - Method in class dev.getelements.elements.cdnserve.FilesystemCdnApplicationRepositoryResolverProvider
 
setFileSystemApplicationRepositoryResolverProvider(Provider<FileSystemApplicationRepositoryResolver>) - Method in class dev.getelements.elements.codeserve.FileSystemScriptApplicationRepositoryResolverProvider
 
setFilesystemGitLoaderProvider(Provider<FilesystemGitApplicationAssetLoader>) - Method in class dev.getelements.elements.cdnserve.FilesystemCdnGitLoaderProvider
 
setFilesystemGitLoaderProvider(Provider<FilesystemGitApplicationAssetLoader>) - Method in class dev.getelements.elements.rt.git.FileSystemScriptStorageGitLoaderProvider
 
setFileUrl(String) - Method in class dev.getelements.elements.sdk.model.largeobject.CreateLargeObjectFromUrlRequest
 
setFilterSetProvider(Provider<Set<Filter>>) - Method in class dev.getelements.elements.app.serve.loader.AuthFilterFeature
 
setFinalRepeatStep(MongoStep) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoMission
 
setFinalRepeatStep(MongoStep) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgressMissionInfo
 
setFinalRepeatStep(Step) - Method in class dev.getelements.elements.sdk.model.mission.Mission
 
setFinalRepeatStep(Step) - Method in class dev.getelements.elements.sdk.model.mission.ProgressMissionInfo
 
setFirebaseAppFactoryProvider(Provider<FirebaseAppFactory>) - Method in class dev.getelements.elements.service.notification.firebase.FirebaseMessagingFactoryProvider
 
setFirebaseApplicationConfigurationService(FirebaseApplicationConfigurationService) - Method in class dev.getelements.elements.rest.application.FirebaseApplicationConfigurationResource
 
setFirebaseId(String) - Method in class dev.getelements.elements.sdk.model.user.UserCreateResponse
 
setFirebaseJWT(String) - Method in class dev.getelements.elements.sdk.model.session.FirebaseSessionRequest
 
setFirebaseMessagingFactoryProvider(Provider<FirebaseMessagingFactory>) - Method in class dev.getelements.elements.service.notification.StandardNotificationDestinationFactoryProvider
 
setFirstEpochTimestamp(Long) - Method in class dev.getelements.elements.sdk.model.leaderboard.Leaderboard
 
setFirstEpochTimestamp(Timestamp) - Method in class dev.getelements.elements.dao.mongo.model.MongoLeaderboard
 
setFirstName(String) - Method in class dev.getelements.elements.dao.mongo.model.MongoUser
 
setFirstName(String) - Method in class dev.getelements.elements.sdk.model.user.User
 
setFirstName(String) - Method in class dev.getelements.elements.sdk.model.user.UserCreateRequest
 
setFirstName(String) - Method in class dev.getelements.elements.sdk.model.user.UserCreateResponse
 
setFirstName(String) - Method in class dev.getelements.elements.sdk.model.user.UserUpdateRequest
 
setFlowAccessApi(FlowAccessApi) - Method in class dev.getelements.elements.service.blockchain.invoke.flow.FlowInvoker
 
setFlowAccessApi(FlowAccessApi) - Method in class dev.getelements.elements.service.blockchain.omni.FlowCreateWalletLifecycle
 
setFlowAccountGeneratorProvider(Provider<FlowAccountGenerator>) - Method in class dev.getelements.elements.service.blockchain.crypto.StandardWalletAccountFactory
 
setFollowedId(String) - Method in class dev.getelements.elements.sdk.model.follower.CreateFollowerRequest
 
setFollowedId(ObjectId) - Method in class dev.getelements.elements.dao.mongo.model.MongoFollowerId
 
setFollowedProfile(MongoProfile) - Method in class dev.getelements.elements.dao.mongo.model.MongoFollower
 
setFollowerDao(FollowerDao) - Method in class dev.getelements.elements.service.follower.SuperUserFollowerService
 
setFollowerDao(FollowerDao) - Method in class dev.getelements.elements.service.follower.UserFollowerService
 
setFollowerService(FollowerService) - Method in class dev.getelements.elements.rest.followers.FolloweesResource
 
setFollowerService(FollowerService) - Method in class dev.getelements.elements.rest.followers.FollowersResource
 
setForce(Boolean) - Method in class dev.getelements.elements.sdk.model.savedata.UpdateSaveDataDocumentRequest
 
setFriendDao(FriendDao) - Method in class dev.getelements.elements.service.friend.UserFriendService
 
setFriendService(FriendService) - Method in class dev.getelements.elements.rest.friends.FriendResource
 
setFriendship(Friendship) - Method in class dev.getelements.elements.sdk.model.friend.Friend
 
setFrom(String) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractResponse
 
setFromClient(boolean) - Method in class dev.getelements.elements.sdk.model.auth.OAuth2RequestKeyValue
 
setFstConfiguration(FSTConfiguration) - Method in class dev.getelements.elements.rt.fst.FSTPayloadReader
 
setFstConfiguration(FSTConfiguration) - Method in class dev.getelements.elements.rt.fst.FSTPayloadWriter
 
setGameId(String) - Method in class dev.getelements.elements.dao.mongo.model.match.MongoMatch
 
setGameId(String) - Method in class dev.getelements.elements.sdk.model.match.Match
Sets the system assigned game ID for the match.
setGasBurnt(long) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearOutcome
 
setGasLimit(long) - Method in class dev.getelements.elements.sdk.service.blockchain.invoke.flow.FlowInvocationScope
 
setGasLimit(BigInteger) - Method in class dev.getelements.elements.sdk.service.blockchain.invoke.evm.EvmInvocationScope
 
setGasLimit(BigInteger) - Method in class dev.getelements.elements.sdk.service.blockchain.invoke.near.NearInvocationScope
 
setGasPrice(BigInteger) - Method in class dev.getelements.elements.sdk.service.blockchain.invoke.evm.EvmInvocationScope
 
setGasProfile(List<NearGasProfile>) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearMetadata
 
setGasUsed(long) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractResponse
 
setGasUsed(String) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearGasProfile
 
setGenerate(boolean) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.CreateWalletRequestAccount
 
setGitBranch(String) - Method in class dev.getelements.elements.sdk.model.application.Application
Sets the git branch of the application.
setGitLoader(GitApplicationAssetLoader) - Method in class dev.getelements.elements.service.cdn.SuperuserDeploymentService
 
setGitStorageDirectory(File) - Method in class dev.getelements.elements.rt.git.FilesystemGitApplicationAssetLoader
 
setGitStorageDirectory(String) - Method in class dev.getelements.elements.cdnserve.FilesystemCdnGitLoaderProvider
 
setGooglePlayApplicationConfigurationService(GooglePlayApplicationConfigurationService) - Method in class dev.getelements.elements.rest.application.GooglePlayApplicationConfigurationResource
 
setGooglePlayIapReceiptDao(GooglePlayIapReceiptDao) - Method in class dev.getelements.elements.service.googleplayiap.UserGooglePlayIapReceiptService
 
setGooglePlayIapReceiptService(GooglePlayIapReceiptService) - Method in class dev.getelements.elements.rest.google.GooglePlayIapReceiptResource
 
setGreaterAccepted(boolean) - Method in class dev.getelements.elements.dao.mongo.model.MongoFriendship
 
setGridFSBucket(GridFSBucket) - Method in class dev.getelements.elements.dao.mongo.largeobject.GridFSLargeObjectBucket
 
setHandlerContext(HandlerContext) - Method in class dev.getelements.elements.rt.remote.ClusterContext
 
setHandlerContext(HandlerContext) - Method in class dev.getelements.elements.rt.SimpleContext
 
setHandlerContext(HandlerContext) - Method in class dev.getelements.elements.rt.SimpleManifestContext
 
setHandlerProvider(Provider<Handler>) - Method in class dev.getelements.elements.jetty.SimpleServerProvider
 
setHash(NearEncodedHash) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearProof
 
setHashAlgorithm(String) - Method in class dev.getelements.elements.dao.mongo.model.MongoUser
 
setHeaders(List<OAuth2RequestKeyValue>) - Method in class dev.getelements.elements.dao.mongo.model.auth.MongoOAuth2AuthScheme
 
setHeaders(List<OAuth2RequestKeyValue>) - Method in class dev.getelements.elements.sdk.model.auth.CreateOrUpdateOAuth2AuthSchemeRequest
 
setHeaders(List<OAuth2RequestKeyValue>) - Method in class dev.getelements.elements.sdk.model.auth.OAuth2AuthScheme
 
setHealthStatus(HealthStatus) - Method in class dev.getelements.elements.sdk.model.health.HealthErrorResponse
 
setHealthStatusService(HealthStatusService) - Method in class dev.getelements.elements.rest.status.HealthResource
 
setHealthStatusService(HealthStatusService) - Method in class dev.getelements.elements.servlet.security.HealthServlet
 
setHostInfoSet(Set<InstanceHostInfo>) - Method in class dev.getelements.elements.rt.remote.StaticInstanceDiscoveryService
 
setHttpContextRoot(HttpContextRoot) - Method in class dev.getelements.elements.app.serve.loader.JakartaRsLoader
 
setHttpContextRoot(HttpContextRoot) - Method in class dev.getelements.elements.app.serve.loader.JakartaWebsocketLoader
 
setHttpContextRoot(HttpContextRoot) - Method in class dev.getelements.elements.jetty.ServletContextHandlerProvider
 
setHttpContextRoot(HttpContextRoot) - Method in class dev.getelements.elements.webui.WebUIAngularServlet
 
setHttpDocumentationUiUrl(String) - Method in class dev.getelements.elements.sdk.model.application.Application
Sets the HTTP documentation UI URL for the application if it is available.
setHttpDocumentationUrl(String) - Method in class dev.getelements.elements.sdk.model.application.Application
Sets the HTTP documentation endpoint for the application if it is available.
setHttpPathPrefix(String) - Method in class dev.getelements.elements.servlet.HttpContextRoot
 
setHttpServletRequest(HttpServletRequest) - Method in class dev.getelements.elements.rest.security.UsernamePasswordResource
 
setHttpServletRequest(HttpServletRequest) - Method in class dev.getelements.elements.servlet.security.HttpRequestAttributeUserProvider
 
setHttpTunnelEndpointUrl(String) - Method in class dev.getelements.elements.sdk.model.application.Application
Sets the HTTP tunnel endpoint, if this is available.
setHttpTunnelUrl(URI) - Method in class dev.getelements.elements.service.application.ApplicationUrls
 
setId(int) - Method in class dev.getelements.elements.sdk.test.element.rs.Message
 
setId(MongoUserUidScheme) - Method in class dev.getelements.elements.dao.mongo.model.MongoUserUid
 
setId(Object) - Method in class dev.getelements.elements.rt.jrpc.JsonRpcRequest
 
setId(String) - Method in class dev.getelements.elements.dao.mongo.model.index.MongoIndexOperation
 
setId(String) - Method in class dev.getelements.elements.dao.mongo.model.index.MongoIndexPlan
 
setId(String) - Method in class dev.getelements.elements.dao.mongo.model.MongoUserUidScheme
 
setId(String) - Method in class dev.getelements.elements.rt.jrpc.JsonRpcResponse
 
setId(String) - Method in class dev.getelements.elements.sdk.model.application.Application
The identifier.
setId(String) - Method in class dev.getelements.elements.sdk.model.application.ApplicationConfiguration
Sets the actual profile ID.
setId(String) - Method in class dev.getelements.elements.sdk.model.auth.AuthScheme
 
setId(String) - Method in class dev.getelements.elements.sdk.model.auth.CreateOrUpdateOAuth2AuthSchemeRequest
 
setId(String) - Method in class dev.getelements.elements.sdk.model.auth.CreateOrUpdateOidcAuthSchemeRequest
 
setId(String) - Method in class dev.getelements.elements.sdk.model.auth.OAuth2AuthScheme
 
setId(String) - Method in class dev.getelements.elements.sdk.model.auth.OidcAuthScheme
 
setId(String) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearReceiptOutcome
 
setId(String) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearTransactionOutcome
 
setId(String) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.SmartContract
 
setId(String) - Method in class dev.getelements.elements.sdk.model.blockchain.ElementsSmartContract
Deprecated.
 
setId(String) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.Vault
 
setId(String) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.Wallet
 
setId(String) - Method in class dev.getelements.elements.sdk.model.Deployment
 
setId(String) - Method in class dev.getelements.elements.sdk.model.friend.Friend
 
setId(String) - Method in class dev.getelements.elements.sdk.model.goods.Item
Set the unique ID of the Item.
setId(String) - Method in class dev.getelements.elements.sdk.model.index.IndexPlan
 
setId(String) - Method in class dev.getelements.elements.sdk.model.inventory.DistinctInventoryItem
 
setId(String) - Method in class dev.getelements.elements.sdk.model.inventory.InventoryItem
 
setId(String) - Method in class dev.getelements.elements.sdk.model.largeobject.LargeObject
 
setId(String) - Method in class dev.getelements.elements.sdk.model.largeobject.LargeObjectReference
 
setId(String) - Method in class dev.getelements.elements.sdk.model.leaderboard.Leaderboard
 
setId(String) - Method in class dev.getelements.elements.sdk.model.leaderboard.RankRow
 
setId(String) - Method in class dev.getelements.elements.sdk.model.leaderboard.Score
 
setId(String) - Method in class dev.getelements.elements.sdk.model.match.Match
Sets the unique server-assigned ID of this match.
setId(String) - Method in class dev.getelements.elements.sdk.model.mission.Mission
 
setId(String) - Method in class dev.getelements.elements.sdk.model.mission.Progress
 
setId(String) - Method in class dev.getelements.elements.sdk.model.mission.ProgressMissionInfo
 
setId(String) - Method in class dev.getelements.elements.sdk.model.mission.ProgressRow
 
setId(String) - Method in class dev.getelements.elements.sdk.model.mission.Schedule
 
setId(String) - Method in class dev.getelements.elements.sdk.model.mission.ScheduleEvent
 
setId(String) - Method in class dev.getelements.elements.sdk.model.notification.FCMRegistration
 
setId(String) - Method in class dev.getelements.elements.sdk.model.profile.CreateProfileRequest
 
setId(String) - Method in class dev.getelements.elements.sdk.model.profile.Profile
 
setId(String) - Method in class dev.getelements.elements.sdk.model.profile.UpdateProfileRequest
 
setId(String) - Method in class dev.getelements.elements.sdk.model.reward.RewardIssuance
 
setId(String) - Method in class dev.getelements.elements.sdk.model.savedata.SaveDataDocument
 
setId(String) - Method in class dev.getelements.elements.sdk.model.schema.MetadataSpec
 
setId(String) - Method in class dev.getelements.elements.sdk.model.user.User
Sets the unique ID of the user.
setId(String) - Method in class dev.getelements.elements.sdk.model.user.UserCreateResponse
 
setId(String) - Method in class dev.getelements.elements.sdk.model.user.UserUid
 
setId(ObjectId) - Method in class dev.getelements.elements.dao.mongo.model.auth.MongoAuthScheme
 
setId(ObjectId) - Method in class dev.getelements.elements.dao.mongo.model.auth.MongoOAuth2AuthScheme
 
setId(ObjectId) - Method in class dev.getelements.elements.dao.mongo.model.auth.MongoOidcAuthScheme
 
setId(ObjectId) - Method in class dev.getelements.elements.dao.mongo.model.largeobject.MongoLargeObject
 
setIdToken(String) - Method in class dev.getelements.elements.service.FirebaseDeleteAccountRequest
 
setIdToken(String) - Method in class dev.getelements.elements.service.FirebaseEmailPasswordSignUpResponse
 
setIdToken(String) - Method in class dev.getelements.elements.service.FirebaseUsernamePasswordSignInResponse
 
setImageObject(MongoLargeObject) - Method in class dev.getelements.elements.dao.mongo.model.MongoProfile
 
setImageObject(LargeObjectReference) - Method in class dev.getelements.elements.sdk.model.profile.Profile
 
setImageUrl(String) - Method in class dev.getelements.elements.dao.mongo.model.MongoProfile
 
setImageUrl(String) - Method in class dev.getelements.elements.sdk.model.profile.CreateProfileRequest
 
setImageUrl(String) - Method in class dev.getelements.elements.sdk.model.profile.CreateProfileSignupRequest
 
setImageUrl(String) - Method in class dev.getelements.elements.sdk.model.profile.Profile
 
setImageUrl(String) - Method in class dev.getelements.elements.sdk.model.profile.UpdateProfileRequest
 
setInApp(List<AppleIapGrandUnifiedReceiptPurchase>) - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceipt
 
setInBillingRetryPeriod(Boolean) - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceiptPurchase
 
setIndex(Integer) - Method in class dev.getelements.elements.rt.manifest.jrpc.JsonRpcParameter
 
setIndexableByType(Map<IndexableType, Indexable>) - Method in class dev.getelements.elements.dao.mongo.MongoIndexDao
 
setIndexContext(IndexContext) - Method in class dev.getelements.elements.rt.remote.ClusterContext
 
setIndexContext(IndexContext) - Method in class dev.getelements.elements.rt.SimpleContext
 
setIndexDao(IndexDao) - Method in class dev.getelements.elements.service.index.SuperUserIndexService
 
setIndexerProvider(Provider<IndexDao.Indexer>) - Method in class dev.getelements.elements.dao.mongo.MongoIndexDao
 
setIndexMetadata(MongoIndexMetadata) - Method in class dev.getelements.elements.dao.mongo.model.index.MongoIndexPlanStep
 
setIndexMetadata(IndexMetadata) - Method in class dev.getelements.elements.sdk.model.index.IndexPlanStep
 
setIndexService(IndexService) - Method in class dev.getelements.elements.rest.index.IndexResource
 
setInIntroOfferPeriod(Boolean) - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceiptPurchase
 
setInjector(Injector) - Method in class dev.getelements.elements.dao.mongo.guice.MorphiaGuiceTransaction
 
setInjector(Injector) - Method in class dev.getelements.elements.sdk.guice.GuiceAttributes
 
setInjector(Injector) - Method in class dev.getelements.elements.sdk.guice.GuiceServiceLocator
 
setInjector(Injector) - Method in class dev.getelements.elements.service.guice.StandardNotificationFactoryProvider
 
setInputTypes(List<String>) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractRequest
 
setInstance(Instance) - Method in class dev.getelements.elements.jetty.ElementsWebServices
 
setInstance(Element) - Static method in class dev.getelements.elements.sdk.spi.ElementScopedElementSupplier
Called by the SPI Interfaces to set the instance.
setInstance(ElementRegistry) - Static method in class dev.getelements.elements.sdk.local.LocalElementRegistrySupplier
 
setInstance(ElementRegistry) - Static method in class dev.getelements.elements.sdk.spi.ElementScopedElementRegistrySupplier
Called by the SPI Interfaces to set the instance.
setInstanceConnectionService(InstanceConnectionService) - Method in class dev.getelements.elements.rt.remote.SimpleInstance
 
setInstanceConnectionService(InstanceConnectionService) - Method in class dev.getelements.elements.rt.remote.SimpleRemoteInvokerRegistry
 
setInstanceConnectionServiceProvider(Provider<InstanceConnectionService>) - Method in class dev.getelements.elements.rt.remote.AsyncControlClientProvider
 
setInstanceConnectionServiceProvider(Provider<InstanceConnectionService>) - Method in class dev.getelements.elements.rt.remote.ControlClientProvider
 
setInstanceDiscoveryService(InstanceDiscoveryService) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQInstanceConnectionService
 
setInstanceDiscoveryService(InstanceDiscoveryService) - Method in class dev.getelements.elements.rt.remote.SimpleInstance
 
setInstanceDiscoveryService(InstanceDiscoveryService) - Method in class dev.getelements.elements.service.health.DefaultHealthStatusService
 
setInstanceId(InstanceId) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQInstanceConnectionService
 
setInstanceId(InstanceId) - Method in class dev.getelements.elements.rt.remote.SimpleInstance
 
setInstanceId(InstanceId) - Method in class dev.getelements.elements.rt.remote.SimpleRemoteInvokerRegistry
 
setInstanceId(InstanceId) - Method in class dev.getelements.elements.rt.remote.SimpleWorkerInstance
 
setInstanceId(InstanceId) - Method in class dev.getelements.elements.rt.SimpleInstanceMetadataContext
 
setInstanceId(String) - Method in class dev.getelements.elements.sdk.model.health.InstanceHealthStatus
 
setInstanceId(String) - Method in class dev.getelements.elements.sdk.model.health.RoutingHealthStatus
 
setInstanceIdFilePath(String) - Method in class dev.getelements.elements.rt.remote.PersistentInstanceIdProvider
 
setInstanceMetadataContext(InstanceMetadataContext) - Method in class dev.getelements.elements.rt.remote.MasterNodeLifecycle
 
setInstanceMetadataContext(InstanceMetadataContext) - Method in class dev.getelements.elements.rt.remote.MasterNodeLocalInvocationDispatcher
Deprecated.
 
setInstanceStatus(InstanceHealthStatus) - Method in class dev.getelements.elements.sdk.model.health.HealthStatus
 
setInventoryItem(InventoryItem) - Method in class dev.getelements.elements.sdk.model.reward.RewardIssuanceRedemptionResult
 
setInventoryItemDao(InventoryItemDao) - Method in class dev.getelements.elements.service.inventory.SuperUserAdvancedInventoryItemService
 
setInventoryItemDao(InventoryItemDao) - Method in class dev.getelements.elements.service.inventory.SuperUserSimpleInventoryItemService
 
setInventoryItemDao(InventoryItemDao) - Method in class dev.getelements.elements.service.inventory.UserAdvancedInventoryItemService
 
setInventoryItemDao(InventoryItemDao) - Method in class dev.getelements.elements.service.inventory.UserSimpleInventoryItemService
 
setInviteService(InviteService) - Method in class dev.getelements.elements.rest.invite.InviteResource
 
setInvocationDispatcher(LocalInvocationDispatcher) - Method in class dev.getelements.elements.remote.jeromq.JeroMQNode
 
setInvokerHealthStatus(InvokerHealthStatus) - Method in class dev.getelements.elements.sdk.model.health.HealthStatus
 
setIocResolver(ServiceLocator) - Method in class dev.getelements.elements.rt.remote.SimpleRemoteInvocationDispatcher
 
setIosApplicationConfigurationService(IosApplicationConfigurationService) - Method in class dev.getelements.elements.rest.application.IosApplicationConfigurationResource
 
setIoThreadsProvider(Provider<Integer>) - Method in class dev.getelements.elements.rt.jeromq.ZContextProvider
 
setIpv6Provider(Provider<Boolean>) - Method in class dev.getelements.elements.rt.jeromq.ZContextProvider
 
setIssuer(String) - Method in class dev.getelements.elements.dao.mongo.model.auth.MongoOidcAuthScheme
 
setIssuer(String) - Method in class dev.getelements.elements.sdk.model.auth.CreateOrUpdateOidcAuthSchemeRequest
 
setIssuer(String) - Method in class dev.getelements.elements.sdk.model.auth.OidcAuthScheme
 
setItem(MongoItem) - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoDistinctInventoryItem
 
setItem(MongoItem) - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoInventoryItem
 
setItem(MongoItem) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoReward
 
setItem(MongoItem) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuance
 
setItem(Item) - Method in class dev.getelements.elements.sdk.model.inventory.DistinctInventoryItem
 
setItem(Item) - Method in class dev.getelements.elements.sdk.model.inventory.InventoryItem
 
setItem(Item) - Method in class dev.getelements.elements.sdk.model.reward.Reward
 
setItem(Item) - Method in class dev.getelements.elements.sdk.model.reward.RewardIssuance
 
setItemDao(ItemDao) - Method in class dev.getelements.elements.dao.mongo.test.ItemTestFactory
 
setItemDao(ItemDao) - Method in class dev.getelements.elements.service.appleiap.UserAppleIapReceiptService
 
setItemDao(ItemDao) - Method in class dev.getelements.elements.service.goods.AnonItemService
 
setItemDao(ItemDao) - Method in class dev.getelements.elements.service.goods.SuperuserItemService
 
setItemDao(ItemDao) - Method in class dev.getelements.elements.service.googleplayiap.UserGooglePlayIapReceiptService
 
setItemDao(ItemDao) - Method in class dev.getelements.elements.service.inventory.SuperUserAdvancedInventoryItemService
 
setItemDao(ItemDao) - Method in class dev.getelements.elements.service.inventory.SuperUserDistinctInventoryItemService
 
setItemDao(ItemDao) - Method in class dev.getelements.elements.service.inventory.SuperUserSimpleInventoryItemService
 
setItemId(String) - Method in class dev.getelements.elements.sdk.model.application.ProductBundleReward
 
setItemId(String) - Method in class dev.getelements.elements.sdk.model.inventory.CreateAdvancedInventoryItemRequest
 
setItemId(String) - Method in class dev.getelements.elements.sdk.model.inventory.CreateDistinctInventoryItemRequest
 
setItemId(String) - Method in class dev.getelements.elements.sdk.model.inventory.CreateSimpleInventoryItemRequest
 
setItemId(ObjectId) - Method in class dev.getelements.elements.dao.mongo.model.application.MongoProductBundleReward
 
setItemId(ObjectId) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuanceId
 
setItemObjectId(ObjectId) - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoInventoryItemId
 
setItemQuantity(int) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuance
 
setItemQuantity(int) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuanceId
 
setItemQuantity(Integer) - Method in class dev.getelements.elements.sdk.model.reward.RewardIssuance
 
setItemService(ItemService) - Method in class dev.getelements.elements.rest.goods.ItemResource
 
setIterations(int) - Method in class dev.getelements.elements.sdk.service.blockchain.crypto.AesEncryptionSpec
 
setIv(String) - Method in class dev.getelements.elements.sdk.service.blockchain.crypto.AesEncryptionSpec
 
setJsonKey(Map<String, Object>) - Method in class dev.getelements.elements.dao.mongo.model.application.MongoGooglePlayApplicationConfiguration
 
setJsonKey(Map<String, Object>) - Method in class dev.getelements.elements.sdk.model.application.GooglePlayApplicationConfiguration
 
setJsonrpc(String) - Method in class dev.getelements.elements.rt.jrpc.JsonRpcError
 
setJsonrpc(String) - Method in class dev.getelements.elements.rt.jrpc.JsonRpcRequest
 
setJsonrpc(String) - Method in class dev.getelements.elements.rt.jrpc.JsonRpcResponse
 
setJsonRpcInvocationService(JsonRpcInvocationService) - Method in class dev.getelements.elements.jrpc.JsonRpcResource
 
setJsonRpcManifestService(JsonRpcManifestService) - Method in class dev.getelements.elements.jrpc.JsonRpcResource
 
setJsonRpcManifestService(JsonRpcManifestService) - Method in class dev.getelements.elements.rt.SimpleJsonRpcInvocationService
 
setJsonRpcMethodList(List<JsonRpcMethod>) - Method in class dev.getelements.elements.rt.manifest.jrpc.JsonRpcService
 
setJsonRpcRedirectionStrategy(JsonRpcRedirectionStrategy) - Method in class dev.getelements.elements.jrpc.JsonRpcResource
 
setJsonSchemaId(MetadataSpec, JsonSchema) - Method in class dev.getelements.elements.service.util.JsonSchemaMapper
 
setJwt(String) - Method in class dev.getelements.elements.sdk.model.session.OidcSessionRequest
 
setJwtCryptoUtility(CryptoKeyPairUtility) - Method in class dev.getelements.elements.service.auth.SuperUserAuthSchemeService
 
setKey(MongoVaultKey) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoVault
 
setKey(VaultKey) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.Vault
 
setKey(String) - Method in class dev.getelements.elements.sdk.model.auth.OAuth2RequestKeyValue
 
setKey(String) - Method in class dev.getelements.elements.sdk.model.schema.layout.EditorLayout
 
setKeyAlgorithm(String) - Method in class dev.getelements.elements.dao.mongo.provider.MongoSslSettingsProvider
 
setKeyFormat(String) - Method in class dev.getelements.elements.dao.mongo.provider.MongoSslSettingsProvider
 
setKeyLength(int) - Method in class dev.getelements.elements.sdk.service.blockchain.crypto.AesEncryptionSpec
 
setKeys(List<JWK>) - Method in class dev.getelements.elements.dao.mongo.model.auth.MongoOidcAuthScheme
 
setKeys(List<JWK>) - Method in class dev.getelements.elements.sdk.model.auth.CreateOrUpdateOidcAuthSchemeRequest
 
setKeys(List<JWK>) - Method in class dev.getelements.elements.sdk.model.auth.JWKSet
 
setKeys(List<JWK>) - Method in class dev.getelements.elements.sdk.model.auth.OidcAuthScheme
 
setKeys(Document) - Method in class dev.getelements.elements.dao.mongo.model.index.MongoIndexMetadata
 
setKeysUrl(String) - Method in class dev.getelements.elements.dao.mongo.model.auth.MongoOidcAuthScheme
 
setKeysUrl(String) - Method in class dev.getelements.elements.sdk.model.auth.CreateOrUpdateOidcAuthSchemeRequest
 
setKeysUrl(String) - Method in class dev.getelements.elements.sdk.model.auth.OidcAuthScheme
 
setKid(String) - Method in class dev.getelements.elements.sdk.model.auth.JWK
 
setKind(String) - Method in class dev.getelements.elements.dao.mongo.model.MongoGooglePlayIapReceipt
 
setKind(String) - Method in class dev.getelements.elements.sdk.model.googleplayiapreceipt.GooglePlayIapReceipt
 
setKind(String) - Method in class dev.getelements.elements.service.FirebaseEmailPasswordSignUpResponse
 
setKind(String) - Method in class dev.getelements.elements.service.FirebaseUsernamePasswordSignInResponse
 
setKnownHosts(List<String>) - Method in class dev.getelements.elements.sdk.model.health.DiscoveryHealthStatus
 
setKty(String) - Method in class dev.getelements.elements.sdk.model.auth.JWK
 
setLargeObjectBucket(LargeObjectBucket) - Method in class dev.getelements.elements.service.largeobject.AnonLargeObjectService
 
setLargeObjectBucket(LargeObjectBucket) - Method in class dev.getelements.elements.service.largeobject.SuperUserLargeObjectService
 
setLargeObjectBucket(LargeObjectBucket) - Method in class dev.getelements.elements.service.largeobject.UserLargeObjectService
 
setLargeObjectBucketName(String) - Method in class dev.getelements.elements.dao.mongo.provider.LargeObjectGridFSBucketProvider
 
setLargeObjectCdnUtils(LargeObjectCdnUtils) - Method in class dev.getelements.elements.service.inventory.SuperUserDistinctInventoryItemService
 
setLargeObjectCdnUtils(LargeObjectCdnUtils) - Method in class dev.getelements.elements.service.inventory.UserDistinctInventoryItemService
 
setLargeObjectCdnUtils(LargeObjectCdnUtils) - Method in class dev.getelements.elements.service.largeobject.SuperUserLargeObjectService
 
setLargeObjectCdnUtils(LargeObjectCdnUtils) - Method in class dev.getelements.elements.service.largeobject.UserLargeObjectService
 
setLargeObjectCdnUtils(LargeObjectCdnUtils) - Method in class dev.getelements.elements.service.profile.ProfileServiceUtils
 
setLargeObjectDao(LargeObjectDao) - Method in class dev.getelements.elements.dao.mongo.largeobject.GridFSLargeObjectBucket
 
setLargeObjectDao(LargeObjectDao) - Method in class dev.getelements.elements.rest.test.ClientContext
 
setLargeObjectDao(LargeObjectDao) - Method in class dev.getelements.elements.service.largeobject.AnonLargeObjectService
 
setLargeObjectDao(LargeObjectDao) - Method in class dev.getelements.elements.service.largeobject.SuperUserLargeObjectService
 
setLargeObjectDao(LargeObjectDao) - Method in class dev.getelements.elements.service.largeobject.UserLargeObjectService
 
setLargeObjectDao(LargeObjectDao) - Method in class dev.getelements.elements.service.profile.SuperUserProfileService
 
setLargeObjectDao(LargeObjectDao) - Method in class dev.getelements.elements.service.profile.UserProfileService
 
setLargeObjectService(LargeObjectService) - Method in class dev.getelements.elements.rest.jersey.largeobject.MultipartLargeObjectResource
 
setLargeObjectService(LargeObjectService) - Method in class dev.getelements.elements.rest.largeobject.LargeObjectResource
 
setLargeObjectServiceProvider(Provider<LargeObjectService>) - Method in class dev.getelements.elements.cdnserve.LargeObjectServlet
 
setLastLogin(long) - Method in class dev.getelements.elements.sdk.model.leaderboard.RankRow
 
setLastLogin(long) - Method in class dev.getelements.elements.sdk.model.profile.Profile
 
setLastLogin(String) - Method in class dev.getelements.elements.sdk.model.profile.CreateProfileRequest
 
setLastLogin(String) - Method in class dev.getelements.elements.sdk.model.profile.UpdateProfileRequest
 
setLastLogin(Timestamp) - Method in class dev.getelements.elements.dao.mongo.model.MongoProfile
 
setLastModified(Date) - Method in class dev.getelements.elements.dao.mongo.model.largeobject.MongoLargeObject
 
setLastModified(Date) - Method in class dev.getelements.elements.sdk.model.largeobject.LargeObject
 
setLastModified(Date) - Method in class dev.getelements.elements.sdk.model.largeobject.LargeObjectReference
 
setLastName(String) - Method in class dev.getelements.elements.dao.mongo.model.MongoUser
 
setLastName(String) - Method in class dev.getelements.elements.sdk.model.user.User
 
setLastName(String) - Method in class dev.getelements.elements.sdk.model.user.UserCreateRequest
 
setLastName(String) - Method in class dev.getelements.elements.sdk.model.user.UserCreateResponse
 
setLastName(String) - Method in class dev.getelements.elements.sdk.model.user.UserUpdateRequest
 
setLastUpdatedTimestamp(Long) - Method in class dev.getelements.elements.sdk.model.match.Match
Sets the date at which the last modification was made to this match.
setLastUpdatedTimestamp(Date) - Method in class dev.getelements.elements.dao.mongo.model.match.MongoMatch
 
setLastUpdatedTimestamp(Date) - Method in class dev.getelements.elements.dao.mongo.model.match.MongoMatchSnapshot
 
setLayout(List<EditorLayout>) - Method in class dev.getelements.elements.sdk.model.schema.EditorSchema
 
setLeaderboard(MongoLeaderboard) - Method in class dev.getelements.elements.dao.mongo.model.score.MongoScore
 
setLeaderboardDao(LeaderboardDao) - Method in class dev.getelements.elements.service.leaderboard.AnonLeaderboardService
 
setLeaderboardDao(LeaderboardDao) - Method in class dev.getelements.elements.service.leaderboard.SuperUserLeaderboardService
 
setLeaderboardEpoch(long) - Method in class dev.getelements.elements.dao.mongo.model.score.MongoScore
 
setLeaderboardEpoch(Long) - Method in class dev.getelements.elements.sdk.model.leaderboard.RankRow
 
setLeaderboardEpoch(Long) - Method in class dev.getelements.elements.sdk.model.leaderboard.Score
 
setLeaderboardService(LeaderboardService) - Method in class dev.getelements.elements.rest.leaderboard.LeaderboardResource
 
setLength(int) - Method in class dev.getelements.elements.security.SecureRandomPasswordGenerator
 
setLesserAccepted(boolean) - Method in class dev.getelements.elements.dao.mongo.model.MongoFriendship
 
setLevel(User.Level) - Method in class dev.getelements.elements.dao.mongo.model.MongoUser
 
setLevel(User.Level) - Method in class dev.getelements.elements.sdk.model.auth.UserClaim
Sets the user's access level.
setLevel(User.Level) - Method in class dev.getelements.elements.sdk.model.user.User
Sets the user's access level.
setLevel(User.Level) - Method in class dev.getelements.elements.sdk.model.user.UserCreateRequest
 
setLevel(User.Level) - Method in class dev.getelements.elements.sdk.model.user.UserCreateResponse
 
setLevel(User.Level) - Method in class dev.getelements.elements.sdk.model.user.UserUpdateRequest
 
setLifetimeInSeconds(Integer) - Method in class dev.getelements.elements.sdk.model.session.MockSessionRequest
 
setLineNumber(int) - Method in class dev.getelements.elements.rt.kryo.KryoStackTraceElementContainer
 
setListed(boolean) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscToken
 
setListed(boolean) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoToken
 
setLoaders(Set<Loader>) - Method in class dev.getelements.elements.app.serve.JettyApplicationDeploymentService
 
setLoadMonitorService(LoadMonitorService) - Method in class dev.getelements.elements.rt.SimpleInstanceMetadataContext
 
setLocalId(String) - Method in class dev.getelements.elements.service.FirebaseEmailPasswordSignUpResponse
 
setLocalId(String) - Method in class dev.getelements.elements.service.FirebaseUsernamePasswordSignInResponse
 
setLocalInvocationDispatcher(LocalInvocationDispatcher) - Method in class dev.getelements.elements.jrpc.JsonRpcResource
 
setLock(MongoMatchLock) - Method in class dev.getelements.elements.dao.mongo.model.match.MongoMatch
 
setLockSetService(LockSetService) - Method in class dev.getelements.elements.rt.transact.StandardSnapshotBuilder
 
setLogIndex(long) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMTransactionLog
 
setLogs(Collection<String>) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearContractFunctionCallResult
 
setLogs(List<EVMTransactionLog>) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractResponse
 
setLogs(List<String>) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearOutcome
 
setLogsBloom(String) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractResponse
 
setManagedBySchedule(boolean) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgress
 
setManagedBySchedule(boolean) - Method in class dev.getelements.elements.sdk.model.mission.Progress
 
setManifestContext(ManifestContext) - Method in class dev.getelements.elements.rt.remote.ClusterContext
 
setManifestContext(ManifestContext) - Method in class dev.getelements.elements.rt.SimpleContext
 
setManifestLoader(ManifestLoader) - Method in class dev.getelements.elements.rt.SimpleEventService
 
setManifestLoaderProvider(Provider<ManifestLoader>) - Method in class dev.getelements.elements.rt.SimpleManifestContext
 
setMapper(MapperRegistry) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoSmartContractDao
 
setMapper(MapperRegistry) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoVaultDao
 
setMapper(MapperRegistry) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoWalletDao
 
setMapper(MapperRegistry) - Method in class dev.getelements.elements.dao.mongo.goods.MongoDistinctInventoryItemDao
 
setMapper(MapperRegistry) - Method in class dev.getelements.elements.dao.mongo.goods.MongoDistinctInventoryItemIndexable
 
setMapper(MapperRegistry) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleDao
 
setMapper(MapperRegistry) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleEventDao
 
setMapper(MapperRegistry) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleProgressDao
 
setMapper(MapperRegistry) - Method in class dev.getelements.elements.dao.mongo.MongoDBUtils
 
setMapper(MapperRegistry) - Method in class dev.getelements.elements.dao.mongo.MongoFCMRegistrationDao
 
setMapper(MapperRegistry) - Method in class dev.getelements.elements.dao.mongo.MongoIndexDao
 
setMapper(MapperRegistry) - Method in class dev.getelements.elements.dao.mongo.MongoSessionDao
 
setMapper(MapperRegistry) - Method in class dev.getelements.elements.dao.mongo.savedata.MongoSaveDataDocumentDao
 
setMapper(MapperRegistry) - Method in class dev.getelements.elements.service.advancement.StandardAdvancementService
 
setMapper(MapperRegistry) - Method in class dev.getelements.elements.service.application.AnonIosApplicationConfigurationService
 
setMapper(MapperRegistry) - Method in class dev.getelements.elements.service.blockchain.invoke.flow.FlowInvoker
 
setMapper(MapperRegistry) - Method in class dev.getelements.elements.service.health.DefaultHealthStatusService
 
setMapper(MapperRegistry) - Method in class dev.getelements.elements.service.schema.SuperUserMetadataSpecService
 
setMapper(MapperRegistry) - Method in class dev.getelements.elements.service.user.AnonUserService
 
setMapper(MapperRegistry) - Method in class dev.getelements.elements.service.user.SuperuserUserService
 
setMapperProvider(Provider<MapperRegistry>) - Method in class dev.getelements.elements.dao.mongo.guice.MongoTransactionProvider
 
setMapperRegistry(MapperRegistry) - Method in class dev.getelements.elements.dao.mongo.application.MongoApplicationConfigurationDao
 
setMapperRegistry(MapperRegistry) - Method in class dev.getelements.elements.dao.mongo.application.MongoApplicationDao
 
setMapperRegistry(MapperRegistry) - Method in class dev.getelements.elements.dao.mongo.mission.MongoProgressDao
 
setMapperRegistry(MapperRegistry) - Method in class dev.getelements.elements.dao.mongo.MongoFriendDao
 
setMapperRegistry(MapperRegistry) - Method in class dev.getelements.elements.service.application.AnonIosApplicationConfigurationService
 
setMappingStrategyProvider(Provider<MappingStrategy<Object>>) - Method in class dev.getelements.elements.rt.jersey.CsvMessageBodyWriter
 
setMasterNode(Node) - Method in class dev.getelements.elements.rt.remote.SimpleWorkerInstance
 
setMasterNodeRoutingTable(List<String>) - Method in class dev.getelements.elements.sdk.model.health.RoutingHealthStatus
 
setMatchDao(MatchDao) - Method in class dev.getelements.elements.service.match.UserMatchService
 
setMatched(List<PhoneMatchedInvitation>) - Method in class dev.getelements.elements.sdk.model.invite.InviteViaPhonesResponse
 
setMatchmaker(MongoElementServiceReference) - Method in class dev.getelements.elements.dao.mongo.model.application.MongoMatchmakingApplicationConfiguration
 
setMatchmaker(ElementServiceReference) - Method in class dev.getelements.elements.sdk.model.application.MatchmakingApplicationConfiguration
 
setMatchmakerProvider(Provider<Matchmaker>) - Method in class dev.getelements.elements.dao.mongo.match.MongoMatchDao
 
setMatchmakingApplicationConfigurationService(MatchmakingApplicationConfigurationService) - Method in class dev.getelements.elements.rest.application.MatchmakingApplicationConfigurationResource
 
setMatchService(MatchService) - Method in class dev.getelements.elements.rest.matchmaking.MatchResource
 
setMatchServiceUtils(MatchServiceUtils) - Method in class dev.getelements.elements.service.match.UserMatchService
 
setMaxConnections(int) - Method in class dev.getelements.elements.remote.jeromq.JeroMQNode
 
setMaxConnections(int) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQRemoteInvoker
 
setMaxSocketsProvider(Provider<Integer>) - Method in class dev.getelements.elements.rt.jeromq.ZContextProvider
 
setMediaType(String) - Method in class dev.getelements.elements.dao.mongo.model.auth.MongoOidcAuthScheme
 
setMediaType(String) - Method in class dev.getelements.elements.sdk.model.auth.CreateOrUpdateOidcAuthSchemeRequest
 
setMediaType(String) - Method in class dev.getelements.elements.sdk.model.auth.OidcAuthScheme
 
setMessage(String) - Method in class dev.getelements.elements.rt.jrpc.JsonRpcError
 
setMessage(String) - Method in class dev.getelements.elements.rt.kryo.KryoThrowableContainer
 
setMessage(String) - Method in class dev.getelements.elements.sdk.model.ErrorResponse
 
setMessage(String) - Method in class dev.getelements.elements.sdk.test.element.rs.CreateMessageRequest
 
setMessage(String) - Method in class dev.getelements.elements.sdk.test.element.rs.Message
 
setMessage(String) - Method in class dev.getelements.elements.sdk.test.element.rs.UpdateMessageRequest
 
setMessageDigestProvider(Provider<MessageDigest>) - Method in class dev.getelements.elements.dao.mongo.MongoPasswordUtils
 
setMessageDigestProvider(Provider<MessageDigest>) - Method in class dev.getelements.elements.dao.mongo.MongoSessionDao
 
setMetadata(NearMetadata) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearOutcome
 
setMetadata(String) - Method in class dev.getelements.elements.sdk.model.health.DatabaseHealthStatus
 
setMetadata(Map<String, Object>) - Method in class dev.getelements.elements.dao.mongo.model.application.MongoProductBundle
 
setMetadata(Map<String, Object>) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscSmartContract
 
setMetadata(Map<String, Object>) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoSmartContract
 
setMetadata(Map<String, Object>) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoSmartContract
 
setMetadata(Map<String, Object>) - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoDistinctInventoryItem
 
setMetadata(Map<String, Object>) - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoItem
 
setMetadata(Map<String, Object>) - Method in class dev.getelements.elements.dao.mongo.model.match.MongoMatch
 
setMetadata(Map<String, Object>) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoMission
 
setMetadata(Map<String, Object>) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgressMissionInfo
 
setMetadata(Map<String, Object>) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoReward
 
setMetadata(Map<String, Object>) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuance
 
setMetadata(Map<String, Object>) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoStep
 
setMetadata(Map<String, Object>) - Method in class dev.getelements.elements.dao.mongo.model.MongoProfile
 
setMetadata(Map<String, Object>) - Method in class dev.getelements.elements.sdk.model.application.ProductBundle
 
setMetadata(Map<String, Object>) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.CreateSmartContractRequest
 
setMetadata(Map<String, Object>) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.SmartContract
 
setMetadata(Map<String, Object>) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.UpdateSmartContractRequest
 
setMetadata(Map<String, Object>) - Method in class dev.getelements.elements.sdk.model.blockchain.ElementsSmartContract
Deprecated.
 
setMetadata(Map<String, Object>) - Method in class dev.getelements.elements.sdk.model.blockchain.PatchSmartContractRequest
Deprecated.
 
setMetadata(Map<String, Object>) - Method in class dev.getelements.elements.sdk.model.blockchain.Token
 
setMetadata(Map<String, Object>) - Method in class dev.getelements.elements.sdk.model.goods.CreateItemRequest
Sets the metadata of string key-value pairs for this Item.
setMetadata(Map<String, Object>) - Method in class dev.getelements.elements.sdk.model.goods.Item
Sets the metadata of string key-value pairs for this Item.
setMetadata(Map<String, Object>) - Method in class dev.getelements.elements.sdk.model.goods.UpdateItemRequest
Sets the metadata of string key-value pairs for this Item.
setMetadata(Map<String, Object>) - Method in class dev.getelements.elements.sdk.model.inventory.CreateDistinctInventoryItemRequest
 
setMetadata(Map<String, Object>) - Method in class dev.getelements.elements.sdk.model.inventory.DistinctInventoryItem
 
setMetadata(Map<String, Object>) - Method in class dev.getelements.elements.sdk.model.inventory.UpdateDistinctInventoryItemRequest
 
setMetadata(Map<String, Object>) - Method in class dev.getelements.elements.sdk.model.match.Match
Sets the metadata associated with the match.
setMetadata(Map<String, Object>) - Method in class dev.getelements.elements.sdk.model.mission.Mission
 
setMetadata(Map<String, Object>) - Method in class dev.getelements.elements.sdk.model.mission.ProgressMissionInfo
 
setMetadata(Map<String, Object>) - Method in class dev.getelements.elements.sdk.model.mission.Step
 
setMetadata(Map<String, Object>) - Method in class dev.getelements.elements.sdk.model.profile.CreateProfileRequest
 
setMetadata(Map<String, Object>) - Method in class dev.getelements.elements.sdk.model.profile.Profile
 
setMetadata(Map<String, Object>) - Method in class dev.getelements.elements.sdk.model.profile.UpdateProfileRequest
 
setMetadata(Map<String, Object>) - Method in class dev.getelements.elements.sdk.model.reward.Reward
 
setMetadata(Map<String, Object>) - Method in class dev.getelements.elements.sdk.model.reward.RewardIssuance
 
setMetadataSpec(MongoMetadataSpec) - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoItem
 
setMetadataSpec(MetadataSpec) - Method in class dev.getelements.elements.sdk.model.goods.Item
 
setMetadataSpec(MetadataSpec) - Method in class dev.getelements.elements.sdk.model.goods.UpdateItemRequest
Sets the metadata spec ID.
setMetadataSpec(String) - Method in class dev.getelements.elements.sdk.model.goods.CreateItemRequest
Sets the metadata spec.
setMetadataSpecDao(MetadataSpecDao) - Method in class dev.getelements.elements.dao.mongo.test.MetadataSpecTestFactory
 
setMetadataSpecDao(MetadataSpecDao) - Method in class dev.getelements.elements.service.goods.SuperuserItemService
 
setMetadataSpecDao(MetadataSpecDao) - Method in class dev.getelements.elements.service.schema.SuperUserMetadataSpecService
 
setMetadataSpecService(MetadataSpecService) - Method in class dev.getelements.elements.rest.schema.MetadataSpecResource
 
setMethod(String) - Method in class dev.getelements.elements.dao.mongo.model.application.MongoCallbackDefinition
 
setMethod(String) - Method in class dev.getelements.elements.dao.mongo.model.MongoCallbackDefinition
 
setMethod(String) - Method in class dev.getelements.elements.rt.jrpc.JsonRpcRequest
 
setMethod(String) - Method in class dev.getelements.elements.rt.manifest.event.EventOperation
 
setMethod(String) - Method in class dev.getelements.elements.rt.manifest.startup.StartupOperation
Sets the underlying method to call when servicing the request.
setMethod(String) - Method in class dev.getelements.elements.rt.remote.Invocation
Sets the name of the remote method to invoke.
setMethod(String) - Method in class dev.getelements.elements.sdk.model.application.CallbackDefinition
 
setMethodName(String) - Method in class dev.getelements.elements.rt.kryo.KryoStackTraceElementContainer
 
setMethodName(String) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractRequest
 
setMethodName(String) - Method in class dev.getelements.elements.sdk.model.blockchain.InvokeContractRequest
Deprecated.
 
setMimeType(String) - Method in class dev.getelements.elements.dao.mongo.model.largeobject.MongoLargeObject
 
setMimeType(String) - Method in class dev.getelements.elements.sdk.model.largeobject.CreateLargeObjectRequest
 
setMimeType(String) - Method in class dev.getelements.elements.sdk.model.largeobject.LargeObject
 
setMimeType(String) - Method in class dev.getelements.elements.sdk.model.largeobject.LargeObjectReference
 
setMimeType(String) - Method in class dev.getelements.elements.sdk.model.largeobject.UpdateLargeObjectRequest
 
setMimeType(String) - Method in class dev.getelements.elements.sdk.model.profile.UpdateProfileImageRequest
 
setMinConnections(int) - Method in class dev.getelements.elements.remote.jeromq.JeroMQNode
 
setMinConnections(int) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQRemoteInvoker
 
setMintStatus(BlockchainConstants.MintStatus) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscToken
 
setMintStatus(BlockchainConstants.MintStatus) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoToken
 
setMission(MongoMission) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgress
 
setMission(ProgressMissionInfo) - Method in class dev.getelements.elements.sdk.model.mission.Progress
 
setMissionDao() - Method in class dev.getelements.elements.service.mission.AnonMissionService
 
setMissionDao(MissionDao) - Method in class dev.getelements.elements.dao.mongo.test.MissionTestFactory
 
setMissionDao(MissionDao) - Method in class dev.getelements.elements.service.advancement.StandardAdvancementService
 
setMissionId(ObjectId) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgressId
 
setMissionNamesOrIds(List<String>) - Method in class dev.getelements.elements.sdk.model.mission.CreateScheduleEventRequest
 
setMissionNamesOrIds(List<String>) - Method in class dev.getelements.elements.sdk.model.mission.UpdateScheduleEventRequest
 
setMissions(List<MongoMission>) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoScheduleEvent
 
setMissions(List<Mission>) - Method in class dev.getelements.elements.sdk.model.mission.ScheduleEvent
 
setMissionService(MissionService) - Method in class dev.getelements.elements.rest.mission.MissionResource
 
setMissionTags(List<String>) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgress
 
setMockSessionService(MockSessionService) - Method in class dev.getelements.elements.rest.security.MockSessionResource
 
setMockSessionTimeoutSeconds(int) - Method in class dev.getelements.elements.service.auth.SuperUserMockSessionService
 
setModel(String) - Method in class dev.getelements.elements.rt.manifest.jrpc.JsonRpcParameter
 
setModel(String) - Method in class dev.getelements.elements.rt.manifest.jrpc.JsonRpcReturnType
 
setModel(String) - Method in class dev.getelements.elements.rt.manifest.model.Property
Sets the model name.
setModelIntrospector(ModelIntrospector) - Method in class dev.getelements.elements.rt.SimpleJsonRpcInvocationService
 
setModelManifestService(ModelManifestService) - Method in class dev.getelements.elements.jrpc.ModelManifestResource
 
setModelsByName(Map<String, Model>) - Method in class dev.getelements.elements.rt.manifest.model.ModelManifest
Sets the ampping of Model by name.
setModule(String) - Method in class dev.getelements.elements.rt.manifest.event.EventOperation
 
setModule(String) - Method in class dev.getelements.elements.rt.manifest.startup.StartupModule
Sets the name of the module.
setModulesByEventName(Map<String, List<EventOperation>>) - Method in class dev.getelements.elements.rt.manifest.event.EventManifest
 
setModulesByName(Map<String, StartupModule>) - Method in class dev.getelements.elements.rt.manifest.startup.StartupManifest
Sets a mapping of StartupModule instances by their associated name.
setMongoApplicationDao(MongoApplicationDao) - Method in class dev.getelements.elements.dao.mongo.application.MongoApplicationConfigurationDao
 
setMongoApplicationDao(MongoApplicationDao) - Method in class dev.getelements.elements.dao.mongo.MongoDeploymentDao
 
setMongoApplicationDao(MongoApplicationDao) - Method in class dev.getelements.elements.dao.mongo.MongoFCMRegistrationDao
 
setMongoApplicationDao(MongoApplicationDao) - Method in class dev.getelements.elements.dao.mongo.MongoProfileDao
 
setMongoConcurrentUtils(MongoConcurrentUtils) - Method in class dev.getelements.elements.dao.mongo.goods.MongoInventoryItemDao
 
setMongoConcurrentUtils(MongoConcurrentUtils) - Method in class dev.getelements.elements.dao.mongo.match.MongoMatchDao
 
setMongoConcurrentUtils(MongoConcurrentUtils) - Method in class dev.getelements.elements.dao.mongo.mission.MongoProgressDao
 
setMongoConcurrentUtils(MongoConcurrentUtils) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleProgressDao
 
setMongoConcurrentUtils(MongoConcurrentUtils) - Method in class dev.getelements.elements.dao.mongo.MongoProfileDao
 
setMongoConcurrentUtils(MongoConcurrentUtils) - Method in class dev.getelements.elements.dao.mongo.MongoRewardIssuanceDao
 
setMongoDatabase(MongoDatabase) - Method in class dev.getelements.elements.dao.mongo.health.MongoDatabaseHealthStatusDao
 
setMongoDatabaseProvider(Provider<MongoDatabase>) - Method in class dev.getelements.elements.dao.mongo.guice.MongoTransactionProvider
 
setMongoDatabaseProvider(Provider<MongoDatabase>) - Method in class dev.getelements.elements.dao.mongo.provider.LargeObjectGridFSBucketProvider
 
setMongoDbUri(String) - Method in class dev.getelements.elements.dao.mongo.provider.MongoClientProvider
 
setMongoDBUtils(MongoDBUtils) - Method in class dev.getelements.elements.dao.mongo.application.MongoApplicationConfigurationDao
 
setMongoDBUtils(MongoDBUtils) - Method in class dev.getelements.elements.dao.mongo.auth.MongoAuthSchemeDao
 
setMongoDBUtils(MongoDBUtils) - Method in class dev.getelements.elements.dao.mongo.auth.MongoOAuth2AuthSchemeDao
 
setMongoDBUtils(MongoDBUtils) - Method in class dev.getelements.elements.dao.mongo.auth.MongoOidcAuthSchemeDao
 
setMongoDBUtils(MongoDBUtils) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoSmartContractDao
 
setMongoDBUtils(MongoDBUtils) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoVaultDao
 
setMongoDBUtils(MongoDBUtils) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoWalletDao
 
setMongoDBUtils(MongoDBUtils) - Method in class dev.getelements.elements.dao.mongo.goods.MongoDistinctInventoryItemDao
 
setMongoDBUtils(MongoDBUtils) - Method in class dev.getelements.elements.dao.mongo.goods.MongoInventoryItemDao
 
setMongoDBUtils(MongoDBUtils) - Method in class dev.getelements.elements.dao.mongo.goods.MongoItemDao
 
setMongoDBUtils(MongoDBUtils) - Method in class dev.getelements.elements.dao.mongo.largeobject.MongoLargeObjectDao
 
setMongoDBUtils(MongoDBUtils) - Method in class dev.getelements.elements.dao.mongo.match.MongoMatchDao
 
setMongoDBUtils(MongoDBUtils) - Method in class dev.getelements.elements.dao.mongo.match.MongoMatchUtils
 
setMongoDBUtils(MongoDBUtils) - Method in class dev.getelements.elements.dao.mongo.mission.MongoMissionDao
 
setMongoDBUtils(MongoDBUtils) - Method in class dev.getelements.elements.dao.mongo.mission.MongoProgressDao
 
setMongoDBUtils(MongoDBUtils) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleDao
 
setMongoDBUtils(MongoDBUtils) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleEventDao
 
setMongoDBUtils(MongoDBUtils) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleProgressDao
 
setMongoDBUtils(MongoDBUtils) - Method in class dev.getelements.elements.dao.mongo.MongoAppleIapReceiptDao
 
setMongoDBUtils(MongoDBUtils) - Method in class dev.getelements.elements.dao.mongo.MongoDeploymentDao
 
setMongoDBUtils(MongoDBUtils) - Method in class dev.getelements.elements.dao.mongo.MongoFCMRegistrationDao
 
setMongoDBUtils(MongoDBUtils) - Method in class dev.getelements.elements.dao.mongo.MongoFollowerDao
 
setMongoDBUtils(MongoDBUtils) - Method in class dev.getelements.elements.dao.mongo.MongoFriendDao
 
setMongoDBUtils(MongoDBUtils) - Method in class dev.getelements.elements.dao.mongo.MongoGooglePlayIapReceiptDao
 
setMongoDBUtils(MongoDBUtils) - Method in class dev.getelements.elements.dao.mongo.MongoIndexDao
 
setMongoDBUtils(MongoDBUtils) - Method in class dev.getelements.elements.dao.mongo.MongoLeaderboardDao
 
setMongoDBUtils(MongoDBUtils) - Method in class dev.getelements.elements.dao.mongo.MongoProfileDao
 
setMongoDBUtils(MongoDBUtils) - Method in class dev.getelements.elements.dao.mongo.MongoRankDao
 
setMongoDBUtils(MongoDBUtils) - Method in class dev.getelements.elements.dao.mongo.MongoRewardIssuanceDao
 
setMongoDBUtils(MongoDBUtils) - Method in class dev.getelements.elements.dao.mongo.MongoScoreDao
 
setMongoDBUtils(MongoDBUtils) - Method in class dev.getelements.elements.dao.mongo.MongoSessionDao
 
setMongoDBUtils(MongoDBUtils) - Method in class dev.getelements.elements.dao.mongo.MongoTokensWithExpirationDao
 
setMongoDBUtils(MongoDBUtils) - Method in class dev.getelements.elements.dao.mongo.MongoUserDao
 
setMongoDBUtils(MongoDBUtils) - Method in class dev.getelements.elements.dao.mongo.MongoUserUidDao
 
setMongoDBUtils(MongoDBUtils) - Method in class dev.getelements.elements.dao.mongo.savedata.MongoSaveDataDocumentDao
 
setMongoDBUtils(MongoDBUtils) - Method in class dev.getelements.elements.dao.mongo.schema.MongoMetadataSpecDao
 
setMongoFollowerDao(MongoFollowerDao) - Method in class dev.getelements.elements.dao.mongo.MongoRankDao
 
setMongoFriendDao(MongoFriendDao) - Method in class dev.getelements.elements.dao.mongo.MongoRankDao
 
setMongoItemDao(MongoItemDao) - Method in class dev.getelements.elements.dao.mongo.application.MongoApplicationConfigurationDao
 
setMongoItemDao(MongoItemDao) - Method in class dev.getelements.elements.dao.mongo.goods.MongoDistinctInventoryItemDao
 
setMongoItemDao(MongoItemDao) - Method in class dev.getelements.elements.dao.mongo.goods.MongoInventoryItemDao
 
setMongoItemDao(MongoItemDao) - Method in class dev.getelements.elements.dao.mongo.mission.MongoMissionDao
 
setMongoItemDao(MongoItemDao) - Method in class dev.getelements.elements.dao.mongo.MongoRewardIssuanceDao
 
setMongoLargeObjectDao(MongoLargeObjectDao) - Method in class dev.getelements.elements.dao.mongo.MongoProfileDao
 
setMongoLeaderboardDao(MongoLeaderboardDao) - Method in class dev.getelements.elements.dao.mongo.MongoRankDao
 
setMongoLeaderboardDao(MongoLeaderboardDao) - Method in class dev.getelements.elements.dao.mongo.MongoScoreDao
 
setMongoMatchDao(MongoMatchDao) - Method in class dev.getelements.elements.dao.mongo.match.MongoFIFOMatchmaker
 
setMongoMatchUtils(MongoMatchUtils) - Method in class dev.getelements.elements.dao.mongo.match.MongoFIFOMatchmaker
 
setMongoMatchUtils(MongoMatchUtils) - Method in class dev.getelements.elements.dao.mongo.match.MongoMatchDao
 
setMongoMetadataSpecDao(MongoMetadataSpecDao) - Method in class dev.getelements.elements.dao.mongo.goods.MongoItemDao
 
setMongoMissionDao(MongoMissionDao) - Method in class dev.getelements.elements.dao.mongo.mission.MongoProgressDao
 
setMongoMissionDao(MongoMissionDao) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleEventDao
 
setMongoMissionDao(MongoMissionDao) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleProgressDao
 
setMongoPasswordUtils(MongoPasswordUtils) - Method in class dev.getelements.elements.dao.mongo.MongoUserDao
 
setMongoPasswordUtils(MongoPasswordUtils) - Method in class dev.getelements.elements.dao.mongo.savedata.MongoSaveDataDocumentDao
 
setMongoProfileDao(MongoProfileDao) - Method in class dev.getelements.elements.dao.mongo.goods.MongoDistinctInventoryItemDao
 
setMongoProfileDao(MongoProfileDao) - Method in class dev.getelements.elements.dao.mongo.match.MongoMatchDao
 
setMongoProfileDao(MongoProfileDao) - Method in class dev.getelements.elements.dao.mongo.mission.MongoProgressDao
 
setMongoProfileDao(MongoProfileDao) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleProgressDao
 
setMongoProfileDao(MongoProfileDao) - Method in class dev.getelements.elements.dao.mongo.MongoFCMRegistrationDao
 
setMongoProfileDao(MongoProfileDao) - Method in class dev.getelements.elements.dao.mongo.MongoFollowerDao
 
setMongoProfileDao(MongoProfileDao) - Method in class dev.getelements.elements.dao.mongo.MongoFriendDao
 
setMongoProfileDao(MongoProfileDao) - Method in class dev.getelements.elements.dao.mongo.MongoRankDao
 
setMongoProfileDao(MongoProfileDao) - Method in class dev.getelements.elements.dao.mongo.MongoScoreDao
 
setMongoProfileDao(MongoProfileDao) - Method in class dev.getelements.elements.dao.mongo.MongoUserDao
 
setMongoProfileDao(MongoProfileDao) - Method in class dev.getelements.elements.dao.mongo.savedata.MongoSaveDataDocumentDao
 
setMongoScheduleDao(MongoScheduleDao) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleEventDao
 
setMongoScheduleDao(MongoScheduleDao) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleProgressDao
 
setMongoScheduleEventDao(MongoScheduleEventDao) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleProgressDao
 
setMongoUserDao(MongoUserDao) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoVaultDao
 
setMongoUserDao(MongoUserDao) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoWalletDao
 
setMongoUserDao(MongoUserDao) - Method in class dev.getelements.elements.dao.mongo.goods.MongoDistinctInventoryItemDao
 
setMongoUserDao(MongoUserDao) - Method in class dev.getelements.elements.dao.mongo.goods.MongoInventoryItemDao
 
setMongoUserDao(MongoUserDao) - Method in class dev.getelements.elements.dao.mongo.MongoAppleIapReceiptDao
 
setMongoUserDao(MongoUserDao) - Method in class dev.getelements.elements.dao.mongo.MongoFriendDao
 
setMongoUserDao(MongoUserDao) - Method in class dev.getelements.elements.dao.mongo.MongoGooglePlayIapReceiptDao
 
setMongoUserDao(MongoUserDao) - Method in class dev.getelements.elements.dao.mongo.MongoProfileDao
 
setMongoUserDao(MongoUserDao) - Method in class dev.getelements.elements.dao.mongo.MongoRewardIssuanceDao
 
setMongoUserDao(MongoUserDao) - Method in class dev.getelements.elements.dao.mongo.MongoSessionDao
 
setMongoUserDao(MongoUserDao) - Method in class dev.getelements.elements.dao.mongo.MongoUserUidDao
 
setMongoUserDao(MongoUserDao) - Method in class dev.getelements.elements.dao.mongo.savedata.MongoSaveDataDocumentDao
 
setMongoUserUidDao(MongoUserUidDao) - Method in class dev.getelements.elements.dao.mongo.MongoUserDao
 
setMongoVaultDao(MongoVaultDao) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoSmartContractDao
 
setMongoVaultDao(MongoVaultDao) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoWalletDao
 
setMongoWalletDao(MongoWalletDao) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoVaultDao
 
setMorphiaSession(MorphiaSession) - Method in class dev.getelements.elements.dao.mongo.guice.MorphiaGuiceTransaction
 
setN(String) - Method in class dev.getelements.elements.sdk.model.auth.JWK
 
setName(String) - Method in class dev.getelements.elements.sdk.model.goods.CreateItemRequest
Set the unique name for the Item
setName(String) - Method in class dev.getelements.elements.sdk.model.goods.Item
Set the unique name for the Item
setName(String) - Method in class dev.getelements.elements.sdk.model.goods.UpdateItemRequest
Set the unique name for the Item
setName(String) - Method in class dev.getelements.elements.dao.mongo.model.application.MongoApplication
 
setName(String) - Method in class dev.getelements.elements.dao.mongo.model.application.MongoApplicationConfiguration
 
setName(String) - Method in class dev.getelements.elements.dao.mongo.model.auth.MongoOAuth2AuthScheme
 
setName(String) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscToken
 
setName(String) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoToken
 
setName(String) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoSmartContract
 
setName(String) - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoItem
 
setName(String) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoMission
 
setName(String) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgressMissionInfo
 
setName(String) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoSchedule
 
setName(String) - Method in class dev.getelements.elements.dao.mongo.model.MongoLeaderboard
 
setName(String) - Method in class dev.getelements.elements.dao.mongo.model.MongoUser
 
setName(String) - Method in class dev.getelements.elements.dao.mongo.model.schema.MongoMetadataSpec
 
setName(String) - Method in class dev.getelements.elements.dao.mongo.model.schema.MongoMetadataSpecProperty
 
setName(String) - Method in class dev.getelements.elements.remote.jeromq.JeroMQNode
 
setName(String) - Method in class dev.getelements.elements.rt.manifest.jrpc.JsonRpcMethod
 
setName(String) - Method in class dev.getelements.elements.rt.manifest.jrpc.JsonRpcParameter
 
setName(String) - Method in class dev.getelements.elements.rt.manifest.model.Model
Sets the name of the model.
setName(String) - Method in class dev.getelements.elements.rt.manifest.model.Property
Sets the name of this Property.
setName(String) - Method in class dev.getelements.elements.rt.manifest.startup.StartupOperation
Sets the name of the operation.
setName(String) - Method in class dev.getelements.elements.rt.remote.Invocation
Sets the name of the remote object to invoke.
setName(String) - Method in class dev.getelements.elements.sdk.model.application.Application
Sets the unique name of the application.
setName(String) - Method in class dev.getelements.elements.sdk.model.application.ApplicationConfiguration
Sets the unique identifier for the category.
setName(String) - Method in class dev.getelements.elements.sdk.model.application.CreateApplicationRequest
 
setName(String) - Method in class dev.getelements.elements.sdk.model.application.UpdateApplicationRequest
 
setName(String) - Method in class dev.getelements.elements.sdk.model.auth.CreateOrUpdateOAuth2AuthSchemeRequest
 
setName(String) - Method in class dev.getelements.elements.sdk.model.auth.OAuth2AuthScheme
 
setName(String) - Method in class dev.getelements.elements.sdk.model.auth.UserClaim
Sets the user's login name.
setName(String) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.CreateSmartContractRequest
 
setName(String) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.SmartContract
 
setName(String) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.UpdateSmartContractRequest
 
setName(String) - Method in class dev.getelements.elements.sdk.model.blockchain.Token
 
setName(String) - Method in class dev.getelements.elements.sdk.model.health.DatabaseHealthStatus
 
setName(String) - Method in class dev.getelements.elements.sdk.model.leaderboard.Leaderboard
 
setName(String) - Method in class dev.getelements.elements.sdk.model.mission.CreateScheduleRequest
 
setName(String) - Method in class dev.getelements.elements.sdk.model.mission.Mission
 
setName(String) - Method in class dev.getelements.elements.sdk.model.mission.ProgressMissionInfo
 
setName(String) - Method in class dev.getelements.elements.sdk.model.mission.Schedule
 
setName(String) - Method in class dev.getelements.elements.sdk.model.mission.UpdateScheduleRequest
 
setName(String) - Method in class dev.getelements.elements.sdk.model.schema.CreateMetadataSpecRequest
 
setName(String) - Method in class dev.getelements.elements.sdk.model.schema.MetadataSpec
 
setName(String) - Method in class dev.getelements.elements.sdk.model.schema.MetadataSpecProperty
 
setName(String) - Method in class dev.getelements.elements.sdk.model.schema.UpdateMetadataSpecRequest
 
setName(String) - Method in class dev.getelements.elements.sdk.model.user.User
Sets the user's login name.
setName(String) - Method in class dev.getelements.elements.sdk.model.user.UserCreateRequest
 
setName(String) - Method in class dev.getelements.elements.sdk.model.user.UserCreateResponse
 
setName(String) - Method in class dev.getelements.elements.sdk.model.user.UserUpdateRequest
 
setNameService(NameService) - Method in class dev.getelements.elements.service.auth.OAuth2AuthServiceOperations
 
setNameService(NameService) - Method in class dev.getelements.elements.service.auth.OidcAuthServiceOperations
 
setNameService(NameService) - Method in class dev.getelements.elements.service.auth.StandardCustomAuthSessionService
 
setNameService(NameService) - Method in class dev.getelements.elements.service.auth.SuperUserMockSessionService
 
setNameService(NameService) - Method in class dev.getelements.elements.service.profile.ProfileServiceUtils
 
setNameService(NameService) - Method in class dev.getelements.elements.service.profile.SuperUserProfileService
 
setNameService(NameService) - Method in class dev.getelements.elements.service.user.AbstractUserService
 
setNameService(NameService) - Method in class dev.getelements.elements.service.user.SuperuserUserService
 
setNearClient(NearClient) - Method in class dev.getelements.elements.service.blockchain.invoke.near.NearInvoker
 
setNearIdentityGeneratorProvider(Provider<NearAccountGenerator>) - Method in class dev.getelements.elements.service.blockchain.crypto.StandardWalletAccountFactory
 
setNearInvocationScope(NearInvocationScope) - Method in class dev.getelements.elements.service.blockchain.invoke.near.NearInvoker
 
setNeoIdentityGeneratorProvider(Provider<NeoAccountGenerator>) - Method in class dev.getelements.elements.service.blockchain.crypto.StandardWalletAccountFactory
 
setNetwork(BlockchainNetwork) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoSmartContractAddress
 
setNetworks(List<BlockchainNetwork>) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoWallet
 
setNetworks(List<BlockchainNetwork>) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.CreateWalletRequest
 
setNetworks(List<BlockchainNetwork>) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.UpdateWalletRequest
 
setNetworks(List<BlockchainNetwork>) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.Wallet
 
setNewPassphrase(String) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.UpdateVaultRequest
 
setNewPassword(String) - Method in class dev.getelements.elements.sdk.model.user.UserUpdatePasswordRequest
 
setNodeFactory(Node.Factory) - Method in class dev.getelements.elements.rt.remote.SimpleWorkerInstance
 
setNodeId(NodeId) - Method in class dev.getelements.elements.remote.jeromq.JeroMQNode
 
setNodeId(NodeId) - Method in class dev.getelements.elements.rt.transact.TransactionalResourceService
 
setNodeIds(List<String>) - Method in class dev.getelements.elements.sdk.model.health.InstanceHealthStatus
 
setNodeIds(Set<NodeId>) - Method in class dev.getelements.elements.rt.InstanceMetadata
 
setNodeLifecycle(NodeLifecycle) - Method in class dev.getelements.elements.remote.jeromq.JeroMQNode
 
setNodeSet(Set<Node>) - Method in class dev.getelements.elements.rt.remote.SimpleWorkerInstance
 
setNotificationBuilderProvider(Provider<NotificationBuilder>) - Method in class dev.getelements.elements.service.notification.StandardNotificationService
 
setNotificationDestinationFactory(NotificationDestinationFactory) - Method in class dev.getelements.elements.service.notification.StandardNotification
 
setNotificationFactory(NotificationFactory) - Method in class dev.getelements.elements.service.notification.StandardNotificationBuilder
 
setNpIdentifier(String) - Method in class dev.getelements.elements.dao.mongo.model.application.MongoPSNApplicationConfiguration
 
setNpIdentifier(String) - Method in class dev.getelements.elements.sdk.model.application.PSNApplicationConfiguration
Sets the Sony NP Identififer.
setOAuth2AuthSchemeDao(OAuth2AuthSchemeDao) - Method in class dev.getelements.elements.service.auth.OAuth2AuthServiceOperations
 
setOAuth2AuthSchemeService(OAuth2AuthSchemeService) - Method in class dev.getelements.elements.rest.auth.OAuth2AuthSchemeResource
 
setOAuth2AuthSchemeService(Provider<SuperUserOAuth2AuthSchemeService>) - Method in class dev.getelements.elements.service.auth.OAuth2AuthSchemeServiceProvider
 
setOAuth2AuthService(OAuth2AuthService) - Method in class dev.getelements.elements.rest.auth.OAuth2AuthResource
 
setOAuth2AuthServiceOperations(OAuth2AuthServiceOperations) - Method in class dev.getelements.elements.service.auth.AnonOAuth2AuthService
 
setOAuth2AuthServiceOperations(OAuth2AuthServiceOperations) - Method in class dev.getelements.elements.service.auth.UserOAuth2AuthService
 
setOAuth2UserDao(UserDao) - Method in class dev.getelements.elements.service.auth.AnonOAuth2AuthService
 
setObjectId(MongoInventoryItemId) - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoInventoryItem
 
setObjectId(MongoProgressId) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgress
 
setObjectId(MongoRewardIssuanceId) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuance
 
setObjectId(MongoFollowerId) - Method in class dev.getelements.elements.dao.mongo.model.MongoFollower
 
setObjectId(MongoFriendshipId) - Method in class dev.getelements.elements.dao.mongo.model.MongoFriendship
 
setObjectId(MongoScoreId) - Method in class dev.getelements.elements.dao.mongo.model.score.MongoScore
 
setObjectId(ObjectId) - Method in class dev.getelements.elements.dao.mongo.model.application.MongoApplication
 
setObjectId(ObjectId) - Method in class dev.getelements.elements.dao.mongo.model.application.MongoApplicationConfiguration
 
setObjectId(ObjectId) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscSmartContract
 
setObjectId(ObjectId) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscToken
 
setObjectId(ObjectId) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscWallet
 
setObjectId(ObjectId) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoSmartContract
 
setObjectId(ObjectId) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoToken
 
setObjectId(ObjectId) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoWallet
 
setObjectId(ObjectId) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoSmartContract
 
setObjectId(ObjectId) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoVault
 
setObjectId(ObjectId) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoWallet
 
setObjectId(ObjectId) - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoDistinctInventoryItem
 
setObjectId(ObjectId) - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoItem
 
setObjectId(ObjectId) - Method in class dev.getelements.elements.dao.mongo.model.match.MongoMatch
 
setObjectId(ObjectId) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoMission
 
setObjectId(ObjectId) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoSchedule
 
setObjectId(ObjectId) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoScheduleEvent
 
setObjectId(ObjectId) - Method in class dev.getelements.elements.dao.mongo.model.MongoDeployment
 
setObjectId(ObjectId) - Method in class dev.getelements.elements.dao.mongo.model.MongoFCMRegistration
 
setObjectId(ObjectId) - Method in class dev.getelements.elements.dao.mongo.model.MongoLeaderboard
 
setObjectId(ObjectId) - Method in class dev.getelements.elements.dao.mongo.model.MongoProfile
 
setObjectId(ObjectId) - Method in class dev.getelements.elements.dao.mongo.model.MongoTokenWithExpiration
 
setObjectId(ObjectId) - Method in class dev.getelements.elements.dao.mongo.model.MongoUser
 
setObjectId(ObjectId) - Method in class dev.getelements.elements.dao.mongo.model.schema.MongoMetadataSpec
 
setObjectMapper(ObjectMapper) - Method in class dev.getelements.elements.dao.mongo.mission.MongoProgressDao
 
setObjectMapper(ObjectMapper) - Method in class dev.getelements.elements.rt.jackson.ObjectMapperModelIntrospector
 
setObjectMapper(ObjectMapper) - Method in class dev.getelements.elements.rt.jackson.ObjectMapperPayloadReader
 
setObjectMapper(ObjectMapper) - Method in class dev.getelements.elements.rt.jackson.ObjectMapperPayloadWriter
 
setObjectMapper(ObjectMapper) - Method in class dev.getelements.elements.sdk.service.blockchain.crypto.StandardWalletCryptoUtilities
 
setObjectMapper(ObjectMapper) - Method in class dev.getelements.elements.service.auth.StandardCustomAuthSessionService
 
setObjectMapper(ObjectMapper) - Method in class dev.getelements.elements.service.blockchain.crypto.AesVaultCryptoUtilities
 
setObjectMapper(ObjectMapper) - Method in class dev.getelements.elements.service.blockchain.crypto.StandardWalletAccountFactory
 
setObjectMapper(ObjectMapper) - Method in class dev.getelements.elements.service.blockchain.invoke.near.NearInvoker
 
setObjectMapper(ObjectMapper) - Method in class dev.getelements.elements.servlet.security.HealthServlet
 
setObjectMapper(ObjectMapper) - Method in class dev.getelements.elements.servlet.security.HttpServletAuthenticationFilter
 
setObjectMapper(ObjectMapper) - Method in class dev.getelements.elements.servlet.security.VersionServlet
 
setObjectMapper(ObjectMapper) - Method in class dev.getelements.elements.webui.WebUIAngularServlet
 
setObjectMappers(Map<String, ObjectMapper>) - Method in class dev.getelements.elements.rt.jersey.ClientObjectMapperContextResolver
 
setObjects(List<T>) - Method in class dev.getelements.elements.sdk.model.Pagination
 
setOffset(int) - Method in class dev.getelements.elements.sdk.model.Pagination
 
setOidcAuthSchemeDao(OidcAuthSchemeDao) - Method in class dev.getelements.elements.service.auth.OidcAuthServiceOperations
 
setOidcAuthSchemeService(OidcAuthSchemeService) - Method in class dev.getelements.elements.rest.auth.OidcAuthSchemeResource
 
setOidcAuthSchemeService(Provider<SuperUserOidcAuthSchemeService>) - Method in class dev.getelements.elements.service.auth.OidcAuthSchemeServiceProvider
 
setOidcAuthService(OidcAuthService) - Method in class dev.getelements.elements.rest.auth.OidcAuthResource
 
setOidcAuthServiceOperations(OidcAuthServiceOperations) - Method in class dev.getelements.elements.service.auth.AnonOidcAuthService
 
setOidcAuthServiceOperations(OidcAuthServiceOperations) - Method in class dev.getelements.elements.service.auth.UserOidcAuthService
 
setOldPassword(String) - Method in class dev.getelements.elements.sdk.model.user.UserUpdatePasswordRequest
 
setOperation(IndexOperation) - Method in class dev.getelements.elements.dao.mongo.model.index.MongoIndexPlanStep
 
setOperation(IndexOperation) - Method in class dev.getelements.elements.sdk.model.index.IndexPlanStep
Sets the operation to perform on this step.
setOperationsByName(Map<String, StartupOperation>) - Method in class dev.getelements.elements.rt.manifest.startup.StartupModule
Sets the map of operations by name.
setOperators(Set<BooleanQueryOperator>) - Method in class dev.getelements.elements.dao.mongo.query.SidhantAggarwalBooleanQueryParser
 
setOpponent(MongoProfile) - Method in class dev.getelements.elements.dao.mongo.model.match.MongoMatch
 
setOpponent(MongoProfile) - Method in class dev.getelements.elements.dao.mongo.model.match.MongoMatchSnapshot
 
setOpponent(Profile) - Method in class dev.getelements.elements.sdk.model.match.Match
Sets the Profile belonging to the opponent.
setOptionalProfileProvider(Provider<Optional<Profile>>) - Method in class dev.getelements.elements.service.security.ElementScopeProfileSupplierProvider
 
setOptionalSessionProvider(Provider<Optional<Session>>) - Method in class dev.getelements.elements.security.SessionProvider
 
setOrderId(String) - Method in class dev.getelements.elements.dao.mongo.model.MongoGooglePlayIapReceipt
 
setOrderId(String) - Method in class dev.getelements.elements.sdk.model.googleplayiapreceipt.GooglePlayIapReceipt
 
setOriginalApplicationVersion(String) - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceipt
 
setOriginalPurchaseDate(Date) - Method in class dev.getelements.elements.dao.mongo.model.MongoAppleIapReceipt
 
setOriginalPurchaseDate(Date) - Method in class dev.getelements.elements.sdk.model.appleiapreceipt.AppleIapReceipt
 
setOriginalPurchaseDate(Date) - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceipt
 
setOriginalPurchaseDate(Date) - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceiptPurchase
 
setOriginalTransactionId(String) - Method in class dev.getelements.elements.dao.mongo.model.MongoAppleIapReceipt
 
setOriginalTransactionId(String) - Method in class dev.getelements.elements.sdk.model.appleiapreceipt.AppleIapReceipt
 
setOriginalTransactionId(String) - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceiptPurchase
 
setOutcome(NearOutcome) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearReceiptOutcome
 
setOutcome(NearOutcome) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearTransactionOutcome
 
setOutputTypes(List<String>) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractRequest
 
setOverallHealth(double) - Method in class dev.getelements.elements.sdk.model.health.HealthStatus
 
setOwner(String) - Method in class dev.getelements.elements.sdk.model.blockchain.StakeHolder
 
setOwner(String) - Method in class dev.getelements.elements.sdk.model.blockchain.Token
 
setOwner(ObjectId) - Method in class dev.getelements.elements.dao.mongo.model.savedata.MongoSaveDataDocumentId
 
setOwnerAddress(String) - Method in class dev.getelements.elements.sdk.model.blockchain.MintTokenRequest
Deprecated.
 
setOwnership(Ownership) - Method in class dev.getelements.elements.sdk.model.blockchain.Token
 
setPackageName(String) - Method in class dev.getelements.elements.sdk.model.googleplayiapreceipt.CreateGooglePlayIapReceipt
 
setParameters(List<JsonRpcParameter>) - Method in class dev.getelements.elements.rt.manifest.jrpc.JsonRpcMethod
 
setParameters(List<Object>) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractRequest
 
setParameters(List<Object>) - Method in class dev.getelements.elements.sdk.model.blockchain.InvokeContractRequest
Deprecated.
 
setParameters(List<String>) - Method in class dev.getelements.elements.rt.remote.Invocation
Sets a listing of the names of the method parameters.
setParameters(Map<String, Type>) - Method in class dev.getelements.elements.rt.manifest.startup.StartupOperation
Sets the parameters this operation accepts by type.
setParams(Object) - Method in class dev.getelements.elements.rt.jrpc.JsonRpcRequest
 
setParams(List<OAuth2RequestKeyValue>) - Method in class dev.getelements.elements.dao.mongo.model.auth.MongoOAuth2AuthScheme
 
setParams(List<OAuth2RequestKeyValue>) - Method in class dev.getelements.elements.sdk.model.auth.CreateOrUpdateOAuth2AuthSchemeRequest
 
setParams(List<OAuth2RequestKeyValue>) - Method in class dev.getelements.elements.sdk.model.auth.OAuth2AuthScheme
 
setParent(MongoApplication) - Method in class dev.getelements.elements.dao.mongo.model.application.MongoApplicationConfiguration
 
setParent(Application) - Method in class dev.getelements.elements.sdk.model.application.ApplicationConfiguration
Sets the parent Application
setPassphrase(String) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.CreateVaultRequest
 
setPassphrase(String) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.UpdateVaultRequest
 
setPassword(String) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractRequest
 
setPassword(String) - Method in class dev.getelements.elements.sdk.model.blockchain.InvokeContractRequest
Deprecated.
 
setPassword(String) - Method in class dev.getelements.elements.sdk.model.blockchain.MintTokenRequest
Deprecated.
 
setPassword(String) - Method in class dev.getelements.elements.sdk.model.session.MockSessionCreation
 
setPassword(String) - Method in class dev.getelements.elements.sdk.model.session.UsernamePasswordSessionRequest
 
setPassword(String) - Method in class dev.getelements.elements.sdk.model.user.UserCreateRequest
 
setPassword(String) - Method in class dev.getelements.elements.sdk.model.user.UserCreateResponse
 
setPassword(String) - Method in class dev.getelements.elements.sdk.model.user.UserUpdateRequest
 
setPassword(String) - Method in class dev.getelements.elements.service.FirebaseEmailPasswordSignUpRequest
 
setPassword(String) - Method in class dev.getelements.elements.service.FirebaseUsernamePasswordSignInRequest
 
setPasswordEncoding(String) - Method in class dev.getelements.elements.dao.mongo.MongoPasswordUtils
 
setPasswordEncoding(String) - Method in class dev.getelements.elements.dao.mongo.MongoUserDao
 
setPasswordGenerator(PasswordGenerator) - Method in class dev.getelements.elements.service.auth.SuperUserMockSessionService
 
setPasswordGenerator(PasswordGenerator) - Method in class dev.getelements.elements.service.user.AnonUserService
 
setPasswordGenerator(PasswordGenerator) - Method in class dev.getelements.elements.service.user.SuperuserUserService
 
setPasswordHash(byte[]) - Method in class dev.getelements.elements.dao.mongo.model.MongoUser
 
setPath(Path) - Method in class dev.getelements.elements.rt.SimpleResourceServiceListing
 
setPath(String) - Method in class dev.getelements.elements.dao.mongo.model.largeobject.MongoLargeObject
 
setPath(String) - Method in class dev.getelements.elements.sdk.model.largeobject.LargeObject
 
setPathIndex(UnixFSPathIndex) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSDataStore
 
setPayloadReader(PayloadReader) - Method in class dev.getelements.elements.remote.jeromq.JeroMQNode
 
setPayloadReader(PayloadReader) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQRemoteInvoker
 
setPayloadReader(PayloadReader) - Method in class dev.getelements.elements.rt.SimpleJsonRpcInvocationService
 
setPayloadWriter(PayloadWriter) - Method in class dev.getelements.elements.remote.jeromq.JeroMQNode
 
setPayloadWriter(PayloadWriter) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQRemoteInvoker
 
setPersistence(TransactionalResourceServicePersistence) - Method in class dev.getelements.elements.rt.transact.TransactionalResourceService
 
setPersistence(TransactionalResourceServicePersistence) - Method in class dev.getelements.elements.rt.transact.TransactionalSchedulerContext
 
setPersistenceEnvironment(PersistenceEnvironment) - Method in class dev.getelements.elements.rt.remote.SimpleWorkerInstance
 
setPhoneNumber(String) - Method in class dev.getelements.elements.sdk.model.invite.PhoneMatchedInvitation
 
setPhoneNumbers(List<String>) - Method in class dev.getelements.elements.sdk.model.invite.InviteViaPhonesRequest
 
setPlaceholder(String) - Method in class dev.getelements.elements.dao.mongo.model.schema.MongoMetadataSpecProperty
 
setPlaceholder(String) - Method in class dev.getelements.elements.sdk.model.schema.layout.EditorLayout
 
setPlaceholder(String) - Method in class dev.getelements.elements.sdk.model.schema.MetadataSpecProperty
 
setPlan(boolean) - Method in class dev.getelements.elements.sdk.model.index.BuildIndexRequest
 
setPlayer(MongoProfile) - Method in class dev.getelements.elements.dao.mongo.model.match.MongoMatch
 
setPlayer(MongoProfile) - Method in class dev.getelements.elements.dao.mongo.model.match.MongoMatchSnapshot
 
setPlayer(Profile) - Method in class dev.getelements.elements.sdk.model.match.Match
Sets the Profile of the player requesting the match.
setPointValue(double) - Method in class dev.getelements.elements.dao.mongo.model.score.MongoScore
 
setPointValue(double) - Method in class dev.getelements.elements.sdk.model.leaderboard.RankRow
 
setPointValue(double) - Method in class dev.getelements.elements.sdk.model.leaderboard.Score
 
setPosition(long) - Method in class dev.getelements.elements.sdk.model.leaderboard.Rank
 
setPosition(long) - Method in class dev.getelements.elements.sdk.model.leaderboard.RankRow
 
setPositionAndLimit(UnixFSTransactionParameter) - Method in enum class dev.getelements.elements.rt.transact.unix.UnixFSTransactionParameter.Type
 
setPreferredAccount(int) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoWallet
 
setPreferredAccount(int) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.CreateWalletRequest
 
setPreferredAccount(int) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.UpdateWalletRequest
 
setPreferredAccount(int) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.Wallet
 
setPreferredChecksumAlgorithm(UnixFSChecksumAlgorithm) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionJournal
 
setPreviewUrls(List<String>) - Method in class dev.getelements.elements.sdk.model.blockchain.Token
 
setPriceConsentStatus(Boolean) - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceiptPurchase
 
setPrimaryPhoneNb(String) - Method in class dev.getelements.elements.dao.mongo.model.MongoUser
 
setPrimaryPhoneNb(String) - Method in class dev.getelements.elements.sdk.model.user.User
 
setPrimaryPhoneNb(String) - Method in class dev.getelements.elements.sdk.model.user.UserCreateRequest
 
setPrimaryPhoneNb(String) - Method in class dev.getelements.elements.sdk.model.user.UserCreateResponse
 
setPrimaryPhoneNb(String) - Method in class dev.getelements.elements.sdk.model.user.UserUpdateRequest
 
setPriorities(List<String>) - Method in class dev.getelements.elements.sdk.model.health.InvokerHealthStatus
 
setPriority(int) - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoInventoryItemId
 
setPriority(int) - Method in class dev.getelements.elements.sdk.model.inventory.AdvancedInventoryItemQuantityAdjustment
 
setPriority(int) - Method in class dev.getelements.elements.sdk.model.inventory.CreateAdvancedInventoryItemRequest
 
setPriority(int) - Method in class dev.getelements.elements.sdk.model.inventory.InventoryItem
 
setPrivateKey(String) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoVaultKey
 
setPrivateKey(String) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoWalletAccount
 
setPrivateKey(String) - Method in class dev.getelements.elements.sdk.model.auth.CreateAuthSchemeResponse
 
setPrivateKey(String) - Method in class dev.getelements.elements.sdk.model.auth.UpdateAuthSchemeResponse
 
setPrivateKey(String) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.CreateWalletRequestAccount
 
setPrivateKey(String) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.VaultKey
 
setPrivateKey(String) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.WalletAccount
 
setProblems(List<String>) - Method in class dev.getelements.elements.sdk.model.health.HealthStatus
 
setProductBundleRewards(List<MongoProductBundleReward>) - Method in class dev.getelements.elements.dao.mongo.model.application.MongoProductBundle
 
setProductBundleRewards(List<ProductBundleReward>) - Method in class dev.getelements.elements.sdk.model.application.ProductBundle
 
setProductBundles(List<MongoProductBundle>) - Method in class dev.getelements.elements.dao.mongo.model.application.MongoGooglePlayApplicationConfiguration
 
setProductBundles(List<MongoProductBundle>) - Method in class dev.getelements.elements.dao.mongo.model.application.MongoIosApplicationConfiguration
 
setProductBundles(List<ProductBundle>) - Method in class dev.getelements.elements.sdk.model.application.GooglePlayApplicationConfiguration
 
setProductBundles(List<ProductBundle>) - Method in class dev.getelements.elements.sdk.model.application.IosApplicationConfiguration
 
setProductId(String) - Method in class dev.getelements.elements.dao.mongo.model.application.MongoProductBundle
 
setProductId(String) - Method in class dev.getelements.elements.dao.mongo.model.MongoAppleIapReceipt
 
setProductId(String) - Method in class dev.getelements.elements.dao.mongo.model.MongoGooglePlayIapReceipt
 
setProductId(String) - Method in class dev.getelements.elements.sdk.model.appleiapreceipt.AppleIapReceipt
 
setProductId(String) - Method in class dev.getelements.elements.sdk.model.application.ProductBundle
 
setProductId(String) - Method in class dev.getelements.elements.sdk.model.googleplayiapreceipt.CreateGooglePlayIapReceipt
 
setProductId(String) - Method in class dev.getelements.elements.sdk.model.googleplayiapreceipt.GooglePlayIapReceipt
 
setProductId(String) - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceiptPurchase
 
setProfile(MongoProfile) - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoDistinctInventoryItem
 
setProfile(MongoProfile) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgress
 
setProfile(MongoProfile) - Method in class dev.getelements.elements.dao.mongo.model.MongoFCMRegistration
 
setProfile(MongoProfile) - Method in class dev.getelements.elements.dao.mongo.model.MongoFollower
 
setProfile(MongoProfile) - Method in class dev.getelements.elements.dao.mongo.model.MongoSession
Sets the MongoProfile associated with this MongoSession.
setProfile(MongoProfile) - Method in class dev.getelements.elements.dao.mongo.model.savedata.MongoSaveDataDocument
 
setProfile(MongoProfile) - Method in class dev.getelements.elements.dao.mongo.model.score.MongoScore
 
setProfile(Profile) - Method in class dev.getelements.elements.sdk.model.inventory.DistinctInventoryItem
 
setProfile(Profile) - Method in class dev.getelements.elements.sdk.model.leaderboard.Score
 
setProfile(Profile) - Method in class dev.getelements.elements.sdk.model.mission.Progress
 
setProfile(Profile) - Method in class dev.getelements.elements.sdk.model.notification.FCMRegistration
 
setProfile(Profile) - Method in class dev.getelements.elements.sdk.model.savedata.SaveDataDocument
 
setProfile(Profile) - Method in class dev.getelements.elements.sdk.model.session.Session
 
setProfileCdnUrl(Profile) - Method in class dev.getelements.elements.service.largeobject.LargeObjectCdnUtils
 
setProfileDao(ProfileDao) - Method in class dev.getelements.elements.dao.mongo.test.ProfileTestFactory
 
setProfileDao(ProfileDao) - Method in class dev.getelements.elements.rest.test.ClientContext
 
setProfileDao(ProfileDao) - Method in class dev.getelements.elements.service.advancement.StandardAdvancementService
 
setProfileDao(ProfileDao) - Method in class dev.getelements.elements.service.auth.AnonUsernamePasswordAuthService
 
setProfileDao(ProfileDao) - Method in class dev.getelements.elements.service.auth.OAuth2AuthServiceOperations
 
setProfileDao(ProfileDao) - Method in class dev.getelements.elements.service.auth.OidcAuthServiceOperations
 
setProfileDao(ProfileDao) - Method in class dev.getelements.elements.service.auth.SuperUserMockSessionService
 
setProfileDao(ProfileDao) - Method in class dev.getelements.elements.service.follower.UserFollowerService
 
setProfileDao(ProfileDao) - Method in class dev.getelements.elements.service.inventory.SuperUserDistinctInventoryItemService
 
setProfileDao(ProfileDao) - Method in class dev.getelements.elements.service.inventory.UserDistinctInventoryItemService
 
setProfileDao(ProfileDao) - Method in class dev.getelements.elements.service.invite.SuperUserInviteService
 
setProfileDao(ProfileDao) - Method in class dev.getelements.elements.service.invite.UserInviteService
 
setProfileDao(ProfileDao) - Method in class dev.getelements.elements.service.largeobject.AccessRequestUtils
 
setProfileDao(ProfileDao) - Method in class dev.getelements.elements.service.profile.SuperUserProfileOverrideService
 
setProfileDao(ProfileDao) - Method in class dev.getelements.elements.service.profile.SuperUserProfileService
 
setProfileDao(ProfileDao) - Method in class dev.getelements.elements.service.profile.UserProfileOverrideService
 
setProfileDao(ProfileDao) - Method in class dev.getelements.elements.service.profile.UserProfileService
 
setProfileDao(ProfileDao) - Method in class dev.getelements.elements.service.savedata.SuperUserSaveDataDocumentService
 
setProfileDao(ProfileDao) - Method in class dev.getelements.elements.service.savedata.UserSaveDataDocumentService
 
setProfileDao(ProfileDao) - Method in class dev.getelements.elements.service.user.AbstractUserService
 
setProfileDao(ProfileDao) - Method in class dev.getelements.elements.service.util.UserProfileUtility
 
setProfileDisplayName(String) - Method in class dev.getelements.elements.sdk.model.leaderboard.RankRow
 
setProfileDisplayName(String) - Method in class dev.getelements.elements.sdk.model.mission.ProgressRow
 
setProfileId(String) - Method in class dev.getelements.elements.sdk.model.inventory.CreateDistinctInventoryItemRequest
 
setProfileId(String) - Method in class dev.getelements.elements.sdk.model.inventory.UpdateDistinctInventoryItemRequest
 
setProfileId(String) - Method in class dev.getelements.elements.sdk.model.leaderboard.RankRow
 
setProfileId(String) - Method in class dev.getelements.elements.sdk.model.mission.ProgressRow
 
setProfileId(String) - Method in class dev.getelements.elements.sdk.model.savedata.CreateSaveDataDocumentRequest
 
setProfileId(String) - Method in class dev.getelements.elements.sdk.model.session.OAuth2SessionRequest
 
setProfileId(String) - Method in class dev.getelements.elements.sdk.model.session.OidcSessionRequest
 
setProfileId(String) - Method in class dev.getelements.elements.sdk.model.session.UsernamePasswordSessionRequest
 
setProfileId(String) - Method in class dev.getelements.elements.sdk.model.user.UserUpdatePasswordRequest
 
setProfileId(ObjectId) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgressId
 
setProfileId(ObjectId) - Method in class dev.getelements.elements.dao.mongo.model.MongoFollowerId
 
setProfileIds(List<String>) - Method in class dev.getelements.elements.sdk.model.invite.PhoneMatchedInvitation
 
setProfileIds(List<String>) - Method in class dev.getelements.elements.sdk.model.largeobject.SubjectRequest
 
setProfileImageObjectUtils(ProfileImageObjectUtils) - Method in class dev.getelements.elements.rest.test.ClientContext
 
setProfileImageObjectUtils(ProfileImageObjectUtils) - Method in class dev.getelements.elements.service.profile.SuperUserProfileService
 
setProfileImageObjectUtils(ProfileImageObjectUtils) - Method in class dev.getelements.elements.service.profile.UserProfileService
 
setProfileImageUrl(String) - Method in class dev.getelements.elements.sdk.model.leaderboard.RankRow
 
setProfileImageUrl(String) - Method in class dev.getelements.elements.sdk.model.mission.ProgressRow
 
setProfileOptional(Optional<Profile>) - Method in class dev.getelements.elements.service.largeobject.AccessPermissionsUtils
 
setProfileOverrideServiceProvider(Provider<ProfileOverrideService>) - Method in class dev.getelements.elements.servlet.security.HttpServletHeaderProfileOverrideFilter
 
setProfiles(List<MongoProfile>) - Method in class dev.getelements.elements.dao.mongo.model.largeobject.MongoSubjects
 
setProfiles(List<CreateProfileSignupRequest>) - Method in class dev.getelements.elements.sdk.model.user.UserCreateRequest
 
setProfiles(List<Profile>) - Method in class dev.getelements.elements.sdk.model.friend.Friend
 
setProfiles(List<Profile>) - Method in class dev.getelements.elements.sdk.model.largeobject.Subjects
 
setProfiles(List<Profile>) - Method in class dev.getelements.elements.sdk.model.user.UserCreateResponse
 
setProfileSelector(String) - Method in class dev.getelements.elements.sdk.model.session.OAuth2SessionRequest
 
setProfileSelector(String) - Method in class dev.getelements.elements.sdk.model.session.OidcSessionRequest
 
setProfileSelector(String) - Method in class dev.getelements.elements.sdk.model.session.UsernamePasswordSessionRequest
 
setProfileService(ProfileService) - Method in class dev.getelements.elements.rest.profile.ProfileResource
 
setProfileServiceUtils(ProfileServiceUtils) - Method in class dev.getelements.elements.service.profile.SuperUserProfileService
 
setProfileServiceUtils(ProfileServiceUtils) - Method in class dev.getelements.elements.service.profile.UserProfileService
 
setProfileSupplier(Supplier<Profile>) - Method in class dev.getelements.elements.service.leaderboard.UserRankService
 
setProfileSupplier(Supplier<Profile>) - Method in class dev.getelements.elements.service.mission.UserScheduleProgressService
 
setProgramBuilderProvider(Provider<UnixFSTransactionProgramBuilder>) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionJournal
 
setProgressDao() - Method in class dev.getelements.elements.service.progress.UserProgressService
 
setProgressDao(ProgressDao) - Method in class dev.getelements.elements.service.advancement.StandardAdvancementService
 
setProgressDao(ProgressDao) - Method in class dev.getelements.elements.service.progress.SuperUserProgressService
 
setProgressDao(ProgressDao) - Method in class dev.getelements.elements.service.progress.UserProgressService
 
setProgressService(ProgressService) - Method in class dev.getelements.elements.rest.mission.ProgressResource
 
setProjectId(String) - Method in class dev.getelements.elements.dao.mongo.model.application.MongoFirebaseApplicationConfiguration
 
setProjectId(String) - Method in class dev.getelements.elements.sdk.model.application.FirebaseApplicationConfiguration
 
setProof(List<NearProof>) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearReceiptOutcome
 
setProof(List<NearProof>) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearTransactionOutcome
 
setProperties(List<MongoMetadataSpecProperty>) - Method in class dev.getelements.elements.dao.mongo.model.schema.MongoMetadataSpec
 
setProperties(List<MongoMetadataSpecProperty>) - Method in class dev.getelements.elements.dao.mongo.model.schema.MongoMetadataSpecProperty
 
setProperties(List<MetadataSpecProperty>) - Method in class dev.getelements.elements.sdk.model.schema.CreateMetadataSpecRequest
 
setProperties(List<MetadataSpecProperty>) - Method in class dev.getelements.elements.sdk.model.schema.MetadataSpec
 
setProperties(List<MetadataSpecProperty>) - Method in class dev.getelements.elements.sdk.model.schema.MetadataSpecProperty
 
setProperties(List<MetadataSpecProperty>) - Method in class dev.getelements.elements.sdk.model.schema.UpdateMetadataSpecRequest
 
setProperties(Map<String, Property>) - Method in class dev.getelements.elements.rt.manifest.model.Model
Sets the mapping of properties.
setProperties(Map<String, JsonSchemaProperty>) - Method in class dev.getelements.elements.sdk.model.schema.json.JsonSchema
 
setProperties(Map<String, JsonSchemaProperty>) - Method in class dev.getelements.elements.sdk.model.schema.json.JsonSchemaProperty
 
setPropertiesProvider(Provider<Properties>) - Method in class dev.getelements.elements.dao.mongo.guice.MongoTransactionProvider
 
setProtocol(String) - Method in class dev.getelements.elements.rt.remote.AbstractLocalInvocationDispatcher
 
setProtocol(String) - Method in class dev.getelements.elements.rt.SimpleJsonRpcInvocationService
 
setPsnApplicationConfigurationService(PSNApplicationConfigurationService) - Method in class dev.getelements.elements.rest.application.PSNApplicationConfigurationResource
 
setPublicKey(String) - Method in class dev.getelements.elements.dao.mongo.model.auth.MongoAuthScheme
 
setPublicKey(String) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoVaultKey
 
setPublicKey(String) - Method in class dev.getelements.elements.sdk.model.auth.AuthScheme
 
setPublicKey(String) - Method in class dev.getelements.elements.sdk.model.auth.CreateAuthSchemeRequest
 
setPublicKey(String) - Method in class dev.getelements.elements.sdk.model.auth.CreateAuthSchemeResponse
 
setPublicKey(String) - Method in class dev.getelements.elements.sdk.model.auth.UpdateAuthSchemeRequest
 
setPublicKey(String) - Method in class dev.getelements.elements.sdk.model.auth.UpdateAuthSchemeResponse
 
setPublicKey(String) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.VaultKey
 
setPublicVisible(boolean) - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoItem
 
setPublicVisible(boolean) - Method in class dev.getelements.elements.sdk.model.goods.CreateItemRequest
Sets the visibility of this Item
setPublicVisible(boolean) - Method in class dev.getelements.elements.sdk.model.goods.Item
Sets the visibility of this item.
setPublicVisible(Boolean) - Method in class dev.getelements.elements.sdk.model.goods.UpdateItemRequest
Sets the visibility of this Item
setPurchaseDate(Date) - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceiptPurchase
 
setPurchaseState(int) - Method in class dev.getelements.elements.dao.mongo.model.MongoGooglePlayIapReceipt
 
setPurchaseState(Integer) - Method in class dev.getelements.elements.sdk.model.googleplayiapreceipt.GooglePlayIapReceipt
 
setPurchaseTimeMillis(long) - Method in class dev.getelements.elements.dao.mongo.model.MongoGooglePlayIapReceipt
 
setPurchaseTimeMillis(Long) - Method in class dev.getelements.elements.sdk.model.googleplayiapreceipt.GooglePlayIapReceipt
 
setPurchaseToken(String) - Method in class dev.getelements.elements.dao.mongo.model.MongoGooglePlayIapReceipt
 
setPurchaseToken(String) - Method in class dev.getelements.elements.sdk.model.googleplayiapreceipt.CreateGooglePlayIapReceipt
 
setPurchaseToken(String) - Method in class dev.getelements.elements.sdk.model.googleplayiapreceipt.GooglePlayIapReceipt
 
setPurchaseType(Integer) - Method in class dev.getelements.elements.dao.mongo.model.MongoGooglePlayIapReceipt
 
setPurchaseType(Integer) - Method in class dev.getelements.elements.sdk.model.googleplayiapreceipt.GooglePlayIapReceipt
 
setQuality(double) - Method in class dev.getelements.elements.rt.InstanceMetadata
 
setQuantity(int) - Method in class dev.getelements.elements.dao.mongo.model.application.MongoProductBundleReward
 
setQuantity(int) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoReward
 
setQuantity(int) - Method in class dev.getelements.elements.dao.mongo.model.MongoAppleIapReceipt
 
setQuantity(int) - Method in class dev.getelements.elements.sdk.model.application.ProductBundleReward
 
setQuantity(int) - Method in class dev.getelements.elements.sdk.model.inventory.CreateAdvancedInventoryItemRequest
 
setQuantity(int) - Method in class dev.getelements.elements.sdk.model.inventory.CreateSimpleInventoryItemRequest
 
setQuantity(int) - Method in class dev.getelements.elements.sdk.model.inventory.InventoryItem
 
setQuantity(int) - Method in class dev.getelements.elements.sdk.model.inventory.UpdateInventoryItemRequest
 
setQuantity(Integer) - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoInventoryItem
 
setQuantity(Integer) - Method in class dev.getelements.elements.sdk.model.appleiapreceipt.AppleIapReceipt
 
setQuantity(Integer) - Method in class dev.getelements.elements.sdk.model.inventory.CreateSimpleInventoryItemRequest
 
setQuantity(Integer) - Method in class dev.getelements.elements.sdk.model.reward.Reward
 
setQuantity(Integer) - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceiptPurchase
 
setQuantityDelta(int) - Method in class dev.getelements.elements.sdk.model.inventory.AdvancedInventoryItemQuantityAdjustment
 
setQuantityDelta(int) - Method in class dev.getelements.elements.sdk.model.inventory.SimpleInventoryItemQuantityAdjustment
 
setQuantityForItem(User, String, int, int) - Method in class dev.getelements.elements.dao.mongo.goods.MongoInventoryItemDao
 
setQuantityForItem(User, String, int, int) - Method in interface dev.getelements.elements.sdk.dao.InventoryItemDao
Adjusts the quantity of the supplied item and user.
setQueryMaxResults(int) - Method in class dev.getelements.elements.dao.mongo.MongoDBUtils
 
setRankDao(RankDao) - Method in class dev.getelements.elements.service.leaderboard.AnonRankService
 
setRankDao(RankDao) - Method in class dev.getelements.elements.service.leaderboard.UserRankService
 
setRankService(RankService) - Method in class dev.getelements.elements.rest.leaderboard.RankResource
 
setRead(SubjectRequest) - Method in class dev.getelements.elements.sdk.model.largeobject.CreateLargeObjectRequest
 
setRead(SubjectRequest) - Method in class dev.getelements.elements.sdk.model.largeobject.UpdateLargeObjectRequest
 
setRead(Subjects) - Method in class dev.getelements.elements.dao.mongo.model.largeobject.MongoAccessPermissions
 
setRead(Subjects) - Method in class dev.getelements.elements.sdk.model.largeobject.AccessPermissions
 
setReceipt(AppleIapGrandUnifiedReceipt) - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapVerifyReceiptResponse
 
setReceiptCreationDate(Date) - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceipt
 
setReceiptData(String) - Method in class dev.getelements.elements.dao.mongo.model.MongoAppleIapReceipt
 
setReceiptData(String) - Method in class dev.getelements.elements.sdk.model.appleiapreceipt.AppleIapReceipt
 
setReceiptData(String) - Method in class dev.getelements.elements.sdk.model.appleiapreceipt.CreateAppleIapReceipt
 
setReceiptIds(List<String>) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearOutcome
 
setReceiptsOutcome(List<NearReceiptOutcome>) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearInvokeContractResponse
 
setReceivePackErrorHandler(ReceivePackErrorHandler) - Method in class org.eclipse.jgit.http.server.GitFilter
Set a custom error handler for git-receive-pack.
setReceivePackErrorHandler(ReceivePackErrorHandler) - Method in class org.eclipse.jgit.http.server.GitServlet
Set a custom error handler for git-receive-pack.
setReceivePackFactory(ReceivePackFactory<HttpServletRequest>) - Method in class org.eclipse.jgit.http.server.GitFilter
Set the receive-pack factory
setReceivePackFactory(ReceivePackFactory<HttpServletRequest>) - Method in class org.eclipse.jgit.http.server.GitServlet
Set receive-pack factory
setReceiveTimeout(long, TimeUnit) - Method in interface dev.getelements.elements.rt.remote.ControlClient
Allows for the adjustment of this ControlClient's receive timeout.
setReceiveTimeout(long, TimeUnit) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQControlClient
 
setRecords(List<String>) - Method in class dev.getelements.elements.sdk.model.health.DiscoveryHealthStatus
 
setRefreshIntervalInSeconds(long) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQInstanceConnectionService
 
setRefreshRateSeconds(long) - Method in class dev.getelements.elements.rt.remote.SimpleRemoteInvokerRegistry
 
setRefreshTimeoutSeconds(long) - Method in class dev.getelements.elements.rt.remote.SimpleRemoteInvokerRegistry
 
setRefreshToken(String) - Method in class dev.getelements.elements.service.FirebaseEmailPasswordSignUpResponse
 
setRefreshToken(String) - Method in class dev.getelements.elements.service.FirebaseUsernamePasswordSignInResponse
 
setRegenerate(boolean) - Method in class dev.getelements.elements.sdk.model.auth.UpdateAuthSchemeRequest
 
setRegistered(boolean) - Method in class dev.getelements.elements.service.FirebaseUsernamePasswordSignInResponse
 
setRegistrationToken(String) - Method in class dev.getelements.elements.dao.mongo.model.MongoFCMRegistration
 
setRegistrationToken(String) - Method in class dev.getelements.elements.sdk.model.notification.FCMRegistration
 
setRegistry(ElementRegistry) - Method in class dev.getelements.elements.servlet.security.HttpServletAuthenticationFilter
 
setRegistry(ElementRegistry) - Method in class dev.getelements.elements.servlet.security.HttpServletElementScopeFilter
 
setRegistry(ElementRegistry) - Method in class dev.getelements.elements.servlet.security.HttpServletHeaderProfileOverrideFilter
 
setRemaining(int) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgress
 
setRemaining(int) - Method in class dev.getelements.elements.sdk.model.mission.ProgressRow
 
setRemaining(Integer) - Method in class dev.getelements.elements.sdk.model.mission.Progress
 
setRemoteInvocationDispatcherProvider(Provider<RemoteInvocationDispatcher>) - Method in class dev.getelements.elements.rt.remote.RemoteProxyProvider
 
setRemoteInvokerProvider(Provider<RemoteInvoker>) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQInstanceConnectionService
 
setRemoteInvokerProvider(Provider<RemoteInvoker>) - Method in class dev.getelements.elements.rt.remote.SimpleRemoteInvokerRegistry
 
setRemoteInvokerRegistry(RemoteInvokerRegistry) - Method in class dev.getelements.elements.rt.remote.SimpleInstance
 
setRemoteInvokerRegistry(RemoteInvokerRegistry) - Method in class dev.getelements.elements.rt.routing.AbstractAggregateRoutingStrategy
 
setRemoteInvokerRegistry(RemoteInvokerRegistry) - Method in class dev.getelements.elements.rt.routing.DefaultRoutingStrategy
 
setRemoteInvokerRegistry(RemoteInvokerRegistry) - Method in class dev.getelements.elements.rt.routing.SameNodeIdRoutingStrategy
 
setRemoteInvokerRegistry(RemoteInvokerRegistry) - Method in class dev.getelements.elements.service.health.DefaultHealthStatusService
 
setRemoved(boolean) - Method in class dev.getelements.elements.rt.SimpleResourceServiceUnlink
 
setRemoved(boolean) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMTransactionLog
 
setRenewable(boolean) - Method in class dev.getelements.elements.sdk.model.blockchain.Token
 
setRepositoryResolver(RepositoryResolver<HttpServletRequest>) - Method in class org.eclipse.jgit.http.server.GitFilter
New servlet configured with a specific resolver.
setRepositoryResolver(RepositoryResolver<HttpServletRequest>) - Method in class org.eclipse.jgit.http.server.GitServlet
New servlet configured with a specific resolver.
setRequestDate(Date) - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceipt
 
setRequestHeaders(Map<String, String>) - Method in class dev.getelements.elements.sdk.model.session.OAuth2SessionRequest
 
setRequestParameters(Map<String, String>) - Method in class dev.getelements.elements.sdk.model.session.OAuth2SessionRequest
 
setRequired(boolean) - Method in class dev.getelements.elements.dao.mongo.model.schema.MongoMetadataSpecProperty
 
setRequired(boolean) - Method in class dev.getelements.elements.sdk.model.schema.MetadataSpecProperty
 
setRequired(List<String>) - Method in class dev.getelements.elements.sdk.model.schema.json.JsonSchema
 
setRequired(List<String>) - Method in class dev.getelements.elements.sdk.model.schema.json.JsonSchemaProperty
 
setResolutionProvider(Provider<StandardSmartContractInvocationResolution<EvmInvocationScope, EvmSmartContractInvocationService.Invoker>>) - Method in class dev.getelements.elements.service.blockchain.crypto.evm.SuperUserEvmSmartContractInvocationService
 
setResolutionProvider(Provider<StandardSmartContractInvocationResolution<FlowInvocationScope, FlowSmartContractInvocationService.Invoker>>) - Method in class dev.getelements.elements.service.blockchain.crypto.flow.SuperUserFlowSmartContractInvocationService
 
setResolutionProvider(Provider<StandardSmartContractInvocationResolution<NearInvocationScope, NearSmartContractInvocationService.Invoker>>) - Method in class dev.getelements.elements.service.blockchain.crypto.near.SuperUserNearSmartContractInvocationService
 
setResourceContentsDefaults() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSDataHeader
Sets the default values of this UnixFSDataHeader.
setResourceContext(ResourceContext) - Method in class dev.getelements.elements.rt.remote.ClusterContext
 
setResourceContext(ResourceContext) - Method in class dev.getelements.elements.rt.SimpleContext
 
setResourceId(ResourceId) - Method in class dev.getelements.elements.rt.SimpleResourceServiceListing
 
setResourceId(ResourceId) - Method in class dev.getelements.elements.rt.SimpleResourceServiceUnlink
 
setResourceIndex(UnixFSResourceIndex) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSDataStore
 
setResourceLoader(ResourceLoader) - Method in class dev.getelements.elements.rt.SimpleContext
 
setResourceLoader(ResourceLoader) - Method in class dev.getelements.elements.rt.SimpleResourceContext
 
setResourceLoader(ResourceLoader) - Method in class dev.getelements.elements.rt.SimpleRetainedHandlerService
 
setResourceLoader(ResourceLoader) - Method in class dev.getelements.elements.rt.SimpleSingleUseHandlerService
 
setResourceLoader(ResourceLoader) - Method in class dev.getelements.elements.rt.transact.TransactionalResourceService
 
setResourceProvider(Provider<Resource>) - Method in class dev.getelements.elements.appnode.security.ResourceOptionalSessionProvider
 
setResourceService(ResourceService) - Method in class dev.getelements.elements.rt.SimpleContext
 
setResourceService(ResourceService) - Method in class dev.getelements.elements.rt.SimpleHandlerContext
 
setResourceService(ResourceService) - Method in class dev.getelements.elements.rt.SimpleIndexContext
 
setResourceService(ResourceService) - Method in class dev.getelements.elements.rt.SimpleResourceContext
 
setResourceService(ResourceService) - Method in class dev.getelements.elements.rt.SimpleRetainedHandlerService
 
setResourceService(ResourceService) - Method in class dev.getelements.elements.rt.SimpleScheduler
 
setResourceService(ResourceService) - Method in class dev.getelements.elements.rt.SimpleSingleUseHandlerService
 
setResourceService(ResourceService) - Method in class dev.getelements.elements.rt.transact.TransactionalSchedulerContext
 
setResponseIdMapping(String) - Method in class dev.getelements.elements.dao.mongo.model.auth.MongoOAuth2AuthScheme
 
setResponseIdMapping(String) - Method in class dev.getelements.elements.sdk.model.auth.CreateOrUpdateOAuth2AuthSchemeRequest
 
setResponseIdMapping(String) - Method in class dev.getelements.elements.sdk.model.auth.OAuth2AuthScheme
 
setResult(byte[]) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearContractFunctionCallResult
 
setResult(Object) - Method in class dev.getelements.elements.rt.remote.InvocationResult
Sets the result of the remote Method, or null if the method failed to invoke.
setResult(String) - Method in class dev.getelements.elements.rt.jrpc.JsonRpcResponse
 
setRetainedHandlerService(RetainedHandlerService) - Method in class dev.getelements.elements.rt.SimpleEventService
 
setRetainedHandlerService(RetainedHandlerService) - Method in class dev.getelements.elements.rt.SimpleHandlerContext
 
setReturns(JsonRpcReturnType) - Method in class dev.getelements.elements.rt.manifest.jrpc.JsonRpcMethod
 
setReturnSecureToken(boolean) - Method in class dev.getelements.elements.service.FirebaseEmailPasswordSignUpRequest
 
setReturnSecureToken(boolean) - Method in class dev.getelements.elements.service.FirebaseUsernamePasswordSignInRequest
 
setReversePathDefaults() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSDataHeader
Sets the default values of this UnixFSDataHeader.
setRevertReason(String) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractResponse
 
setRevision(String) - Method in class dev.getelements.elements.dao.mongo.model.MongoDeployment
 
setRevision(String) - Method in class dev.getelements.elements.sdk.model.cdn.CreateDeploymentRequest
 
setRevision(String) - Method in class dev.getelements.elements.sdk.model.cdn.UpdateDeploymentRequest
 
setRevision(String) - Method in class dev.getelements.elements.sdk.model.Deployment
 
setRevision(String) - Method in class dev.getelements.elements.sdk.model.Version
 
setRevocable(boolean) - Method in class dev.getelements.elements.sdk.model.blockchain.Token
 
setRewardIssuance(RewardIssuance) - Method in class dev.getelements.elements.sdk.model.reward.RewardIssuanceRedemptionResult
 
setRewardIssuanceDao(MongoRewardIssuanceDao) - Method in class dev.getelements.elements.dao.mongo.mission.MongoProgressDao
 
setRewardIssuanceDao(RewardIssuanceDao) - Method in class dev.getelements.elements.service.appleiap.UserAppleIapReceiptService
 
setRewardIssuanceDao(RewardIssuanceDao) - Method in class dev.getelements.elements.service.googleplayiap.UserGooglePlayIapReceiptService
 
setRewardIssuanceDao(RewardIssuanceDao) - Method in class dev.getelements.elements.service.rewardissuance.UserRewardIssuanceService
 
setRewardIssuanceId(String) - Method in class dev.getelements.elements.sdk.model.reward.RewardIssuanceRedemptionResult
 
setRewardIssuances(List<MongoRewardIssuance>) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgress
 
setRewardIssuances(List<RewardIssuance>) - Method in class dev.getelements.elements.sdk.model.mission.Progress
 
setRewardIssuanceService(RewardIssuanceService) - Method in class dev.getelements.elements.rest.mission.RewardIssuanceResource
 
setRewardIssuanceUuids(Set<String>) - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoInventoryItem
 
setRewards(List<MongoReward>) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoStep
 
setRewards(List<Reward>) - Method in class dev.getelements.elements.sdk.model.mission.Step
 
setRewardsEarned(List<Reward>) - Method in class dev.getelements.elements.sdk.model.advancement.Advancement
 
setRoot(String) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractResponse
 
setRootElementRegistry(MutableElementRegistry) - Method in class dev.getelements.elements.common.app.StandardApplicationElementService
 
setRootElementRegistry(MutableElementRegistry) - Method in class dev.getelements.elements.sdk.local.StandardElementsLocal
 
setRoutingHealthStatus(RoutingHealthStatus) - Method in class dev.getelements.elements.sdk.model.health.HealthStatus
 
setRoutingStrategyName(String) - Method in class dev.getelements.elements.rt.remote.Route
 
setRoutingStrategyType(Class<? extends RoutingStrategy>) - Method in class dev.getelements.elements.rt.remote.Route
 
setRoutingTable(List<String>) - Method in class dev.getelements.elements.sdk.model.health.RoutingHealthStatus
 
setRows(List<ModelT>) - Method in class dev.getelements.elements.sdk.model.Tabulation
Sets the rows of this tabulation.
setSalt(byte[]) - Method in class dev.getelements.elements.dao.mongo.model.MongoUser
 
setSalt(String) - Method in class dev.getelements.elements.sdk.service.blockchain.crypto.AesEncryptionSpec
 
setSaveDataDocumentDao(SaveDataDocumentDao) - Method in class dev.getelements.elements.service.savedata.SuperUserSaveDataDocumentService
 
setSaveDataDocumentDao(SaveDataDocumentDao) - Method in class dev.getelements.elements.service.savedata.UserSaveDataDocumentService
 
setSaveDataDocumentId(MongoSaveDataDocumentId) - Method in class dev.getelements.elements.dao.mongo.model.savedata.MongoSaveDataDocument
 
setSaveDataDocumentService(SaveDataDocumentService) - Method in class dev.getelements.elements.rest.savedata.SaveDataDocumentResource
 
setSchedule(MongoSchedule) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoScheduleEvent
 
setSchedule(Schedule) - Method in class dev.getelements.elements.sdk.model.mission.ScheduleEvent
 
setScheduleDao(ScheduleDao) - Method in class dev.getelements.elements.service.mission.SuperUserScheduleService
 
setScheduledExecutorServiceFactory(ExecutorServiceFactory<ScheduledExecutorService>) - Method in class dev.getelements.elements.rt.remote.watchdog.SimpleWatchdogService
 
setScheduledExecutorServiceFactory(ExecutorServiceFactory<ScheduledExecutorService>) - Method in class dev.getelements.elements.rt.SimpleScheduler
 
setScheduleEventDao(ScheduleEventDao) - Method in class dev.getelements.elements.service.mission.SuperUserScheduleEventService
 
setScheduleEventDao(ScheduleEventDao) - Method in class dev.getelements.elements.service.mission.SuperUserScheduleService
 
setScheduleEvents(List<MongoScheduleEvent>) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgress
 
setScheduleEvents(List<ScheduleEvent>) - Method in class dev.getelements.elements.sdk.model.mission.Progress
 
setScheduleEventService(ScheduleEventService) - Method in class dev.getelements.elements.rest.mission.ScheduleEventResource
 
setScheduleProgressDao(ScheduleProgressDao) - Method in class dev.getelements.elements.service.mission.UserScheduleProgressService
 
setScheduleProgressService(ScheduleProgressService) - Method in class dev.getelements.elements.rest.mission.ScheduleProgressResource
 
setScheduler(Scheduler) - Method in class dev.getelements.elements.rt.SimpleContext
 
setScheduler(Scheduler) - Method in class dev.getelements.elements.rt.SimpleHandlerContext
 
setScheduler(Scheduler) - Method in class dev.getelements.elements.rt.SimpleResourceContext
 
setScheduler(Scheduler) - Method in class dev.getelements.elements.rt.SimpleRetainedHandlerService
 
setScheduler(Scheduler) - Method in class dev.getelements.elements.rt.SimpleSchedulerContext
 
setScheduler(Scheduler) - Method in class dev.getelements.elements.rt.SimpleSingleUseHandlerService
 
setSchedulerContext(SchedulerContext) - Method in class dev.getelements.elements.rt.remote.ClusterContext
 
setSchedulerContext(SchedulerContext) - Method in class dev.getelements.elements.rt.SimpleContext
 
setSchedulerPoolSizeProvider(Provider<Integer>) - Method in class dev.getelements.elements.rt.remote.provider.ScheduledExecutorServiceProvider
 
setSchedules(List<MongoSchedule>) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgress
 
setSchedules(List<Schedule>) - Method in class dev.getelements.elements.sdk.model.mission.Progress
 
setScheduleService(ScheduleService) - Method in class dev.getelements.elements.rest.mission.ScheduleResource
 
setSchema(JsonSchema) - Method in class dev.getelements.elements.sdk.model.schema.EditorSchema
 
setScheme(AuthScheme) - Method in class dev.getelements.elements.sdk.model.auth.CreateAuthSchemeResponse
 
setScheme(AuthScheme) - Method in class dev.getelements.elements.sdk.model.auth.UpdateAuthSchemeResponse
 
setScheme(OAuth2AuthScheme) - Method in class dev.getelements.elements.sdk.model.auth.CreateOrUpdateOAuth2AuthSchemeResponse
 
setScheme(OidcAuthScheme) - Method in class dev.getelements.elements.sdk.model.auth.CreateOrUpdateOidcAuthSchemeResponse
 
setScheme(String) - Method in class dev.getelements.elements.dao.mongo.model.match.MongoMatch
 
setScheme(String) - Method in class dev.getelements.elements.dao.mongo.model.MongoUserUidScheme
 
setScheme(String) - Method in class dev.getelements.elements.sdk.model.match.Match
Sets the desired matchmaking scheme.
setScheme(String) - Method in class dev.getelements.elements.sdk.model.user.UserUid
 
setSchemeId(String) - Method in class dev.getelements.elements.sdk.model.session.OAuth2SessionRequest
 
setScope(InvocationScopeT) - Method in class dev.getelements.elements.service.blockchain.invoke.StandardSmartContractInvocationResolution
 
setScope(String) - Method in class dev.getelements.elements.dao.mongo.model.match.MongoMatch
 
setScope(String) - Method in class dev.getelements.elements.rt.manifest.jrpc.JsonRpcService
 
setScope(String) - Method in class dev.getelements.elements.rt.remote.AbstractLocalInvocationDispatcher
 
setScope(String) - Method in class dev.getelements.elements.rt.SimpleJsonRpcInvocationService
 
setScope(String) - Method in class dev.getelements.elements.sdk.model.match.Match
Sets the scope of the scheme.
setScopedInvokerFactory(ScopedInvoker.Factory<EvmInvocationScope, EvmSmartContractInvocationService.Invoker>) - Method in class dev.getelements.elements.service.blockchain.crypto.evm.SuperUserEvmSmartContractInvocationService
 
setScopedInvokerFactory(ScopedInvoker.Factory<FlowInvocationScope, FlowSmartContractInvocationService.Invoker>) - Method in class dev.getelements.elements.service.blockchain.crypto.flow.SuperUserFlowSmartContractInvocationService
 
setScopedInvokerFactory(ScopedInvoker.Factory<NearInvocationScope, NearSmartContractInvocationService.Invoker>) - Method in class dev.getelements.elements.service.blockchain.crypto.near.SuperUserNearSmartContractInvocationService
 
setScopedInvokerFactory(ScopedInvoker.Factory<InvocationScopeT, InvokerT>) - Method in class dev.getelements.elements.service.blockchain.invoke.StandardSmartContractInvocationResolution
 
setScopeThreadLocal(ReentrantThreadLocal<ElementScope>) - Method in class dev.getelements.elements.sdk.guice.GuiceServiceLocator
 
setScore(Score) - Method in class dev.getelements.elements.sdk.model.leaderboard.Rank
 
setScoreDao(ScoreDao) - Method in class dev.getelements.elements.service.leaderboard.UserScoreService
 
setScoreService(ScoreService) - Method in class dev.getelements.elements.rest.leaderboard.ScoreResource
 
setScoreStrategyType(Leaderboard.ScoreStrategyType) - Method in class dev.getelements.elements.dao.mongo.model.MongoLeaderboard
 
setScoreStrategyType(Leaderboard.ScoreStrategyType) - Method in class dev.getelements.elements.sdk.model.leaderboard.Leaderboard
 
setScoreUnits(String) - Method in class dev.getelements.elements.dao.mongo.model.MongoLeaderboard
 
setScoreUnits(String) - Method in class dev.getelements.elements.sdk.model.leaderboard.Leaderboard
 
setScoreUnits(String) - Method in class dev.getelements.elements.sdk.model.leaderboard.RankRow
 
setScoreUnits(String) - Method in class dev.getelements.elements.sdk.model.leaderboard.Score
 
setScriptHash(String) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscSmartContract
 
setScriptHash(String) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoSmartContract
 
setScriptHash(String) - Method in class dev.getelements.elements.sdk.model.blockchain.ElementsSmartContract
Deprecated.
 
setScriptHash(String) - Method in class dev.getelements.elements.sdk.model.blockchain.PatchSmartContractRequest
Deprecated.
 
setScriptRepoUrl(String) - Method in class dev.getelements.elements.sdk.model.application.Application
Sets the script repo URL.
setScriptStorageDirectory(String) - Method in class dev.getelements.elements.codeserve.FileSystemScriptApplicationRepositoryResolverProvider
 
setSecretKeyAlgorithm(String) - Method in class dev.getelements.elements.sdk.service.blockchain.crypto.AesEncryptionSpec
 
setSecurityChain(JeroMQSecurity) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQInstanceConnectionService
 
setSequence(int) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgress
 
setSequence(Integer) - Method in class dev.getelements.elements.sdk.model.mission.Progress
 
setSequence(Handler.Sequence) - Method in class dev.getelements.elements.app.serve.loader.JakartaRsLoader
 
setSequence(Handler.Sequence) - Method in class dev.getelements.elements.app.serve.loader.JakartaWebsocketLoader
 
setSeriesId(String) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscToken
 
setSeriesId(String) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoToken
 
setServer(Server) - Method in class dev.getelements.elements.jetty.ElementsWebServices
 
setServerBindAddressProvider(Provider<String>) - Method in class dev.getelements.elements.jetty.SimpleServerProvider
 
setServerPortProvider(Provider<Integer>) - Method in class dev.getelements.elements.jetty.SimpleServerProvider
 
setServerSecurityChainPemFileProvider(Provider<String>) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQSecurityProvider
 
setService(MongoElementServiceReference) - Method in class dev.getelements.elements.dao.mongo.model.application.MongoCallbackDefinition
 
setService(MongoElementServiceReference) - Method in class dev.getelements.elements.dao.mongo.model.MongoCallbackDefinition
 
setService(ElementServiceReference) - Method in class dev.getelements.elements.sdk.model.application.CallbackDefinition
 
setServiceAccountCredentials(String) - Method in class dev.getelements.elements.dao.mongo.model.application.MongoFirebaseApplicationConfiguration
 
setServiceAccountCredentials(String) - Method in class dev.getelements.elements.sdk.model.application.FirebaseApplicationConfiguration
 
setServiceLocator(ServiceLocator) - Method in class dev.getelements.elements.rt.remote.ServiceLocatorLocalInvocationDispatcher
Deprecated.
 
setServiceLocator(ServiceLocator) - Method in class dev.getelements.elements.sdk.spi.DefaultSharedElementLoader
 
setServiceName(String) - Method in class dev.getelements.elements.dao.mongo.model.application.MongoElementServiceReference
 
setServiceName(String) - Method in class dev.getelements.elements.sdk.model.application.ElementServiceReference
 
setServices(Set<Class<?>>) - Method in class dev.getelements.elements.rt.SimpleJsonRpcInvocationService
 
setServicesByName(Map<String, JsonRpcService>) - Method in class dev.getelements.elements.rt.manifest.jrpc.JsonRpcManifest
 
setServiceType(String) - Method in class dev.getelements.elements.dao.mongo.model.application.MongoElementServiceReference
 
setServiceType(String) - Method in class dev.getelements.elements.sdk.model.application.ElementServiceReference
 
setServletRequestRepositoryResolverProvider(Provider<RepositoryResolver<HttpServletRequest>>) - Method in class dev.getelements.elements.git.GitServletProvider
 
setSession(Session) - Method in class dev.getelements.elements.sdk.model.session.SessionCreation
 
setSession(Session) - Method in class dev.getelements.elements.service.auth.UserUsernamePasswordAuthService
 
setSessionDao(SessionDao) - Method in class dev.getelements.elements.rest.test.ClientContext
 
setSessionDao(SessionDao) - Method in class dev.getelements.elements.service.auth.AnonUsernamePasswordAuthService
 
setSessionDao(SessionDao) - Method in class dev.getelements.elements.service.auth.DefaultSessionService
 
setSessionDao(SessionDao) - Method in class dev.getelements.elements.service.auth.OAuth2AuthServiceOperations
 
setSessionDao(SessionDao) - Method in class dev.getelements.elements.service.auth.OidcAuthServiceOperations
 
setSessionDao(SessionDao) - Method in class dev.getelements.elements.service.auth.SuperUserMockSessionService
 
setSessionDao(SessionDao) - Method in class dev.getelements.elements.service.user.SuperuserUserService
 
setSessionDao(SessionDao) - Method in class dev.getelements.elements.service.user.UserUserService
 
setSessionId(String) - Method in class dev.getelements.elements.dao.mongo.model.MongoSession
Sets the id of the MongoSession.
setSessionSecret(String) - Method in class dev.getelements.elements.sdk.model.session.SessionCreation
 
setSessionService(SessionService) - Method in class dev.getelements.elements.rest.security.SessionResource
 
setSessionService(SessionService) - Method in class dev.getelements.elements.servlet.security.HttpServletAuthenticationFilter
 
setSessionTimeoutSeconds(long) - Method in class dev.getelements.elements.service.auth.AnonUsernamePasswordAuthService
 
setSessionTimeoutSeconds(long) - Method in class dev.getelements.elements.service.auth.DefaultSessionService
 
setSessionTimeoutSeconds(long) - Method in class dev.getelements.elements.service.auth.OAuth2AuthServiceOperations
 
setSessionTimeoutSeconds(long) - Method in class dev.getelements.elements.service.auth.OidcAuthServiceOperations
 
setSessionTimeoutSeconds(long) - Method in class dev.getelements.elements.service.user.SuperuserUserService
 
setSessionTimeoutSeconds(long) - Method in class dev.getelements.elements.service.user.UserUserService
 
setShares(long) - Method in class dev.getelements.elements.sdk.model.blockchain.StakeHolder
 
setSimpleInventoryItemService(SimpleInventoryItemService) - Method in class dev.getelements.elements.rest.inventory.SimpleInventoryItemResource
 
setSimpleSchedulerContext(SimpleSchedulerContext) - Method in class dev.getelements.elements.rt.transact.TransactionalSchedulerContext
 
setSingleUseHandlerService(SingleUseHandlerService) - Method in class dev.getelements.elements.rt.SimpleHandlerContext
 
setSlot(int) - Method in class dev.getelements.elements.dao.mongo.model.savedata.MongoSaveDataDocumentId
 
setSlot(int) - Method in class dev.getelements.elements.sdk.model.savedata.CreateSaveDataDocumentRequest
 
setSlot(int) - Method in class dev.getelements.elements.sdk.model.savedata.SaveDataDocument
 
setSmartContract(SmartContract) - Method in class dev.getelements.elements.sdk.service.blockchain.invoke.InvocationScope
 
setSmartContractAddress(SmartContractAddress) - Method in class dev.getelements.elements.sdk.service.blockchain.invoke.InvocationScope
 
setSmartContractDao(SmartContractDao) - Method in class dev.getelements.elements.service.blockchain.crypto.evm.SuperUserEvmSmartContractInvocationService
 
setSmartContractDao(SmartContractDao) - Method in class dev.getelements.elements.service.blockchain.crypto.near.SuperUserNearSmartContractInvocationService
 
setSmartContractDao(SmartContractDao) - Method in class dev.getelements.elements.service.blockchain.invoke.SuperUserSmartContractInvocationService
 
setSmartContractDao(SmartContractDao) - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserSmartContractService
 
setSmartContractService(SmartContractService) - Method in class dev.getelements.elements.rest.blockchain.SmartContractResource
 
setSolanaIdentityGeneratorProvider(Provider<SolanaAccountGenerator>) - Method in class dev.getelements.elements.service.blockchain.crypto.StandardWalletAccountFactory
 
setSource(String) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuance
 
setSource(String) - Method in class dev.getelements.elements.sdk.model.reward.RewardIssuance
 
setSrvQuery(String) - Method in class dev.getelements.elements.rt.remote.JndiSrvInstanceDiscoveryService
 
setSrvQuery(String) - Method in class dev.getelements.elements.rt.remote.SpotifySrvInstanceDiscoveryService
 
setSrvServers(String) - Method in class dev.getelements.elements.rt.remote.JndiSrvInstanceDiscoveryService
 
setSrvServers(String) - Method in class dev.getelements.elements.rt.remote.SpotifySrvInstanceDiscoveryService
 
setSslProtocol(String) - Method in class dev.getelements.elements.dao.mongo.provider.MongoSslSettingsProvider
 
setSslSettings(SslSettings) - Method in class dev.getelements.elements.dao.mongo.provider.MongoClientProvider
 
setStackTrace(List<KryoStackTraceElementContainer>) - Method in class dev.getelements.elements.rt.kryo.KryoThrowableContainer
 
setStakeHolders(List<StakeHolder>) - Method in class dev.getelements.elements.sdk.model.blockchain.Ownership
 
setState(IndexPlanState) - Method in class dev.getelements.elements.dao.mongo.model.index.MongoIndexPlan
 
setState(IndexPlanState) - Method in class dev.getelements.elements.sdk.model.index.IndexPlan
 
setState(LargeObjectState) - Method in class dev.getelements.elements.dao.mongo.model.largeobject.MongoLargeObject
 
setState(LargeObjectState) - Method in class dev.getelements.elements.sdk.model.largeobject.LargeObject
 
setState(LargeObjectState) - Method in class dev.getelements.elements.sdk.model.largeobject.LargeObjectReference
 
setState(RewardIssuance.State) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuance
 
setState(RewardIssuance.State) - Method in class dev.getelements.elements.sdk.model.reward.RewardIssuance
 
setStatus(long) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractResponse
 
setStatus(NearStatus) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearInvokeContractResponse
 
setStatus(NearStatus) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearOutcome
 
setStatus(Integer) - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapVerifyReceiptResponse
 
setStatus(String) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.FlowInvokeContractResponse
 
setStatusCode(int) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.FlowInvokeContractResponse
 
setStdinProvider(Provider<InputStream>) - Method in class dev.getelements.elements.setup.provider.TerminalProvider
 
setStdoutProvider(Provider<OutputStream>) - Method in class dev.getelements.elements.setup.provider.TerminalProvider
 
setStepCount(int) - Method in class dev.getelements.elements.sdk.model.mission.ProgressRow
 
setStepDescription(String) - Method in class dev.getelements.elements.sdk.model.mission.ProgressRow
 
setStepDisplayName(String) - Method in class dev.getelements.elements.sdk.model.mission.ProgressRow
 
setSteps(IndexPlanStep<IdentifierT>) - Method in class dev.getelements.elements.sdk.model.index.IndexPlan
 
setSteps(List<MongoIndexPlanStep>) - Method in class dev.getelements.elements.dao.mongo.model.index.MongoIndexPlan
 
setSteps(List<MongoStep>) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoMission
 
setSteps(List<MongoStep>) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgressMissionInfo
 
setSteps(List<Step>) - Method in class dev.getelements.elements.sdk.model.mission.Mission
 
setSteps(List<Step>) - Method in class dev.getelements.elements.sdk.model.mission.ProgressMissionInfo
 
setSuccess(MongoCallbackDefinition) - Method in class dev.getelements.elements.dao.mongo.model.application.MongoMatchmakingApplicationConfiguration
 
setSuccess(CallbackDefinition) - Method in class dev.getelements.elements.sdk.model.application.MatchmakingApplicationConfiguration
 
setSuccessReceiptId(NearSuccessReceiptIdStatus) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearStatus
 
setSuccessReceiptId(String) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearSuccessReceiptIdStatus
 
setSuccessValue(NearSuccessValueStatus) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearStatus
 
setSuccessValue(String) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearSuccessValueStatus
 
setSuperSimpleInventoryItemServiceProvider(Provider<SuperUserAdvancedInventoryItemService>) - Method in class dev.getelements.elements.service.inventory.AdvancedInventoryItemServiceProvider
 
setSuperUserAdvancedInventoryItemServiceProvider(Provider<SuperUserDistinctInventoryItemService>) - Method in class dev.getelements.elements.service.inventory.DistinctInventoryItemServiceProvider
 
setSuperUserApplicationProfileServiceProvider(Provider<SuperUserApplicationConfigurationService>) - Method in class dev.getelements.elements.service.application.ApplicationConfigurationServiceProvider
 
setSuperUserApplicationServiceProvider(Provider<SuperUserApplicationService>) - Method in class dev.getelements.elements.service.application.ApplicationServiceProvider
 
setSuperUserEvmSmartContractServiceProvider(Provider<SuperUserEvmSmartContractInvocationService>) - Method in class dev.getelements.elements.service.blockchain.crypto.evm.EvmSmartContractServiceProvider
 
setSuperUserFacebookApplicationConfigurationServiceProvider(Provider<SuperUserFacebookApplicationConfigurationService>) - Method in class dev.getelements.elements.service.application.FacebookApplicationConfigurationServiceProvider
 
setSuperUserFCMRegistrationServiceProvider(Provider<SuperUserFCMRegistrationService>) - Method in class dev.getelements.elements.service.notification.FCMRegistrationServiceProvider
 
setSuperUserFirebaseApplicationConfigurationServiceProvider(Provider<SuperUserFirebaseApplicationConfigurationService>) - Method in class dev.getelements.elements.service.application.FirebaseApplicationConfigurationServiceProvider
 
setSuperUserFlowSmartContractInvocationServiceProvider(Provider<SuperUserFlowSmartContractInvocationService>) - Method in class dev.getelements.elements.service.blockchain.crypto.flow.FlowSmartContractInvocationServiceProvider
 
setSuperUserFollowerServiceProvider(Provider<SuperUserFollowerService>) - Method in class dev.getelements.elements.service.follower.FollowerServiceProvider
 
setSuperUserGooglePlayApplicationConfigurationServiceProvider(Provider<SuperUserGooglePlayApplicationConfigurationService>) - Method in class dev.getelements.elements.service.application.GooglePlayApplicationConfigurationServiceProvider
 
setSuperUserIndexServiceProvider(Provider<SuperUserIndexService>) - Method in class dev.getelements.elements.service.index.IndexServiceProvider
 
setSuperUserInviteService(Provider<SuperUserInviteService>) - Method in class dev.getelements.elements.service.invite.InviteServiceProvider
 
setSuperUserIosApplicationConfigurationServiceProvider(Provider<SuperUserIosApplicationConfigurationService>) - Method in class dev.getelements.elements.service.application.IosApplicationConfigurationServiceProvider
 
setSuperUserLargeObjectServiceProvider(Provider<SuperUserLargeObjectService>) - Method in class dev.getelements.elements.service.largeobject.LargeObjectServiceProvider
 
setSuperUserLeaderboardProviderProvider(Provider<SuperUserLeaderboardService>) - Method in class dev.getelements.elements.service.leaderboard.LeaderboardServiceProvider
 
setSuperUserMatchmakingApplicationConfigurationServiceProvider(Provider<SuperUserMatchmakingApplicationConfigurationService>) - Method in class dev.getelements.elements.service.application.MatchmakingConfigurationServiceProvider
 
setSuperUserMissionServiceProvider(Provider<SuperUserMissionService>) - Method in class dev.getelements.elements.service.mission.MissionServiceProvider
 
setSuperUserMockSessionServiceProvider(Provider<SuperUserMockSessionService>) - Method in class dev.getelements.elements.service.auth.MockSessionServiceProvider
 
setSuperUserNearSmartContractInvocationServiceProvider(Provider<SuperUserNearSmartContractInvocationService>) - Method in class dev.getelements.elements.service.blockchain.crypto.near.NearSmartContractServiceProvider
 
setSuperUserOpenApiCodegenServiceProvider(Provider<SuperUserOpenApiCodegenService>) - Method in class dev.getelements.elements.service.codegen.OpenApiCodegenServiceProvider
 
setSuperUserProfileOverrideServiceProvider(Provider<SuperUserProfileOverrideService>) - Method in class dev.getelements.elements.service.profile.ProfileOverrideServiceProvider
 
setSuperUserProfileService(SuperUserProfileService) - Method in class dev.getelements.elements.service.user.AbstractUserService
 
setSuperUserProfileServiceProvider(Provider<SuperUserProfileService>) - Method in class dev.getelements.elements.service.profile.ProfileServiceProvider
 
setSuperUserProgressServiceProvider(Provider<SuperUserProgressService>) - Method in class dev.getelements.elements.service.progress.ProgressServiceProvider
 
setSuperUserRankServiceProvider(Provider<SuperUserRankService>) - Method in class dev.getelements.elements.service.leaderboard.RankServiceProvider
 
setSuperUserSaveDataDocumentServiceProvider(Provider<SuperUserSaveDataDocumentService>) - Method in class dev.getelements.elements.service.savedata.SaveDataDocumentServiceProvider
 
setSuperUserScheduleEventServiceProvider(Provider<SuperUserScheduleEventService>) - Method in class dev.getelements.elements.service.mission.ScheduleEventServiceProvider
 
setSuperUserScheduleServiceProvider(Provider<SuperUserScheduleService>) - Method in class dev.getelements.elements.service.mission.ScheduleServiceProvider
 
setSuperUserSimpleInventoryItemServiceProvider(Provider<SuperUserSimpleInventoryItemService>) - Method in class dev.getelements.elements.service.inventory.SimpleInventoryItemServiceProvider
 
setSuperUserSmartContractServiceProvider(Provider<SuperUserSmartContractService>) - Method in class dev.getelements.elements.service.blockchain.omni.SmartContractServiceProvider
 
setSuperUserTokenTemplateService(Provider<SuperUserMetadataSpecService>) - Method in class dev.getelements.elements.service.schema.MetadataSpecServiceProvider
 
setSuperUserVaultService(SuperUserVaultService) - Method in class dev.getelements.elements.service.blockchain.omni.UserVaultService
 
setSuperUserVaultServiceProvider(Provider<SuperUserVaultService>) - Method in class dev.getelements.elements.service.blockchain.omni.VaultServiceProvider
 
setSuperUserWalletService(SuperUserWalletService) - Method in class dev.getelements.elements.service.blockchain.omni.UserWalletService
 
setSuperUserWalletServiceProvider(Provider<SuperUserWalletService>) - Method in class dev.getelements.elements.service.blockchain.omni.WalletServiceProvider
 
setTags(List<String>) - Method in class dev.getelements.elements.dao.mongo.model.auth.MongoAuthScheme
 
setTags(List<String>) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscToken
 
setTags(List<String>) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoToken
 
setTags(List<String>) - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoItem
 
setTags(List<String>) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoMission
 
setTags(List<String>) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgressMissionInfo
 
setTags(List<String>) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuance
 
setTags(List<String>) - Method in class dev.getelements.elements.sdk.model.auth.AuthScheme
 
setTags(List<String>) - Method in class dev.getelements.elements.sdk.model.auth.CreateAuthSchemeRequest
 
setTags(List<String>) - Method in class dev.getelements.elements.sdk.model.auth.UpdateAuthSchemeRequest
 
setTags(List<String>) - Method in class dev.getelements.elements.sdk.model.blockchain.Token
 
setTags(List<String>) - Method in class dev.getelements.elements.sdk.model.goods.CreateItemRequest
Sets the tags for the Item.
setTags(List<String>) - Method in class dev.getelements.elements.sdk.model.goods.Item
Sets the tags for the Item.
setTags(List<String>) - Method in class dev.getelements.elements.sdk.model.goods.UpdateItemRequest
Sets the tags for the Item.
setTags(List<String>) - Method in class dev.getelements.elements.sdk.model.mission.Mission
 
setTags(List<String>) - Method in class dev.getelements.elements.sdk.model.mission.ProgressMissionInfo
 
setTags(List<String>) - Method in class dev.getelements.elements.sdk.model.reward.RewardIssuance
 
setTags(List<String>) - Method in interface dev.getelements.elements.sdk.model.Taggable
 
setTaskContext(TaskContext) - Method in class dev.getelements.elements.rt.remote.ClusterContext
 
setTaskContext(TaskContext) - Method in class dev.getelements.elements.rt.SimpleContext
 
setTaskDefaults() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSDataHeader
Sets the default values of this UnixFSDataHeader.
setTaskIndex(UnixFSTaskIndex) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSDataStore
 
setTaskService(TaskService) - Method in class dev.getelements.elements.rt.SimpleSchedulerContext
 
setTaskService(TaskService) - Method in class dev.getelements.elements.rt.SimpleTaskContext
 
setTerminalProvider(Provider<Terminal>) - Method in class dev.getelements.elements.setup.provider.LineReaderProvider
 
setThreadGroupProvider(Provider<ThreadGroup>) - Method in class dev.getelements.elements.rt.remote.provider.CachedThreadPoolProvider
 
setThreadGroupProvider(Provider<ThreadGroup>) - Method in class dev.getelements.elements.rt.remote.provider.ScheduledExecutorServiceProvider
 
setThreadPoolSize(int) - Method in class dev.getelements.elements.rt.jeromq.JeroMQAsyncConnectionService
 
setThrowable(Throwable) - Method in class dev.getelements.elements.rt.remote.InvocationError
Sets the Throwable thrown by the remote Method, or null if the method executed successfully.
setTimeout(long) - Method in class dev.getelements.elements.rt.SimpleEventContext
 
setTimeout(long) - Method in class dev.getelements.elements.rt.SimpleHandlerContext
 
setTimestamp(long) - Method in class dev.getelements.elements.sdk.model.savedata.SaveDataDocument
 
setTimestamp(String) - Method in class dev.getelements.elements.sdk.model.Version
 
setTimestamp(Timestamp) - Method in class dev.getelements.elements.dao.mongo.model.savedata.MongoSaveDataDocument
 
setTimestamp(Date) - Method in class dev.getelements.elements.dao.mongo.model.match.MongoMatchLock
 
setTimeStrategyType(Leaderboard.TimeStrategyType) - Method in class dev.getelements.elements.dao.mongo.model.MongoLeaderboard
 
setTimeStrategyType(Leaderboard.TimeStrategyType) - Method in class dev.getelements.elements.sdk.model.leaderboard.Leaderboard
 
setTitle(String) - Method in class dev.getelements.elements.dao.mongo.model.MongoLeaderboard
 
setTitle(String) - Method in class dev.getelements.elements.sdk.model.leaderboard.Leaderboard
 
setTitle(String) - Method in class dev.getelements.elements.sdk.model.schema.json.JsonSchema
 
setTitle(String) - Method in class dev.getelements.elements.sdk.model.schema.json.JsonSchemaProperty
 
setTitle(String) - Method in class dev.getelements.elements.sdk.model.schema.layout.EditorLayout
 
setTo(String) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractResponse
 
setToIndex(List<IndexableType>) - Method in class dev.getelements.elements.sdk.model.index.BuildIndexRequest
 
setToken(Token) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscToken
 
setToken(Token) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoToken
 
setTokenId(String) - Method in class dev.getelements.elements.sdk.model.blockchain.MintTokenRequest
Deprecated.
 
setTokenIds(List<String>) - Method in class dev.getelements.elements.sdk.model.blockchain.BulkMintTokenRequest
 
setTokensBurnt(String) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearOutcome
 
setTokenUUID(String) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscToken
 
setTokenUUID(String) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoToken
 
setTopics(List<String>) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMTransactionLog
 
setTopicService(TopicService) - Method in class dev.getelements.elements.service.match.StandardMatchServiceUtils
 
setTopicService(TopicService) - Method in class dev.getelements.elements.service.match.UserMatchService
 
setTotal(int) - Method in class dev.getelements.elements.sdk.model.Pagination
 
setTotalMintedQuantity(long) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscToken
 
setTotalMintedQuantity(long) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoToken
 
setTotalRefreshTimeoutSeconds(long) - Method in class dev.getelements.elements.rt.remote.SimpleRemoteInvokerRegistry
 
setTotalSupply(long) - Method in class dev.getelements.elements.sdk.model.blockchain.Token
 
setTransactionalResourceService(TransactionalResourceService) - Method in class dev.getelements.elements.rt.transact.TransactionPersistenceStrategy
 
setTransactionHash(String) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractResponse
 
setTransactionHash(String) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMTransactionLog
 
setTransactionId(String) - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceiptPurchase
 
setTransactionIndex(long) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractResponse
 
setTransactionIndex(long) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMTransactionLog
 
setTransactionJournal(UnixFSTransactionJournal) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSJournalTransactionalPersistenceDriver
 
setTransactionOutcome(NearTransactionOutcome) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearInvokeContractResponse
 
setTransactionProvider(Provider<Transaction>) - Method in class dev.getelements.elements.service.mission.SuperUserScheduleEventService
 
setTransactionProvider(Provider<Transaction>) - Method in class dev.getelements.elements.service.mission.SuperUserScheduleService
 
setTransactionProvider(Provider<Transaction>) - Method in class dev.getelements.elements.service.mission.UserScheduleProgressService
 
setTransferOptions(String) - Method in class dev.getelements.elements.sdk.model.blockchain.Token
 
setTrialPeriod(Boolean) - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceiptPurchase
 
setTrustAlgorithm(String) - Method in class dev.getelements.elements.dao.mongo.provider.MongoSslSettingsProvider
 
setTxnBufferSize(int) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionJournal
 
setType(MongoSession.Type) - Method in class dev.getelements.elements.dao.mongo.model.MongoSession
Sets the type of the session.
setType(Type) - Method in class dev.getelements.elements.rt.manifest.jrpc.JsonRpcParameter
 
setType(Type) - Method in class dev.getelements.elements.rt.manifest.jrpc.JsonRpcReturnType
 
setType(Type) - Method in class dev.getelements.elements.rt.manifest.model.Property
Sets the type of this property.
setType(RewardIssuance.Type) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuance
 
setType(RewardIssuance.Type) - Method in class dev.getelements.elements.sdk.model.reward.RewardIssuance
 
setType(MetadataSpecPropertyType) - Method in class dev.getelements.elements.dao.mongo.model.schema.MongoMetadataSpec
 
setType(MetadataSpecPropertyType) - Method in class dev.getelements.elements.dao.mongo.model.schema.MongoMetadataSpecProperty
 
setType(MetadataSpecPropertyType) - Method in class dev.getelements.elements.sdk.model.schema.CreateMetadataSpecRequest
 
setType(MetadataSpecPropertyType) - Method in class dev.getelements.elements.sdk.model.schema.MetadataSpec
 
setType(MetadataSpecPropertyType) - Method in class dev.getelements.elements.sdk.model.schema.MetadataSpecProperty
 
setType(MetadataSpecPropertyType) - Method in class dev.getelements.elements.sdk.model.schema.UpdateMetadataSpecRequest
 
setType(String) - Method in class dev.getelements.elements.dao.mongo.model.application.MongoApplicationConfiguration
 
setType(String) - Method in class dev.getelements.elements.rt.remote.Invocation
Sets the string representing the type of the remote object to invoke.
setType(String) - Method in class dev.getelements.elements.sdk.model.application.ApplicationConfiguration
 
setType(String) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractResponse
 
setType(String) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMTransactionLog
 
setType(String) - Method in class dev.getelements.elements.sdk.model.schema.json.JsonSchema
 
setType(String) - Method in class dev.getelements.elements.sdk.model.schema.json.JsonSchemaProperty
 
setUesr(User) - Method in class dev.getelements.elements.service.largeobject.AccessPermissionsUtils
 
setUnixFSUtils(UnixFSUtils) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSDataStore
 
setUnixFSUtils(UnixFSUtils) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSJournalTransactionalPersistenceDriver
 
setUnixFSUtils(UnixFSUtils) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSPathIndex
 
setUnixFSUtils(UnixFSUtils) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTaskIndex
 
setup - Class in Unnamed Package
 
setup() - Constructor for class setup
 
Setup - Class in dev.getelements.elements.setup
A Setup utility that can be run from the command-line.
Setup() - Constructor for class dev.getelements.elements.setup.Setup
 
SetupCommand - Interface in dev.getelements.elements.setup
An interface for the sub-commands.
SetupCommandModule - Class in dev.getelements.elements.setup.guice
 
SetupCommandModule() - Constructor for class dev.getelements.elements.setup.guice.SetupCommandModule
 
SetupCommands - Enum Class in dev.getelements.elements.setup
 
SetupCommonModule - Class in dev.getelements.elements.setup.guice
 
SetupCommonModule() - Constructor for class dev.getelements.elements.setup.guice.SetupCommonModule
 
setUpdated(long) - Method in class dev.getelements.elements.sdk.test.element.rs.Message
 
SetupDefaults - Class in dev.getelements.elements.setup
Created by patricktwohig on 6/14/17.
SetupDefaults() - Constructor for class dev.getelements.elements.setup.SetupDefaults
 
setUploaded(LargeObject) - Method in class dev.getelements.elements.dao.mongo.largeobject.GridFSLargeObjectBucket
 
setUploaded(LargeObject) - Method in interface dev.getelements.elements.sdk.dao.LargeObjectBucket
Forces buckets to mark referenced LO to set state UPLOADED
setUploadPackErrorHandler(UploadPackErrorHandler) - Method in class org.eclipse.jgit.http.server.GitFilter
Set a custom error handler for git-upload-pack.
setUploadPackErrorHandler(UploadPackErrorHandler) - Method in class org.eclipse.jgit.http.server.GitServlet
Set a custom error handler for git-upload-pack.
setUploadPackFactory(UploadPackFactory<HttpServletRequest>) - Method in class org.eclipse.jgit.http.server.GitFilter
Set upload-pack factory
setUploadPackFactory(UploadPackFactory<HttpServletRequest>) - Method in class org.eclipse.jgit.http.server.GitServlet
Set upload-pack factory
SetupShell - Class in dev.getelements.elements.setup.commands
 
SetupShell(Terminal, LineReader) - Constructor for class dev.getelements.elements.setup.commands.SetupShell
 
setUrl(String) - Method in class dev.getelements.elements.dao.mongo.model.largeobject.MongoLargeObject
 
setUrl(String) - Method in class dev.getelements.elements.sdk.model.largeobject.LargeObject
 
setUrl(String) - Method in class dev.getelements.elements.sdk.model.largeobject.LargeObjectReference
 
setUrl(String) - Method in class dev.getelements.elements.webui.WebUIApplicationApiConfiguration
 
setUsages(long) - Method in class dev.getelements.elements.sdk.model.blockchain.Token
 
setUse(String) - Method in class dev.getelements.elements.sdk.model.auth.JWK
 
setUser(MongoUser) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscWallet
 
setUser(MongoUser) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoWallet
 
setUser(MongoUser) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoVault
 
setUser(MongoUser) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoWallet
 
setUser(MongoUser) - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoDistinctInventoryItem
 
setUser(MongoUser) - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoInventoryItem
 
setUser(MongoUser) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuance
 
setUser(MongoUser) - Method in class dev.getelements.elements.dao.mongo.model.MongoAppleIapReceipt
 
setUser(MongoUser) - Method in class dev.getelements.elements.dao.mongo.model.MongoGooglePlayIapReceipt
 
setUser(MongoUser) - Method in class dev.getelements.elements.dao.mongo.model.MongoProfile
 
setUser(MongoUser) - Method in class dev.getelements.elements.dao.mongo.model.MongoSession
Sets the MongoUser which owns the MongoSession
setUser(MongoUser) - Method in class dev.getelements.elements.dao.mongo.model.MongoTokenWithExpiration
 
setUser(MongoUser) - Method in class dev.getelements.elements.dao.mongo.model.MongoUserUid
 
setUser(MongoUser) - Method in class dev.getelements.elements.dao.mongo.model.savedata.MongoSaveDataDocument
 
setUser(User) - Method in class dev.getelements.elements.rest.security.SessionResource
 
setUser(User) - Method in class dev.getelements.elements.sdk.model.appleiapreceipt.AppleIapReceipt
 
setUser(User) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.Vault
 
setUser(User) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.Wallet
 
setUser(User) - Method in class dev.getelements.elements.sdk.model.friend.Friend
 
setUser(User) - Method in class dev.getelements.elements.sdk.model.googleplayiapreceipt.GooglePlayIapReceipt
 
setUser(User) - Method in class dev.getelements.elements.sdk.model.inventory.DistinctInventoryItem
 
setUser(User) - Method in class dev.getelements.elements.sdk.model.inventory.InventoryItem
 
setUser(User) - Method in class dev.getelements.elements.sdk.model.profile.CreateProfileRequest
Deprecated.
setUser(User) - Method in class dev.getelements.elements.sdk.model.profile.Profile
 
setUser(User) - Method in class dev.getelements.elements.sdk.model.profile.UpdateProfileRequest
 
setUser(User) - Method in class dev.getelements.elements.sdk.model.reward.RewardIssuance
 
setUser(User) - Method in class dev.getelements.elements.sdk.model.savedata.SaveDataDocument
 
setUser(User) - Method in class dev.getelements.elements.sdk.model.session.Session
 
setUser(User) - Method in class dev.getelements.elements.sdk.model.token.TokenWithExpiration
 
setUser(User) - Method in class dev.getelements.elements.sdk.test.element.rs.Message
 
setUser(User) - Method in class dev.getelements.elements.service.appleiap.AppleIapReceiptServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.appleiap.UserAppleIapReceiptService
 
setUser(User) - Method in class dev.getelements.elements.service.application.ApplicationConfigurationServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.application.ApplicationServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.application.FacebookApplicationConfigurationServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.application.FirebaseApplicationConfigurationServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.application.GooglePlayApplicationConfigurationServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.application.IosApplicationConfigurationServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.application.MatchmakingConfigurationServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.auth.AuthSchemeServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.auth.MockSessionServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.auth.OAuth2AuthSchemeServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.auth.OAuth2AuthServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.auth.OidcAuthSchemeServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.auth.OidcAuthServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.auth.UsernamePasswordAuthServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.blockchain.crypto.evm.EvmSmartContractServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.blockchain.crypto.flow.FlowSmartContractInvocationServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.blockchain.crypto.near.NearSmartContractServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.blockchain.omni.SmartContractServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.blockchain.omni.UserVaultService
 
setUser(User) - Method in class dev.getelements.elements.service.blockchain.omni.UserWalletService
 
setUser(User) - Method in class dev.getelements.elements.service.blockchain.omni.VaultServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.blockchain.omni.WalletServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.codegen.OpenApiCodegenServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.follower.FollowerServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.follower.UserFollowerService
 
setUser(User) - Method in class dev.getelements.elements.service.friend.FriendServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.friend.UserFriendService
 
setUser(User) - Method in class dev.getelements.elements.service.googleplayiap.GooglePlayIapReceiptServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.googleplayiap.UserGooglePlayIapReceiptService
 
setUser(User) - Method in class dev.getelements.elements.service.index.IndexServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.inventory.AdvancedInventoryItemServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.inventory.DistinctInventoryItemServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.inventory.SimpleInventoryItemServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.inventory.SuperUserAdvancedInventoryItemService
 
setUser(User) - Method in class dev.getelements.elements.service.inventory.SuperUserDistinctInventoryItemService
 
setUser(User) - Method in class dev.getelements.elements.service.inventory.SuperUserSimpleInventoryItemService
 
setUser(User) - Method in class dev.getelements.elements.service.inventory.UserAdvancedInventoryItemService
 
setUser(User) - Method in class dev.getelements.elements.service.inventory.UserDistinctInventoryItemService
 
setUser(User) - Method in class dev.getelements.elements.service.inventory.UserSimpleInventoryItemService
 
setUser(User) - Method in class dev.getelements.elements.service.invite.InviteServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.largeobject.LargeObjectServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.leaderboard.LeaderboardServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.leaderboard.RankServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.leaderboard.ScoreServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.leaderboard.UserRankService
 
setUser(User) - Method in class dev.getelements.elements.service.match.MatchServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.mission.AnonMissionService
 
setUser(User) - Method in class dev.getelements.elements.service.mission.MissionServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.mission.ScheduleEventServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.mission.ScheduleProgressServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.mission.ScheduleServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.notification.FCMRegistrationServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.profile.ProfileOverrideServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.profile.ProfileServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.profile.UserProfileOverrideService
 
setUser(User) - Method in class dev.getelements.elements.service.profile.UserProfileService
 
setUser(User) - Method in class dev.getelements.elements.service.progress.ProgressServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.rewardissuance.RewardIssuanceServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.rewardissuance.UserRewardIssuanceService
 
setUser(User) - Method in class dev.getelements.elements.service.savedata.SaveDataDocumentServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.savedata.UserSaveDataDocumentService
 
setUser(User) - Method in class dev.getelements.elements.service.schema.MetadataSpecServiceProvider
 
setUser(User) - Method in class dev.getelements.elements.service.util.UserProfileUtility
 
setUserAppleIapReceiptServiceProvider(Provider<UserAppleIapReceiptService>) - Method in class dev.getelements.elements.service.appleiap.AppleIapReceiptServiceProvider
 
setUserAuthServiceProvider(Provider<UserUsernamePasswordAuthService>) - Method in class dev.getelements.elements.service.auth.UsernamePasswordAuthServiceProvider
 
setUserDao(UserDao) - Method in class dev.getelements.elements.dao.mongo.test.UserTestFactory
 
setUserDao(UserDao) - Method in class dev.getelements.elements.rest.test.ClientContext
 
setUserDao(UserDao) - Method in class dev.getelements.elements.service.auth.AnonOidcAuthService
 
setUserDao(UserDao) - Method in class dev.getelements.elements.service.auth.AnonUsernamePasswordAuthService
 
setUserDao(UserDao) - Method in class dev.getelements.elements.service.auth.StandardCustomAuthSessionService
 
setUserDao(UserDao) - Method in class dev.getelements.elements.service.auth.SuperUserMockSessionService
 
setUserDao(UserDao) - Method in class dev.getelements.elements.service.auth.UserOAuth2AuthService
 
setUserDao(UserDao) - Method in class dev.getelements.elements.service.auth.UserOidcAuthService
 
setUserDao(UserDao) - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserVaultService
 
setUserDao(UserDao) - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserWalletService
 
setUserDao(UserDao) - Method in class dev.getelements.elements.service.defaults.DefaultUserConfiguration
 
setUserDao(UserDao) - Method in class dev.getelements.elements.service.inventory.SuperUserAdvancedInventoryItemService
 
setUserDao(UserDao) - Method in class dev.getelements.elements.service.inventory.SuperUserDistinctInventoryItemService
 
setUserDao(UserDao) - Method in class dev.getelements.elements.service.inventory.SuperUserSimpleInventoryItemService
 
setUserDao(UserDao) - Method in class dev.getelements.elements.service.inventory.UserAdvancedInventoryItemService
 
setUserDao(UserDao) - Method in class dev.getelements.elements.service.inventory.UserDistinctInventoryItemService
 
setUserDao(UserDao) - Method in class dev.getelements.elements.service.inventory.UserSimpleInventoryItemService
 
setUserDao(UserDao) - Method in class dev.getelements.elements.service.invite.SuperUserInviteService
 
setUserDao(UserDao) - Method in class dev.getelements.elements.service.invite.UserInviteService
 
setUserDao(UserDao) - Method in class dev.getelements.elements.service.largeobject.AccessRequestUtils
 
setUserDao(UserDao) - Method in class dev.getelements.elements.service.profile.ProfileServiceUtils
 
setUserDao(UserDao) - Method in class dev.getelements.elements.service.profile.SuperUserProfileService
 
setUserDao(UserDao) - Method in class dev.getelements.elements.service.savedata.SuperUserSaveDataDocumentService
 
setUserDao(UserDao) - Method in class dev.getelements.elements.service.savedata.UserSaveDataDocumentService
 
setUserDao(UserDao) - Method in class dev.getelements.elements.service.user.AnonUserService
 
setUserDao(UserDao) - Method in class dev.getelements.elements.service.user.SuperuserUserService
 
setUserDao(UserDao) - Method in class dev.getelements.elements.service.util.UserProfileUtility
 
setUserDao(UserDao) - Method in class dev.getelements.elements.setup.commands.AddUser
 
setUserDao(UserDao) - Method in class dev.getelements.elements.setup.commands.UpdateUser
 
setUserDistinctInventoryItemServiceProvider(Provider<UserDistinctInventoryItemService>) - Method in class dev.getelements.elements.service.inventory.DistinctInventoryItemServiceProvider
 
setUserExpiresAt(long) - Method in class dev.getelements.elements.sdk.model.session.MockSessionCreation
 
setUserFCMRegistrationServiceProvider(Provider<UserFCMRegistrationService>) - Method in class dev.getelements.elements.service.notification.FCMRegistrationServiceProvider
 
setUserFollowerServiceProvider(Provider<UserFollowerService>) - Method in class dev.getelements.elements.service.follower.FollowerServiceProvider
 
setUserFriendServiceProvider(Provider<UserFriendService>) - Method in class dev.getelements.elements.service.friend.FriendServiceProvider
 
setUserGooglePlayIapReceiptServiceProvider(Provider<UserGooglePlayIapReceiptService>) - Method in class dev.getelements.elements.service.googleplayiap.GooglePlayIapReceiptServiceProvider
 
setUserId(String) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.CreateVaultRequest
 
setUserId(String) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.UpdateVaultRequest
 
setUserId(String) - Method in class dev.getelements.elements.sdk.model.inventory.AdvancedInventoryItemQuantityAdjustment
 
setUserId(String) - Method in class dev.getelements.elements.sdk.model.inventory.CreateAdvancedInventoryItemRequest
 
setUserId(String) - Method in class dev.getelements.elements.sdk.model.inventory.CreateDistinctInventoryItemRequest
 
setUserId(String) - Method in class dev.getelements.elements.sdk.model.inventory.CreateSimpleInventoryItemRequest
 
setUserId(String) - Method in class dev.getelements.elements.sdk.model.inventory.SimpleInventoryItemQuantityAdjustment
 
setUserId(String) - Method in class dev.getelements.elements.sdk.model.inventory.UpdateDistinctInventoryItemRequest
 
setUserId(String) - Method in class dev.getelements.elements.sdk.model.profile.CreateProfileRequest
 
setUserId(String) - Method in class dev.getelements.elements.sdk.model.savedata.CreateSaveDataDocumentRequest
 
setUserId(String) - Method in class dev.getelements.elements.sdk.model.session.UsernamePasswordSessionRequest
 
setUserId(String) - Method in class dev.getelements.elements.sdk.model.user.UserUid
 
setUserId(ObjectId) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuanceId
 
setUserIds(List<String>) - Method in class dev.getelements.elements.sdk.model.largeobject.SubjectRequest
 
setUserInviteService(Provider<UserInviteService>) - Method in class dev.getelements.elements.service.invite.InviteServiceProvider
 
setUserLargeObjectServiceProvider(Provider<UserLargeObjectService>) - Method in class dev.getelements.elements.service.largeobject.LargeObjectServiceProvider
 
setUserLevel(User.Level) - Method in class dev.getelements.elements.dao.mongo.model.auth.MongoAuthScheme
 
setUserLevel(User.Level) - Method in class dev.getelements.elements.sdk.model.auth.AuthScheme
 
setUserLevel(User.Level) - Method in class dev.getelements.elements.sdk.model.auth.CreateAuthSchemeRequest
 
setUserLevel(User.Level) - Method in class dev.getelements.elements.sdk.model.auth.UpdateAuthSchemeRequest
 
setUserMatchServiceProvider(Provider<UserMatchService>) - Method in class dev.getelements.elements.service.match.MatchServiceProvider
 
setUsernamePasswordAuthService(UsernamePasswordAuthService) - Method in class dev.getelements.elements.rest.security.UsernamePasswordResource
 
setUsernamePasswordAuthService(UsernamePasswordAuthService) - Method in class dev.getelements.elements.servlet.security.HttpServletBasicAuthFilter
 
setUserOAuth2AuthServiceProvider(Provider<UserOAuth2AuthService>) - Method in class dev.getelements.elements.service.auth.OAuth2AuthServiceProvider
 
setUserObjectId(ObjectId) - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoInventoryItemId
 
setUserOidcAuthServiceProvider(Provider<UserOidcAuthService>) - Method in class dev.getelements.elements.service.auth.OidcAuthServiceProvider
 
setUserProfileOverrideServiceProvider(Provider<UserProfileOverrideService>) - Method in class dev.getelements.elements.service.profile.ProfileOverrideServiceProvider
 
setUserProfileServiceProvider(Provider<UserProfileService>) - Method in class dev.getelements.elements.service.profile.ProfileServiceProvider
 
setUserProfileUtility(UserProfileUtility) - Method in class dev.getelements.elements.service.inventory.SuperUserDistinctInventoryItemService
 
setUserProgressServiceProvider(Provider<UserProgressService>) - Method in class dev.getelements.elements.service.progress.ProgressServiceProvider
 
setUserProvider(Provider<User>) - Method in class dev.getelements.elements.git.HttpServletRepositoryResolver
 
setUserRankServiceProvider(Provider<UserRankService>) - Method in class dev.getelements.elements.service.leaderboard.RankServiceProvider
 
setUserRewardIssuanceServiceProvider(Provider<UserRewardIssuanceService>) - Method in class dev.getelements.elements.service.rewardissuance.RewardIssuanceServiceProvider
 
setUsers(List<MongoUser>) - Method in class dev.getelements.elements.dao.mongo.model.largeobject.MongoSubjects
 
setUsers(List<User>) - Method in class dev.getelements.elements.sdk.model.largeobject.Subjects
 
setUserSaveDataDocumentServiceProvider(Provider<UserSaveDataDocumentService>) - Method in class dev.getelements.elements.service.savedata.SaveDataDocumentServiceProvider
 
setUserScheduleProgressServiceProvider(Provider<UserScheduleProgressService>) - Method in class dev.getelements.elements.service.mission.ScheduleProgressServiceProvider
 
setUserScoreServiceProvider(Provider<UserScoreService>) - Method in class dev.getelements.elements.service.leaderboard.ScoreServiceProvider
 
setUserService(UserService) - Method in class dev.getelements.elements.rest.user.SignupResource
 
setUserService(UserService) - Method in class dev.getelements.elements.rest.user.UserResource
 
setUserService(UserService) - Method in class dev.getelements.elements.service.profile.UserProfileService
 
setUserSimpleInventoryItemServiceProvider(Provider<UserAdvancedInventoryItemService>) - Method in class dev.getelements.elements.service.inventory.AdvancedInventoryItemServiceProvider
 
setUserSimpleInventoryItemServiceProvider(Provider<UserSimpleInventoryItemService>) - Method in class dev.getelements.elements.service.inventory.SimpleInventoryItemServiceProvider
 
setUserTestFactory(UserTestFactory) - Method in class dev.getelements.elements.dao.mongo.test.LargeObjectTestFactory
 
setUserTestFactory(UserTestFactory) - Method in class dev.getelements.elements.dao.mongo.test.MongoProfileTestOperations
 
setUserUidDao(UserUidDao) - Method in class dev.getelements.elements.service.auth.AnonOAuth2AuthService
 
setUserUidDao(UserUidDao) - Method in class dev.getelements.elements.service.auth.AnonOidcAuthService
 
setUserUidDao(UserUidDao) - Method in class dev.getelements.elements.service.auth.UserOAuth2AuthService
 
setUserUidDao(UserUidDao) - Method in class dev.getelements.elements.service.auth.UserOidcAuthService
 
setUserVaultServiceProvider(Provider<UserVaultService>) - Method in class dev.getelements.elements.service.blockchain.omni.VaultServiceProvider
 
setUserWalletServiceProvider(Provider<UserWalletService>) - Method in class dev.getelements.elements.service.blockchain.omni.WalletServiceProvider
 
setUtils(UnixFSUtils) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSResourceIndex
 
setUtils(UnixFSUtils) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionJournal
 
setUuid(String) - Method in class dev.getelements.elements.dao.mongo.model.index.MongoIndexOperation
 
setUuid(String) - Method in class dev.getelements.elements.dao.mongo.model.match.MongoMatchLock
 
setUuid(String) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuance
 
setUuid(String) - Method in class dev.getelements.elements.sdk.model.reward.RewardIssuance
 
setValidationFailureMessages(List<String>) - Method in class dev.getelements.elements.sdk.model.ValidationErrorResponse
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.dao.mongo.application.MongoApplicationConfigurationDao
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.dao.mongo.auth.MongoAuthSchemeDao
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.dao.mongo.auth.MongoOAuth2AuthSchemeDao
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.dao.mongo.auth.MongoOidcAuthSchemeDao
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoSmartContractDao
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoVaultDao
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoWalletDao
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.dao.mongo.goods.MongoDistinctInventoryItemDao
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.dao.mongo.goods.MongoInventoryItemDao
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.dao.mongo.goods.MongoItemDao
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.dao.mongo.largeobject.MongoLargeObjectDao
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.dao.mongo.match.MongoMatchDao
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.dao.mongo.mission.MongoMissionDao
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.dao.mongo.mission.MongoProgressDao
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleDao
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleEventDao
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleProgressDao
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.dao.mongo.MongoAppleIapReceiptDao
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.dao.mongo.MongoFCMRegistrationDao
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.dao.mongo.MongoFriendDao
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.dao.mongo.MongoGooglePlayIapReceiptDao
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.dao.mongo.MongoLeaderboardDao
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.dao.mongo.MongoProfileDao
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.dao.mongo.MongoRewardIssuanceDao
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.dao.mongo.MongoScoreDao
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.dao.mongo.MongoSessionDao
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.dao.mongo.MongoUserDao
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.dao.mongo.MongoUserUidDao
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.dao.mongo.savedata.MongoSaveDataDocumentDao
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.dao.mongo.schema.MongoMetadataSpecDao
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.rest.apple.AppleIapReceiptResource
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.rest.application.ApplicationResource
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.rest.application.FacebookApplicationConfigurationResource
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.rest.application.FirebaseApplicationConfigurationResource
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.rest.application.IosApplicationConfigurationResource
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.rest.auth.OAuth2AuthResource
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.rest.auth.OidcAuthResource
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.rest.codegen.CodegenResource
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.rest.followers.FollowersResource
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.rest.friends.FriendResource
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.rest.goods.ItemResource
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.rest.google.GooglePlayIapReceiptResource
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.rest.inventory.AdvancedInventoryItemResource
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.rest.inventory.DistinctInventoryItemResource
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.rest.inventory.SimpleInventoryItemResource
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.rest.invite.InviteResource
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.rest.leaderboard.LeaderboardResource
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.rest.leaderboard.ScoreResource
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.rest.matchmaking.MatchResource
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.rest.notifications.FCMRegistrationResource
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.rest.profile.ProfileResource
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.rest.savedata.SaveDataDocumentResource
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.rest.security.MockSessionResource
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.rest.security.UsernamePasswordResource
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.rest.user.SignupResource
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.rest.user.UserResource
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.service.auth.AnonUsernamePasswordAuthService
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.service.auth.StandardCustomAuthSessionService
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.service.auth.SuperUserAuthSchemeService
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.service.auth.SuperUserOAuth2AuthSchemeService
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.service.auth.SuperUserOidcAuthSchemeService
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserSmartContractService
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserVaultService
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserWalletService
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.service.largeobject.SuperUserLargeObjectService
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.service.largeobject.UserLargeObjectService
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.service.mission.SuperUserScheduleEventService
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.service.mission.SuperUserScheduleService
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.service.savedata.SuperUserSaveDataDocumentService
 
setValidationHelper(ValidationHelper) - Method in class dev.getelements.elements.service.savedata.UserSaveDataDocumentService
 
setValidationUrl(String) - Method in class dev.getelements.elements.dao.mongo.model.auth.MongoOAuth2AuthScheme
 
setValidationUrl(String) - Method in class dev.getelements.elements.sdk.model.auth.CreateOrUpdateOAuth2AuthSchemeRequest
 
setValidationUrl(String) - Method in class dev.getelements.elements.sdk.model.auth.OAuth2AuthScheme
 
setValidator(Validator) - Method in class dev.getelements.elements.rt.SimpleJsonRpcInvocationService
 
setValidator(Validator) - Method in class dev.getelements.elements.sdk.model.ValidWithGroups.Validator
 
setValidator(Validator) - Method in class dev.getelements.elements.sdk.service.blockchain.crypto.StandardWalletCryptoUtilities
 
setValidator(Validator) - Method in class dev.getelements.elements.service.blockchain.crypto.AesVaultCryptoUtilities
 
setValidatorProvider(Provider<Validator>) - Method in class dev.getelements.elements.dao.mongo.guice.MongoTransactionProvider
 
setValue(String) - Method in class dev.getelements.elements.sdk.model.auth.OAuth2RequestKeyValue
 
setVault(MongoVault) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoSmartContract
 
setVault(MongoVault) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoWallet
 
setVault(Vault) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.SmartContract
 
setVault(Vault) - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.Wallet
 
setVault(Vault) - Method in class dev.getelements.elements.sdk.service.blockchain.invoke.InvocationScope
 
setVaultCryptoUtilities(VaultCryptoUtilities) - Method in class dev.getelements.elements.service.blockchain.crypto.evm.SuperUserEvmSmartContractInvocationService
 
setVaultCryptoUtilities(VaultCryptoUtilities) - Method in class dev.getelements.elements.service.blockchain.crypto.near.SuperUserNearSmartContractInvocationService
 
setVaultCryptoUtilities(VaultCryptoUtilities) - Method in class dev.getelements.elements.service.blockchain.invoke.StandardSmartContractInvocationResolution
 
setVaultCryptoUtilities(VaultCryptoUtilities) - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserVaultService
 
setVaultDao(VaultDao) - Method in class dev.getelements.elements.service.blockchain.invoke.StandardSmartContractInvocationResolution
 
setVaultDao(VaultDao) - Method in class dev.getelements.elements.service.blockchain.invoke.SuperUserSmartContractInvocationService
 
setVaultDao(VaultDao) - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserSmartContractService
 
setVaultDao(VaultDao) - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserVaultService
 
setVaultDao(VaultDao) - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserWalletService
 
setVaultDao(VaultDao) - Method in class dev.getelements.elements.service.blockchain.omni.UserVaultService
 
setVaultDao(VaultDao) - Method in class dev.getelements.elements.service.blockchain.omni.UserWalletService
 
setVaultId(String) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.CreateSmartContractRequest
 
setVaultId(String) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.UpdateSmartContractRequest
 
setVaultService(VaultService) - Method in class dev.getelements.elements.rest.blockchain.VaultResource
 
setVerbose(boolean) - Method in interface dev.getelements.elements.rt.Resource
Sets the verbose mode.
setVerbose(boolean) - Method in class dev.getelements.elements.rt.transact.TransactionalResource
 
setVersion(byte[]) - Method in class dev.getelements.elements.dao.mongo.model.savedata.MongoSaveDataDocument
 
setVersion(long) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.near.NearMetadata
 
setVersion(String) - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoInventoryItem
 
setVersion(String) - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgress
 
setVersion(String) - Method in class dev.getelements.elements.dao.mongo.model.MongoDeployment
 
setVersion(String) - Method in class dev.getelements.elements.sdk.model.cdn.CreateDeploymentRequest
 
setVersion(String) - Method in class dev.getelements.elements.sdk.model.Deployment
 
setVersion(String) - Method in class dev.getelements.elements.sdk.model.savedata.SaveDataDocument
 
setVersion(String) - Method in class dev.getelements.elements.sdk.model.savedata.UpdateSaveDataDocumentRequest
 
setVersion(String) - Method in class dev.getelements.elements.sdk.model.Version
 
setVersionExternalIdentifier(String) - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceipt
 
setVersionExternalIdentifier(String) - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceiptPurchase
 
setVersionService(VersionService) - Method in class dev.getelements.elements.rest.codegen.CodegenResource
 
setVersionService(VersionService) - Method in class dev.getelements.elements.rest.Oas3DocumentationResource
 
setVersionService(VersionService) - Method in class dev.getelements.elements.rest.status.VersionResource
 
setVersionService(VersionService) - Method in class dev.getelements.elements.servlet.security.VersionServlet
 
setVoting(boolean) - Method in class dev.getelements.elements.sdk.model.blockchain.StakeHolder
 
setWallet(byte[]) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscWallet
 
setWallet(byte[]) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoWallet
 
setWallet(Wallet) - Method in class dev.getelements.elements.sdk.service.blockchain.invoke.InvocationScope
 
setWalletAccount(WalletAccount) - Method in class dev.getelements.elements.sdk.service.blockchain.invoke.InvocationScope
 
setWalletCryptoUtilities(WalletCryptoUtilities) - Method in class dev.getelements.elements.service.blockchain.crypto.evm.SuperUserEvmSmartContractInvocationService
 
setWalletCryptoUtilities(WalletCryptoUtilities) - Method in class dev.getelements.elements.service.blockchain.crypto.near.SuperUserNearSmartContractInvocationService
 
setWalletCryptoUtilities(WalletCryptoUtilities) - Method in class dev.getelements.elements.service.blockchain.invoke.StandardSmartContractInvocationResolution
 
setWalletCryptoUtilities(WalletCryptoUtilities) - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserWalletService
 
setWalletDao(WalletDao) - Method in class dev.getelements.elements.service.blockchain.invoke.SuperUserSmartContractInvocationService
 
setWalletDao(WalletDao) - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserWalletService
 
setWalletDao(WalletDao) - Method in class dev.getelements.elements.service.blockchain.omni.UserWalletService
 
setWalletId(String) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscSmartContract
 
setWalletId(String) - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoSmartContract
 
setWalletId(String) - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractRequest
 
setWalletId(String) - Method in class dev.getelements.elements.sdk.model.blockchain.ElementsSmartContract
Deprecated.
 
setWalletId(String) - Method in class dev.getelements.elements.sdk.model.blockchain.InvokeContractRequest
Deprecated.
 
setWalletId(String) - Method in class dev.getelements.elements.sdk.model.blockchain.MintTokenRequest
Deprecated.
 
setWalletId(String) - Method in class dev.getelements.elements.sdk.model.blockchain.PatchSmartContractRequest
Deprecated.
 
setWalletIdentityFactory(WalletAccountFactory) - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserWalletService
 
setWalletService(WalletService) - Method in class dev.getelements.elements.rest.blockchain.VaultWalletResource
 
setWalletService(WalletService) - Method in class dev.getelements.elements.rest.blockchain.WalletResource
 
setWeb3j(Web3j) - Method in class dev.getelements.elements.service.blockchain.invoke.evm.Web3jInvoker
 
setWebOrderLineItemId(String) - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceiptPurchase
 
setWildcard(boolean) - Method in class dev.getelements.elements.sdk.model.largeobject.SubjectRequest
 
setWildcard(boolean) - Method in class dev.getelements.elements.sdk.model.largeobject.Subjects
 
setWorker(Worker) - Method in class dev.getelements.elements.rt.remote.watchdog.SimpleWatchdogService
 
setWorker(Worker) - Method in class dev.getelements.elements.rt.SimpleInstanceMetadataContext
 
setWorkerWatchdogList(Set<WorkerWatchdog>) - Method in class dev.getelements.elements.rt.remote.watchdog.SimpleWatchdogService
 
setWrite(SubjectRequest) - Method in class dev.getelements.elements.sdk.model.largeobject.CreateLargeObjectRequest
 
setWrite(SubjectRequest) - Method in class dev.getelements.elements.sdk.model.largeobject.UpdateLargeObjectRequest
 
setWrite(Subjects) - Method in class dev.getelements.elements.dao.mongo.model.largeobject.MongoAccessPermissions
 
setWrite(Subjects) - Method in class dev.getelements.elements.sdk.model.largeobject.AccessPermissions
 
setzContext(ZContext) - Method in class dev.getelements.elements.rt.jeromq.JeroMQAsyncConnectionService
 
setzContext(ZContext) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQInstanceConnectionService
 
SHARED_CLASSPATH - Enum constant in enum class dev.getelements.elements.sdk.ElementType
A type which is typically from the main application's ClassLoader (usually the System ClassLoader) where multiple ElementDefinition may exist
SharedAsyncConnectionService<ContextT,SocketT> - Class in dev.getelements.elements.rt
A type of AsyncConnectionService which uses an internal reference count to ensure that the backed AsyncConnectionService is opened and closed properly.
SharedAsyncConnectionService(AsyncConnectionService<ContextT, SocketT>) - Constructor for class dev.getelements.elements.rt.SharedAsyncConnectionService
 
SharedElement - Class in dev.getelements.elements.sdk.spi
 
SharedElement(ElementRecord, ServiceLocator, ElementRegistry) - Constructor for class dev.getelements.elements.sdk.spi.SharedElement
 
SharedElementModule - Class in dev.getelements.elements.sdk.guice
Defines a new Element which is sourced from the guice bindings visible to the module at the time the injector was created.
SharedElementModule(Package) - Constructor for class dev.getelements.elements.sdk.guice.SharedElementModule
 
SharedElementModule(String) - Constructor for class dev.getelements.elements.sdk.guice.SharedElementModule
 
SHELL - Enum constant in enum class dev.getelements.elements.setup.SetupCommands
Runs an interactive shell.
shellCommand - Variable in enum class dev.getelements.elements.setup.SetupCommands
 
ShellCompleter - Class in dev.getelements.elements.setup.jline
 
ShellCompleter() - Constructor for class dev.getelements.elements.setup.jline.ShellCompleter
 
SHORT_LINK_BASE - Static variable in interface dev.getelements.elements.sdk.model.Constants
The short-link base for all urls generated.
shutdown() - Method in interface dev.getelements.elements.rt.Context
Shuts down this Context and disconnecting this Context.
shutdown() - Method in class dev.getelements.elements.rt.remote.ClusterContext
 
shutdown() - Method in interface dev.getelements.elements.rt.ServerContainer.RunningInstance
Issues all the necessary signals to cleanly shut down the server.
shutdown() - Method in class dev.getelements.elements.rt.SimpleContext
 
ShutdownHooks - Class in dev.getelements.elements.sdk.util
A simple way to manage shutdown hooks.
ShutdownHooks(Class<?>) - Constructor for class dev.getelements.elements.sdk.util.ShutdownHooks
Uses the supplied Class<?>'s logger to log the shutdown hooks action.
ShutdownHooks(Logger) - Constructor for class dev.getelements.elements.sdk.util.ShutdownHooks
Allows for the owner of this ShutdownHooks instance to specify a custom Logger which will be used to log the information of the associated actions.
ShutdownHooks.Action - Interface in dev.getelements.elements.sdk.util
 
SidhantAggarwalBooleanQueryParser - Class in dev.getelements.elements.dao.mongo.query
A BooleanQueryParser based on Sidhant Aggarwal's boolean query parser.
SidhantAggarwalBooleanQueryParser() - Constructor for class dev.getelements.elements.dao.mongo.query.SidhantAggarwalBooleanQueryParser
 
signal(Consumer<AsyncConnection<ContextT, SocketT>>) - Method in interface dev.getelements.elements.rt.AsyncConnection
Sends a signal to this AsyncConnection.
signal(Consumer<AsyncConnectionGroup<ContextT, SocketT>>) - Method in interface dev.getelements.elements.rt.AsyncConnectionGroup
Similar to AsyncConnection.signal(Consumer), this executes the the supplied Consumer within the thread that is servicing all of the underlying AsyncConnection instances associated with the AsyncConnectionGroup
signal(Consumer<AsyncConnectionGroup<ZContext, ZMQ.Socket>>) - Method in class dev.getelements.elements.rt.jeromq.JeroMQAsyncConnectionGroup
 
signalAndComputeCompletion(Function<AsyncConnection<ContextT, SocketT>, T>) - Method in interface dev.getelements.elements.rt.AsyncConnection
Computes a value on the connection's IO Thread.
signalAndComputeCompletionV(Consumer<AsyncConnection<ContextT, SocketT>>) - Method in interface dev.getelements.elements.rt.AsyncConnection
Computes a value on the connection's IO Thread.
signIn(FirebaseUsernamePasswordSignInRequest) - Method in class dev.getelements.elements.service.FirebaseTestClient
 
signUp(FirebaseEmailPasswordSignUpRequest) - Method in class dev.getelements.elements.service.FirebaseTestClient
 
SignupResource - Class in dev.getelements.elements.rest.user
 
SignupResource() - Constructor for class dev.getelements.elements.rest.user.SignupResource
 
signUpUser(UserCreateRequest) - Method in class dev.getelements.elements.rest.user.SignupResource
 
SIMPLE_PRIORITY - Static variable in interface dev.getelements.elements.sdk.dao.InventoryItemDao
The priority for use by the InventoryItemDao
SimpleAdjectiveAnimalNameService - Class in dev.getelements.elements.service.name
 
SimpleAdjectiveAnimalNameService() - Constructor for class dev.getelements.elements.service.name.SimpleAdjectiveAnimalNameService
 
SimpleAttributes - Record Class in dev.getelements.elements.sdk.util
Simple implementation of Attributes backed by a Map<String,Object>.
SimpleAttributes(Map<String, Object>) - Constructor for record class dev.getelements.elements.sdk.util.SimpleAttributes
Creates an instance of a SimpleAttributes record class.
SimpleAttributes.Builder - Class in dev.getelements.elements.sdk.util
Builder for SimpleAttributes.
SimpleContext - Class in dev.getelements.elements.rt
 
SimpleContext() - Constructor for class dev.getelements.elements.rt.SimpleContext
 
SimpleContextModule - Class in dev.getelements.elements.rt.guice
 
SimpleContextModule() - Constructor for class dev.getelements.elements.rt.guice.SimpleContextModule
 
SimpleEventContext - Class in dev.getelements.elements.rt
 
SimpleEventContext() - Constructor for class dev.getelements.elements.rt.SimpleEventContext
 
SimpleEventContextModule - Class in dev.getelements.elements.rt.guice
 
SimpleEventContextModule() - Constructor for class dev.getelements.elements.rt.guice.SimpleEventContextModule
 
SimpleEventService - Class in dev.getelements.elements.rt
 
SimpleEventService() - Constructor for class dev.getelements.elements.rt.SimpleEventService
 
SimpleExecutorsModule - Class in dev.getelements.elements.rt.guice
 
SimpleExecutorsModule() - Constructor for class dev.getelements.elements.rt.guice.SimpleExecutorsModule
 
SimpleHandlerContext - Class in dev.getelements.elements.rt
 
SimpleHandlerContext() - Constructor for class dev.getelements.elements.rt.SimpleHandlerContext
 
SimpleHandlerContextModule - Class in dev.getelements.elements.rt.guice
 
SimpleHandlerContextModule() - Constructor for class dev.getelements.elements.rt.guice.SimpleHandlerContextModule
 
SimpleIndexContext - Class in dev.getelements.elements.rt
 
SimpleIndexContext() - Constructor for class dev.getelements.elements.rt.SimpleIndexContext
 
SimpleIndexContext.SimpleIndexContextUnlink - Class in dev.getelements.elements.rt
 
SimpleIndexContextListing - Class in dev.getelements.elements.rt
 
SimpleIndexContextListing() - Constructor for class dev.getelements.elements.rt.SimpleIndexContextListing
 
SimpleIndexContextListing(ResourceService.Listing) - Constructor for class dev.getelements.elements.rt.SimpleIndexContextListing
 
SimpleIndexContextModule - Class in dev.getelements.elements.rt.guice
 
SimpleIndexContextModule() - Constructor for class dev.getelements.elements.rt.guice.SimpleIndexContextModule
 
SimpleIndexContextUnlink(ResourceService.Unlink) - Constructor for class dev.getelements.elements.rt.SimpleIndexContext.SimpleIndexContextUnlink
 
SimpleInstance - Class in dev.getelements.elements.rt.remote
 
SimpleInstance() - Constructor for class dev.getelements.elements.rt.remote.SimpleInstance
 
SimpleInstanceHostInfo - Class in dev.getelements.elements.rt.remote
 
SimpleInstanceHostInfo(String) - Constructor for class dev.getelements.elements.rt.remote.SimpleInstanceHostInfo
 
SimpleInstanceMetadataContext - Class in dev.getelements.elements.rt
Provides data for an Instance.
SimpleInstanceMetadataContext() - Constructor for class dev.getelements.elements.rt.SimpleInstanceMetadataContext
 
SimpleInstanceMetadataContextModule - Class in dev.getelements.elements.rt.guice
 
SimpleInstanceMetadataContextModule() - Constructor for class dev.getelements.elements.rt.guice.SimpleInstanceMetadataContextModule
 
SimpleInstanceModule - Class in dev.getelements.elements.rt.remote.guice
 
SimpleInstanceModule() - Constructor for class dev.getelements.elements.rt.remote.guice.SimpleInstanceModule
 
SimpleInventoryItemQuantityAdjustment - Class in dev.getelements.elements.sdk.model.inventory
 
SimpleInventoryItemQuantityAdjustment() - Constructor for class dev.getelements.elements.sdk.model.inventory.SimpleInventoryItemQuantityAdjustment
 
SimpleInventoryItemResource - Class in dev.getelements.elements.rest.inventory
 
SimpleInventoryItemResource() - Constructor for class dev.getelements.elements.rest.inventory.SimpleInventoryItemResource
 
SimpleInventoryItemService - Interface in dev.getelements.elements.sdk.service.inventory
 
SimpleInventoryItemServiceProvider - Class in dev.getelements.elements.service.inventory
Created by davidjbrooks on 11/14/2018.
SimpleInventoryItemServiceProvider() - Constructor for class dev.getelements.elements.service.inventory.SimpleInventoryItemServiceProvider
 
SimpleJsonRpcInvocationService - Class in dev.getelements.elements.rt
 
SimpleJsonRpcInvocationService() - Constructor for class dev.getelements.elements.rt.SimpleJsonRpcInvocationService
 
SimpleJsonRpcManifestService - Class in dev.getelements.elements.rt
 
SimpleJsonRpcManifestService(String, String, Set<Class<?>>, Validator, PayloadReader, ModelIntrospector) - Constructor for class dev.getelements.elements.rt.SimpleJsonRpcManifestService
 
SimpleLazyValue<T> - Class in dev.getelements.elements.sdk.util
A value that lazily loads the first time it is fetched.
SimpleLazyValue(Supplier<T>) - Constructor for class dev.getelements.elements.sdk.util.SimpleLazyValue
 
SimpleLoadMonitorService - Class in dev.getelements.elements.rt
 
SimpleLoadMonitorService() - Constructor for class dev.getelements.elements.rt.SimpleLoadMonitorService
 
SimpleLoadMonitorServiceModule - Class in dev.getelements.elements.rt.guice
 
SimpleLoadMonitorServiceModule() - Constructor for class dev.getelements.elements.rt.guice.SimpleLoadMonitorServiceModule
 
SimpleManifestContext - Class in dev.getelements.elements.rt
 
SimpleManifestContext() - Constructor for class dev.getelements.elements.rt.SimpleManifestContext
 
SimpleManifestContextModule - Class in dev.getelements.elements.rt.guice
 
SimpleManifestContextModule() - Constructor for class dev.getelements.elements.rt.guice.SimpleManifestContextModule
 
SimpleMapperRegistry - Class in dev.getelements.elements.sdk.model.util
 
SimpleMapperRegistry(Map<SimpleMapperRegistry.MappingKey, MapperRegistry.Mapper<?, ?>>, Map<SimpleMapperRegistry.MappingKey, MapperRegistry.Updater<?, ?>>) - Constructor for class dev.getelements.elements.sdk.model.util.SimpleMapperRegistry
 
SimpleMapperRegistry.MappingKey - Record Class in dev.getelements.elements.sdk.model.util
Represents a key for a MapperRegistry.Mapper or an MapperRegistry.Updater
SimpleModelManifestService - Class in dev.getelements.elements.rt
 
SimpleModelManifestService(String, String, Set<Class<?>>, Validator, PayloadReader, ModelIntrospector) - Constructor for class dev.getelements.elements.rt.SimpleModelManifestService
 
SimpleReference<T> - Class in dev.getelements.elements.rt.util
A simple reference type intended to be used in lambda functions.
SimpleReference() - Constructor for class dev.getelements.elements.rt.util.SimpleReference
 
SimpleReference(T) - Constructor for class dev.getelements.elements.rt.util.SimpleReference
 
SimpleRemoteInvocationDispatcher - Class in dev.getelements.elements.rt.remote
 
SimpleRemoteInvocationDispatcher() - Constructor for class dev.getelements.elements.rt.remote.SimpleRemoteInvocationDispatcher
 
SimpleRemoteInvokerRegistry - Class in dev.getelements.elements.rt.remote
 
SimpleRemoteInvokerRegistry() - Constructor for class dev.getelements.elements.rt.remote.SimpleRemoteInvokerRegistry
 
SimpleRemoteInvokerRegistryModule - Class in dev.getelements.elements.rt.remote.guice
 
SimpleRemoteInvokerRegistryModule() - Constructor for class dev.getelements.elements.rt.remote.guice.SimpleRemoteInvokerRegistryModule
 
SimpleResourceContext - Class in dev.getelements.elements.rt
 
SimpleResourceContext() - Constructor for class dev.getelements.elements.rt.SimpleResourceContext
 
SimpleResourceContextModule - Class in dev.getelements.elements.rt.guice
 
SimpleResourceContextModule() - Constructor for class dev.getelements.elements.rt.guice.SimpleResourceContextModule
 
SimpleResourceServiceListing - Class in dev.getelements.elements.rt
 
SimpleResourceServiceListing() - Constructor for class dev.getelements.elements.rt.SimpleResourceServiceListing
 
SimpleResourceServiceUnlink - Class in dev.getelements.elements.rt
 
SimpleResourceServiceUnlink() - Constructor for class dev.getelements.elements.rt.SimpleResourceServiceUnlink
 
SimpleRetainedHandlerService - Class in dev.getelements.elements.rt
 
SimpleRetainedHandlerService() - Constructor for class dev.getelements.elements.rt.SimpleRetainedHandlerService
 
simpleReturnValueStrategy() - Static method in interface dev.getelements.elements.rt.remote.LocalInvocationProcessor
Constructs a LocalInvocationProcessor.ReturnValueStrategy which simply hands the result of the Invocation directly to a new instance of InvocationResult and passes it into to the supplied Consumer
SimpleScheduler - Class in dev.getelements.elements.rt
The simple handler server is responsible for dispatching requests and events to all Resource instances contained therein.
SimpleScheduler() - Constructor for class dev.getelements.elements.rt.SimpleScheduler
 
SimpleSchedulerContext - Class in dev.getelements.elements.rt
 
SimpleSchedulerContext() - Constructor for class dev.getelements.elements.rt.SimpleSchedulerContext
 
SimpleSchedulerContextModule - Class in dev.getelements.elements.rt.guice
 
SimpleSchedulerContextModule() - Constructor for class dev.getelements.elements.rt.guice.SimpleSchedulerContextModule
 
SimpleServerProvider - Class in dev.getelements.elements.jetty
 
SimpleServerProvider() - Constructor for class dev.getelements.elements.jetty.SimpleServerProvider
 
SimpleSingleUseHandlerService - Class in dev.getelements.elements.rt
 
SimpleSingleUseHandlerService() - Constructor for class dev.getelements.elements.rt.SimpleSingleUseHandlerService
 
SimpleTaskContext - Class in dev.getelements.elements.rt
 
SimpleTaskContext() - Constructor for class dev.getelements.elements.rt.SimpleTaskContext
 
SimpleTaskContextModule - Class in dev.getelements.elements.rt.guice
 
SimpleTaskContextModule() - Constructor for class dev.getelements.elements.rt.guice.SimpleTaskContextModule
 
SimpleTaskService - Class in dev.getelements.elements.rt
 
SimpleTaskService() - Constructor for class dev.getelements.elements.rt.SimpleTaskService
 
SimpleWatchdogService - Class in dev.getelements.elements.rt.remote.watchdog
 
SimpleWatchdogService() - Constructor for class dev.getelements.elements.rt.remote.watchdog.SimpleWatchdogService
 
SimpleWatchdogServiceModule - Class in dev.getelements.elements.rt.remote
 
SimpleWatchdogServiceModule() - Constructor for class dev.getelements.elements.rt.remote.SimpleWatchdogServiceModule
 
SimpleWorkerInstance - Class in dev.getelements.elements.rt.remote
Contains all Node instances for several Node instances and manages their life cycles therein.
SimpleWorkerInstance() - Constructor for class dev.getelements.elements.rt.remote.SimpleWorkerInstance
 
SimpleWorkerInstanceModule - Class in dev.getelements.elements.rt.remote
 
SimpleWorkerInstanceModule() - Constructor for class dev.getelements.elements.rt.remote.SimpleWorkerInstanceModule
 
SingleAsyncResultHandlerStrategy - Class in dev.getelements.elements.rt.jrpc
Represents a single async style RPC method.
SingleAsyncResultHandlerStrategy() - Constructor for class dev.getelements.elements.rt.jrpc.SingleAsyncResultHandlerStrategy
 
SingleSyncReturnResultHandlerStrategy - Class in dev.getelements.elements.rt.jrpc
Represents a single return style RPC method.
SingleSyncReturnResultHandlerStrategy() - Constructor for class dev.getelements.elements.rt.jrpc.SingleSyncReturnResultHandlerStrategy
 
SingleUseHandlerService - Interface in dev.getelements.elements.rt
Used to implement handler types.
size() - Method in interface dev.getelements.elements.rt.AsyncConnectionGroup
Returns the number of AsyncConnection instances in this AsyncConnectionGroup.
size() - Method in class dev.getelements.elements.rt.jeromq.JeroMQAsyncConnectionGroup
 
size() - Method in interface dev.getelements.elements.rt.transact.unix.UnixFSCircularBlockBuffer.View
Returns the size of the block buffer.
size() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSDualCounter
Returns the distance between the trailing and leading value.
size() - Method in class dev.getelements.elements.sdk.model.security.PemChain
Gets the number of entries in the chain.
size(long, int) - Static method in class dev.getelements.elements.rt.transact.unix.UnixFSDualCounter
Given the 64-bit packed value, this method reads both the leading and trailing values and finds the distance between the two numbers.
SIZE - Static variable in class dev.getelements.elements.dao.mongo.model.savedata.MongoSaveDataDocumentId
 
SIZE - Static variable in class dev.getelements.elements.rt.transact.unix.UnixFSDataHeader
 
SIZE - Static variable in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionCommandHeader
 
skip(long) - Method in class dev.getelements.elements.rt.util.InputStreamAdapter
 
SmartContract - Class in dev.getelements.elements.sdk.model.blockchain.contract
 
SmartContract() - Constructor for class dev.getelements.elements.sdk.model.blockchain.contract.SmartContract
 
SmartContractAddress - Class in dev.getelements.elements.sdk.model.blockchain.contract
Represents the smart contract address.
SmartContractAddress() - Constructor for class dev.getelements.elements.sdk.model.blockchain.contract.SmartContractAddress
 
SmartContractDao - Interface in dev.getelements.elements.sdk.dao
Manages smart contracts in the database.
SmartContractInvocationResolution<InvokerT> - Interface in dev.getelements.elements.sdk.service.blockchain
Returned by methods such as SmartContractInvocationService.resolve(String, BlockchainNetwork) which ensures that the underlying contract and configuration exists for the associated contract.
SmartContractInvocationService<InvokerT> - Interface in dev.getelements.elements.sdk.service.blockchain
 
SmartContractNotFoundException - Exception Class in dev.getelements.elements.sdk.model.exception.blockchain
 
SmartContractNotFoundException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.SmartContractNotFoundException
 
SmartContractNotFoundException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.SmartContractNotFoundException
 
SmartContractNotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.SmartContractNotFoundException
 
SmartContractNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.SmartContractNotFoundException
 
SmartContractNotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.SmartContractNotFoundException
 
SmartContractPagination - Class in dev.getelements.elements.rest.test.model
 
SmartContractPagination() - Constructor for class dev.getelements.elements.rest.test.model.SmartContractPagination
 
SmartContractResource - Class in dev.getelements.elements.rest.blockchain
 
SmartContractResource() - Constructor for class dev.getelements.elements.rest.blockchain.SmartContractResource
 
SmartContractService - Interface in dev.getelements.elements.sdk.service.blockchain
 
SmartContractServiceProvider - Class in dev.getelements.elements.service.blockchain.omni
 
SmartContractServiceProvider() - Constructor for class dev.getelements.elements.service.blockchain.omni.SmartContractServiceProvider
 
Snapshot - Interface in dev.getelements.elements.rt.transact
Represents a loaded and limited snapshot of the database.
Snapshot.Builder - Interface in dev.getelements.elements.rt.transact
Builds an instance of Snapshot.
SnapshotMissException - Exception Class in dev.getelements.elements.rt.transact
A special type of InternalException indicating that the Snapshot has no knowledge of a specified Path or ResourceId.
SnapshotMissException() - Constructor for exception class dev.getelements.elements.rt.transact.SnapshotMissException
 
SnapshotMissException(ResourceId) - Constructor for exception class dev.getelements.elements.rt.transact.SnapshotMissException
 
SnapshotMissException(Path) - Constructor for exception class dev.getelements.elements.rt.transact.SnapshotMissException
 
SnapshotMissException(String) - Constructor for exception class dev.getelements.elements.rt.transact.SnapshotMissException
 
SnapshotMissException(String, Throwable) - Constructor for exception class dev.getelements.elements.rt.transact.SnapshotMissException
 
SnapshotMissException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.rt.transact.SnapshotMissException
 
SnapshotMissException(Throwable) - Constructor for exception class dev.getelements.elements.rt.transact.SnapshotMissException
 
SOCIALENGINE_SESSION_SECRET - Static variable in interface dev.getelements.elements.sdk.model.Headers
Deprecated.
socket() - Method in interface dev.getelements.elements.rt.Connection
Obtains the context instance used to communicate with the remote node.
SOCKET_ERROR - Enum constant in enum class dev.getelements.elements.rt.remote.jeromq.JeroMQControlResponseCode
Indicates a socket error occurred, such as network timeout.
softDeleteApplication(String) - Method in class dev.getelements.elements.dao.mongo.application.MongoApplicationDao
 
softDeleteApplication(String) - Method in interface dev.getelements.elements.sdk.dao.ApplicationDao
Deletes an Application with the specific name or identifier.
softDeleteProfile(String) - Method in class dev.getelements.elements.dao.mongo.MongoProfileDao
 
softDeleteProfile(String) - Method in interface dev.getelements.elements.sdk.dao.ProfileDao
Deletes a profile by marking it as inactive.
softDeleteProfilesForUser(MongoUser) - Method in class dev.getelements.elements.dao.mongo.MongoProfileDao
 
softDeleteUser(String) - Method in class dev.getelements.elements.dao.mongo.MongoUserDao
 
softDeleteUser(String) - Method in interface dev.getelements.elements.sdk.dao.UserDao
Deletes a user from the database.
softDeleteUserUidsForUserId(User) - Method in class dev.getelements.elements.dao.mongo.MongoUserUidDao
 
softDeleteUserUidsForUserId(User) - Method in interface dev.getelements.elements.sdk.dao.UserUidDao
This will scrub all scheme ids for all UserUids referencing the user with the given id.
softDeleteUserUidsForUserId(String) - Method in interface dev.getelements.elements.sdk.service.auth.UserUidService
This will scrub all scheme ids for all UserUids referencing the user with the given id.
softDeleteUserUidsForUserId(String) - Method in class dev.getelements.elements.service.auth.AnonUserUidService
 
softDeleteUserUidsForUserId(String) - Method in class dev.getelements.elements.service.auth.UserUserUidService
 
SOLANA - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.BlockchainApi
The Solana protocol.
SOLANA - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.BlockchainNetwork
The Solana Network.
SOLANA_TEST - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.BlockchainNetwork
The Solana Test Network.
SolanaAccountGenerator - Class in dev.getelements.elements.service.blockchain.crypto
 
SolanaAccountGenerator() - Constructor for class dev.getelements.elements.service.blockchain.crypto.SolanaAccountGenerator
 
sound() - Method in interface dev.getelements.elements.sdk.service.notification.NotificationBuilder
Specifies the default sound to play when sending a message.
sound(String) - Method in interface dev.getelements.elements.sdk.service.notification.NotificationBuilder
Specifies the sound to play when delivering the message.
sound(String) - Method in class dev.getelements.elements.service.notification.StandardNotificationBuilder
 
source() - Method in record class dev.getelements.elements.sdk.model.util.SimpleMapperRegistry.MappingKey
Returns the value of the source record component.
SOURCE_GEN - Static variable in class dev.getelements.elements.rt.remote.jeromq.JeroMQCurveSecurity
 
SOURCE_PEM - Static variable in class dev.getelements.elements.rt.remote.jeromq.JeroMQCurveSecurity
 
SpiUtilities - Class in dev.getelements.elements.sdk.spi
Some utility classes useful to SPI Implementations.
SPOTIFY_SRV - Enum constant in enum class dev.getelements.elements.rt.remote.guice.InstanceDiscoveryServiceModule.DiscoveryType
 
SpotifySrvInstanceDiscoveryService - Class in dev.getelements.elements.rt.remote
 
SpotifySrvInstanceDiscoveryService() - Constructor for class dev.getelements.elements.rt.remote.SpotifySrvInstanceDiscoveryService
 
SpotifySrvInstanceDiscoveryServiceModule - Class in dev.getelements.elements.rt.remote.guice
 
SpotifySrvInstanceDiscoveryServiceModule() - Constructor for class dev.getelements.elements.rt.remote.guice.SpotifySrvInstanceDiscoveryServiceModule
 
SRV_AUTHORITATIVE - Static variable in class dev.getelements.elements.rt.remote.JndiSrvInstanceDiscoveryService
 
SRV_QUERY - Static variable in interface dev.getelements.elements.rt.Constants
When using SRV based discovery of instances this defines the actual SRV query to use when discovering instances.
SRV_SERVERS - Static variable in interface dev.getelements.elements.rt.Constants
When using SRV based discovery of instances this defines the actual DNS Servers against which to run queries.
SSL_PROTOCOL - Static variable in class dev.getelements.elements.dao.mongo.provider.MongoSslSettingsProvider
 
SslCliMongoTestInstance - Class in dev.getelements.elements.dao.mongo.test
 
SslCliMongoTestInstance(int, String) - Constructor for class dev.getelements.elements.dao.mongo.test.SslCliMongoTestInstance
 
STAKE - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearCostType
 
StakeHolder - Class in dev.getelements.elements.sdk.model.blockchain
 
StakeHolder() - Constructor for class dev.getelements.elements.sdk.model.blockchain.StakeHolder
 
StandaloneMongoTest - Class in dev.getelements.elements.dao.mongo.test
 
StandaloneMongoTest() - Constructor for class dev.getelements.elements.dao.mongo.test.StandaloneMongoTest
 
STANDARD_ELEMENTS - Enum constant in enum class dev.getelements.elements.dao.mongo.model.MongoSession.Type
The Elements session type.
STANDARD_ENCODING - Static variable in interface dev.getelements.elements.sdk.service.util.CipherUtility
The standard encoding for encrypted strings.
StandardAdvancementService - Class in dev.getelements.elements.service.advancement
 
StandardAdvancementService() - Constructor for class dev.getelements.elements.service.advancement.StandardAdvancementService
 
StandardApplicationElementService - Class in dev.getelements.elements.common.app
 
StandardApplicationElementService() - Constructor for class dev.getelements.elements.common.app.StandardApplicationElementService
 
StandardBeanProperty(Class<T>, String) - Constructor for record class dev.getelements.elements.sdk.ElementStandardBeanProperties.StandardBeanProperty
Creates an instance of a StandardBeanProperty record class.
StandardBooleanQueryUtils - Class in dev.getelements.elements.dao.mongo
 
StandardBooleanQueryUtils() - Constructor for class dev.getelements.elements.dao.mongo.StandardBooleanQueryUtils
 
StandardCipherUtility - Class in dev.getelements.elements.service.util
 
StandardCipherUtility() - Constructor for class dev.getelements.elements.service.util.StandardCipherUtility
 
StandardCryptoKeyPairUtility - Class in dev.getelements.elements.service.util
 
StandardCryptoKeyPairUtility() - Constructor for class dev.getelements.elements.service.util.StandardCryptoKeyPairUtility
 
StandardCustomAuthSessionService - Class in dev.getelements.elements.service.auth
 
StandardCustomAuthSessionService() - Constructor for class dev.getelements.elements.service.auth.StandardCustomAuthSessionService
 
StandardElementsLocal - Class in dev.getelements.elements.sdk.local
 
StandardElementsLocal() - Constructor for class dev.getelements.elements.sdk.local.StandardElementsLocal
 
StandardElementsLocalBuilder - Class in dev.getelements.elements.sdk.local
 
StandardElementsLocalBuilder() - Constructor for class dev.getelements.elements.sdk.local.StandardElementsLocalBuilder
 
StandardMatchServiceUtils - Class in dev.getelements.elements.service.match
 
StandardMatchServiceUtils() - Constructor for class dev.getelements.elements.service.match.StandardMatchServiceUtils
 
StandardNotification - Class in dev.getelements.elements.service.notification
 
StandardNotification(NotificationParameters) - Constructor for class dev.getelements.elements.service.notification.StandardNotification
 
StandardNotificationBuilder - Class in dev.getelements.elements.service.notification
 
StandardNotificationBuilder() - Constructor for class dev.getelements.elements.service.notification.StandardNotificationBuilder
 
StandardNotificationDestinationFactoryProvider - Class in dev.getelements.elements.service.notification
 
StandardNotificationDestinationFactoryProvider() - Constructor for class dev.getelements.elements.service.notification.StandardNotificationDestinationFactoryProvider
 
StandardNotificationEvent - Class in dev.getelements.elements.service.notification
 
StandardNotificationEvent(String, NotificationParameters) - Constructor for class dev.getelements.elements.service.notification.StandardNotificationEvent
 
StandardNotificationFactoryProvider - Class in dev.getelements.elements.service.guice
 
StandardNotificationFactoryProvider() - Constructor for class dev.getelements.elements.service.guice.StandardNotificationFactoryProvider
 
StandardNotificationService - Class in dev.getelements.elements.service.notification
 
StandardNotificationService() - Constructor for class dev.getelements.elements.service.notification.StandardNotificationService
 
StandardServicesModule - Class in dev.getelements.elements.service.guice
Houses services that do not follow a majority of the scoping rules, but also do not exist strictly in the unscoped space.
StandardServicesModule() - Constructor for class dev.getelements.elements.service.guice.StandardServicesModule
 
StandardSmartContractInvocationResolution<InvocationScopeT,InvokerT> - Class in dev.getelements.elements.service.blockchain.invoke
 
StandardSmartContractInvocationResolution() - Constructor for class dev.getelements.elements.service.blockchain.invoke.StandardSmartContractInvocationResolution
 
StandardSnapshot - Class in dev.getelements.elements.rt.transact
 
StandardSnapshot(Monitor, DataStore, SortedSet<ResourceId>, SortedSet<Path>) - Constructor for class dev.getelements.elements.rt.transact.StandardSnapshot
 
StandardSnapshotBuilder - Class in dev.getelements.elements.rt.transact
 
StandardSnapshotBuilder() - Constructor for class dev.getelements.elements.rt.transact.StandardSnapshotBuilder
 
StandardWalletAccountFactory - Class in dev.getelements.elements.service.blockchain.crypto
 
StandardWalletAccountFactory() - Constructor for class dev.getelements.elements.service.blockchain.crypto.StandardWalletAccountFactory
 
StandardWalletCryptoUtilities - Class in dev.getelements.elements.sdk.service.blockchain.crypto
 
StandardWalletCryptoUtilities() - Constructor for class dev.getelements.elements.sdk.service.blockchain.crypto.StandardWalletCryptoUtilities
 
start() - Method in class dev.getelements.elements.appnode.ApplicationNode
Starts the ApplicationNode.
start() - Method in class dev.getelements.elements.dao.mongo.test.CliMongoTestInstance
 
start() - Method in interface dev.getelements.elements.dao.mongo.test.MongoTestInstance
Starts the test instance.
start() - Method in class dev.getelements.elements.jetty.ElementsWebServices
 
start() - Method in interface dev.getelements.elements.rt.ApplicationNodeIdentifierService
 
start() - Method in interface dev.getelements.elements.rt.AsyncConnectionService
start() - Method in interface dev.getelements.elements.rt.Context
Starts the context.
start() - Method in interface dev.getelements.elements.rt.EventContext
Starts this EventContext.
start() - Method in interface dev.getelements.elements.rt.EventService
Starts the EventService and makes it available to begin accepting tasks.
start() - Method in interface dev.getelements.elements.rt.HandlerContext
Starts this HandlerContext.
start() - Method in interface dev.getelements.elements.rt.IndexContext
Starts this IndexContext.
start() - Method in interface dev.getelements.elements.rt.InstanceMetadataContext
start() - Method in class dev.getelements.elements.rt.jeromq.JeroMQAsyncConnectionService
 
start() - Method in interface dev.getelements.elements.rt.LoadMonitorService
start() - Method in interface dev.getelements.elements.rt.ManifestContext
Starts this ManifestContext.
start() - Method in interface dev.getelements.elements.rt.PersistenceEnvironment
Starts the PersistenceEnvironment instance and obtains all resources necessary to begin accessing the underlying data store.
start() - Method in class dev.getelements.elements.rt.remote.ClusterContext
 
start() - Method in interface dev.getelements.elements.rt.remote.Instance
Attempts to start, throwing an instance of MultiException any failures happen during the startup process.
start() - Method in interface dev.getelements.elements.rt.remote.InstanceConnectionService
Starts the service.
start() - Method in interface dev.getelements.elements.rt.remote.InstanceDiscoveryService
 
start() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQInstanceConnectionService
 
start() - Method in class dev.getelements.elements.rt.remote.JndiSrvInstanceDiscoveryService
 
start() - Method in interface dev.getelements.elements.rt.remote.RemoteInvocationDispatcher
Starts up this dispatcher.
start() - Method in interface dev.getelements.elements.rt.remote.RemoteInvokerRegistry
start() - Method in class dev.getelements.elements.rt.remote.SimpleInstance
 
start() - Method in class dev.getelements.elements.rt.remote.SimpleRemoteInvokerRegistry
 
start() - Method in class dev.getelements.elements.rt.remote.SpotifySrvInstanceDiscoveryService
 
start() - Method in class dev.getelements.elements.rt.remote.StaticInstanceDiscoveryService
 
start() - Method in class dev.getelements.elements.rt.remote.watchdog.SimpleWatchdogService
 
start() - Method in interface dev.getelements.elements.rt.remote.watchdog.WatchdogService
Starts monitoring.
start() - Method in interface dev.getelements.elements.rt.remote.watchdog.WorkerWatchdog
Starts this WorkerWatchdog.
start() - Method in interface dev.getelements.elements.rt.ResourceContext
Starts this ResourceContext.
start() - Method in interface dev.getelements.elements.rt.ResourceService
Called on start-up to ensure that the ResourceService has created and started any internal processes that it may need to perform its work.
start() - Method in interface dev.getelements.elements.rt.RetainedHandlerService
start() - Method in interface dev.getelements.elements.rt.Scheduler
Starts the Scheduler.
start() - Method in interface dev.getelements.elements.rt.SchedulerContext
Starts this SchedulerContext.
start() - Method in class dev.getelements.elements.rt.SharedAsyncConnectionService
 
start() - Method in class dev.getelements.elements.rt.SimpleContext
 
start() - Method in class dev.getelements.elements.rt.SimpleEventContext
 
start() - Method in class dev.getelements.elements.rt.SimpleEventService
 
start() - Method in class dev.getelements.elements.rt.SimpleHandlerContext
 
start() - Method in class dev.getelements.elements.rt.SimpleIndexContext
 
start() - Method in class dev.getelements.elements.rt.SimpleInstanceMetadataContext
 
start() - Method in class dev.getelements.elements.rt.SimpleLoadMonitorService
 
start() - Method in class dev.getelements.elements.rt.SimpleManifestContext
 
start() - Method in class dev.getelements.elements.rt.SimpleResourceContext
 
start() - Method in class dev.getelements.elements.rt.SimpleRetainedHandlerService
 
start() - Method in class dev.getelements.elements.rt.SimpleScheduler
 
start() - Method in class dev.getelements.elements.rt.SimpleSchedulerContext
 
start() - Method in class dev.getelements.elements.rt.SimpleSingleUseHandlerService
 
start() - Method in class dev.getelements.elements.rt.SimpleTaskContext
 
start() - Method in class dev.getelements.elements.rt.SimpleTaskService
 
start() - Method in interface dev.getelements.elements.rt.SingleUseHandlerService
start() - Method in interface dev.getelements.elements.rt.TaskContext
Starts this TaskContext.
start() - Method in interface dev.getelements.elements.rt.TaskService
Starts the TaskService and makes it available to begin accepting tasks.
start() - Method in interface dev.getelements.elements.rt.transact.JournalTransactionalPersistenceDriver
start() - Method in class dev.getelements.elements.rt.transact.JournalTransactionalResourceServicePersistenceEnvironment
 
start() - Method in class dev.getelements.elements.rt.transact.TransactionalResourceService
 
start() - Method in class dev.getelements.elements.rt.transact.TransactionalSchedulerContext
 
start() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSJournalTransactionalPersistenceDriver
 
start() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionJournal
 
start() - Method in class dev.getelements.elements.rt.util.ProcessLogger
 
start() - Method in interface dev.getelements.elements.sdk.local.ElementsLocal
Starts this ElementsLocal.
start() - Method in class dev.getelements.elements.sdk.local.StandardElementsLocal
 
start() - Method in class dev.getelements.elements.setup.commands.SetupShell
 
start() - Method in interface dev.getelements.elements.test.EmbeddedInstanceContainer
start() - Method in interface dev.getelements.elements.test.EmbeddedTestService
start() - Method in class dev.getelements.elements.test.JeroMQEmbeddedInstanceContainer
 
start() - Method in class dev.getelements.elements.test.JeroMQEmbeddedTestService
 
start(InstanceConnectionService.InstanceBinding) - Method in interface dev.getelements.elements.rt.remote.Node.Startup
Starts the service.
start(String) - Method in interface dev.getelements.elements.rt.remote.RemoteInvoker
Starts this RemoteInvoker and connects to the supplied address.
start(String, long, TimeUnit) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQRemoteInvoker
 
start(String, long, TimeUnit) - Method in interface dev.getelements.elements.rt.remote.RemoteInvoker
Starts up thin is complete.
start(Supplier<DelegateT>) - Method in interface dev.getelements.elements.rt.util.ProxyDelegate
Starts the delegate with the delegate suppler.
STARTED - Enum constant in enum class dev.getelements.elements.rt.remote.NodeState
The node has been started, but has not yet started to take requests.
STARTING - Enum constant in enum class dev.getelements.elements.rt.remote.NodeState
The node is in the process of starting.
startMission(Profile, String) - Method in interface dev.getelements.elements.sdk.service.advancement.AdvancementService
Begins a Mission by assigning and creating a new instance of Progress.
startMission(Profile, String) - Method in class dev.getelements.elements.service.advancement.StandardAdvancementService
 
StartupManifest - Class in dev.getelements.elements.rt.manifest.startup
Contains a listing of all StartupOperation
StartupManifest() - Constructor for class dev.getelements.elements.rt.manifest.startup.StartupManifest
 
StartupModule - Class in dev.getelements.elements.rt.manifest.startup
 
StartupModule() - Constructor for class dev.getelements.elements.rt.manifest.startup.StartupModule
 
StartupOperation - Class in dev.getelements.elements.rt.manifest.startup
Represents a single operation performed by a startup function.
StartupOperation() - Constructor for class dev.getelements.elements.rt.manifest.startup.StartupOperation
 
STATIC - Enum constant in enum class dev.getelements.elements.rt.remote.guice.InstanceDiscoveryServiceModule.DiscoveryType
 
STATIC_CONTENT_ROOT - Static variable in class dev.getelements.elements.jetty.CdnServeModule
 
STATIC_CONTENT_SERVLET_KEY - Static variable in class dev.getelements.elements.jetty.CdnServeModule
 
STATIC_HOST_INFO - Static variable in class dev.getelements.elements.rt.remote.StaticInstanceDiscoveryService
 
StaticContentServlet - Class in dev.getelements.elements.cdnserve
 
StaticContentServlet - Class in dev.getelements.elements.jetty
Works around an issue in the base ResourceServlet which seems to be incompatible with Guice.
StaticContentServlet() - Constructor for class dev.getelements.elements.cdnserve.StaticContentServlet
 
StaticContentServlet() - Constructor for class dev.getelements.elements.jetty.StaticContentServlet
 
StaticInstanceDiscoveryService - Class in dev.getelements.elements.rt.remote
 
StaticInstanceDiscoveryService() - Constructor for class dev.getelements.elements.rt.remote.StaticInstanceDiscoveryService
 
StaticInstanceDiscoveryServiceModule - Class in dev.getelements.elements.rt.remote.guice
 
StaticInstanceDiscoveryServiceModule() - Constructor for class dev.getelements.elements.rt.remote.guice.StaticInstanceDiscoveryServiceModule
 
StatusCheck - Class in dev.getelements.elements.appnode
 
StatusCheck(String) - Constructor for class dev.getelements.elements.appnode.StatusCheck
 
statusCodeForThrowable(Throwable) - Static method in interface org.eclipse.jgit.http.server.UploadPackErrorHandler
Maps a thrown git related Exception to an appropriate HTTP status code.
StatusMapping - Class in dev.getelements.elements.exception
Created by patricktwohig on 8/3/17.
StatusMapping() - Constructor for class dev.getelements.elements.exception.StatusMapping
 
STDERR - Static variable in interface dev.getelements.elements.setup.SetupCommand
 
STDIN - Static variable in interface dev.getelements.elements.setup.SetupCommand
 
STDOUT - Static variable in interface dev.getelements.elements.setup.SetupCommand
 
Step - Class in dev.getelements.elements.sdk.model.mission
Represents a mission step.
Step() - Constructor for class dev.getelements.elements.sdk.model.mission.Step
 
stepListToMongoStepList(List<Step>) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
stop() - Method in class dev.getelements.elements.appnode.ApplicationNode
Stops the ApplicationNode.
stop() - Method in interface dev.getelements.elements.dao.mongo.test.MongoTestInstance
Stops which, by default, calls close.
stop() - Method in class dev.getelements.elements.jetty.ElementsWebServices
 
stop() - Method in class dev.getelements.elements.rest.test.EmbeddedElementsWebServices
 
stop() - Method in interface dev.getelements.elements.rt.AsyncConnectionService
stop() - Method in interface dev.getelements.elements.rt.EventContext
Stops this EventContext.
stop() - Method in interface dev.getelements.elements.rt.EventService
Stops the EventService and makes it unavailable to accept tasks.
stop() - Method in interface dev.getelements.elements.rt.HandlerContext
Stops this HandlerContext.
stop() - Method in interface dev.getelements.elements.rt.IndexContext
Stops this IndexContext.
stop() - Method in interface dev.getelements.elements.rt.InstanceMetadataContext
stop() - Method in class dev.getelements.elements.rt.jeromq.JeroMQAsyncConnectionService
 
stop() - Method in interface dev.getelements.elements.rt.LoadMonitorService
stop() - Method in interface dev.getelements.elements.rt.ManifestContext
Stops this ManifestContext.
stop() - Method in interface dev.getelements.elements.rt.PersistenceEnvironment
Closes this PersistenceEnvironment instance and releases any underlying connections to the data storage.
stop() - Method in interface dev.getelements.elements.rt.remote.InstanceConnectionService
Stops the service.
stop() - Method in interface dev.getelements.elements.rt.remote.InstanceDiscoveryService
 
stop() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQInstanceConnectionService
 
stop() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQRemoteInvoker
 
stop() - Method in class dev.getelements.elements.rt.remote.JndiSrvInstanceDiscoveryService
 
stop() - Method in interface dev.getelements.elements.rt.remote.Node.Shutdown
Stops the service.
stop() - Method in interface dev.getelements.elements.rt.remote.RemoteInvocationDispatcher
Stops this RemoteInvoker.
stop() - Method in interface dev.getelements.elements.rt.remote.RemoteInvoker
Stops this RemoteInvoker.
stop() - Method in interface dev.getelements.elements.rt.remote.RemoteInvokerRegistry
stop() - Method in class dev.getelements.elements.rt.remote.SimpleRemoteInvokerRegistry
 
stop() - Method in class dev.getelements.elements.rt.remote.SpotifySrvInstanceDiscoveryService
 
stop() - Method in class dev.getelements.elements.rt.remote.StaticInstanceDiscoveryService
 
stop() - Method in class dev.getelements.elements.rt.remote.watchdog.SimpleWatchdogService
 
stop() - Method in interface dev.getelements.elements.rt.remote.watchdog.WatchdogService
Stops monitoring.
stop() - Method in interface dev.getelements.elements.rt.remote.watchdog.WorkerWatchdog
Stops this WorkerWatchdog.
stop() - Method in interface dev.getelements.elements.rt.ResourceContext
Stops this ResourceContext.
stop() - Method in interface dev.getelements.elements.rt.ResourceService
Releases all memory associated with this ResourceService.
stop() - Method in interface dev.getelements.elements.rt.RetainedHandlerService
stop() - Method in interface dev.getelements.elements.rt.Scheduler
Shuts down the Scheduler.
stop() - Method in interface dev.getelements.elements.rt.SchedulerContext
Stops this SchedulerContext.
stop() - Method in class dev.getelements.elements.rt.SharedAsyncConnectionService
 
stop() - Method in class dev.getelements.elements.rt.SimpleEventContext
 
stop() - Method in class dev.getelements.elements.rt.SimpleEventService
 
stop() - Method in class dev.getelements.elements.rt.SimpleHandlerContext
 
stop() - Method in class dev.getelements.elements.rt.SimpleIndexContext
 
stop() - Method in class dev.getelements.elements.rt.SimpleInstanceMetadataContext
 
stop() - Method in class dev.getelements.elements.rt.SimpleLoadMonitorService
 
stop() - Method in class dev.getelements.elements.rt.SimpleManifestContext
 
stop() - Method in class dev.getelements.elements.rt.SimpleResourceContext
 
stop() - Method in class dev.getelements.elements.rt.SimpleRetainedHandlerService
 
stop() - Method in class dev.getelements.elements.rt.SimpleScheduler
 
stop() - Method in class dev.getelements.elements.rt.SimpleSchedulerContext
 
stop() - Method in class dev.getelements.elements.rt.SimpleSingleUseHandlerService
 
stop() - Method in class dev.getelements.elements.rt.SimpleTaskContext
 
stop() - Method in class dev.getelements.elements.rt.SimpleTaskService
 
stop() - Method in interface dev.getelements.elements.rt.SingleUseHandlerService
stop() - Method in interface dev.getelements.elements.rt.TaskContext
Stops this TaskContext.
stop() - Method in interface dev.getelements.elements.rt.TaskService
Stops the TaskService and makes it unavailable to accept tasks.
stop() - Method in interface dev.getelements.elements.rt.transact.JournalTransactionalPersistenceDriver
stop() - Method in class dev.getelements.elements.rt.transact.JournalTransactionalResourceServicePersistenceEnvironment
 
stop() - Method in class dev.getelements.elements.rt.transact.TransactionalResourceService
 
stop() - Method in class dev.getelements.elements.rt.transact.TransactionalSchedulerContext
 
stop() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSJournalTransactionalPersistenceDriver
 
stop() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionJournal
 
stop() - Method in class dev.getelements.elements.rt.util.CompletionServiceLatch
Stops the latch and prevents it from accepting any more jobs.
stop() - Method in class dev.getelements.elements.rt.util.LatchedExecutorServiceCompletionService
stop() - Method in interface dev.getelements.elements.rt.util.ProxyDelegate
Stops the delegated type, returning the delegate
STOPPED - Enum constant in enum class dev.getelements.elements.rt.remote.NodeState
The node is stopped.
STOPPING - Enum constant in enum class dev.getelements.elements.rt.remote.NodeState
The node is in the process of stoppping.
STORAGE_HAS_KEY_BASE - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearCostType
 
STORAGE_HAS_KEY_BYTE - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearCostType
 
STORAGE_READ_BASE - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearCostType
 
STORAGE_READ_KEY_BYTE - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearCostType
 
STORAGE_READ_VALUE_BYTE - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearCostType
 
STORAGE_REMOVE_BASE - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearCostType
 
STORAGE_REMOVE_KEY_BYTE - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearCostType
 
STORAGE_REMOVE_RET_VALUE_BYTE - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearCostType
 
STORAGE_WRITE_BASE - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearCostType
 
STORAGE_WRITE_EVICTED_BYTE - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearCostType
 
STORAGE_WRITE_KEY_BYTE - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearCostType
 
STORAGE_WRITE_VALUE_BYTE - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearCostType
 
stream() - Method in class dev.getelements.elements.rt.ConcurrentRoundRobin
 
stream() - Method in interface dev.getelements.elements.rt.RoundRobin
Gets a Stream<T> from this RoundRobin<T>.
stream() - Method in interface dev.getelements.elements.rt.transact.unix.UnixFSCircularBlockBuffer.View
Returns a stream view of the current valid elements contained in this buffer.
stream() - Method in interface dev.getelements.elements.sdk.Attributes
stream() - Method in interface dev.getelements.elements.sdk.ElementRegistry
Streams all Element isntances in this ElementRegistry.
stream() - Method in class dev.getelements.elements.sdk.model.Pagination
 
stream() - Method in class dev.getelements.elements.sdk.spi.ElementScopedElementRegistry
 
stream() - Method in class dev.getelements.elements.sdk.spi.RootElementRegistry
 
stream() - Method in class dev.getelements.elements.sdk.util.ImmutableAttributes
 
stream() - Method in class dev.getelements.elements.sdk.util.PropertiesAttributes
 
streamShellCommands() - Static method in enum class dev.getelements.elements.setup.SetupCommands
 
streamWildcardIndices() - Method in class dev.getelements.elements.sdk.cluster.path.Path
Gets an IntStream of all wild card indices.
STRING - Enum constant in enum class dev.getelements.elements.rt.manifest.model.Type
The string type.
STRING - Enum constant in enum class dev.getelements.elements.rt.transact.unix.UnixFSTransactionParameter.Type
Represents an arbitrary string.
STRING - Enum constant in enum class dev.getelements.elements.sdk.model.schema.MetadataSpecPropertyType
String type.
STRING - Static variable in class dev.getelements.elements.sdk.model.schema.json.JsonSchemaType
String type.
stringToMongoInventoryItemId(String, MongoInventoryItemId) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
stringToMongoSaveDataDocumentId(String, MongoSaveDataDocumentId) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
stringType() - Method in class dev.getelements.elements.sdk.model.util.MetadataSpecBuilder.PropertyBuilder
 
stripCode(ZMsg) - Static method in enum class dev.getelements.elements.rt.remote.jeromq.JeroMQControlResponseCode
Gets the JeroMQControlResponseCode or throw an IllegalArgumentException if the code could not be understood.
stripCommand(ZMsg) - Static method in enum class dev.getelements.elements.rt.remote.jeromq.JeroMQRoutingCommand
Gets the JeroMQRoutingCommand or throw an IllegalArgumentException if the command could not be understood.
stripExtension(Path) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
Returns a Path with the extension stripped.
stripServiceSuffix(String) - Static method in class org.eclipse.jgit.http.server.GitSmartHttpTools
Strip the Git service suffix from a request path.
stripWildcard(int) - Method in class dev.getelements.elements.sdk.cluster.path.Path
Returns a new Path which strips all components up to the wildcard index.
stripWildcardRecursive() - Method in class dev.getelements.elements.sdk.cluster.path.Path
Returns this Path as a non-wildcard path.
style() - Element in annotation interface dev.getelements.elements.rt.annotation.ModuleDefinition
When binding to the underlying language, this defines the case format
style() - Element in annotation interface dev.getelements.elements.rt.annotation.RemoteScope
Indicates the module's code style.
SUB - Enum constant in enum class dev.getelements.elements.sdk.model.auth.OidcClaim
Subject - A user or request id
SubjectRequest - Class in dev.getelements.elements.sdk.model.largeobject
 
SubjectRequest() - Constructor for class dev.getelements.elements.sdk.model.largeobject.SubjectRequest
 
Subjects - Class in dev.getelements.elements.sdk.model.largeobject
 
Subjects() - Constructor for class dev.getelements.elements.sdk.model.largeobject.Subjects
 
submit(Runnable) - Method in class dev.getelements.elements.rt.util.LatchedExecutorServiceCompletionService
submit(Runnable, T) - Method in class dev.getelements.elements.rt.util.LatchedExecutorServiceCompletionService
submit(Callable<T>) - Method in interface dev.getelements.elements.rt.Scheduler
Submits an arbitrary Callable<T> to run within the Scheduler.
submit(Callable<T>) - Method in class dev.getelements.elements.rt.SimpleScheduler
 
submit(Callable<T>) - Method in class dev.getelements.elements.rt.util.LatchedExecutorServiceCompletionService
submitV(Runnable) - Method in interface dev.getelements.elements.rt.Scheduler
Submits an arbitrary Runnable to run within the Scheduler.
subscribe(BiConsumer<Subscription, ? super T>) - Method in class dev.getelements.elements.sdk.util.ConcurrentDequePublisher
 
subscribe(BiConsumer<Subscription, ? super T>) - Method in class dev.getelements.elements.sdk.util.ConcurrentLockedPublisher
 
subscribe(BiConsumer<Subscription, ? super T>) - Method in class dev.getelements.elements.sdk.util.LinkedPublisher
 
subscribe(BiConsumer<Subscription, ? super T>) - Method in interface dev.getelements.elements.sdk.util.Publisher
Subscribes to a particular event.
subscribe(Consumer<? super T>) - Method in interface dev.getelements.elements.sdk.util.Publisher
Subscribes to a particular event.
subscribe(Consumer<T>) - Method in interface dev.getelements.elements.sdk.service.topic.Topic
Listens for incoming messages on this Topic.
subscribeNext(Consumer<T>, Consumer<Exception>) - Method in interface dev.getelements.elements.sdk.service.topic.Topic
Similar to Topic.subscribe(Consumer), this will subscribe to messages.
subscribeToConnect(Consumer<InstanceConnectionService.InstanceConnection>) - Method in interface dev.getelements.elements.rt.remote.InstanceConnectionService
Adds a Consumer<InstanceConnectionService.InstanceConnection> that will be called when a new instance has connected to this InstanceConnectionService.
subscribeToConnect(Consumer<InstanceConnectionService.InstanceConnection>) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQInstanceConnectionService
 
subscribeToDisconnect(Consumer<InstanceConnectionService.InstanceConnection>) - Method in interface dev.getelements.elements.rt.remote.InstanceConnectionService
Adds a Consumer<InstanceConnectionService.InstanceConnection> that will be called when a an instance has disconnected from this InstanceConnectionService.
subscribeToDisconnect(Consumer<InstanceConnectionService.InstanceConnection>) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQInstanceConnectionService
 
subscribeToDiscovery(Consumer<InstanceHostInfo>) - Method in interface dev.getelements.elements.rt.remote.InstanceDiscoveryService
Subscribes to an event that fires when a new host joins the network.
subscribeToDiscovery(Consumer<InstanceHostInfo>) - Method in class dev.getelements.elements.rt.remote.JndiSrvInstanceDiscoveryService
 
subscribeToDiscovery(Consumer<InstanceHostInfo>) - Method in class dev.getelements.elements.rt.remote.SpotifySrvInstanceDiscoveryService
 
subscribeToDiscovery(Consumer<InstanceHostInfo>) - Method in class dev.getelements.elements.rt.remote.StaticInstanceDiscoveryService
 
subscribeToUndiscovery(Consumer<InstanceHostInfo>) - Method in interface dev.getelements.elements.rt.remote.InstanceDiscoveryService
Subscribes to an event that fires when a host leaves the network.
subscribeToUndiscovery(Consumer<InstanceHostInfo>) - Method in class dev.getelements.elements.rt.remote.JndiSrvInstanceDiscoveryService
 
subscribeToUndiscovery(Consumer<InstanceHostInfo>) - Method in class dev.getelements.elements.rt.remote.SpotifySrvInstanceDiscoveryService
 
subscribeToUndiscovery(Consumer<InstanceHostInfo>) - Method in class dev.getelements.elements.rt.remote.StaticInstanceDiscoveryService
 
Subscription - Interface in dev.getelements.elements.sdk
Returned from the various subscribe calls.
SUPERUSER - Enum constant in enum class dev.getelements.elements.sdk.model.user.User.Level
An administrator/super user, who can do all of the above as well as delete/create users.
SUPERUSER - Static variable in interface dev.getelements.elements.sdk.service.Constants
Names a service as scoped to the SUPERUSER user level.
SuperUserAdvancedInventoryItemService - Class in dev.getelements.elements.service.inventory
 
SuperUserAdvancedInventoryItemService() - Constructor for class dev.getelements.elements.service.inventory.SuperUserAdvancedInventoryItemService
 
SuperUserApplicationConfigurationService - Class in dev.getelements.elements.service.application
Created by patricktwohig on 7/13/15.
SuperUserApplicationConfigurationService() - Constructor for class dev.getelements.elements.service.application.SuperUserApplicationConfigurationService
 
SuperUserApplicationService - Class in dev.getelements.elements.service.application
ApplicationService implemented for when the current user has User.Level.SUPERUSER access.
SuperUserApplicationService() - Constructor for class dev.getelements.elements.service.application.SuperUserApplicationService
 
SuperUserAuthSchemeService - Class in dev.getelements.elements.service.auth
 
SuperUserAuthSchemeService() - Constructor for class dev.getelements.elements.service.auth.SuperUserAuthSchemeService
 
SuperuserDeploymentService - Class in dev.getelements.elements.service.cdn
 
SuperuserDeploymentService() - Constructor for class dev.getelements.elements.service.cdn.SuperuserDeploymentService
 
SuperUserDistinctInventoryItemService - Class in dev.getelements.elements.service.inventory
 
SuperUserDistinctInventoryItemService() - Constructor for class dev.getelements.elements.service.inventory.SuperUserDistinctInventoryItemService
 
SuperUserEvmSmartContractInvocationService - Class in dev.getelements.elements.service.blockchain.crypto.evm
 
SuperUserEvmSmartContractInvocationService() - Constructor for class dev.getelements.elements.service.blockchain.crypto.evm.SuperUserEvmSmartContractInvocationService
 
SuperUserFacebookApplicationConfigurationService - Class in dev.getelements.elements.service.application
Created by patricktwohig on 6/14/17.
SuperUserFacebookApplicationConfigurationService() - Constructor for class dev.getelements.elements.service.application.SuperUserFacebookApplicationConfigurationService
 
SuperUserFCMRegistrationService - Class in dev.getelements.elements.service.notification
 
SuperUserFCMRegistrationService() - Constructor for class dev.getelements.elements.service.notification.SuperUserFCMRegistrationService
 
SuperUserFirebaseApplicationConfigurationService - Class in dev.getelements.elements.service.application
 
SuperUserFirebaseApplicationConfigurationService() - Constructor for class dev.getelements.elements.service.application.SuperUserFirebaseApplicationConfigurationService
 
SuperUserFlowSmartContractInvocationService - Class in dev.getelements.elements.service.blockchain.crypto.flow
 
SuperUserFlowSmartContractInvocationService() - Constructor for class dev.getelements.elements.service.blockchain.crypto.flow.SuperUserFlowSmartContractInvocationService
 
SuperUserFollowerService - Class in dev.getelements.elements.service.follower
 
SuperUserFollowerService() - Constructor for class dev.getelements.elements.service.follower.SuperUserFollowerService
 
SuperUserGooglePlayApplicationConfigurationService - Class in dev.getelements.elements.service.application
Created by patricktwohig on 5/25/17.
SuperUserGooglePlayApplicationConfigurationService() - Constructor for class dev.getelements.elements.service.application.SuperUserGooglePlayApplicationConfigurationService
 
SuperUserIndexService - Class in dev.getelements.elements.service.index
 
SuperUserIndexService() - Constructor for class dev.getelements.elements.service.index.SuperUserIndexService
 
SuperUserInviteService - Class in dev.getelements.elements.service.invite
 
SuperUserInviteService() - Constructor for class dev.getelements.elements.service.invite.SuperUserInviteService
 
SuperUserIosApplicationConfigurationService - Class in dev.getelements.elements.service.application
Created by patricktwohig on 5/25/17.
SuperUserIosApplicationConfigurationService() - Constructor for class dev.getelements.elements.service.application.SuperUserIosApplicationConfigurationService
 
SuperuserItemService - Class in dev.getelements.elements.service.goods
 
SuperuserItemService() - Constructor for class dev.getelements.elements.service.goods.SuperuserItemService
 
SuperUserLargeObjectService - Class in dev.getelements.elements.service.largeobject
 
SuperUserLargeObjectService() - Constructor for class dev.getelements.elements.service.largeobject.SuperUserLargeObjectService
 
SuperUserLeaderboardService - Class in dev.getelements.elements.service.leaderboard
 
SuperUserLeaderboardService() - Constructor for class dev.getelements.elements.service.leaderboard.SuperUserLeaderboardService
 
SuperUserMatchmakingApplicationConfigurationService - Class in dev.getelements.elements.service.application
 
SuperUserMatchmakingApplicationConfigurationService() - Constructor for class dev.getelements.elements.service.application.SuperUserMatchmakingApplicationConfigurationService
 
SuperUserMetadataSpecService - Class in dev.getelements.elements.service.schema
 
SuperUserMetadataSpecService() - Constructor for class dev.getelements.elements.service.schema.SuperUserMetadataSpecService
 
SuperUserMissionService - Class in dev.getelements.elements.service.mission
 
SuperUserMissionService() - Constructor for class dev.getelements.elements.service.mission.SuperUserMissionService
 
SuperUserMockSessionService - Class in dev.getelements.elements.service.auth
 
SuperUserMockSessionService() - Constructor for class dev.getelements.elements.service.auth.SuperUserMockSessionService
 
SuperUserNearSmartContractInvocationService - Class in dev.getelements.elements.service.blockchain.crypto.near
 
SuperUserNearSmartContractInvocationService() - Constructor for class dev.getelements.elements.service.blockchain.crypto.near.SuperUserNearSmartContractInvocationService
 
SuperUserOAuth2AuthSchemeService - Class in dev.getelements.elements.service.auth
 
SuperUserOAuth2AuthSchemeService() - Constructor for class dev.getelements.elements.service.auth.SuperUserOAuth2AuthSchemeService
 
SuperUserOidcAuthSchemeService - Class in dev.getelements.elements.service.auth
 
SuperUserOidcAuthSchemeService() - Constructor for class dev.getelements.elements.service.auth.SuperUserOidcAuthSchemeService
 
SuperUserOpenApiCodegenService - Class in dev.getelements.elements.service.codegen
 
SuperUserOpenApiCodegenService() - Constructor for class dev.getelements.elements.service.codegen.SuperUserOpenApiCodegenService
 
SuperUserProfileOverrideService - Class in dev.getelements.elements.service.profile
Implementation for users with User.Level.SUPERUSER users.
SuperUserProfileOverrideService() - Constructor for class dev.getelements.elements.service.profile.SuperUserProfileOverrideService
 
SuperUserProfileService - Class in dev.getelements.elements.service.profile
Provides full access to the Profile and related types.
SuperUserProfileService() - Constructor for class dev.getelements.elements.service.profile.SuperUserProfileService
 
SuperUserProgressService - Class in dev.getelements.elements.service.progress
 
SuperUserProgressService() - Constructor for class dev.getelements.elements.service.progress.SuperUserProgressService
 
SuperUserPSNApplicationConfigurationService - Class in dev.getelements.elements.service.application
Created by patricktwohig on 5/24/17.
SuperUserPSNApplicationConfigurationService() - Constructor for class dev.getelements.elements.service.application.SuperUserPSNApplicationConfigurationService
 
SuperUserRankService - Class in dev.getelements.elements.service.leaderboard
 
SuperUserRankService() - Constructor for class dev.getelements.elements.service.leaderboard.SuperUserRankService
 
SuperUserSaveDataDocumentService - Class in dev.getelements.elements.service.savedata
 
SuperUserSaveDataDocumentService() - Constructor for class dev.getelements.elements.service.savedata.SuperUserSaveDataDocumentService
 
SuperUserScheduleEventService - Class in dev.getelements.elements.service.mission
 
SuperUserScheduleEventService() - Constructor for class dev.getelements.elements.service.mission.SuperUserScheduleEventService
 
SuperUserScheduleService - Class in dev.getelements.elements.service.mission
 
SuperUserScheduleService() - Constructor for class dev.getelements.elements.service.mission.SuperUserScheduleService
 
SuperUserSimpleInventoryItemService - Class in dev.getelements.elements.service.inventory
 
SuperUserSimpleInventoryItemService() - Constructor for class dev.getelements.elements.service.inventory.SuperUserSimpleInventoryItemService
 
SuperUserSmartContractInvocationService<InvocationScopeT,InvokerT> - Class in dev.getelements.elements.service.blockchain.invoke
 
SuperUserSmartContractInvocationService() - Constructor for class dev.getelements.elements.service.blockchain.invoke.SuperUserSmartContractInvocationService
 
SuperUserSmartContractService - Class in dev.getelements.elements.service.blockchain.omni
 
SuperUserSmartContractService() - Constructor for class dev.getelements.elements.service.blockchain.omni.SuperUserSmartContractService
 
SuperuserUserService - Class in dev.getelements.elements.service.user
Created by patricktwohig on 3/26/15.
SuperuserUserService() - Constructor for class dev.getelements.elements.service.user.SuperuserUserService
 
SuperUserVaultService - Class in dev.getelements.elements.service.blockchain.omni
 
SuperUserVaultService() - Constructor for class dev.getelements.elements.service.blockchain.omni.SuperUserVaultService
 
SuperUserWalletService - Class in dev.getelements.elements.service.blockchain.omni
 
SuperUserWalletService() - Constructor for class dev.getelements.elements.service.blockchain.omni.SuperUserWalletService
 
supplier() - Method in record class dev.getelements.elements.sdk.query.ElementCallbackQuery
Returns the value of the supplier record component.
SymbolicLinkIOException - Exception Class in dev.getelements.elements.sdk.model.exception.cdnserve
 
SymbolicLinkIOException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.cdnserve.SymbolicLinkIOException
 
SymbolicLinkIOException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.cdnserve.SymbolicLinkIOException
 
SymbolicLinkIOException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.cdnserve.SymbolicLinkIOException
 
SymbolicLinkIOException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.cdnserve.SymbolicLinkIOException
 
SYNCHRONOUS - Enum constant in enum class dev.getelements.elements.rt.annotation.Dispatch.Type
The method is dispatched, blocking until the method returns or an exception is thrown.
SyncWait<ResultT> - Class in dev.getelements.elements.rt.util
Represents a one-way pipe which can be used to relay either an Exception or a successful result.
SyncWait(Class<?>) - Constructor for class dev.getelements.elements.rt.util.SyncWait
Constructs an instance of SyncWait with the given Class from which to create a Logger instance
SyncWait(Logger) - Constructor for class dev.getelements.elements.rt.util.SyncWait
Constructs an instance of SyncWait with the given Logger for logging errors.
SYSTEM_EVENT_ELEMENT_LOADED - Static variable in interface dev.getelements.elements.sdk.ElementLoader
Called after the Element is loaded.
SYSTEM_EVENT_PREFIX - Static variable in interface dev.getelements.elements.sdk.Event
All event names with the following prefix are considered system events.
SYSTEM_RESERVED_MASK - Static variable in enum class dev.getelements.elements.rt.ResponseCode
Masks ResponseCode values that are considered reserved by the system.
SystemClasspathUtils - Class in dev.getelements.elements.sdk.local
Utilities for accessing the system classpath.

T

Tabulation<ModelT> - Class in dev.getelements.elements.sdk.model
Similar to a Pagination, a Tabulation is a way to walk a dataset.
Tabulation() - Constructor for class dev.getelements.elements.sdk.model.Tabulation
 
tabulationFromQuery(Query<MongoModelT>, Function<MongoModelT, ModelT>) - Method in class dev.getelements.elements.dao.mongo.MongoDBUtils
Transforms the given Query to the resulting Pagination.
tabulationFromQuery(Query<MongoModelT>, Function<MongoModelT, ModelT>, FindOptions) - Method in class dev.getelements.elements.dao.mongo.MongoDBUtils
Transforms the given Query to the resulting Pagination.
TAG_SEPARATOR - Static variable in class dev.getelements.elements.sdk.model.appleiapreceipt.AppleIapReceipt
 
TAG_SEPARATOR - Static variable in class dev.getelements.elements.sdk.model.googleplayiapreceipt.GooglePlayIapReceipt
 
TAG_SEPARATOR - Static variable in class dev.getelements.elements.sdk.model.mission.Step
 
Taggable - Interface in dev.getelements.elements.sdk.model
 
tags - Variable in class dev.getelements.elements.sdk.model.auth.UpdateAuthSchemeRequest
 
TAGS - Enum constant in enum class dev.getelements.elements.sdk.model.schema.MetadataSpecPropertyType
Tags type
TASK_EXTENSION - Static variable in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
 
TASK_KILLED - Enum constant in enum class dev.getelements.elements.rt.ResponseCode
Indicates that the supplied task was killed.
TASK_MAGIC - Static variable in class dev.getelements.elements.rt.transact.unix.UnixFSDataHeader
 
TASK_NOT_FOUND - Enum constant in enum class dev.getelements.elements.rt.ResponseCode
Indicates that the supplied task was not found.
TaskContext - Interface in dev.getelements.elements.rt
Manages the global state of currently operating tasks.
TaskEntry<ScopeT> - Interface in dev.getelements.elements.rt.transact
Represents a TaskEntry
TaskEntry.OperationalStrategy<ScopeT> - Interface in dev.getelements.elements.rt.transact
An operational strategy, which defines a list of tasks.
TaskId - Class in dev.getelements.elements.sdk.cluster.id
Represents a globally-unique id of a task, associated with a resource.
TaskId(byte[]) - Constructor for class dev.getelements.elements.sdk.cluster.id.TaskId
Creates the TaskId from the provided string representation, as obtained from TaskId.asBytes().
TaskId(ResourceId) - Constructor for class dev.getelements.elements.sdk.cluster.id.TaskId
Creates a new unique TaskId.
TaskId(String) - Constructor for class dev.getelements.elements.sdk.cluster.id.TaskId
Creates the TaskId from the provided string representation, as obtained from TaskId.asString().
taskIdFromByteBuffer(ByteBuffer, int) - Static method in class dev.getelements.elements.sdk.cluster.id.TaskId
Reads a TaskId from the supplied ByteBuffer and position, ensuring that the buffer's mark, limit, and position are unaffected.
TaskIndex - Interface in dev.getelements.elements.rt.transact
Indexes all of the TransactionalTask instances in the datastore.
TaskKilledException - Exception Class in dev.getelements.elements.rt.exception
 
TaskKilledException(TaskId) - Constructor for exception class dev.getelements.elements.rt.exception.TaskKilledException
 
TASKS_DIRECTORY - Static variable in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
 
TaskService - Interface in dev.getelements.elements.rt
Tracks a listing of TaskIds and their associated Consumer instances for tracking the results of the task.
TEMP_FILE_CHARACTERS - Static variable in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
 
TEMP_NAME_LENGTH_CHARS - Static variable in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
 
TemporaryFiles - Class in dev.getelements.elements.sdk.util
Manages temporary files.
TemporaryFiles(Class<?>) - Constructor for class dev.getelements.elements.sdk.util.TemporaryFiles
Creates an instance of TemporaryFiles with the enclosing class.
TemporaryFiles(String) - Constructor for class dev.getelements.elements.sdk.util.TemporaryFiles
Creates an instance of TemporaryFiles with the supplied prefix.
TerminalProvider - Class in dev.getelements.elements.setup.provider
 
TerminalProvider() - Constructor for class dev.getelements.elements.setup.provider.TerminalProvider
 
test(Class<?>) - Method in class dev.getelements.elements.sdk.model.ModelPermittedTypes
 
test(Class<?>) - Method in class dev.getelements.elements.sdk.spi.PermitElementLoader
 
test(Package) - Method in class dev.getelements.elements.app.serve.AppServePermittedPackages
 
test(Package) - Method in class dev.getelements.elements.common.app.CommonApplicationPermittedPackages
 
test(Package) - Method in class dev.getelements.elements.sdk.model.ModelPermittedPackages
 
TEST_API_ROOT - Static variable in class dev.getelements.elements.rest.test.TestUtils
 
TEST_APP_SERVE_RS_ROOT - Static variable in class dev.getelements.elements.rest.test.TestUtils
 
TEST_APP_SERVE_WS_ROOT - Static variable in class dev.getelements.elements.rest.test.TestUtils
 
TEST_COMPONENT - Static variable in class dev.getelements.elements.dao.mongo.test.IntegrationTestModule
 
TEST_CONFIGURATION_PARAMETER - Static variable in class dev.getelements.elements.sdk.test.element.a.TestServiceImplementation
 
TEST_ELEMENT_EVENT_1 - Static variable in interface dev.getelements.elements.sdk.test.element.TestService
 
TEST_ELEMENT_EVENT_2 - Static variable in interface dev.getelements.elements.sdk.test.element.TestService
 
TEST_INSTANCE - Static variable in class dev.getelements.elements.rest.test.TestUtils
 
TestApplication - Class in dev.getelements.elements.sdk.test.element.rs
 
TestApplication() - Constructor for class dev.getelements.elements.sdk.test.element.rs.TestApplication
 
TestApplicationAssetLoader - Class in dev.getelements.elements.rest.test
An implementation of the ApplicationAssetLoader which loads test Elements from the TestArtifactRegistry.
TestApplicationAssetLoader() - Constructor for class dev.getelements.elements.rest.test.TestApplicationAssetLoader
 
TestApplicationAssetLoaderModule - Class in dev.getelements.elements.rest.test
 
TestApplicationAssetLoaderModule() - Constructor for class dev.getelements.elements.rest.test.TestApplicationAssetLoaderModule
 
TestApplicationNodeModule - Class in dev.getelements.elements.test.guice
 
TestApplicationNodeModule(NodeId, Collection<? extends Module>) - Constructor for class dev.getelements.elements.test.guice.TestApplicationNodeModule
 
TestArtifactRegistry - Class in dev.getelements.elements.sdk.test
A helper class to find the test artifacts in the project.
TestArtifactRegistry() - Constructor for class dev.getelements.elements.sdk.test.TestArtifactRegistry
 
TestClientContextFactoryModule - Class in dev.getelements.elements.test.guice
 
TestClientContextFactoryModule() - Constructor for class dev.getelements.elements.test.guice.TestClientContextFactoryModule
 
TestClientInstanceModule - Class in dev.getelements.elements.test.guice
 
TestClientInstanceModule() - Constructor for class dev.getelements.elements.test.guice.TestClientInstanceModule
 
TestElementArtifact - Enum Class in dev.getelements.elements.sdk.test
Represents a specific test artifact in the collection of test assets.
TestElementBundle - Enum Class in dev.getelements.elements.sdk.test
Enumerates bundles, represented as directories of jar files, used in constructing test elements.
testElementEvents() - Method in class dev.getelements.elements.sdk.test.ElementLoaderTest
 
testElementRegistrySpi() - Method in class dev.getelements.elements.sdk.test.element.a.TestServiceImplementation
 
testElementRegistrySpi() - Method in class dev.getelements.elements.sdk.test.element.b.TestServiceImplementation
 
testElementRegistrySpi() - Method in interface dev.getelements.elements.sdk.test.element.TestService
Attempts to get the element registry SPI.
testElementSpi() - Method in class dev.getelements.elements.sdk.test.element.a.TestServiceImplementation
 
testElementSpi() - Method in class dev.getelements.elements.sdk.test.element.b.TestServiceImplementation
 
testElementSpi() - Method in interface dev.getelements.elements.sdk.test.element.TestService
Attempts to get the element SPI.
testEvent1ConsumerWithObject(String, String) - Method in class dev.getelements.elements.sdk.test.element.a.TestServiceImplementation
 
testEvent1ConsumerWithObject(String, String) - Method in class dev.getelements.elements.sdk.test.element.b.TestServiceImplementation
 
testEvent2ConsumerWithObject(String, String) - Method in class dev.getelements.elements.sdk.test.element.a.TestServiceImplementation
 
testEvent2ConsumerWithObject(String, String) - Method in class dev.getelements.elements.sdk.test.element.b.TestServiceImplementation
 
testGetElementByName() - Method in class dev.getelements.elements.sdk.test.ElementLoaderTest
 
testGetTestService() - Method in class dev.getelements.elements.sdk.test.ElementLoaderTest
 
testLoadAll() - Method in class dev.getelements.elements.sdk.test.FlatElementPathLoaderTest
 
testLoadAll() - Method in class dev.getelements.elements.sdk.test.NestedElementPathLoaderTest
 
testLoadThroughRegistry() - Method in class dev.getelements.elements.sdk.test.ElementLoaderTest
 
TestMasterNodeModule - Class in dev.getelements.elements.test.guice
 
TestMasterNodeModule(InstanceId) - Constructor for class dev.getelements.elements.test.guice.TestMasterNodeModule
 
TestNodeServicesModule - Class in dev.getelements.elements.test.guice
 
TestNodeServicesModule() - Constructor for class dev.getelements.elements.test.guice.TestNodeServicesModule
 
TestService - Interface in dev.getelements.elements.sdk.test.element
A test service.
TestService.MethodEventRecord - Record Class in dev.getelements.elements.sdk.test.element
Represents an event record, capturing name and arguments.
TestServiceImplementation - Class in dev.getelements.elements.sdk.test.element.a
 
TestServiceImplementation - Class in dev.getelements.elements.sdk.test.element.b
 
TestServiceImplementation() - Constructor for class dev.getelements.elements.sdk.test.element.a.TestServiceImplementation
 
TestServiceImplementation() - Constructor for class dev.getelements.elements.sdk.test.element.b.TestServiceImplementation
 
testUseElementRegistrySupplierSpi() - Method in class dev.getelements.elements.sdk.test.ElementLoaderTest
 
testUseElementSupplierSpi() - Method in class dev.getelements.elements.sdk.test.ElementLoaderTest
 
TestUtils - Class in dev.getelements.elements.rest.test
 
TestUtils - Class in dev.getelements.elements.sdk.test
 
TestUtils() - Constructor for class dev.getelements.elements.sdk.test.TestUtils
 
TestVersionServiceModule - Class in dev.getelements.elements.rest.test
 
TestVersionServiceModule() - Constructor for class dev.getelements.elements.rest.test.TestVersionServiceModule
 
TestWorkerInstanceModule - Class in dev.getelements.elements.test.guice
 
TestWorkerInstanceModule() - Constructor for class dev.getelements.elements.test.guice.TestWorkerInstanceModule
 
then(Monitor) - Method in interface dev.getelements.elements.sdk.util.Monitor
Acquires a monitor which will release the lock after this monitor closes.
then(Runnable) - Method in interface dev.getelements.elements.sdk.util.FinallyAction
Chains this FinallyAction to the next FinallyAction.
then(Lock) - Method in interface dev.getelements.elements.sdk.util.Monitor
Acquires a monitor which will release the lock after this monitor closes.
then(Semaphore) - Method in interface dev.getelements.elements.sdk.util.Monitor
Acquires a monitor which will release the semaphore after this monitor closes.
then(Semaphore, int) - Method in interface dev.getelements.elements.sdk.util.Monitor
Acquires a monitor which will release the lock after this monitor closes.
thenClose(AutoCloseable) - Method in interface dev.getelements.elements.sdk.util.FinallyAction
 
THREAD_GROUP - Static variable in interface dev.getelements.elements.rt.remote.Instance
The worker thread group.
ThreadSafeLazyValue<T> - Class in dev.getelements.elements.sdk.util
A thread-safe implementation of SimpleLazyValue.
ThreadSafeLazyValue(Supplier<T>) - Constructor for class dev.getelements.elements.sdk.util.ThreadSafeLazyValue
Creates an instance of ThreadSafeLazyValue<T> with default lock.
ThreadSafeLazyValue(Supplier<T>, Lock) - Constructor for class dev.getelements.elements.sdk.util.ThreadSafeLazyValue
Creates an instance of ThreadSafeLazyValue<T> with default lock.
through(Filter) - Method in interface org.eclipse.jgit.http.server.glue.ServletBinder
Set the filter to trigger while processing the path.
timeout(long, TimeUnit) - Method in interface dev.getelements.elements.rt.remote.AsyncOperation
Sets the operation to automatically cancel after the supplied time has elapsed.
timeout(long, TimeUnit) - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQAsyncOperation
 
timeout(long, TimeUnit) - Method in class dev.getelements.elements.rt.routing.AggregateAsyncOperation
 
TIMEOUT_RETRY - Enum constant in enum class dev.getelements.elements.rt.ResponseCode
The request timed out.
TIMESTAMP - Static variable in class dev.getelements.elements.service.version.BuildPropertiesVersionService
 
TimestampCodec - Class in dev.getelements.elements.dao.mongo.codec
 
TimestampCodec() - Constructor for class dev.getelements.elements.dao.mongo.codec.TimestampCodec
 
title(String) - Method in interface dev.getelements.elements.sdk.service.notification.NotificationBuilder
Specifies the title text of the Notification.
title(String) - Method in class dev.getelements.elements.service.notification.StandardNotificationBuilder
 
to(CaseFormat, String) - Method in enum class dev.getelements.elements.rt.annotation.CaseFormat
Converts this to the other case.
toAddressesByNetwork(List<MongoSmartContractAddress>) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toAddressesFromMapByNetwork(Map<BlockchainNetwork, SmartContractAddress>) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toAppleIapReceipt(MongoAppleIapReceipt) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toAppleIapReceipt(MongoAppleIapReceipt) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toApplication(CreateApplicationRequest) - Method in interface dev.getelements.elements.service.util.ServicesMapper
 
toApplication(CreateApplicationRequest) - Method in class dev.getelements.elements.service.util.ServicesMapperImpl
 
toApplication(UpdateApplicationRequest) - Method in interface dev.getelements.elements.service.util.ServicesMapper
 
toApplication(UpdateApplicationRequest) - Method in class dev.getelements.elements.service.util.ServicesMapperImpl
 
toAuthScheme(MongoAuthScheme) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toAuthScheme(MongoAuthScheme) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toByteArray() - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoInventoryItemId
 
toByteArray() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgressId
 
toByteArray() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuanceId
 
toByteArray() - Method in class dev.getelements.elements.dao.mongo.model.MongoFriendshipId
 
toByteArray() - Method in class dev.getelements.elements.dao.mongo.model.MongoScoreId
 
toByteArray() - Method in class dev.getelements.elements.sdk.cluster.path.Path
Gets a byte[] representation of this Path.
toByteArray(String) - Method in class dev.getelements.elements.dao.mongo.mapper.PropertyConverters
 
toByteBuffer() - Method in class dev.getelements.elements.sdk.cluster.path.Path
Converts this Path to a ByteBuffer.
toByteBuffer(ByteBuffer) - Method in class dev.getelements.elements.sdk.cluster.id.NodeId
Writes this NodeId to a ByteBuffer at the supplied position.
toByteBuffer(ByteBuffer) - Method in class dev.getelements.elements.sdk.cluster.id.ResourceId
Writes this ResourceId to the supplied ByteBuffer.
toByteBuffer(ByteBuffer) - Method in class dev.getelements.elements.sdk.cluster.id.TaskId
Writes this TaskId to the supplied ByteBuffer.
toByteBuffer(ByteBuffer, int) - Method in class dev.getelements.elements.sdk.cluster.id.NodeId
Writes this NodeId to a ByteBuffer at the supplied position.
toByteBuffer(ByteBuffer, int) - Method in class dev.getelements.elements.sdk.cluster.id.ResourceId
Writes this ResourceId to a ByteBuffer at the supplied position.
toByteBuffer(ByteBuffer, int) - Method in class dev.getelements.elements.sdk.cluster.id.TaskId
Writes this TaskId to a ByteBuffer at the supplied position.
toCreateApplicationRequest(Application) - Method in interface dev.getelements.elements.service.util.ServicesMapper
 
toCreateApplicationRequest(Application) - Method in class dev.getelements.elements.service.util.ServicesMapperImpl
 
toDeployment(MongoDeployment) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toDeployment(MongoDeployment) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toDistinctInventoryItem(MongoDistinctInventoryItem) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toDistinctInventoryItem(MongoDistinctInventoryItem) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toElementsSmartContract(MongoBscSmartContract) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toElementsSmartContract(MongoBscSmartContract) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toElementsSmartContract(MongoNeoSmartContract) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toElementsSmartContract(MongoNeoSmartContract) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toFCMRegistration(MongoFCMRegistration) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toFCMRegistration(MongoFCMRegistration) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toFileSystemPathString() - Method in class dev.getelements.elements.sdk.cluster.path.Path
Deprecated.
toGooglePlayIapReceipt(MongoGooglePlayIapReceipt) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toGooglePlayIapReceipt(MongoGooglePlayIapReceipt) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toHexableId(String, Class<HexableIdT>) - Method in class dev.getelements.elements.dao.mongo.mapper.PropertyConverters
 
toHexString() - Method in interface dev.getelements.elements.dao.mongo.HexableId
Converts the object to a Hex string.
toHexString() - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoInventoryItemId
 
toHexString() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgressId
 
toHexString() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuanceId
 
toHexString() - Method in class dev.getelements.elements.dao.mongo.model.MongoFriendshipId
 
toHexString() - Method in class dev.getelements.elements.dao.mongo.model.MongoScoreId
 
toHexString() - Method in class dev.getelements.elements.dao.mongo.model.savedata.MongoSaveDataDocumentId
 
toHexString(byte[]) - Method in class dev.getelements.elements.dao.mongo.mapper.PropertyConverters
 
toHexString(HexableId) - Method in class dev.getelements.elements.dao.mongo.mapper.PropertyConverters
 
toHexString(ObjectId) - Method in class dev.getelements.elements.dao.mongo.mapper.PropertyConverters
 
toIndexMetadata(MongoIndexMetadata) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toIndexPlanStep(MongoIndexPlanStep) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toIndexPlanStep(MongoIndexPlanStep) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toInventoryItem(MongoInventoryItem) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toInventoryItem(MongoInventoryItem) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toItem(MongoItem) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toItem(MongoItem) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
Token - Class in dev.getelements.elements.sdk.model.blockchain
 
Token() - Constructor for class dev.getelements.elements.sdk.model.blockchain.Token
 
TokensWithExpirationDao - Interface in dev.getelements.elements.sdk.dao
Manipulates instances of TokenWithExpiration within the database.
TokenWithExpiration - Class in dev.getelements.elements.sdk.model.token
 
TokenWithExpiration() - Constructor for class dev.getelements.elements.sdk.model.token.TokenWithExpiration
 
TokenWithExpiration(User, Timestamp) - Constructor for class dev.getelements.elements.sdk.model.token.TokenWithExpiration
 
toLargeObject(MongoLargeObject) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toLargeObject(MongoLargeObject) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toLargeObjectReference(MongoLargeObject) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toLargeObjectReference(MongoLargeObject) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toLeaderboard(MongoLeaderboard) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toLeaderboard(MongoLeaderboard) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toList(PaginationWalker.WalkFunction<PaginatedT>) - Method in class dev.getelements.elements.sdk.model.util.PaginationWalker
Aggregates several pages to a list.
toLong(Class<? extends Long>, Timestamp) - Method in class dev.getelements.elements.dao.mongo.mapper.PropertyConverters
 
toMatch(MongoMatch) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toMatch(MongoMatch) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
TOMBSTONE_FILE_NAME - Static variable in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
 
toMetadataSpec(MongoMetadataSpec) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toMetadataSpec(MongoMetadataSpec) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toMission(MongoMission) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toMission(MongoMission) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toMongoAppleIapReceipt(AppleIapReceipt) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toMongoAppleIapReceipt(AppleIapReceipt) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toMongoAuthScheme(AuthScheme) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toMongoAuthScheme(AuthScheme) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toMongoBscSmartContract(ElementsSmartContract) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toMongoBscSmartContract(ElementsSmartContract) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toMongoDeployment(Deployment) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toMongoDeployment(Deployment) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toMongoDistinctInventoryItem(DistinctInventoryItem) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toMongoDistinctInventoryItem(DistinctInventoryItem) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toMongoFCMRegistration(FCMRegistration) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toMongoFCMRegistration(FCMRegistration) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toMongoGooglePlayIapReceipt(GooglePlayIapReceipt) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toMongoGooglePlayIapReceipt(GooglePlayIapReceipt) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toMongoIndexMetadata(IndexMetadata<Document>) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toMongoIndexPlanStep(IndexPlanStep<Document>) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toMongoIndexPlanStep(IndexPlanStep<Document>) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toMongoInventoryItem(InventoryItem) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toMongoInventoryItem(InventoryItem) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toMongoItem(Item) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toMongoItem(Item) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toMongoLargeObject(LargeObject) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toMongoLargeObject(LargeObject) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toMongoLargeObject(LargeObjectReference) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toMongoLargeObject(LargeObjectReference) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toMongoLeaderboard(Leaderboard) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toMongoLeaderboard(Leaderboard) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toMongoMatch(Match) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toMongoMatch(Match) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toMongoMetadataSpec(MetadataSpec) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toMongoMetadataSpec(MetadataSpec) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toMongoMission(Mission) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toMongoMission(Mission) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toMongoMission(ProgressMissionInfo) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toMongoMission(ProgressMissionInfo) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toMongoNeoSmartContract(ElementsSmartContract) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toMongoNeoSmartContract(ElementsSmartContract) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toMongoProfile(Profile) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toMongoProfile(Profile) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toMongoProgress(Progress) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toMongoProgress(Progress) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toMongoReward(Reward) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toMongoReward(Reward) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toMongoRewardIssuance(RewardIssuance) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toMongoRewardIssuance(RewardIssuance) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toMongoSaveDataDocument(SaveDataDocument) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toMongoSaveDataDocument(SaveDataDocument) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toMongoSchedule(Schedule) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toMongoSchedule(Schedule) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toMongoScheduleEvent(ScheduleEvent) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toMongoScheduleEvent(ScheduleEvent) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toMongoScore(Score) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toMongoScore(Score) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toMongoSession(Session) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toMongoSession(Session) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toMongoSmartContract(SmartContract) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toMongoSmartContract(SmartContract) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toMongoSmartContractAddress(SmartContractAddress) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toMongoSmartContractAddress(SmartContractAddress) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toMongoStep(Step) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toMongoStep(Step) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toMongoUser(User) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toMongoUser(User) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toMongoVault(Vault) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toMongoVault(Vault) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toMongoVaultKey(VaultKey) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toMongoVaultKey(VaultKey) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toMongoWallet(Wallet) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toMongoWallet(Wallet) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toMongoWalletAccount(WalletAccount) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toMongoWalletAccount(WalletAccount) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toNormalizedPathString() - Method in class dev.getelements.elements.sdk.cluster.path.Path
Returns the normalized path string with context and default path separator using Path.PATH_SEPARATOR and including context.
toNormalizedPathString(String) - Method in class dev.getelements.elements.sdk.cluster.path.Path
Returns the normalized path string.
toNormalizedPathString(String, boolean) - Method in class dev.getelements.elements.sdk.cluster.path.Path
Converts this Path to a String representing the path.
TOO_BUSY_FATAL - Enum constant in enum class dev.getelements.elements.rt.ResponseCode
indicates that the server cannot handle the current load
toObjectId(String) - Method in class dev.getelements.elements.dao.mongo.mapper.PropertyConverters
 
TooBusyException - Exception Class in dev.getelements.elements.sdk.model.exception
Created by patricktwohig on 3/30/15.
TooBusyException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.TooBusyException
 
TooBusyException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.TooBusyException
 
TooBusyException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.TooBusyException
 
TooBusyException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.TooBusyException
 
TooBusyException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.TooBusyException
 
toOptionalProperties(List<MetadataSpecProperty>) - Method in class dev.getelements.elements.service.util.JsonSchemaMapper
 
toPathWithContext(String) - Method in class dev.getelements.elements.sdk.cluster.path.Path
Returns a Path which will have the context specified.
toPathWithContextIfAbsent(HasNodeId) - Method in class dev.getelements.elements.sdk.cluster.path.Path
Returns a Path which will have the context specified.
toPathWithContextIfAbsent(String) - Method in class dev.getelements.elements.sdk.cluster.path.Path
Returns a Path which will have the context specified.
toPathWithNodeId(HasNodeId) - Method in class dev.getelements.elements.sdk.cluster.path.Path
Returns a Path with the supplied HasNodeId, throwing an exception if the supplied HasNodeId cannot produce a NodeId.
toPathWithoutContext() - Method in class dev.getelements.elements.sdk.cluster.path.Path
Returns a Path without any context.
Topic<T> - Interface in dev.getelements.elements.sdk.service.topic
Represents a system-wide topic which can be used as a place to publish and subscribe to messages.
Topic.Publisher<U> - Interface in dev.getelements.elements.sdk.service.topic
The Publisher type which is returned by Topic.getPublisher().
Topic.Subscription - Interface in dev.getelements.elements.sdk.service.topic
Represents a subscription.
TopicService - Interface in dev.getelements.elements.sdk.service.topic
Entry point for manging Topic instances in the system.
toProfile(MongoProfile) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toProfile(MongoProfile) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toProgress(MongoProgress) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toProgress(MongoProgress) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toProgressMissionInfo(MongoMission) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toProgressMissionInfo(MongoMission) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toRank(MongoScore) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toRank(MongoScore) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toRelativeFilesystemPath() - Method in class dev.getelements.elements.sdk.cluster.path.Path
Converts this path to a relative FS path.
toRelativePathString(String) - Method in class dev.getelements.elements.sdk.cluster.path.Path
If this Path has no context, then this will return the path string w/ a path separator.
toRequiredProperties(List<MetadataSpecProperty>) - Method in class dev.getelements.elements.service.util.JsonSchemaMapper
 
toResponse(Exception) - Method in class dev.getelements.elements.jrpc.JsonRpcExceptionMapper
 
toResponse(Exception) - Method in class dev.getelements.elements.sdk.jakarta.rs.DefaultExceptionMapper
 
toReward(MongoReward) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toReward(MongoReward) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toRewardIssuance(MongoRewardIssuance) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toRewardIssuance(MongoRewardIssuance) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toSaveDataDocument(MongoSaveDataDocument) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toSaveDataDocument(MongoSaveDataDocument) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toSchedule(MongoSchedule) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toSchedule(MongoSchedule) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toScheduleEvent(MongoScheduleEvent) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toScheduleEvent(MongoScheduleEvent) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toScore(MongoScore) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toScore(MongoScore) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toSession(MongoSession) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toSession(MongoSession) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toSession(Session) - Method in interface dev.getelements.elements.service.util.ServicesMapper
 
toSession(Session) - Method in class dev.getelements.elements.service.util.ServicesMapperImpl
 
toSmartContract(MongoSmartContract) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toSmartContract(MongoSmartContract) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toSmartContractAddress(MongoSmartContractAddress) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toSmartContractAddress(MongoSmartContractAddress) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toStackTraceElement() - Method in class dev.getelements.elements.rt.kryo.KryoStackTraceElementContainer
 
toStep(MongoStep) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toStep(MongoStep) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toString() - Method in record class dev.getelements.elements.common.app.ApplicationElementService.ApplicationElementRecord
Returns a string representation of this record class.
toString() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoSmartContract
 
toString() - Method in class dev.getelements.elements.dao.mongo.model.blockchain.MongoSmartContractAddress
 
toString() - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoInventoryItem
 
toString() - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoInventoryItemId
 
toString() - Method in class dev.getelements.elements.dao.mongo.model.goods.MongoItem
 
toString() - Method in class dev.getelements.elements.dao.mongo.model.index.MongoIndexMetadata
 
toString() - Method in class dev.getelements.elements.dao.mongo.model.index.MongoIndexPlanStep
 
toString() - Method in class dev.getelements.elements.dao.mongo.model.largeobject.MongoLargeObject
 
toString() - Method in class dev.getelements.elements.dao.mongo.model.match.MongoMatch
 
toString() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoMission
 
toString() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgressId
 
toString() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoProgressMissionInfo
 
toString() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoReward
 
toString() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuance
 
toString() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoRewardIssuanceId
 
toString() - Method in class dev.getelements.elements.dao.mongo.model.mission.MongoStep
 
toString() - Method in class dev.getelements.elements.dao.mongo.model.MongoAppleIapReceipt
 
toString() - Method in class dev.getelements.elements.dao.mongo.model.MongoAppleSignInSession
 
toString() - Method in class dev.getelements.elements.dao.mongo.model.MongoFollower
 
toString() - Method in class dev.getelements.elements.dao.mongo.model.MongoGooglePlayIapReceipt
 
toString() - Method in class dev.getelements.elements.dao.mongo.model.MongoProfile
 
toString() - Method in class dev.getelements.elements.dao.mongo.model.MongoUser
 
toString() - Method in class dev.getelements.elements.dao.mongo.model.MongoUserUid
 
toString() - Method in class dev.getelements.elements.dao.mongo.model.MongoUserUidScheme
 
toString() - Method in class dev.getelements.elements.dao.mongo.model.savedata.MongoSaveDataDocumentId
 
toString() - Method in class dev.getelements.elements.dao.mongo.model.schema.MongoMetadataSpecProperty
 
toString() - Method in class dev.getelements.elements.rest.test.ApiRoot
Returns the literal value of the API Root, making it suitable for use in format arguments.
toString() - Method in class dev.getelements.elements.rt.jeromq.JeroMQAsyncConnectionGroup
 
toString() - Method in class dev.getelements.elements.rt.jrpc.JsonRpcError
 
toString() - Method in class dev.getelements.elements.rt.jrpc.JsonRpcRequest
 
toString() - Method in class dev.getelements.elements.rt.jrpc.JsonRpcResponse
 
toString() - Method in class dev.getelements.elements.rt.manifest.Deprecation
 
toString() - Method in class dev.getelements.elements.rt.manifest.jrpc.JsonRpcManifest
 
toString() - Method in class dev.getelements.elements.rt.manifest.jrpc.JsonRpcMethod
 
toString() - Method in class dev.getelements.elements.rt.manifest.jrpc.JsonRpcParameter
 
toString() - Method in class dev.getelements.elements.rt.manifest.jrpc.JsonRpcReturnType
 
toString() - Method in class dev.getelements.elements.rt.manifest.jrpc.JsonRpcService
 
toString() - Method in class dev.getelements.elements.rt.manifest.model.Model
 
toString() - Method in class dev.getelements.elements.rt.manifest.model.Property
 
toString() - Method in class dev.getelements.elements.rt.remote.Invocation
 
toString() - Method in class dev.getelements.elements.rt.remote.InvocationError
 
toString() - Method in class dev.getelements.elements.rt.remote.InvocationResult
 
toString() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQAsyncOperation.ConnectionState
 
toString() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQAsyncOperation
 
toString() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQCurveSecurity
 
toString() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQInstanceConnectionId
 
toString() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQInstanceStatus
 
toString() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQRemoteInvocation
 
toString() - Method in class dev.getelements.elements.rt.remote.jeromq.JeroMQRemoteInvoker
 
toString() - Method in class dev.getelements.elements.rt.remote.JndiInstanceHostInfo
 
toString() - Method in class dev.getelements.elements.rt.remote.Route
 
toString() - Method in class dev.getelements.elements.rt.remote.SimpleInstanceHostInfo
 
toString() - Method in class dev.getelements.elements.rt.SimpleResourceServiceListing
 
toString() - Method in class dev.getelements.elements.rt.SimpleResourceServiceUnlink
 
toString() - Method in class dev.getelements.elements.rt.transact.NullResourceEntry
 
toString() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSAtomicLongData
 
toString() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSCircularBlockBuffer
 
toString() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSDualCounter.Snapshot
 
toString() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSDualCounter
 
toString() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSResourceContentsMapping
 
toString() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionCommand
 
toString() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionParameter
 
toString() - Method in record class dev.getelements.elements.sdk.Attributes.Attribute
Returns a string representation of this record class.
toString() - Method in class dev.getelements.elements.sdk.cluster.id.ApplicationId
 
toString() - Method in class dev.getelements.elements.sdk.cluster.id.InstanceId
 
toString() - Method in class dev.getelements.elements.sdk.cluster.id.NodeId
 
toString() - Method in class dev.getelements.elements.sdk.cluster.id.ResourceId
 
toString() - Method in class dev.getelements.elements.sdk.cluster.id.TaskId
 
toString() - Method in class dev.getelements.elements.sdk.cluster.path.ParameterizedPath
 
toString() - Method in class dev.getelements.elements.sdk.cluster.path.Path
 
toString() - Method in record class dev.getelements.elements.sdk.ElementStandardBeanProperties.StandardBeanProperty
Returns a string representation of this record class.
toString() - Method in class dev.getelements.elements.sdk.guice.ReentrantThreadLocalScope
 
toString() - Method in record class dev.getelements.elements.sdk.local.LocalApplicationElementRecord
Returns a string representation of this record class.
toString() - Method in class dev.getelements.elements.sdk.model.advancement.Advancement
 
toString() - Method in class dev.getelements.elements.sdk.model.appleiapreceipt.AppleIapReceipt
 
toString() - Method in class dev.getelements.elements.sdk.model.appleiapreceipt.CreateAppleIapReceipt
 
toString() - Method in class dev.getelements.elements.sdk.model.application.ApplicationConfiguration
 
toString() - Method in class dev.getelements.elements.sdk.model.application.CallbackDefinition
 
toString() - Method in class dev.getelements.elements.sdk.model.application.ElementServiceReference
 
toString() - Method in class dev.getelements.elements.sdk.model.application.GooglePlayApplicationConfiguration
 
toString() - Method in class dev.getelements.elements.sdk.model.application.IosApplicationConfiguration
 
toString() - Method in class dev.getelements.elements.sdk.model.application.ProductBundle
 
toString() - Method in class dev.getelements.elements.sdk.model.application.ProductBundleReward
 
toString() - Method in class dev.getelements.elements.sdk.model.auth.JWK
 
toString() - Method in class dev.getelements.elements.sdk.model.auth.JWKSet
 
toString() - Method in class dev.getelements.elements.sdk.model.auth.UserClaim
 
toString() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.CreateSmartContractRequest
 
toString() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractRequest
 
toString() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMInvokeContractResponse
 
toString() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.EVMTransactionLog
 
toString() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.FlowInvokeContractResponse
 
toString() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.SmartContract
 
toString() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.SmartContractAddress
 
toString() - Method in class dev.getelements.elements.sdk.model.blockchain.contract.UpdateSmartContractRequest
 
toString() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.CreateVaultRequest
 
toString() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.CreateWalletRequest
 
toString() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.CreateWalletRequestAccount
 
toString() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.UpdateVaultRequest
 
toString() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.UpdateWalletRequest
 
toString() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.Vault
 
toString() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.VaultKey
 
toString() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.Wallet
 
toString() - Method in class dev.getelements.elements.sdk.model.blockchain.wallet.WalletAccount
 
toString() - Method in class dev.getelements.elements.sdk.model.goods.CreateItemRequest
 
toString() - Method in class dev.getelements.elements.sdk.model.goods.Item
 
toString() - Method in class dev.getelements.elements.sdk.model.goods.UpdateItemRequest
 
toString() - Method in class dev.getelements.elements.sdk.model.googleplayiapreceipt.CreateGooglePlayIapReceipt
 
toString() - Method in class dev.getelements.elements.sdk.model.googleplayiapreceipt.GooglePlayIapReceipt
 
toString() - Method in class dev.getelements.elements.sdk.model.health.DatabaseHealthStatus
 
toString() - Method in class dev.getelements.elements.sdk.model.health.DiscoveryHealthStatus
 
toString() - Method in class dev.getelements.elements.sdk.model.health.HealthErrorResponse
 
toString() - Method in class dev.getelements.elements.sdk.model.health.HealthStatus
 
toString() - Method in class dev.getelements.elements.sdk.model.health.InstanceHealthStatus
 
toString() - Method in class dev.getelements.elements.sdk.model.health.InvokerHealthStatus
 
toString() - Method in class dev.getelements.elements.sdk.model.health.RoutingHealthStatus
 
toString() - Method in class dev.getelements.elements.sdk.model.index.BuildIndexRequest
 
toString() - Method in class dev.getelements.elements.sdk.model.index.IndexPlan
 
toString() - Method in class dev.getelements.elements.sdk.model.inventory.AdvancedInventoryItemQuantityAdjustment
 
toString() - Method in class dev.getelements.elements.sdk.model.inventory.CreateAdvancedInventoryItemRequest
 
toString() - Method in class dev.getelements.elements.sdk.model.inventory.CreateSimpleInventoryItemRequest
 
toString() - Method in class dev.getelements.elements.sdk.model.inventory.InventoryItem
 
toString() - Method in class dev.getelements.elements.sdk.model.inventory.UpdateInventoryItemRequest
 
toString() - Method in class dev.getelements.elements.sdk.model.invite.InviteViaPhonesRequest
 
toString() - Method in class dev.getelements.elements.sdk.model.invite.InviteViaPhonesResponse
 
toString() - Method in class dev.getelements.elements.sdk.model.invite.PhoneMatchedInvitation
 
toString() - Method in class dev.getelements.elements.sdk.model.largeobject.AccessPermissions
 
toString() - Method in class dev.getelements.elements.sdk.model.largeobject.CreateLargeObjectRequest
 
toString() - Method in class dev.getelements.elements.sdk.model.largeobject.LargeObject
 
toString() - Method in class dev.getelements.elements.sdk.model.largeobject.LargeObjectReference
 
toString() - Method in class dev.getelements.elements.sdk.model.largeobject.SubjectRequest
 
toString() - Method in class dev.getelements.elements.sdk.model.largeobject.Subjects
 
toString() - Method in class dev.getelements.elements.sdk.model.largeobject.UpdateLargeObjectRequest
 
toString() - Method in class dev.getelements.elements.sdk.model.leaderboard.Leaderboard
 
toString() - Method in class dev.getelements.elements.sdk.model.leaderboard.Rank
 
toString() - Method in class dev.getelements.elements.sdk.model.leaderboard.RankRow
 
toString() - Method in class dev.getelements.elements.sdk.model.leaderboard.Score
 
toString() - Method in class dev.getelements.elements.sdk.model.match.Match
 
toString() - Method in class dev.getelements.elements.sdk.model.mission.CreateScheduleEventRequest
 
toString() - Method in class dev.getelements.elements.sdk.model.mission.CreateScheduleRequest
 
toString() - Method in class dev.getelements.elements.sdk.model.mission.Mission
 
toString() - Method in class dev.getelements.elements.sdk.model.mission.Progress
 
toString() - Method in class dev.getelements.elements.sdk.model.mission.ProgressMissionInfo
 
toString() - Method in class dev.getelements.elements.sdk.model.mission.ProgressRow
 
toString() - Method in class dev.getelements.elements.sdk.model.mission.Schedule
 
toString() - Method in class dev.getelements.elements.sdk.model.mission.ScheduleEvent
 
toString() - Method in class dev.getelements.elements.sdk.model.mission.Step
 
toString() - Method in class dev.getelements.elements.sdk.model.mission.UpdateScheduleEventRequest
 
toString() - Method in class dev.getelements.elements.sdk.model.mission.UpdateScheduleRequest
 
toString() - Method in class dev.getelements.elements.sdk.model.profile.CreateProfileRequest
 
toString() - Method in class dev.getelements.elements.sdk.model.profile.CreateProfileSignupRequest
 
toString() - Method in class dev.getelements.elements.sdk.model.profile.Profile
 
toString() - Method in class dev.getelements.elements.sdk.model.profile.UpdateProfileImageRequest
 
toString() - Method in class dev.getelements.elements.sdk.model.profile.UpdateProfileRequest
 
toString() - Method in class dev.getelements.elements.sdk.model.reward.Reward
 
toString() - Method in class dev.getelements.elements.sdk.model.reward.RewardIssuance
 
toString() - Method in class dev.getelements.elements.sdk.model.reward.RewardIssuanceRedemptionResult
 
toString() - Method in class dev.getelements.elements.sdk.model.savedata.CreateSaveDataDocumentRequest
 
toString() - Method in class dev.getelements.elements.sdk.model.savedata.SaveDataDocument
 
toString() - Method in class dev.getelements.elements.sdk.model.savedata.UpdateSaveDataDocumentRequest
 
toString() - Method in class dev.getelements.elements.sdk.model.schema.CreateMetadataSpecRequest
 
toString() - Method in class dev.getelements.elements.sdk.model.schema.EditorSchema
 
toString() - Method in class dev.getelements.elements.sdk.model.schema.json.JsonSchema
 
toString() - Method in class dev.getelements.elements.sdk.model.schema.json.JsonSchemaProperty
 
toString() - Method in class dev.getelements.elements.sdk.model.schema.layout.EditorLayout
 
toString() - Method in class dev.getelements.elements.sdk.model.schema.MetadataSpec
 
toString() - Method in class dev.getelements.elements.sdk.model.schema.MetadataSpecProperty
 
toString() - Method in class dev.getelements.elements.sdk.model.schema.UpdateMetadataSpecRequest
 
toString() - Method in class dev.getelements.elements.sdk.model.security.PemData
Returns a human-readable version of this PemData, redacting the key information.
toString() - Method in class dev.getelements.elements.sdk.model.session.FirebaseSessionRequest
 
toString() - Method in class dev.getelements.elements.sdk.model.session.OAuth2SessionRequest
 
toString() - Method in class dev.getelements.elements.sdk.model.session.OidcSessionRequest
 
toString() - Method in class dev.getelements.elements.sdk.model.session.Session
 
toString() - Method in class dev.getelements.elements.sdk.model.session.UsernamePasswordSessionRequest
 
toString() - Method in class dev.getelements.elements.sdk.model.token.TokenWithExpiration
 
toString() - Method in class dev.getelements.elements.sdk.model.user.User
 
toString() - Method in class dev.getelements.elements.sdk.model.user.UserCreateRequest
 
toString() - Method in class dev.getelements.elements.sdk.model.user.UserCreateResponse
 
toString() - Method in class dev.getelements.elements.sdk.model.user.UserUid
 
toString() - Method in class dev.getelements.elements.sdk.model.user.UserUpdatePasswordRequest
 
toString() - Method in class dev.getelements.elements.sdk.model.user.UserUpdateRequest
 
toString() - Method in record class dev.getelements.elements.sdk.model.util.SimpleMapperRegistry.MappingKey
Returns a string representation of this record class.
toString() - Method in class dev.getelements.elements.sdk.model.Version
 
toString() - Method in record class dev.getelements.elements.sdk.query.ElementCallbackQuery
Returns a string representation of this record class.
toString() - Method in record class dev.getelements.elements.sdk.query.ElementQuery
Returns a string representation of this record class.
toString() - Method in record class dev.getelements.elements.sdk.query.ElementServiceQuery
Returns a string representation of this record class.
toString() - Method in record class dev.getelements.elements.sdk.query.MethodCallbackRecord
Returns a string representation of this record class.
toString() - Method in record class dev.getelements.elements.sdk.record.ElementDefaultAttributeRecord
Returns a string representation of this record class.
toString() - Method in record class dev.getelements.elements.sdk.record.ElementDefinitionRecord
Returns a string representation of this record class.
toString() - Method in record class dev.getelements.elements.sdk.record.ElementDesignationRecord
Returns a string representation of this record class.
toString() - Method in record class dev.getelements.elements.sdk.record.ElementEventConsumerRecord
Returns a string representation of this record class.
toString() - Method in record class dev.getelements.elements.sdk.record.ElementEventKey
Returns a string representation of this record class.
toString() - Method in record class dev.getelements.elements.sdk.record.ElementEventProducerRecord
Returns a string representation of this record class.
toString() - Method in record class dev.getelements.elements.sdk.record.ElementPackageRecord
Returns a string representation of this record class.
toString() - Method in record class dev.getelements.elements.sdk.record.ElementRecord
Returns a string representation of this record class.
toString() - Method in record class dev.getelements.elements.sdk.record.ElementServiceExportRecord
Returns a string representation of this record class.
toString() - Method in record class dev.getelements.elements.sdk.record.ElementServiceImplementationRecord
Returns a string representation of this record class.
toString() - Method in record class dev.getelements.elements.sdk.record.ElementServiceKey
Returns a string representation of this record class.
toString() - Method in record class dev.getelements.elements.sdk.record.ElementServiceRecord
Returns a string representation of this record class.
toString() - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceipt
 
toString() - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapGrandUnifiedReceiptPurchase
 
toString() - Method in class dev.getelements.elements.sdk.service.appleiap.client.model.AppleIapVerifyReceiptResponse
 
toString() - Method in class dev.getelements.elements.sdk.service.blockchain.crypto.AesEncryptionSpec
 
toString() - Method in class dev.getelements.elements.sdk.service.blockchain.invoke.flow.FlowInvocationScope
 
toString() - Method in class dev.getelements.elements.sdk.service.blockchain.invoke.InvocationScope
 
toString() - Method in class dev.getelements.elements.sdk.spi.DefaultElementScope
 
toString() - Method in record class dev.getelements.elements.sdk.test.element.TestService.MethodEventRecord
Returns a string representation of this record class.
toString() - Method in record class dev.getelements.elements.sdk.util.InheritedAttributes
Returns a string representation of this record class.
toString() - Method in record class dev.getelements.elements.sdk.util.InheritedMutableAttributes
Returns a string representation of this record class.
toString() - Method in record class dev.getelements.elements.sdk.util.SimpleAttributes
Returns a string representation of this record class.
toString() - Method in class dev.getelements.elements.sdk.util.SimpleLazyValue
 
toString() - Method in class dev.getelements.elements.service.notification.StandardNotificationBuilder
 
toString() - Method in class dev.getelements.elements.service.notification.StandardNotificationEvent
 
toString(int[]) - Static method in class org.eclipse.jgit.http.server.ClientVersionUtil
Convert a parsed version back to a string.
TOTAL_REFRESH_TIMEOUT_SECONDS - Static variable in class dev.getelements.elements.rt.remote.SimpleRemoteInvokerRegistry
 
toThrowable(ClassLoader) - Method in class dev.getelements.elements.rt.kryo.KryoThrowableContainer
 
toTimestamp(Long) - Method in class dev.getelements.elements.dao.mongo.mapper.PropertyConverters
 
TOUCHING_TRIE_NODE - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearCostType
 
toUrl(String) - Static method in class dev.getelements.elements.sdk.spi.UrlUtils
Converts the supplied string to a URL which will load its authority segment as text.
toUrls(String...) - Static method in class dev.getelements.elements.sdk.spi.UrlUtils
Converts the supplied list of strings to URLs.
toUser(MongoUser) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toUser(MongoUser) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toUser(User) - Method in interface dev.getelements.elements.service.util.ServicesMapper
 
toUser(User) - Method in class dev.getelements.elements.service.util.ServicesMapperImpl
 
toUserCreateResponse(User) - Method in interface dev.getelements.elements.service.util.ServicesMapper
 
toUserCreateResponse(User) - Method in class dev.getelements.elements.service.util.ServicesMapperImpl
 
toVault(MongoVault) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toVault(MongoVault) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toVaultKey(MongoVaultKey) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toVaultKey(MongoVaultKey) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toWallet(MongoWallet) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toWallet(MongoWallet) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toWalletAccount(MongoWalletAccount) - Method in interface dev.getelements.elements.dao.mongo.mapper.MongoDBMapper
Deprecated.
 
toWalletAccount(MongoWalletAccount) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
toWildcardRecursive() - Method in class dev.getelements.elements.sdk.cluster.path.Path
Returns a Path which is a recursive wildcard if this instance is not a recursive wildcard.
trace(ZMsg, StackTraceElement[]) - Static method in class dev.getelements.elements.rt.remote.jeromq.JeroMQControlClient
Embeds the supplied stack trace in the supplied ZMsg.
TRACE_DELIMITER - Static variable in class dev.getelements.elements.rt.remote.jeromq.JeroMQCommandServer
 
trailing(long) - Static method in class dev.getelements.elements.rt.transact.unix.UnixFSDualCounter
Sets the leading value from the packed long.
Transaction - Interface in dev.getelements.elements.sdk.dao
Represents a transaction with
TRANSACTION_EXTENSION - Static variable in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
 
TRANSACTION_JOURNAL_DIRECTORY - Static variable in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
 
TRANSACTION_JOURNAL_FILE_NAME - Static variable in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
 
TransactionalResource - Class in dev.getelements.elements.rt.transact
 
TransactionalResource(Resource) - Constructor for class dev.getelements.elements.rt.transact.TransactionalResource
 
TransactionalResourceService - Class in dev.getelements.elements.rt.transact
 
TransactionalResourceService() - Constructor for class dev.getelements.elements.rt.transact.TransactionalResourceService
 
TransactionalResourceServiceModule - Class in dev.getelements.elements.rt.transact
 
TransactionalResourceServiceModule() - Constructor for class dev.getelements.elements.rt.transact.TransactionalResourceServiceModule
 
TransactionalResourceServicePersistence - Interface in dev.getelements.elements.rt.transact
Supplies instances of ReadOnlyTransaction as well as ReadWriteTransaction for manipulating the unerlying data storage.
TransactionalSchedulerContext - Class in dev.getelements.elements.rt.transact
 
TransactionalSchedulerContext() - Constructor for class dev.getelements.elements.rt.transact.TransactionalSchedulerContext
 
TransactionalSchedulerContextModule - Class in dev.getelements.elements.rt.transact
 
TransactionalSchedulerContextModule() - Constructor for class dev.getelements.elements.rt.transact.TransactionalSchedulerContextModule
 
TransactionalTask - Interface in dev.getelements.elements.rt.transact
Represents a task from wihing the transactional data store.
TransactionJournal - Interface in dev.getelements.elements.rt.transact
 
TransactionJournal.MutableEntry - Interface in dev.getelements.elements.rt.transact
Represents a mutable journal entry.
TransactionPersistenceStrategy - Class in dev.getelements.elements.rt.transact
 
TransactionPersistenceStrategy() - Constructor for class dev.getelements.elements.rt.transact.TransactionPersistenceStrategy
 
TRANSFER - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearCostType
 
transform(MongoProfile) - Method in class dev.getelements.elements.dao.mongo.MongoProfileDao
 
transform(MongoMetadataSpec) - Method in class dev.getelements.elements.dao.mongo.schema.MongoMetadataSpecDao
 
transform(Function<T, U>) - Method in class dev.getelements.elements.sdk.model.Pagination
 
TRUST_ALGORITHM - Static variable in class dev.getelements.elements.dao.mongo.provider.MongoSslSettingsProvider
 
tryExecute(UnixFSTransactionProgramExecutionPhase, UnixFSTransactionProgramInterpreter.ExecutionHandler) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgramInterpreter
tryExecuteCleanupPhase(UnixFSTransactionProgramInterpreter.ExecutionHandler) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgramInterpreter
Executes the cleanup phase.
tryExecuteCommitPhase(UnixFSTransactionProgramInterpreter.ExecutionHandler) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgramInterpreter
Executes the commit phase.
tryParse(ElementRecord, String) - Static method in record class dev.getelements.elements.sdk.record.ElementServiceKey
Parses the string representing the ElementServiceKey.
tryParse(String) - Static method in record class dev.getelements.elements.sdk.record.ElementDesignationRecord
Tries to parse a designated component.
tryParseServiceKey(String) - Method in record class dev.getelements.elements.sdk.record.ElementRecord
Parses the string representing the ElementServiceKey.
tryWrite(String) - Method in interface dev.getelements.elements.rt.transact.ResourceContents
Writes to the channel.
tryWrite(String) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTemporaryResourceContents
 
type - Variable in class dev.getelements.elements.rt.remote.ResponseHeader
Indicates the message type as specified by MessageType.
type() - Method in record class dev.getelements.elements.sdk.ElementStandardBeanProperties.StandardBeanProperty
Returns the value of the type record component.
type() - Method in record class dev.getelements.elements.sdk.record.ElementRecord
Returns the value of the type record component.
type() - Method in record class dev.getelements.elements.sdk.record.ElementServiceImplementationRecord
Returns the value of the type record component.
type() - Method in record class dev.getelements.elements.sdk.record.ElementServiceKey
Returns the value of the type record component.
type(MetadataSpecPropertyType) - Method in class dev.getelements.elements.sdk.model.util.MetadataSpecBuilder.PropertyBuilder
 
type(MetadataSpecPropertyType) - Method in class dev.getelements.elements.sdk.model.util.MetadataSpecBuilder
 
Type - Enum Class in dev.getelements.elements.rt.manifest.model
The listing of pre-defined types in the ModelManifest.
TYPE - Static variable in class dev.getelements.elements.rt.jersey.GenericMultipartFeature
 
TYPE_DESIGNATION - Static variable in record class dev.getelements.elements.sdk.record.ElementServiceKey
Specifies the name separator.
typeCaseFormat() - Element in annotation interface dev.getelements.elements.rt.annotation.CodeStyle
Used for converting the case format for types.

U

UNACCEPTABLE_CONTENT - Enum constant in enum class dev.getelements.elements.rt.ResponseCode
No HTTP Operation for the supplied Accept headers is available to service the request.
UnacceptableContentException - Exception Class in dev.getelements.elements.rt.exception
 
UnacceptableContentException() - Constructor for exception class dev.getelements.elements.rt.exception.UnacceptableContentException
 
UnacceptableContentException(String) - Constructor for exception class dev.getelements.elements.rt.exception.UnacceptableContentException
 
UnacceptableContentException(String, Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.UnacceptableContentException
 
UnacceptableContentException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.rt.exception.UnacceptableContentException
 
UnacceptableContentException(Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.UnacceptableContentException
 
unassignProgressesForMissionsNotIn(String, String, Collection<ScheduleEvent>) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleProgressDao
 
unassignProgressesForMissionsNotIn(String, String, Collection<ScheduleEvent>) - Method in interface dev.getelements.elements.sdk.dao.ScheduleProgressDao
Deletes Progress instances for Missions not in the supplied list.
UNAUTHORIZED - Enum constant in enum class dev.getelements.elements.sdk.model.exception.ErrorCode
Access to a given resource is unauthorized.
UnauthorizedException - Exception Class in dev.getelements.elements.sdk.model.exception
Created by patricktwohig on 8/3/17.
UnauthorizedException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.UnauthorizedException
 
UnauthorizedException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.UnauthorizedException
 
UnauthorizedException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.UnauthorizedException
 
UnauthorizedException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.UnauthorizedException
 
UnauthorizedException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.UnauthorizedException
 
UnavailableException - Exception Class in dev.getelements.elements.sdk.model.exception
 
UnavailableException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.UnavailableException
 
UnavailableException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.UnavailableException
 
UnavailableException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.UnavailableException
 
UnavailableException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.UnavailableException
 
UnavailableException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.UnavailableException
 
UncheckedInterruptedException - Exception Class in dev.getelements.elements.sdk.util.exception
Wrap the java standard UncheckedInterruptedException.
UncheckedInterruptedException(InterruptedException) - Constructor for exception class dev.getelements.elements.sdk.util.exception.UncheckedInterruptedException
Constructs the UncheckedInterruptedException from an InterruptedException, setting the underlying cause to the InterruptedException
UNDEFINED - Enum constant in enum class dev.getelements.elements.rt.transact.unix.UnixFSTransactionParameter.Type
Undefined
unexpectedeOFOn - Variable in class org.eclipse.jgit.http.server.HttpServerText
 
UNHEALTHY - Enum constant in enum class dev.getelements.elements.rt.remote.NodeState
The node is unhealthy and will need attention.
UNHEALTHY - Enum constant in enum class dev.getelements.elements.sdk.model.exception.ErrorCode
Healths checks failed.
UnhealthyException - Exception Class in dev.getelements.elements.sdk.model.exception
 
UnhealthyException(HealthStatus) - Constructor for exception class dev.getelements.elements.sdk.model.exception.UnhealthyException
 
UnidentifiedProfileException - Exception Class in dev.getelements.elements.sdk.model.exception.profile
 
UnidentifiedProfileException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.profile.UnidentifiedProfileException
 
UnidentifiedProfileException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.profile.UnidentifiedProfileException
 
UnidentifiedProfileException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.profile.UnidentifiedProfileException
 
UnidentifiedProfileException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.profile.UnidentifiedProfileException
 
UnidentifiedProfileException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.profile.UnidentifiedProfileException
 
unimplemented(Class<T>) - Static method in class dev.getelements.elements.service.util.Services
Gets a proxy that always throws an instance of NotImplementedException.
UNIX_FS - Enum constant in enum class dev.getelements.elements.appnode.ApplicationNode.StorageDriver
Uses the UnixFS Storage system.
UNIXFS_STORAGE_ROOT_DIRECTORY - Static variable in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
 
UNIXFS_TRANSACTION_BUFFER_SIZE - Static variable in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionJournal
The size of each transaction entry.
UnixFSAtomicLong - Interface in dev.getelements.elements.rt.transact.unix
Interface which behaves similar to an AtomicLong, but with reduced functionality.
UnixFSAtomicLongData - Class in dev.getelements.elements.rt.transact.unix
Used as a means to produce an instance of UnixFSAtomicLong from the underlying ByteBuffer in the struct.
UnixFSAtomicLongData() - Constructor for class dev.getelements.elements.rt.transact.unix.UnixFSAtomicLongData
 
UnixFSChecksumAlgorithm - Enum Class in dev.getelements.elements.rt.transact.unix
Which checksum algorithm to use when committing the transaction.
UnixFSChecksumAlgorithm.Algorithm - Interface in dev.getelements.elements.rt.transact.unix
 
UnixFSChecksumAlgorithm.ChannelCheckable - Interface in dev.getelements.elements.rt.transact.unix
Defines a Checksum-able type which is backed by a SeekableByteChannel or subclass.
UnixFSChecksumAlgorithm.Checkable - Interface in dev.getelements.elements.rt.transact.unix
Defines a Checksum-able Struct type.
UnixFSChecksumFailureException - Exception Class in dev.getelements.elements.rt.transact.unix
 
UnixFSChecksumFailureException() - Constructor for exception class dev.getelements.elements.rt.transact.unix.UnixFSChecksumFailureException
 
UnixFSChecksumFailureException(String) - Constructor for exception class dev.getelements.elements.rt.transact.unix.UnixFSChecksumFailureException
 
UnixFSChecksumFailureException(String, Throwable) - Constructor for exception class dev.getelements.elements.rt.transact.unix.UnixFSChecksumFailureException
 
UnixFSChecksumFailureException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.rt.transact.unix.UnixFSChecksumFailureException
 
UnixFSChecksumFailureException(Throwable) - Constructor for exception class dev.getelements.elements.rt.transact.unix.UnixFSChecksumFailureException
 
UnixFSCircularBlockBuffer - Class in dev.getelements.elements.rt.transact.unix
Given a ByteBuffer, this slices the buffer into a series of smaller ByteBuffers which represent a subset of the data.
UnixFSCircularBlockBuffer(UnixFSAtomicLong, ByteBuffer, int) - Constructor for class dev.getelements.elements.rt.transact.unix.UnixFSCircularBlockBuffer
 
UnixFSCircularBlockBuffer.Slice<T> - Class in dev.getelements.elements.rt.transact.unix
Represents a slice of the provided byte buffer array.
UnixFSCircularBlockBuffer.View<ViewedT> - Interface in dev.getelements.elements.rt.transact.unix
Represents a view of the underlying UnixFSCircularBlockBuffer.
UnixFSDataHeader - Class in dev.getelements.elements.rt.transact.unix
 
UnixFSDataHeader() - Constructor for class dev.getelements.elements.rt.transact.unix.UnixFSDataHeader
 
UnixFSDataStore - Class in dev.getelements.elements.rt.transact.unix
 
UnixFSDataStore() - Constructor for class dev.getelements.elements.rt.transact.unix.UnixFSDataStore
 
UnixFSDualCounter - Class in dev.getelements.elements.rt.transact.unix
Represents a wraparound counter with a leading and trailing value.
UnixFSDualCounter(int) - Constructor for class dev.getelements.elements.rt.transact.unix.UnixFSDualCounter
Creates a dual count with the supplied maximum value.
UnixFSDualCounter(int, UnixFSAtomicLong) - Constructor for class dev.getelements.elements.rt.transact.unix.UnixFSDualCounter
Allows for the caller to specify an arbitrary UnixFSAtomicLong.
UnixFSDualCounter(int, AtomicLong) - Constructor for class dev.getelements.elements.rt.transact.unix.UnixFSDualCounter
Same as UnixFSDualCounter(int), but allows for the caller to specify its own AtomicLong used.
UnixFSDualCounter.Snapshot - Class in dev.getelements.elements.rt.transact.unix
Gets a snapshot of the counter.
UnixFSHasFilesystemPath - Interface in dev.getelements.elements.rt.transact.unix
Used to represent an object which has a FS path component.
UnixFSJournalTransactionalPersistenceDriver - Class in dev.getelements.elements.rt.transact.unix
 
UnixFSJournalTransactionalPersistenceDriver() - Constructor for class dev.getelements.elements.rt.transact.unix.UnixFSJournalTransactionalPersistenceDriver
 
UnixFSMemoryUtils - Class in dev.getelements.elements.rt.transact.unix
Some dirty hacks to support atomic memory access.
UnixFSMemoryUtils() - Constructor for class dev.getelements.elements.rt.transact.unix.UnixFSMemoryUtils
 
UnixFSNoSuchRevisionException - Exception Class in dev.getelements.elements.rt.transact.unix
 
UnixFSNoSuchRevisionException() - Constructor for exception class dev.getelements.elements.rt.transact.unix.UnixFSNoSuchRevisionException
 
UnixFSNoSuchRevisionException(String) - Constructor for exception class dev.getelements.elements.rt.transact.unix.UnixFSNoSuchRevisionException
 
UnixFSNoSuchRevisionException(String, Throwable) - Constructor for exception class dev.getelements.elements.rt.transact.unix.UnixFSNoSuchRevisionException
 
UnixFSNoSuchRevisionException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.rt.transact.unix.UnixFSNoSuchRevisionException
 
UnixFSNoSuchRevisionException(Throwable) - Constructor for exception class dev.getelements.elements.rt.transact.unix.UnixFSNoSuchRevisionException
 
UnixFSPathIndex - Class in dev.getelements.elements.rt.transact.unix
 
UnixFSPathIndex() - Constructor for class dev.getelements.elements.rt.transact.unix.UnixFSPathIndex
 
UnixFSPathMapping - Class in dev.getelements.elements.rt.transact.unix
 
UnixFSProgramCorruptionException - Exception Class in dev.getelements.elements.rt.transact.unix
 
UnixFSProgramCorruptionException() - Constructor for exception class dev.getelements.elements.rt.transact.unix.UnixFSProgramCorruptionException
 
UnixFSProgramCorruptionException(String) - Constructor for exception class dev.getelements.elements.rt.transact.unix.UnixFSProgramCorruptionException
 
UnixFSProgramCorruptionException(String, Throwable) - Constructor for exception class dev.getelements.elements.rt.transact.unix.UnixFSProgramCorruptionException
 
UnixFSProgramCorruptionException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.rt.transact.unix.UnixFSProgramCorruptionException
 
UnixFSProgramCorruptionException(Throwable) - Constructor for exception class dev.getelements.elements.rt.transact.unix.UnixFSProgramCorruptionException
 
UnixFSResourceContentsMapping - Class in dev.getelements.elements.rt.transact.unix
 
UnixFSResourceEntryBase - Class in dev.getelements.elements.rt.transact.unix
 
UnixFSResourceEntryBase(ResourceEntry.OperationalStrategy, UnixFSUtils) - Constructor for class dev.getelements.elements.rt.transact.unix.UnixFSResourceEntryBase
 
UnixFSResourceEntryExisting - Class in dev.getelements.elements.rt.transact.unix
 
UnixFSResourceEntryExisting(UnixFSUtils, UnixFSHasFilesystemPath, ResourceEntry.OperationalStrategy) - Constructor for class dev.getelements.elements.rt.transact.unix.UnixFSResourceEntryExisting
 
UnixFSResourceEntryNew - Class in dev.getelements.elements.rt.transact.unix
 
UnixFSResourceEntryNew(UnixFSUtils, ResourceId, ResourceEntry.OperationalStrategy) - Constructor for class dev.getelements.elements.rt.transact.unix.UnixFSResourceEntryNew
 
UnixFSResourceIndex - Class in dev.getelements.elements.rt.transact.unix
 
UnixFSResourceIndex() - Constructor for class dev.getelements.elements.rt.transact.unix.UnixFSResourceIndex
 
UnixFSReversePathMapping - Class in dev.getelements.elements.rt.transact.unix
 
UnixFSStorageDriverModule - Class in dev.getelements.elements.appnode.guice
 
UnixFSStorageDriverModule() - Constructor for class dev.getelements.elements.appnode.guice.UnixFSStorageDriverModule
 
UnixFSTask - Class in dev.getelements.elements.rt.transact.unix
 
UnixFSTask() - Constructor for class dev.getelements.elements.rt.transact.unix.UnixFSTask
 
UnixFSTaskEntryBase - Class in dev.getelements.elements.rt.transact.unix
 
UnixFSTaskEntryBase(TaskEntry.OperationalStrategy<ResourceId>, UnixFSUtils) - Constructor for class dev.getelements.elements.rt.transact.unix.UnixFSTaskEntryBase
 
UnixFSTaskEntryExisting - Class in dev.getelements.elements.rt.transact.unix
 
UnixFSTaskEntryExisting(TaskEntry.OperationalStrategy<ResourceId>, UnixFSUtils, UnixFSTaskPathMapping) - Constructor for class dev.getelements.elements.rt.transact.unix.UnixFSTaskEntryExisting
 
UnixFSTaskEntryNew - Class in dev.getelements.elements.rt.transact.unix
 
UnixFSTaskEntryNew(TaskEntry.OperationalStrategy<ResourceId>, UnixFSUtils, ResourceId) - Constructor for class dev.getelements.elements.rt.transact.unix.UnixFSTaskEntryNew
 
UnixFSTaskIndex - Class in dev.getelements.elements.rt.transact.unix
 
UnixFSTaskIndex() - Constructor for class dev.getelements.elements.rt.transact.unix.UnixFSTaskIndex
 
UnixFSTaskPathMapping - Class in dev.getelements.elements.rt.transact.unix
 
UnixFSTemporaryResourceContents - Class in dev.getelements.elements.rt.transact.unix
 
UnixFSTemporaryResourceContents(UnixFSResourceContentsMapping) - Constructor for class dev.getelements.elements.rt.transact.unix.UnixFSTemporaryResourceContents
 
UnixFSTransactionalPersistenceContextModule - Class in dev.getelements.elements.rt.transact.unix
 
UnixFSTransactionalPersistenceContextModule() - Constructor for class dev.getelements.elements.rt.transact.unix.UnixFSTransactionalPersistenceContextModule
 
UnixFSTransactionCommand - Class in dev.getelements.elements.rt.transact.unix
Enumerates all commands that can take place during the scope of a transaction.
UnixFSTransactionCommand.Builder - Class in dev.getelements.elements.rt.transact.unix
USed to build an instance of UnixFSTransactionCommand.
UnixFSTransactionCommandHeader - Class in dev.getelements.elements.rt.transact.unix
 
UnixFSTransactionCommandHeader() - Constructor for class dev.getelements.elements.rt.transact.unix.UnixFSTransactionCommandHeader
 
UnixFSTransactionCommandInstruction - Enum Class in dev.getelements.elements.rt.transact.unix
Indicates the instruction.
UnixFSTransactionCommitExecutionHandler - Class in dev.getelements.elements.rt.transact.unix
 
UnixFSTransactionCommitExecutionHandler(DataStore) - Constructor for class dev.getelements.elements.rt.transact.unix.UnixFSTransactionCommitExecutionHandler
 
UnixFSTransactionJournal - Class in dev.getelements.elements.rt.transact.unix
 
UnixFSTransactionJournal() - Constructor for class dev.getelements.elements.rt.transact.unix.UnixFSTransactionJournal
 
UnixFSTransactionParameter - Class in dev.getelements.elements.rt.transact.unix
 
UnixFSTransactionParameter.Type - Enum Class in dev.getelements.elements.rt.transact.unix
 
UnixFSTransactionProgram - Class in dev.getelements.elements.rt.transact.unix
 
UnixFSTransactionProgramBuilder - Class in dev.getelements.elements.rt.transact.unix
Used to compile a set of instructions into a UnixFSTransactionProgram used for committing the requested transactions to disk.
UnixFSTransactionProgramBuilder() - Constructor for class dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgramBuilder
 
UnixFSTransactionProgramExecutionPhase - Enum Class in dev.getelements.elements.rt.transact.unix
Indicates the phase of the transactional program.
UnixFSTransactionProgramInterpreter - Class in dev.getelements.elements.rt.transact.unix
 
UnixFSTransactionProgramInterpreter.ExecutionHandler - Interface in dev.getelements.elements.rt.transact.unix
Implements the execution handlers.
UnixFSTransactionRollbackExecutionHandler - Class in dev.getelements.elements.rt.transact.unix
 
UnixFSTransactionRollbackExecutionHandler(DataStore) - Constructor for class dev.getelements.elements.rt.transact.unix.UnixFSTransactionRollbackExecutionHandler
 
UnixFSUtils - Class in dev.getelements.elements.rt.transact.unix
A collection of useful utility routines when accessing the filesystem.
UnixFSUtils(UnixFSChecksumAlgorithm, Path) - Constructor for class dev.getelements.elements.rt.transact.unix.UnixFSUtils
 
UnixFSUtils.CommitResult - Enum Class in dev.getelements.elements.rt.transact.unix
UnixFSUtils.IOOperation<T> - Interface in dev.getelements.elements.rt.transact.unix
Defines an operation which may throw an instance of IOException
UnixFSUtils.IOOperationV - Interface in dev.getelements.elements.rt.transact.unix
Defines an operation which may throw an instance of IOException
UNKNOWN - Enum constant in enum class dev.getelements.elements.rt.ResponseCode
Indicates an unknown code.
UNKNOWN - Enum constant in enum class dev.getelements.elements.sdk.model.exception.ErrorCode
Some other exception.
UNKNOWN - Static variable in class dev.getelements.elements.rt.SimpleLoadMonitorService
 
UNKNOWN_COMMAND - Enum constant in enum class dev.getelements.elements.rt.remote.jeromq.JeroMQControlResponseCode
Indicates that the client issued an unknown command.
UNKNOWN_ERROR - Enum constant in enum class dev.getelements.elements.rt.remote.jeromq.JeroMQControlResponseCode
Indicates an unknown error.
unlink(Path) - Method in interface dev.getelements.elements.rt.IndexContext
Performs the operations of IndexContext.unlinkAsync(Path, Consumer, Consumer) synchronously.
unlink(Path) - Method in class dev.getelements.elements.rt.transact.AbstractResourceEntry
 
unlink(Path) - Method in interface dev.getelements.elements.rt.transact.ResourceEntry
Unlinks this ResourceEntry for the supplied Path.
unlinkAsync(Path, Consumer<IndexContext.Unlink>, Consumer<Throwable>) - Method in interface dev.getelements.elements.rt.IndexContext
Unlinks the provided Path and if this is the last Path reference to a ResourceId, then the cluster will remove and destroy the associated Resource.
unlinkAsync(Path, Consumer<IndexContext.Unlink>, Consumer<Throwable>) - Method in class dev.getelements.elements.rt.SimpleIndexContext
 
unlinkMultiple(Path, int) - Method in interface dev.getelements.elements.rt.ResourceService
Unlinks multiple Resources.
unlinkMultiple(Path, int, Consumer<Resource>) - Method in interface dev.getelements.elements.rt.ResourceService
Unlinks multiple Resources.
unlinkMultiple(Path, int, Consumer<Resource>) - Method in class dev.getelements.elements.rt.transact.TransactionalResourceService
 
unlinkPath(Path) - Method in interface dev.getelements.elements.rt.ResourceService
Similar to ResourceService.unlinkPath(Path, Consumer), however, this assumes that the final action should remove and destroy the associated Resource.
unlinkPath(Path) - Method in interface dev.getelements.elements.rt.transact.ReadWriteTransaction
Unlinks the supplied Path, if the associated ResourceId is linked by no other Paths, then this method will also delete the ResourceId associated with it.
unlinkPath(Path, Consumer<Resource>) - Method in interface dev.getelements.elements.rt.ResourceService
Unlinks the Resource for the provided Path.
unlinkPath(Path, Consumer<Resource>) - Method in class dev.getelements.elements.rt.transact.TransactionalResourceService
 
unload() - Method in interface dev.getelements.elements.rt.Resource
Closes and destroys this Resource.
unload() - Method in class dev.getelements.elements.rt.transact.TransactionalResource
 
unlock(String) - Method in interface dev.getelements.elements.sdk.service.blockchain.SmartContractInvocationResolution
Unlocks the underlying Vault with the supplied passphrase.
unlock(String) - Method in class dev.getelements.elements.service.blockchain.invoke.StandardSmartContractInvocationResolution
 
unlockStorageRoot() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
Deletes the lock file in the storage root, throwing a FatalException if the was a problem unlocking.
unpackArtifact(TestElementArtifact, Path) - Method in class dev.getelements.elements.sdk.test.TestArtifactRegistry
Unpacks the artifact into the destination directory.
UNPRIVILEGED - Enum constant in enum class dev.getelements.elements.sdk.model.user.User.Level
An unprivileged/anonymous user.
unregister(Element) - Method in interface dev.getelements.elements.sdk.MutableElementRegistry
Unregisters an Element, provided it was previously registered.
unregister(Element) - Method in class dev.getelements.elements.sdk.spi.RootElementRegistry
 
UNSCOPED - Static variable in interface dev.getelements.elements.sdk.service.Constants
Names a service as unscoped.
UnscopedServicesModule - Class in dev.getelements.elements.service.guice
 
UnscopedServicesModule() - Constructor for class dev.getelements.elements.service.guice.UnscopedServicesModule
 
unsubscribe() - Method in interface dev.getelements.elements.sdk.Subscription
Unsubscribes this subscription.
unsupported() - Static method in interface dev.getelements.elements.rt.remote.Node.Factory
Indicates that factory support is currently disabled or otherwise unsupported.
UNSUPPORTED_MEDIA_TYPE - Enum constant in enum class dev.getelements.elements.rt.ResponseCode
No HTTP Operation for the supplied Content-Type header is available to service the request.
UnsupportedMediaTypeException - Exception Class in dev.getelements.elements.rt.exception
 
UnsupportedMediaTypeException() - Constructor for exception class dev.getelements.elements.rt.exception.UnsupportedMediaTypeException
 
UnsupportedMediaTypeException(String) - Constructor for exception class dev.getelements.elements.rt.exception.UnsupportedMediaTypeException
 
UnsupportedMediaTypeException(String, Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.UnsupportedMediaTypeException
 
UnsupportedMediaTypeException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.rt.exception.UnsupportedMediaTypeException
 
UnsupportedMediaTypeException(Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.UnsupportedMediaTypeException
 
update(byte) - Method in interface dev.getelements.elements.rt.transact.unix.UnixFSChecksumAlgorithm.Algorithm
 
update(Query<ModelT>) - Method in class dev.getelements.elements.dao.mongo.UpdateBuilder
Builds the Update from the supplied Query.
update(String, MetadataSpec) - Method in class dev.getelements.elements.sdk.dao.index.IndexPlanner
Updates the indexing plan with the given metadata specification.
update(ByteBuffer) - Method in interface dev.getelements.elements.rt.transact.unix.UnixFSChecksumAlgorithm.Algorithm
 
UPDATE_USER - Enum constant in enum class dev.getelements.elements.setup.SetupCommands
Updates an existing user in the database.
updateActiveApplication(String, Application) - Method in class dev.getelements.elements.dao.mongo.application.MongoApplicationDao
 
updateActiveApplication(String, Application) - Method in interface dev.getelements.elements.sdk.dao.ApplicationDao
Updates an application with the specific name/identifiers.
updateActiveMetadataSpec(MetadataSpec) - Method in class dev.getelements.elements.dao.mongo.schema.MongoMetadataSpecDao
 
updateActiveMetadataSpec(MetadataSpec) - Method in interface dev.getelements.elements.sdk.dao.MetadataSpecDao
Creates a new metadata spec.
updateActiveProfile(Profile) - Method in interface dev.getelements.elements.sdk.dao.ProfileDao
Updates the specific active profile with the id, or throws a NotFoundException if the profile can't be found.
updateActiveProfile(Profile, Map<String, Object>) - Method in class dev.getelements.elements.dao.mongo.MongoProfileDao
 
updateActiveProfile(Profile, Map<String, Object>) - Method in interface dev.getelements.elements.sdk.dao.ProfileDao
Updates the specific active profile with the id, or throws a NotFoundException if the profile can't be found.
updateApplication(String, UpdateApplicationRequest) - Method in class dev.getelements.elements.rest.application.ApplicationResource
 
updateApplication(String, UpdateApplicationRequest) - Method in interface dev.getelements.elements.sdk.service.application.ApplicationService
Updates an application with the specific name/identifiers.
updateApplication(String, UpdateApplicationRequest) - Method in class dev.getelements.elements.service.application.AnonApplicationService
 
updateApplication(String, UpdateApplicationRequest) - Method in class dev.getelements.elements.service.application.SuperUserApplicationService
 
updateApplicationConfiguration(String, String, FacebookApplicationConfiguration) - Method in interface dev.getelements.elements.sdk.service.application.FacebookApplicationConfigurationService
Updates an application with the specific name/identifiers.
updateApplicationConfiguration(String, String, FacebookApplicationConfiguration) - Method in class dev.getelements.elements.service.application.AnonFacebookApplicationConfigurationService
 
updateApplicationConfiguration(String, String, FacebookApplicationConfiguration) - Method in class dev.getelements.elements.service.application.SuperUserFacebookApplicationConfigurationService
 
updateApplicationConfiguration(String, String, FirebaseApplicationConfiguration) - Method in interface dev.getelements.elements.sdk.service.application.FirebaseApplicationConfigurationService
Updates an existing instance of FirebaseApplicationConfiguration and stores in the database, allowing for the specification of the parent Application.
updateApplicationConfiguration(String, String, FirebaseApplicationConfiguration) - Method in class dev.getelements.elements.service.application.SuperUserFirebaseApplicationConfigurationService
 
updateApplicationConfiguration(String, String, GooglePlayApplicationConfiguration) - Method in interface dev.getelements.elements.sdk.service.application.GooglePlayApplicationConfigurationService
Updates an application with the specific name/identifiers.
updateApplicationConfiguration(String, String, GooglePlayApplicationConfiguration) - Method in class dev.getelements.elements.service.application.AnonGooglePlayApplicationConfigurationService
 
updateApplicationConfiguration(String, String, GooglePlayApplicationConfiguration) - Method in class dev.getelements.elements.service.application.SuperUserGooglePlayApplicationConfigurationService
 
updateApplicationConfiguration(String, String, IosApplicationConfiguration) - Method in interface dev.getelements.elements.sdk.service.application.IosApplicationConfigurationService
Updates an application with the specific name/identifiers.
updateApplicationConfiguration(String, String, IosApplicationConfiguration) - Method in class dev.getelements.elements.service.application.AnonIosApplicationConfigurationService
 
updateApplicationConfiguration(String, String, IosApplicationConfiguration) - Method in class dev.getelements.elements.service.application.SuperUserIosApplicationConfigurationService
 
updateApplicationConfiguration(String, String, MatchmakingApplicationConfiguration) - Method in interface dev.getelements.elements.sdk.service.application.MatchmakingApplicationConfigurationService
Updates an application with the specific name/identifiers.
updateApplicationConfiguration(String, String, MatchmakingApplicationConfiguration) - Method in class dev.getelements.elements.service.application.SuperUserMatchmakingApplicationConfigurationService
 
updateApplicationConfiguration(String, String, PSNApplicationConfiguration) - Method in interface dev.getelements.elements.sdk.service.application.PSNApplicationConfigurationService
Updates an application with the specific name/identifiers.
updateApplicationConfiguration(String, String, PSNApplicationConfiguration) - Method in class dev.getelements.elements.service.application.SuperUserPSNApplicationConfigurationService
 
updateApplicationConfiguration(String, T) - Method in class dev.getelements.elements.dao.mongo.application.MongoApplicationConfigurationDao
 
updateApplicationConfiguration(String, T) - Method in interface dev.getelements.elements.sdk.dao.ApplicationConfigurationDao
Updates the application configuration.
UpdateApplicationRequest - Class in dev.getelements.elements.sdk.model.application
 
UpdateApplicationRequest() - Constructor for class dev.getelements.elements.sdk.model.application.UpdateApplicationRequest
 
updateAuthScheme(AuthScheme) - Method in class dev.getelements.elements.dao.mongo.auth.MongoAuthSchemeDao
 
updateAuthScheme(AuthScheme) - Method in interface dev.getelements.elements.sdk.dao.AuthSchemeDao
Updates the supplied AuthScheme
updateAuthScheme(OAuth2AuthScheme) - Method in class dev.getelements.elements.dao.mongo.auth.MongoOAuth2AuthSchemeDao
 
updateAuthScheme(OAuth2AuthScheme) - Method in interface dev.getelements.elements.sdk.dao.OAuth2AuthSchemeDao
Updates the supplied AuthScheme
updateAuthScheme(OidcAuthScheme) - Method in class dev.getelements.elements.dao.mongo.auth.MongoOidcAuthSchemeDao
 
updateAuthScheme(OidcAuthScheme) - Method in interface dev.getelements.elements.sdk.dao.OidcAuthSchemeDao
Updates the supplied AuthScheme
updateAuthScheme(String, CreateOrUpdateOAuth2AuthSchemeRequest) - Method in class dev.getelements.elements.rest.auth.OAuth2AuthSchemeResource
 
updateAuthScheme(String, CreateOrUpdateOAuth2AuthSchemeRequest) - Method in interface dev.getelements.elements.sdk.service.auth.OAuth2AuthSchemeService
Updates the supplied OAuth2AuthScheme
updateAuthScheme(String, CreateOrUpdateOAuth2AuthSchemeRequest) - Method in class dev.getelements.elements.service.auth.SuperUserOAuth2AuthSchemeService
 
updateAuthScheme(String, CreateOrUpdateOidcAuthSchemeRequest) - Method in class dev.getelements.elements.rest.auth.OidcAuthSchemeResource
 
updateAuthScheme(String, CreateOrUpdateOidcAuthSchemeRequest) - Method in interface dev.getelements.elements.sdk.service.auth.OidcAuthSchemeService
Updates the supplied OidcAuthScheme
updateAuthScheme(String, CreateOrUpdateOidcAuthSchemeRequest) - Method in class dev.getelements.elements.service.auth.SuperUserOidcAuthSchemeService
 
updateAuthScheme(String, UpdateAuthSchemeRequest) - Method in class dev.getelements.elements.rest.auth.AuthSchemeResource
 
updateAuthScheme(String, UpdateAuthSchemeRequest) - Method in interface dev.getelements.elements.sdk.service.auth.AuthSchemeService
Updates the supplied AuthScheme
updateAuthScheme(String, UpdateAuthSchemeRequest) - Method in class dev.getelements.elements.service.auth.SuperUserAuthSchemeService
 
UpdateAuthSchemeRequest - Class in dev.getelements.elements.sdk.model.auth
 
UpdateAuthSchemeRequest() - Constructor for class dev.getelements.elements.sdk.model.auth.UpdateAuthSchemeRequest
 
UpdateAuthSchemeResponse - Class in dev.getelements.elements.sdk.model.auth
 
UpdateAuthSchemeResponse() - Constructor for class dev.getelements.elements.sdk.model.auth.UpdateAuthSchemeResponse
 
UpdateBuilder - Class in dev.getelements.elements.dao.mongo
 
UpdateBuilder() - Constructor for class dev.getelements.elements.dao.mongo.UpdateBuilder
 
updateContents(ResourceId) - Method in interface dev.getelements.elements.rt.transact.ResourceIndex
Creates a new ResourceContents for the supplied ResourceId.
updateContents(ResourceId) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSResourceIndex
 
UPDATED - Enum constant in enum class dev.getelements.elements.rt.transact.unix.UnixFSUtils.CommitResult
The supplied path was updated to a new version.
updateDeployment(String, Deployment) - Method in class dev.getelements.elements.dao.mongo.MongoDeploymentDao
 
updateDeployment(String, Deployment) - Method in interface dev.getelements.elements.sdk.dao.DeploymentDao
 
updateDeployment(String, String, UpdateDeploymentRequest) - Method in class dev.getelements.elements.rest.cdn.DeploymentResource
 
updateDeployment(String, String, UpdateDeploymentRequest) - Method in interface dev.getelements.elements.sdk.service.cdn.CdnDeploymentService
 
updateDeployment(String, String, UpdateDeploymentRequest) - Method in class dev.getelements.elements.service.cdn.AnonCdnDeploymentService
 
updateDeployment(String, String, UpdateDeploymentRequest) - Method in class dev.getelements.elements.service.cdn.SuperuserDeploymentService
 
UpdateDeploymentRequest - Class in dev.getelements.elements.sdk.model.cdn
 
UpdateDeploymentRequest() - Constructor for class dev.getelements.elements.sdk.model.cdn.UpdateDeploymentRequest
 
updateDistinctInventoryItem(DistinctInventoryItem) - Method in class dev.getelements.elements.dao.mongo.goods.MongoDistinctInventoryItemDao
 
updateDistinctInventoryItem(DistinctInventoryItem) - Method in interface dev.getelements.elements.sdk.dao.DistinctInventoryItemDao
Updates a distinct inventory item.
updateDistinctInventoryItem(String, UpdateDistinctInventoryItemRequest) - Method in class dev.getelements.elements.rest.inventory.DistinctInventoryItemResource
 
updateDistinctInventoryItem(String, String, String, Map<String, Object>) - Method in interface dev.getelements.elements.sdk.service.inventory.DistinctInventoryItemService
Updates a distinct inventory item.
updateDistinctInventoryItem(String, String, String, Map<String, Object>) - Method in class dev.getelements.elements.service.inventory.SuperUserDistinctInventoryItemService
 
updateDistinctInventoryItem(String, String, String, Map<String, Object>) - Method in class dev.getelements.elements.service.inventory.UserDistinctInventoryItemService
 
UpdateDistinctInventoryItemRequest - Class in dev.getelements.elements.sdk.model.inventory
 
UpdateDistinctInventoryItemRequest() - Constructor for class dev.getelements.elements.sdk.model.inventory.UpdateDistinctInventoryItemRequest
 
updateExpirationTimestamp(RewardIssuance, long) - Method in class dev.getelements.elements.dao.mongo.MongoRewardIssuanceDao
 
updateExpirationTimestamp(RewardIssuance, long) - Method in interface dev.getelements.elements.sdk.dao.RewardIssuanceDao
Updates the given issuance to a new expiration timestamp.
updateFacebookApplicationConfiguration(String, String, FacebookApplicationConfiguration) - Method in class dev.getelements.elements.rest.application.FacebookApplicationConfigurationResource
Updates an existing FacebookApplicationConfiguration isntance.
updateFirebaseApplicationConfiguration(String, String, FirebaseApplicationConfiguration) - Method in class dev.getelements.elements.rest.application.FirebaseApplicationConfigurationResource
Updates an existing FirebaseApplicationConfiguration isntance.
updateGooglePlayApplicationConfiguration(String, String, GooglePlayApplicationConfiguration) - Method in class dev.getelements.elements.rest.application.GooglePlayApplicationConfigurationResource
Updates an existing GooglePlayApplicationConfiguration isntance.
updateInventoryItem(String, int) - Method in class dev.getelements.elements.dao.mongo.goods.MongoInventoryItemDao
 
updateInventoryItem(String, int) - Method in interface dev.getelements.elements.sdk.dao.InventoryItemDao
Updates the specific inventory item with the id, or throws a NotFoundException if the inventory item can't be found.
updateInventoryItem(String, int) - Method in interface dev.getelements.elements.sdk.service.inventory.AdvancedInventoryItemService
Updates an inventory item with the supplied user id, item id, and quantity.
updateInventoryItem(String, int) - Method in interface dev.getelements.elements.sdk.service.inventory.SimpleInventoryItemService
Updates an inventory item with the supplied user id, item id, and quantity.
updateInventoryItem(String, int) - Method in class dev.getelements.elements.service.inventory.SuperUserAdvancedInventoryItemService
 
updateInventoryItem(String, int) - Method in class dev.getelements.elements.service.inventory.SuperUserSimpleInventoryItemService
 
updateInventoryItem(String, int) - Method in class dev.getelements.elements.service.inventory.UserAdvancedInventoryItemService
 
updateInventoryItem(String, int) - Method in class dev.getelements.elements.service.inventory.UserSimpleInventoryItemService
 
UpdateInventoryItemRequest - Class in dev.getelements.elements.sdk.model.inventory
 
UpdateInventoryItemRequest() - Constructor for class dev.getelements.elements.sdk.model.inventory.UpdateInventoryItemRequest
 
updateIosApplicationConfiguration(String, String, IosApplicationConfiguration) - Method in class dev.getelements.elements.rest.application.IosApplicationConfigurationResource
Updates an existing IosApplicationConfiguration isntance.
updateItem(Item) - Method in class dev.getelements.elements.dao.mongo.goods.MongoItemDao
 
updateItem(Item) - Method in interface dev.getelements.elements.sdk.dao.ItemDao
Updates a given Item.
updateItem(String, UpdateItemRequest) - Method in class dev.getelements.elements.rest.goods.ItemResource
 
updateItem(String, UpdateItemRequest) - Method in interface dev.getelements.elements.sdk.service.goods.ItemService
Updates the specific Item.
updateItem(String, UpdateItemRequest) - Method in class dev.getelements.elements.service.goods.AnonItemService
 
updateItem(String, UpdateItemRequest) - Method in class dev.getelements.elements.service.goods.SuperuserItemService
 
UpdateItemRequest - Class in dev.getelements.elements.sdk.model.goods
 
UpdateItemRequest() - Constructor for class dev.getelements.elements.sdk.model.goods.UpdateItemRequest
 
updateItemWtihMetadata(Item, Query<MongoItem>) - Method in class dev.getelements.elements.dao.mongo.goods.MongoItemDao
 
updateLargeObject(LargeObject) - Method in class dev.getelements.elements.dao.mongo.largeobject.MongoLargeObjectDao
 
updateLargeObject(LargeObject) - Method in interface dev.getelements.elements.sdk.dao.LargeObjectDao
Updates an existing LargeObject.
updateLargeObject(String, UpdateLargeObjectRequest) - Method in class dev.getelements.elements.rest.largeobject.LargeObjectResource
 
updateLargeObject(String, UpdateLargeObjectRequest) - Method in interface dev.getelements.elements.sdk.service.largeobject.LargeObjectService
Updates the large object's metadata only.
updateLargeObject(String, UpdateLargeObjectRequest) - Method in class dev.getelements.elements.service.largeobject.AnonLargeObjectService
 
updateLargeObject(String, UpdateLargeObjectRequest) - Method in class dev.getelements.elements.service.largeobject.SuperUserLargeObjectService
 
updateLargeObject(String, UpdateLargeObjectRequest) - Method in class dev.getelements.elements.service.largeobject.UserLargeObjectService
 
updateLargeObject(String, UpdateLargeObjectRequest, InputStream) - Method in interface dev.getelements.elements.sdk.service.largeobject.LargeObjectService
Updates the LargeObject with the supplied object id, metadata, and file contents.
updateLargeObject(String, InputStream) - Method in interface dev.getelements.elements.sdk.service.largeobject.LargeObjectService
Updates the LargeObject with the supplied object id and file contents.
updateLargeObjectContents(String, InputStream) - Method in class dev.getelements.elements.rest.largeobject.LargeObjectResource
 
UpdateLargeObjectRequest - Class in dev.getelements.elements.sdk.model.largeobject
 
UpdateLargeObjectRequest() - Constructor for class dev.getelements.elements.sdk.model.largeobject.UpdateLargeObjectRequest
 
updateLeaderboard(String, Leaderboard) - Method in class dev.getelements.elements.dao.mongo.MongoLeaderboardDao
 
updateLeaderboard(String, Leaderboard) - Method in class dev.getelements.elements.rest.leaderboard.LeaderboardResource
 
updateLeaderboard(String, Leaderboard) - Method in interface dev.getelements.elements.sdk.dao.LeaderboardDao
Updates an existing Leaderboard instance.
updateLeaderboard(String, Leaderboard) - Method in interface dev.getelements.elements.sdk.service.leaderboard.LeaderboardService
 
updateLeaderboard(String, Leaderboard) - Method in class dev.getelements.elements.service.leaderboard.AnonLeaderboardService
 
updateLeaderboard(String, Leaderboard) - Method in class dev.getelements.elements.service.leaderboard.SuperUserLeaderboardService
 
updateMatchmakingApplicationConfiguration(String, String, MatchmakingApplicationConfiguration) - Method in class dev.getelements.elements.rest.application.MatchmakingApplicationConfigurationResource
Updates an existing MatchmakingApplicationConfiguration isntance.
updateMessage(String, UpdateMessageRequest) - Method in class dev.getelements.elements.sdk.test.element.rs.MessageEndpoint
 
UpdateMessageRequest - Class in dev.getelements.elements.sdk.test.element.rs
 
UpdateMessageRequest() - Constructor for class dev.getelements.elements.sdk.test.element.rs.UpdateMessageRequest
 
updateMetadata(Profile, Map<String, Object>) - Method in class dev.getelements.elements.dao.mongo.MongoProfileDao
 
updateMetadata(Profile, Map<String, Object>) - Method in interface dev.getelements.elements.sdk.dao.ProfileDao
Updates metadata for the specified Profile, ignoring changes to all other fields.
updateMetadata(String, Map<String, Object>) - Method in class dev.getelements.elements.dao.mongo.MongoProfileDao
 
updateMetadata(String, Map<String, Object>) - Method in interface dev.getelements.elements.sdk.dao.ProfileDao
Updates metadata for the specified Profile, ignoring changes to all other fields.
updateMetadataSpec(String, UpdateMetadataSpecRequest) - Method in class dev.getelements.elements.rest.schema.MetadataSpecResource
 
updateMetadataSpec(String, UpdateMetadataSpecRequest) - Method in interface dev.getelements.elements.sdk.service.schema.MetadataSpecService
Updates the supplied MetadataSpec.
updateMetadataSpec(String, UpdateMetadataSpecRequest) - Method in class dev.getelements.elements.service.schema.SuperUserMetadataSpecService
 
UpdateMetadataSpecRequest - Class in dev.getelements.elements.sdk.model.schema
 
UpdateMetadataSpecRequest() - Constructor for class dev.getelements.elements.sdk.model.schema.UpdateMetadataSpecRequest
 
updateMission(Mission) - Method in class dev.getelements.elements.dao.mongo.mission.MongoMissionDao
 
updateMission(Mission) - Method in interface dev.getelements.elements.sdk.dao.MissionDao
Updates the mission, or throws a NotFoundException if the mission can't be found.
updateMission(Mission) - Method in interface dev.getelements.elements.sdk.service.mission.MissionService
Updates the Mission.
updateMission(Mission) - Method in class dev.getelements.elements.service.mission.AnonMissionService
 
updateMission(Mission) - Method in class dev.getelements.elements.service.mission.SuperUserMissionService
 
updateMission(Mission, String) - Method in class dev.getelements.elements.rest.mission.MissionResource
 
updateProductBundleForApplicationConfiguration(String, String, List<ProductBundle>) - Method in class dev.getelements.elements.rest.application.GooglePlayApplicationConfigurationResource
 
updateProductBundleForApplicationConfiguration(String, String, List<ProductBundle>) - Method in class dev.getelements.elements.rest.application.IosApplicationConfigurationResource
 
updateProductBundles(String, String, Class<T>, List<ProductBundle>) - Method in class dev.getelements.elements.dao.mongo.application.MongoApplicationConfigurationDao
 
updateProductBundles(String, String, Class<T>, List<ProductBundle>) - Method in interface dev.getelements.elements.sdk.dao.ApplicationConfigurationDao
Sets the ProductBundle for the given application configuration id.
updateProductBundles(String, String, Class<T>, List<ProductBundle>) - Method in interface dev.getelements.elements.sdk.service.application.ApplicationConfigurationService
Udpates the product bundles for the given ApplicationConfiguration instance.
updateProductBundles(String, String, Class<T>, List<ProductBundle>) - Method in class dev.getelements.elements.service.application.AnonApplicationConfigurationService
 
updateProductBundles(String, String, Class<T>, List<ProductBundle>) - Method in class dev.getelements.elements.service.application.SuperUserApplicationConfigurationService
 
updateProfile(String, UpdateProfileRequest) - Method in class dev.getelements.elements.rest.profile.ProfileResource
 
updateProfile(String, UpdateProfileRequest) - Method in interface dev.getelements.elements.sdk.service.profile.ProfileService
Updates the supplied Profile.
updateProfile(String, UpdateProfileRequest) - Method in class dev.getelements.elements.service.profile.SuperUserProfileService
 
updateProfile(String, UpdateProfileRequest) - Method in class dev.getelements.elements.service.profile.UserProfileService
 
updateProfileImage(String, UpdateProfileImageRequest) - Method in class dev.getelements.elements.rest.profile.ProfileResource
 
updateProfileImage(String, UpdateProfileImageRequest) - Method in interface dev.getelements.elements.sdk.service.profile.ProfileService
Update profile image related fields
updateProfileImage(String, UpdateProfileImageRequest) - Method in class dev.getelements.elements.service.profile.SuperUserProfileService
 
updateProfileImage(String, UpdateProfileImageRequest) - Method in class dev.getelements.elements.service.profile.UserProfileService
 
UpdateProfileImageRequest - Class in dev.getelements.elements.sdk.model.profile
 
UpdateProfileImageRequest() - Constructor for class dev.getelements.elements.sdk.model.profile.UpdateProfileImageRequest
 
UpdateProfileRequest - Class in dev.getelements.elements.sdk.model.profile
 
UpdateProfileRequest() - Constructor for class dev.getelements.elements.sdk.model.profile.UpdateProfileRequest
 
updateProgress(Progress) - Method in class dev.getelements.elements.dao.mongo.mission.MongoProgressDao
 
updateProgress(Progress) - Method in interface dev.getelements.elements.sdk.dao.ProgressDao
Updates the progress, or throws a NotFoundException if the progress can't be found.
updateProgress(Progress) - Method in interface dev.getelements.elements.sdk.service.progress.ProgressService
Updates the Progress.
updateProgress(Progress) - Method in class dev.getelements.elements.service.progress.SuperUserProgressService
 
updateProgress(Progress) - Method in class dev.getelements.elements.service.progress.UserProgressService
 
updateProgress(Progress, String) - Method in class dev.getelements.elements.rest.mission.ProgressResource
 
updatePSNApplicationConfiguration(String, String, PSNApplicationConfiguration) - Method in class dev.getelements.elements.rest.application.PSNApplicationConfigurationResource
Updates an existing PSNApplicationConfiguration isntance.
updateRegistration(FCMRegistration) - Method in class dev.getelements.elements.dao.mongo.MongoFCMRegistrationDao
 
updateRegistration(FCMRegistration) - Method in interface dev.getelements.elements.sdk.dao.FCMRegistrationDao
Updates an instance of FCMRegistration in the database.
updateRegistration(FCMRegistration) - Method in interface dev.getelements.elements.sdk.service.firebase.FCMRegistrationService
Updates an existing instance of FCMRegistration.
updateRegistration(FCMRegistration) - Method in class dev.getelements.elements.service.notification.SuperUserFCMRegistrationService
 
updateRegistration(FCMRegistration) - Method in class dev.getelements.elements.service.notification.UserFCMRegistrationService
 
updateRegistration(String, FCMRegistration) - Method in class dev.getelements.elements.rest.notifications.FCMRegistrationResource
 
updateResource(ResourceId) - Method in interface dev.getelements.elements.rt.transact.ReadWriteTransaction
Opens a WritableByteChannel to a newly defined Resource with the ResourceId If the ResourceId is not found, then this must throw an instance of ResourceNotFoundException to indicate that the operation is not possible.
updateResourceContents() - Method in class dev.getelements.elements.rt.transact.AbstractResourceEntry
 
updateResourceContents() - Method in interface dev.getelements.elements.rt.transact.ResourceEntry
Updates the contents of this ResourceEntry by overriding the supplied
updaters() - Method in interface dev.getelements.elements.sdk.model.util.MapperRegistry
Gets all the updaters registered in this registry.
updaters() - Method in class dev.getelements.elements.sdk.model.util.SimpleMapperRegistry
 
updateSaveDataDocument(String, UpdateSaveDataDocumentRequest) - Method in interface dev.getelements.elements.sdk.service.savedata.SaveDataDocumentService
Updates the SaveDataDocument with the supplied id and the UpdateSaveDataDocumentRequest and the
updateSaveDataDocument(String, UpdateSaveDataDocumentRequest) - Method in class dev.getelements.elements.service.savedata.SuperUserSaveDataDocumentService
 
updateSaveDataDocument(String, UpdateSaveDataDocumentRequest) - Method in class dev.getelements.elements.service.savedata.UserSaveDataDocumentService
 
UpdateSaveDataDocumentRequest - Class in dev.getelements.elements.sdk.model.savedata
 
UpdateSaveDataDocumentRequest() - Constructor for class dev.getelements.elements.sdk.model.savedata.UpdateSaveDataDocumentRequest
 
updateSaveDocument(String, UpdateSaveDataDocumentRequest) - Method in class dev.getelements.elements.rest.savedata.SaveDataDocumentResource
 
updateSchedule(Schedule) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleDao
 
updateSchedule(Schedule) - Method in interface dev.getelements.elements.sdk.dao.ScheduleDao
Updates a Schedule with the supplied Schedule.
updateSchedule(UpdateScheduleRequest, String) - Method in class dev.getelements.elements.rest.mission.ScheduleResource
 
updateSchedule(String, UpdateScheduleRequest) - Method in interface dev.getelements.elements.sdk.service.mission.ScheduleService
 
updateSchedule(String, UpdateScheduleRequest) - Method in class dev.getelements.elements.service.mission.SuperUserScheduleService
 
updateScheduleEvent(ScheduleEvent) - Method in class dev.getelements.elements.dao.mongo.mission.MongoScheduleEventDao
 
updateScheduleEvent(ScheduleEvent) - Method in interface dev.getelements.elements.sdk.dao.ScheduleEventDao
Updates the ScheduleEvent.
updateScheduleEvent(String, String, UpdateScheduleEventRequest) - Method in class dev.getelements.elements.rest.mission.ScheduleEventResource
 
updateScheduleEvent(String, String, UpdateScheduleEventRequest) - Method in interface dev.getelements.elements.sdk.service.mission.ScheduleEventService
 
updateScheduleEvent(String, String, UpdateScheduleEventRequest) - Method in class dev.getelements.elements.service.mission.SuperUserScheduleEventService
 
UpdateScheduleEventRequest - Class in dev.getelements.elements.sdk.model.mission
 
UpdateScheduleEventRequest() - Constructor for class dev.getelements.elements.sdk.model.mission.UpdateScheduleEventRequest
 
UpdateScheduleRequest - Class in dev.getelements.elements.sdk.model.mission
 
UpdateScheduleRequest() - Constructor for class dev.getelements.elements.sdk.model.mission.UpdateScheduleRequest
 
updateSimpleInventoryItem(String, UpdateInventoryItemRequest) - Method in class dev.getelements.elements.rest.inventory.AdvancedInventoryItemResource
 
updateSimpleInventoryItem(String, UpdateInventoryItemRequest) - Method in class dev.getelements.elements.rest.inventory.SimpleInventoryItemResource
 
updateSmartContract(SmartContract) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoSmartContractDao
 
updateSmartContract(SmartContract) - Method in interface dev.getelements.elements.sdk.dao.SmartContractDao
Updates a SmartContract in the database.
updateSmartContract(String, UpdateSmartContractRequest) - Method in class dev.getelements.elements.rest.blockchain.SmartContractResource
 
updateSmartContract(String, UpdateSmartContractRequest) - Method in interface dev.getelements.elements.sdk.service.blockchain.SmartContractService
Updates the supplied SmartContract.
updateSmartContract(String, UpdateSmartContractRequest) - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserSmartContractService
 
UpdateSmartContractRequest - Class in dev.getelements.elements.sdk.model.blockchain.contract
 
UpdateSmartContractRequest() - Constructor for class dev.getelements.elements.sdk.model.blockchain.contract.UpdateSmartContractRequest
 
updateUser(User) - Method in class dev.getelements.elements.dao.mongo.MongoUserDao
 
updateUser(User) - Method in interface dev.getelements.elements.sdk.dao.UserDao
Updates the given active user.
updateUser(User, String) - Method in class dev.getelements.elements.dao.mongo.MongoUserDao
 
updateUser(User, String) - Method in interface dev.getelements.elements.sdk.dao.UserDao
Updates the given active user.
updateUser(User, String, String) - Method in class dev.getelements.elements.dao.mongo.MongoUserDao
 
updateUser(User, String, String) - Method in interface dev.getelements.elements.sdk.dao.UserDao
Updates the given active user.
updateUser(UserUpdateRequest, String) - Method in class dev.getelements.elements.rest.user.UserResource
 
updateUser(String, UserUpdateRequest) - Method in interface dev.getelements.elements.sdk.service.user.UserService
Updates a user, preserving the user's password.
updateUser(String, UserUpdateRequest) - Method in class dev.getelements.elements.service.user.AnonUserService
 
updateUser(String, UserUpdateRequest) - Method in class dev.getelements.elements.service.user.SuperuserUserService
 
updateUser(String, UserUpdateRequest) - Method in class dev.getelements.elements.service.user.UserUserService
 
UpdateUser - Class in dev.getelements.elements.setup.commands
Created by patricktwohig on 5/8/15.
UpdateUser() - Constructor for class dev.getelements.elements.setup.commands.UpdateUser
 
updateUserPassword(UserUpdatePasswordRequest, String) - Method in class dev.getelements.elements.rest.user.UserResource
 
updateUserPassword(String, UserUpdatePasswordRequest) - Method in interface dev.getelements.elements.sdk.service.user.UserService
Updates the User's password given the UserUpdatePasswordRequest and the user ID.
updateUserPassword(String, UserUpdatePasswordRequest) - Method in class dev.getelements.elements.service.user.AnonUserService
 
updateUserPassword(String, UserUpdatePasswordRequest) - Method in class dev.getelements.elements.service.user.SuperuserUserService
 
updateUserPassword(String, UserUpdatePasswordRequest) - Method in class dev.getelements.elements.service.user.UserUserService
 
updateUserStrict(User) - Method in class dev.getelements.elements.dao.mongo.MongoUserDao
 
updateUserStrict(User) - Method in interface dev.getelements.elements.sdk.dao.UserDao
Updates the given user, regardless of active status and then returns the user instance as it was written to the database.
updateUserStrict(User, String) - Method in class dev.getelements.elements.dao.mongo.MongoUserDao
 
updateUserStrict(User, String) - Method in interface dev.getelements.elements.sdk.dao.UserDao
Updates the given user, regardless of active status and then returns the user instance as it was written to the database.
updateVault(Vault) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoVaultDao
 
updateVault(Vault) - Method in interface dev.getelements.elements.sdk.dao.VaultDao
Updates the Vault.
updateVault(String, UpdateVaultRequest) - Method in class dev.getelements.elements.rest.blockchain.VaultResource
 
updateVault(String, UpdateVaultRequest) - Method in interface dev.getelements.elements.sdk.service.blockchain.VaultService
Updates an existing Vault.
updateVault(String, UpdateVaultRequest) - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserVaultService
 
updateVault(String, UpdateVaultRequest) - Method in class dev.getelements.elements.service.blockchain.omni.UserVaultService
 
UpdateVaultRequest - Class in dev.getelements.elements.sdk.model.blockchain.wallet
 
UpdateVaultRequest() - Constructor for class dev.getelements.elements.sdk.model.blockchain.wallet.UpdateVaultRequest
 
updateWallet(Wallet) - Method in class dev.getelements.elements.dao.mongo.blockchain.MongoWalletDao
 
updateWallet(Wallet) - Method in interface dev.getelements.elements.sdk.dao.WalletDao
Updates the supplied Wallet.
updateWallet(String, String, UpdateWalletRequest) - Method in class dev.getelements.elements.rest.blockchain.VaultWalletResource
 
updateWallet(String, String, UpdateWalletRequest) - Method in interface dev.getelements.elements.sdk.service.blockchain.WalletService
Updates the supplied Wallet.
updateWallet(String, String, UpdateWalletRequest) - Method in class dev.getelements.elements.service.blockchain.omni.SuperUserWalletService
 
updateWallet(String, String, UpdateWalletRequest) - Method in class dev.getelements.elements.service.blockchain.omni.UserWalletService
 
UpdateWalletRequest - Class in dev.getelements.elements.sdk.model.blockchain.wallet
 
UpdateWalletRequest() - Constructor for class dev.getelements.elements.sdk.model.blockchain.wallet.UpdateWalletRequest
 
upload() - Method in interface org.eclipse.jgit.http.server.UploadPackErrorHandler.UploadPackRunnable
See UploadPack.uploadWithExceptionPropagation(java.io.InputStream, java.io.OutputStream, java.io.OutputStream).
upload(HttpServletRequest, HttpServletResponse, UploadPackErrorHandler.UploadPackRunnable) - Method in interface org.eclipse.jgit.http.server.UploadPackErrorHandler
Upload pack
UPLOAD_PACK - Static variable in class org.eclipse.jgit.http.server.GitSmartHttpTools
Name of the git-upload-pack service.
UPLOAD_PACK_REQUEST_TYPE - Static variable in class org.eclipse.jgit.http.server.GitSmartHttpTools
Content type supplied by the client to the /git-upload-pack handler.
UPLOAD_PACK_RESULT_TYPE - Static variable in class org.eclipse.jgit.http.server.GitSmartHttpTools
Content type returned from the /git-upload-pack handler.
uploadAppleIapReceipt(CreateAppleIapReceipt) - Method in class dev.getelements.elements.rest.apple.AppleIapReceiptResource
 
UPLOADED - Enum constant in enum class dev.getelements.elements.sdk.model.largeobject.LargeObjectState
 
uploadGooglePlayIapPurchase(CreateGooglePlayIapReceipt) - Method in class dev.getelements.elements.rest.google.GooglePlayIapReceiptResource
 
UploadPackErrorHandler - Interface in org.eclipse.jgit.http.server
Handle git-upload-pack errors.
UploadPackErrorHandler.UploadPackRunnable - Interface in org.eclipse.jgit.http.server
Process a git-upload-pack request.
UPPER - Enum constant in enum class dev.getelements.elements.sdk.util.Hex.Case
Upper case.
UPPER_CAMEL - Enum constant in enum class dev.getelements.elements.rt.annotation.CaseFormat
See CaseFormat.UPPER_CAMEL
UPPER_UNDERSCORE - Enum constant in enum class dev.getelements.elements.rt.annotation.CaseFormat
See CaseFormat.UPPER_UNDERSCORE
URIs - Interface in dev.getelements.elements.sdk.model.util
Created by patricktwohig on 8/23/17.
urlsName() - Method in enum class dev.getelements.elements.sdk.model.blockchain.BlockchainNetwork
The name of the URLs configured for the network.
UrlUtils - Class in dev.getelements.elements.sdk.spi
 
USE_PROD_INSTEAD - Static variable in interface dev.getelements.elements.sdk.service.appleiap.AppleIapConstants
Status code indicating that the IAP environment is incorrect.
USE_SANDBOX_INSTEAD - Static variable in interface dev.getelements.elements.sdk.service.appleiap.AppleIapConstants
Status code indicating that the IAP environment is incorrect.
useBasicAuthFor(String) - Method in interface dev.getelements.elements.guice.ServletBindings
 
useGlobalAuthFor(String) - Method in interface dev.getelements.elements.guice.ServletBindings
 
useGlobalSecretOnly() - Method in class dev.getelements.elements.guice.BaseServletModule
 
useHttpBasicSecurityFilters() - Method in class dev.getelements.elements.guice.BaseServletModule
 
useHttpBasicSecurityFilters(String) - Method in class dev.getelements.elements.guice.BaseServletModule
 
user - Variable in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscWallet
 
user - Variable in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoWallet
 
user - Variable in class dev.getelements.elements.service.mission.AnonMissionService
 
user - Variable in class dev.getelements.elements.service.util.UserProfileUtility.UsernameProfileRecord
 
User - Class in dev.getelements.elements.sdk.model.user
Represents a user in the system.
User() - Constructor for class dev.getelements.elements.sdk.model.user.User
 
USER - Enum constant in enum class dev.getelements.elements.sdk.model.auth.PrivateClaim
The user model.
USER - Enum constant in enum class dev.getelements.elements.sdk.model.user.User.Level
A basic user.
USER - Static variable in interface dev.getelements.elements.sdk.service.Constants
Names a service as scoped to the USER user level.
USER_AGENT - Static variable in interface dev.getelements.elements.sdk.model.Headers
 
USER_ATTRIBUTE - Static variable in class dev.getelements.elements.sdk.model.user.User
Used as the key for the user attribute where appropriate.
USER_CANCELED_FATAL - Enum constant in enum class dev.getelements.elements.rt.ResponseCode
The request was canceled by the user.
USER_ID - Enum constant in enum class dev.getelements.elements.service.auth.OidcAuthServiceOperations.Claim
 
USER_KEY - Enum constant in enum class dev.getelements.elements.sdk.model.auth.PrivateClaim
The user key.
User.Level - Enum Class in dev.getelements.elements.sdk.model.user
 
UserAdvancedInventoryItemService - Class in dev.getelements.elements.service.inventory
 
UserAdvancedInventoryItemService() - Constructor for class dev.getelements.elements.service.inventory.UserAdvancedInventoryItemService
 
UserAppleIapReceiptService - Class in dev.getelements.elements.service.appleiap
 
UserAppleIapReceiptService() - Constructor for class dev.getelements.elements.service.appleiap.UserAppleIapReceiptService
 
UserClaim - Class in dev.getelements.elements.sdk.model.auth
Represents a user claim from a JWT request.
UserClaim() - Constructor for class dev.getelements.elements.sdk.model.auth.UserClaim
 
UserCreateRequest - Class in dev.getelements.elements.sdk.model.user
 
UserCreateRequest() - Constructor for class dev.getelements.elements.sdk.model.user.UserCreateRequest
 
UserCreateResponse - Class in dev.getelements.elements.sdk.model.user
 
UserCreateResponse() - Constructor for class dev.getelements.elements.sdk.model.user.UserCreateResponse
 
UserDao - Interface in dev.getelements.elements.sdk.dao
This is the UserDao which is used to update users in the database.
UserDistinctInventoryItemService - Class in dev.getelements.elements.service.inventory
 
UserDistinctInventoryItemService() - Constructor for class dev.getelements.elements.service.inventory.UserDistinctInventoryItemService
 
UserFCMRegistrationService - Class in dev.getelements.elements.service.notification
 
UserFCMRegistrationService() - Constructor for class dev.getelements.elements.service.notification.UserFCMRegistrationService
 
UserFollowerService - Class in dev.getelements.elements.service.follower
 
UserFollowerService() - Constructor for class dev.getelements.elements.service.follower.UserFollowerService
 
UserFriendService - Class in dev.getelements.elements.service.friend
 
UserFriendService() - Constructor for class dev.getelements.elements.service.friend.UserFriendService
 
UserGooglePlayIapReceiptService - Class in dev.getelements.elements.service.googleplayiap
 
UserGooglePlayIapReceiptService() - Constructor for class dev.getelements.elements.service.googleplayiap.UserGooglePlayIapReceiptService
 
UserInviteService - Class in dev.getelements.elements.service.invite
 
UserInviteService() - Constructor for class dev.getelements.elements.service.invite.UserInviteService
 
UserKey - Enum Class in dev.getelements.elements.sdk.model.auth
Enumerates the user keys.
UserLargeObjectService - Class in dev.getelements.elements.service.largeobject
 
UserLargeObjectService() - Constructor for class dev.getelements.elements.service.largeobject.UserLargeObjectService
 
userLevel - Variable in class dev.getelements.elements.sdk.model.auth.UpdateAuthSchemeRequest
 
UserMatchService - Class in dev.getelements.elements.service.match
Created by patricktwohig on 7/20/17.
UserMatchService() - Constructor for class dev.getelements.elements.service.match.UserMatchService
 
UsernamePasswordAuthService - Interface in dev.getelements.elements.sdk.service.auth
Created by patricktwohig on 4/1/15.
UsernamePasswordAuthServiceProvider - Class in dev.getelements.elements.service.auth
Created by patricktwohig on 4/2/15.
UsernamePasswordAuthServiceProvider() - Constructor for class dev.getelements.elements.service.auth.UsernamePasswordAuthServiceProvider
 
UsernamePasswordResource - Class in dev.getelements.elements.rest.security
Created by patricktwohig on 4/2/15.
UsernamePasswordResource() - Constructor for class dev.getelements.elements.rest.security.UsernamePasswordResource
 
UsernamePasswordSessionRequest - Class in dev.getelements.elements.sdk.model.session
 
UsernamePasswordSessionRequest() - Constructor for class dev.getelements.elements.sdk.model.session.UsernamePasswordSessionRequest
 
UsernameProfileRecord(User, Profile) - Constructor for class dev.getelements.elements.service.util.UserProfileUtility.UsernameProfileRecord
 
UserNotFoundException - Exception Class in dev.getelements.elements.sdk.model.exception.user
 
UserNotFoundException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.user.UserNotFoundException
 
UserNotFoundException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.user.UserNotFoundException
 
UserNotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.user.UserNotFoundException
 
UserNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.user.UserNotFoundException
 
UserNotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.user.UserNotFoundException
 
UserOAuth2AuthService - Class in dev.getelements.elements.service.auth
 
UserOAuth2AuthService() - Constructor for class dev.getelements.elements.service.auth.UserOAuth2AuthService
 
UserOidcAuthService - Class in dev.getelements.elements.service.auth
 
UserOidcAuthService() - Constructor for class dev.getelements.elements.service.auth.UserOidcAuthService
 
UserPrincipal - Class in dev.getelements.elements.security
Created by patricktwohig on 8/4/17.
UserPrincipal(User) - Constructor for class dev.getelements.elements.security.UserPrincipal
 
UserProfileOverrideService - Class in dev.getelements.elements.service.profile
Implementation for users with User.Level.USER users.
UserProfileOverrideService() - Constructor for class dev.getelements.elements.service.profile.UserProfileOverrideService
 
UserProfileService - Class in dev.getelements.elements.service.profile
Created by patricktwohig on 6/29/17.
UserProfileService() - Constructor for class dev.getelements.elements.service.profile.UserProfileService
 
UserProfileUtility - Class in dev.getelements.elements.service.util
 
UserProfileUtility() - Constructor for class dev.getelements.elements.service.util.UserProfileUtility
 
UserProfileUtility.UsernameProfileRecord - Class in dev.getelements.elements.service.util
 
UserProgressService - Class in dev.getelements.elements.service.progress
 
UserProgressService() - Constructor for class dev.getelements.elements.service.progress.UserProgressService
 
UserRankService - Class in dev.getelements.elements.service.leaderboard
 
UserRankService() - Constructor for class dev.getelements.elements.service.leaderboard.UserRankService
 
UserResource - Class in dev.getelements.elements.rest.user
Created by patricktwohig on 3/25/15.
UserResource() - Constructor for class dev.getelements.elements.rest.user.UserResource
 
UserRewardIssuanceService - Class in dev.getelements.elements.service.rewardissuance
 
UserRewardIssuanceService() - Constructor for class dev.getelements.elements.service.rewardissuance.UserRewardIssuanceService
 
USERS_PER_PHONE_LIMIT - Static variable in interface dev.getelements.elements.sdk.service.invite.InviteService
 
UserSaveDataDocumentService - Class in dev.getelements.elements.service.savedata
 
UserSaveDataDocumentService() - Constructor for class dev.getelements.elements.service.savedata.UserSaveDataDocumentService
 
UserScheduleProgressService - Class in dev.getelements.elements.service.mission
 
UserScheduleProgressService() - Constructor for class dev.getelements.elements.service.mission.UserScheduleProgressService
 
UserScoreService - Class in dev.getelements.elements.service.leaderboard
 
UserScoreService() - Constructor for class dev.getelements.elements.service.leaderboard.UserScoreService
 
UserService - Interface in dev.getelements.elements.sdk.service.user
Service to access Users in the system.
UserServiceFactory - Interface in dev.getelements.elements.service.user
 
UserServiceProvider - Class in dev.getelements.elements.service.user
Supplies the appropriate UserService based on current access level.
UserServiceProvider() - Constructor for class dev.getelements.elements.service.user.UserServiceProvider
 
UserSimpleInventoryItemService - Class in dev.getelements.elements.service.inventory
 
UserSimpleInventoryItemService() - Constructor for class dev.getelements.elements.service.inventory.UserSimpleInventoryItemService
 
UserTestFactory - Class in dev.getelements.elements.dao.mongo.test
 
UserTestFactory() - Constructor for class dev.getelements.elements.dao.mongo.test.UserTestFactory
 
UserUid - Class in dev.getelements.elements.sdk.model.user
 
UserUid() - Constructor for class dev.getelements.elements.sdk.model.user.UserUid
 
UserUidDao - Interface in dev.getelements.elements.sdk.dao
This is the UserUidDao which is used to manage associated unique user ids.
UserUidService - Interface in dev.getelements.elements.sdk.service.auth
 
userUidToMongoUserUidScheme(UserUid) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoUserUidMapperImpl
 
UserUpdatePasswordRequest - Class in dev.getelements.elements.sdk.model.user
 
UserUpdatePasswordRequest() - Constructor for class dev.getelements.elements.sdk.model.user.UserUpdatePasswordRequest
 
UserUpdateRequest - Class in dev.getelements.elements.sdk.model.user
 
UserUpdateRequest() - Constructor for class dev.getelements.elements.sdk.model.user.UserUpdateRequest
 
UserUsernamePasswordAuthService - Class in dev.getelements.elements.service.auth
Created by patricktwohig on 4/2/15.
UserUsernamePasswordAuthService() - Constructor for class dev.getelements.elements.service.auth.UserUsernamePasswordAuthService
 
UserUserService - Class in dev.getelements.elements.service.user
Created by patricktwohig on 3/26/15.
UserUserService() - Constructor for class dev.getelements.elements.service.user.UserUserService
 
UserUserUidService - Class in dev.getelements.elements.service.auth
 
UserUserUidService() - Constructor for class dev.getelements.elements.service.auth.UserUserUidService
 
UserVaultService - Class in dev.getelements.elements.service.blockchain.omni
 
UserVaultService() - Constructor for class dev.getelements.elements.service.blockchain.omni.UserVaultService
 
UserWalletService - Class in dev.getelements.elements.service.blockchain.omni
 
UserWalletService() - Constructor for class dev.getelements.elements.service.blockchain.omni.UserWalletService
 
useStandardAuthFor(String) - Method in interface dev.getelements.elements.guice.ServletBindings
 
useStandardSecurityFilters() - Method in class dev.getelements.elements.guice.BaseServletModule
 
useStandardSecurityFilters(String) - Method in class dev.getelements.elements.guice.BaseServletModule
 
UTF8_DECODING_BASE - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearCostType
 
UTF8_DECODING_BYTE - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearCostType
 
Util() - Constructor for class dev.getelements.elements.rt.annotation.ExposedBindingAnnotation.Util
 
Util() - Constructor for class dev.getelements.elements.rt.annotation.RemotelyInvokable.Util
 
Util() - Constructor for class dev.getelements.elements.rt.annotation.RemoteModel.Util
 
Util() - Constructor for class dev.getelements.elements.rt.annotation.RemoteService.Util
 

V

V_2_0 - Static variable in class dev.getelements.elements.rt.jrpc.JsonRpcError
 
V_2_0 - Static variable in class dev.getelements.elements.rt.jrpc.JsonRpcRequest
 
V_2_0 - Static variable in class dev.getelements.elements.rt.jrpc.JsonRpcResponse
 
VALID_NAME_PATTERN - Static variable in interface dev.getelements.elements.sdk.service.topic.Topic
 
VALID_PATH_COMPONENT - Static variable in class dev.getelements.elements.sdk.cluster.path.Path
A Pattern to match valid path components.
VALID_PATTERN - Static variable in class dev.getelements.elements.sdk.util.Hex
 
VALID_REGEX - Static variable in class dev.getelements.elements.sdk.util.Hex
 
VALID_SERVICES - Static variable in class org.eclipse.jgit.http.server.GitSmartHttpTools
Git service names accepted by the /info/refs?service= handler.
VALID_STATUS_CODE - Static variable in interface dev.getelements.elements.sdk.service.appleiap.AppleIapConstants
Status code in the JSON response indicating that the receipt given in the request is valid.
validate(Match) - Method in class dev.getelements.elements.dao.mongo.match.MongoMatchDao
 
validate(FCMRegistration) - Method in class dev.getelements.elements.dao.mongo.MongoFCMRegistrationDao
 
validate(Session) - Method in class dev.getelements.elements.dao.mongo.MongoSessionDao
 
validate(User) - Method in class dev.getelements.elements.dao.mongo.MongoUserDao
 
validate(Collection<BlockchainNetwork>) - Method in enum class dev.getelements.elements.sdk.model.blockchain.BlockchainApi
Validates that one or more network matches the
validate(Collection<BlockchainNetwork>, Supplier<ExceptionT>) - Method in enum class dev.getelements.elements.sdk.model.blockchain.BlockchainApi
Validates that one or more network matches the
validateAndAddTag(String) - Method in interface dev.getelements.elements.sdk.model.Taggable
Validates the given tag and adds it to the existing list of tags.
validateAndSetTags(List<String>) - Method in interface dev.getelements.elements.sdk.model.Taggable
Validates the given list of tags and then sets them.
validateModel(T) - Method in class dev.getelements.elements.sdk.model.util.ValidationHelper
Validates the given model object.
validateModel(T, Class<?>, Class<?>...) - Method in class dev.getelements.elements.sdk.model.util.ValidationHelper
Validates the given model object.
validateTags() - Method in interface dev.getelements.elements.sdk.model.Taggable
In-place validation and replacement of tags.
validateUserPassword(String, String) - Method in interface dev.getelements.elements.sdk.dao.UserDao
Validates the user's password and returns the current User instance.
ValidationErrorResponse - Class in dev.getelements.elements.sdk.model
Created by patricktwohig on 5/7/15.
ValidationErrorResponse() - Constructor for class dev.getelements.elements.sdk.model.ValidationErrorResponse
 
ValidationFailureException - Exception Class in dev.getelements.elements.sdk.model.exception
Created by patricktwohig on 5/7/15.
ValidationFailureException(Collection<ConstraintViolation<Object>>, Object) - Constructor for exception class dev.getelements.elements.sdk.model.exception.ValidationFailureException
 
ValidationGroups - Interface in dev.getelements.elements.sdk.model
Used in conjunction with the jakarta.validation annotations to specify the various groups in annotation.
ValidationGroups.Create - Interface in dev.getelements.elements.sdk.model
Deprecated.
ValidationGroups.Insert - Interface in dev.getelements.elements.sdk.model
Used in the context of inserting the object in the database for the first time.
ValidationGroups.Read - Interface in dev.getelements.elements.sdk.model
Used when the value is read or referenced.
ValidationGroups.Update - Interface in dev.getelements.elements.sdk.model
Used in the context of updating an object, such as when used ina PUT request.
ValidationHelper - Class in dev.getelements.elements.sdk.model.util
Created by patricktwohig on 5/7/15.
ValidationHelper() - Constructor for class dev.getelements.elements.sdk.model.util.ValidationHelper
 
Validator() - Constructor for class dev.getelements.elements.sdk.model.annotation.PemFile.Validator
 
Validator() - Constructor for class dev.getelements.elements.sdk.model.schema.ValidProperties.Validator
 
Validator() - Constructor for class dev.getelements.elements.sdk.model.ValidWithGroups.Validator
 
ValidProperties - Annotation Interface in dev.getelements.elements.sdk.model.schema
 
ValidProperties.Validator - Class in dev.getelements.elements.sdk.model.schema
 
ValidWithGroups - Annotation Interface in dev.getelements.elements.sdk.model
Annotates a field that will validate the field using the validation groups specified in this annotations ValidWithGroups.groups() property.
ValidWithGroups.Validator - Class in dev.getelements.elements.sdk.model
 
value - Variable in enum class dev.getelements.elements.rt.manifest.model.Type
 
value - Variable in enum class dev.getelements.elements.service.auth.OidcAuthServiceOperations.Claim
 
value() - Element in annotation interface dev.getelements.elements.rt.annotation.ClientSerializationStrategy
The name of the serialization driver to use.
value() - Element in annotation interface dev.getelements.elements.rt.annotation.DeprecationDefinition
Indicates that the module is deprecated.
value() - Element in annotation interface dev.getelements.elements.rt.annotation.Dispatch
Specifies the Dispatch.Type for the method.
value() - Element in annotation interface dev.getelements.elements.rt.annotation.ExposedBindingAnnotation
The binding annotation to use when exposing the module.
value() - Element in annotation interface dev.getelements.elements.rt.annotation.ModuleDefinition
The name of the module to expose.
value() - Element in annotation interface dev.getelements.elements.rt.annotation.RemoteModel
Names the remote model.
value() - Element in annotation interface dev.getelements.elements.rt.annotation.RemoteService
Names the remote service.
value() - Element in annotation interface dev.getelements.elements.rt.annotation.Routing
Specifies the RoutingStrategy used to distribute the remote invocations.
value() - Element in annotation interface dev.getelements.elements.rt.annotation.Serialize
The name of the parameter.
value() - Element in annotation interface dev.getelements.elements.sdk.annotation.ElementDefaultAttribute
The default value of the configuration value.
value() - Element in annotation interface dev.getelements.elements.sdk.annotation.ElementDefinition
Names the Element.
value() - Element in annotation interface dev.getelements.elements.sdk.annotation.ElementEventConsumer
The name of the Event.
value() - Element in annotation interface dev.getelements.elements.sdk.annotation.ElementEventConsumers
The ElementEventConsumer instances.
value() - Element in annotation interface dev.getelements.elements.sdk.annotation.ElementEventProducer
The name of the Event.
value() - Element in annotation interface dev.getelements.elements.sdk.annotation.ElementEventProducers
value() - Element in annotation interface dev.getelements.elements.sdk.annotation.ElementPackage
The name of the Java package.
value() - Element in annotation interface dev.getelements.elements.sdk.annotation.ElementService
The service interface type.
value() - Element in annotation interface dev.getelements.elements.sdk.annotation.ElementServiceExport
Gets a list of all exposed which this service exposes in addition to the specified type.
value() - Element in annotation interface dev.getelements.elements.sdk.annotation.ElementServiceExports
 
value() - Element in annotation interface dev.getelements.elements.sdk.annotation.ElementServiceImplementation
Specifies the implementation.
value() - Element in annotation interface dev.getelements.elements.sdk.annotation.ElementServices
 
value() - Method in record class dev.getelements.elements.sdk.Attributes.Attribute
Returns the value of the value record component.
value() - Element in annotation interface dev.getelements.elements.sdk.model.annotation.FacebookPermission
The name of the permission.
value() - Element in annotation interface dev.getelements.elements.sdk.model.annotation.FacebookPermissions
The list of permissions.
value() - Element in annotation interface dev.getelements.elements.sdk.model.annotation.PemFile.List
 
value() - Element in annotation interface dev.getelements.elements.sdk.model.ValidWithGroups
The value of groups to use when validating.
value() - Method in record class dev.getelements.elements.sdk.record.ElementDefaultAttributeRecord
Returns the value of the value record component.
value() - Method in record class dev.getelements.elements.sdk.record.ElementDesignationRecord
Returns the value of the value record component.
valueOf(String) - Static method in enum class dev.getelements.elements.appnode.ApplicationNode.StorageDriver
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.dao.mongo.model.MongoSession.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.jetty.ElementsWebServiceComponent
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.rt.annotation.CaseFormat
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.rt.annotation.Dispatch.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.rt.AsyncConnection.Event
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.rt.manifest.model.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.rt.remote.guice.InstanceDiscoveryServiceModule.DiscoveryType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.rt.remote.jeromq.JeroMQAsyncOperation.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.rt.remote.jeromq.JeroMQControlResponseCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.rt.remote.jeromq.JeroMQRoutingCommand
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.rt.remote.MessageType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.rt.remote.NodeState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.rt.ResponseCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.rt.ResumeReason
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.rt.transact.unix.UnixFSChecksumAlgorithm
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.rt.transact.unix.UnixFSTransactionCommandInstruction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.rt.transact.unix.UnixFSTransactionParameter.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgramExecutionPhase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.rt.transact.unix.UnixFSUtils.CommitResult
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in class dev.getelements.elements.sdk.cluster.id.ApplicationId
The Java standard valueOf method.
valueOf(String) - Static method in class dev.getelements.elements.sdk.cluster.id.InstanceId
The Java standard valueOf method.
valueOf(String) - Static method in class dev.getelements.elements.sdk.cluster.id.NodeId
The Java standard valueOf method.
valueOf(String) - Static method in class dev.getelements.elements.sdk.cluster.id.ResourceId
The Java standard valueOf method.
valueOf(String) - Static method in class dev.getelements.elements.sdk.cluster.path.Path
Implements the conventional valueOf method by invoking Path(java.lang.String).
valueOf(String) - Static method in enum class dev.getelements.elements.sdk.ElementType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.sdk.model.appleiapreceipt.CreateAppleIapReceipt.CreateAppleIapReceiptEnvironment
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.sdk.model.auth.OidcClaim
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.sdk.model.auth.PrivateClaim
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.sdk.model.auth.UserKey
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.sdk.model.blockchain.BlockchainApi
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.sdk.model.blockchain.BlockchainNetwork
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearCostType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearProof.Direction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.sdk.model.BlockchainConstants.MintStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.sdk.model.crypto.PrivateKeyCrytpoAlgorithm
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.sdk.model.exception.ErrorCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.sdk.model.friend.Friendship
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.sdk.model.goods.ItemCategory
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.sdk.model.index.IndexableType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.sdk.model.index.IndexOperation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.sdk.model.index.IndexPlanState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.sdk.model.largeobject.LargeObjectState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.sdk.model.leaderboard.Leaderboard.ScoreStrategyType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.sdk.model.leaderboard.Leaderboard.TimeStrategyType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.sdk.model.reward.RewardIssuance.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.sdk.model.reward.RewardIssuance.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.sdk.model.schema.MetadataSpecPropertyType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.sdk.model.security.Rfc7468Label
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.sdk.model.user.User.Level
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.sdk.service.appleiap.client.invoker.AppleIapVerifyReceiptInvoker.AppleIapVerifyReceiptEnvironment
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.sdk.test.TestElementArtifact
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.sdk.test.TestElementBundle
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.sdk.util.Hex.Case
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.service.auth.OidcAuthServiceOperations.Claim
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.getelements.elements.setup.SetupCommands
Returns the enum constant of this class with the specified name.
values() - Static method in enum class dev.getelements.elements.appnode.ApplicationNode.StorageDriver
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.dao.mongo.model.MongoSession.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.jetty.ElementsWebServiceComponent
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.rt.annotation.CaseFormat
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.rt.annotation.Dispatch.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.rt.AsyncConnection.Event
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.rt.manifest.model.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.rt.remote.guice.InstanceDiscoveryServiceModule.DiscoveryType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.rt.remote.jeromq.JeroMQAsyncOperation.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.rt.remote.jeromq.JeroMQControlResponseCode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.rt.remote.jeromq.JeroMQRoutingCommand
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.rt.remote.MessageType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.rt.remote.NodeState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.rt.ResponseCode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.rt.ResumeReason
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.rt.transact.unix.UnixFSChecksumAlgorithm
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.rt.transact.unix.UnixFSTransactionCommandInstruction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.rt.transact.unix.UnixFSTransactionParameter.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgramExecutionPhase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.rt.transact.unix.UnixFSUtils.CommitResult
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.sdk.ElementType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.sdk.model.appleiapreceipt.CreateAppleIapReceipt.CreateAppleIapReceiptEnvironment
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.sdk.model.auth.OidcClaim
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.sdk.model.auth.PrivateClaim
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.sdk.model.auth.UserKey
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.sdk.model.blockchain.BlockchainApi
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.sdk.model.blockchain.BlockchainNetwork
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearCostType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearProof.Direction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.sdk.model.BlockchainConstants.MintStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.sdk.model.crypto.PrivateKeyCrytpoAlgorithm
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.sdk.model.exception.ErrorCode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.sdk.model.friend.Friendship
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.sdk.model.goods.ItemCategory
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.sdk.model.index.IndexableType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.sdk.model.index.IndexOperation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.sdk.model.index.IndexPlanState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.sdk.model.largeobject.LargeObjectState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.sdk.model.leaderboard.Leaderboard.ScoreStrategyType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.sdk.model.leaderboard.Leaderboard.TimeStrategyType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.sdk.model.reward.RewardIssuance.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.sdk.model.reward.RewardIssuance.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.sdk.model.schema.MetadataSpecPropertyType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.sdk.model.security.Rfc7468Label
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.sdk.model.user.User.Level
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.sdk.service.appleiap.client.invoker.AppleIapVerifyReceiptInvoker.AppleIapVerifyReceiptEnvironment
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.sdk.test.TestElementArtifact
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.sdk.test.TestElementBundle
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.sdk.util.Hex.Case
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.service.auth.OidcAuthServiceOperations.Claim
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.getelements.elements.setup.SetupCommands
Returns an array containing the constants of this enum class, in the order they are declared.
VARIANT_A - Enum constant in enum class dev.getelements.elements.sdk.test.TestElementArtifact
 
VARIANT_B - Enum constant in enum class dev.getelements.elements.sdk.test.TestElementArtifact
 
vault(String) - Method in interface dev.getelements.elements.sdk.service.blockchain.SmartContractInvocationResolution
Creates a new SmartContractInvocationResolution with a Vault not necessarily with the underlying SmartContract.
vault(String) - Method in class dev.getelements.elements.service.blockchain.invoke.StandardSmartContractInvocationResolution
 
Vault - Class in dev.getelements.elements.sdk.model.blockchain.wallet
 
Vault() - Constructor for class dev.getelements.elements.sdk.model.blockchain.wallet.Vault
 
VaultCryptoUtilities - Interface in dev.getelements.elements.sdk.service.blockchain.crypto
Encrypts and decrypts Vaults.
VaultDao - Interface in dev.getelements.elements.sdk.dao
Manages instance of the Vault.
VaultKey - Class in dev.getelements.elements.sdk.model.blockchain.wallet
 
VaultKey() - Constructor for class dev.getelements.elements.sdk.model.blockchain.wallet.VaultKey
 
VaultNotFoundException - Exception Class in dev.getelements.elements.sdk.model.exception.blockchain
 
VaultNotFoundException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.VaultNotFoundException
 
VaultNotFoundException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.VaultNotFoundException
 
VaultNotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.VaultNotFoundException
 
VaultNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.VaultNotFoundException
 
VaultNotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.VaultNotFoundException
 
VaultPagination - Class in dev.getelements.elements.rest.test.model
 
VaultPagination() - Constructor for class dev.getelements.elements.rest.test.model.VaultPagination
 
VaultResource - Class in dev.getelements.elements.rest.blockchain
 
VaultResource() - Constructor for class dev.getelements.elements.rest.blockchain.VaultResource
 
VaultService - Interface in dev.getelements.elements.sdk.service.blockchain
Manages instances of Vaults
VaultServiceProvider - Class in dev.getelements.elements.service.blockchain.omni
 
VaultServiceProvider() - Constructor for class dev.getelements.elements.service.blockchain.omni.VaultServiceProvider
 
VaultWalletResource - Class in dev.getelements.elements.rest.blockchain
 
VaultWalletResource() - Constructor for class dev.getelements.elements.rest.blockchain.VaultWalletResource
 
VERB_NOT_SUPPORTED - Enum constant in enum class dev.getelements.elements.rt.ResponseCode
No HTTP Operation for the particular HTTP Verb could be matched.
VerbNotSupportedException - Exception Class in dev.getelements.elements.rt.exception
 
VerbNotSupportedException() - Constructor for exception class dev.getelements.elements.rt.exception.VerbNotSupportedException
 
VerbNotSupportedException(String) - Constructor for exception class dev.getelements.elements.rt.exception.VerbNotSupportedException
 
VerbNotSupportedException(String, Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.VerbNotSupportedException
 
VerbNotSupportedException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.rt.exception.VerbNotSupportedException
 
VerbNotSupportedException(Throwable) - Constructor for exception class dev.getelements.elements.rt.exception.VerbNotSupportedException
 
verify(Algorithm) - Method in class dev.getelements.elements.security.JWTCredentials
Verifies the JWT has the required data, and that the signature matches
VERIFY_RECEIPT_PATH_COMPONENT - Static variable in interface dev.getelements.elements.sdk.service.appleiap.AppleIapConstants
The path for the verify receipt endpoint.
verifyAndCreateAppleIapReceiptsIfNeeded(AppleIapVerifyReceiptInvoker.AppleIapVerifyReceiptEnvironment, String) - Method in interface dev.getelements.elements.sdk.service.appleiap.AppleIapReceiptService
Verifies the given base64-encoded receiptData string against the Apple servers in the given environment.
verifyAndCreateAppleIapReceiptsIfNeeded(AppleIapVerifyReceiptInvoker.AppleIapVerifyReceiptEnvironment, String) - Method in class dev.getelements.elements.service.appleiap.UserAppleIapReceiptService
 
verifyAndCreateGooglePlayIapReceiptIfNeeded(String, String, String) - Method in interface dev.getelements.elements.sdk.service.googleplayiap.GooglePlayIapReceiptService
Verifies the given purchase data against the Google Play purchase validation services.
verifyAndCreateGooglePlayIapReceiptIfNeeded(String, String, String) - Method in class dev.getelements.elements.service.googleplayiap.UserGooglePlayIapReceiptService
 
version - Variable in class dev.getelements.elements.dao.mongo.test.CliMongoTestInstance
 
version - Variable in class dev.getelements.elements.sdk.model.cdn.CreateDeploymentRequest
 
version - Variable in class dev.getelements.elements.sdk.model.Deployment
 
Version - Class in dev.getelements.elements.sdk.model
Provides simple version information about the running service.
Version() - Constructor for class dev.getelements.elements.sdk.model.Version
 
VERSION - Static variable in class dev.getelements.elements.dao.mongo.model.MongoFriendshipId
 
VERSION - Static variable in class dev.getelements.elements.service.version.BuildPropertiesVersionService
 
VERSION_LENGTH - Static variable in class dev.getelements.elements.dao.mongo.model.MongoFriendshipId
 
VERSION_MAJOR_1 - Static variable in class dev.getelements.elements.rt.transact.unix.UnixFSDataHeader
 
VERSION_MAJOR_1 - Static variable in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionJournal
Constant for major version 1
VERSION_MAJOR_CURRENT - Static variable in class dev.getelements.elements.rt.transact.unix.UnixFSDataHeader
 
VERSION_MAJOR_CURRENT - Static variable in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionJournal
Indicates the current major version.
VERSION_MINOR_0 - Static variable in class dev.getelements.elements.rt.transact.unix.UnixFSDataHeader
 
VERSION_MINOR_0 - Static variable in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionJournal
Constant for minor version 0
VERSION_MINOR_CURRENT - Static variable in class dev.getelements.elements.rt.transact.unix.UnixFSDataHeader
 
VERSION_MINOR_CURRENT - Static variable in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionJournal
Indicates the current minor version.
VersionResource - Class in dev.getelements.elements.rest.status
This is an empty interface which is used as a place to house Swagger definitions.
VersionResource() - Constructor for class dev.getelements.elements.rest.status.VersionResource
 
VersionService - Interface in dev.getelements.elements.sdk.service.version
Gets the Version of the current build.
VersionServlet - Class in dev.getelements.elements.servlet.security
Defers to the VersionService to read the build metadata, and respond with a Version instance using the supplied ObjectMapper.
VersionServlet() - Constructor for class dev.getelements.elements.servlet.security.VersionServlet
 
viewOf(Map<String, Object>) - Static method in class dev.getelements.elements.sdk.util.ImmutableAttributes
Provides an immutable view of the Map containing the attributes.

W

waitForShutdown() - Method in class dev.getelements.elements.appnode.ApplicationNode
Waits for the ApplicationNode to shut down.
waitForShutdown() - Method in interface dev.getelements.elements.rt.ServerContainer.RunningInstance
Waits for shutdown.
waitForShutdown(long, TimeUnit) - Method in interface dev.getelements.elements.rt.ServerContainer.RunningInstance
Waits for shutdown with the given timeout and time unit.
walk(Path) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSUtils
Safely lists the contents of the supplied directory as well as its children.
wallet - Variable in class dev.getelements.elements.dao.mongo.model.blockchain.MongoBscWallet
 
wallet - Variable in class dev.getelements.elements.dao.mongo.model.blockchain.MongoNeoWallet
 
Wallet - Class in dev.getelements.elements.sdk.model.blockchain.wallet
 
Wallet() - Constructor for class dev.getelements.elements.sdk.model.blockchain.wallet.Wallet
 
WalletAccount - Class in dev.getelements.elements.sdk.model.blockchain.wallet
 
WalletAccount() - Constructor for class dev.getelements.elements.sdk.model.blockchain.wallet.WalletAccount
 
WalletAccountFactory - Interface in dev.getelements.elements.sdk.service.blockchain.crypto
Creates instances of WalletAccount securely.
WalletAccountFactory.AccountGenerator - Interface in dev.getelements.elements.sdk.service.blockchain.crypto
Generates instances of WalletAccount.
walletAccountListToMongoWalletAccountList(List<WalletAccount>) - Method in class dev.getelements.elements.dao.mongo.mapper.MongoDBMapperImpl
Deprecated.
 
WalletCryptoUtilities - Interface in dev.getelements.elements.sdk.service.blockchain.crypto
Encrypts and decrypts Wallets.
WalletDao - Interface in dev.getelements.elements.sdk.dao
 
WalletNotFoundException - Exception Class in dev.getelements.elements.sdk.model.exception.blockchain
 
WalletNotFoundException() - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.WalletNotFoundException
 
WalletNotFoundException(String) - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.WalletNotFoundException
 
WalletNotFoundException(String, Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.WalletNotFoundException
 
WalletNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.WalletNotFoundException
 
WalletNotFoundException(Throwable) - Constructor for exception class dev.getelements.elements.sdk.model.exception.blockchain.WalletNotFoundException
 
WalletPagination - Class in dev.getelements.elements.rest.test.model
 
WalletPagination() - Constructor for class dev.getelements.elements.rest.test.model.WalletPagination
 
WalletResource - Class in dev.getelements.elements.rest.blockchain
 
WalletResource() - Constructor for class dev.getelements.elements.rest.blockchain.WalletResource
 
WalletService - Interface in dev.getelements.elements.sdk.service.blockchain
Manages blockchain wallets.
WalletServiceProvider - Class in dev.getelements.elements.service.blockchain.omni
 
WalletServiceProvider() - Constructor for class dev.getelements.elements.service.blockchain.omni.WalletServiceProvider
 
WASM_INSTRUCTION - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearCostType
 
watch(Logger, Worker) - Method in class dev.getelements.elements.rt.remote.watchdog.NodeBindingWatchdog
 
watch(Logger, Worker) - Method in class dev.getelements.elements.rt.remote.watchdog.NodeHealthWorkerWatchdog
 
watch(Logger, Worker) - Method in interface dev.getelements.elements.rt.remote.watchdog.WorkerWatchdog
Executes the rules for this WorkerWatchdog
WatchdogService - Interface in dev.getelements.elements.rt.remote.watchdog
Times and executes watchdogs.
WeakReferenceLockSetService - Class in dev.getelements.elements.rt
 
WeakReferenceLockSetService() - Constructor for class dev.getelements.elements.rt.WeakReferenceLockSetService
 
web_ui - Enum constant in enum class dev.getelements.elements.jetty.ElementsWebServiceComponent
The Web UI Admin Panel for Elements.
Web3jBlockchainSupportModule - Class in dev.getelements.elements.service.guice
 
Web3jBlockchainSupportModule() - Constructor for class dev.getelements.elements.service.guice.Web3jBlockchainSupportModule
 
Web3jInvoker - Class in dev.getelements.elements.service.blockchain.invoke.evm
 
Web3jInvoker() - Constructor for class dev.getelements.elements.service.blockchain.invoke.evm.Web3jInvoker
 
WebUIAngularServlet - Class in dev.getelements.elements.webui
 
WebUIAngularServlet() - Constructor for class dev.getelements.elements.webui.WebUIAngularServlet
 
WebUIApplicationApiConfiguration - Class in dev.getelements.elements.webui
 
WebUIApplicationApiConfiguration() - Constructor for class dev.getelements.elements.webui.WebUIApplicationApiConfiguration
 
WebUIApplicationConfiguration - Class in dev.getelements.elements.webui
 
WebUIApplicationConfiguration() - Constructor for class dev.getelements.elements.webui.WebUIApplicationConfiguration
 
WebUiModule - Class in dev.getelements.elements.webui
 
WebUiModule() - Constructor for class dev.getelements.elements.webui.WebUiModule
 
WHOLE_WORD_ONLY - Static variable in interface dev.getelements.elements.sdk.model.Constants.Regexp
Alphanumeric only.
WILDCARD - Static variable in class dev.getelements.elements.sdk.cluster.path.Path
The wildcard character.
WILDCARD_CONTEXT_REPRESENTATION - Static variable in class dev.getelements.elements.sdk.cluster.path.Path
Deprecated.
WILDCARD_FIRST - Static variable in class dev.getelements.elements.sdk.cluster.path.Paths
Static instance of Paths.WildcardFirst
WILDCARD_LAST - Static variable in class dev.getelements.elements.sdk.cluster.path.Paths
Static instance of Paths.WildcardLast
WILDCARD_RECURSIVE - Static variable in class dev.getelements.elements.sdk.cluster.path.Path
The recursive-wildcard character.
wildcardAccess() - Method in class dev.getelements.elements.dao.mongo.test.LargeObjectTestFactory
 
WildcardFirst() - Constructor for class dev.getelements.elements.sdk.cluster.path.Paths.WildcardFirst
 
WildcardLast() - Constructor for class dev.getelements.elements.sdk.cluster.path.Paths.WildcardLast
 
wildcardSubject() - Static method in class dev.getelements.elements.sdk.model.largeobject.Subjects
Fetches an anonymous subject which permits all access.
with(Attributes) - Method in interface dev.getelements.elements.sdk.ElementScope.Builder
Sets the Attributes to the scope.
with(Attributes) - Method in class dev.getelements.elements.sdk.spi.DefaultElementScopeBuilder
 
with(ResourceId) - Method in interface dev.getelements.elements.rt.transact.ReadOnlyTransaction.Builder
 
with(Path) - Method in interface dev.getelements.elements.rt.transact.ReadOnlyTransaction.Builder
 
with(ElementLoader) - Method in class dev.getelements.elements.sdk.guice.RootElementRegistryModule
 
with(MetadataSpec) - Static method in class dev.getelements.elements.sdk.model.util.MetadataSpecBuilder
 
with(FinallyAction) - Static method in interface dev.getelements.elements.sdk.util.FinallyAction
Convenience method to start a chain of FinallyAction instances.
with(UpdateOperator) - Method in class dev.getelements.elements.dao.mongo.UpdateBuilder
Appends an UpdateOperator.
with(UpdateOperator, UpdateOperator...) - Method in class dev.getelements.elements.dao.mongo.UpdateBuilder
Appends an UpdateOperator.
with(HttpServlet) - Method in interface org.eclipse.jgit.http.server.glue.ServletBinder
Set the servlet to execute on this path
with(String) - Method in class dev.getelements.elements.rt.util.HostList
 
with(Function<UpdateBuilder, T>) - Method in class dev.getelements.elements.dao.mongo.UpdateBuilder
Accepts an Function which consumes this UpdateBuilder and returns the value returned by the function.
with(Supplier<ElementLoader>) - Method in class dev.getelements.elements.sdk.guice.RootElementRegistryModule
 
withAnnotation(Annotation) - Method in class dev.getelements.elements.rt.remote.jeromq.guice.JeroMQNodeModule
Specifies an Annotation to bind to the underlying Node.
withAnnotation(String) - Method in class dev.getelements.elements.rt.remote.jeromq.guice.JeroMQNodeModule
Specifies the annotation as a name annotated node.
withApplication(ApplicationId, Supplier<ChainedT>) - Method in class dev.getelements.elements.test.JeroMQEmbeddedWorkerInstanceContainer
 
withApplicationNode() - Method in class dev.getelements.elements.test.JeroMQEmbeddedTestService
Adds a randomly-assigned
withApplicationNode(ApplicationId) - Method in class dev.getelements.elements.test.JeroMQEmbeddedTestService
Begins specialized configuration for an application with the specified ApplicationId.
withApplicationNode(String) - Method in class dev.getelements.elements.test.JeroMQEmbeddedTestService
Begins specialized configuration for an application with the specified unique name.
withApplicationUniqueName(String) - Method in class dev.getelements.elements.rt.remote.jeromq.guice.JeroMQContextModule
Given a unique string identifier for the application, this will genrate a unique identifier for the application's unique name using ApplicationId.forUniqueName(String).
withAttributes(Attributes) - Method in interface dev.getelements.elements.sdk.local.ElementsLocalBuilder
Specifies the system properties as an Attributes instance.
withAttributes(Attributes) - Method in class dev.getelements.elements.sdk.local.StandardElementsLocalBuilder
 
withAttributes(Attributes) - Method in class dev.getelements.elements.sdk.util.ElementScopes.Builder
Sets the Attributes to assign to the scope.
withAttributes(Attributes) - Static method in record class dev.getelements.elements.sdk.util.InheritedAttributes
Creates an InheritedAttributes object that inherits from the given attributes.
withBindAddress(String) - Method in class dev.getelements.elements.rt.remote.jeromq.guice.JeroMQInstanceConnectionServiceModule
Specifies the bind address for the underlying JeroMQInstanceConnectionService where it will accept and receive incoming connections from peers and nother nodes.
withBindAddress(String) - Method in class dev.getelements.elements.test.JeroMQEmbeddedWorkerInstanceContainer
 
withByteBuffer(ByteBuffer) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgramBuilder
Specifies the ByteBuffer which will hold the program's code.
withChecksumAlgorithm(UnixFSChecksumAlgorithm) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionalPersistenceContextModule
Specifies the UnixFSChecksumAlgorithm used for new entries in the journal and the revision table.
withChecksumAlgorithm(UnixFSChecksumAlgorithm) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgramBuilder
Specifies the UnixFSChecksumAlgorithm to use to guarantee the program's integrity.
withClassLoaderConstructor(ElementLoaderFactory.ClassLoaderConstructor) - Method in interface dev.getelements.elements.sdk.local.ElementsLocalBuilder
Specifies the classloader constructor to use for loading the Element.
withClassLoaderConstructor(ElementLoaderFactory.ClassLoaderConstructor) - Method in class dev.getelements.elements.sdk.local.StandardElementsLocalBuilder
 
withCleanup(Consumer<K>) - Method in class dev.getelements.elements.rt.util.ConcurrentReferenceMap.Builder
 
withClient() - Method in class dev.getelements.elements.test.JeroMQEmbeddedTestService
Configures a client Instance.
withClientModule(Module) - Method in class dev.getelements.elements.test.JeroMQEmbeddedTestService
Installs the supplied Module to the client Instance.
withConnectAddress(String) - Method in class dev.getelements.elements.test.JeroMQEmbeddedClientInstanceContainer
 
withConnectAddress(String) - Method in class dev.getelements.elements.test.JeroMQEmbeddedInstanceContainer
 
withConnectAddress(String) - Method in class dev.getelements.elements.test.JeroMQEmbeddedWorkerInstanceContainer
 
withConnectAddress(String, String...) - Method in class dev.getelements.elements.test.JeroMQEmbeddedClientInstanceContainer
 
withConnectAddress(String, String...) - Method in class dev.getelements.elements.test.JeroMQEmbeddedInstanceContainer
 
withConnectAddress(String, String...) - Method in class dev.getelements.elements.test.JeroMQEmbeddedWorkerInstanceContainer
 
withCount(int) - Method in class dev.getelements.elements.sdk.model.util.PaginationWalker
Specifies the count on each page fetch.
withCreationListener(Class<CustomT>, Consumer<CustomT>) - Method in class dev.getelements.elements.common.util.mapstruct.MapstructMapperRegistryBuilder
 
withDefaultContexts() - Method in class dev.getelements.elements.rt.guice.SimpleContextModule
Specifies the default contexts and services.
withDefaultHandler(InvocationHandler) - Method in class dev.getelements.elements.rt.remote.ProxyBuilder
Specifies the default InvocationHandler, which gets called when no other InvocationHandler is able to handle the invocation.
withDefaultHashCodeAndEquals() - Method in class dev.getelements.elements.rt.remote.ProxyBuilder
Specifies the Object.hashCode() and Object.equals(Object) method.
withDefaultHttpClient() - Method in interface dev.getelements.elements.test.EmbeddedWorkerInstanceContainer
Enables the default HTTP client for the Worker contained in this container.
withDefaultHttpClient() - Method in class dev.getelements.elements.test.JeroMQEmbeddedTestService
Installs the default Client to the worker Instance.
withDefaultHttpClient() - Method in class dev.getelements.elements.test.JeroMQEmbeddedWorkerInstanceContainer
 
withDefaultIoThreads() - Method in class dev.getelements.elements.rt.remote.jeromq.guice.JeroMQAsyncConnectionServiceModule
 
withDefaultIoThreads() - Method in class dev.getelements.elements.rt.remote.jeromq.guice.ZContextModule
 
withDefaultIpv6() - Method in class dev.getelements.elements.rt.remote.jeromq.guice.ZContextModule
 
withDefaultMaxSockets() - Method in class dev.getelements.elements.rt.remote.jeromq.guice.ZContextModule
 
withDefaultNodeName() - Method in class dev.getelements.elements.rt.remote.jeromq.guice.JeroMQNodeModule
Specifies the default symbolic name of the node using the Node.NAME.
withDefaultObjectMapperProvider(Provider<ObjectMapper>) - Method in class dev.getelements.elements.rt.jersey.guice.JerseyHttpClientModule
Specifies a jakarta.inject.Provider<com.fasterxml.jackson.databind.ObjectMapper> which will be used to provide the underlying HTTP client's ObjectMapper.
withDefaultRefreshInterval() - Method in class dev.getelements.elements.rt.remote.jeromq.guice.JeroMQInstanceConnectionServiceModule
Uses the default refresh interval.
withDefaultSchedulerThreads() - Method in class dev.getelements.elements.rt.guice.SimpleExecutorsModule
Determines the default number of scheduler threads as the number of available processors plus one.
withDefaultTimeout() - Method in class dev.getelements.elements.rt.guice.SimpleEventContextModule
Specifies the SimpleEventService timeout to the default values.
withDefaultTimeout() - Method in class dev.getelements.elements.rt.guice.SimpleHandlerContextModule
Specifies the HandlerContext timeout to the default values.
withDelegatingClassLoader() - Method in interface dev.getelements.elements.sdk.local.ElementsLocalBuilder
Delegates to the system classloader to load elements.
withDispatch(Consumer<Runnable>) - Method in interface dev.getelements.elements.rt.remote.AsyncControlClient
Configures this AsyncControlClient to dispatch the response handling to the supplied Consumer<Runnable>.
withElementNamed(String, String) - Method in interface dev.getelements.elements.sdk.local.ElementsLocalBuilder
Specifies an Element to load associated with the supplied package.
withElementNamed(String, String, Attributes) - Method in interface dev.getelements.elements.sdk.local.ElementsLocalBuilder
Specifies an Element to load associated with the supplied package.
withElementNamed(String, String, Attributes) - Method in class dev.getelements.elements.sdk.local.StandardElementsLocalBuilder
 
withElementsNamed(String...) - Method in class dev.getelements.elements.sdk.util.ElementScopes.Builder
Sets the selector to include elements with the specified names.
withEnvironment(AppleIapVerifyReceiptInvoker.AppleIapVerifyReceiptEnvironment) - Method in interface dev.getelements.elements.sdk.service.appleiap.client.invoker.AppleIapVerifyReceiptInvoker.Builder
Specifies the Apple environment against which to validate.
withEnvironment(AppleIapVerifyReceiptInvoker.AppleIapVerifyReceiptEnvironment) - Method in class dev.getelements.elements.service.appleiap.client.invoker.builder.DefaultAppleIapVerifyReceiptInvokerBuilder
 
withExisting(List<? extends IndexMetadata<IdentifierT>>) - Method in class dev.getelements.elements.sdk.dao.index.IndexPlanner.Builder
 
withHandlersForRemoteDispatcher(RemoteInvocationDispatcher) - Method in class dev.getelements.elements.rt.remote.ProxyBuilder
Generates an InvocationHandler for each method int he class marked RemotelyInvokable using the specifed RemoteInvocationDispatcher.
withHandlersForRemoteInvoker(RemoteInvoker) - Method in class dev.getelements.elements.rt.remote.ProxyBuilder
Generates an InvocationHandler for each method in the class marked RemotelyInvokable using the specified RemoteInvoker.
withHttpRedirectProvider(String) - Method in class dev.getelements.elements.jrpc.JsonRpcModule
Specifies the redirect provider.
withInstanceAddresses(String) - Method in class dev.getelements.elements.rt.remote.guice.StaticInstanceDiscoveryServiceModule
 
withInstanceAddresses(String...) - Method in class dev.getelements.elements.rt.remote.guice.StaticInstanceDiscoveryServiceModule
 
withInstanceAddresses(List<String>) - Method in class dev.getelements.elements.rt.remote.guice.StaticInstanceDiscoveryServiceModule
 
withInstanceId(InstanceId) - Method in class dev.getelements.elements.test.JeroMQEmbeddedClientInstanceContainer
 
withInstanceId(InstanceId) - Method in class dev.getelements.elements.test.JeroMQEmbeddedInstanceContainer
Specifies the instance id, if not specified then this returns null.
withInstanceId(InstanceId) - Method in class dev.getelements.elements.test.JeroMQEmbeddedWorkerInstanceContainer
 
withInstanceModules(Module) - Method in class dev.getelements.elements.test.JeroMQEmbeddedClientInstanceContainer
 
withInstanceModules(Module) - Method in class dev.getelements.elements.test.JeroMQEmbeddedInstanceContainer
 
withInstanceModules(Module) - Method in class dev.getelements.elements.test.JeroMQEmbeddedWorkerInstanceContainer
 
withInstanceModules(Module, Module...) - Method in class dev.getelements.elements.test.JeroMQEmbeddedClientInstanceContainer
 
withInstanceModules(Module, Module...) - Method in class dev.getelements.elements.test.JeroMQEmbeddedInstanceContainer
 
withInstanceModules(Module, Module...) - Method in class dev.getelements.elements.test.JeroMQEmbeddedWorkerInstanceContainer
 
withInstruction(UnixFSTransactionCommandInstruction) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionCommand.Builder
Specifies the UnixFSTransactionCommandInstruction to execute.
withIoThreads(int) - Method in class dev.getelements.elements.rt.remote.jeromq.guice.JeroMQAsyncConnectionServiceModule
 
withIoThreads(int) - Method in class dev.getelements.elements.rt.remote.jeromq.guice.ZContextModule
 
withIpv6(boolean) - Method in class dev.getelements.elements.rt.remote.jeromq.guice.ZContextModule
 
withLogger(Logger) - Method in class dev.getelements.elements.sdk.util.ElementScopes.Builder
The logger to use.
withMasterNodeForInstanceId(InstanceId) - Method in class dev.getelements.elements.rt.remote.jeromq.guice.JeroMQNodeModule
Indicates that this instance should bind the Node as a master node supplying the InstanceId
withMaximumConnections(int) - Method in class dev.getelements.elements.rt.remote.jeromq.guice.JeroMQNodeModule
Specifies the maximum number of connections to keep active, even if the timeout has expired.
withMaximumConnections(int) - Method in class dev.getelements.elements.rt.remote.jeromq.guice.JeroMQRemoteInvokerModule
Specifies the minimum number of connections to allow.
withMaxSockets(int) - Method in class dev.getelements.elements.rt.remote.jeromq.guice.ZContextModule
 
withMethodHandleCache(BiFunction<MethodHandleKey, Supplier<MethodHandle>, MethodHandle>) - Method in class dev.getelements.elements.rt.remote.ProxyBuilder
Allows for hte specification of a cache-getter function.
withMinimumConnections(int) - Method in class dev.getelements.elements.rt.remote.jeromq.guice.JeroMQNodeModule
Specifies the minimum number of connections to keep active, even if the timeout has expired.
withMinimumConnections(int) - Method in class dev.getelements.elements.rt.remote.jeromq.guice.JeroMQRemoteInvokerModule
Specifies the minimum number of connections to keep active, even if the timeout has expired.
withName(String) - Method in class dev.getelements.elements.rt.remote.RemoteInvocationHandlerBuilder
Sets the name of the remote object to invoke.
withName(String) - Method in class dev.getelements.elements.sdk.util.ElementScopes.Builder
Specifies the name of the scope.
withNamedObjectMapperProvider(String, Provider<ObjectMapper>) - Method in class dev.getelements.elements.rt.jersey.guice.JerseyHttpClientModule
Specifies a jakarta.inject.Provider<com.fasterxml.jackson.databind.ObjectMapper> which will be bound with the supplied name using the Named annotation.
withNameFrom(Class<?>) - Method in class dev.getelements.elements.sdk.util.ElementScopes.Builder
Specifies the name of the scope, using the supplied Class.getName() as the name.
withNetwork(BlockchainNetwork) - Method in class dev.getelements.elements.jrpc.JsonRpcModule
Configures with the BlockchainNetwork instance.
withNodeId(InstanceId, ApplicationId) - Method in class dev.getelements.elements.rt.remote.jeromq.guice.JeroMQNodeModule
withNodeId(NodeId) - Method in class dev.getelements.elements.rt.remote.jeromq.guice.JeroMQNodeModule
Specifies the symbolic name of the node using the Node.NAME.
withNodeId(NodeId) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgramBuilder
Specifies the NodeId to associate with the program.
withNodeModuleFactory(JeroMQEmbeddedWorkerInstanceContainer.NodeModuleFactory) - Method in class dev.getelements.elements.test.JeroMQEmbeddedTestService
Specifies an JeroMQEmbeddedWorkerInstanceContainer.NodeModuleFactory to use when creating new Nodes in the worker instance.
withNodeModuleFactory(JeroMQEmbeddedWorkerInstanceContainer.NodeModuleFactory) - Method in class dev.getelements.elements.test.JeroMQEmbeddedWorkerInstanceContainer
 
withNodeModules(Module) - Method in class dev.getelements.elements.test.JeroMQEmbeddedWorkerInstanceContainer.ApplicationNodeBuilder
 
withNodeModules(Module, Module...) - Method in class dev.getelements.elements.test.JeroMQEmbeddedWorkerInstanceContainer.ApplicationNodeBuilder
 
withNodeName(String) - Method in class dev.getelements.elements.rt.remote.jeromq.guice.JeroMQNodeModule
Specifies the symbolic name of the node using the Node.NAME.
withNoRedirect() - Method in class dev.getelements.elements.jrpc.JsonRpcModule
Disables redirection entirely.
withOffset(int) - Method in class dev.getelements.elements.sdk.model.util.PaginationWalker
Specifies the offset on each page fetch.
withOptionalValueSupplier(HeaderOptionalSupplier<T>) - Static method in class dev.getelements.elements.sdk.util.security.AuthorizationHeader
Constructs an instance of AuthorizationHeader with the supplied HeaderOptionalSupplier<T>.
withOptionalValueSupplier(HeaderOptionalSupplier<T>) - Static method in class dev.getelements.elements.security.SessionSecretHeader
 
withPackages(String...) - Method in class dev.getelements.elements.common.util.mapstruct.MapstructMapperRegistryBuilder
 
withPaths(Iterable<Path>) - Method in interface dev.getelements.elements.rt.transact.ReadOnlyTransaction.Builder
 
withPhase(UnixFSTransactionProgramExecutionPhase) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionCommand.Builder
Specifies the UnixFSTransactionProgramExecutionPhase of the command.
withProperties(Properties) - Method in interface dev.getelements.elements.sdk.local.ElementsLocalBuilder
Specifies the system properties as a Properties instance.
withReceiptData(String) - Method in interface dev.getelements.elements.sdk.service.appleiap.client.invoker.AppleIapVerifyReceiptInvoker.Builder
Specifies the base64-encoded receipt string to be verified.
withReceiptData(String) - Method in class dev.getelements.elements.service.appleiap.client.invoker.builder.DefaultAppleIapVerifyReceiptInvokerBuilder
 
withRefreshIntervalSeconds(long) - Method in class dev.getelements.elements.rt.remote.jeromq.guice.JeroMQInstanceConnectionServiceModule
Binds the specific refresh interval.
withRegisteredComponent(Class<T>) - Method in class dev.getelements.elements.rt.jersey.guice.JerseyHttpClientModule
Adds a type to be passed to Configurable.register(Object).
withRegistry(ElementRegistry) - Method in class dev.getelements.elements.sdk.util.ElementScopes.Builder
Sets the registry to be used.
withResourceIds(Iterable<ResourceId>) - Method in interface dev.getelements.elements.rt.transact.ReadOnlyTransaction.Builder
 
withSchedulerContextModules(Module...) - Method in class dev.getelements.elements.rt.guice.SimpleContextModule
Specifies one or more modules as service level modules.
withSchedulerThreads(int) - Method in class dev.getelements.elements.rt.guice.SimpleExecutorsModule
Specifies the number of scheduler threads.
withScope() - Method in interface dev.getelements.elements.sdk.Element
Begins building the ElementScope for this thread.
withScope() - Method in class dev.getelements.elements.sdk.spi.guice.GuiceSdkElement
 
withScope() - Method in class dev.getelements.elements.sdk.spi.SharedElement
 
withScope(String) - Method in class dev.getelements.elements.dao.mongo.match.MongoFIFOMatchmaker
 
withScope(String) - Method in interface dev.getelements.elements.sdk.dao.Matchmaker
Restricts this Matchmaker to the supplied scope.
withSecurity(JeroMQSecurity) - Method in class dev.getelements.elements.test.JeroMQEmbeddedClientInstanceContainer
 
withSecurity(JeroMQSecurity) - Method in class dev.getelements.elements.test.JeroMQEmbeddedInstanceContainer
 
withSecurity(JeroMQSecurity) - Method in class dev.getelements.elements.test.JeroMQEmbeddedTestService
Specifies an alternative security context.
withSecurity(JeroMQSecurity) - Method in class dev.getelements.elements.test.JeroMQEmbeddedWorkerInstanceContainer
 
withSelector(Predicate<Element>) - Method in class dev.getelements.elements.sdk.util.ElementScopes.Builder
Sets the selector to be used.
withSharedMethodHandleCache() - Method in class dev.getelements.elements.rt.remote.ProxyBuilder
Uses the SharedMethodHandleCache.getSharedMethodHandleCache() to cache method handles.
withSoftRef() - Method in class dev.getelements.elements.rt.util.ConcurrentReferenceMap.Builder
 
withStderr(OutputStream) - Method in class dev.getelements.elements.setup.guice.SetupCommandModule
 
withStdin(InputStream) - Method in class dev.getelements.elements.setup.guice.SetupCommandModule
 
withStdout(OutputStream) - Method in class dev.getelements.elements.setup.guice.SetupCommandModule
 
withStorageRoot(Path) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionalPersistenceContextModule
Specifies the storage root directory.
withTestingDefaults() - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionalPersistenceContextModule
Sets up a configuration for testing.
withTestingDefaults(String) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionalPersistenceContextModule
Sets up a configuration for testing.
withTimeout(long, TimeUnit) - Method in class dev.getelements.elements.rt.guice.SimpleEventContextModule
Specifies the SimpleEventService timeout.
withTimeout(long, TimeUnit) - Method in class dev.getelements.elements.rt.guice.SimpleHandlerContextModule
Specifies the HandlerContext timeout.
withToString() - Method in class dev.getelements.elements.rt.remote.ProxyBuilder
Specifies the a default Object.toString() method, which simply returns the value "Proxy for the.class.Name"
withToString(String) - Method in class dev.getelements.elements.rt.remote.ProxyBuilder
Specifies the a default Object.toString() method, which simply returns the hardcoded value.
withTotal(int) - Method in class dev.getelements.elements.sdk.model.util.PaginationWalker
Specifies the maximum total to fetch
withTransactionBufferSize(int) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionalPersistenceContextModule
Specifies the transaction buffer size.
withTransactionId(String) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTransactionProgramBuilder
Gets the id for the currently running transaction.
withUnixFSWorker() - Method in class dev.getelements.elements.test.JeroMQEmbeddedTestService
Configures the Worker to use the UnixFS Storage system.
withValueSupplier(Function<String, T>) - Static method in class dev.getelements.elements.sdk.util.security.AuthorizationHeader
 
withValueSupplier(Function<String, T>) - Static method in class dev.getelements.elements.security.SessionSecretHeader
 
withWeakRef() - Method in class dev.getelements.elements.rt.util.ConcurrentReferenceMap.Builder
 
withWorker() - Method in class dev.getelements.elements.test.JeroMQEmbeddedTestService
Configures a worker Instance.
withWorkerBindAddress(String) - Method in class dev.getelements.elements.test.JeroMQEmbeddedTestService
Specifies the Worker bind address.
withWorkerModule(Module) - Method in class dev.getelements.elements.test.JeroMQEmbeddedTestService
Installs the supplied Module to the worker Instance.
withZContext(ZContext) - Method in class dev.getelements.elements.rt.remote.jeromq.guice.JeroMQContextModule
Allows for the specification of a specific ZContext instance
withZContext(ZContext) - Method in class dev.getelements.elements.test.JeroMQEmbeddedClientInstanceContainer
 
withZContext(ZContext) - Method in class dev.getelements.elements.test.JeroMQEmbeddedInstanceContainer
 
withZContext(ZContext) - Method in class dev.getelements.elements.test.JeroMQEmbeddedTestService
Specifies an alternative ZContext.
withZContext(ZContext) - Method in class dev.getelements.elements.test.JeroMQEmbeddedWorkerInstanceContainer
 
WORD_ONLY - Static variable in interface dev.getelements.elements.sdk.model.Constants.Regexp
Alphanumeric only.
Worker - Interface in dev.getelements.elements.rt.remote
Represents the worker, hosing one or more nodes performing work.
WORKER_SCOPE - Static variable in annotation interface dev.getelements.elements.rt.annotation.RemoteScope
The worker node scope.
Worker.Accessor - Interface in dev.getelements.elements.rt.remote
Allows client code to read the sstate of the Worker
Worker.Mutator - Interface in dev.getelements.elements.rt.remote
Allows for the mutation of the Worker.
WorkerInstanceModule - Class in dev.getelements.elements.appnode.guice
 
WorkerInstanceModule() - Constructor for class dev.getelements.elements.appnode.guice.WorkerInstanceModule
 
WorkerWatchdog - Interface in dev.getelements.elements.rt.remote.watchdog
Represents a watchdog service which is designed to perform operations against the Worker on a regular basis, ensuring things like health checks and other critical operations.
WorkingCopy - Interface in dev.getelements.elements.rt.transact
 
wrap(AtomicLong) - Static method in interface dev.getelements.elements.rt.transact.unix.UnixFSAtomicLong
Wraps an instance of AtomicLong into an instance of UnixFSAtomicLong.
wrap(Properties) - Static method in class dev.getelements.elements.sdk.util.PropertiesAttributes
Wraps the provided Properties in an instance of MutableAttributes.
WrappedRequest - Class in org.eclipse.jgit.http.server.glue
Overrides the path and path info.
WrappedRequest(HttpServletRequest, String, String) - Constructor for class org.eclipse.jgit.http.server.glue.WrappedRequest
Create a new request with different path and path info properties.
write(byte[]) - Method in class dev.getelements.elements.rt.util.OutputStreamAdapter
 
write(byte[], int, int) - Method in class dev.getelements.elements.rt.util.OutputStreamAdapter
 
write(int) - Method in class dev.getelements.elements.rt.util.OutputStreamAdapter
 
write(Kryo, Output, Throwable) - Method in class dev.getelements.elements.rt.kryo.KryoThrowableSerializer
 
write(Kryo, Output, UUID) - Method in class dev.getelements.elements.rt.kryo.KryoUUIDSerializer
 
write(Object) - Method in class dev.getelements.elements.rt.fst.FSTPayloadWriter
 
write(Object) - Method in class dev.getelements.elements.rt.kryo.KryoPayloadWriter
 
write(Object) - Method in interface dev.getelements.elements.rt.PayloadWriter
Writes the supplied Object payload to a byte array.
write(Object, OutputStream) - Method in class dev.getelements.elements.rt.fst.FSTPayloadWriter
 
write(Object, OutputStream) - Method in class dev.getelements.elements.rt.jackson.ObjectMapperPayloadWriter
 
write(Object, OutputStream) - Method in class dev.getelements.elements.rt.kryo.KryoPayloadWriter
 
write(Object, OutputStream) - Method in interface dev.getelements.elements.rt.PayloadWriter
Writes the actual response object to the OutputStream.
write(String) - Method in interface dev.getelements.elements.rt.transact.ResourceContents
Writes to the channel, throwing an exception if not supported.
write(WritableByteChannel) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSTask
 
WRITE - Enum constant in enum class dev.getelements.elements.rt.AsyncConnection.Event
Corresponds to the calls related to AsyncConnection.onWrite(Consumer)
WRITE_MEMORY_BASE - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearCostType
 
WRITE_MEMORY_BYTE - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearCostType
 
WRITE_REGISTER_BASE - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearCostType
 
WRITE_REGISTER_BYTE - Enum constant in enum class dev.getelements.elements.sdk.model.blockchain.contract.near.NearCostType
 
writeHeader(UnixFSChecksumAlgorithm, WritableByteChannel) - Method in class dev.getelements.elements.rt.transact.unix.UnixFSDataHeader
Writes this UnixFSDataHeader to disk.
writeLargeObjectContent(String) - Method in interface dev.getelements.elements.sdk.service.largeobject.LargeObjectService
Opens the LargeObject for writing.
writeLargeObjectContent(String) - Method in class dev.getelements.elements.service.largeobject.AnonLargeObjectService
 
writeLargeObjectContent(String) - Method in class dev.getelements.elements.service.largeobject.SuperUserLargeObjectService
 
writeLargeObjectContent(String) - Method in class dev.getelements.elements.service.largeobject.UserLargeObjectService
 
writeObject(String) - Method in class dev.getelements.elements.dao.mongo.largeobject.GridFSLargeObjectBucket
 
writeObject(String) - Method in interface dev.getelements.elements.sdk.dao.LargeObjectBucket
Writes the LargeObject's contents
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class dev.getelements.elements.rt.jersey.CsvMessageBodyWriter
 
writeTo(Collection<?>, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class dev.getelements.elements.rt.jersey.GenericMultipartWriter
 
writeUserToDatabase(OptionSet) - Method in class dev.getelements.elements.setup.commands.AbstractUserSetupCommand
Performs the actual changes and commits them to the database.
writeUserToDatabase(OptionSet) - Method in class dev.getelements.elements.setup.commands.AddUser
 
writeUserToDatabase(OptionSet) - Method in class dev.getelements.elements.setup.commands.UpdateUser
 
WWW_AUTHENTICATE - Static variable in interface dev.getelements.elements.sdk.model.Headers
Constant for the WWW-Authenticate header.

X

X_HTTP_METHOD_OVERRIDE - Static variable in class dev.getelements.elements.sdk.jakarta.rs.MethodOverrideFilter
Used by "X-HTTP-Method-Override"
X509_CRL - Enum constant in enum class dev.getelements.elements.sdk.model.security.Rfc7468Label
See RFC-5280

Z

ZContextModule - Class in dev.getelements.elements.rt.remote.jeromq.guice
 
ZContextModule() - Constructor for class dev.getelements.elements.rt.remote.jeromq.guice.ZContextModule
 
ZContextProvider - Class in dev.getelements.elements.rt.jeromq
 
ZContextProvider() - Constructor for class dev.getelements.elements.rt.jeromq.ZContextProvider
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form