Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- About - Class in de.kaiserpfalzedv.commons.api
-
About -- About the torganized play.
- About - Interface in de.kaiserpfalzedv.commons.api.components.model
-
About -- The data for the about view
- About() - Constructor for class de.kaiserpfalzedv.commons.api.About
- addHistory(String, String) - Method in interface de.kaiserpfalzedv.commons.api.resources.Status
-
Adds a new history entry.
- API_VERSION - Static variable in interface de.kaiserpfalzedv.commons.api.user.User
- Avatar - Interface in de.kaiserpfalzedv.commons.api.libravatar
-
Avatar -- A single avatar to be displayed.
- AvatarException - Exception Class in de.kaiserpfalzedv.commons.api.libravatar
-
The class of all Libravatar related exceptions.
- AvatarException(String) - Constructor for exception class de.kaiserpfalzedv.commons.api.libravatar.AvatarException
-
Constructs a new exception with the specified detail message.
- AvatarException(String, Throwable) - Constructor for exception class de.kaiserpfalzedv.commons.api.libravatar.AvatarException
-
Constructs a new exception with the specified detail message and cause.
- AvatarException(String, Throwable, boolean, boolean) - Constructor for exception class de.kaiserpfalzedv.commons.api.libravatar.AvatarException
-
Constructs a new exception with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
- AvatarException(Throwable) - Constructor for exception class de.kaiserpfalzedv.commons.api.libravatar.AvatarException
-
Constructs a new exception with the specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message ofcause
). - AvatarOptions - Class in de.kaiserpfalzedv.commons.api.libravatar
-
AvatarOptions -- The configuration for libravatar.
- AvatarOptions() - Constructor for class de.kaiserpfalzedv.commons.api.libravatar.AvatarOptions
- AvatarOptions.AvatarOptionsBuilder<C,
B> - Class in de.kaiserpfalzedv.commons.api.libravatar - AvatarOptionsBuilder() - Constructor for class de.kaiserpfalzedv.commons.api.libravatar.AvatarOptions.AvatarOptionsBuilder
B
- BaseException - Exception Class in de.kaiserpfalzedv.commons.api
-
The base class for all checked exceptions of the KP RPG Services.
- BaseException(String) - Constructor for exception class de.kaiserpfalzedv.commons.api.BaseException
-
Constructs a new exception with the specified detail message.
- BaseException(String, Throwable) - Constructor for exception class de.kaiserpfalzedv.commons.api.BaseException
-
Constructs a new exception with the specified detail message and cause.
- BaseException(String, Throwable, boolean, boolean) - Constructor for exception class de.kaiserpfalzedv.commons.api.BaseException
-
Constructs a new exception with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
- BaseException(Throwable) - Constructor for exception class de.kaiserpfalzedv.commons.api.BaseException
-
Constructs a new exception with the specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message ofcause
). - BaseSystemException - Exception Class in de.kaiserpfalzedv.commons.api
-
The base class for all unchecked exceptions of the KP RPG Services
- BaseSystemException(String) - Constructor for exception class de.kaiserpfalzedv.commons.api.BaseSystemException
-
Constructs a new exception with the specified detail message.
- BaseSystemException(String, Throwable) - Constructor for exception class de.kaiserpfalzedv.commons.api.BaseSystemException
-
Constructs a new exception with the specified detail message and cause.
- BaseSystemException(String, Throwable, boolean, boolean) - Constructor for exception class de.kaiserpfalzedv.commons.api.BaseSystemException
-
Constructs a new exception with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
- BaseSystemException(Throwable) - Constructor for exception class de.kaiserpfalzedv.commons.api.BaseSystemException
-
Constructs a new exception with the specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message ofcause
). - baseUri() - Method in class de.kaiserpfalzedv.commons.api.libravatar.AvatarOptions
-
Specifies a custom base URI for HTTP use.
- baseUri(String) - Method in class de.kaiserpfalzedv.commons.api.libravatar.AvatarOptions.AvatarOptionsBuilder
-
Specifies a custom base URI for HTTP use.
- baseUri(String) - Method in class de.kaiserpfalzedv.commons.api.libravatar.AvatarOptions
-
Specifies a custom base URI for HTTP use.
- BaseWrappedException - Exception Class in de.kaiserpfalzedv.commons.api
-
A wrapper around a checked exception.
- BaseWrappedException(String, Throwable) - Constructor for exception class de.kaiserpfalzedv.commons.api.BaseWrappedException
- BaseWrappedException(String, Throwable, boolean, boolean) - Constructor for exception class de.kaiserpfalzedv.commons.api.BaseWrappedException
- BaseWrappedException(Throwable) - Constructor for exception class de.kaiserpfalzedv.commons.api.BaseWrappedException
- build() - Method in class de.kaiserpfalzedv.commons.api.libravatar.AvatarOptions.AvatarOptionsBuilder
- builder() - Static method in class de.kaiserpfalzedv.commons.api.libravatar.AvatarOptions
- buildUrl(AvatarOptions) - Method in interface de.kaiserpfalzedv.commons.api.libravatar.Avatar
-
Builds the URI according to set options and the given email Address.
C
- ChangeLog - Interface in de.kaiserpfalzedv.commons.api.components.model
-
ChangeLog -- The liquibase changelog.
- ChangeLog.ExecType - Enum Class in de.kaiserpfalzedv.commons.api.components.model
-
The liquibase execution type.
- clone() - Method in class de.kaiserpfalzedv.commons.api.resources.SerializableList
- convertResourcePointerToString(Pointer) - Method in interface de.kaiserpfalzedv.commons.api.resources.DefaultResourceSpec
- convertStringToResourcePointer(String) - Method in interface de.kaiserpfalzedv.commons.api.resources.DefaultResourceSpec
D
- de.kaiserpfalzedv.commons.api - package de.kaiserpfalzedv.commons.api
-
de.kaiserpfalzedv.rpg.core.api -- Base API classes used within the whole system.
- de.kaiserpfalzedv.commons.api.components.model - package de.kaiserpfalzedv.commons.api.components.model
- de.kaiserpfalzedv.commons.api.data - package de.kaiserpfalzedv.commons.api.data
- de.kaiserpfalzedv.commons.api.i18n - package de.kaiserpfalzedv.commons.api.i18n
- de.kaiserpfalzedv.commons.api.libravatar - package de.kaiserpfalzedv.commons.api.libravatar
-
Libravatar -- Java Library for retrieving libravatars.
- de.kaiserpfalzedv.commons.api.resources - package de.kaiserpfalzedv.commons.api.resources
- de.kaiserpfalzedv.commons.api.store - package de.kaiserpfalzedv.commons.api.store
- de.kaiserpfalzedv.commons.api.user - package de.kaiserpfalzedv.commons.api.user
- de.kaiserpfalzedv.commons.api.workflow - package de.kaiserpfalzedv.commons.api.workflow
- DEFAULT - Enum constant in enum class de.kaiserpfalzedv.commons.api.libravatar.LibravatarDefaultImage
- DEFAULT_CREATION - Static variable in class de.kaiserpfalzedv.commons.api.About
- defaultImage() - Method in class de.kaiserpfalzedv.commons.api.libravatar.AvatarOptions
-
URI for a default image, if no image is found for the user.
- defaultImage(LibravatarDefaultImage) - Method in class de.kaiserpfalzedv.commons.api.libravatar.AvatarOptions.AvatarOptionsBuilder
-
URI for a default image, if no image is found for the user.
- defaultImage(LibravatarDefaultImage) - Method in class de.kaiserpfalzedv.commons.api.libravatar.AvatarOptions
-
URI for a default image, if no image is found for the user.
- DefaultResourceSpec - Interface in de.kaiserpfalzedv.commons.api.resources
-
DefaultResourceSpec -- .
- download(AvatarOptions) - Method in interface de.kaiserpfalzedv.commons.api.libravatar.Avatar
- DuplicateStoreException - Exception Class in de.kaiserpfalzedv.commons.api.store
-
DuplicateStoreException -- There is already an object with this metadata.
- DuplicateStoreException(Pointer, Pointer) - Constructor for exception class de.kaiserpfalzedv.commons.api.store.DuplicateStoreException
E
- equals(Object) - Method in class de.kaiserpfalzedv.commons.api.libravatar.AvatarOptions
- EXECUTED - Enum constant in enum class de.kaiserpfalzedv.commons.api.components.model.ChangeLog.ExecType
F
- FAILED - Enum constant in enum class de.kaiserpfalzedv.commons.api.components.model.ChangeLog.ExecType
- findByNameSpaceAndName(String, String) - Method in interface de.kaiserpfalzedv.commons.api.store.StoreService
- findByUid(UUID) - Method in interface de.kaiserpfalzedv.commons.api.store.StoreService
- firstPage() - Method in interface de.kaiserpfalzedv.commons.api.data.Paging
G
- getAction() - Method in interface de.kaiserpfalzedv.commons.api.workflow.WorkflowInfo
- getAdditionalNotes() - Method in interface de.kaiserpfalzedv.commons.api.components.model.Imprint
- getAnnotation(String) - Method in interface de.kaiserpfalzedv.commons.api.resources.Metadata
-
Returns the value of the annotation.
- getAnnotations() - Method in interface de.kaiserpfalzedv.commons.api.resources.Metadata
- getApiVersion() - Method in interface de.kaiserpfalzedv.commons.api.resources.HasApiVersion
- getApiVersion() - Method in interface de.kaiserpfalzedv.commons.api.resources.Metadata
- getApiVersion() - Method in interface de.kaiserpfalzedv.commons.api.resources.Resource
- getAuthor() - Method in interface de.kaiserpfalzedv.commons.api.components.model.ChangeLog
- getCall() - Method in interface de.kaiserpfalzedv.commons.api.workflow.WorkflowInfo
- getCode() - Method in enum class de.kaiserpfalzedv.commons.api.libravatar.LibravatarDefaultImage
- getComments() - Method in interface de.kaiserpfalzedv.commons.api.components.model.ChangeLog
- getContact() - Method in interface de.kaiserpfalzedv.commons.api.components.model.Imprint
- getContexts() - Method in interface de.kaiserpfalzedv.commons.api.components.model.ChangeLog
- getCount() - Method in interface de.kaiserpfalzedv.commons.api.data.Paging
- getCreated() - Method in interface de.kaiserpfalzedv.commons.api.resources.HasRevision
- getCreated() - Method in interface de.kaiserpfalzedv.commons.api.resources.HasTimestamps
- getCreated() - Method in interface de.kaiserpfalzedv.commons.api.workflow.WorkflowDetailInfo
- getData() - Method in interface de.kaiserpfalzedv.commons.api.resources.HasData
- getDataStream() - Method in interface de.kaiserpfalzedv.commons.api.resources.HasData
- getDefaultProperties() - Method in interface de.kaiserpfalzedv.commons.api.resources.DefaultResourceSpec
-
Returns an array of property names which should be saved by a
StoreService
implementation. - getDeleted() - Method in interface de.kaiserpfalzedv.commons.api.resources.HasTimestamps
- getDeletionTimestamp() - Method in interface de.kaiserpfalzedv.commons.api.resources.Metadata
- getDeploymentId() - Method in interface de.kaiserpfalzedv.commons.api.components.model.ChangeLog
- getDescription() - Method in interface de.kaiserpfalzedv.commons.api.components.model.About
- getDescription() - Method in interface de.kaiserpfalzedv.commons.api.components.model.ChangeLog
- getDescription() - Method in interface de.kaiserpfalzedv.commons.api.user.UserData
- getDisplayName() - Method in interface de.kaiserpfalzedv.commons.api.resources.HasDisplayName
-
Default implementation of getDisplayName().
- getEmail() - Method in interface de.kaiserpfalzedv.commons.api.libravatar.Avatar
- getExecutionDate() - Method in interface de.kaiserpfalzedv.commons.api.components.model.ChangeLog
- getExecutionOrder() - Method in interface de.kaiserpfalzedv.commons.api.components.model.ChangeLog
-
Order that the changesets were executed.
- getExecutionType() - Method in interface de.kaiserpfalzedv.commons.api.components.model.ChangeLog
-
Description of how the changeset was executed.
- getFilename() - Method in interface de.kaiserpfalzedv.commons.api.components.model.ChangeLog
-
Path to the changelog.
- getFullText() - Method in interface de.kaiserpfalzedv.commons.api.components.model.License
- getGeneration() - Method in interface de.kaiserpfalzedv.commons.api.resources.Metadata
- getGeneration() - Method in interface de.kaiserpfalzedv.commons.api.resources.Resource
- getHistory() - Method in interface de.kaiserpfalzedv.commons.api.resources.Status
- getId() - Method in interface de.kaiserpfalzedv.commons.api.components.model.ChangeLog
- getId() - Method in interface de.kaiserpfalzedv.commons.api.resources.HasId
- getIdentity() - Method in interface de.kaiserpfalzedv.commons.api.resources.Metadata
- getKind() - Method in interface de.kaiserpfalzedv.commons.api.resources.HasKind
- getKind() - Method in interface de.kaiserpfalzedv.commons.api.resources.Metadata
- getKind() - Method in interface de.kaiserpfalzedv.commons.api.resources.Resource
- getLabel(String) - Method in interface de.kaiserpfalzedv.commons.api.resources.Metadata
-
Returns the value of the label.
- getLabels() - Method in interface de.kaiserpfalzedv.commons.api.components.model.ChangeLog
- getLabels() - Method in interface de.kaiserpfalzedv.commons.api.resources.Metadata
- getLicense() - Method in interface de.kaiserpfalzedv.commons.api.components.model.About
- getLicenseLink() - Method in interface de.kaiserpfalzedv.commons.api.components.model.License
- getLiquibaseChangeLog() - Method in interface de.kaiserpfalzedv.commons.api.components.model.About
- getLiquibaseVersion() - Method in interface de.kaiserpfalzedv.commons.api.components.model.ChangeLog
- getLocale() - Method in interface de.kaiserpfalzedv.commons.api.i18n.HasLocale
- getMd5Sum() - Method in interface de.kaiserpfalzedv.commons.api.components.model.ChangeLog
-
Checksum of the changeset when it was executed.
- getMessage() - Method in interface de.kaiserpfalzedv.commons.api.resources.History
- getMessage(String, Object[], Locale) - Method in interface de.kaiserpfalzedv.commons.api.i18n.MessageSource
- getMetadata() - Method in interface de.kaiserpfalzedv.commons.api.resources.HasMetadata
- getModified() - Method in interface de.kaiserpfalzedv.commons.api.resources.HasRevision
- getModified() - Method in interface de.kaiserpfalzedv.commons.api.resources.HasTimestamps
- getName() - Method in interface de.kaiserpfalzedv.commons.api.components.model.About
- getName() - Method in interface de.kaiserpfalzedv.commons.api.resources.HasName
- getName() - Method in interface de.kaiserpfalzedv.commons.api.resources.Metadata
- getName() - Method in interface de.kaiserpfalzedv.commons.api.resources.Resource
- getName() - Method in interface de.kaiserpfalzedv.commons.api.user.UserData
- getNameSpace() - Method in interface de.kaiserpfalzedv.commons.api.resources.HasNameSpace
- getNameSpace() - Method in interface de.kaiserpfalzedv.commons.api.resources.Metadata
- getNameSpace() - Method in interface de.kaiserpfalzedv.commons.api.resources.Resource
- getObservedGeneration() - Method in interface de.kaiserpfalzedv.commons.api.resources.Status
- getOwner() - Method in interface de.kaiserpfalzedv.commons.api.resources.Metadata
- getOwningResource() - Method in interface de.kaiserpfalzedv.commons.api.resources.Metadata
- getPicture() - Method in interface de.kaiserpfalzedv.commons.api.user.UserData
- getProperties() - Method in interface de.kaiserpfalzedv.commons.api.resources.DefaultResourceSpec
- getProperty(String) - Method in interface de.kaiserpfalzedv.commons.api.resources.DefaultResourceSpec
-
Returns a property.
- getProvidedLocales() - Method in interface de.kaiserpfalzedv.commons.api.i18n.Translator
- getResourcePointer(String) - Method in interface de.kaiserpfalzedv.commons.api.resources.DefaultResourceSpec
-
Reads a resource pointer from a property.
- getResourcePointers(String) - Method in interface de.kaiserpfalzedv.commons.api.resources.DefaultResourceSpec
- getResponseChannel() - Method in interface de.kaiserpfalzedv.commons.api.workflow.WorkflowDetailInfo
- getResponsibleMStV() - Method in interface de.kaiserpfalzedv.commons.api.components.model.Imprint
- getResponsiblePerson() - Method in interface de.kaiserpfalzedv.commons.api.components.model.Imprint
- getResponsibleRStV() - Method in interface de.kaiserpfalzedv.commons.api.components.model.Imprint
- getRevisioned() - Method in interface de.kaiserpfalzedv.commons.api.resources.HasRevision
-
Deprecated.Will be removed with version 5.0.0 of this library.
- getSaveGeneration() - Method in exception class de.kaiserpfalzedv.commons.api.store.DuplicateStoreException
- getSaveGeneration() - Method in exception class de.kaiserpfalzedv.commons.api.store.OptimisticLockStoreException
- getSelfLink() - Method in interface de.kaiserpfalzedv.commons.api.resources.Metadata
- getSelfLink() - Method in interface de.kaiserpfalzedv.commons.api.resources.Resource
- getSelfLinkPrefix() - Method in interface de.kaiserpfalzedv.commons.api.resources.Metadata
- getShortNote() - Method in interface de.kaiserpfalzedv.commons.api.components.model.License
- getSize() - Method in interface de.kaiserpfalzedv.commons.api.data.Paging
- getSpec() - Method in interface de.kaiserpfalzedv.commons.api.resources.Resource
- getStart() - Method in interface de.kaiserpfalzedv.commons.api.data.Paging
- getStatus() - Method in interface de.kaiserpfalzedv.commons.api.resources.History
- getStatus() - Method in interface de.kaiserpfalzedv.commons.api.resources.Resource
- getStoredGeneration() - Method in exception class de.kaiserpfalzedv.commons.api.store.DuplicateStoreException
- getStoredGeneration() - Method in exception class de.kaiserpfalzedv.commons.api.store.OptimisticLockStoreException
- getTag() - Method in interface de.kaiserpfalzedv.commons.api.components.model.ChangeLog
- getTimeStamp() - Method in interface de.kaiserpfalzedv.commons.api.resources.History
- getTitle() - Method in interface de.kaiserpfalzedv.commons.api.components.model.License
- getTotal() - Method in interface de.kaiserpfalzedv.commons.api.data.Paging
- getTranslation(Object, String, Locale, Object...) - Method in interface de.kaiserpfalzedv.commons.api.i18n.Translator
-
Returns the translation from a resource accompanying the class given as bundleObject.
- getTranslation(String, String, Locale, Object...) - Method in interface de.kaiserpfalzedv.commons.api.i18n.Translator
-
Reads the translation from the bundle with the given name.
- getTranslation(String, Locale, Object...) - Method in interface de.kaiserpfalzedv.commons.api.i18n.Translator
-
Reads the translation from the default bundle
- getTtl() - Method in interface de.kaiserpfalzedv.commons.api.workflow.WorkflowDetailInfo
- getUid() - Method in interface de.kaiserpfalzedv.commons.api.resources.HasUid
- getUid() - Method in interface de.kaiserpfalzedv.commons.api.resources.Resource
- getUser() - Method in interface de.kaiserpfalzedv.commons.api.workflow.WorkflowInfo
- getUuid() - Method in exception class de.kaiserpfalzedv.commons.api.BaseException
-
A unique ID for this exception.
- getUuid() - Method in exception class de.kaiserpfalzedv.commons.api.BaseSystemException
-
A unique ID for this exception.
- getVersion() - Method in interface de.kaiserpfalzedv.commons.api.components.model.About
- getVersion() - Method in interface de.kaiserpfalzedv.commons.api.resources.HasRevision
- getWorkflow() - Method in interface de.kaiserpfalzedv.commons.api.workflow.WorkflowInfo
H
- HasApiVersion - Interface in de.kaiserpfalzedv.commons.api.resources
-
HasApiVersion -- The object has an api version.
- HasData - Interface in de.kaiserpfalzedv.commons.api.resources
-
HasData -- This resource contains a data blob represented by a byte array.
- HasDisplayName - Interface in de.kaiserpfalzedv.commons.api.resources
-
HasDisplayName -- The object has a name to display in UIs.
- hashCode() - Method in class de.kaiserpfalzedv.commons.api.libravatar.AvatarOptions
- HasId<T> - Interface in de.kaiserpfalzedv.commons.api.resources
-
HasId -- Has an Id of type T.
- HasKind - Interface in de.kaiserpfalzedv.commons.api.resources
-
HasKind -- The object has a kind.
- HasLocale - Interface in de.kaiserpfalzedv.commons.api.i18n
-
HasLocale -- This resource offers a locale information.
- HasMetadata - Interface in de.kaiserpfalzedv.commons.api.resources
-
HasMetadata -- The object has metadata.
- HasName - Interface in de.kaiserpfalzedv.commons.api.resources
-
HasName -- The object has a name.
- HasNameSpace - Interface in de.kaiserpfalzedv.commons.api.resources
-
HasNameSpace -- The object has a name space.
- HasRevision<T> - Interface in de.kaiserpfalzedv.commons.api.resources
-
HasRevision --
- HasTimestamps - Interface in de.kaiserpfalzedv.commons.api.resources
-
HasTimestamps --
- HasUid - Interface in de.kaiserpfalzedv.commons.api.resources
-
HasUid --
- History - Interface in de.kaiserpfalzedv.commons.api.resources
-
History -- .
I
- IDENTICON - Enum constant in enum class de.kaiserpfalzedv.commons.api.libravatar.LibravatarDefaultImage
- imageSize() - Method in class de.kaiserpfalzedv.commons.api.libravatar.AvatarOptions
-
Size of the image requested.
- imageSize(Integer) - Method in class de.kaiserpfalzedv.commons.api.libravatar.AvatarOptions.AvatarOptionsBuilder
-
Size of the image requested.
- imageSize(Integer) - Method in class de.kaiserpfalzedv.commons.api.libravatar.AvatarOptions
-
Size of the image requested.
- Imprint - Interface in de.kaiserpfalzedv.commons.api.components.model
-
Imprint -- The data for the imprint Vaadin component
- increaseGeneration() - Method in interface de.kaiserpfalzedv.commons.api.resources.Metadata
- increaseGeneration() - Method in interface de.kaiserpfalzedv.commons.api.resources.Resource
- InvalidUserException - Exception Class in de.kaiserpfalzedv.commons.api.user
-
InvalidUserException -- The user has no data set.
- InvalidUserException(User) - Constructor for exception class de.kaiserpfalzedv.commons.api.user.InvalidUserException
-
The user data is invalid.
- isAnnotated(String) - Method in interface de.kaiserpfalzedv.commons.api.resources.Metadata
-
Checks if there is an annotation for this name.
- isLabeled(String) - Method in interface de.kaiserpfalzedv.commons.api.resources.Metadata
-
Checks if there is a label with a special name.
- ISSUER - Static variable in interface de.kaiserpfalzedv.commons.api.user.UserData
K
L
- lastPage() - Method in interface de.kaiserpfalzedv.commons.api.data.Paging
- LibravatarDefaultImage - Enum Class in de.kaiserpfalzedv.commons.api.libravatar
- License - Interface in de.kaiserpfalzedv.commons.api.components.model
-
License -- A short structure containing a license documentation.
- limitTo100Characters(String) - Method in interface de.kaiserpfalzedv.commons.api.resources.HasDisplayName
-
Limits the length of the content to 100 by taking at most 97 characters length of the content and then adding 3 dots.
M
- MARK_RAN - Enum constant in enum class de.kaiserpfalzedv.commons.api.components.model.ChangeLog.ExecType
- MessageSource - Interface in de.kaiserpfalzedv.commons.api.i18n
- Metadata - Interface in de.kaiserpfalzedv.commons.api.resources
-
Metadata -- .
- MM - Enum constant in enum class de.kaiserpfalzedv.commons.api.libravatar.LibravatarDefaultImage
- MONSTERID - Enum constant in enum class de.kaiserpfalzedv.commons.api.libravatar.LibravatarDefaultImage
N
- NAMESPACE - Static variable in class de.kaiserpfalzedv.commons.api.About
- nextPage() - Method in interface de.kaiserpfalzedv.commons.api.data.Paging
- NoSuchMessageException - Exception Class in de.kaiserpfalzedv.commons.api.i18n
- NoSuchMessageException(String) - Constructor for exception class de.kaiserpfalzedv.commons.api.i18n.NoSuchMessageException
- NoSuchMessageException(String, Throwable) - Constructor for exception class de.kaiserpfalzedv.commons.api.i18n.NoSuchMessageException
- NOT_FOUND - Enum constant in enum class de.kaiserpfalzedv.commons.api.libravatar.LibravatarDefaultImage
O
- OptimisticLockStoreException - Exception Class in de.kaiserpfalzedv.commons.api.store
-
OptimisticLockStoreException -- The data has been changed.
- OptimisticLockStoreException(long, long) - Constructor for exception class de.kaiserpfalzedv.commons.api.store.OptimisticLockStoreException
P
- Paging - Interface in de.kaiserpfalzedv.commons.api.data
-
Paging -- .
- Persisted<T> - Interface in de.kaiserpfalzedv.commons.api.data
-
Persisted -- The base interface for all resources that are persisted.
- Pointer - Interface in de.kaiserpfalzedv.commons.api.resources
-
Pointer -- Identifies a single resource.
- previousPage() - Method in interface de.kaiserpfalzedv.commons.api.data.Paging
R
- remove(String, String) - Method in interface de.kaiserpfalzedv.commons.api.store.StoreService
-
Remove the object specified by nameSpace and name.
- remove(UUID) - Method in interface de.kaiserpfalzedv.commons.api.store.StoreService
-
Remove the object specified by the uid.
- remove(T) - Method in interface de.kaiserpfalzedv.commons.api.store.StoreService
-
Remove the object.
- removeTrailingSlash(String) - Method in interface de.kaiserpfalzedv.commons.api.resources.Metadata
- RERAN - Enum constant in enum class de.kaiserpfalzedv.commons.api.components.model.ChangeLog.ExecType
- Resource<D> - Interface in de.kaiserpfalzedv.commons.api.resources
-
Resource --
- RETRO - Enum constant in enum class de.kaiserpfalzedv.commons.api.libravatar.LibravatarDefaultImage
S
- save(T) - Method in interface de.kaiserpfalzedv.commons.api.store.StoreService
-
Persists the given Resource.
- saveResourcePointer(String, Pointer) - Method in interface de.kaiserpfalzedv.commons.api.resources.DefaultResourceSpec
-
Saves a resource pointer as property.
- saveResourcePointers(String, Collection<Pointer>) - Method in interface de.kaiserpfalzedv.commons.api.resources.DefaultResourceSpec
- secureBaseUri() - Method in class de.kaiserpfalzedv.commons.api.libravatar.AvatarOptions
-
Specifies a custom base URI for HTTPS use.
- secureBaseUri(String) - Method in class de.kaiserpfalzedv.commons.api.libravatar.AvatarOptions.AvatarOptionsBuilder
-
Specifies a custom base URI for HTTPS use.
- secureBaseUri(String) - Method in class de.kaiserpfalzedv.commons.api.libravatar.AvatarOptions
-
Specifies a custom base URI for HTTPS use.
- SerializableList<T> - Class in de.kaiserpfalzedv.commons.api.resources
-
ResourceList -- A serializable implementation of the List.
- SerializableList() - Constructor for class de.kaiserpfalzedv.commons.api.resources.SerializableList
- setLocale(Locale) - Method in interface de.kaiserpfalzedv.commons.api.i18n.TranslatableComponent
- SKIPPED - Enum constant in enum class de.kaiserpfalzedv.commons.api.components.model.ChangeLog.ExecType
- Status - Interface in de.kaiserpfalzedv.commons.api.resources
-
Status -- .
- StoreException - Exception Class in de.kaiserpfalzedv.commons.api.store
-
StoreException -- The base exception for data stores.
- StoreException(String) - Constructor for exception class de.kaiserpfalzedv.commons.api.store.StoreException
- StoreException(String, Throwable) - Constructor for exception class de.kaiserpfalzedv.commons.api.store.StoreException
- StoreException(String, Throwable, boolean, boolean) - Constructor for exception class de.kaiserpfalzedv.commons.api.store.StoreException
- StoreException(Throwable) - Constructor for exception class de.kaiserpfalzedv.commons.api.store.StoreException
- StoreService<T> - Interface in de.kaiserpfalzedv.commons.api.store
-
StoreService -- A generic store service definition for persistent TOMB resources.
- SUBJECT - Static variable in interface de.kaiserpfalzedv.commons.api.user.UserData
T
- toBuilder() - Method in class de.kaiserpfalzedv.commons.api.libravatar.AvatarOptions
- toPointer() - Method in interface de.kaiserpfalzedv.commons.api.resources.Resource
- toString() - Method in exception class de.kaiserpfalzedv.commons.api.BaseException
- toString() - Method in exception class de.kaiserpfalzedv.commons.api.BaseSystemException
- toString() - Method in class de.kaiserpfalzedv.commons.api.libravatar.AvatarOptions.AvatarOptionsBuilder
- toString() - Method in class de.kaiserpfalzedv.commons.api.libravatar.AvatarOptions
- TranslatableComponent - Interface in de.kaiserpfalzedv.commons.api.i18n
-
TranslatableComponent --
- translate() - Method in interface de.kaiserpfalzedv.commons.api.i18n.TranslatableComponent
- Translator - Interface in de.kaiserpfalzedv.commons.api.i18n
U
- useHttps() - Method in class de.kaiserpfalzedv.commons.api.libravatar.AvatarOptions
-
Produce https:// URIs where possible.
- useHttps(boolean) - Method in class de.kaiserpfalzedv.commons.api.libravatar.AvatarOptions.AvatarOptionsBuilder
-
Produce https:// URIs where possible.
- useHttps(boolean) - Method in class de.kaiserpfalzedv.commons.api.libravatar.AvatarOptions
-
Produce https:// URIs where possible.
- User - Interface in de.kaiserpfalzedv.commons.api.user
-
User -- .
- UserData - Interface in de.kaiserpfalzedv.commons.api.user
-
UserData -- .
- UserStoreService - Interface in de.kaiserpfalzedv.commons.api.user
-
UserStoreService -- The datastore interface for user configuration data.
- useSHA256() - Method in class de.kaiserpfalzedv.commons.api.libravatar.AvatarOptions
-
Use the SHA256 hash algorithm, rather than MD5.
- useSHA256(boolean) - Method in class de.kaiserpfalzedv.commons.api.libravatar.AvatarOptions.AvatarOptionsBuilder
-
Use the SHA256 hash algorithm, rather than MD5.
- useSHA256(boolean) - Method in class de.kaiserpfalzedv.commons.api.libravatar.AvatarOptions
-
Use the SHA256 hash algorithm, rather than MD5.
V
- VALID_EXAMPLE - Static variable in interface de.kaiserpfalzedv.commons.api.resources.HasTimestamps
- VALID_LENGTH - Static variable in interface de.kaiserpfalzedv.commons.api.resources.HasTimestamps
- VALID_LENGTH_MSG - Static variable in interface de.kaiserpfalzedv.commons.api.resources.HasTimestamps
- VALID_NAME_EXAMPLE - Static variable in interface de.kaiserpfalzedv.commons.api.resources.HasName
- VALID_NAME_LENGTH_MSG - Static variable in interface de.kaiserpfalzedv.commons.api.resources.HasName
- VALID_NAME_MAX_LENGTH - Static variable in interface de.kaiserpfalzedv.commons.api.resources.HasName
- VALID_NAME_MIN_LENGTH - Static variable in interface de.kaiserpfalzedv.commons.api.resources.HasName
- VALID_NAME_PATTERN - Static variable in interface de.kaiserpfalzedv.commons.api.resources.HasName
- VALID_NAME_PATTERN_MSG - Static variable in interface de.kaiserpfalzedv.commons.api.resources.HasName
- VALID_PATTERN - Static variable in interface de.kaiserpfalzedv.commons.api.resources.HasTimestamps
- VALID_PATTERN_MSG - Static variable in interface de.kaiserpfalzedv.commons.api.resources.HasTimestamps
- VALID_UID_MSG - Static variable in interface de.kaiserpfalzedv.commons.api.resources.HasUid
- VALID_UID_PATTERN - Static variable in interface de.kaiserpfalzedv.commons.api.resources.HasUid
- VALID_VERSION_EXAMPLE - Static variable in interface de.kaiserpfalzedv.commons.api.resources.HasApiVersion
- VALID_VERSION_LENGTH_MSG - Static variable in interface de.kaiserpfalzedv.commons.api.resources.HasApiVersion
- VALID_VERSION_MAX_LENGTH - Static variable in interface de.kaiserpfalzedv.commons.api.resources.HasApiVersion
- VALID_VERSION_MIN_LENGTH - Static variable in interface de.kaiserpfalzedv.commons.api.resources.HasApiVersion
- VALID_VERSION_PATTERN - Static variable in interface de.kaiserpfalzedv.commons.api.resources.HasApiVersion
- VALID_VERSION_PATTERN_MSG - Static variable in interface de.kaiserpfalzedv.commons.api.resources.HasApiVersion
- valueOf(String) - Static method in enum class de.kaiserpfalzedv.commons.api.components.model.ChangeLog.ExecType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class de.kaiserpfalzedv.commons.api.libravatar.LibravatarDefaultImage
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class de.kaiserpfalzedv.commons.api.components.model.ChangeLog.ExecType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class de.kaiserpfalzedv.commons.api.libravatar.LibravatarDefaultImage
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- WAVATAR - Enum constant in enum class de.kaiserpfalzedv.commons.api.libravatar.LibravatarDefaultImage
- WorkflowDetailInfo - Interface in de.kaiserpfalzedv.commons.api.workflow
-
WorkflowDetailInfo -- .
- WorkflowInfo - Interface in de.kaiserpfalzedv.commons.api.workflow
-
WorkflowInfo -- .
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form