- C3P0DataSourceConnectionProvider - Class in com.communote.server.core.database.hibernate
-
Connection Provider which uses a c3p0 pooled
DataSource
.
- C3P0DataSourceConnectionProvider() - Constructor for class com.communote.server.core.database.hibernate.C3P0DataSourceConnectionProvider
-
- Cache - Class in com.communote.server.core.common.caching
-
An abstract cache providing basic caching features.
- Cache() - Constructor for class com.communote.server.core.common.caching.Cache
-
- CachedFileCleaner - Class in com.communote.server.web.commons.resource.impl
-
Helper for removing cached files
This implementation is not thread safe.
- CachedFileCleaner(File) - Constructor for class com.communote.server.web.commons.resource.impl.CachedFileCleaner
-
Create a new cleaner
- CachedFileDescriptor - Class in com.communote.server.web.commons.resource.impl
-
Holds details about a cached resource.
- CachedFileDescriptor(String, String, long) - Constructor for class com.communote.server.web.commons.resource.impl.CachedFileDescriptor
-
Create a new descriptor.
- CacheElementProvider<K extends CacheKey,T extends Serializable> - Interface in com.communote.server.core.common.caching
-
A CacheElementProvider is required when an element is requested but not yet cached.
- CacheElementProviderException - Exception in com.communote.server.core.common.caching
-
Exception to signal a problem in the CacheElementProvider.
- CacheElementProviderException(String) - Constructor for exception com.communote.server.core.common.caching.CacheElementProviderException
-
Create a new exception with detail message.
- CacheElementProviderException(String, Throwable) - Constructor for exception com.communote.server.core.common.caching.CacheElementProviderException
-
Create a new exception with detail message and cause.
- CacheElementWrapper<T extends Serializable> - Class in com.communote.server.core.common.caching
-
Wrapper for the actual element retrieved by a
CacheElementProvider
which is enriched with
the creation timestamp of the cache entry and will be passed to the caching backend.
- CacheElementWrapper(T) - Constructor for class com.communote.server.core.common.caching.CacheElementWrapper
-
Create a wrapper for the element.
- CacheElementWrapper(T, long) - Constructor for class com.communote.server.core.common.caching.CacheElementWrapper
-
Create a wrapper for the element.
- CacheException - Exception in com.communote.server.core.common.caching
-
Exception to be thrown when there are problems with the cache backend.
- CacheException(String) - Constructor for exception com.communote.server.core.common.caching.CacheException
-
Creates a new exception described by the provided message.
- CacheException(String, Throwable) - Constructor for exception com.communote.server.core.common.caching.CacheException
-
Creates a new exception described by the provided message and the throwable that caused it.
- CacheException(Throwable) - Constructor for exception com.communote.server.core.common.caching.CacheException
-
Creates a new exception wrapping the cause.
- CacheInvalidationController - Class in com.communote.server.web.fe.portal.user.system.application
-
- CacheInvalidationController() - Constructor for class com.communote.server.web.fe.portal.user.system.application.CacheInvalidationController
-
- CacheInvalidationForm - Class in com.communote.server.web.fe.portal.user.system.application
-
- CacheInvalidationForm() - Constructor for class com.communote.server.web.fe.portal.user.system.application.CacheInvalidationForm
-
- CacheKey - Interface in com.communote.server.core.common.caching
-
The key for caching an element.
- CacheManager - Interface in com.communote.server.core.common.caching
-
Interface describing a cache manager that manages a
Cache
.
- CacheManagerInitializationException - Exception in com.communote.server.core.common.caching
-
Exception to be thrown when the initialization of a
CacheManager
or the managed cache
failed.
- CacheManagerInitializationException(String) - Constructor for exception com.communote.server.core.common.caching.CacheManagerInitializationException
-
Creates a new exception described by the provided message.
- CacheManagerInitializationException(String, Throwable) - Constructor for exception com.communote.server.core.common.caching.CacheManagerInitializationException
-
Creates a new exception described by the provided message and the throwable that caused it.
- canConnect() - Method in class com.communote.plugin.ldap.LdapUserGroupAccessor
-
- canConnect() - Method in interface com.communote.server.plugins.api.externals.ExternalUserGroupAccessor
-
Checks if the system is available.
- canConnectToDatabase() - Method in interface com.communote.server.api.core.installer.CommunoteInstaller
-
- canConnectToDatabase() - Method in class com.communote.server.core.installer.CommunoteInstallerImpl
-
- canConnectToLdapDirectory(LdapConfiguration) - Static method in class com.communote.server.core.common.ldap.LdapSearchUtils
-
Tests whether a connection to the LDAP directory is possible.
- canHandle(TagStoreType) - Method in class com.communote.server.core.tag.impl.BlogTagSuggestionProvider
-
- canHandle(TagStoreType) - Method in class com.communote.server.core.tag.impl.NoteTagSuggestionProvider
-
- canHandle(TagStoreType) - Method in class com.communote.server.core.tag.impl.UserTagSuggestionProvider
-
- canHandle(TagStoreType) - Method in interface com.communote.server.core.tag.TagSuggestionProvider
-
- canHandle(String) - Method in class com.communote.server.core.user.security.BcryptPasswordHashFunction
-
- canHandle(String) - Method in class com.communote.server.core.user.security.Md5PasswordHashFunction
-
- canHandle(String) - Method in interface com.communote.server.core.user.security.PasswordHashFunction
-
- canHandle(TagStoreType) - Method in class com.communote.server.persistence.tag.DefaultTagStore
- canHandle(TagStoreType) - Method in interface com.communote.server.persistence.tag.TagStore
-
- canLoad(String) - Method in class com.communote.plugins.confluence.image.ConfluenceUserImageProvider
-
- canLoad(String) - Method in class com.communote.server.api.core.image.ImageProvider
-
Test whether a provider can load the image.
- canLoad(String) - Method in class com.communote.server.core.image.type.AttachmentImageProvider
-
- canLoad(String) - Method in class com.communote.server.core.image.type.ClientImageProvider
-
- canLoad(String) - Method in class com.communote.server.core.image.type.EntityImageProvider
-
- canLoad(String) - Method in class com.communote.server.core.image.type.UserImageProvider
-
- canSetAllCanReadWrite() - Static method in class com.communote.server.core.blog.helper.BlogManagementHelper
-
- canSwitchUser() - Static method in class com.communote.server.core.security.SwitchUserHelper
-
- CantAddParentAsChildException - Exception in com.communote.server.core.user.group
-
- CantAddParentAsChildException(String) - Constructor for exception com.communote.server.core.user.group.CantAddParentAsChildException
-
Constructs a new instance of CantAddParentAsChildException
- CatchAllSmtpMimeMessageSender - Class in com.communote.server.core.mail
-
SMTP based MimeMessageSender which replaces the recipients with a configurable (catch-all) email
address before sending the message.
- CatchAllSmtpMimeMessageSender(Map<ApplicationPropertyMailing, String>, String) - Constructor for class com.communote.server.core.mail.CatchAllSmtpMimeMessageSender
-
- CategorizedTag - Class in com.communote.server.model.tag
-
- CategorizedTag() - Constructor for class com.communote.server.model.tag.CategorizedTag
-
- CategorizedTag.Factory - Class in com.communote.server.model.tag
-
- CategorizedTagAlreadyExists - Exception in com.communote.server.core.tag.category
-
- CategorizedTagAlreadyExists(String) - Constructor for exception com.communote.server.core.tag.category.CategorizedTagAlreadyExists
-
Constructs a new instance of CategorizedTagAlreadyExists
- CategorizedTagConstants - Class in com.communote.server.model.tag
-
This class holds constants of attributes and associations of the entity
CategorizedTag
.
- CategorizedTagConstants() - Constructor for class com.communote.server.model.tag.CategorizedTagConstants
-
- CategorizedTagDao - Interface in com.communote.server.persistence.tag
-
- CategorizedTagDaoBase - Class in com.communote.server.persistence.tag
-
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
com.communote.server.persistence.tag.CategorizedTag
.
- CategorizedTagDaoBase() - Constructor for class com.communote.server.persistence.tag.CategorizedTagDaoBase
-
- CategorizedTagDaoImpl - Class in com.communote.server.persistence.tag
-
- CategorizedTagDaoImpl() - Constructor for class com.communote.server.persistence.tag.CategorizedTagDaoImpl
-
- CategorizedTagException - Exception in com.communote.server.core.tag.category
-
- CategorizedTagException(String) - Constructor for exception com.communote.server.core.tag.category.CategorizedTagException
-
Constructs a new instance of CategorizedTagException
- CategorizedTagImpl - Class in com.communote.server.model.tag
-
- CategorizedTagImpl() - Constructor for class com.communote.server.model.tag.CategorizedTagImpl
-
- CategorizedTagNotFoundException - Exception in com.communote.server.core.tag.category
-
- CategorizedTagNotFoundException(String) - Constructor for exception com.communote.server.core.tag.category.CategorizedTagNotFoundException
-
Constructs a new instance of CategorizedTagNotFoundException
- CategorizedTagVO - Class in com.communote.server.core.vo.tag
-
- CategorizedTagVO() - Constructor for class com.communote.server.core.vo.tag.CategorizedTagVO
-
- CategorizedTagVO(CategorizedTagVO) - Constructor for class com.communote.server.core.vo.tag.CategorizedTagVO
-
Copies constructor from other CategorizedTagVO
- CategorizedTagVO(String) - Constructor for class com.communote.server.core.vo.tag.CategorizedTagVO
-
- categorizedTagVOToEntity(CategorizedTagVO) - Method in interface com.communote.server.persistence.tag.CategorizedTagDao
-
- categorizedTagVOToEntity(CategorizedTagVO, CategorizedTag, boolean) - Method in interface com.communote.server.persistence.tag.CategorizedTagDao
-
- categorizedTagVOToEntity(CategorizedTagVO, CategorizedTag, boolean) - Method in class com.communote.server.persistence.tag.CategorizedTagDaoBase
-
- categorizedTagVOToEntity(CategorizedTagVO) - Method in class com.communote.server.persistence.tag.CategorizedTagDaoImpl
-
- categorizedTagVOToEntity(CategorizedTagVO, CategorizedTag, boolean) - Method in class com.communote.server.persistence.tag.CategorizedTagDaoImpl
-
- categorizedTagVOToEntityCollection(Collection) - Method in interface com.communote.server.persistence.tag.CategorizedTagDao
-
Converts a Collection of instances of type
CategorizedTagVO
to this DAO's entity.
- categorizedTagVOToEntityCollection(Collection) - Method in class com.communote.server.persistence.tag.CategorizedTagDaoBase
-
- CATEGORY - Static variable in class com.communote.server.model.tag.CategorizedTagConstants
-
- CATEGORY_ADMINISTRATION - Static variable in class com.communote.server.web.commons.i18n.JsMessagesRegistry
-
Built-in category for JS messages required in the administration pages
- CATEGORY_COMMON - Static variable in class com.communote.server.web.commons.i18n.JsMessagesRegistry
-
Built-in category for JS messages required in pages like login, full screen messages,
imprint, terms of use, registration
- CATEGORY_DEFAULT - Static variable in class com.communote.server.web.fe.widgets.type.ContentTypeWidgetExtension
-
Default category.
- CATEGORY_NOTE_LIST - Static variable in class com.communote.server.web.fe.widgets.type.ContentTypeWidgetExtension
-
Category for the CPL, the feed.
- CATEGORY_PORTAL - Static variable in class com.communote.server.web.commons.i18n.JsMessagesRegistry
-
Built-in category for JS messages required in the portal page
- CategoryEntry<C extends MenuEntry,S extends MenuEntry> - Class in com.communote.common.menu
-
Generic category menu entry which can have sub-items and arbitrary details describing the
category.
- CategoryEntry(C) - Constructor for class com.communote.common.menu.CategoryEntry
-
Create a new category entry with an empty collection of children
- CategoryNameAlreadyExistsException - Exception in com.communote.server.core.tag.category
-
- CategoryNameAlreadyExistsException(String) - Constructor for exception com.communote.server.core.tag.category.CategoryNameAlreadyExistsException
-
Constructs a new instance of CategoryNameAlreadyExistsException
- CategoryPrefixAlreadyExistsException - Exception in com.communote.server.core.tag.category
-
- CategoryPrefixAlreadyExistsException(String) - Constructor for exception com.communote.server.core.tag.category.CategoryPrefixAlreadyExistsException
-
Constructs a new instance of CategoryPrefixAlreadyExistsException
- CertificateController - Class in com.communote.server.web.fe.portal.user.system.application
-
- CertificateController() - Constructor for class com.communote.server.web.fe.portal.user.system.application.CertificateController
-
- CertificateListWidget - Class in com.communote.server.web.fe.widgets.management.system.application
-
- CertificateListWidget() - Constructor for class com.communote.server.web.fe.widgets.management.system.application.CertificateListWidget
-
- changeAlias(Long, String) - Method in interface com.communote.server.core.user.UserManagement
-
Method to change the users alias.
- changeAlias(Long, String) - Method in class com.communote.server.core.user.UserManagementImpl
-
Method to change the users alias.
- changeCategorizedTagIndex(Long, Integer) - Method in interface com.communote.server.core.tag.category.TagCategoryManagement
-
- changeCategorizedTagIndex(Long, Integer) - Method in class com.communote.server.core.tag.category.TagCategoryManagementBase
-
- changeClientStatus(String, ClientStatus, ClientStatus) - Method in interface com.communote.server.persistence.user.client.ClientDao
-
- changeClientStatus(String, ClientStatus, ClientStatus) - Method in class com.communote.server.persistence.user.client.ClientDaoBase
-
- changeEmailAddress(Long, String, boolean) - Method in interface com.communote.server.core.user.UserManagement
-
Changes the email address of an user and validates this new address.
- changeEmailAddress(Long, String, boolean) - Method in class com.communote.server.core.user.UserManagementBase
-
Changes the email address of an user and validates this new address.
- changePassword(Long, String) - Method in interface com.communote.server.core.user.security.UserPasswordManagement
-
Change the password of a user.
- changePassword(String, String) - Method in interface com.communote.server.core.user.security.UserPasswordManagement
-
- changePassword(User, String) - Method in interface com.communote.server.core.user.security.UserPasswordManagement
-
Change the password of a user.
- changePassword(Long, String) - Method in class com.communote.server.core.user.security.UserPasswordManagementImpl
-
- changePassword(String, String) - Method in class com.communote.server.core.user.security.UserPasswordManagementImpl
-
- changePassword(User, String) - Method in class com.communote.server.core.user.security.UserPasswordManagementImpl
-
- changePublicAccess(Long, boolean) - Method in interface com.communote.server.api.core.blog.BlogRightsManagement
-
Change the public access to a blog.
- changePublicAccess(Long, boolean) - Method in class com.communote.server.core.blog.BlogRightsManagementBase
-
- changeRoleOfMemberByEntityId(Long, Long, BlogRole) - Method in interface com.communote.server.api.core.blog.BlogRightsManagement
-
Changes the role of a blog member.
- changeRoleOfMemberByEntityId(Long, Long, BlogRole) - Method in class com.communote.server.core.blog.BlogRightsManagementBase
-
Changes the role of a blog member.
- changeRoleOfMemberByEntityIdForExternal(Long, Long, BlogRole, String) - Method in interface com.communote.server.api.core.blog.BlogRightsManagement
-
Change the role of a blog member that was added on the behalf of an external system.
- changeRoleOfMemberByEntityIdForExternal(Long, Long, BlogRole, String) - Method in class com.communote.server.core.blog.BlogRightsManagementBase
-
Change the role of a blog member that was added on the behalf of an external system.
- CHANGESET_CONTEXT_CLIENT - Static variable in class com.communote.server.core.database.liquibase.AbstractLiquibaseDatabaseUpdater
-
Context to be used in change-sets which should be run on all databases.
- CHANGESET_CONTEXT_GLOBAL - Static variable in class com.communote.server.core.database.liquibase.AbstractLiquibaseDatabaseUpdater
-
Context to be used in change-sets which should only be run on the master (aka global)
database.
- CHANGESET_CONTEXT_STANDALONE - Static variable in class com.communote.server.core.database.liquibase.AbstractLiquibaseDatabaseUpdater
-
Context to be used in change-sets which should be run if the installation is a standalone
installation.
- changeUserStatusByManager(Long, UserStatus) - Method in interface com.communote.server.core.user.UserManagement
-
Change the status of a user.
- changeUserStatusByManager(Long, UserStatus) - Method in class com.communote.server.core.user.UserManagementBase
-
- CHANNEL - Static variable in class com.communote.server.model.user.security.UnlockUserSecurityCodeConstants
-
- ChannelConfiguration - Class in com.communote.server.model.security
-
A list of configuration attributes for a channel type are defined for client security.
- ChannelConfiguration() - Constructor for class com.communote.server.model.security.ChannelConfiguration
-
- ChannelConfiguration.Factory - Class in com.communote.server.model.security
-
- ChannelConfigurationCacheElementProvider - Class in com.communote.server.core.security.ssl
-
Cache Provider for Channel Configurations
- ChannelConfigurationCacheElementProvider() - Constructor for class com.communote.server.core.security.ssl.ChannelConfigurationCacheElementProvider
-
- ChannelConfigurationConstants - Class in com.communote.server.model.security
-
This class holds constants of attributes and associations of the entity
ChannelConfiguration
.
- ChannelConfigurationConstants() - Constructor for class com.communote.server.model.security.ChannelConfigurationConstants
-
- ChannelConfigurationDao - Interface in com.communote.server.persistence.security.ssl
-
- ChannelConfigurationDaoBase - Class in com.communote.server.persistence.security.ssl
-
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
com.communote.server.persistence.security.ssl.ChannelConfiguration
.
- ChannelConfigurationDaoBase() - Constructor for class com.communote.server.persistence.security.ssl.ChannelConfigurationDaoBase
-
- ChannelConfigurationDaoImpl - Class in com.communote.server.persistence.security.ssl
-
- ChannelConfigurationDaoImpl() - Constructor for class com.communote.server.persistence.security.ssl.ChannelConfigurationDaoImpl
-
- ChannelConfigurationImpl - Class in com.communote.server.model.security
-
- ChannelConfigurationImpl() - Constructor for class com.communote.server.model.security.ChannelConfigurationImpl
-
- ChannelManagement - Interface in com.communote.server.core.security.ssl
-
- ChannelManagementBase - Class in com.communote.server.core.security.ssl
-
Spring Service base class for
com.communote.server.core.api.security.ssl.ChannelManagement
, provides
access to all services and entities referenced by this service.
- ChannelManagementBase() - Constructor for class com.communote.server.core.security.ssl.ChannelManagementBase
-
- ChannelManagementException - Exception in com.communote.server.core.security.ssl
-
The default exception thrown for unexpected errors occurring within
ChannelManagement
.
- ChannelManagementException(String) - Constructor for exception com.communote.server.core.security.ssl.ChannelManagementException
-
Constructs a new instance of ChannelManagementException
.
- ChannelManagementException(String, Throwable) - Constructor for exception com.communote.server.core.security.ssl.ChannelManagementException
-
Constructs a new instance of ChannelManagementException
.
- ChannelManagementImpl - Class in com.communote.server.core.security.ssl
-
- ChannelManagementImpl() - Constructor for class com.communote.server.core.security.ssl.ChannelManagementImpl
-
- CHANNELS - Static variable in class com.communote.server.model.security.IpRangeFilterConstants
-
- CHANNELTYPE - Static variable in class com.communote.server.model.security.ChannelConfigurationConstants
-
- ChannelType - Class in com.communote.server.model.security
-
The known channels over which clients can communicate with the server
- ChannelType() - Constructor for class com.communote.server.model.security.ChannelType
-
The default constructor allowing super classes to access it.
- CHANNELTYPE - Static variable in class com.communote.server.model.user.security.AuthenticationFailedStatusConstants
-
- ChannelTypeEnum - Class in com.communote.server.persistence.security
-
- ChannelTypeEnum() - Constructor for class com.communote.server.persistence.security.ChannelTypeEnum
-
Default constructor.
- characters(char[], int, int) - Method in class com.communote.server.core.crc.xml.MetadataXMLHandler
- check(Database) - Method in class com.communote.server.core.database.liquibase.FulltextEnabledPrecondition
- check(String, String) - Method in class com.communote.server.core.user.security.BcryptPasswordHashFunction
-
- check(String, String) - Method in class com.communote.server.core.user.security.Md5PasswordHashFunction
-
- check(String, String) - Method in interface com.communote.server.core.user.security.PasswordHashFunction
-
Test a clear text password against a password hash generated by this hash function.
- checkAgainstRegularExpression(String, String) - Static method in class com.communote.plugins.api.rest.resource.validation.ValidationHelper
-
- checkAgainstRegularExpression(String, String) - Static method in class com.communote.plugins.api.rest.v22.resource.validation.ValidationHelper
-
- checkAgainstRegularExpression(String, String) - Static method in class com.communote.plugins.api.rest.v24.resource.validation.ValidationHelper
-
- checkAgainstRegularExpression(String, String) - Static method in class com.communote.plugins.api.rest.v30.resource.validation.ValidationHelper
-
- checkAliasAlreadyExists(Object) - Static method in class com.communote.server.core.common.util.ExceptionHelper
-
- checkAndUpdatePassword(User, String) - Method in interface com.communote.server.core.user.security.UserPasswordManagement
-
Check that the (hashed) password of the user matches the given clear text password.
- checkAndUpdatePassword(User, String) - Method in class com.communote.server.core.user.security.UserPasswordManagementImpl
-
- checkAttachmentSize(FileItem) - Static method in class com.communote.plugins.api.rest.resource.attachment.AttachmentResourceHelper
-
- checkAttachmentUploadSessionId(String) - Static method in class com.communote.plugins.api.rest.resource.attachment.AttachmentResourceHelper
-
- checkAttachmentUploadSessionId(String) - Static method in class com.communote.plugins.api.rest.v22.resource.attachment.AttachmentResourceHelper
-
- checkAttachmentUploadSessionId(String) - Static method in class com.communote.plugins.api.rest.v24.resource.attachment.AttachmentResourceHelper
-
- checkAttachmentUploadSessionId(String) - Static method in class com.communote.plugins.api.rest.v30.resource.attachment.AttachmentResourceHelper
-
- checkDatabaseSetupStatus(HttpServletRequest, HttpServletResponse) - Method in class com.communote.server.web.fe.installer.controller.InstallationJSONController
-
Ajax method to check the current status of database initialization.
- checkEmailAlreadyExists(Object) - Static method in class com.communote.server.core.common.util.ExceptionHelper
-
Check email already exists.
- checkEmailValidation(Object) - Static method in class com.communote.server.core.common.util.ExceptionHelper
-
Check email validation.
- checkLdapUserException(Object) - Static method in class com.communote.server.core.common.util.ExceptionHelper
-
- checkLocalUserPasswordOnLogin(String, String) - Method in interface com.communote.server.core.security.AuthenticationManagement
-
Check the password of a local user for a match with a given clear text password.
- checkLocalUserPasswordOnLogin(String, String) - Method in class com.communote.server.core.security.AuthenticationManagementImpl
-
- checkMaxStringLengthLimit(String, int) - Static method in class com.communote.plugins.api.rest.resource.validation.ValidationHelper
-
- checkMaxStringLengthLimit(String, int) - Static method in class com.communote.plugins.api.rest.v22.resource.validation.ValidationHelper
-
- checkMaxStringLengthLimit(String, int) - Static method in class com.communote.plugins.api.rest.v24.resource.validation.ValidationHelper
-
- checkMaxStringLengthLimit(String, int) - Static method in class com.communote.plugins.api.rest.v30.resource.validation.ValidationHelper
-
- checkMinStringLengthLimit(String, int) - Static method in class com.communote.plugins.api.rest.resource.validation.ValidationHelper
-
- checkMinStringLengthLimit(String, int) - Static method in class com.communote.plugins.api.rest.v22.resource.validation.ValidationHelper
-
- checkMinStringLengthLimit(String, int) - Static method in class com.communote.plugins.api.rest.v24.resource.validation.ValidationHelper
-
- checkMinStringLengthLimit(String, int) - Static method in class com.communote.plugins.api.rest.v30.resource.validation.ValidationHelper
-
- checkNoteText(String, Boolean, Integer) - Static method in class com.communote.plugins.api.rest.resource.note.NoteResourceHelper
-
Check the text of an note
- checkNoteText(String, Boolean, Integer) - Static method in class com.communote.plugins.api.rest.v22.resource.note.NoteResourceHelper
-
Check the text of an note
- checkPassword(Long, String) - Method in interface com.communote.server.core.user.security.UserPasswordManagement
-
Check that the (hashed) password of the user matches the given clear text password.
- checkPassword(User, String) - Method in interface com.communote.server.core.user.security.UserPasswordManagement
-
Check that the (hashed) password of the user matches the given clear text password.
- checkPassword(Long, String) - Method in class com.communote.server.core.user.security.UserPasswordManagementImpl
-
- checkPassword(User, String) - Method in class com.communote.server.core.user.security.UserPasswordManagementImpl
-
- checkRunOnClient(ClientTO) - Method in class com.communote.server.core.tasks.ClientTaskHandler
-
- checkRunTask(TaskTO) - Method in class com.communote.plugins.activity.base.task.DeleteActivitiesTaskHandler
-
- checkRunTask(TaskTO) - Method in class com.communote.server.core.tasks.ClientTaskHandler
-
Check if the task should actually be run.
- checkSecurityCodeNotFound(Object) - Static method in class com.communote.server.core.common.util.ExceptionHelper
-
Check security code not found.
- checkValidRank(int) - Static method in class com.communote.server.model.user.note.UserNoteEntityHelper
-
- CHILDREN - Static variable in class com.communote.server.model.blog.BlogConstants
-
- CHILDREN - Static variable in class com.communote.server.model.note.NoteConstants
-
- CHILDTOPICID - Static variable in class com.communote.server.model.blog.ResolvedTopicToTopicConstants
-
- ChildTopicResource - Class in com.communote.plugins.api.rest.v30.resource.topic.childtopic
-
- ChildTopicResource() - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.childtopic.ChildTopicResource
-
- ChildTopicResourceHandler - Class in com.communote.plugins.api.rest.v30.resource.topic.childtopic
-
- ChildTopicResourceHandler() - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.childtopic.ChildTopicResourceHandler
-
- ChronologicalPostListWidget - Class in com.communote.server.web.fe.widgets.blog
-
Widget for displaying a list of blog posts.
- ChronologicalPostListWidget() - Constructor for class com.communote.server.web.fe.widgets.blog.ChronologicalPostListWidget
-
- CITY - Static variable in class com.communote.server.model.user.ContactConstants
-
- ClamAVScanner - Class in com.communote.common.virusscan.impl
-
This class represents an anti virus scanner.
- ClamAVScanner() - Constructor for class com.communote.common.virusscan.impl.ClamAVScanner
-
This constructor is necessary for reflection else you will get an ClassNotFoundException by
the VirusScannerFactory
- CLASS_NAME - Static variable in class com.communote.server.model.attachment.AttachmentConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.attachment.AttachmentPropertyConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.blog.BlogConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.blog.BlogMemberConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.blog.BlogPropertyConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.blog.ExternalBlogMemberConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.blog.ResolvedTopicToTopicConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.blog.UserToBlogRoleMappingConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.client.ClientConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.client.ClientStatisticConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.config.ApplicationConfigurationSettingConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.config.ClientConfigurationConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.config.ConfigurationConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.config.ConfluenceConfigurationConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.config.ExternalSystemConfigurationConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.config.LdapConfigurationConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.config.LdapGroupSyncConfigurationConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.config.LdapSearchBaseDefinitionConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.config.LdapSearchConfigurationConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.config.SettingConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.external.ExternalObjectConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.external.ExternalObjectPropertyConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.global.GlobalIdConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.i18n.MessageConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.messaging.MessagerConnectorConfigConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.note.ContentConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.note.NoteConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.note.NotePropertyConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.note.ProcessedMailNoteConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.property.BinaryPropertyConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.property.GlobalPropertyConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.property.PluginPropertyConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.property.PropertyConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.property.StringPropertyConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.security.ChannelConfigurationConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.security.IpRangeChannelConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.security.IpRangeConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.security.IpRangeFilterConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.security.SecurityCodeConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.tag.AbstractTagCategoryConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.tag.CategorizedTagConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.tag.GlobalTagCategoryConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.tag.TagConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.task.TaskConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.task.TaskExecutionConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.task.TaskPropertyConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.user.CommunoteEntityConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.user.ContactConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.user.CountryConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.user.ExternalUserAuthenticationConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.user.group.ExternalUserGroupConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.user.group.GroupConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.user.group.GroupPropertyConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.user.group.UserOfGroupConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.user.LanguageConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.user.NavigationItemConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.user.note.UserNoteEntityConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.user.NotificationConfigConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.user.security.AuthenticationFailedStatusConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.user.security.EmailSecurityCodeConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.user.security.ForgottenPasswordSecurityCodeConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.user.security.InviteUserToBlogSecurityCodeConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.user.security.InviteUserToClientSecurityCodeConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.user.security.UnlockUserSecurityCodeConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.user.security.UserSecurityCodeConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.user.UserAuthorityConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.user.UserConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.user.UserImageConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.user.UserNotePropertyConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.user.UserProfileConstants
-
- CLASS_NAME - Static variable in class com.communote.server.model.user.UserPropertyConstants
-
- ClassBasedToolConfiguration - Class in com.communote.server.web.commons.view.velocity
-
ToolConfiguration which works directly on classes and not on class names for better OSGI support.
- ClassBasedToolConfiguration(Class<?>) - Constructor for class com.communote.server.web.commons.view.velocity.ClassBasedToolConfiguration
-
- ClassLoaderAggregator - Class in com.communote.plugins.core.classloader
-
Aggregate ClassLoaders.
- ClassLoaderAggregator(ClassLoader) - Constructor for class com.communote.plugins.core.classloader.ClassLoaderAggregator
-
- ClassLoaderAggregatorThreadContextSetter<T extends Exception> - Class in com.communote.plugins.core.classloader
-
- ClassLoaderAggregatorThreadContextSetter() - Constructor for class com.communote.plugins.core.classloader.ClassLoaderAggregatorThreadContextSetter
-
- ClassLoaderAggregatorThreadContextSetterUnchecked - Class in com.communote.plugins.core.classloader
-
- ClassLoaderAggregatorThreadContextSetterUnchecked() - Constructor for class com.communote.plugins.core.classloader.ClassLoaderAggregatorThreadContextSetterUnchecked
-
- cleanString(String) - Static method in class com.communote.common.string.StringHelper
-
Cleans a string, removes whitespaces on start and end, and removes multiple whitespaces.
- cleanStringList(List<String>) - Static method in class com.communote.common.string.StringHelper
-
Cleans a List of Strings, handle null parameter
- cleanup() - Method in class com.communote.server.core.image.HttpExternalImageProvider
-
Cleanup held resources.
- cleanUpString(String, String, String) - Static method in class com.communote.common.string.StringHelper
-
Remove the cleanUpChar from the given string by stripping it from the start and end.
- clear() - Method in class com.communote.common.util.PageableList
- clear() - Method in class com.communote.plugins.api.rest.resource.RestApiMultivaluedMapWrapper
-
Calls multivaluedMap.clear()
- clear() - Method in class com.communote.plugins.api.rest.v22.resource.RestApiMultivaluedMapWrapper
-
Calls multivaluedMap.clear()
- clear() - Method in class com.communote.plugins.api.rest.v24.resource.RestApiMultivaluedMapWrapper
-
Calls multivaluedMap.clear()
- clear() - Method in class com.communote.plugins.api.rest.v30.resource.RestApiMultivaluedMapWrapper
-
Calls multivaluedMap.clear()
- clear() - Static method in class com.communote.server.api.core.common.ClientAndChannelContextHolder
-
Remove the stored information for the current thread.
- clear() - Method in class com.communote.server.external.hibernate.ClientDelegateCache
- clearAssertionStatus() - Method in class com.communote.plugins.core.classloader.ClassLoaderAggregator
- clearBundleStorage(String) - Static method in class com.communote.server.core.osgi.OSGiHelper
-
Clears the given content.
- clearContent() - Method in class com.communote.server.core.crc.FilesystemConnector
-
Deletes all files from the repository.
- clearContent() - Method in interface com.communote.server.core.crc.RepositoryConnector
-
Remove all content from the repository of this connector.
- CLIENT - Static variable in class com.communote.server.core.mail.messages.MailModelPlaceholderConstants.Client
-
Placeholder for a client
- Client - Class in com.communote.server.model.client
-
A client represents an enterprise account (or tenant) of Communote.
- Client() - Constructor for class com.communote.server.model.client.Client
-
- Client.Factory - Class in com.communote.server.model.client
-
Constructs new instances of
Client
.
- CLIENT_ID_MAX_LENGTH - Static variable in class com.communote.server.persistence.user.client.ClientValidator
-
The Constant CLIENT_ID_MAX_LENGTH defines the maximal length of a client id.
- CLIENT_ID_MIN_LENGTH - Static variable in class com.communote.server.persistence.user.client.ClientValidator
-
The Constant CLIENT_ID_MIN_LENGTH defines the minimal length of a client id.
- CLIENT_ID_REGEX_PATTERN - Static variable in class com.communote.server.persistence.user.client.ClientValidator
-
The Constant CLIENT_ID_REGEX_PATTERN defines the pattern for a client id.
- CLIENT_ID_REQUEST_ATTRIBUTE - Static variable in class com.communote.server.web.commons.MessageHelper
-
Request attribute name for storing the current client ID.
- CLIENT_ID_VALID_SYMBOLD - Static variable in class com.communote.server.persistence.user.client.ClientValidator
-
Part of the pattern containing all valid symbols for the client id.
- CLIENT_PROPERTY_KEY_CONFIG_MODIFIED - Static variable in class com.communote.plugins.confluence.image.ConfluenceUserImageProvider
-
Key of a plugin property to store the last modification timestamp of the confluence
configuration since the configuration does not provide this information.
- ClientAndChannelContextHolder - Class in com.communote.server.api.core.common
-
Holder which associates the client and channel execution contexts with the current thread.
- ClientAndChannelContextHolder() - Constructor for class com.communote.server.api.core.common.ClientAndChannelContextHolder
-
- clientChanged(String) - Method in interface com.communote.server.api.service.ClientRetrievalService
-
Notify the service that fields of a client changed.
- clientChanged(String) - Method in class com.communote.server.service.ClientRetrievalServiceImpl
-
- CLIENTCONFIG - Static variable in class com.communote.server.model.config.ConfigurationConstants
-
- ClientConfiguration - Class in com.communote.server.model.config
-
- ClientConfiguration() - Constructor for class com.communote.server.model.config.ClientConfiguration
-
- ClientConfiguration.Factory - Class in com.communote.server.model.config
-
- ClientConfigurationConstants - Class in com.communote.server.model.config
-
This class holds constants of attributes and associations of the entity
ClientConfiguration
.
- ClientConfigurationConstants() - Constructor for class com.communote.server.model.config.ClientConfigurationConstants
-
- ClientConfigurationDao - Interface in com.communote.server.persistence.config
-
- ClientConfigurationDaoBase - Class in com.communote.server.persistence.config
-
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
com.communote.server.persistence.config.ClientConfiguration
.
- ClientConfigurationDaoBase() - Constructor for class com.communote.server.persistence.config.ClientConfigurationDaoBase
-
- ClientConfigurationDaoImpl - Class in com.communote.server.persistence.config
-
- ClientConfigurationDaoImpl() - Constructor for class com.communote.server.persistence.config.ClientConfigurationDaoImpl
-
- ClientConfigurationElementProvider - Class in com.communote.server.core.config
-
Cache element provider for the client configuration properties
- ClientConfigurationElementProvider() - Constructor for class com.communote.server.core.config.ClientConfigurationElementProvider
-
- ClientConfigurationHelper - Class in com.communote.server.core.config
-
Helper class to check and create default client configuration properties.
- ClientConfigurationImpl - Class in com.communote.server.model.config
-
- ClientConfigurationImpl() - Constructor for class com.communote.server.model.config.ClientConfigurationImpl
-
- ClientConfigurationProperties - Class in com.communote.server.api.core.config
-
Object holding client specific configuration properties.
- ClientConfigurationProperties(Configuration) - Constructor for class com.communote.server.api.core.config.ClientConfigurationProperties
-
Constructs a new instance.
- ClientConfigurationPropertyConstant - Interface in com.communote.server.api.core.config
-
Marks a property constant as a client specific configuration property constant.
- ClientConfluenceAuthConfigController - Class in com.communote.server.web.fe.portal.user.client.controller
-
The Class ClientConfluenceAuthConfigController.
- ClientConfluenceAuthConfigController() - Constructor for class com.communote.server.web.fe.portal.user.client.controller.ClientConfluenceAuthConfigController
-
- ClientConstants - Class in com.communote.server.model.client
-
This class holds constants of attributes and associations of the entity Client
.
- ClientConstants() - Constructor for class com.communote.server.model.client.ClientConstants
-
- ClientContextAwareRequestResponseInitializer - Interface in com.communote.server.web.commons.filter
-
Will be called by the
ClientContextProcessingFilter
to allow preparations of the request
and response objects so that they can handle multiple clients.
- ClientContextProcessingFilter - Class in com.communote.server.web.commons.filter
-
A filter which tries to resolve the client execution context of the request by looking for a
client ID in the request URL.
- ClientContextProcessingFilter() - Constructor for class com.communote.server.web.commons.filter.ClientContextProcessingFilter
-
- ClientCreationService - Class in com.communote.server.service
-
Service for creating and updating a client.
- ClientCreationService() - Constructor for class com.communote.server.service.ClientCreationService
-
- ClientDao - Interface in com.communote.server.persistence.user.client
-
- ClientDaoBase - Class in com.communote.server.persistence.user.client
-
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
com.communote.server.persistence.user.client.Client
.
- ClientDaoBase() - Constructor for class com.communote.server.persistence.user.client.ClientDaoBase
-
- ClientDaoImpl - Class in com.communote.server.persistence.user.client
-
- ClientDaoImpl() - Constructor for class com.communote.server.persistence.user.client.ClientDaoImpl
-
- ClientDataSourceConnectionCloser - Interface in com.communote.server.core.common.database
-
Interface for closing the data source connection of the provider
- ClientDelegate - Class in com.communote.server.api.core.client
-
Delegator which offers an abstract solution to execute operations on the desired client.
- ClientDelegate() - Constructor for class com.communote.server.api.core.client.ClientDelegate
-
Instantiates a new delegator and delegates the operations to the global database.
- ClientDelegate(ClientTO) - Constructor for class com.communote.server.api.core.client.ClientDelegate
-
Instantiates a new delegator and delegates the operations to the client database.
- ClientDelegateCache - Class in com.communote.server.external.hibernate
-
Cache wrapper which will delegate cache requests to the correct cache for the current client by
manipulating the cache key.
- ClientDelegateCache(Cache) - Constructor for class com.communote.server.external.hibernate.ClientDelegateCache
-
Creates a new instance from the cache to wrapped
- ClientDelegateCacheSerializableKey - Class in com.communote.server.external.hibernate
-
Key which encodes the client ID so it can be passed to the ClientDelegateCache
- ClientDelegateCacheSerializableKey(String, Serializable) - Constructor for class com.communote.server.external.hibernate.ClientDelegateCacheSerializableKey
-
Creates a cache key for the ClientDelagateCache
- ClientDelegateCallback<T> - Interface in com.communote.server.api.core.client
-
Callback to execute operations on the desired client.
- ClientGeneralSettingsController - Class in com.communote.server.web.fe.portal.user.client.controller
-
- ClientGeneralSettingsController() - Constructor for class com.communote.server.web.fe.portal.user.client.controller.ClientGeneralSettingsController
-
- ClientGeneralSettingsForm - Class in com.communote.server.web.fe.portal.user.client.forms
-
- ClientGeneralSettingsForm() - Constructor for class com.communote.server.web.fe.portal.user.client.forms.ClientGeneralSettingsForm
-
- ClientGeneralSettingsValidator - Class in com.communote.server.web.fe.portal.user.client.validator
-
- ClientGeneralSettingsValidator() - Constructor for class com.communote.server.web.fe.portal.user.client.validator.ClientGeneralSettingsValidator
-
- ClientHelper - Class in com.communote.server.persistence.user.client
-
The Class ClientHelper contains helper methods for the client id management.
- CLIENTID - Static variable in class com.communote.server.model.client.ClientConstants
-
- clientImage(ImageSizeType) - Method in class com.communote.server.web.commons.viewtool.UrlTool
-
Creates a URL pointing to the logo of the current client.
- ClientImageDescriptor - Class in com.communote.server.core.image.type
-
Descriptor for the client logo.
- ClientImageDescriptor() - Constructor for class com.communote.server.core.image.type.ClientImageDescriptor
-
- ClientImageProvider - Class in com.communote.server.core.image.type
-
Provider for the client image.
- ClientImageProvider(String) - Constructor for class com.communote.server.core.image.type.ClientImageProvider
-
Constructor.
- ClientInitializationException - Exception in com.communote.server.core.client
-
Exception thrown by the
ClientInitializer
to indicate that the initialization failed.
- ClientInitializationException(String) - Constructor for exception com.communote.server.core.client.ClientInitializationException
-
Create a new exception with detail message
- ClientInitializationException(String, Throwable) - Constructor for exception com.communote.server.core.client.ClientInitializationException
-
Create a new exception with detail message and cause
- ClientInitializer - Class in com.communote.server.core.client
-
Initialize a client so it can be used.
- ClientInitializer() - Constructor for class com.communote.server.core.client.ClientInitializer
-
- ClientLdapAuthenticationController - Class in com.communote.server.web.fe.portal.user.client.controller
-
The Class ClientLdapAuthenticationController.
- ClientLdapAuthenticationController() - Constructor for class com.communote.server.web.fe.portal.user.client.controller.ClientLdapAuthenticationController
-
- ClientManagement - Interface in com.communote.server.core.user.client
-
Management class for client handling.
- ClientManagementBase - Class in com.communote.server.core.user.client
-
Spring Service base class for ClientManagement
, provides access to all services and
entities referenced by this service.
- ClientManagementBase() - Constructor for class com.communote.server.core.user.client.ClientManagementBase
-
- ClientManagementException - Exception in com.communote.server.core.user.client
-
Exception to be thrown for notifying about unexpected situations in
ClientManagement
.
- ClientManagementException(String) - Constructor for exception com.communote.server.core.user.client.ClientManagementException
-
Constructs a new instance of ClientManagementException
.
- ClientManagementException(String, Throwable) - Constructor for exception com.communote.server.core.user.client.ClientManagementException
-
Constructs a new instance of ClientManagementException
.
- ClientManagementImpl - Class in com.communote.server.core.user.client
-
- ClientManagementImpl() - Constructor for class com.communote.server.core.user.client.ClientManagementImpl
-
- ClientNotFoundException - Exception in com.communote.server.api.core.client
-
Exception to be thrown if a client was not found
- ClientNotFoundException(String) - Constructor for exception com.communote.server.api.core.client.ClientNotFoundException
-
Create a new exception
- ClientNotFoundException(String, String) - Constructor for exception com.communote.server.api.core.client.ClientNotFoundException
-
Create a new exception with detail message
- ClientNotFoundException(String, String, Throwable) - Constructor for exception com.communote.server.api.core.client.ClientNotFoundException
-
- ClientOverviewController - Class in com.communote.server.web.fe.portal.user.client.controller
-
- ClientOverviewController() - Constructor for class com.communote.server.web.fe.portal.user.client.controller.ClientOverviewController
-
- ClientPermissionsController - Class in com.communote.server.web.fe.portal.user.client.controller
-
The Class ClientProfileController handles the update client profile use case.
- ClientPermissionsController() - Constructor for class com.communote.server.web.fe.portal.user.client.controller.ClientPermissionsController
-
- ClientPermissionsForm - Class in com.communote.server.web.fe.portal.user.client.forms
-
The Class ClientPermissionsForm handles the input from the change of client permissions form.
- ClientPermissionsForm() - Constructor for class com.communote.server.web.fe.portal.user.client.forms.ClientPermissionsForm
-
Instantiates a new client permission form.
- ClientPermissionsWidget - Class in com.communote.server.web.fe.widgets.admin.client.security
-
Widget for managing users.
- ClientPermissionsWidget() - Constructor for class com.communote.server.web.fe.widgets.admin.client.security.ClientPermissionsWidget
-
- ClientProfileController - Class in com.communote.server.web.fe.portal.user.client.controller
-
The Class ClientProfileController handles the update client profile use case.
- ClientProfileController() - Constructor for class com.communote.server.web.fe.portal.user.client.controller.ClientProfileController
-
- ClientProfileController.ActionType - Enum in com.communote.server.web.fe.portal.user.client.controller
-
The action type the controller supports.
- ClientProfileEmailForm - Class in com.communote.server.web.fe.portal.user.client.forms
-
A form the email settings.
- ClientProfileEmailForm() - Constructor for class com.communote.server.web.fe.portal.user.client.forms.ClientProfileEmailForm
-
- ClientProfileEmailValidator - Class in com.communote.server.web.fe.portal.user.client.validator
-
Validator for the email configuration.
- ClientProfileEmailValidator() - Constructor for class com.communote.server.web.fe.portal.user.client.validator.ClientProfileEmailValidator
-
- ClientProfileLogoForm - Class in com.communote.server.web.fe.portal.user.client.forms
-
Form backing object for client logo update.
- ClientProfileLogoForm() - Constructor for class com.communote.server.web.fe.portal.user.client.forms.ClientProfileLogoForm
-
- ClientProfileNotificationController - Class in com.communote.server.web.fe.portal.user.client.controller
-
Controller for configuring notifications.
- ClientProfileNotificationController() - Constructor for class com.communote.server.web.fe.portal.user.client.controller.ClientProfileNotificationController
-
- ClientProfileNotificationsForm - Class in com.communote.server.web.fe.portal.user.client.forms
-
Form backing object for client notification settings.
- ClientProfileNotificationsForm() - Constructor for class com.communote.server.web.fe.portal.user.client.forms.ClientProfileNotificationsForm
-
- ClientProperty - Enum in com.communote.server.api.core.config.type
-
Property constants for general client settings.
- ClientProperty.PRESELECTED_TABS_VALUES - Enum in com.communote.server.api.core.config.type
-
Values for PRESELECTED_TAB.
- ClientProperty.PRESELECTED_TOPIC_OVERVIEW_TABS_VALUES - Enum in com.communote.server.api.core.config.type
-
Values for PRESELECTED_TOPIC_OVERVIEW_TABS_VALUES.
- ClientProperty.REPOSITORY_MODE - Enum in com.communote.server.api.core.config.type
-
The repository mode determines how the correct external repository is identified by the user
service if a new users arrives.
- ClientPropertySecurity - Enum in com.communote.server.api.core.config.type
-
Property constants for client security settings.
- ClientRetrievalService - Interface in com.communote.server.api.service
-
Service for finding existing clients.
- ClientRetrievalServiceImpl - Class in com.communote.server.service
-
Service for finding existing clients.
- ClientRetrievalServiceImpl() - Constructor for class com.communote.server.service.ClientRetrievalServiceImpl
-
- ClientSingleElementCacheKey - Class in com.communote.server.core.common.caching
-
Common cache key class for cases where there is only one element per client that can be cached.
- ClientSingleElementCacheKey() - Constructor for class com.communote.server.core.common.caching.ClientSingleElementCacheKey
-
- ClientStatistic - Class in com.communote.server.model.client
-
Stores statistical information of the client.
- ClientStatistic() - Constructor for class com.communote.server.model.client.ClientStatistic
-
- ClientStatistic.Factory - Class in com.communote.server.model.client
-
- ClientStatisticConstants - Class in com.communote.server.model.client
-
This class holds constants of attributes and associations of the entity
ClientStatistic
.
- ClientStatisticConstants() - Constructor for class com.communote.server.model.client.ClientStatisticConstants
-
- ClientStatisticDao - Interface in com.communote.server.persistence.user.client
-
- ClientStatisticDaoBase - Class in com.communote.server.persistence.user.client
-
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
com.communote.server.persistence.user.client.ClientStatistic
.
- ClientStatisticDaoBase() - Constructor for class com.communote.server.persistence.user.client.ClientStatisticDaoBase
-
- ClientStatisticDaoImpl - Class in com.communote.server.persistence.user.client
-
- ClientStatisticDaoImpl() - Constructor for class com.communote.server.persistence.user.client.ClientStatisticDaoImpl
-
- ClientStatisticImpl - Class in com.communote.server.model.client
-
- ClientStatisticImpl() - Constructor for class com.communote.server.model.client.ClientStatisticImpl
-
- CLIENTSTATUS - Static variable in class com.communote.server.model.client.ClientConstants
-
- ClientStatus - Class in com.communote.server.model.client
-
- ClientStatus() - Constructor for class com.communote.server.model.client.ClientStatus
-
The default constructor allowing super classes to access it.
- ClientStatusChangeEvent - Class in com.communote.server.api.core.client
-
Event which signals a change of the status of a client which is not the global client.
- ClientStatusChangeEvent(String, ClientStatus, ClientStatus) - Constructor for class com.communote.server.api.core.client.ClientStatusChangeEvent
-
Constructor.
- ClientStatusEnum - Class in com.communote.server.persistence.client
-
- ClientStatusEnum() - Constructor for class com.communote.server.persistence.client.ClientStatusEnum
-
Default constructor.
- ClientStatusHandler - Class in com.communote.server.web.commons.filter
-
Handler to perform actions like forwards or redirects depending of the status of the current
client.
- ClientStatusHandler() - Constructor for class com.communote.server.web.commons.filter.ClientStatusHandler
-
- ClientTaskHandler - Class in com.communote.server.core.tasks
-
- ClientTaskHandler() - Constructor for class com.communote.server.core.tasks.ClientTaskHandler
-
- ClientTO - Class in com.communote.server.api.core.client
-
TO for Clients.
- ClientTO() - Constructor for class com.communote.server.api.core.client.ClientTO
-
- ClientToClientTOConverter - Class in com.communote.server.core.vo.client.converters
-
- ClientToClientTOConverter() - Constructor for class com.communote.server.core.vo.client.converters.ClientToClientTOConverter
-
- ClientTool - Class in com.communote.server.core.common.velocity.tools
-
Tool for clients.
- ClientTool() - Constructor for class com.communote.server.core.common.velocity.tools.ClientTool
-
- ClientUrlHelper - Class in com.communote.server.persistence.user.client
-
The Class ClientUrlHelper offers methods to add the client and module id to an url.
- ClientUserGroupCreateAndEditController - Class in com.communote.server.web.fe.portal.user.client.controller
-
Create User Group Controller
- ClientUserGroupCreateAndEditController() - Constructor for class com.communote.server.web.fe.portal.user.client.controller.ClientUserGroupCreateAndEditController
-
- ClientUserGroupCreateAndEditController.ActionType - Enum in com.communote.server.web.fe.portal.user.client.controller
-
The action types this controller supports.
- ClientUserGroupManagementController - Class in com.communote.server.web.fe.portal.user.client.controller
-
This controller handles user group actions.
- ClientUserGroupManagementController() - Constructor for class com.communote.server.web.fe.portal.user.client.controller.ClientUserGroupManagementController
-
- ClientUserManagementController - Class in com.communote.server.web.fe.portal.user.client.controller
-
- ClientUserManagementController() - Constructor for class com.communote.server.web.fe.portal.user.client.controller.ClientUserManagementController
-
- ClientUserManagementSettingsController - Class in com.communote.server.web.fe.portal.user.client.controller
-
Controller for setting general user settings.
- ClientUserManagementSettingsController() - Constructor for class com.communote.server.web.fe.portal.user.client.controller.ClientUserManagementSettingsController
-
- ClientUserManagementSettingsForm - Class in com.communote.server.web.fe.portal.user.client.forms
-
The Class ClientProfileForm handles the input from the change client logo formular.
- ClientUserManagementSettingsForm(ClientTO) - Constructor for class com.communote.server.web.fe.portal.user.client.forms.ClientUserManagementSettingsForm
-
Instantiates a new client profile form.
- ClientUserManagementSettingsForm.Action - Enum in com.communote.server.web.fe.portal.user.client.forms
-
This enum holds available action types for this form.
- ClientUserManagementViewController - Class in com.communote.server.web.fe.portal.user.client.controller
-
Controller for the user management view section.
- ClientUserManagementViewController() - Constructor for class com.communote.server.web.fe.portal.user.client.controller.ClientUserManagementViewController
-
- ClientValidator - Class in com.communote.server.persistence.user.client
-
The Class ClientValidator validates a client id.
- ClientValue<T> - Class in com.communote.server.core.common
-
- ClientValue() - Constructor for class com.communote.server.core.common.ClientValue
-
- clone(Ehcache) - Method in class com.communote.server.core.common.caching.eh.DistributionSupportCacheExtension
- clone(NoteQueryParameters) - Static method in class com.communote.server.core.vo.query.post.NoteQueryParameters
-
Create a new NoteQueryParameters by cloning others.
- clone(TimelineQueryParameters) - Static method in class com.communote.server.core.vo.query.post.NoteQueryParameters
-
- clone(NavigationItemDataTO) - Static method in class com.communote.server.core.vo.user.NavigationItemDataTO
-
Clone the provided data TO.
- clone(NavigationItemTO<NavigationItemDataTO>) - Static method in class com.communote.server.core.vo.user.NavigationItemTO
-
Clone the provided navigation item TO.
- close() - Method in class com.communote.common.io.CopyInputStreamBuffer
- close() - Method in class com.communote.common.io.DelimiterFilterReader
-
- close(AutoCloseable) - Static method in class com.communote.common.io.IOHelper
-
Close the AutoCloseable and log any exception that might be thrown.
- close(Closeable) - Static method in class com.communote.common.io.IOHelper
-
Close the closable and ignore but log thrown exceptions.
- close() - Method in class com.communote.plugins.mq.provider.jms.JMSMessageSender
-
- close(ClientTO) - Method in interface com.communote.server.core.common.database.ClientDataSourceConnectionCloser
-
Close the data source of the client
- close() - Method in class com.communote.server.core.database.hibernate.C3P0DataSourceConnectionProvider
-
Close all data sources
- close() - Method in class com.communote.server.core.rest.RestApiByteArrayInputStream
-
Closing a ByteArrayInputStream has no effect.
- close(InputStream) - Method in class com.communote.server.core.vo.content.AttachmentStreamTO
-
Close the stream
- close(InputStream) - Method in class com.communote.server.core.vo.content.AttachmentTO
-
Close the stream
- closeBrTags(String) - Static method in class com.communote.common.util.HTMLHelper
-
Converts br tags to the XHTML compatible form.
- closeCompleteStream() - Method in class com.communote.common.io.CopyInputStreamBuffer
-
Close the original stream and the copy (which will deleted)
- closeConnection(Connection) - Static method in class com.communote.server.core.common.util.DatabaseHelper
-
Close the given connection .
- closeConnection(Connection) - Method in class com.communote.server.core.database.hibernate.C3P0DataSourceConnectionProvider
- closeNamingEnumeration(NamingEnumeration<?>) - Static method in class com.communote.server.core.common.ldap.LdapUtils
-
Close a naming enumeration to free up resources.
- CODE - Static variable in class com.communote.server.model.security.SecurityCodeConstants
-
- CollectionConverter<S,T> - Class in com.communote.common.converter
-
Abstraction to offer functionality for converting whole collections.
- CollectionConverter() - Constructor for class com.communote.common.converter.CollectionConverter
-
- ColorUtils - Class in com.communote.common.util
-
Utility for converting color strings to Color objects.
- com.communote.common.converter - package com.communote.common.converter
-
- com.communote.common.encryption - package com.communote.common.encryption
-
- com.communote.common.i18n - package com.communote.common.i18n
-
- com.communote.common.image - package com.communote.common.image
-
- com.communote.common.io - package com.communote.common.io
-
- com.communote.common.matcher - package com.communote.common.matcher
-
- com.communote.common.menu - package com.communote.common.menu
-
- com.communote.common.paging - package com.communote.common.paging
-
- com.communote.common.properties - package com.communote.common.properties
-
- com.communote.common.string - package com.communote.common.string
-
- com.communote.common.util - package com.communote.common.util
-
- com.communote.common.validation - package com.communote.common.validation
-
- com.communote.common.velocity - package com.communote.common.velocity
-
- com.communote.common.virusscan - package com.communote.common.virusscan
-
- com.communote.common.virusscan.exception - package com.communote.common.virusscan.exception
-
- com.communote.common.virusscan.impl - package com.communote.common.virusscan.impl
-
- com.communote.plugin.ldap - package com.communote.plugin.ldap
-
- com.communote.plugin.ldap.helper - package com.communote.plugin.ldap.helper
-
- com.communote.plugins - package com.communote.plugins
-
- com.communote.plugins.activity.base - package com.communote.plugins.activity.base
-
- com.communote.plugins.activity.base.data - package com.communote.plugins.activity.base.data
-
- com.communote.plugins.activity.base.fe.admin - package com.communote.plugins.activity.base.fe.admin
-
- com.communote.plugins.activity.base.fe.widget - package com.communote.plugins.activity.base.fe.widget
-
- com.communote.plugins.activity.base.permission - package com.communote.plugins.activity.base.permission
-
- com.communote.plugins.activity.base.processor - package com.communote.plugins.activity.base.processor
-
- com.communote.plugins.activity.base.service - package com.communote.plugins.activity.base.service
-
- com.communote.plugins.activity.base.service.impl - package com.communote.plugins.activity.base.service.impl
-
- com.communote.plugins.activity.base.task - package com.communote.plugins.activity.base.task
-
- com.communote.plugins.activity.core - package com.communote.plugins.activity.core
-
- com.communote.plugins.api.rest - package com.communote.plugins.api.rest
-
- com.communote.plugins.api.rest.converter - package com.communote.plugins.api.rest.converter
-
- com.communote.plugins.api.rest.exception - package com.communote.plugins.api.rest.exception
-
- com.communote.plugins.api.rest.filter - package com.communote.plugins.api.rest.filter
-
- com.communote.plugins.api.rest.request - package com.communote.plugins.api.rest.request
-
- com.communote.plugins.api.rest.resource - package com.communote.plugins.api.rest.resource
-
- com.communote.plugins.api.rest.resource.attachment - package com.communote.plugins.api.rest.resource.attachment
-
- com.communote.plugins.api.rest.resource.note - package com.communote.plugins.api.rest.resource.note
-
- com.communote.plugins.api.rest.resource.note.favorite - package com.communote.plugins.api.rest.resource.note.favorite
-
- com.communote.plugins.api.rest.resource.note.like - package com.communote.plugins.api.rest.resource.note.like
-
- com.communote.plugins.api.rest.resource.note.property - package com.communote.plugins.api.rest.resource.note.property
-
- com.communote.plugins.api.rest.resource.tag - package com.communote.plugins.api.rest.resource.tag
-
- com.communote.plugins.api.rest.resource.tagstoretaglist - package com.communote.plugins.api.rest.resource.tagstoretaglist
-
- com.communote.plugins.api.rest.resource.tagstoretaglist.tagstoretag - package com.communote.plugins.api.rest.resource.tagstoretaglist.tagstoretag
-
- com.communote.plugins.api.rest.resource.tagsuggestionlist - package com.communote.plugins.api.rest.resource.tagsuggestionlist
-
- com.communote.plugins.api.rest.resource.timelinenote - package com.communote.plugins.api.rest.resource.timelinenote
-
- com.communote.plugins.api.rest.resource.timelinenote.timelinenotediscussion - package com.communote.plugins.api.rest.resource.timelinenote.timelinenotediscussion
-
- com.communote.plugins.api.rest.resource.timelinenote.timelinenotetag - package com.communote.plugins.api.rest.resource.timelinenote.timelinenotetag
-
- com.communote.plugins.api.rest.resource.timelinetag - package com.communote.plugins.api.rest.resource.timelinetag
-
- com.communote.plugins.api.rest.resource.timelinetopic - package com.communote.plugins.api.rest.resource.timelinetopic
-
- com.communote.plugins.api.rest.resource.timelineuser - package com.communote.plugins.api.rest.resource.timelineuser
-
- com.communote.plugins.api.rest.resource.topic - package com.communote.plugins.api.rest.resource.topic
-
- com.communote.plugins.api.rest.resource.topic.follow - package com.communote.plugins.api.rest.resource.topic.follow
-
- com.communote.plugins.api.rest.resource.topic.property - package com.communote.plugins.api.rest.resource.topic.property
-
- com.communote.plugins.api.rest.resource.topic.right - package com.communote.plugins.api.rest.resource.topic.right
-
- com.communote.plugins.api.rest.resource.topic.role - package com.communote.plugins.api.rest.resource.topic.role
-
- com.communote.plugins.api.rest.resource.topic.rolebulkexternal - package com.communote.plugins.api.rest.resource.topic.rolebulkexternal
-
- com.communote.plugins.api.rest.resource.topic.rolebulkexternal.rolebulkexternaltopicright - package com.communote.plugins.api.rest.resource.topic.rolebulkexternal.rolebulkexternaltopicright
-
- com.communote.plugins.api.rest.resource.topic.roleexternal - package com.communote.plugins.api.rest.resource.topic.roleexternal
-
- com.communote.plugins.api.rest.resource.user - package com.communote.plugins.api.rest.resource.user
-
- com.communote.plugins.api.rest.resource.user.follow - package com.communote.plugins.api.rest.resource.user.follow
-
- com.communote.plugins.api.rest.resource.user.image - package com.communote.plugins.api.rest.resource.user.image
-
- com.communote.plugins.api.rest.resource.user.property - package com.communote.plugins.api.rest.resource.user.property
-
- com.communote.plugins.api.rest.resource.validation - package com.communote.plugins.api.rest.resource.validation
-
- com.communote.plugins.api.rest.response - package com.communote.plugins.api.rest.response
-
- com.communote.plugins.api.rest.service - package com.communote.plugins.api.rest.service
-
- com.communote.plugins.api.rest.service.common - package com.communote.plugins.api.rest.service.common
-
- com.communote.plugins.api.rest.service.exception - package com.communote.plugins.api.rest.service.exception
-
- com.communote.plugins.api.rest.servlet - package com.communote.plugins.api.rest.servlet
-
- com.communote.plugins.api.rest.to - package com.communote.plugins.api.rest.to
-
- com.communote.plugins.api.rest.v22 - package com.communote.plugins.api.rest.v22
-
- com.communote.plugins.api.rest.v22.converter - package com.communote.plugins.api.rest.v22.converter
-
- com.communote.plugins.api.rest.v22.exception - package com.communote.plugins.api.rest.v22.exception
-
- com.communote.plugins.api.rest.v22.filter - package com.communote.plugins.api.rest.v22.filter
-
- com.communote.plugins.api.rest.v22.request - package com.communote.plugins.api.rest.v22.request
-
- com.communote.plugins.api.rest.v22.resource - package com.communote.plugins.api.rest.v22.resource
-
- com.communote.plugins.api.rest.v22.resource.attachment - package com.communote.plugins.api.rest.v22.resource.attachment
-
- com.communote.plugins.api.rest.v22.resource.note - package com.communote.plugins.api.rest.v22.resource.note
-
- com.communote.plugins.api.rest.v22.resource.note.favorite - package com.communote.plugins.api.rest.v22.resource.note.favorite
-
- com.communote.plugins.api.rest.v22.resource.note.like - package com.communote.plugins.api.rest.v22.resource.note.like
-
- com.communote.plugins.api.rest.v22.resource.note.property - package com.communote.plugins.api.rest.v22.resource.note.property
-
- com.communote.plugins.api.rest.v22.resource.tag - package com.communote.plugins.api.rest.v22.resource.tag
-
- com.communote.plugins.api.rest.v22.resource.tagstoretaglist - package com.communote.plugins.api.rest.v22.resource.tagstoretaglist
-
- com.communote.plugins.api.rest.v22.resource.tagstoretaglist.tagstoretag - package com.communote.plugins.api.rest.v22.resource.tagstoretaglist.tagstoretag
-
- com.communote.plugins.api.rest.v22.resource.tagsuggestionlist - package com.communote.plugins.api.rest.v22.resource.tagsuggestionlist
-
- com.communote.plugins.api.rest.v22.resource.timelinenote - package com.communote.plugins.api.rest.v22.resource.timelinenote
-
- com.communote.plugins.api.rest.v22.resource.timelinenote.property - package com.communote.plugins.api.rest.v22.resource.timelinenote.property
-
- com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotediscussion - package com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotediscussion
-
- com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotetag - package com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotetag
-
- com.communote.plugins.api.rest.v22.resource.timelinetag - package com.communote.plugins.api.rest.v22.resource.timelinetag
-
- com.communote.plugins.api.rest.v22.resource.timelinetopic - package com.communote.plugins.api.rest.v22.resource.timelinetopic
-
- com.communote.plugins.api.rest.v22.resource.timelineuser - package com.communote.plugins.api.rest.v22.resource.timelineuser
-
- com.communote.plugins.api.rest.v22.resource.topic - package com.communote.plugins.api.rest.v22.resource.topic
-
- com.communote.plugins.api.rest.v22.resource.topic.externalobject - package com.communote.plugins.api.rest.v22.resource.topic.externalobject
-
- com.communote.plugins.api.rest.v22.resource.topic.follow - package com.communote.plugins.api.rest.v22.resource.topic.follow
-
- com.communote.plugins.api.rest.v22.resource.topic.property - package com.communote.plugins.api.rest.v22.resource.topic.property
-
- com.communote.plugins.api.rest.v22.resource.topic.right - package com.communote.plugins.api.rest.v22.resource.topic.right
-
- com.communote.plugins.api.rest.v22.resource.topic.role - package com.communote.plugins.api.rest.v22.resource.topic.role
-
- com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal - package com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal
-
- com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.rolebulkexternaltopicright - package com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.rolebulkexternaltopicright
-
- com.communote.plugins.api.rest.v22.resource.topic.roleexternal - package com.communote.plugins.api.rest.v22.resource.topic.roleexternal
-
- com.communote.plugins.api.rest.v22.resource.user - package com.communote.plugins.api.rest.v22.resource.user
-
- com.communote.plugins.api.rest.v22.resource.user.follow - package com.communote.plugins.api.rest.v22.resource.user.follow
-
- com.communote.plugins.api.rest.v22.resource.user.image - package com.communote.plugins.api.rest.v22.resource.user.image
-
- com.communote.plugins.api.rest.v22.resource.user.property - package com.communote.plugins.api.rest.v22.resource.user.property
-
- com.communote.plugins.api.rest.v22.resource.validation - package com.communote.plugins.api.rest.v22.resource.validation
-
- com.communote.plugins.api.rest.v22.response - package com.communote.plugins.api.rest.v22.response
-
- com.communote.plugins.api.rest.v22.service - package com.communote.plugins.api.rest.v22.service
-
- com.communote.plugins.api.rest.v22.service.common - package com.communote.plugins.api.rest.v22.service.common
-
- com.communote.plugins.api.rest.v22.service.exception.mapper - package com.communote.plugins.api.rest.v22.service.exception.mapper
-
- com.communote.plugins.api.rest.v22.servlet - package com.communote.plugins.api.rest.v22.servlet
-
- com.communote.plugins.api.rest.v22.to - package com.communote.plugins.api.rest.v22.to
-
- com.communote.plugins.api.rest.v24 - package com.communote.plugins.api.rest.v24
-
- com.communote.plugins.api.rest.v24.converter - package com.communote.plugins.api.rest.v24.converter
-
- com.communote.plugins.api.rest.v24.exception - package com.communote.plugins.api.rest.v24.exception
-
- com.communote.plugins.api.rest.v24.filter - package com.communote.plugins.api.rest.v24.filter
-
- com.communote.plugins.api.rest.v24.request - package com.communote.plugins.api.rest.v24.request
-
- com.communote.plugins.api.rest.v24.resource - package com.communote.plugins.api.rest.v24.resource
-
- com.communote.plugins.api.rest.v24.resource.attachment - package com.communote.plugins.api.rest.v24.resource.attachment
-
- com.communote.plugins.api.rest.v24.resource.attachment.preview - package com.communote.plugins.api.rest.v24.resource.attachment.preview
-
- com.communote.plugins.api.rest.v24.resource.note - package com.communote.plugins.api.rest.v24.resource.note
-
- com.communote.plugins.api.rest.v24.resource.note.favorite - package com.communote.plugins.api.rest.v24.resource.note.favorite
-
- com.communote.plugins.api.rest.v24.resource.note.like - package com.communote.plugins.api.rest.v24.resource.note.like
-
- com.communote.plugins.api.rest.v24.resource.note.property - package com.communote.plugins.api.rest.v24.resource.note.property
-
- com.communote.plugins.api.rest.v24.resource.tag - package com.communote.plugins.api.rest.v24.resource.tag
-
- com.communote.plugins.api.rest.v24.resource.tagstoretaglist - package com.communote.plugins.api.rest.v24.resource.tagstoretaglist
-
- com.communote.plugins.api.rest.v24.resource.tagstoretaglist.tagstoretag - package com.communote.plugins.api.rest.v24.resource.tagstoretaglist.tagstoretag
-
- com.communote.plugins.api.rest.v24.resource.tagsuggestionlist - package com.communote.plugins.api.rest.v24.resource.tagsuggestionlist
-
- com.communote.plugins.api.rest.v24.resource.timelinenote - package com.communote.plugins.api.rest.v24.resource.timelinenote
-
- com.communote.plugins.api.rest.v24.resource.timelinenote.property - package com.communote.plugins.api.rest.v24.resource.timelinenote.property
-
- com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotediscussion - package com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotediscussion
-
- com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotetag - package com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotetag
-
- com.communote.plugins.api.rest.v24.resource.timelinetag - package com.communote.plugins.api.rest.v24.resource.timelinetag
-
- com.communote.plugins.api.rest.v24.resource.timelinetopic - package com.communote.plugins.api.rest.v24.resource.timelinetopic
-
- com.communote.plugins.api.rest.v24.resource.timelineuser - package com.communote.plugins.api.rest.v24.resource.timelineuser
-
- com.communote.plugins.api.rest.v24.resource.topic - package com.communote.plugins.api.rest.v24.resource.topic
-
- com.communote.plugins.api.rest.v24.resource.topic.externalobject - package com.communote.plugins.api.rest.v24.resource.topic.externalobject
-
- com.communote.plugins.api.rest.v24.resource.topic.follow - package com.communote.plugins.api.rest.v24.resource.topic.follow
-
- com.communote.plugins.api.rest.v24.resource.topic.property - package com.communote.plugins.api.rest.v24.resource.topic.property
-
- com.communote.plugins.api.rest.v24.resource.topic.right - package com.communote.plugins.api.rest.v24.resource.topic.right
-
- com.communote.plugins.api.rest.v24.resource.topic.role - package com.communote.plugins.api.rest.v24.resource.topic.role
-
- com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal - package com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal
-
- com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.rolebulkexternaltopicright - package com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.rolebulkexternaltopicright
-
- com.communote.plugins.api.rest.v24.resource.topic.roleexternal - package com.communote.plugins.api.rest.v24.resource.topic.roleexternal
-
- com.communote.plugins.api.rest.v24.resource.user - package com.communote.plugins.api.rest.v24.resource.user
-
- com.communote.plugins.api.rest.v24.resource.user.follow - package com.communote.plugins.api.rest.v24.resource.user.follow
-
- com.communote.plugins.api.rest.v24.resource.user.image - package com.communote.plugins.api.rest.v24.resource.user.image
-
- com.communote.plugins.api.rest.v24.resource.user.preference - package com.communote.plugins.api.rest.v24.resource.user.preference
-
- com.communote.plugins.api.rest.v24.resource.user.property - package com.communote.plugins.api.rest.v24.resource.user.property
-
- com.communote.plugins.api.rest.v24.resource.user.userpreference - package com.communote.plugins.api.rest.v24.resource.user.userpreference
-
- com.communote.plugins.api.rest.v24.resource.user.userpreference.preference - package com.communote.plugins.api.rest.v24.resource.user.userpreference.preference
-
- com.communote.plugins.api.rest.v24.resource.validation - package com.communote.plugins.api.rest.v24.resource.validation
-
- com.communote.plugins.api.rest.v24.response - package com.communote.plugins.api.rest.v24.response
-
- com.communote.plugins.api.rest.v24.service - package com.communote.plugins.api.rest.v24.service
-
- com.communote.plugins.api.rest.v24.service.common - package com.communote.plugins.api.rest.v24.service.common
-
- com.communote.plugins.api.rest.v24.service.exception.mapper - package com.communote.plugins.api.rest.v24.service.exception.mapper
-
- com.communote.plugins.api.rest.v24.servlet - package com.communote.plugins.api.rest.v24.servlet
-
- com.communote.plugins.api.rest.v24.to - package com.communote.plugins.api.rest.v24.to
-
- com.communote.plugins.api.rest.v30 - package com.communote.plugins.api.rest.v30
-
- com.communote.plugins.api.rest.v30.converter - package com.communote.plugins.api.rest.v30.converter
-
- com.communote.plugins.api.rest.v30.exception - package com.communote.plugins.api.rest.v30.exception
-
- com.communote.plugins.api.rest.v30.filter - package com.communote.plugins.api.rest.v30.filter
-
- com.communote.plugins.api.rest.v30.request - package com.communote.plugins.api.rest.v30.request
-
- com.communote.plugins.api.rest.v30.resource - package com.communote.plugins.api.rest.v30.resource
-
- com.communote.plugins.api.rest.v30.resource.attachment - package com.communote.plugins.api.rest.v30.resource.attachment
-
- com.communote.plugins.api.rest.v30.resource.attachment.preview - package com.communote.plugins.api.rest.v30.resource.attachment.preview
-
- com.communote.plugins.api.rest.v30.resource.group - package com.communote.plugins.api.rest.v30.resource.group
-
- com.communote.plugins.api.rest.v30.resource.group.member - package com.communote.plugins.api.rest.v30.resource.group.member
-
- com.communote.plugins.api.rest.v30.resource.lastmodificationdate - package com.communote.plugins.api.rest.v30.resource.lastmodificationdate
-
- com.communote.plugins.api.rest.v30.resource.note - package com.communote.plugins.api.rest.v30.resource.note
-
- com.communote.plugins.api.rest.v30.resource.note.favorite - package com.communote.plugins.api.rest.v30.resource.note.favorite
-
- com.communote.plugins.api.rest.v30.resource.note.like - package com.communote.plugins.api.rest.v30.resource.note.like
-
- com.communote.plugins.api.rest.v30.resource.note.property - package com.communote.plugins.api.rest.v30.resource.note.property
-
- com.communote.plugins.api.rest.v30.resource.tag - package com.communote.plugins.api.rest.v30.resource.tag
-
- com.communote.plugins.api.rest.v30.resource.tagstoretaglist - package com.communote.plugins.api.rest.v30.resource.tagstoretaglist
-
- com.communote.plugins.api.rest.v30.resource.tagstoretaglist.tagstoretag - package com.communote.plugins.api.rest.v30.resource.tagstoretaglist.tagstoretag
-
- com.communote.plugins.api.rest.v30.resource.tagsuggestionlist - package com.communote.plugins.api.rest.v30.resource.tagsuggestionlist
-
- com.communote.plugins.api.rest.v30.resource.timelinenote - package com.communote.plugins.api.rest.v30.resource.timelinenote
-
- com.communote.plugins.api.rest.v30.resource.timelinenote.property - package com.communote.plugins.api.rest.v30.resource.timelinenote.property
-
- com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotediscussion - package com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotediscussion
-
- com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotetag - package com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotetag
-
- com.communote.plugins.api.rest.v30.resource.timelinetag - package com.communote.plugins.api.rest.v30.resource.timelinetag
-
- com.communote.plugins.api.rest.v30.resource.timelinetopic - package com.communote.plugins.api.rest.v30.resource.timelinetopic
-
- com.communote.plugins.api.rest.v30.resource.timelineuser - package com.communote.plugins.api.rest.v30.resource.timelineuser
-
- com.communote.plugins.api.rest.v30.resource.topic - package com.communote.plugins.api.rest.v30.resource.topic
-
- com.communote.plugins.api.rest.v30.resource.topic.childtopic - package com.communote.plugins.api.rest.v30.resource.topic.childtopic
-
- com.communote.plugins.api.rest.v30.resource.topic.externalobject - package com.communote.plugins.api.rest.v30.resource.topic.externalobject
-
- com.communote.plugins.api.rest.v30.resource.topic.follow - package com.communote.plugins.api.rest.v30.resource.topic.follow
-
- com.communote.plugins.api.rest.v30.resource.topic.property - package com.communote.plugins.api.rest.v30.resource.topic.property
-
- com.communote.plugins.api.rest.v30.resource.topic.right - package com.communote.plugins.api.rest.v30.resource.topic.right
-
- com.communote.plugins.api.rest.v30.resource.topic.role - package com.communote.plugins.api.rest.v30.resource.topic.role
-
- com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal - package com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal
-
- com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.rolebulkexternaltopicright - package com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.rolebulkexternaltopicright
-
- com.communote.plugins.api.rest.v30.resource.topic.roleexternal - package com.communote.plugins.api.rest.v30.resource.topic.roleexternal
-
- com.communote.plugins.api.rest.v30.resource.user - package com.communote.plugins.api.rest.v30.resource.user
-
- com.communote.plugins.api.rest.v30.resource.user.externallogin - package com.communote.plugins.api.rest.v30.resource.user.externallogin
-
- com.communote.plugins.api.rest.v30.resource.user.externallogin.externalproperty - package com.communote.plugins.api.rest.v30.resource.user.externallogin.externalproperty
-
- com.communote.plugins.api.rest.v30.resource.user.follow - package com.communote.plugins.api.rest.v30.resource.user.follow
-
- com.communote.plugins.api.rest.v30.resource.user.image - package com.communote.plugins.api.rest.v30.resource.user.image
-
- com.communote.plugins.api.rest.v30.resource.user.navigationitem - package com.communote.plugins.api.rest.v30.resource.user.navigationitem
-
- com.communote.plugins.api.rest.v30.resource.user.observation - package com.communote.plugins.api.rest.v30.resource.user.observation
-
- com.communote.plugins.api.rest.v30.resource.user.preference - package com.communote.plugins.api.rest.v30.resource.user.preference
-
- com.communote.plugins.api.rest.v30.resource.user.property - package com.communote.plugins.api.rest.v30.resource.user.property
-
- com.communote.plugins.api.rest.v30.resource.user.userpreference - package com.communote.plugins.api.rest.v30.resource.user.userpreference
-
- com.communote.plugins.api.rest.v30.resource.user.userpreference.preference - package com.communote.plugins.api.rest.v30.resource.user.userpreference.preference
-
- com.communote.plugins.api.rest.v30.resource.validation - package com.communote.plugins.api.rest.v30.resource.validation
-
- com.communote.plugins.api.rest.v30.response - package com.communote.plugins.api.rest.v30.response
-
- com.communote.plugins.api.rest.v30.service - package com.communote.plugins.api.rest.v30.service
-
- com.communote.plugins.api.rest.v30.service.common - package com.communote.plugins.api.rest.v30.service.common
-
- com.communote.plugins.api.rest.v30.service.exception.mapper - package com.communote.plugins.api.rest.v30.service.exception.mapper
-
- com.communote.plugins.api.rest.v30.servlet - package com.communote.plugins.api.rest.v30.servlet
-
- com.communote.plugins.api.rest.v30.to - package com.communote.plugins.api.rest.v30.to
-
- com.communote.plugins.atlr - package com.communote.plugins.atlr
-
- com.communote.plugins.bookmarklet - package com.communote.plugins.bookmarklet
-
- com.communote.plugins.confluence - package com.communote.plugins.confluence
-
- com.communote.plugins.confluence.image - package com.communote.plugins.confluence.image
-
- com.communote.plugins.contenttypes - package com.communote.plugins.contenttypes
-
- com.communote.plugins.core - package com.communote.plugins.core
-
- com.communote.plugins.core.classloader - package com.communote.plugins.core.classloader
-
- com.communote.plugins.core.registries - package com.communote.plugins.core.registries
-
- com.communote.plugins.core.services - package com.communote.plugins.core.services
-
- com.communote.plugins.core.services.impl - package com.communote.plugins.core.services.impl
-
- com.communote.plugins.core.views - package com.communote.plugins.core.views
-
- com.communote.plugins.core.views.annotations - package com.communote.plugins.core.views.annotations
-
- com.communote.plugins.core.views.impl.people - package com.communote.plugins.core.views.impl.people
-
- com.communote.plugins.embed - package com.communote.plugins.embed
-
- com.communote.plugins.htmlclient - package com.communote.plugins.htmlclient
-
- com.communote.plugins.mediaparser - package com.communote.plugins.mediaparser
-
- com.communote.plugins.mediaparser.mediatype - package com.communote.plugins.mediaparser.mediatype
-
- com.communote.plugins.mq.adapter.activemq - package com.communote.plugins.mq.adapter.activemq
-
- com.communote.plugins.mq.adapter.activemq.configuration - package com.communote.plugins.mq.adapter.activemq.configuration
-
- com.communote.plugins.mq.message.base.data.security - package com.communote.plugins.mq.message.base.data.security
-
- com.communote.plugins.mq.message.base.data.status - package com.communote.plugins.mq.message.base.data.status
-
- com.communote.plugins.mq.message.base.handler - package com.communote.plugins.mq.message.base.handler
-
- com.communote.plugins.mq.message.base.message - package com.communote.plugins.mq.message.base.message
-
- com.communote.plugins.mq.message.core.data.note - package com.communote.plugins.mq.message.core.data.note
-
- com.communote.plugins.mq.message.core.data.property - package com.communote.plugins.mq.message.core.data.property
-
- com.communote.plugins.mq.message.core.data.role - package com.communote.plugins.mq.message.core.data.role
-
- com.communote.plugins.mq.message.core.data.tag - package com.communote.plugins.mq.message.core.data.tag
-
- com.communote.plugins.mq.message.core.data.topic - package com.communote.plugins.mq.message.core.data.topic
-
- com.communote.plugins.mq.message.core.data.user - package com.communote.plugins.mq.message.core.data.user
-
- com.communote.plugins.mq.message.core.handler - package com.communote.plugins.mq.message.core.handler
-
- com.communote.plugins.mq.message.core.handler.converter - package com.communote.plugins.mq.message.core.handler.converter
-
- com.communote.plugins.mq.message.core.handler.exception - package com.communote.plugins.mq.message.core.handler.exception
-
- com.communote.plugins.mq.message.core.handler.exceptionmapper - package com.communote.plugins.mq.message.core.handler.exceptionmapper
-
- com.communote.plugins.mq.message.core.message.note - package com.communote.plugins.mq.message.core.message.note
-
- com.communote.plugins.mq.message.core.message.topic - package com.communote.plugins.mq.message.core.message.topic
-
- com.communote.plugins.mq.message.core.util - package com.communote.plugins.mq.message.core.util
-
- com.communote.plugins.mq.provider.activemq - package com.communote.plugins.mq.provider.activemq
-
- com.communote.plugins.mq.provider.activemq.adminconsole - package com.communote.plugins.mq.provider.activemq.adminconsole
-
- com.communote.plugins.mq.provider.activemq.embedded - package com.communote.plugins.mq.provider.activemq.embedded
-
- com.communote.plugins.mq.provider.activemq.impl - package com.communote.plugins.mq.provider.activemq.impl
-
- com.communote.plugins.mq.provider.activemq.logging - package com.communote.plugins.mq.provider.activemq.logging
-
- com.communote.plugins.mq.provider.activemq.monitor - package com.communote.plugins.mq.provider.activemq.monitor
-
- com.communote.plugins.mq.provider.activemq.monitor.data - package com.communote.plugins.mq.provider.activemq.monitor.data
-
- com.communote.plugins.mq.provider.activemq.security - package com.communote.plugins.mq.provider.activemq.security
-
- com.communote.plugins.mq.provider.activemq.security.authentication - package com.communote.plugins.mq.provider.activemq.security.authentication
-
- com.communote.plugins.mq.provider.activemq.settings - package com.communote.plugins.mq.provider.activemq.settings
-
- com.communote.plugins.mq.provider.activemq.user - package com.communote.plugins.mq.provider.activemq.user
-
- com.communote.plugins.mq.provider.jms - package com.communote.plugins.mq.provider.jms
-
- com.communote.plugins.mq.service.exception - package com.communote.plugins.mq.service.exception
-
- com.communote.plugins.mq.service.impl - package com.communote.plugins.mq.service.impl
-
- com.communote.plugins.mq.service.message - package com.communote.plugins.mq.service.message
-
- com.communote.plugins.mq.service.provider - package com.communote.plugins.mq.service.provider
-
- com.communote.plugins.smileys - package com.communote.plugins.smileys
-
- com.communote.plugins.webservice - package com.communote.plugins.webservice
-
- com.communote.plugins.webservice.impl - package com.communote.plugins.webservice.impl
-
- com.communote.plugins.widget.extension - package com.communote.plugins.widget.extension
-
- com.communote.server - package com.communote.server
-
- com.communote.server.api - package com.communote.server.api
-
- com.communote.server.api.core.application - package com.communote.server.api.core.application
-
- com.communote.server.api.core.attachment - package com.communote.server.api.core.attachment
-
- com.communote.server.api.core.blog - package com.communote.server.api.core.blog
-
- com.communote.server.api.core.bootstrap - package com.communote.server.api.core.bootstrap
-
- com.communote.server.api.core.client - package com.communote.server.api.core.client
-
- com.communote.server.api.core.common - package com.communote.server.api.core.common
-
- com.communote.server.api.core.config - package com.communote.server.api.core.config
-
- com.communote.server.api.core.config.database - package com.communote.server.api.core.config.database
-
- com.communote.server.api.core.config.type - package com.communote.server.api.core.config.type
-
- com.communote.server.api.core.event - package com.communote.server.api.core.event
-
- com.communote.server.api.core.external - package com.communote.server.api.core.external
-
- com.communote.server.api.core.i18n - package com.communote.server.api.core.i18n
-
- com.communote.server.api.core.image - package com.communote.server.api.core.image
-
- com.communote.server.api.core.image.type - package com.communote.server.api.core.image.type
-
- com.communote.server.api.core.installer - package com.communote.server.api.core.installer
-
- com.communote.server.api.core.note - package com.communote.server.api.core.note
-
- com.communote.server.api.core.note.processor - package com.communote.server.api.core.note.processor
-
- com.communote.server.api.core.property - package com.communote.server.api.core.property
-
- com.communote.server.api.core.security - package com.communote.server.api.core.security
-
- com.communote.server.api.core.security.permission - package com.communote.server.api.core.security.permission
-
- com.communote.server.api.core.tag - package com.communote.server.api.core.tag
-
- com.communote.server.api.core.task - package com.communote.server.api.core.task
-
- com.communote.server.api.core.user - package com.communote.server.api.core.user
-
- com.communote.server.api.service - package com.communote.server.api.service
-
- com.communote.server.api.util - package com.communote.server.api.util
-
- com.communote.server.core - package com.communote.server.core
-
- com.communote.server.core.application - package com.communote.server.core.application
-
- com.communote.server.core.blog - package com.communote.server.core.blog
-
- com.communote.server.core.blog.events - package com.communote.server.core.blog.events
-
- com.communote.server.core.blog.export - package com.communote.server.core.blog.export
-
- com.communote.server.core.blog.export.impl - package com.communote.server.core.blog.export.impl
-
- com.communote.server.core.blog.helper - package com.communote.server.core.blog.helper
-
- com.communote.server.core.blog.notes - package com.communote.server.core.blog.notes
-
- com.communote.server.core.blog.notes.processors - package com.communote.server.core.blog.notes.processors
-
- com.communote.server.core.blog.notes.processors.exceptions - package com.communote.server.core.blog.notes.processors.exceptions
-
- com.communote.server.core.bootstrap - package com.communote.server.core.bootstrap
-
- com.communote.server.core.client - package com.communote.server.core.client
-
- com.communote.server.core.common - package com.communote.server.core.common
-
- com.communote.server.core.common.caching - package com.communote.server.core.common.caching
-
- com.communote.server.core.common.caching.eh - package com.communote.server.core.common.caching.eh
-
- com.communote.server.core.common.database - package com.communote.server.core.common.database
-
- com.communote.server.core.common.exceptions - package com.communote.server.core.common.exceptions
-
- com.communote.server.core.common.i18n - package com.communote.server.core.common.i18n
-
- com.communote.server.core.common.ldap - package com.communote.server.core.common.ldap
-
- com.communote.server.core.common.ldap.caching - package com.communote.server.core.common.ldap.caching
-
- com.communote.server.core.common.session - package com.communote.server.core.common.session
-
- com.communote.server.core.common.time - package com.communote.server.core.common.time
-
- com.communote.server.core.common.util - package com.communote.server.core.common.util
-
- com.communote.server.core.common.velocity - package com.communote.server.core.common.velocity
-
- com.communote.server.core.common.velocity.tools - package com.communote.server.core.common.velocity.tools
-
- com.communote.server.core.config - package com.communote.server.core.config
-
- com.communote.server.core.converter - package com.communote.server.core.converter
-
- com.communote.server.core.converter.blog - package com.communote.server.core.converter.blog
-
- com.communote.server.core.converter.external - package com.communote.server.core.converter.external
-
- com.communote.server.core.converter.user - package com.communote.server.core.converter.user
-
- com.communote.server.core.crc - package com.communote.server.core.crc
-
- com.communote.server.core.crc.vo - package com.communote.server.core.crc.vo
-
- com.communote.server.core.crc.xml - package com.communote.server.core.crc.xml
-
- com.communote.server.core.database - package com.communote.server.core.database
-
- com.communote.server.core.database.config - package com.communote.server.core.database.config
-
- com.communote.server.core.database.hibernate - package com.communote.server.core.database.hibernate
-
- com.communote.server.core.database.liquibase - package com.communote.server.core.database.liquibase
-
- com.communote.server.core.database.spring - package com.communote.server.core.database.spring
-
- com.communote.server.core.delegate.client - package com.communote.server.core.delegate.client
-
- com.communote.server.core.exception - package com.communote.server.core.exception
-
- com.communote.server.core.exception.mapper - package com.communote.server.core.exception.mapper
-
- com.communote.server.core.external - package com.communote.server.core.external
-
- com.communote.server.core.external.confluence - package com.communote.server.core.external.confluence
-
- com.communote.server.core.filter - package com.communote.server.core.filter
-
- com.communote.server.core.filter.listitems - package com.communote.server.core.filter.listitems
-
- com.communote.server.core.filter.listitems.blog - package com.communote.server.core.filter.listitems.blog
-
- com.communote.server.core.filter.listitems.blog.member - package com.communote.server.core.filter.listitems.blog.member
-
- com.communote.server.core.follow - package com.communote.server.core.follow
-
- com.communote.server.core.general - package com.communote.server.core.general
-
- com.communote.server.core.groups - package com.communote.server.core.groups
-
- com.communote.server.core.helper - package com.communote.server.core.helper
-
- com.communote.server.core.image - package com.communote.server.core.image
-
- com.communote.server.core.image.caching - package com.communote.server.core.image.caching
-
- com.communote.server.core.image.exceptions - package com.communote.server.core.image.exceptions
-
- com.communote.server.core.image.type - package com.communote.server.core.image.type
-
- com.communote.server.core.installer - package com.communote.server.core.installer
-
- com.communote.server.core.integration - package com.communote.server.core.integration
-
- com.communote.server.core.lastmodifieddate - package com.communote.server.core.lastmodifieddate
-
- com.communote.server.core.mail - package com.communote.server.core.mail
-
- com.communote.server.core.mail.fetching - package com.communote.server.core.mail.fetching
-
- com.communote.server.core.mail.messages - package com.communote.server.core.mail.messages
-
- com.communote.server.core.mail.messages.fetching - package com.communote.server.core.mail.messages.fetching
-
- com.communote.server.core.mail.messages.user - package com.communote.server.core.mail.messages.user
-
- com.communote.server.core.mail.messages.user.manager - package com.communote.server.core.mail.messages.user.manager
-
- com.communote.server.core.messaging - package com.communote.server.core.messaging
-
- com.communote.server.core.messaging.connector - package com.communote.server.core.messaging.connector
-
- com.communote.server.core.messaging.connectors.xmpp - package com.communote.server.core.messaging.connectors.xmpp
-
- com.communote.server.core.messaging.definitions - package com.communote.server.core.messaging.definitions
-
- com.communote.server.core.messaging.vo - package com.communote.server.core.messaging.vo
-
- com.communote.server.core.note - package com.communote.server.core.note
-
- com.communote.server.core.note.processor - package com.communote.server.core.note.processor
-
- com.communote.server.core.osgi - package com.communote.server.core.osgi
-
- com.communote.server.core.permission - package com.communote.server.core.permission
-
- com.communote.server.core.permission.filters - package com.communote.server.core.permission.filters
-
- com.communote.server.core.plugin - package com.communote.server.core.plugin
-
- com.communote.server.core.property - package com.communote.server.core.property
-
- com.communote.server.core.query - package com.communote.server.core.query
-
- com.communote.server.core.rest - package com.communote.server.core.rest
-
- com.communote.server.core.retrieval.helper - package com.communote.server.core.retrieval.helper
-
- com.communote.server.core.retrieval.normalizer - package com.communote.server.core.retrieval.normalizer
-
- com.communote.server.core.security - package com.communote.server.core.security
-
- com.communote.server.core.security.authentication - package com.communote.server.core.security.authentication
-
- com.communote.server.core.security.authentication.confluence - package com.communote.server.core.security.authentication.confluence
-
- com.communote.server.core.security.authentication.database - package com.communote.server.core.security.authentication.database
-
- com.communote.server.core.security.authentication.ldap - package com.communote.server.core.security.authentication.ldap
-
- com.communote.server.core.security.event - package com.communote.server.core.security.event
-
- com.communote.server.core.security.iprange - package com.communote.server.core.security.iprange
-
- com.communote.server.core.security.ldap - package com.communote.server.core.security.ldap
-
- com.communote.server.core.security.ssl - package com.communote.server.core.security.ssl
-
- com.communote.server.core.service - package com.communote.server.core.service
-
- com.communote.server.core.storing - package com.communote.server.core.storing
-
- com.communote.server.core.tag - package com.communote.server.core.tag
-
- com.communote.server.core.tag.category - package com.communote.server.core.tag.category
-
- com.communote.server.core.tag.impl - package com.communote.server.core.tag.impl
-
- com.communote.server.core.tasks - package com.communote.server.core.tasks
-
- com.communote.server.core.template - package com.communote.server.core.template
-
- com.communote.server.core.template.velocity - package com.communote.server.core.template.velocity
-
- com.communote.server.core.user - package com.communote.server.core.user
-
- com.communote.server.core.user.client - package com.communote.server.core.user.client
-
- com.communote.server.core.user.events - package com.communote.server.core.user.events
-
- com.communote.server.core.user.exception - package com.communote.server.core.user.exception
-
- com.communote.server.core.user.group - package com.communote.server.core.user.group
-
- com.communote.server.core.user.groups - package com.communote.server.core.user.groups
-
- com.communote.server.core.user.helper - package com.communote.server.core.user.helper
-
- com.communote.server.core.user.listener - package com.communote.server.core.user.listener
-
- com.communote.server.core.user.listeners - package com.communote.server.core.user.listeners
-
- com.communote.server.core.user.note - package com.communote.server.core.user.note
-
- com.communote.server.core.user.security - package com.communote.server.core.user.security
-
- com.communote.server.core.user.validation - package com.communote.server.core.user.validation
-
- com.communote.server.core.util - package com.communote.server.core.util
-
- com.communote.server.core.virusscan - package com.communote.server.core.virusscan
-
- com.communote.server.core.vo - package com.communote.server.core.vo
-
- com.communote.server.core.vo.blog - package com.communote.server.core.vo.blog
-
- com.communote.server.core.vo.client.converters - package com.communote.server.core.vo.client.converters
-
- com.communote.server.core.vo.content - package com.communote.server.core.vo.content
-
- com.communote.server.core.vo.external - package com.communote.server.core.vo.external
-
- com.communote.server.core.vo.query - package com.communote.server.core.vo.query
-
- com.communote.server.core.vo.query.blog - package com.communote.server.core.vo.query.blog
-
- com.communote.server.core.vo.query.blog.external - package com.communote.server.core.vo.query.blog.external
-
- com.communote.server.core.vo.query.config - package com.communote.server.core.vo.query.config
-
- com.communote.server.core.vo.query.converters - package com.communote.server.core.vo.query.converters
-
- com.communote.server.core.vo.query.filter - package com.communote.server.core.vo.query.filter
-
- com.communote.server.core.vo.query.java.note - package com.communote.server.core.vo.query.java.note
-
- com.communote.server.core.vo.query.logical - package com.communote.server.core.vo.query.logical
-
- com.communote.server.core.vo.query.note - package com.communote.server.core.vo.query.note
-
- com.communote.server.core.vo.query.post - package com.communote.server.core.vo.query.post
-
- com.communote.server.core.vo.query.search - package com.communote.server.core.vo.query.search
-
- com.communote.server.core.vo.query.tag - package com.communote.server.core.vo.query.tag
-
- com.communote.server.core.vo.query.user - package com.communote.server.core.vo.query.user
-
- com.communote.server.core.vo.query.user.group - package com.communote.server.core.vo.query.user.group
-
- com.communote.server.core.vo.query.user.v1_0_1 - package com.communote.server.core.vo.query.user.v1_0_1
-
- com.communote.server.core.vo.tag - package com.communote.server.core.vo.tag
-
- com.communote.server.core.vo.user - package com.communote.server.core.vo.user
-
- com.communote.server.core.vo.user.group - package com.communote.server.core.vo.user.group
-
- com.communote.server.core.vo.user.note - package com.communote.server.core.vo.user.note
-
- com.communote.server.core.vo.user.preferences - package com.communote.server.core.vo.user.preferences
-
- com.communote.server.core.vo.uti - package com.communote.server.core.vo.uti
-
- com.communote.server.external.acegi - package com.communote.server.external.acegi
-
- com.communote.server.external.hibernate - package com.communote.server.external.hibernate
-
- com.communote.server.external.hibernate.usertypes - package com.communote.server.external.hibernate.usertypes
-
- com.communote.server.external.log4j - package com.communote.server.external.log4j
-
- com.communote.server.model.attachment - package com.communote.server.model.attachment
-
- com.communote.server.model.blog - package com.communote.server.model.blog
-
- com.communote.server.model.client - package com.communote.server.model.client
-
- com.communote.server.model.config - package com.communote.server.model.config
-
- com.communote.server.model.external - package com.communote.server.model.external
-
- com.communote.server.model.follow - package com.communote.server.model.follow
-
- com.communote.server.model.global - package com.communote.server.model.global
-
- com.communote.server.model.i18n - package com.communote.server.model.i18n
-
- com.communote.server.model.messaging - package com.communote.server.model.messaging
-
- com.communote.server.model.note - package com.communote.server.model.note
-
- com.communote.server.model.property - package com.communote.server.model.property
-
- com.communote.server.model.security - package com.communote.server.model.security
-
- com.communote.server.model.tag - package com.communote.server.model.tag
-
- com.communote.server.model.task - package com.communote.server.model.task
-
- com.communote.server.model.user - package com.communote.server.model.user
-
- com.communote.server.model.user.group - package com.communote.server.model.user.group
-
- com.communote.server.model.user.note - package com.communote.server.model.user.note
-
- com.communote.server.model.user.security - package com.communote.server.model.user.security
-
- com.communote.server.persistence - package com.communote.server.persistence
-
- com.communote.server.persistence.attachment - package com.communote.server.persistence.attachment
-
- com.communote.server.persistence.blog - package com.communote.server.persistence.blog
-
- com.communote.server.persistence.client - package com.communote.server.persistence.client
-
- com.communote.server.persistence.common.messages - package com.communote.server.persistence.common.messages
-
- com.communote.server.persistence.common.security - package com.communote.server.persistence.common.security
-
- com.communote.server.persistence.config - package com.communote.server.persistence.config
-
- com.communote.server.persistence.crc - package com.communote.server.persistence.crc
-
- com.communote.server.persistence.external - package com.communote.server.persistence.external
-
- com.communote.server.persistence.global - package com.communote.server.persistence.global
-
- com.communote.server.persistence.helper.dao - package com.communote.server.persistence.helper.dao
-
- com.communote.server.persistence.hibernate - package com.communote.server.persistence.hibernate
-
- com.communote.server.persistence.lastmodifieddate - package com.communote.server.persistence.lastmodifieddate
-
- com.communote.server.persistence.messaging - package com.communote.server.persistence.messaging
-
- com.communote.server.persistence.messaging.config - package com.communote.server.persistence.messaging.config
-
- com.communote.server.persistence.note - package com.communote.server.persistence.note
-
- com.communote.server.persistence.property - package com.communote.server.persistence.property
-
- com.communote.server.persistence.query - package com.communote.server.persistence.query
-
- com.communote.server.persistence.resource - package com.communote.server.persistence.resource
-
- com.communote.server.persistence.security - package com.communote.server.persistence.security
-
- com.communote.server.persistence.security.iprange - package com.communote.server.persistence.security.iprange
-
- com.communote.server.persistence.security.ssl - package com.communote.server.persistence.security.ssl
-
- com.communote.server.persistence.tag - package com.communote.server.persistence.tag
-
- com.communote.server.persistence.tasks - package com.communote.server.persistence.tasks
-
- com.communote.server.persistence.user - package com.communote.server.persistence.user
-
- com.communote.server.persistence.user.client - package com.communote.server.persistence.user.client
-
- com.communote.server.persistence.user.group - package com.communote.server.persistence.user.group
-
- com.communote.server.persistence.user.invitationfields - package com.communote.server.persistence.user.invitationfields
-
- com.communote.server.persistence.user.note - package com.communote.server.persistence.user.note
-
- com.communote.server.persistence.user.security - package com.communote.server.persistence.user.security
-
- com.communote.server.plugins.api - package com.communote.server.plugins.api
-
- com.communote.server.plugins.api.externals - package com.communote.server.plugins.api.externals
-
- com.communote.server.plugins.core - package com.communote.server.plugins.core
-
- com.communote.server.plugins.exceptions - package com.communote.server.plugins.exceptions
-
- com.communote.server.service - package com.communote.server.service
-
- com.communote.server.service.exceptions - package com.communote.server.service.exceptions
-
- com.communote.server.web - package com.communote.server.web
-
- com.communote.server.web.api.service - package com.communote.server.web.api.service
-
- com.communote.server.web.api.service.blog - package com.communote.server.web.api.service.blog
-
- com.communote.server.web.api.service.external - package com.communote.server.web.api.service.external
-
- com.communote.server.web.api.service.external.confluence - package com.communote.server.web.api.service.external.confluence
-
- com.communote.server.web.api.service.filter - package com.communote.server.web.api.service.filter
-
- com.communote.server.web.api.service.post - package com.communote.server.web.api.service.post
-
- com.communote.server.web.api.service.post.convert - package com.communote.server.web.api.service.post.convert
-
- com.communote.server.web.api.service.post.convert.v1_0_0 - package com.communote.server.web.api.service.post.convert.v1_0_0
-
- com.communote.server.web.api.service.post.convert.v1_0_1 - package com.communote.server.web.api.service.post.convert.v1_0_1
-
- com.communote.server.web.api.service.user - package com.communote.server.web.api.service.user
-
- com.communote.server.web.api.to - package com.communote.server.web.api.to
-
- com.communote.server.web.api.to.listitem - package com.communote.server.web.api.to.listitem
-
- com.communote.server.web.api.to.listitem.v1_0_1 - package com.communote.server.web.api.to.listitem.v1_0_1
-
- com.communote.server.web.api.to.user - package com.communote.server.web.api.to.user
-
- com.communote.server.web.bootstrap - package com.communote.server.web.bootstrap
-
- com.communote.server.web.commons - package com.communote.server.web.commons
-
- com.communote.server.web.commons.controller - package com.communote.server.web.commons.controller
-
- com.communote.server.web.commons.filter - package com.communote.server.web.commons.filter
-
- com.communote.server.web.commons.helper - package com.communote.server.web.commons.helper
-
- com.communote.server.web.commons.i18n - package com.communote.server.web.commons.i18n
-
- com.communote.server.web.commons.imagecache.controller - package com.communote.server.web.commons.imagecache.controller
-
- com.communote.server.web.commons.resolver - package com.communote.server.web.commons.resolver
-
- com.communote.server.web.commons.resource - package com.communote.server.web.commons.resource
-
- com.communote.server.web.commons.resource.impl - package com.communote.server.web.commons.resource.impl
-
- com.communote.server.web.commons.servlet - package com.communote.server.web.commons.servlet
-
- com.communote.server.web.commons.tags - package com.communote.server.web.commons.tags
-
- com.communote.server.web.commons.tags.menu - package com.communote.server.web.commons.tags.menu
-
- com.communote.server.web.commons.view - package com.communote.server.web.commons.view
-
- com.communote.server.web.commons.view.velocity - package com.communote.server.web.commons.view.velocity
-
- com.communote.server.web.commons.viewtool - package com.communote.server.web.commons.viewtool
-
- com.communote.server.web.external.spring.security - package com.communote.server.web.external.spring.security
-
- com.communote.server.web.fe.admin - package com.communote.server.web.fe.admin
-
- com.communote.server.web.fe.installer.controller - package com.communote.server.web.fe.installer.controller
-
- com.communote.server.web.fe.installer.forms - package com.communote.server.web.fe.installer.forms
-
- com.communote.server.web.fe.installer.helper - package com.communote.server.web.fe.installer.helper
-
- com.communote.server.web.fe.installer.servlet - package com.communote.server.web.fe.installer.servlet
-
- com.communote.server.web.fe.installer.validator - package com.communote.server.web.fe.installer.validator
-
- com.communote.server.web.fe.portal - package com.communote.server.web.fe.portal
-
- com.communote.server.web.fe.portal.about - package com.communote.server.web.fe.portal.about
-
- com.communote.server.web.fe.portal.blog.controller - package com.communote.server.web.fe.portal.blog.controller
-
- com.communote.server.web.fe.portal.blog.forms - package com.communote.server.web.fe.portal.blog.forms
-
- com.communote.server.web.fe.portal.blog.helper - package com.communote.server.web.fe.portal.blog.helper
-
- com.communote.server.web.fe.portal.blog.validator - package com.communote.server.web.fe.portal.blog.validator
-
- com.communote.server.web.fe.portal.contact.controller - package com.communote.server.web.fe.portal.contact.controller
-
- com.communote.server.web.fe.portal.controller - package com.communote.server.web.fe.portal.controller
-
- com.communote.server.web.fe.portal.download - package com.communote.server.web.fe.portal.download
-
- com.communote.server.web.fe.portal.login - package com.communote.server.web.fe.portal.login
-
- com.communote.server.web.fe.portal.service - package com.communote.server.web.fe.portal.service
-
- com.communote.server.web.fe.portal.user.client.controller - package com.communote.server.web.fe.portal.user.client.controller
-
- com.communote.server.web.fe.portal.user.client.controller.integration - package com.communote.server.web.fe.portal.user.client.controller.integration
-
- com.communote.server.web.fe.portal.user.client.controller.security - package com.communote.server.web.fe.portal.user.client.controller.security
-
- com.communote.server.web.fe.portal.user.client.forms - package com.communote.server.web.fe.portal.user.client.forms
-
- com.communote.server.web.fe.portal.user.client.validator - package com.communote.server.web.fe.portal.user.client.validator
-
- com.communote.server.web.fe.portal.user.controller - package com.communote.server.web.fe.portal.user.controller
-
- com.communote.server.web.fe.portal.user.forms - package com.communote.server.web.fe.portal.user.forms
-
- com.communote.server.web.fe.portal.user.profile.controller - package com.communote.server.web.fe.portal.user.profile.controller
-
- com.communote.server.web.fe.portal.user.profile.forms - package com.communote.server.web.fe.portal.user.profile.forms
-
- com.communote.server.web.fe.portal.user.profile.validator - package com.communote.server.web.fe.portal.user.profile.validator
-
- com.communote.server.web.fe.portal.user.system.application - package com.communote.server.web.fe.portal.user.system.application
-
- com.communote.server.web.fe.portal.user.system.communication - package com.communote.server.web.fe.portal.user.system.communication
-
- com.communote.server.web.fe.portal.user.system.content - package com.communote.server.web.fe.portal.user.system.content
-
- com.communote.server.web.fe.portal.user.validator - package com.communote.server.web.fe.portal.user.validator
-
- com.communote.server.web.fe.widgets - package com.communote.server.web.fe.widgets
-
- com.communote.server.web.fe.widgets.admin.application.logging - package com.communote.server.web.fe.widgets.admin.application.logging
-
- com.communote.server.web.fe.widgets.admin.client.security - package com.communote.server.web.fe.widgets.admin.client.security
-
- com.communote.server.web.fe.widgets.blog - package com.communote.server.web.fe.widgets.blog
-
- com.communote.server.web.fe.widgets.clouds - package com.communote.server.web.fe.widgets.clouds
-
- com.communote.server.web.fe.widgets.controls - package com.communote.server.web.fe.widgets.controls
-
- com.communote.server.web.fe.widgets.extension - package com.communote.server.web.fe.widgets.extension
-
- com.communote.server.web.fe.widgets.extension.note - package com.communote.server.web.fe.widgets.extension.note
-
- com.communote.server.web.fe.widgets.image - package com.communote.server.web.fe.widgets.image
-
- com.communote.server.web.fe.widgets.management.localization - package com.communote.server.web.fe.widgets.management.localization
-
- com.communote.server.web.fe.widgets.management.security.iprange - package com.communote.server.web.fe.widgets.management.security.iprange
-
- com.communote.server.web.fe.widgets.management.system.application - package com.communote.server.web.fe.widgets.management.system.application
-
- com.communote.server.web.fe.widgets.management.user - package com.communote.server.web.fe.widgets.management.user
-
- com.communote.server.web.fe.widgets.management.user.group - package com.communote.server.web.fe.widgets.management.user.group
-
- com.communote.server.web.fe.widgets.message - package com.communote.server.web.fe.widgets.message
-
- com.communote.server.web.fe.widgets.navigation - package com.communote.server.web.fe.widgets.navigation
-
- com.communote.server.web.fe.widgets.tag - package com.communote.server.web.fe.widgets.tag
-
- com.communote.server.web.fe.widgets.type - package com.communote.server.web.fe.widgets.type
-
- com.communote.server.web.fe.widgets.user - package com.communote.server.web.fe.widgets.user
-
- com.communote.server.web.fe.widgets.user.news - package com.communote.server.web.fe.widgets.user.news
-
- com.communote.server.web.fe.widgets.user.profile - package com.communote.server.web.fe.widgets.user.profile
-
- com.communote.server.web.fe.widgets.users - package com.communote.server.web.fe.widgets.users
-
- com.communote.server.web.filter - package com.communote.server.web.filter
-
- com.communote.server.web.osgi - package com.communote.server.web.osgi
-
- com.communote.server.web.security - package com.communote.server.web.security
-
- com.communote.server.widgets - package com.communote.server.widgets
-
- com.communote.server.widgets.annotations - package com.communote.server.widgets.annotations
-
- com.communote.server.widgets.jsf - package com.communote.server.widgets.jsf
-
- com.communote.server.widgets.springmvc - package com.communote.server.widgets.springmvc
-
- com.communote.server.widgets.util - package com.communote.server.widgets.util
-
- combineTags(String, String) - Method in class com.communote.server.core.tag.AbstractTagParser
-
Combines two tags to a list.
- combineTags(String, String) - Method in interface com.communote.server.core.tag.TagParser
-
Combines two tags to a list.
- COMMAND_LINE_PROCESS_TIMEOUT_PROP - Static variable in class com.communote.common.virusscan.impl.CommandlineScanner
-
Timeout of scan process
- COMMAND_LINE_PROP - Static variable in class com.communote.common.virusscan.impl.CommandlineScanner
-
Command line string which will execute
- CommandlineScanner - Class in com.communote.common.virusscan.impl
-
This class use the command line for scanning content.
- CommandlineScanner() - Constructor for class com.communote.common.virusscan.impl.CommandlineScanner
-
This is just necessary for java reflection
- CommaTagParser - Class in com.communote.server.core.tag.impl
-
This simple tag parser just splits the tags using a ',' as separator
- CommaTagParser() - Constructor for class com.communote.server.core.tag.impl.CommaTagParser
-
Construct a colon tag parser
- commence(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class com.communote.server.web.external.spring.security.CommunoteAuthenticationProcessingFilterEntryPoint
-
Send an SC_UNATHORIZED Error if the request has been send by AJAX
- commence(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class com.communote.server.web.external.spring.security.CommunoteBasicAuthenticationEntryPoint
- COMMENT - Static variable in interface com.communote.server.web.commons.FormAction
-
Constants for blog post comment action
- commit() - Method in class com.communote.plugins.mq.provider.activemq.security.CommunoteJaasLoginModule
-
- CommonPostListItem - Class in com.communote.server.web.api.to.listitem
-
Base class for list items that describe notes.
- CommonPostListItem() - Constructor for class com.communote.server.web.api.to.listitem.CommonPostListItem
-
Creates a new instance
- CommonPostListItem(CommonPostListItem) - Constructor for class com.communote.server.web.api.to.listitem.CommonPostListItem
-
Creates a new instance by cloning the provided instance
- CommonPostListItem(Long, String) - Constructor for class com.communote.server.web.api.to.listitem.CommonPostListItem
-
Creates a new instance
- COMMUNOTE_CONNECTION_PROVIDER_CLASS - Static variable in class com.communote.server.core.database.config.StandardDatabaseConfiguration
-
Name of a System property which can hold the full qualified class name of a
org.hibernate.connection.ConnectionProvider
- COMMUNOTE_QUEUE_DEFAULT - Static variable in interface com.communote.plugins.mq.adapter.activemq.configuration.ActiveMQConfiguration
-
Default queue name for communote messages to process
- COMMUNOTE_QUEUE_DEFAULT_REPLY - Static variable in interface com.communote.plugins.mq.adapter.activemq.configuration.ActiveMQConfiguration
-
Default queue name for communote messages to reply to
- CommunoteAccessDeniedHandler - Class in com.communote.server.web.external.spring.security
-
Handler for the AccessDeniedException which forwards the request to a configurable error page or
sends a 403.
- CommunoteAccessDeniedHandler() - Constructor for class com.communote.server.web.external.spring.security.CommunoteAccessDeniedHandler
-
- CommunoteAuthenticationFailureHandler - Class in com.communote.server.web.external.spring.security
-
Redirects the request depending of the occurred authentication failure.
- CommunoteAuthenticationFailureHandler(String) - Constructor for class com.communote.server.web.external.spring.security.CommunoteAuthenticationFailureHandler
-
Constructor.
- CommunoteAuthenticationFilter - Interface in com.communote.server.core.security
-
Interface to define filters, which could be provided by plugins.
- CommunoteAuthenticationFilterRegistry - Class in com.communote.plugins.core.registries
-
- CommunoteAuthenticationFilterRegistry() - Constructor for class com.communote.plugins.core.registries.CommunoteAuthenticationFilterRegistry
-
- CommunoteAuthenticationProcessingFilterEntryPoint - Class in com.communote.server.web.external.spring.security
-
- CommunoteAuthenticationProcessingFilterEntryPoint(String) - Constructor for class com.communote.server.web.external.spring.security.CommunoteAuthenticationProcessingFilterEntryPoint
-
Constructor.
- CommunoteAuthenticationProvider - Interface in com.communote.server.core.security
-
Interface for orderable authentication providers, which could be implemented by plugins.
- CommunoteAuthenticationProviderRegistry - Class in com.communote.plugins.core.registries
-
- CommunoteAuthenticationProviderRegistry() - Constructor for class com.communote.plugins.core.registries.CommunoteAuthenticationProviderRegistry
-
- CommunoteAuthenticationSuccessHandler - Class in com.communote.server.web.external.spring.security
-
- CommunoteAuthenticationSuccessHandler() - Constructor for class com.communote.server.web.external.spring.security.CommunoteAuthenticationSuccessHandler
-
- CommunoteBasicAuthenticationEntryPoint - Class in com.communote.server.web.external.spring.security
-
Authentication Entry Point for the Basic Authentication.
- CommunoteBasicAuthenticationEntryPoint() - Constructor for class com.communote.server.web.external.spring.security.CommunoteBasicAuthenticationEntryPoint
-
- CommunoteBasicAuthenticationFilter - Class in com.communote.server.web.external.spring.security
-
Extension to the Basic Authentication Filter which allows disabling the check for the
authentication header with the help of an request parameter.
- CommunoteBasicAuthenticationFilter() - Constructor for class com.communote.server.web.external.spring.security.CommunoteBasicAuthenticationFilter
-
Default constructor
- CommunoteBasicAuthenticationFilter(AuthenticationManager) - Constructor for class com.communote.server.web.external.spring.security.CommunoteBasicAuthenticationFilter
-
Constructor for consistency with parent class.
- CommunoteBasicAuthenticationFilter(AuthenticationManager, AuthenticationEntryPoint) - Constructor for class com.communote.server.web.external.spring.security.CommunoteBasicAuthenticationFilter
-
Constructor for consistency with parent class.
- CommunoteBundleListener - Class in com.communote.server.core.osgi
-
Marker interface for bundle listeners specific for Communote.
- CommunoteBundleListener() - Constructor for class com.communote.server.core.osgi.CommunoteBundleListener
-
- CommunoteClientRemoveHttpServletRequestWrapper - Class in com.communote.plugins.webservice.impl
-
- CommunoteClientRemoveHttpServletRequestWrapper(HttpServletRequest) - Constructor for class com.communote.plugins.webservice.impl.CommunoteClientRemoveHttpServletRequestWrapper
-
- CommunoteCorePluginBundleActivator - Class in com.communote.plugins.core
-
Activator.
- CommunoteCorePluginBundleActivator() - Constructor for class com.communote.plugins.core.CommunoteCorePluginBundleActivator
-
- CommunoteEntity - Class in com.communote.server.model.user
-
Parent type of users and groups.
- CommunoteEntity() - Constructor for class com.communote.server.model.user.CommunoteEntity
-
- CommunoteEntityConstants - Class in com.communote.server.model.user
-
This class holds constants of attributes and associations of the entity
CommunoteEntity
.
- CommunoteEntityConstants() - Constructor for class com.communote.server.model.user.CommunoteEntityConstants
-
- CommunoteEntityDao - Interface in com.communote.server.persistence.user
-
- CommunoteEntityDaoBase - Class in com.communote.server.persistence.user
-
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
com.communote.server.persistence.user.KenmeiEntity
.
- CommunoteEntityDaoBase() - Constructor for class com.communote.server.persistence.user.CommunoteEntityDaoBase
-
- CommunoteEntityDaoImpl - Class in com.communote.server.persistence.user
-
- CommunoteEntityDaoImpl() - Constructor for class com.communote.server.persistence.user.CommunoteEntityDaoImpl
-
- CommunoteEntityData - Class in com.communote.server.core.filter.listitems.blog.member
-
Base value object for users and groups
- CommunoteEntityData() - Constructor for class com.communote.server.core.filter.listitems.blog.member.CommunoteEntityData
-
- CommunoteEntityHelper - Class in com.communote.server.core.user.helper
-
Helper for CommunoteEntity objects.
- CommunoteEntityNotFoundException - Exception in com.communote.server.api.core.user
-
Thrown if a user or group is not found.
- CommunoteEntityNotFoundException() - Constructor for exception com.communote.server.api.core.user.CommunoteEntityNotFoundException
-
The default constructor.
- CommunoteEntityNotFoundException(String) - Constructor for exception com.communote.server.api.core.user.CommunoteEntityNotFoundException
-
Constructs a new instance of CommunoteEntityNotFoundException
- CommunoteEntityNotFoundException(String, Throwable) - Constructor for exception com.communote.server.api.core.user.CommunoteEntityNotFoundException
-
Constructs a new instance of CommunoteEntityNotFoundException
- CommunoteEntityNotFoundExceptionMapper - Class in com.communote.plugins.api.rest.service.exception
-
- CommunoteEntityNotFoundExceptionMapper() - Constructor for class com.communote.plugins.api.rest.service.exception.CommunoteEntityNotFoundExceptionMapper
-
- CommunoteEntityNotFoundExceptionMapper - Class in com.communote.server.core.exception.mapper
-
- CommunoteEntityNotFoundExceptionMapper() - Constructor for class com.communote.server.core.exception.mapper.CommunoteEntityNotFoundExceptionMapper
-
- CommunoteEntityQuery - Class in com.communote.server.core.vo.query.user
-
- CommunoteEntityQuery() - Constructor for class com.communote.server.core.vo.query.user.CommunoteEntityQuery
-
- CommunoteEntityQueryParameters - Class in com.communote.server.core.vo.query.user
-
The Class UserManagementQueryInstance.
- CommunoteEntityQueryParameters() - Constructor for class com.communote.server.core.vo.query.user.CommunoteEntityQueryParameters
-
- CommunoteException - Exception in com.communote.server.persistence.common.security
-
- CommunoteException(String) - Constructor for exception com.communote.server.persistence.common.security.CommunoteException
-
Constructs a new instance of CommunoteException
- CommunoteException(String, Throwable) - Constructor for exception com.communote.server.persistence.common.security.CommunoteException
-
Constructs a new instance of CommunoteException
- CommunoteException(String, Throwable, String, Object...) - Constructor for exception com.communote.server.persistence.common.security.CommunoteException
-
Constructs a new instance of CommunoteException
- CommunoteExceptionMapper - Class in com.communote.plugins.api.rest.v22.service.exception.mapper
-
Adapter that creates a Restlet Response from an exception with the help of the Communote
exception mapping infrastructure.
- CommunoteExceptionMapper() - Constructor for class com.communote.plugins.api.rest.v22.service.exception.mapper.CommunoteExceptionMapper
-
- CommunoteExceptionMapper - Class in com.communote.plugins.api.rest.v24.service.exception.mapper
-
Adapter that creates a Restlet Response from an exception with the help of the Communote
exception mapping infrastructure.
- CommunoteExceptionMapper() - Constructor for class com.communote.plugins.api.rest.v24.service.exception.mapper.CommunoteExceptionMapper
-
- CommunoteExceptionMapper - Class in com.communote.plugins.api.rest.v30.service.exception.mapper
-
Adapter that creates a Restlet Response from an exception with the help of the Communote
exception mapping infrastructure.
- CommunoteExceptionMapper() - Constructor for class com.communote.plugins.api.rest.v30.service.exception.mapper.CommunoteExceptionMapper
-
- CommunoteInstaller - Interface in com.communote.server.api.core.installer
-
Helper to install Communote.
- CommunoteInstallerException - Exception in com.communote.server.api.core.installer
-
Exception to be thrown if a step of the installer failed.
- CommunoteInstallerException(String, Throwable) - Constructor for exception com.communote.server.api.core.installer.CommunoteInstallerException
-
- CommunoteInstallerImpl - Class in com.communote.server.core.installer
-
Implementation of the installer.
- CommunoteInstallerImpl(ApplicationInitializer) - Constructor for class com.communote.server.core.installer.CommunoteInstallerImpl
-
Create an installer
- CommunoteInternalFilter - Class in com.communote.server.web.commons.filter
-
Filter to send not found error when uri is directly called.
- CommunoteInternalFilter() - Constructor for class com.communote.server.web.commons.filter.CommunoteInternalFilter
-
- CommunoteJaasAuthenticationBroker - Class in com.communote.plugins.mq.provider.activemq.security
-
A Jaas Authenticator that will either use a certificate or a username password authentication
based on the settings and the connection.
- CommunoteJaasAuthenticationBroker(MQSettingsDAO, ActiveMQEmbeddedConfiguration, Broker, String, String) - Constructor for class com.communote.plugins.mq.provider.activemq.security.CommunoteJaasAuthenticationBroker
-
Simple constructor.
- CommunoteJaasAuthenticationPlugin - Class in com.communote.plugins.mq.provider.activemq.security
-
Communote Jaas Authentication Plugin
- CommunoteJaasAuthenticationPlugin(MQSettingsDAO, ActiveMQEmbeddedConfiguration) - Constructor for class com.communote.plugins.mq.provider.activemq.security.CommunoteJaasAuthenticationPlugin
-
- CommunoteJaasLoginModule - Class in com.communote.plugins.mq.provider.activemq.security
-
Login module.
- CommunoteJaasLoginModule() - Constructor for class com.communote.plugins.mq.provider.activemq.security.CommunoteJaasLoginModule
-
- CommunoteJaxRsApplication - Class in com.communote.plugins.api.rest.servlet
-
This class is for configuring the JAX-RS application and use it either within a servlet container or a standalone server
- CommunoteJaxRsApplication(Restlet, AbstractCommunoteApplicationConfig) - Constructor for class com.communote.plugins.api.rest.servlet.CommunoteJaxRsApplication
-
This method configures the JAX-RS application.
- CommunoteJaxRsApplication - Class in com.communote.plugins.api.rest.v22.servlet
-
This class is for configuring the JAX-RS application and use it either within a servlet container or a standalone server
- CommunoteJaxRsApplication(Restlet, AbstractCommunoteApplicationConfig) - Constructor for class com.communote.plugins.api.rest.v22.servlet.CommunoteJaxRsApplication
-
This method configures the JAX-RS application.
- CommunoteJaxRsApplication - Class in com.communote.plugins.api.rest.v24.servlet
-
This class is for configuring the JAX-RS application and use it either within a servlet container or a standalone server
- CommunoteJaxRsApplication(Restlet, AbstractCommunoteApplicationConfig) - Constructor for class com.communote.plugins.api.rest.v24.servlet.CommunoteJaxRsApplication
-
This method configures the JAX-RS application.
- CommunoteJaxRsApplication - Class in com.communote.plugins.api.rest.v30.servlet
-
This class is for configuring the JAX-RS application and use it either within a servlet container or a standalone server
- CommunoteJaxRsApplication(Restlet, AbstractCommunoteApplicationConfig) - Constructor for class com.communote.plugins.api.rest.v30.servlet.CommunoteJaxRsApplication
-
This method configures the JAX-RS application.
- CommunoteJaxRsApplicationConfig - Class in com.communote.plugins.api.rest.service
-
- CommunoteJaxRsApplicationConfig() - Constructor for class com.communote.plugins.api.rest.service.CommunoteJaxRsApplicationConfig
-
- CommunoteJaxRsApplicationConfig - Class in com.communote.plugins.api.rest.v22.service
-
- CommunoteJaxRsApplicationConfig() - Constructor for class com.communote.plugins.api.rest.v22.service.CommunoteJaxRsApplicationConfig
-
- CommunoteJaxRsApplicationConfig - Class in com.communote.plugins.api.rest.v24.service
-
- CommunoteJaxRsApplicationConfig() - Constructor for class com.communote.plugins.api.rest.v24.service.CommunoteJaxRsApplicationConfig
-
- CommunoteJaxRsApplicationConfig - Class in com.communote.plugins.api.rest.v30.service
-
- CommunoteJaxRsApplicationConfig() - Constructor for class com.communote.plugins.api.rest.v30.service.CommunoteJaxRsApplicationConfig
-
- CommunoteLdapUserSearch - Class in com.communote.server.core.common.ldap
-
Search for a user in LDAP directory.
- CommunoteLdapUserSearch(LdapConfiguration, LdapUserAttribute) - Constructor for class com.communote.server.core.common.ldap.CommunoteLdapUserSearch
-
Creates a search for retrieving LDAP users.
- CommunoteLdapUserSearch(LdapSearchConfiguration, LdapUserAttributesMapper, LdapContextSource, LdapUserAttribute, String, String) - Constructor for class com.communote.server.core.common.ldap.CommunoteLdapUserSearch
-
Creates a search for retrieving LDAP users.
- CommunoteLoggingBrokerPlugin - Class in com.communote.plugins.mq.provider.activemq.logging
-
logging broker plugin for Communote MQ
- CommunoteLoggingBrokerPlugin() - Constructor for class com.communote.plugins.mq.provider.activemq.logging.CommunoteLoggingBrokerPlugin
-
- CommunoteLogoutFilter - Class in com.communote.server.web.external.spring.security
-
Handles logout and takes care of clientId in target URL
- CommunoteLogoutFilter(LogoutSuccessHandler, LogoutHandler[]) - Constructor for class com.communote.server.web.external.spring.security.CommunoteLogoutFilter
-
Constructor.
- CommunoteLogoutFilter(String, LogoutHandler[]) - Constructor for class com.communote.server.web.external.spring.security.CommunoteLogoutFilter
-
Instantiates a new logout filter.
- CommunoteMessageHandler<T extends BaseMessage> - Class in com.communote.plugins.mq.message.base.handler
-
Communote Message Handler is intended for processing a specified subset of messages.
- CommunoteMessageHandler() - Constructor for class com.communote.plugins.mq.message.base.handler.CommunoteMessageHandler
-
- CommunoteMessageSender - Interface in com.communote.plugins.mq.service.message
-
Abstracts MQ infrastructure from the CNT handlers
- CommunoteMessageSenderImpl - Class in com.communote.plugins.mq.service.impl
-
implements CntMessageSender service.
- CommunoteMessageSenderImpl() - Constructor for class com.communote.plugins.mq.service.impl.CommunoteMessageSenderImpl
-
- CommunoteMQCallbackHandler - Class in com.communote.plugins.mq.provider.activemq.security
-
- CommunoteMQCallbackHandler(String, String, String, String) - Constructor for class com.communote.plugins.mq.provider.activemq.security.CommunoteMQCallbackHandler
-
- CommunoteMultipartResolver - Class in com.communote.server.web.commons.resolver
-
A multipart resolver that calculates the maxUploadSize from the configured attachment upload
limit and an additional configurable offset.
- CommunoteMultipartResolver() - Constructor for class com.communote.server.web.commons.resolver.CommunoteMultipartResolver
-
Default constructor.
- CommunotePostgresDatabase - Class in com.communote.server.core.database.liquibase
-
- CommunotePostgresDatabase() - Constructor for class com.communote.server.core.database.liquibase.CommunotePostgresDatabase
-
- CommunotePostgresDatabaseSnapshot - Class in com.communote.server.core.database.liquibase
-
- CommunotePostgresDatabaseSnapshot(CommunotePostgresDatabase, Set<DiffStatusListener>, String) - Constructor for class com.communote.server.core.database.liquibase.CommunotePostgresDatabaseSnapshot
-
- CommunoteRememberMeProcessingFilter - Class in com.communote.server.web.external.spring.security
- CommunoteRememberMeProcessingFilter() - Constructor for class com.communote.server.web.external.spring.security.CommunoteRememberMeProcessingFilter
-
- CommunoteRememberMeServices - Class in com.communote.server.web.security
-
This is a custom RememberMe service, which provides enhanced functionality, to enable remember me
independent of the used plattform.
- CommunoteRememberMeServices(String, UserDetailsService) - Constructor for class com.communote.server.web.security.CommunoteRememberMeServices
-
Constructor.
- CommunoteRememberMeUserDetailsService - Class in com.communote.server.web.security
-
Implementation of the UserDetailsService that interprets the username as a user ID like the
CommunoteRememberMeService does.
- CommunoteRememberMeUserDetailsService() - Constructor for class com.communote.server.web.security.CommunoteRememberMeUserDetailsService
-
- CommunoteReplyMessage - Class in com.communote.plugins.mq.message.base.message
-
- CommunoteReplyMessage() - Constructor for class com.communote.plugins.mq.message.base.message.CommunoteReplyMessage
-
- CommunoteRestletCrawlerServlet - Class in com.communote.server.web.commons.servlet
-
Servlet for triggering the rest-api servlet adapter.
- CommunoteRestletCrawlerServlet() - Constructor for class com.communote.server.web.commons.servlet.CommunoteRestletCrawlerServlet
-
- CommunoteRestletForwardFilter - Class in com.communote.server.web.commons.filter
-
Filter to forward the rest api call to an internal servlet.
- CommunoteRestletForwardFilter() - Constructor for class com.communote.server.web.commons.filter.CommunoteRestletForwardFilter
-
- CommunoteRestletServlet - Class in com.communote.server.web.commons.servlet
-
Servlet for triggering the rest-api servlet adapter.
- CommunoteRestletServlet() - Constructor for class com.communote.server.web.commons.servlet.CommunoteRestletServlet
-
- CommunoteRestletServletAdapter - Class in com.communote.server.core.rest
-
- CommunoteRestletServletAdapter(ServletContext) - Constructor for class com.communote.server.core.rest.CommunoteRestletServletAdapter
-
Restlet servlet adapter
- CommunoteRuntime - Class in com.communote.server.api.core.application
-
Holder of the singleton runtime instance.
- CommunoteRuntimeException - Exception in com.communote.server.persistence.common.security
-
- CommunoteRuntimeException(String) - Constructor for exception com.communote.server.persistence.common.security.CommunoteRuntimeException
-
Constructs a new instance of CommunoteException
- CommunoteRuntimeException(String, Throwable) - Constructor for exception com.communote.server.persistence.common.security.CommunoteRuntimeException
-
Constructs a new instance of CommunoteException
- CommunoteRuntimeException(String, Throwable, String, Object...) - Constructor for exception com.communote.server.persistence.common.security.CommunoteRuntimeException
-
Constructs a new instance of CommunoteException
- CommunoteService - Interface in com.communote.server.core.service
-
A component which provides some service functionality.
- CommunoteServiceManager - Class in com.communote.server.core.service
-
- CommunoteServiceManager() - Constructor for class com.communote.server.core.service.CommunoteServiceManager
-
- CommunoteSessionFactoryBean - Class in com.communote.server.core.database.spring
-
LocalSessionFactoryBean which configures the Hibernate session factory with the settings provided
by a
DatabaseConfiguration
- CommunoteSessionFactoryBean() - Constructor for class com.communote.server.core.database.spring.CommunoteSessionFactoryBean
-
- CommunoteSingletonService - Interface in com.communote.server.core.service
-
Interface for marking a service in a clustered environment as a service which should only run on
one of the Communote instances.
- CommunoteTokenAuthenticationProcessingFilter - Class in com.communote.server.web.external.spring.security
-
Authentication processing filter for the Communote token authentication method.
- CommunoteTokenAuthenticationProcessingFilter() - Constructor for class com.communote.server.web.external.spring.security.CommunoteTokenAuthenticationProcessingFilter
-
- CommunoteTool - Class in com.communote.server.core.common.velocity
-
Facade to different helper functions.
- CommunoteTool() - Constructor for class com.communote.server.core.common.velocity.CommunoteTool
-
- CommunoteTool.AuthenticationTool - Class in com.communote.server.core.common.velocity
-
Authentication specific tool.
- CommunoteUserCertificate - Class in com.communote.server.persistence.common.security
-
This class encapsulates the subject name of a certificate and provides method to check if is a
valid communote user certificate and provides method to get the clientId and user alias.
- CommunoteUserCertificate(String) - Constructor for class com.communote.server.persistence.common.security.CommunoteUserCertificate
-
Use the given subject name.
- CommunoteUserCertificate(X509Certificate) - Constructor for class com.communote.server.persistence.common.security.CommunoteUserCertificate
-
- CommunoteUsernamePasswordJaasAuthenticationBroker - Class in com.communote.plugins.mq.provider.activemq.security
-
Authentication broker filter implementation
- CommunoteUsernamePasswordJaasAuthenticationBroker(Broker, String) - Constructor for class com.communote.plugins.mq.provider.activemq.security.CommunoteUsernamePasswordJaasAuthenticationBroker
-
- CommunoteWebAppInitializer - Class in com.communote.server.web.bootstrap
-
WebApplicationInitializer that starts Communote.
- CommunoteWebAppInitializer() - Constructor for class com.communote.server.web.bootstrap.CommunoteWebAppInitializer
-
- CommunoteWebServiceController - Class in com.communote.plugins.webservice.impl
-
- CommunoteWebServiceController() - Constructor for class com.communote.plugins.webservice.impl.CommunoteWebServiceController
-
- CommunoteWebServiceDefinition - Class in com.communote.plugins.webservice
-
- CommunoteWebServiceDefinition() - Constructor for class com.communote.plugins.webservice.CommunoteWebServiceDefinition
-
- CommunoteWebServiceRegistry - Interface in com.communote.plugins.webservice
-
- COMPANY - Static variable in class com.communote.server.model.user.UserProfileConstants
-
- compare(Object, Object) - Method in class com.communote.common.string.StringComparator
- compare(Orderable, Orderable) - Method in class com.communote.common.util.DescendingOrderComparator
- compare(Pair<Left, Right>, Pair<Left, Right>) - Method in class com.communote.common.util.PairComparator
-
- compare(String, String) - Method in class com.communote.common.util.VersionComparator
-
Compares the version.
- compare(NoteResource, NoteResource) - Method in class com.communote.plugins.api.rest.resource.note.NoteResourceHelper.NoteResourceComparator
-
Compares notes via their creation date.
- compare(SimpleNoteListItem, SimpleNoteListItem) - Method in class com.communote.server.core.vo.query.note.LastDiscussionCreationDateComparator
- compare(GroupItem, GroupItem) - Method in class com.communote.server.web.fe.widgets.management.user.GroupItem.GroupItemComparator
- compareTo(MessageHandlerMQConsumer) - Method in class com.communote.plugins.mq.provider.activemq.monitor.data.MessageHandlerMQConsumer
-
- compareTo(Object) - Method in class com.communote.server.core.filter.SortType
-
- compareTo(Object) - Method in class com.communote.server.model.attachment.AttachmentStatus
-
- compareTo(Object) - Method in class com.communote.server.model.blog.BlogRole
-
- compareTo(Object) - Method in class com.communote.server.model.client.ClientStatus
-
- compareTo(Object) - Method in class com.communote.server.model.messaging.MessagerConnectorType
-
- compareTo(Object) - Method in class com.communote.server.model.note.NoteCreationSource
-
- compareTo(Object) - Method in class com.communote.server.model.note.NoteStatus
-
- compareTo(Object) - Method in class com.communote.server.model.security.ChannelType
-
- compareTo(Object) - Method in class com.communote.server.model.security.SecurityCodeAction
-
- compareTo(Object) - Method in class com.communote.server.model.task.TaskStatus
-
- compareTo(Object) - Method in class com.communote.server.model.user.group.UserOfGroupModificationType
-
- compareTo(Object) - Method in class com.communote.server.model.user.ImageSizeType
-
- compareTo(Object) - Method in class com.communote.server.model.user.UserRole
-
- compareTo(Object) - Method in class com.communote.server.model.user.UserStatus
-
- compareTo(Object) - Method in class com.communote.server.persistence.blog.ExportFormat
-
- compareVersions(HttpServletRequest, String) - Method in class com.communote.server.web.api.service.BaseApiController
-
Deprecated.
Compares the version.
- completeInstallation(HttpServletRequest, HttpServletResponse) - Method in class com.communote.server.web.fe.installer.controller.InstallationJSONController
-
Ajax method to initialize the application after completing the installation.
- CompoundTagFormula - Class in com.communote.server.core.vo.query.logical
-
An logical tag formula that can contain atoms and other compound formulas.
- CompoundTagFormula(CompoundTagFormula.CompoundFormulaType, boolean) - Constructor for class com.communote.server.core.vo.query.logical.CompoundTagFormula
-
Creates a new compound formula.
- CompoundTagFormula.CompoundFormulaType - Enum in com.communote.server.core.vo.query.logical
-
- ConcatenatedResourceStore - Interface in com.communote.server.web.commons.resource
-
A store that manages resources of a specific content type by grouping them into categories.
- ConcatenatedResourceStoreException - Exception in com.communote.server.web.commons.resource
-
- ConcatenatedResourceStoreException(String) - Constructor for exception com.communote.server.web.commons.resource.ConcatenatedResourceStoreException
-
Create a new exception with detail message.
- ConcatenatedResourceStoreException(String, Throwable) - Constructor for exception com.communote.server.web.commons.resource.ConcatenatedResourceStoreException
-
Create a new exception with detail message.
- ConcatenatedResourceStoreImpl - Class in com.communote.server.web.commons.resource.impl
-
Default implementation of the ConcatenatedResourceStore
- ConcatenatedResourceStoreImpl(Map<String, List<String>>, String, String) - Constructor for class com.communote.server.web.commons.resource.impl.ConcatenatedResourceStoreImpl
-
Create a new file store to handle a specific type of files and initialize it with default
categories and some initial resources per category.
- ConcatenatedResourceStoreImpl(Map<String, List<String>>, String, String, String) - Constructor for class com.communote.server.web.commons.resource.impl.ConcatenatedResourceStoreImpl
-
Create a new file store to handle a specific type of files and initialize it with default
categories and some initial resources per category.
- ConcatenatedResourceStoreImpl(Map<String, List<String>>, String, String, String, String) - Constructor for class com.communote.server.web.commons.resource.impl.ConcatenatedResourceStoreImpl
-
Create a new file store to handle a specific type of files and initialize it with default
categories and some initial resources per category.
- concatenateResources(File, String, List<ResourceDescriptor>, File, String) - Method in class com.communote.server.web.commons.resource.impl.FilteringResourceConcatenator
-
- concatenateResources(File, String, List<ResourceDescriptor>, File, String) - Method in class com.communote.server.web.commons.resource.impl.ResourceConcatenator
-
Concatenate the provided resources and write the result to the given file
- CONFIGS - Static variable in class com.communote.server.model.user.NotificationConfigConstants
-
- ConfigurableBroker - Interface in com.communote.plugins.mq.provider.activemq
-
Broker interface.
- Configuration - Class in com.communote.server.model.config
-
- Configuration() - Constructor for class com.communote.server.model.config.Configuration
-
- Configuration.Factory - Class in com.communote.server.model.config
-
- ConfigurationConstants - Class in com.communote.server.model.config
-
This class holds constants of attributes and associations of the entity
Configuration
.
- ConfigurationConstants() - Constructor for class com.communote.server.model.config.ConfigurationConstants
-
- ConfigurationDao - Interface in com.communote.server.persistence.config
-
- ConfigurationDaoBase - Class in com.communote.server.persistence.config
-
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
com.communote.server.persistence.config.Configuration
.
- ConfigurationDaoBase() - Constructor for class com.communote.server.persistence.config.ConfigurationDaoBase
-
- ConfigurationDaoImpl - Class in com.communote.server.persistence.config
-
- ConfigurationDaoImpl() - Constructor for class com.communote.server.persistence.config.ConfigurationDaoImpl
-
- ConfigurationImpl - Class in com.communote.server.model.config
-
- ConfigurationImpl() - Constructor for class com.communote.server.model.config.ConfigurationImpl
-
- ConfigurationInitializationException - Exception in com.communote.server.api.core.config
-
Exception to be thrown if the initialization of the configuration settings failed.
- ConfigurationInitializationException(String) - Constructor for exception com.communote.server.api.core.config.ConfigurationInitializationException
-
Constructs a new exception.
- ConfigurationInitializationException(String, Throwable) - Constructor for exception com.communote.server.api.core.config.ConfigurationInitializationException
-
Constructs a new exception wrapping the cause.
- ConfigurationManagement - Interface in com.communote.server.core
-
Handling configurations
- ConfigurationManagementBase - Class in com.communote.server.core
-
Spring Service base class for com.communote.server.service.ConfigurationManagement
,
provides access to all services and entities referenced by this service.
- ConfigurationManagementBase() - Constructor for class com.communote.server.core.ConfigurationManagementBase
-
- ConfigurationManagementException - Exception in com.communote.server.core
-
- ConfigurationManagementException(String) - Constructor for exception com.communote.server.core.ConfigurationManagementException
-
Constructs a new instance of ConfigurationManagementException
.
- ConfigurationManagementException(String, Throwable) - Constructor for exception com.communote.server.core.ConfigurationManagementException
-
Constructs a new instance of ConfigurationManagementException
.
- ConfigurationManagementImpl - Class in com.communote.server.core
-
The service class for configurations.
- ConfigurationManagementImpl() - Constructor for class com.communote.server.core.ConfigurationManagementImpl
-
- ConfigurationManager - Interface in com.communote.server.api.core.config
-
Manager for accessing and updating configuration
- ConfigurationPropertiesManager - Class in com.communote.server.core.config
-
Manages the different configuration properties.
- ConfigurationPropertiesManager(String) - Constructor for class com.communote.server.core.config.ConfigurationPropertiesManager
-
Creates and initializes a new instance of the configuration properties manager.
- ConfigurationPropertyConstant - Interface in com.communote.server.api.core.config
-
Interface marking a configuration property constant.
- ConfigurationUpdateException - Exception in com.communote.server.api.core.config
-
Exception to be thrown if the update of configuration settings failed.
- ConfigurationUpdateException(String, String) - Constructor for exception com.communote.server.api.core.config.ConfigurationUpdateException
-
Constructs a new exception.
- ConfigurationUpdateException(String, String, Throwable) - Constructor for exception com.communote.server.api.core.config.ConfigurationUpdateException
-
- configure(Properties) - Method in class com.communote.server.core.database.hibernate.C3P0DataSourceConnectionProvider
- configure(Map<String, ?>, T) - Method in class com.communote.server.core.vo.query.config.BlogQueryParametersConfigurator
-
Configures the query queryParameters
- configure(Map<String, ?>, T, TopicAccessLevel) - Method in class com.communote.server.core.vo.query.config.BlogQueryParametersConfigurator
-
Configures the query queryParameters
- configure(Map<String, ? extends Object>, NoteQueryParameters) - Method in class com.communote.server.core.vo.query.config.NoteQueryParametersConfigurator
-
Method to start the configuration process.
- configure(Map<String, ? extends Object>, T) - Method in class com.communote.server.core.vo.query.config.TimelineQueryParametersConfigurator
-
Method to start the configuration process.
- configure(Map<String, ? extends Object>, UserQueryParameters, Locale) - Method in class com.communote.server.core.vo.query.config.UserQueryParametersConfigurator
-
Method to start the configuration process.
- configure(FactoryConfiguration) - Method in class com.communote.server.web.commons.view.velocity.ExtendableViewToolManager
-
- configureBlogSpecificQueryInstance(Map<String, ? extends Object>, T) - Method in class com.communote.server.core.vo.query.config.TimelineQueryParametersConfigurator
-
This method configures the given QueryInstance with blog specific settings from the parameter
map.
- configureForAllManagedBlogs(BlogQueryParameters) - Static method in class com.communote.server.core.vo.query.config.BlogQueryParametersConfigurator
-
Helper method which configures the query queryParameters to return all managed blogs of the
current user.
- configureHttpClient(AbstractHttpClient, R) - Method in class com.communote.server.core.security.authentication.ExternalKenmeiApiAuthenticator
-
Hook to be overwritten to configure the http client prior to executing a method.
- configureQuery(Query, List, ResultSpecification) - Static method in class com.communote.server.persistence.helper.dao.ResultSpecificationHelper
-
Configure the query by setting the first and max result properties
- configureQuery(Query, ResultSpecification) - Static method in class com.communote.server.persistence.helper.dao.ResultSpecificationHelper
-
Configure the query by setting the first and max result properties
- configureQueryInstance(GetCollectionNoteParameter, QueryParametersParameterNameProvider, Locale) - Static method in class com.communote.plugins.api.rest.resource.note.NoteResourceHelper
-
Get query instance to filter notes
- configureQueryInstance(GetCollectionTopicParameter, QueryParametersParameterNameProvider) - Static method in class com.communote.plugins.api.rest.resource.topic.TopicResourceHelper
-
Get query instance to filter notes
- configureQueryInstance(GetCollectionTopicParameter, QueryParametersParameterNameProvider) - Static method in class com.communote.plugins.api.rest.v22.resource.topic.TopicResourceHelper
-
Get query instance to filter notes
- configureQueryInstance(GetCollectionTopicParameter, QueryParametersParameterNameProvider) - Static method in class com.communote.plugins.api.rest.v24.resource.topic.TopicResourceHelper
-
Get query instance to filter notes
- configureQueryInstance(GetCollectionTopicParameter, QueryParametersParameterNameProvider) - Static method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResourceHelper
-
Get query instance to filter notes
- configureQueryInstance(Map<String, ?>, T, TopicAccessLevel) - Method in class com.communote.server.core.vo.query.config.BlogQueryParametersConfigurator
-
Configures the query queryParameters
- configureQueryInstance(NoteQuery) - Method in class com.communote.server.web.fe.widgets.blog.ChronologicalPostListWidget
-
- configureQueryInstance(long) - Method in class com.communote.server.web.fe.widgets.clouds.TagCloudWidget
-
- configureQueryInstance(Q) - Method in class com.communote.server.web.fe.widgets.user.AuthorFilterWidget
-
- configureQueryParameters(Map<String, ? extends Object>, T) - Method in class com.communote.server.core.vo.query.config.TimelineQueryParametersConfigurator
-
This method configures a given query instance with the provided parameters map.
- configureResourceHandler() - Method in class com.communote.plugins.api.rest.service.CommunoteJaxRsApplicationConfig
-
This is an abstract method that must be overwritten.
- configureResourceHandler() - Method in class com.communote.plugins.api.rest.servlet.AbstractCommunoteApplicationConfig
-
This is an abstract method that must be overwritten.
- configureResourceHandler() - Method in class com.communote.plugins.api.rest.v22.service.CommunoteJaxRsApplicationConfig
-
This is an abstract method that must be overwritten.
- configureResourceHandler() - Method in class com.communote.plugins.api.rest.v22.servlet.AbstractCommunoteApplicationConfig
-
This is an abstract method that must be overwritten.
- configureResourceHandler() - Method in class com.communote.plugins.api.rest.v24.service.CommunoteJaxRsApplicationConfig
-
This is an abstract method that must be overwritten.
- configureResourceHandler() - Method in class com.communote.plugins.api.rest.v24.servlet.AbstractCommunoteApplicationConfig
-
This is an abstract method that must be overwritten.
- configureResourceHandler() - Method in class com.communote.plugins.api.rest.v30.service.CommunoteJaxRsApplicationConfig
-
This is an abstract method that must be overwritten.
- configureResourceHandler() - Method in class com.communote.plugins.api.rest.v30.servlet.AbstractCommunoteApplicationConfig
-
This is an abstract method that must be overwritten.
- confirm(HttpServletRequest, HttpServletResponse, SecurityCode) - Method in class com.communote.server.web.fe.portal.controller.SecurityCodeConfirmationHandler
-
Confirm the code.
- CONFIRM_CLIENT_INVITATION - Static variable in class com.communote.server.model.security.SecurityCodeAction
-
- CONFIRM_EMAIL - Static variable in class com.communote.server.model.security.SecurityCodeAction
-
- CONFIRM_NEW_PASSWORD - Static variable in class com.communote.server.web.fe.portal.user.forms.ForgottenPWForm
-
Constants for a confirm new email action
- CONFIRM_USER - Static variable in class com.communote.server.model.security.SecurityCodeAction
-
- CONFIRMATION_LINK - Static variable in class com.communote.server.core.mail.messages.MailModelPlaceholderConstants
-
Placeholder for the confirmation link
- CONFIRMED - Static variable in class com.communote.server.model.user.UserStatus
-
- confirmed(HttpServletRequest, HttpServletResponse) - Method in class com.communote.server.web.fe.portal.blog.controller.DeleteBlogPostController
-
Deletes the user tagged post with the id found in request parameter blogpostId.
- ConfirmEmailAddressMessage - Class in com.communote.server.core.mail.messages.user
-
Mail to validate an email address.
- ConfirmEmailAddressMessage(User, EmailSecurityCode) - Constructor for class com.communote.server.core.mail.messages.user.ConfirmEmailAddressMessage
-
Construct a new mail message for confirming an email address
- confirmNewEmailAddress(String) - Method in interface com.communote.server.core.user.UserManagement
-
Confirms the new email address.
- confirmNewEmailAddress(String) - Method in class com.communote.server.core.user.UserManagementBase
-
- confirmUser(String, UserVO) - Method in interface com.communote.server.core.user.UserManagement
-
Confirms a registered or invited user, sets user data and change status to active or
confirmed.
- confirmUser(String, UserVO) - Method in class com.communote.server.core.user.UserManagementBase
-
- ConfirmUserController - Class in com.communote.server.web.fe.portal.user.controller
-
Controller for the user registration process.
- ConfirmUserController() - Constructor for class com.communote.server.web.fe.portal.user.controller.ConfirmUserController
-
- confirmUserDeletion(HttpServletRequest, HttpServletResponse) - Method in class com.communote.server.web.fe.portal.user.client.controller.ClientUserManagementController
-
Handles a request for confirming the user deletion.
- ConfirmUserMailMessage - Class in com.communote.server.core.mail.messages.user
-
Mail message for confirming a user
- ConfirmUserMailMessage(User, SecurityCode, UserManagement.RegistrationType) - Constructor for class com.communote.server.core.mail.messages.user.ConfirmUserMailMessage
-
Construct a new mail message for user confirmation
- ConfluenceAuthConfigurationForm - Class in com.communote.server.web.fe.portal.user.client.forms
-
Form for the confluence authentication.
- ConfluenceAuthConfigurationForm(ConfluenceConfiguration) - Constructor for class com.communote.server.web.fe.portal.user.client.forms.ConfluenceAuthConfigurationForm
-
Instantiates a new ConfluenceAuthConfigurationForm.
- ConfluenceAuthConfigurationValidator - Class in com.communote.server.web.fe.portal.user.client.validator
-
- ConfluenceAuthConfigurationValidator() - Constructor for class com.communote.server.web.fe.portal.user.client.validator.ConfluenceAuthConfigurationValidator
-
- ConfluenceAuthenticationProvider - Class in com.communote.server.core.security.authentication.confluence
-
Authentication provider that authenticates a user against the user store of Confluence.
- ConfluenceAuthenticationProvider() - Constructor for class com.communote.server.core.security.authentication.confluence.ConfluenceAuthenticationProvider
-
- ConfluenceAuthenticationRequest - Class in com.communote.server.core.security.authentication.confluence
-
A request for the confluence authentication api.
- ConfluenceAuthenticationRequest(String) - Constructor for class com.communote.server.core.security.authentication.confluence.ConfluenceAuthenticationRequest
-
Construct a request based on a token.
- ConfluenceAuthenticationRequest(String, String) - Constructor for class com.communote.server.core.security.authentication.confluence.ConfluenceAuthenticationRequest
-
Construct a request based on Confluence user name and password.
- ConfluenceAuthenticationToken - Class in com.communote.server.core.security.authentication.confluence
-
A token to authenticate a user against Confluence.
- ConfluenceAuthenticationToken(Object, String, Collection<GrantedAuthority>) - Constructor for class com.communote.server.core.security.authentication.confluence.ConfluenceAuthenticationToken
-
Allows the creation of a successful authentication.
- ConfluenceAuthenticationToken(String, boolean) - Constructor for class com.communote.server.core.security.authentication.confluence.ConfluenceAuthenticationToken
-
Creates a token for authentication against Confluence.
- ConfluenceAuthenticator - Class in com.communote.server.core.security.authentication.confluence
-
Authenticator that checks the token and logins against Confluence.
- ConfluenceAuthenticator(ConfluenceConfiguration) - Constructor for class com.communote.server.core.security.authentication.confluence.ConfluenceAuthenticator
-
- ConfluenceConfiguration - Class in com.communote.server.model.config
-
- ConfluenceConfiguration() - Constructor for class com.communote.server.model.config.ConfluenceConfiguration
-
- ConfluenceConfiguration.Factory - Class in com.communote.server.model.config
-
- ConfluenceConfigurationConstants - Class in com.communote.server.model.config
-
This class holds constants of attributes and associations of the entity
ConfluenceConfiguration
.
- ConfluenceConfigurationConstants() - Constructor for class com.communote.server.model.config.ConfluenceConfigurationConstants
-
- ConfluenceConfigurationDao - Interface in com.communote.server.persistence.config
-
- ConfluenceConfigurationDaoBase - Class in com.communote.server.persistence.config
-
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
com.communote.server.persistence.config.ConfluenceConfiguration
.
- ConfluenceConfigurationDaoBase() - Constructor for class com.communote.server.persistence.config.ConfluenceConfigurationDaoBase
-
- ConfluenceConfigurationDaoImpl - Class in com.communote.server.persistence.config
-
- ConfluenceConfigurationDaoImpl() - Constructor for class com.communote.server.persistence.config.ConfluenceConfigurationDaoImpl
-
- ConfluenceConfigurationImpl - Class in com.communote.server.model.config
-
- ConfluenceConfigurationImpl() - Constructor for class com.communote.server.model.config.ConfluenceConfigurationImpl
-
- ConfluenceExternalObjectsApiController - Class in com.communote.server.web.api.service.external.confluence
-
This controller enables the widget to send the save action.
- ConfluenceExternalObjectsApiController() - Constructor for class com.communote.server.web.api.service.external.confluence.ConfluenceExternalObjectsApiController
-
- ConfluencePluginActivator - Class in com.communote.plugins.confluence
-
- ConfluencePluginActivator() - Constructor for class com.communote.plugins.confluence.ConfluencePluginActivator
-
- ConfluenceTokenFactory - Class in com.communote.server.core.security.authentication.confluence
-
Factory to create a confluence token
- ConfluenceTokenFactory() - Constructor for class com.communote.server.core.security.authentication.confluence.ConfluenceTokenFactory
-
- ConfluenceUserImageProvider - Class in com.communote.plugins.confluence.image
-
This image provider loads the image from Confluence, if the user is a Confluence user.
- ConfluenceUserImageProvider(String, String) - Constructor for class com.communote.plugins.confluence.image.ConfluenceUserImageProvider
-
- ConfluenceUserRepository - Class in com.communote.server.core.external.confluence
-
- ConfluenceUserRepository() - Constructor for class com.communote.server.core.external.confluence.ConfluenceUserRepository
-
Default constructor setting the default system id
- connect(Long, Long) - Method in interface com.communote.server.persistence.blog.ResolvedTopicToTopicDao
-
This method connects the both topics, means builds the needed structure.
- connect(Long, Long) - Method in class com.communote.server.persistence.blog.ResolvedTopicToTopicDaoImpl
-
This method connects the both topics, means builds the needed structure.
- connected(XMPPConnection) - Method in class com.communote.server.core.messaging.connectors.xmpp.XMPPConnectionStatusLogger
-
- CONNECTION_TIMEOUT_PROP - Static variable in class com.communote.common.virusscan.impl.ClamAVScanner
-
TCP / IP Connection time out
- connectionClosed() - Method in class com.communote.server.core.messaging.connectors.xmpp.XMPPConnectionStatusLogger
- connectionClosedOnError(Exception) - Method in class com.communote.server.core.messaging.connectors.xmpp.XMPPConnectionStatusLogger
- ConnectorURICallBack - Class in com.communote.plugins.mq.provider.activemq.security
-
Connector Uri call back
- ConnectorURICallBack() - Constructor for class com.communote.plugins.mq.provider.activemq.security.ConnectorURICallBack
-
- CONSTANT_MENTION_DISCUSSION_PARTICIPANTS - Static variable in interface com.communote.server.core.blog.NoteManagement
-
Pattern used for mention all discussion participants.
- CONSTANT_MENTION_TOPIC_AUTHORS - Static variable in interface com.communote.server.core.blog.NoteManagement
-
Pattern used for mention all users with at least one note within the topic.
- CONSTANT_MENTION_TOPIC_MANAGERS - Static variable in interface com.communote.server.core.blog.NoteManagement
-
Pattern used for mention all managers of the topic.
- CONSTANT_MENTION_TOPIC_READERS - Static variable in interface com.communote.server.core.blog.NoteManagement
-
Pattern used for mention all users with at least read access to the topic.
- ConsumerFactory - Class in com.communote.plugins.mq.provider.jms
-
Component intended for creating appropriate JMS message consumer for each message consumer
registered in the OSGi context.
- ConsumerFactory() - Constructor for class com.communote.plugins.mq.provider.jms.ConsumerFactory
-
- Contact - Class in com.communote.server.model.user
-
Contact details for the associated user.
- Contact() - Constructor for class com.communote.server.model.user.Contact
-
- CONTACT - Static variable in class com.communote.server.model.user.UserProfileConstants
-
- Contact.Factory - Class in com.communote.server.model.user
-
Constructs new instances of
Contact
.
- ContactConstants - Class in com.communote.server.model.user
-
This class holds constants of attributes and associations of the entity Contact
.
- ContactConstants() - Constructor for class com.communote.server.model.user.ContactConstants
-
- ContactController - Class in com.communote.server.web.fe.portal.contact.controller
-
Controller for the main portal contact view
- ContactController() - Constructor for class com.communote.server.web.fe.portal.contact.controller.ContactController
-
- ContactDao - Interface in com.communote.server.persistence.user
-
- ContactDaoBase - Class in com.communote.server.persistence.user
-
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
com.communote.server.persistence.user.Contact
.
- ContactDaoBase() - Constructor for class com.communote.server.persistence.user.ContactDaoBase
-
- ContactDaoImpl - Class in com.communote.server.persistence.user
-
- ContactDaoImpl() - Constructor for class com.communote.server.persistence.user.ContactDaoImpl
-
- ContactImpl - Class in com.communote.server.model.user
-
- ContactImpl() - Constructor for class com.communote.server.model.user.ContactImpl
-
- ContactLocalizedMessage - Class in com.communote.server.web.fe.portal.service
-
- ContactLocalizedMessage() - Constructor for class com.communote.server.web.fe.portal.service.ContactLocalizedMessage
-
- contains(Object) - Method in class com.communote.common.util.PageableList
- contains(Collection<?>, Object) - Static method in class com.communote.server.web.commons.tags.SupportingTaglibFunctions
-
Checks if a collection contains an element
- containsAll(Collection<?>) - Method in class com.communote.common.util.PageableList
- containsEntityDirectly(Long, Long) - Method in interface com.communote.server.core.user.UserGroupMemberManagement
-
Returns true if the group or user is a direct member of the group.
- containsEntityDirectly(Long, Long) - Method in class com.communote.server.core.user.UserGroupMemberManagementBase
-
- containsFlag(UserService.UserServiceRetrievalFlag[], UserService.UserServiceRetrievalFlag) - Static method in enum com.communote.server.service.UserService.UserServiceRetrievalFlag
-
Checks if the flag is contained in flags
- containsKey(Object) - Method in class com.communote.plugins.api.rest.resource.RestApiMultivaluedMapWrapper
- containsKey(Object) - Method in class com.communote.plugins.api.rest.v22.resource.RestApiMultivaluedMapWrapper
- containsKey(Object) - Method in class com.communote.plugins.api.rest.v24.resource.RestApiMultivaluedMapWrapper
- containsKey(Object) - Method in class com.communote.plugins.api.rest.v30.resource.RestApiMultivaluedMapWrapper
- containsNonEmptyTextNodes(String) - Static method in class com.communote.common.util.HTMLHelper
-
Tests whether the provided HTML contains non-empty text nodes.
- containsPropertyTO(Iterable<StringPropertyTO>, String, String, String) - Static method in class com.communote.server.api.core.property.PropertyHelper
-
Test whether the provided collection contains the given property and has the provided value
- containsRole(Collection<GrantedAuthority>, UserRole) - Static method in class com.communote.server.core.user.UserAuthorityHelper
-
Test whether the granted authorities contain a given role.
- containsUser(Long, Long) - Method in interface com.communote.server.core.user.UserGroupMemberManagement
-
Returns true if the user is a direct or indirect member of the group.
- containsUser(Long, Long) - Method in class com.communote.server.core.user.UserGroupMemberManagementBase
-
- containsUserDirectly(Long, Long) - Method in interface com.communote.server.core.user.UserGroupMemberManagement
-
Returns true if the user is a direct member of the group.
- containsUserDirectly(Long, Long) - Method in class com.communote.server.core.user.UserGroupMemberManagementBase
-
- containsValidCommunoteUser() - Method in class com.communote.server.persistence.common.security.CommunoteUserCertificate
-
Checks if the certificate / subject name contains all information for identifying the user.
- containsValue(Object) - Method in class com.communote.plugins.api.rest.resource.RestApiMultivaluedMapWrapper
- containsValue(Object) - Method in class com.communote.plugins.api.rest.v22.resource.RestApiMultivaluedMapWrapper
- containsValue(Object) - Method in class com.communote.plugins.api.rest.v24.resource.RestApiMultivaluedMapWrapper
- containsValue(Object) - Method in class com.communote.plugins.api.rest.v30.resource.RestApiMultivaluedMapWrapper
- Content - Class in com.communote.server.model.note
-
Content of a note.
- Content() - Constructor for class com.communote.server.model.note.Content
-
- CONTENT - Static variable in class com.communote.server.model.note.ContentConstants
-
- CONTENT - Static variable in class com.communote.server.model.note.NoteConstants
-
- Content.Factory - Class in com.communote.server.model.note
-
Constructs new instances of
Content
.
- CONTENT_REPOSITORY_SIZE - Static variable in class com.communote.server.core.mail.messages.MailModelPlaceholderConstants
-
Placeholder for the current client crc size
- CONTENT_REPOSITORY_SIZE_LIMIT - Static variable in class com.communote.server.core.mail.messages.MailModelPlaceholderConstants
-
Placeholder for the current client crc size limit
- CONTENT_REPOSITORY_SIZE_PERCENT - Static variable in class com.communote.server.core.mail.messages.MailModelPlaceholderConstants
-
Placeholder for the percentage of the current client crc size
- CONTENT_TYPE_HTML - Static variable in class com.communote.plugins.mq.message.core.data.note.Note
-
constant for the content type that should be used if the content is HTML
- CONTENT_TYPE_PLAIN_TEXT - Static variable in class com.communote.plugins.mq.message.core.data.note.Note
-
constant for the content type that should be used if the content is plain text
- CONTENT_TYPE_UNKNOWN - Static variable in class com.communote.plugins.mq.message.core.data.note.Note
-
constant for the content type that should be used if the type of the content is not known and
the server should try figure it out
- ContentConstants - Class in com.communote.server.model.note
-
This class holds constants of attributes and associations of the entity Content
.
- ContentConstants() - Constructor for class com.communote.server.model.note.ContentConstants
-
- ContentDao - Interface in com.communote.server.persistence.resource
-
- ContentDaoBase - Class in com.communote.server.persistence.resource
-
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
Content
.
- ContentDaoBase() - Constructor for class com.communote.server.persistence.resource.ContentDaoBase
-
- ContentDaoImpl - Class in com.communote.server.persistence.resource
-
- ContentDaoImpl() - Constructor for class com.communote.server.persistence.resource.ContentDaoImpl
-
- ContentId - Class in com.communote.server.core.crc.vo
-
This object is representing the content id of a stored ContentTO.
- ContentId() - Constructor for class com.communote.server.core.crc.vo.ContentId
-
- ContentId(ContentId) - Constructor for class com.communote.server.core.crc.vo.ContentId
-
Copies constructor from other ContentId
- ContentId(String, String) - Constructor for class com.communote.server.core.crc.vo.ContentId
-
- CONTENTIDENTIFIER - Static variable in class com.communote.server.model.attachment.AttachmentConstants
-
- ContentMetadata - Class in com.communote.server.core.crc.vo
-
The Metadata to store with the content.
- ContentMetadata() - Constructor for class com.communote.server.core.crc.vo.ContentMetadata
-
- ContentMetadata(ContentMetadata) - Constructor for class com.communote.server.core.crc.vo.ContentMetadata
-
Copies constructor from other ContentMetadata
- ContentMetadata(String, Date, String, long, String, Object[], ContentId) - Constructor for class com.communote.server.core.crc.vo.ContentMetadata
-
- ContentMetadata(String, Date, String, long, String, String, Object[], ContentId) - Constructor for class com.communote.server.core.crc.vo.ContentMetadata
-
- ContentObserver - Interface in com.communote.server.core.crc
-
This is the Interface to implement by the classes that needs information about the stored
content.
- ContentProcessingErrorMailMessage - Class in com.communote.server.core.mail.messages.fetching
-
Mail Message to be sent in case of content processing errors during mail based posting.
- ContentProcessingErrorMailMessage(User, String, ContentProcessingErrorMailMessage.Type) - Constructor for class com.communote.server.core.mail.messages.fetching.ContentProcessingErrorMailMessage
-
- ContentProcessingErrorMailMessage.Type - Enum in com.communote.server.core.mail.messages.fetching
-
The possible error types to be handled by this mail message.
- ContentRepositoryException - Exception in com.communote.server.persistence.crc
-
- ContentRepositoryException(String) - Constructor for exception com.communote.server.persistence.crc.ContentRepositoryException
-
Constructs a new instance of ContentRepositoryException
- ContentRepositoryException(String, Throwable) - Constructor for exception com.communote.server.persistence.crc.ContentRepositoryException
-
Constructs a new instance of ContentRepositoryException
- ContentRepositoryManagementHelper - Class in com.communote.server.core.crc
-
The Class ContentRepositoryManagementHelper offers helper methods for the repository management.
- CONTENTTYPE - Static variable in class com.communote.server.model.attachment.AttachmentConstants
-
- ContentTypeExtractorActivator - Class in com.communote.plugins
-
OSGi Activator for RichMediaLink plugin.
- ContentTypeExtractorActivator() - Constructor for class com.communote.plugins.ContentTypeExtractorActivator
-
- ContentTypeExtractorJsMessages - Class in com.communote.plugins.contenttypes
-
- ContentTypeExtractorJsMessages() - Constructor for class com.communote.plugins.contenttypes.ContentTypeExtractorJsMessages
-
- ContentTypeNotePreProcessor - Class in com.communote.plugins.contenttypes
-
NoteContentProcessor, which extracts the content type out of the note.
- ContentTypeNotePreProcessor() - Constructor for class com.communote.plugins.contenttypes.ContentTypeNotePreProcessor
-
- ContentTypes - Enum in com.communote.plugins.contenttypes
-
- ContentTypeWidget - Class in com.communote.server.web.fe.widgets.type
-
Controller for the the Widget to list workspaces.
- ContentTypeWidget() - Constructor for class com.communote.server.web.fe.widgets.type.ContentTypeWidget
-
- ContentTypeWidgetExtension - Class in com.communote.server.web.fe.widgets.type
-
This class allows to add new content types to Communote, for instance "Video", "Image" or
"Document".
- ContentTypeWidgetExtension(String, String, String, int, String...) - Constructor for class com.communote.server.web.fe.widgets.type.ContentTypeWidgetExtension
-
Constructor.
- ContentTypeWidgetExtension(String, String, String, String...) - Constructor for class com.communote.server.web.fe.widgets.type.ContentTypeWidgetExtension
-
Constructor with default order.
- ContentTypeWidgetExtensionManagement - Class in com.communote.server.web.fe.widgets.type
-
- ContentTypeWidgetExtensionManagement() - Constructor for class com.communote.server.web.fe.widgets.type.ContentTypeWidgetExtensionManagement
-
- ControllerHelper - Class in com.communote.server.web.commons.helper
-
Helper class for common controller functionality.
- ControllerUtils - Class in com.communote.plugins.htmlclient
-
The Class ControllerUtils.
- ControllerUtils() - Constructor for class com.communote.plugins.htmlclient.ControllerUtils
-
- convert(Collection<S>) - Method in class com.communote.common.converter.CollectionConverter
-
Method to convert a collection of sources to a collection of targets.
- convert(List<S>) - Method in class com.communote.common.converter.CollectionConverter
-
Method to convert a list of sources to a collection of targets.
- convert(Set<S>) - Method in class com.communote.common.converter.CollectionConverter
-
Method to convert a set of sources to a set of targets.
- convert(S) - Method in interface com.communote.common.converter.Converter
-
Converts the source object which is of type S into an object of type T
- convert(T) - Method in class com.communote.common.converter.IdentityConverter
-
- convert(S) - Method in class com.communote.common.converter.PojoTargetConverter
-
- convert(S, T) - Method in class com.communote.common.converter.PojoTargetConverter
-
Convert the source into the provided target object
- convert(BlogData, TimelineTopicResource) - Method in class com.communote.plugins.api.rest.converter.BlogDataToTimelineTopicConverter
-
Converts the temporary object of the query to a list object
- convert(T, O) - Method in class com.communote.plugins.api.rest.converter.TopicTagListItemToTopicResourceConverter
-
- convert(T, O) - Method in class com.communote.plugins.api.rest.converter.UserDataToTimelineUserConverter
-
Converts the temporary object of the query to a list object
- convert(User) - Method in class com.communote.plugins.api.rest.converter.UserToTimelineUserConverter
-
- convert(DiscussionNoteData) - Method in class com.communote.plugins.api.rest.resource.timelinenote.TimelineNoteResourceConverter
-
Helper method which flattens a discussion data object into a list of note resources.
- convert(PageableList<SimpleNoteListItem>) - Method in class com.communote.plugins.api.rest.resource.timelinenote.TimelineNoteResourceConverter
-
Converts the temporary object of the query to a list object
- convert(SimpleNoteListItem, TimelineNoteResource) - Method in class com.communote.plugins.api.rest.resource.timelinenote.TimelineNoteResourceConverter
-
Converts the temporary object of the query to a list object
- convert(T, O) - Method in class com.communote.plugins.api.rest.resource.user.UserResourceConverter
-
- convert(BlogData, TimelineTopicResource) - Method in class com.communote.plugins.api.rest.v22.converter.BlogDataToTimelineTopicConverter
-
Converts the temporary object of the query to a list object
- convert(T, O) - Method in class com.communote.plugins.api.rest.v22.converter.ExternalObjectToExternalObjectResourceConverter
-
- convert(T, O) - Method in class com.communote.plugins.api.rest.v22.converter.TopicTagListItemToTopicResourceConverter
-
- convert(T, O) - Method in class com.communote.plugins.api.rest.v22.converter.UserDataToTimelineUserConverter
-
Converts the temporary object of the query to a list object
- convert(User) - Method in class com.communote.plugins.api.rest.v22.converter.UserToTimelineUserConverter
-
- convert(DiscussionNoteData) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteResourceConverter
-
Helper method which flattens a discussion data object into a list of note resources.
- convert(PageableList<SimpleNoteListItem>) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteResourceConverter
-
Converts the temporary object of the query to a list object
- convert(SimpleNoteListItem, TimelineNoteResource) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteResourceConverter
-
Converts the temporary object of the query to a list object
- convert(T, O) - Method in class com.communote.plugins.api.rest.v22.resource.user.UserResourceConverter
-
- convert(BlogData, TimelineTopicResource) - Method in class com.communote.plugins.api.rest.v24.converter.BlogDataToTimelineTopicConverter
-
Converts the temporary object of the query to a list object
- convert(T, O) - Method in class com.communote.plugins.api.rest.v24.converter.ExternalObjectToExternalObjectResourceConverter
-
- convert(T, TopicResource) - Method in class com.communote.plugins.api.rest.v24.converter.TopicTagListItemToTopicResourceConverter
-
- convert(T, O) - Method in class com.communote.plugins.api.rest.v24.converter.UserDataToTimelineUserConverter
-
Converts the temporary object of the query to a list object
- convert(User) - Method in class com.communote.plugins.api.rest.v24.converter.UserToTimelineUserConverter
-
- convert(DiscussionNoteData) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResourceConverter
-
Helper method which flattens a discussion data object into a list of note resources.
- convert(PageableList<SimpleNoteListItem>) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResourceConverter
-
Converts the temporary object of the query to a list object
- convert(SimpleNoteListItem, TimelineNoteResource) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResourceConverter
-
Converts the temporary object of the query to a list object
- convert(T, O) - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResourceConverter
-
- convert(BlogData, TimelineTopicResource) - Method in class com.communote.plugins.api.rest.v30.converter.BlogDataToTimelineTopicConverter
-
Converts the temporary object of the query to a list object
- convert(T, O) - Method in class com.communote.plugins.api.rest.v30.converter.ExternalObjectListItemToExternalObjectResourceConverter
-
- convert(T, O) - Method in class com.communote.plugins.api.rest.v30.converter.ExternalObjectToExternalObjectResourceConverter
-
- convert(T, TopicResource) - Method in class com.communote.plugins.api.rest.v30.converter.TopicTagListItemToTopicResourceConverter
-
- convert(T, O) - Method in class com.communote.plugins.api.rest.v30.converter.UserDataToTimelineUserConverter
-
Converts the temporary object of the query to a list object
- convert(User) - Method in class com.communote.plugins.api.rest.v30.converter.UserToTimelineUserConverter
-
- convert(Group) - Method in class com.communote.plugins.api.rest.v30.resource.group.GroupResourceConverter
-
- convert(Group) - Method in class com.communote.plugins.api.rest.v30.resource.group.member.MemberResourceConverter
-
- convert(DiscussionNoteData) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResourceConverter
-
Helper method which flattens a discussion data object into a list of note resources.
- convert(PageableList<SimpleNoteListItem>) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResourceConverter
-
Converts the temporary object of the query to a list object
- convert(SimpleNoteListItem, TimelineNoteResource) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResourceConverter
-
Converts the temporary object of the query to a list object
- convert(BlogRoleEntityListItem, RoleResource) - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.RoleResourceConverter
-
- convert(ExternalUserAuthentication, ExternalLoginResource) - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.ExternalLoginResourceConverter
-
- convert(T, O) - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResourceConverter
-
- convert(ExternalTopicRole) - Method in class com.communote.plugins.mq.message.core.handler.converter.ExternalTopicRoleToExternalTopicRoleTOConverter
-
Convert to a TO.
- convert(ExternalObject) - Method in class com.communote.plugins.mq.message.core.handler.converter.MqToCoreExternalObjectConverter
-
- convert(Blog, T) - Method in class com.communote.server.core.converter.blog.BlogToBlogDataConverter
-
- convert(Blog, T) - Method in class com.communote.server.core.converter.blog.BlogToDetailBlogListItemConverter
-
- convert(Blog, UserDetailBlogListItem) - Method in class com.communote.server.core.converter.blog.BlogToUserDetailBlogListItemConverter
-
- convert(Pair<Blog, ExternalObject>) - Method in class com.communote.server.core.converter.external.ExternalObjectToExternalObjectListItemConverter
-
- convert(S, T) - Method in class com.communote.server.core.converter.PropertyableToListItemConverter
-
- convert(Group, EntityGroupListItem) - Method in class com.communote.server.core.converter.user.GroupToEntityGroupListItemConverter
-
- convert(User, T) - Method in class com.communote.server.core.converter.user.UserToUserDataConverter
-
- convert(Client) - Method in class com.communote.server.core.vo.client.converters.ClientToClientTOConverter
-
method to convert a client to a client TO.
- convert(Attachment, AttachmentData) - Method in class com.communote.server.core.vo.query.converters.AttachmentToAttachmentDataQueryResultConverter
-
- convert(PageableList<Attachment>) - Method in class com.communote.server.core.vo.query.converters.AttachmentToAttachmentDataQueryResultConverter
-
- convert(BlogData, BlogTagListItem) - Method in class com.communote.server.core.vo.query.converters.BlogDataToBlogTagListItemQueryResultConverter
-
- convert(Blog, UserBlogData) - Method in class com.communote.server.core.vo.query.converters.BlogToBlogListItemQueryResultConverter
-
- convert(Blog, BlogTagListItem) - Method in class com.communote.server.core.vo.query.converters.BlogToBlogTagListItemQueryResultConverter
-
- convert(I) - Method in class com.communote.server.core.vo.query.converters.DirectQueryResultConverter
-
- convert(PageableList<RankTagListItem>) - Method in class com.communote.server.core.vo.query.converters.RankTagListItemToRankTagListItemQueryResultConverter
-
Converts the temporary object of the query to a list object
- convert(RankTagListItem, NormalizedRankListItem<RankTagListItem>) - Method in class com.communote.server.core.vo.query.converters.RankTagListItemToRankTagListItemQueryResultConverter
-
Converts the temporary object of the query to a list object
- convert(T, TagData) - Method in class com.communote.server.core.vo.query.converters.TagListItemToTagListItemQueryResultConverter
-
Converts the temporary object of the query to a list object
- convert(Tag, TagData) - Method in class com.communote.server.core.vo.query.converters.TagToTagDataQueryResultConverter
-
Converts the temporary object of the query to a list object
- convert(User, DetailedUserData) - Method in class com.communote.server.core.vo.query.converters.UserToUserDataQueryResultConverter
-
- convert(I, O) - Method in class com.communote.server.core.vo.query.FilterQueryResultConverter
-
- convert(PageableList<I>) - Method in class com.communote.server.core.vo.query.FilterQueryResultConverter
-
- convert(SimpleNoteListItem, AutosaveNoteData) - Method in class com.communote.server.core.vo.query.note.SimpleNoteListItemToAutosaveNoteDataConverter
-
- convert(PageableList<SimpleNoteListItem>) - Method in class com.communote.server.core.vo.query.note.SimpleNoteListItemToDiscussionNoteDataConverter
-
Converts the temporary object of the query to a list object
- convert(SimpleNoteListItem, DiscussionNoteData) - Method in class com.communote.server.core.vo.query.note.SimpleNoteListItemToDiscussionNoteDataConverter
-
- convert(Note, O, boolean) - Method in class com.communote.server.core.vo.query.note.SimpleNoteListItemToNoteDataQueryResultConverter
-
Converts a note with parent and children
- convert(SimpleNoteListItem, O) - Method in class com.communote.server.core.vo.query.note.SimpleNoteListItemToNoteDataQueryResultConverter
-
Converts the temporary object of the query to a list object
- convert(I, O) - Method in class com.communote.server.core.vo.query.QueryResultConverter
-
Converts the temporary object of the query to a list object
- convert(PageableList<I>) - Method in class com.communote.server.core.vo.query.QueryResultConverter
-
Converts the temporary object of the query to a list object
- convert(HttpServletRequest, HttpServletResponse, ApiResult) - Method in class com.communote.server.web.api.service.ApiResultApiController
-
Deprecated.
Convert the result into the request format, e.g.
- convert(T, O) - Method in class com.communote.server.web.api.service.post.convert.ApiNoteConverter
-
Deprecated.
- convert(BlogData, BlogListItem) - Method in class com.communote.server.web.api.service.post.convert.BlogListItemConverter
-
- convert(T, O) - Method in class com.communote.server.web.api.service.post.convert.v1_0_0.ApiDetailNoteConverter
-
Deprecated.
- convert(T, O) - Method in class com.communote.server.web.api.service.post.convert.v1_0_1.ApiDetailNoteConverter
-
Deprecated.
- convertAnchorsToString(String) - Static method in class com.communote.common.util.UrlHelper
-
Parses a string for HTML anchor elements and replaces a shortened URL (suffixed by ...)
within the the anchor with the href value.
- convertArray(SourceType[], Collection<TargetType>, Converter<SourceType, TargetType>) - Static method in class com.communote.plugins.mq.message.core.util.ConverterUtils
-
Convert an array of source elements to target elements using the provided converter
- convertBlogToTopic(Blog, Collection<ExternalObject>) - Method in class com.communote.plugins.mq.message.core.handler.converter.TopicConverter
-
- convertCollection(Collection<I>) - Method in class com.communote.server.core.vo.query.QueryResultConverter
-
Converts the temporary object to a list object
- Converter<S,T> - Interface in com.communote.common.converter
-
Generic converter interface to convert one type into another.
- ConverterUtils - Class in com.communote.plugins.mq.message.core.util
-
Helper for converting MQ POJOs into Communote entities or TOs.
- convertException(BlogAccessException) - Static method in class com.communote.server.core.blog.helper.BlogManagementHelper
-
Convert the exception to an AccessDeniedException
.
- convertException(BlogNotFoundException) - Static method in class com.communote.server.core.blog.helper.BlogManagementHelper
-
Convert the exception to an AccessDeniedException
Needed to not break existing
behavior after removing old assertBlogAccess(Blog) method.
- convertHTMLListToText(String) - Static method in class com.communote.common.util.HTMLHelper
-
Converts HTML lists to readable plain text representations.
- convertIterableToCollection(Iterable<SourceType>, Converter<SourceType, TargetType>) - Static method in class com.communote.plugins.mq.message.core.util.ConverterUtils
-
Convert iterable source elements into a collection of target elements.
- convertListParagraphsToHTMLList(String) - Static method in class com.communote.common.util.MsoHTMLHelper
-
Converts paragraphs of class MsoListParagraph into equivalent HTML lists.
- convertNormalizedRank(double) - Static method in class com.communote.server.model.user.note.UserNoteEntityHelper
-
Converts the normalized rank to an integer
- convertNumericToRole(int) - Static method in class com.communote.server.core.blog.helper.BlogRoleHelper
-
Convert a numeric representation of a role into the role object.
- convertPropertyResourcesToStringProperties(PropertyResource[]) - Static method in class com.communote.plugins.api.rest.resource.topic.property.PropertyResourceHelper
-
Get note properties of property resources
- convertPropertyResourcesToStringProperties(PropertyResource[]) - Static method in class com.communote.plugins.api.rest.resource.user.property.PropertyResourceHelper
-
Get note properties of property resources
- convertPropertyResourcesToStringProperties(PropertyResource[]) - Static method in class com.communote.plugins.api.rest.v22.resource.topic.property.PropertyResourceHelper
-
Get note properties of property resources
- convertPropertyResourcesToStringProperties(PropertyResource[]) - Static method in class com.communote.plugins.api.rest.v22.resource.user.property.PropertyResourceHelper
-
Get note properties of property resources
- convertPropertyResourcesToStringProperties(PropertyResource[]) - Static method in class com.communote.plugins.api.rest.v24.resource.topic.property.PropertyResourceHelper
-
Get note properties of property resources
- convertPropertyResourcesToStringProperties(PropertyResource[]) - Static method in class com.communote.plugins.api.rest.v24.resource.user.property.PropertyResourceHelper
-
Get note properties of property resources
- convertPropertyResourcesToStringProperties(PropertyResource[]) - Static method in class com.communote.plugins.api.rest.v30.resource.topic.property.PropertyResourceHelper
-
Get note properties of property resources
- convertPropertyResourcesToStringProperties(PropertyResource[]) - Static method in class com.communote.plugins.api.rest.v30.resource.user.property.PropertyResourceHelper
-
Get note properties of property resources
- convertPropertyResourcesToStringPropertyTOs(PropertyResource[]) - Static method in class com.communote.plugins.api.rest.resource.note.property.PropertyResourceHelper
-
Get note properties of property resources
- convertPropertyResourcesToStringPropertyTOs(PropertyResource[]) - Static method in class com.communote.plugins.api.rest.v22.resource.note.property.PropertyResourceHelper
-
Get set of string properties of property resources
- convertPropertyResourcesToStringPropertyTOs(PropertyResource[]) - Static method in class com.communote.plugins.api.rest.v24.resource.note.property.PropertyResourceHelper
-
Get set of string properties of property resources
- convertPropertyResourcesToStringPropertyTOs(PropertyResource[]) - Static method in class com.communote.plugins.api.rest.v30.resource.note.property.PropertyResourceHelper
-
Get set of string properties of property resources
- convertRoleToNumeric(BlogRole) - Static method in class com.communote.server.core.blog.helper.BlogRoleHelper
-
Convert a role into a numeric representation.
- convertToActivityNote(NoteStoringTO, String, String) - Method in interface com.communote.plugins.activity.base.service.ActivityService
-
Add the required properties to mark the note as an activity of the provided type.
- convertToActivityNote(NoteStoringTO, String, String) - Method in class com.communote.plugins.activity.base.service.impl.ActivityServiceImpl
-
- convertToByteFormatString(byte[]) - Static method in class com.communote.server.core.common.ldap.LdapUtils
-
Converts the bytes to a string in LDAP bytes format.
- convertToCommunoteMessage(TransferMessage, Class<T>) - Method in class com.communote.plugins.mq.service.impl.MessagesConverterImpl
-
Convert to cnt message.
- convertToCommunoteMessage(TransferMessage, Class<T>) - Method in interface com.communote.plugins.mq.service.provider.MessagesConverter
-
Convert to cnt message.
- convertToEnumList(Class<T>, List<String>) - Static method in class com.communote.plugins.api.rest.servlet.RequestListParser
-
Parses a String list to a enum list
- convertToEnumList(Class<T>, List<String>) - Static method in class com.communote.plugins.api.rest.v22.servlet.RequestListParser
-
Parses a String list to a enum list
- convertToEnumList(Class<T>, List<String>) - Static method in class com.communote.plugins.api.rest.v24.servlet.RequestListParser
-
Parses a String list to a enum list
- convertToEnumList(Class<T>, List<String>) - Static method in class com.communote.plugins.api.rest.v30.servlet.RequestListParser
-
Parses a String list to a enum list
- convertToJsonString(Map<String, Object>, boolean) - Method in class com.communote.server.core.common.velocity.CommunoteTool
-
Convert the map to a serialized JSON string.
- convertToList(ChannelType[]) - Static method in class com.communote.server.web.fe.portal.user.client.forms.IpRangeFilterChannelType
-
Convert the given channel types for a filter to list of IpRangeFilterFormItemChannelType.
- convertToNormalizedRank(int) - Static method in class com.communote.server.model.user.note.UserNoteEntityHelper
-
Convert the rank back to a normalized rank
- convertToPropertyResources(Collection<StringPropertyTO>) - Static method in class com.communote.plugins.api.rest.v22.resource.note.property.PropertyResourceHelper
-
Converts the property TOs into an array of property resource objects
- convertToPropertyResources(Collection<StringPropertyTO>) - Static method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteHelper
-
Converts the property TOs into an array of property resource objects
- convertToPropertyResources(Collection<StringPropertyTO>) - Static method in class com.communote.plugins.api.rest.v24.resource.note.property.PropertyResourceHelper
-
Converts the property TOs into an array of property resource objects
- convertToPropertyResources(Collection<StringPropertyTO>) - Static method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteHelper
-
Converts the property TOs into an array of property resource objects
- convertToPropertyResources(Collection<StringPropertyTO>) - Static method in class com.communote.plugins.api.rest.v30.resource.note.property.PropertyResourceHelper
-
Converts the property TOs into an array of property resource objects
- convertToPropertyResources(Collection<StringPropertyTO>) - Static method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteHelper
-
Converts the property TOs into an array of property resource objects
- convertToTransferMessage(T) - Method in class com.communote.plugins.mq.service.impl.MessagesConverterImpl
-
Convert to transfer message.
- convertToTransferMessage(T) - Method in interface com.communote.plugins.mq.service.provider.MessagesConverter
-
Convert to transfer message.
- convertXmlSerializedHtmlToLegalHtml(String) - Static method in class com.communote.common.util.HTMLHelper
-
Does some cleanup to convert HTML generated by serializing an HTML DOM with an XML processor
to legal HTML.
- copy(BlogTO) - Method in class com.communote.server.api.core.blog.BlogTO
-
Copies all properties from the argument value object into this value object.
- copy(UserBlogData) - Method in class com.communote.server.api.core.blog.UserBlogData
-
Copies all properties from the argument value object into this value object.
- copy(IdentifiableEntityData) - Method in class com.communote.server.api.core.common.IdentifiableEntityData
-
- copy(ImageVO) - Method in class com.communote.server.api.core.image.ImageVO
-
Copies all properties from the argument value object into this value object.
- copy(StringPropertyTO) - Method in class com.communote.server.api.core.property.StringPropertyTO
-
Copies all properties from the argument value object into this value object.
- copy(TagData) - Method in class com.communote.server.api.core.tag.TagData
-
Copies all properties from the argument value object into this value object.
- copy(ContentId) - Method in class com.communote.server.core.crc.vo.ContentId
-
Copies all properties from the argument value object into this value object.
- copy(ContentMetadata) - Method in class com.communote.server.core.crc.vo.ContentMetadata
-
Copies all properties from the argument value object into this value object.
- copy(BlogTagListItem) - Method in class com.communote.server.core.filter.listitems.blog.BlogTagListItem
-
Copies all properties from the argument value object into this value object.
- copy(DetailBlogListItem) - Method in class com.communote.server.core.filter.listitems.blog.DetailBlogListItem
-
Copies all properties from the argument value object into this value object.
- copy(NoteFollowListItem) - Method in class com.communote.server.core.filter.listitems.NoteFollowListItem
-
Copies all properties from the argument value object into this value object.
- copy(RankTagListItem) - Method in class com.communote.server.core.filter.listitems.RankTagListItem
-
Copies all properties from the argument value object into this value object.
- copy(RankUserListItem) - Method in class com.communote.server.core.filter.listitems.RankUserListItem
-
Copies all properties from the argument value object into this value object.
- copy(TimeRangeListItem) - Method in class com.communote.server.core.filter.listitems.TimeRangeListItem
-
Copies all properties from the argument value object into this value object.
- copy(UserManagementListItem) - Method in class com.communote.server.core.filter.listitems.UserManagementListItem
-
Copies all properties from the argument value object into this value object.
- copy(UserProfileDetailListItem) - Method in class com.communote.server.core.filter.listitems.UserProfileDetailListItem
-
Copies all properties from the argument value object into this value object.
- copy(ResultSpecification) - Method in class com.communote.server.core.filter.ResultSpecification
-
Copies all properties from the argument value object into this value object.
- copy(SortedResultSpecification) - Method in class com.communote.server.core.filter.SortedResultSpecification
-
Copies all properties from the argument value object into this value object.
- copy(Message) - Method in class com.communote.server.core.messaging.vo.Message
-
Copies all properties from the argument value object into this value object.
- copy(AbstractTransferObject) - Method in class com.communote.server.core.vo.AbstractTransferObject
-
Copies all properties from the argument value object into this value object.
- copy(ExternalTopicRoleTO) - Method in class com.communote.server.core.vo.external.ExternalTopicRoleTO
-
Copies all properties from the argument value object into this value object.
- copy(CategorizedTagVO) - Method in class com.communote.server.core.vo.tag.CategorizedTagVO
-
Copies all properties from the argument value object into this value object.
- copy(GlobalTagCategoryVO) - Method in class com.communote.server.core.vo.tag.GlobalTagCategoryVO
-
Copies all properties from the argument value object into this value object.
- copy(TagClearanceVO) - Method in class com.communote.server.core.vo.tag.TagClearanceVO
-
Copies all properties from the argument value object into this value object.
- copy(UserTagClearanceVO) - Method in class com.communote.server.core.vo.tag.UserTagClearanceVO
-
Copies all properties from the argument value object into this value object.
- copy(ExternalGroupVO) - Method in class com.communote.server.core.vo.user.group.ExternalGroupVO
-
Copies all properties from the argument value object into this value object.
- copy(GroupVO) - Method in class com.communote.server.core.vo.user.group.GroupVO
-
Copies all properties from the argument value object into this value object.
- copy(UserGroupMembershipVO) - Method in class com.communote.server.core.vo.user.group.UserGroupMembershipVO
-
Copies all properties from the argument value object into this value object.
- copy(UserNotificationResult) - Method in class com.communote.server.core.vo.uti.UserNotificationResult
-
Copies all properties from the argument value object into this value object.
- copy(IpRangeFilterVO) - Method in class com.communote.server.persistence.security.iprange.IpRangeFilterVO
-
Copies all properties from the argument value object into this value object.
- copy(UserProfileVO) - Method in class com.communote.server.persistence.user.UserProfileVO
-
Copies all properties from the argument value object into this value object.
- copy(CommonPostListItem) - Method in class com.communote.server.web.api.to.listitem.CommonPostListItem
-
Copies all properties from the argument value object into this value object.
- copy(DetailPostListItem) - Method in class com.communote.server.web.api.to.listitem.DetailPostListItem
-
Copies all properties from the argument value object into this value object.
- copy(DiscussionListItem) - Method in class com.communote.server.web.api.to.listitem.DiscussionListItem
-
Copies all properties from the argument value object into this value object.
- copy(PostListItem) - Method in class com.communote.server.web.api.to.listitem.PostListItem
-
Copies all properties from the argument value object into this value object.
- copyAttachments(Collection<Attachment>) - Static method in class com.communote.server.core.retrieval.helper.AttachmentHelper
-
Copies all attachments of a note and returns an array containing the attachment ids of the
copies.
- copyExifOrientation(byte[], byte[]) - Static method in class com.communote.common.image.ImageHelper
-
This method will copy the Exif "orientation" information to the resulting image, if the
original image contains this data too.
- CopyInputStreamBuffer - Class in com.communote.common.io
-
Copy the given stream.
- CopyInputStreamBuffer(InputStream, File) - Constructor for class com.communote.common.io.CopyInputStreamBuffer
-
Constructor
- CoreConfigurationPropertyConstant - Interface in com.communote.server.api.core.config
-
Marks a property constant as a core configuration property constant.
- CoreImageType - Enum in com.communote.server.core.image
-
The built-in image type.
- CoreProperty - Enum in com.communote.server.api.core.config.type
-
Property constants that are required for start of the application.
- CorePropertyDatabase - Enum in com.communote.server.api.core.config.type
-
Property constants that represent database settings which are required for the start of the
application.
- correctTopicOfComment(Long) - Method in interface com.communote.server.core.blog.NoteManagement
-
Corrects the topic of a comment note if it does not equal the topic of the discussion root
note.
- correctTopicOfComment(Long) - Method in class com.communote.server.core.blog.NoteManagementImpl
-
- COUNT - Static variable in class com.communote.server.core.filter.SortType
-
- count() - Method in interface com.communote.server.persistence.security.iprange.IpRangeFilterDao
-
Returns the number of all elements.
- count() - Method in class com.communote.server.persistence.security.iprange.IpRangeFilterDaoBase
-
- count(String) - Method in interface com.communote.server.persistence.user.group.GroupDao
-
Returns the number of elements within the database.
- count(String) - Method in class com.communote.server.persistence.user.group.GroupDaoBase
-
- countAtomicTags() - Method in class com.communote.server.core.vo.query.logical.AtomicTagFormula
- countAtomicTags() - Method in class com.communote.server.core.vo.query.logical.CompoundTagFormula
- countAtomicTags() - Method in class com.communote.server.core.vo.query.logical.LogicalTagFormula
-
- CountListItem - Class in com.communote.server.core.filter.listitems
-
IdentifiableEntityData for the count.
- CountListItem(Long) - Constructor for class com.communote.server.core.filter.listitems.CountListItem
-
- countMembers(Long) - Method in interface com.communote.server.core.user.UserGroupMemberManagement
-
Return the number of direct members of a group.
- countMembers(Long) - Method in class com.communote.server.core.user.UserGroupMemberManagementImpl
-
- countMembers(long) - Method in interface com.communote.server.persistence.user.group.GroupDao
-
Returns the number of members of the given group.
- countMembers(long) - Method in class com.communote.server.persistence.user.group.GroupDaoBase
-
- CountNoteQuery - Class in com.communote.server.core.vo.query.post
-
Query to count the number of notes.
- CountNoteQuery() - Constructor for class com.communote.server.core.vo.query.post.CountNoteQuery
-
- COUNTRY - Static variable in class com.communote.server.model.user.ContactConstants
-
- Country - Class in com.communote.server.model.user
-
Represents a country.
- Country() - Constructor for class com.communote.server.model.user.Country
-
- Country.Factory - Class in com.communote.server.model.user
-
Constructs new instances of
Country
.
- COUNTRYCODE - Static variable in class com.communote.server.model.user.CountryConstants
-
- CountryConstants - Class in com.communote.server.model.user
-
This class holds constants of attributes and associations of the entity Country
.
- CountryConstants() - Constructor for class com.communote.server.model.user.CountryConstants
-
- CountryDao - Interface in com.communote.server.persistence.user
-
- CountryDaoBase - Class in com.communote.server.persistence.user
-
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
com.communote.server.persistence.user.Country
.
- CountryDaoBase() - Constructor for class com.communote.server.persistence.user.CountryDaoBase
-
- CountryDaoImpl - Class in com.communote.server.persistence.user
-
- CountryDaoImpl() - Constructor for class com.communote.server.persistence.user.CountryDaoImpl
-
- CountryImpl - Class in com.communote.server.model.user
-
- CountryImpl() - Constructor for class com.communote.server.model.user.CountryImpl
-
- CPLNoteActionsProvider - Class in com.communote.server.web.fe.widgets.extension.note
-
- CPLNoteActionsProvider() - Constructor for class com.communote.server.web.fe.widgets.extension.note.CPLNoteActionsProvider
-
- CPLNoteActionsProviderManagement - Class in com.communote.server.web.fe.widgets.extension.note
-
- CPLNoteActionsProviderManagement() - Constructor for class com.communote.server.web.fe.widgets.extension.note.CPLNoteActionsProviderManagement
-
- CPLNoteItemTemplateProvider - Class in com.communote.server.web.fe.widgets.extension.note
-
Extension for the ChronologicalPostList widget which provides means to render the HTML of a note
with another template.
- CPLNoteItemTemplateProvider() - Constructor for class com.communote.server.web.fe.widgets.extension.note.CPLNoteItemTemplateProvider
-
- CPLNoteItemTemplateProviderManagement - Class in com.communote.server.web.fe.widgets.extension.note
-
Manager for the CPLNoteItemTemplateProvider extension.
- CPLNoteItemTemplateProviderManagement() - Constructor for class com.communote.server.web.fe.widgets.extension.note.CPLNoteItemTemplateProviderManagement
-
- CPLNoteMetaDataProvider - Class in com.communote.server.web.fe.widgets.extension.note
-
Extension for the
ChronologicalPostListWidget
which allows adding meta-data to a note
which should be available in the JavaScript frontend, for example in a NoteActionHandler or a
note click handler.
- CPLNoteMetaDataProvider() - Constructor for class com.communote.server.web.fe.widgets.extension.note.CPLNoteMetaDataProvider
-
- CPLNoteMetaDataProviderManagement - Class in com.communote.server.web.fe.widgets.extension.note
-
- CPLNoteMetaDataProviderManagement() - Constructor for class com.communote.server.web.fe.widgets.extension.note.CPLNoteMetaDataProviderManagement
-
- CrawlLastModifcationDateOnTopicRoleChangeEventListener - Class in com.communote.server.core.blog
-
Event donating that a manager granted himself management access to a topic.
- CrawlLastModifcationDateOnTopicRoleChangeEventListener(BlogManagement, BlogRightsManagement, EventDispatcher) - Constructor for class com.communote.server.core.blog.CrawlLastModifcationDateOnTopicRoleChangeEventListener
-
Constructor.
- CRAWLLASTMODIFICATIONDATE - Static variable in class com.communote.server.model.blog.BlogConstants
-
- CRAWLLASTMODIFICATIONDATE - Static variable in class com.communote.server.model.note.NoteConstants
-
- create() - Method in class com.communote.common.converter.PojoTargetConverter
-
Create an instance of the target type
- create() - Method in class com.communote.plugins.api.rest.converter.BlogDataToTimelineTopicConverter
-
- create() - Method in class com.communote.plugins.api.rest.converter.TopicTagListItemToTopicResourceConverter
-
- create() - Method in class com.communote.plugins.api.rest.converter.UserDataToTimelineUserConverter
-
- create() - Method in class com.communote.plugins.api.rest.resource.timelinenote.TimelineNoteResourceConverter
-
Creates a new pageable list object to fill
- create() - Method in class com.communote.plugins.api.rest.resource.user.UserResourceConverter
-
- create() - Method in class com.communote.plugins.api.rest.v22.converter.BlogDataToTimelineTopicConverter
-
- create() - Method in class com.communote.plugins.api.rest.v22.converter.ExternalObjectToExternalObjectResourceConverter
-
- create() - Method in class com.communote.plugins.api.rest.v22.converter.TopicTagListItemToTopicResourceConverter
-
- create() - Method in class com.communote.plugins.api.rest.v22.converter.UserDataToTimelineUserConverter
-
- create() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteResourceConverter
-
Creates a new pageable list object to fill
- create() - Method in class com.communote.plugins.api.rest.v22.resource.user.UserResourceConverter
-
- create() - Method in class com.communote.plugins.api.rest.v24.converter.BlogDataToTimelineTopicConverter
-
- create() - Method in class com.communote.plugins.api.rest.v24.converter.ExternalObjectToExternalObjectResourceConverter
-
- create() - Method in class com.communote.plugins.api.rest.v24.converter.TopicTagListItemToTopicResourceConverter
-
- create() - Method in class com.communote.plugins.api.rest.v24.converter.UserDataToTimelineUserConverter
-
- create() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResourceConverter
-
Creates a new pageable list object to fill
- create() - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResourceConverter
-
- create() - Method in class com.communote.plugins.api.rest.v30.converter.BlogDataToTimelineTopicConverter
-
- create() - Method in class com.communote.plugins.api.rest.v30.converter.ExternalObjectListItemToExternalObjectResourceConverter
-
- create() - Method in class com.communote.plugins.api.rest.v30.converter.ExternalObjectToExternalObjectResourceConverter
-
- create() - Method in class com.communote.plugins.api.rest.v30.converter.TopicTagListItemToTopicResourceConverter
-
- create() - Method in class com.communote.plugins.api.rest.v30.converter.UserDataToTimelineUserConverter
-
- create() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResourceConverter
-
Creates a new pageable list object to fill
- create() - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.RoleResourceConverter
-
- create() - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.ExternalLoginResourceConverter
-
- create() - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResourceConverter
-
- create() - Method in class com.communote.server.core.vo.query.converters.AttachmentToAttachmentDataQueryResultConverter
-
- create() - Method in class com.communote.server.core.vo.query.converters.BlogDataToBlogTagListItemQueryResultConverter
-
- create() - Method in class com.communote.server.core.vo.query.converters.BlogToBlogListItemQueryResultConverter
-
- create() - Method in class com.communote.server.core.vo.query.converters.BlogToBlogTagListItemQueryResultConverter
-
- create() - Method in class com.communote.server.core.vo.query.converters.RankTagListItemToRankTagListItemQueryResultConverter
-
- create() - Method in class com.communote.server.core.vo.query.converters.TagListItemToTagListItemQueryResultConverter
-
- create() - Method in class com.communote.server.core.vo.query.converters.TagToTagDataQueryResultConverter
-
- create() - Method in class com.communote.server.core.vo.query.converters.UserToUserDataQueryResultConverter
-
- create() - Method in class com.communote.server.core.vo.query.FilterQueryResultConverter
-
- create() - Method in class com.communote.server.core.vo.query.note.SimpleNoteListItemToNoteDataQueryResultConverter
-
Creates a new pageable list object to fill
- create() - Method in class com.communote.server.core.vo.query.QueryResultConverter
-
Creates a new pageable list object to fill
- create(Blog) - Method in interface com.communote.server.persistence.blog.BlogDao
-
Creates an instance of com.communote.server.persistence.blog.Blog and adds it to the
persistent store.
- create(int, Blog) - Method in interface com.communote.server.persistence.blog.BlogDao
-
- create(int, Collection<Blog>) - Method in interface com.communote.server.persistence.blog.BlogDao
-
- create(Collection<Blog>) - Method in interface com.communote.server.persistence.blog.BlogDao
-
Creates a new instance of com.communote.server.persistence.blog.Blog and adds from the passed
in entities
collection
- create(Blog) - Method in class com.communote.server.persistence.blog.BlogDaoBase
-
- create(int, Blog) - Method in class com.communote.server.persistence.blog.BlogDaoBase
-
- create(int, Collection<Blog>) - Method in class com.communote.server.persistence.blog.BlogDaoBase
-
- create(Collection<Blog>) - Method in class com.communote.server.persistence.blog.BlogDaoBase
-
- create(int, Blog) - Method in class com.communote.server.persistence.blog.BlogDaoImpl
-
- create(BlogMember) - Method in interface com.communote.server.persistence.blog.BlogMemberDao
-
Creates an instance of com.communote.server.persistence.blog.BlogMember and adds it to the
persistent store.
- create(int, BlogMember) - Method in interface com.communote.server.persistence.blog.BlogMemberDao
-
- create(int, Collection<BlogMember>) - Method in interface com.communote.server.persistence.blog.BlogMemberDao
-
- create(Collection<BlogMember>) - Method in interface com.communote.server.persistence.blog.BlogMemberDao
-
Creates a new instance of com.communote.server.persistence.blog.BlogMember and adds from the
passed in entities
collection
- create(BlogMember) - Method in class com.communote.server.persistence.blog.BlogMemberDaoBase
-
- create(int, BlogMember) - Method in class com.communote.server.persistence.blog.BlogMemberDaoBase
-
- create(int, Collection<BlogMember>) - Method in class com.communote.server.persistence.blog.BlogMemberDaoBase
-
- create(Collection<BlogMember>) - Method in class com.communote.server.persistence.blog.BlogMemberDaoBase
-
- create(BlogProperty) - Method in interface com.communote.server.persistence.blog.BlogPropertyDao
-
Creates an instance of com.communote.server.persistence.blog.BlogProperty and adds it to the
persistent store.
- create(int, BlogProperty) - Method in interface com.communote.server.persistence.blog.BlogPropertyDao
-
- create(int, Collection<BlogProperty>) - Method in interface com.communote.server.persistence.blog.BlogPropertyDao
-
- create(Collection<BlogProperty>) - Method in interface com.communote.server.persistence.blog.BlogPropertyDao
-
Creates a new instance of com.communote.server.persistence.blog.BlogProperty and adds from
the passed in entities
collection
- create(BlogProperty) - Method in class com.communote.server.persistence.blog.BlogPropertyDaoBase
-
- create(int, BlogProperty) - Method in class com.communote.server.persistence.blog.BlogPropertyDaoBase
-
- create(int, Collection<BlogProperty>) - Method in class com.communote.server.persistence.blog.BlogPropertyDaoBase
-
- create(Collection<BlogProperty>) - Method in class com.communote.server.persistence.blog.BlogPropertyDaoBase
-
- create(ExternalBlogMember) - Method in interface com.communote.server.persistence.blog.ExternalBlogMemberDao
-
Creates an instance of com.communote.server.persistence.blog.ExternalBlogMember and adds it
to the persistent store.
- create(int, ExternalBlogMember) - Method in interface com.communote.server.persistence.blog.ExternalBlogMemberDao
-
- create(int, Collection<ExternalBlogMember>) - Method in interface com.communote.server.persistence.blog.ExternalBlogMemberDao
-
- create(Collection<ExternalBlogMember>) - Method in interface com.communote.server.persistence.blog.ExternalBlogMemberDao
-
Creates a new instance of com.communote.server.persistence.blog.ExternalBlogMember and adds
from the passed in entities
collection
- create(ExternalBlogMember) - Method in class com.communote.server.persistence.blog.ExternalBlogMemberDaoBase
-
- create(int, ExternalBlogMember) - Method in class com.communote.server.persistence.blog.ExternalBlogMemberDaoBase
-
- create(int, Collection<ExternalBlogMember>) - Method in class com.communote.server.persistence.blog.ExternalBlogMemberDaoBase
-
- create(Collection<ExternalBlogMember>) - Method in class com.communote.server.persistence.blog.ExternalBlogMemberDaoBase
-
- create(Collection<Note>) - Method in interface com.communote.server.persistence.blog.NoteDao
-
Creates a new instance of Note and adds from the passed in entities
collection
- create(int, Collection<Note>) - Method in interface com.communote.server.persistence.blog.NoteDao
-
- create(int, Note) - Method in interface com.communote.server.persistence.blog.NoteDao
-
- create(Note) - Method in interface com.communote.server.persistence.blog.NoteDao
-
Creates an instance of Note and adds it to the persistent store.
- create(int, Collection<Note>) - Method in class com.communote.server.persistence.blog.NoteDaoBase
-
- create(int, Note) - Method in class com.communote.server.persistence.blog.NoteDaoBase
-
- create(Collection<Note>) - Method in class com.communote.server.persistence.blog.NoteDaoBase
-
- create(Note) - Method in class com.communote.server.persistence.blog.NoteDaoBase
-
- create(int, Note) - Method in class com.communote.server.persistence.blog.NoteDaoImpl
-
- create(NoteProperty) - Method in interface com.communote.server.persistence.blog.NotePropertyDao
-
Creates an instance of com.communote.server.persistence.blog.NoteProperty and adds it to the
persistent store.
- create(int, NoteProperty) - Method in interface com.communote.server.persistence.blog.NotePropertyDao
-
- create(int, Collection<NoteProperty>) - Method in interface com.communote.server.persistence.blog.NotePropertyDao
-
- create(Collection<NoteProperty>) - Method in interface com.communote.server.persistence.blog.NotePropertyDao
-
Creates a new instance of com.communote.server.persistence.blog.NoteProperty and adds from
the passed in entities
collection
- create(int, Collection<NoteProperty>) - Method in class com.communote.server.persistence.blog.NotePropertyDaoBase
-
- create(int, NoteProperty) - Method in class com.communote.server.persistence.blog.NotePropertyDaoBase
-
- create(Collection<NoteProperty>) - Method in class com.communote.server.persistence.blog.NotePropertyDaoBase
-
- create(NoteProperty) - Method in class com.communote.server.persistence.blog.NotePropertyDaoBase
-
- create(ProcessedMailNote) - Method in interface com.communote.server.persistence.blog.ProcessedMailNoteDao
-
Creates an instance of com.communote.server.persistence.blog.ProcessedMailNote and adds it to
the persistent store.
- create(int, ProcessedMailNote) - Method in interface com.communote.server.persistence.blog.ProcessedMailNoteDao
-
- create(int, Collection<ProcessedMailNote>) - Method in interface com.communote.server.persistence.blog.ProcessedMailNoteDao
-
- create(Collection<ProcessedMailNote>) - Method in interface com.communote.server.persistence.blog.ProcessedMailNoteDao
-
Creates a new instance of com.communote.server.persistence.blog.ProcessedMailNote and adds
from the passed in entities
collection
- create(ProcessedMailNote) - Method in class com.communote.server.persistence.blog.ProcessedMailNoteDaoBase
-
- create(int, ProcessedMailNote) - Method in class com.communote.server.persistence.blog.ProcessedMailNoteDaoBase
-
- create(int, Collection<ProcessedMailNote>) - Method in class com.communote.server.persistence.blog.ProcessedMailNoteDaoBase
-
- create(Collection<ProcessedMailNote>) - Method in class com.communote.server.persistence.blog.ProcessedMailNoteDaoBase
-
- create(UserToBlogRoleMapping) - Method in interface com.communote.server.persistence.blog.UserToBlogRoleMappingDao
-
Creates an instance of com.communote.server.persistence.blog.UserToBlogRoleMapping and adds
it to the persistent store.
- create(int, UserToBlogRoleMapping) - Method in interface com.communote.server.persistence.blog.UserToBlogRoleMappingDao
-
- create(int, Collection<UserToBlogRoleMapping>) - Method in interface com.communote.server.persistence.blog.UserToBlogRoleMappingDao
-
- create(Collection<UserToBlogRoleMapping>) - Method in interface com.communote.server.persistence.blog.UserToBlogRoleMappingDao
-
Creates a new instance of com.communote.server.persistence.blog.UserToBlogRoleMapping and
adds from the passed in entities
collection
- create(UserToBlogRoleMapping) - Method in class com.communote.server.persistence.blog.UserToBlogRoleMappingDaoBase
-
- create(int, UserToBlogRoleMapping) - Method in class com.communote.server.persistence.blog.UserToBlogRoleMappingDaoBase
-
- create(int, Collection<UserToBlogRoleMapping>) - Method in class com.communote.server.persistence.blog.UserToBlogRoleMappingDaoBase
-
- create(Collection<UserToBlogRoleMapping>) - Method in class com.communote.server.persistence.blog.UserToBlogRoleMappingDaoBase
-
- create(int, UserToBlogRoleMapping) - Method in class com.communote.server.persistence.blog.UserToBlogRoleMappingDaoImpl
-
- create(Message) - Method in interface com.communote.server.persistence.common.messages.MessageDao
-
Creates an instance of Message and adds it to
the persistent store.
- create(int, Message) - Method in interface com.communote.server.persistence.common.messages.MessageDao
-
- create(int, Collection<Message>) - Method in interface com.communote.server.persistence.common.messages.MessageDao
-
- create(Collection<Message>) - Method in interface com.communote.server.persistence.common.messages.MessageDao
-
Creates a new instance of Message and adds from
the passed in entities
collection
- create(Message) - Method in class com.communote.server.persistence.common.messages.MessageDaoBase
-
- create(int, Message) - Method in class com.communote.server.persistence.common.messages.MessageDaoBase
-
- create(int, Collection<Message>) - Method in class com.communote.server.persistence.common.messages.MessageDaoBase
-
- create(Collection<Message>) - Method in class com.communote.server.persistence.common.messages.MessageDaoBase
-
- create(SecurityCode) - Method in interface com.communote.server.persistence.common.security.SecurityCodeDao
-
Creates an instance of SecurityCode and adds it
to the persistent store.
- create(int, SecurityCode) - Method in interface com.communote.server.persistence.common.security.SecurityCodeDao
-
- create(int, Collection<SecurityCode>) - Method in interface com.communote.server.persistence.common.security.SecurityCodeDao
-
- create(Collection<SecurityCode>) - Method in interface com.communote.server.persistence.common.security.SecurityCodeDao
-
Creates a new instance of SecurityCode and adds
from the passed in entities
collection
- create(SecurityCode) - Method in class com.communote.server.persistence.common.security.SecurityCodeDaoBase
-
- create(int, SecurityCode) - Method in class com.communote.server.persistence.common.security.SecurityCodeDaoBase
-
- create(int, Collection<SecurityCode>) - Method in class com.communote.server.persistence.common.security.SecurityCodeDaoBase
-
- create(Collection<SecurityCode>) - Method in class com.communote.server.persistence.common.security.SecurityCodeDaoBase
-
- create(ApplicationConfigurationSetting) - Method in interface com.communote.server.persistence.config.ApplicationConfigurationSettingDao
-
Creates an instance of
com.communote.server.persistence.config.ApplicationConfigurationSetting and adds it to the
persistent store.
- create(int, ApplicationConfigurationSetting) - Method in interface com.communote.server.persistence.config.ApplicationConfigurationSettingDao
-
- create(int, Collection<ApplicationConfigurationSetting>) - Method in interface com.communote.server.persistence.config.ApplicationConfigurationSettingDao
-
- create(Collection<ApplicationConfigurationSetting>) - Method in interface com.communote.server.persistence.config.ApplicationConfigurationSettingDao
-
Creates a new instance of
com.communote.server.persistence.config.ApplicationConfigurationSetting and adds from the
passed in entities
collection
- create(ApplicationConfigurationSetting) - Method in class com.communote.server.persistence.config.ApplicationConfigurationSettingDaoBase
-
- create(int, ApplicationConfigurationSetting) - Method in class com.communote.server.persistence.config.ApplicationConfigurationSettingDaoBase
-
- create(int, Collection<ApplicationConfigurationSetting>) - Method in class com.communote.server.persistence.config.ApplicationConfigurationSettingDaoBase
-
- create(Collection<ApplicationConfigurationSetting>) - Method in class com.communote.server.persistence.config.ApplicationConfigurationSettingDaoBase
-
- create(ClientConfiguration) - Method in interface com.communote.server.persistence.config.ClientConfigurationDao
-
Creates an instance of com.communote.server.persistence.config.ClientConfiguration and adds
it to the persistent store.
- create(int, ClientConfiguration) - Method in interface com.communote.server.persistence.config.ClientConfigurationDao
-
- create(int, Collection<ClientConfiguration>) - Method in interface com.communote.server.persistence.config.ClientConfigurationDao
-
- create(Collection<ClientConfiguration>) - Method in interface com.communote.server.persistence.config.ClientConfigurationDao
-
Creates a new instance of com.communote.server.persistence.config.ClientConfiguration and
adds from the passed in entities
collection
- create(ClientConfiguration) - Method in class com.communote.server.persistence.config.ClientConfigurationDaoBase
-
- create(int, ClientConfiguration) - Method in class com.communote.server.persistence.config.ClientConfigurationDaoBase
-
- create(int, Collection<ClientConfiguration>) - Method in class com.communote.server.persistence.config.ClientConfigurationDaoBase
-
- create(Collection<ClientConfiguration>) - Method in class com.communote.server.persistence.config.ClientConfigurationDaoBase
-
- create(Configuration) - Method in interface com.communote.server.persistence.config.ConfigurationDao
-
Creates an instance of com.communote.server.persistence.config.Configuration and adds it to
the persistent store.
- create(int, Configuration) - Method in interface com.communote.server.persistence.config.ConfigurationDao
-
- create(int, Collection<Configuration>) - Method in interface com.communote.server.persistence.config.ConfigurationDao
-
- create(Collection<Configuration>) - Method in interface com.communote.server.persistence.config.ConfigurationDao
-
Creates a new instance of com.communote.server.persistence.config.Configuration and adds from
the passed in entities
collection
- create(Configuration) - Method in class com.communote.server.persistence.config.ConfigurationDaoBase
-
- create(int, Configuration) - Method in class com.communote.server.persistence.config.ConfigurationDaoBase
-
- create(int, Collection<Configuration>) - Method in class com.communote.server.persistence.config.ConfigurationDaoBase
-
- create(Collection<Configuration>) - Method in class com.communote.server.persistence.config.ConfigurationDaoBase
-
- create(ConfluenceConfiguration) - Method in interface com.communote.server.persistence.config.ConfluenceConfigurationDao
-
Creates an instance of com.communote.server.persistence.config.ConfluenceConfiguration and
adds it to the persistent store.
- create(int, ConfluenceConfiguration) - Method in interface com.communote.server.persistence.config.ConfluenceConfigurationDao
-
- create(int, Collection<ConfluenceConfiguration>) - Method in interface com.communote.server.persistence.config.ConfluenceConfigurationDao
-
- create(Collection<ConfluenceConfiguration>) - Method in interface com.communote.server.persistence.config.ConfluenceConfigurationDao
-
Creates a new instance of com.communote.server.persistence.config.ConfluenceConfiguration and
adds from the passed in entities
collection
- create(ConfluenceConfiguration) - Method in class com.communote.server.persistence.config.ConfluenceConfigurationDaoBase
-
- create(int, ConfluenceConfiguration) - Method in class com.communote.server.persistence.config.ConfluenceConfigurationDaoBase
-
- create(int, Collection<ConfluenceConfiguration>) - Method in class com.communote.server.persistence.config.ConfluenceConfigurationDaoBase
-
- create(Collection<ConfluenceConfiguration>) - Method in class com.communote.server.persistence.config.ConfluenceConfigurationDaoBase
-
- create(ExternalSystemConfiguration) - Method in interface com.communote.server.persistence.config.ExternalSystemConfigurationDao
-
Creates an instance of com.communote.server.persistence.config.ExternalSystemConfiguration
and adds it to the persistent store.
- create(int, ExternalSystemConfiguration) - Method in interface com.communote.server.persistence.config.ExternalSystemConfigurationDao
-
- create(int, Collection<ExternalSystemConfiguration>) - Method in interface com.communote.server.persistence.config.ExternalSystemConfigurationDao
-
- create(Collection<ExternalSystemConfiguration>) - Method in interface com.communote.server.persistence.config.ExternalSystemConfigurationDao
-
Creates a new instance of com.communote.server.persistence.config.ExternalSystemConfiguration
and adds from the passed in entities
collection
- create(ExternalSystemConfiguration) - Method in class com.communote.server.persistence.config.ExternalSystemConfigurationDaoBase
-
- create(int, ExternalSystemConfiguration) - Method in class com.communote.server.persistence.config.ExternalSystemConfigurationDaoBase
-
- create(int, Collection<ExternalSystemConfiguration>) - Method in class com.communote.server.persistence.config.ExternalSystemConfigurationDaoBase
-
- create(Collection<ExternalSystemConfiguration>) - Method in class com.communote.server.persistence.config.ExternalSystemConfigurationDaoBase
-
- create(LdapConfiguration) - Method in interface com.communote.server.persistence.config.LdapConfigurationDao
-
Creates an instance of com.communote.server.persistence.config.LdapConfiguration and adds it
to the persistent store.
- create(int, LdapConfiguration) - Method in interface com.communote.server.persistence.config.LdapConfigurationDao
-
- create(int, Collection<LdapConfiguration>) - Method in interface com.communote.server.persistence.config.LdapConfigurationDao
-
- create(Collection<LdapConfiguration>) - Method in interface com.communote.server.persistence.config.LdapConfigurationDao
-
Creates a new instance of com.communote.server.persistence.config.LdapConfiguration and adds
from the passed in entities
collection
- create(LdapConfiguration) - Method in class com.communote.server.persistence.config.LdapConfigurationDaoBase
-
- create(int, LdapConfiguration) - Method in class com.communote.server.persistence.config.LdapConfigurationDaoBase
-
- create(int, Collection<LdapConfiguration>) - Method in class com.communote.server.persistence.config.LdapConfigurationDaoBase
-
- create(Collection<LdapConfiguration>) - Method in class com.communote.server.persistence.config.LdapConfigurationDaoBase
-
- create(LdapGroupSyncConfiguration) - Method in interface com.communote.server.persistence.config.LdapGroupSyncConfigurationDao
-
Creates an instance of com.communote.server.persistence.config.LdapGroupSyncConfiguration and
adds it to the persistent store.
- create(int, LdapGroupSyncConfiguration) - Method in interface com.communote.server.persistence.config.LdapGroupSyncConfigurationDao
-
- create(int, Collection<LdapGroupSyncConfiguration>) - Method in interface com.communote.server.persistence.config.LdapGroupSyncConfigurationDao
-
- create(Collection<LdapGroupSyncConfiguration>) - Method in interface com.communote.server.persistence.config.LdapGroupSyncConfigurationDao
-
Creates a new instance of com.communote.server.persistence.config.LdapGroupSyncConfiguration
and adds from the passed in entities
collection
- create(LdapGroupSyncConfiguration) - Method in class com.communote.server.persistence.config.LdapGroupSyncConfigurationDaoBase
-
- create(int, LdapGroupSyncConfiguration) - Method in class com.communote.server.persistence.config.LdapGroupSyncConfigurationDaoBase
-
- create(int, Collection<LdapGroupSyncConfiguration>) - Method in class com.communote.server.persistence.config.LdapGroupSyncConfigurationDaoBase
-
- create(Collection<LdapGroupSyncConfiguration>) - Method in class com.communote.server.persistence.config.LdapGroupSyncConfigurationDaoBase
-
- create(LdapSearchBaseDefinition) - Method in interface com.communote.server.persistence.config.LdapSearchBaseDefinitionDao
-
Creates an instance of com.communote.server.persistence.config.LdapSearchBaseDefinition and
adds it to the persistent store.
- create(int, LdapSearchBaseDefinition) - Method in interface com.communote.server.persistence.config.LdapSearchBaseDefinitionDao
-
- create(int, Collection<LdapSearchBaseDefinition>) - Method in interface com.communote.server.persistence.config.LdapSearchBaseDefinitionDao
-
- create(Collection<LdapSearchBaseDefinition>) - Method in interface com.communote.server.persistence.config.LdapSearchBaseDefinitionDao
-
Creates a new instance of com.communote.server.persistence.config.LdapSearchBaseDefinition
and adds from the passed in entities
collection
- create(LdapSearchBaseDefinition) - Method in class com.communote.server.persistence.config.LdapSearchBaseDefinitionDaoBase
-
- create(int, LdapSearchBaseDefinition) - Method in class com.communote.server.persistence.config.LdapSearchBaseDefinitionDaoBase
-
- create(int, Collection<LdapSearchBaseDefinition>) - Method in class com.communote.server.persistence.config.LdapSearchBaseDefinitionDaoBase
-
- create(Collection<LdapSearchBaseDefinition>) - Method in class com.communote.server.persistence.config.LdapSearchBaseDefinitionDaoBase
-
- create(LdapSearchConfiguration) - Method in interface com.communote.server.persistence.config.LdapSearchConfigurationDao
-
Creates an instance of com.communote.server.persistence.config.LdapSearchConfiguration and
adds it to the persistent store.
- create(int, LdapSearchConfiguration) - Method in interface com.communote.server.persistence.config.LdapSearchConfigurationDao
-
- create(int, Collection<LdapSearchConfiguration>) - Method in interface com.communote.server.persistence.config.LdapSearchConfigurationDao
-
- create(Collection<LdapSearchConfiguration>) - Method in interface com.communote.server.persistence.config.LdapSearchConfigurationDao
-
Creates a new instance of com.communote.server.persistence.config.LdapSearchConfiguration and
adds from the passed in entities
collection
- create(LdapSearchConfiguration) - Method in class com.communote.server.persistence.config.LdapSearchConfigurationDaoBase
-
- create(int, LdapSearchConfiguration) - Method in class com.communote.server.persistence.config.LdapSearchConfigurationDaoBase
-
- create(int, Collection<LdapSearchConfiguration>) - Method in class com.communote.server.persistence.config.LdapSearchConfigurationDaoBase
-
- create(Collection<LdapSearchConfiguration>) - Method in class com.communote.server.persistence.config.LdapSearchConfigurationDaoBase
-
- create(Setting) - Method in interface com.communote.server.persistence.config.SettingDao
-
Creates an instance of com.communote.server.persistence.config.Setting and adds it to the
persistent store.
- create(int, Setting) - Method in interface com.communote.server.persistence.config.SettingDao
-
- create(int, Collection<Setting>) - Method in interface com.communote.server.persistence.config.SettingDao
-
- create(Collection<Setting>) - Method in interface com.communote.server.persistence.config.SettingDao
-
Creates a new instance of com.communote.server.persistence.config.Setting and adds from the
passed in entities
collection
- create(int, Collection<Setting>) - Method in class com.communote.server.persistence.config.SettingDaoBase
-
- create(int, Setting) - Method in class com.communote.server.persistence.config.SettingDaoBase
-
- create(Collection<Setting>) - Method in class com.communote.server.persistence.config.SettingDaoBase
-
- create(Setting) - Method in class com.communote.server.persistence.config.SettingDaoBase
-
- create(ExternalObject) - Method in interface com.communote.server.persistence.external.ExternalObjectDao
-
Creates an instance of com.communote.server.persistence.external.ExternalObject and adds it
to the persistent store.
- create(int, ExternalObject) - Method in interface com.communote.server.persistence.external.ExternalObjectDao
-
- create(int, Collection<ExternalObject>) - Method in interface com.communote.server.persistence.external.ExternalObjectDao
-
- create(Collection<ExternalObject>) - Method in interface com.communote.server.persistence.external.ExternalObjectDao
-
Creates a new instance of com.communote.server.persistence.external.ExternalObject and adds
from the passed in entities
collection
- create(ExternalObject) - Method in class com.communote.server.persistence.external.ExternalObjectDaoBase
-
- create(int, ExternalObject) - Method in class com.communote.server.persistence.external.ExternalObjectDaoBase
-
- create(int, Collection<ExternalObject>) - Method in class com.communote.server.persistence.external.ExternalObjectDaoBase
-
- create(Collection<ExternalObject>) - Method in class com.communote.server.persistence.external.ExternalObjectDaoBase
-
- create(ExternalObjectProperty) - Method in interface com.communote.server.persistence.external.ExternalObjectPropertyDao
-
Creates an instance of com.communote.server.persistence.external.ExternalObjectProperty and
adds it to the persistent store.
- create(int, ExternalObjectProperty) - Method in interface com.communote.server.persistence.external.ExternalObjectPropertyDao
-
- create(int, Collection<ExternalObjectProperty>) - Method in interface com.communote.server.persistence.external.ExternalObjectPropertyDao
-
- create(Collection<ExternalObjectProperty>) - Method in interface com.communote.server.persistence.external.ExternalObjectPropertyDao
-
Creates a new instance of com.communote.server.persistence.external.ExternalObjectProperty
and adds from the passed in entities
collection
- create(ExternalObjectProperty) - Method in class com.communote.server.persistence.external.ExternalObjectPropertyDaoBase
-
- create(int, ExternalObjectProperty) - Method in class com.communote.server.persistence.external.ExternalObjectPropertyDaoBase
-
- create(int, Collection<ExternalObjectProperty>) - Method in class com.communote.server.persistence.external.ExternalObjectPropertyDaoBase
-
- create(Collection<ExternalObjectProperty>) - Method in class com.communote.server.persistence.external.ExternalObjectPropertyDaoBase
-
- create(GlobalId) - Method in interface com.communote.server.persistence.global.GlobalIdDao
-
Creates an instance of com.communote.server.persistence.global.GlobalId and adds it to the
persistent store.
- create(int, GlobalId) - Method in interface com.communote.server.persistence.global.GlobalIdDao
-
- create(int, Collection<GlobalId>) - Method in interface com.communote.server.persistence.global.GlobalIdDao
-
- create(Collection<GlobalId>) - Method in interface com.communote.server.persistence.global.GlobalIdDao
-
Creates a new instance of com.communote.server.persistence.global.GlobalId and adds from the
passed in entities
collection
- create(GlobalId) - Method in class com.communote.server.persistence.global.GlobalIdDaoBase
-
- create(int, GlobalId) - Method in class com.communote.server.persistence.global.GlobalIdDaoBase
-
- create(int, Collection<GlobalId>) - Method in class com.communote.server.persistence.global.GlobalIdDaoBase
-
- create(Collection<GlobalId>) - Method in class com.communote.server.persistence.global.GlobalIdDaoBase
-
- create(T) - Method in interface com.communote.server.persistence.hibernate.HibernateDao
-
Creates a new entity within the database.
- create(Collection<T>) - Method in interface com.communote.server.persistence.hibernate.HibernateDao
-
Creates all given entities within the database.
- create(T) - Method in class com.communote.server.persistence.hibernate.HibernateDaoImpl
-
Creates a new entity within the database.
- create(Collection<T>) - Method in class com.communote.server.persistence.hibernate.HibernateDaoImpl
-
Creates all given entities within the database.
- create(int, Collection<MessagerConnectorConfig>) - Method in interface com.communote.server.persistence.messaging.config.MessagerConnectorConfigDao
-
- create(int, MessagerConnectorConfig) - Method in interface com.communote.server.persistence.messaging.config.MessagerConnectorConfigDao
-
- create(Collection<MessagerConnectorConfig>) - Method in interface com.communote.server.persistence.messaging.config.MessagerConnectorConfigDao
-
Creates a new instance of MessagerConnectorConfig and
adds from the passed in entities
collection
- create(MessagerConnectorConfig) - Method in interface com.communote.server.persistence.messaging.config.MessagerConnectorConfigDao
-
Creates an instance of MessagerConnectorConfig and adds
it to the persistent store.
- create(int, Collection<MessagerConnectorConfig>) - Method in class com.communote.server.persistence.messaging.config.MessagerConnectorConfigDaoBase
-
- create(int, MessagerConnectorConfig) - Method in class com.communote.server.persistence.messaging.config.MessagerConnectorConfigDaoBase
-
- create(Collection<MessagerConnectorConfig>) - Method in class com.communote.server.persistence.messaging.config.MessagerConnectorConfigDaoBase
-
- create(MessagerConnectorConfig) - Method in class com.communote.server.persistence.messaging.config.MessagerConnectorConfigDaoBase
-
- create(BinaryProperty) - Method in interface com.communote.server.persistence.property.BinaryPropertyDao
-
Creates an instance of BinaryProperty and adds it to the persistent store.
- create(Collection<BinaryProperty>) - Method in interface com.communote.server.persistence.property.BinaryPropertyDao
-
Creates a new instance of BinaryProperty and adds from the passed in entities
collection
- create(int, BinaryProperty) - Method in interface com.communote.server.persistence.property.BinaryPropertyDao
-
- create(int, Collection<BinaryProperty>) - Method in interface com.communote.server.persistence.property.BinaryPropertyDao
-
- create(BinaryProperty) - Method in class com.communote.server.persistence.property.BinaryPropertyDaoBase
-
- create(Collection<BinaryProperty>) - Method in class com.communote.server.persistence.property.BinaryPropertyDaoBase
-
- create(int, BinaryProperty) - Method in class com.communote.server.persistence.property.BinaryPropertyDaoBase
-
- create(int, Collection<BinaryProperty>) - Method in class com.communote.server.persistence.property.BinaryPropertyDaoBase
-
- create(GlobalProperty) - Method in interface com.communote.server.persistence.property.GlobalPropertyDao
-
Creates an instance of com.communote.server.persistence.property.GlobalProperty and adds it
to the persistent store.
- create(int, GlobalProperty) - Method in interface com.communote.server.persistence.property.GlobalPropertyDao
-
- create(int, Collection<GlobalProperty>) - Method in interface com.communote.server.persistence.property.GlobalPropertyDao
-
- create(Collection<GlobalProperty>) - Method in interface com.communote.server.persistence.property.GlobalPropertyDao
-
Creates a new instance of com.communote.server.persistence.property.GlobalProperty and adds
from the passed in entities
collection
- create(GlobalProperty) - Method in class com.communote.server.persistence.property.GlobalPropertyDaoBase
-
- create(int, GlobalProperty) - Method in class com.communote.server.persistence.property.GlobalPropertyDaoBase
-
- create(int, Collection<GlobalProperty>) - Method in class com.communote.server.persistence.property.GlobalPropertyDaoBase
-
- create(Collection<GlobalProperty>) - Method in class com.communote.server.persistence.property.GlobalPropertyDaoBase
-
- create(PluginProperty) - Method in interface com.communote.server.persistence.property.PluginPropertyDao
-
Creates an instance of com.communote.server.persistence.property.PluginProperty and adds it
to the persistent store.
- create(int, PluginProperty) - Method in interface com.communote.server.persistence.property.PluginPropertyDao
-
- create(int, Collection<PluginProperty>) - Method in interface com.communote.server.persistence.property.PluginPropertyDao
-
- create(Collection<PluginProperty>) - Method in interface com.communote.server.persistence.property.PluginPropertyDao
-
Creates a new instance of com.communote.server.persistence.property.PluginProperty and adds
from the passed in entities
collection
- create(int, Collection<PluginProperty>) - Method in class com.communote.server.persistence.property.PluginPropertyDaoBase
-
- create(int, PluginProperty) - Method in class com.communote.server.persistence.property.PluginPropertyDaoBase
-
- create(Collection<PluginProperty>) - Method in class com.communote.server.persistence.property.PluginPropertyDaoBase
-
- create(PluginProperty) - Method in class com.communote.server.persistence.property.PluginPropertyDaoBase
-
- create(Property) - Method in interface com.communote.server.persistence.property.PropertyDao
-
Creates an instance of com.communote.server.persistence.property.Property and adds it to the
persistent store.
- create(int, Property) - Method in interface com.communote.server.persistence.property.PropertyDao
-
- create(int, Collection<Property>) - Method in interface com.communote.server.persistence.property.PropertyDao
-
- create(Collection<Property>) - Method in interface com.communote.server.persistence.property.PropertyDao
-
Creates a new instance of com.communote.server.persistence.property.Property and adds from
the passed in entities
collection
- create(int, Collection<Property>) - Method in class com.communote.server.persistence.property.PropertyDaoBase
-
- create(int, Property) - Method in class com.communote.server.persistence.property.PropertyDaoBase
-
- create(Collection<Property>) - Method in class com.communote.server.persistence.property.PropertyDaoBase
-
- create(Property) - Method in class com.communote.server.persistence.property.PropertyDaoBase
-
- create(StringProperty) - Method in interface com.communote.server.persistence.property.StringPropertyDao
-
Creates an instance of com.communote.server.persistence.property.StringProperty and adds it
to the persistent store.
- create(int, StringProperty) - Method in interface com.communote.server.persistence.property.StringPropertyDao
-
- create(int, Collection<StringProperty>) - Method in interface com.communote.server.persistence.property.StringPropertyDao
-
- create(Collection<StringProperty>) - Method in interface com.communote.server.persistence.property.StringPropertyDao
-
Creates a new instance of com.communote.server.persistence.property.StringProperty and adds
from the passed in entities
collection
- create(int, Collection<StringProperty>) - Method in class com.communote.server.persistence.property.StringPropertyDaoBase
-
- create(int, StringProperty) - Method in class com.communote.server.persistence.property.StringPropertyDaoBase
-
- create(Collection<StringProperty>) - Method in class com.communote.server.persistence.property.StringPropertyDaoBase
-
- create(StringProperty) - Method in class com.communote.server.persistence.property.StringPropertyDaoBase
-
- create(Attachment) - Method in interface com.communote.server.persistence.resource.AttachmentDao
-
Creates an instance of Attachment and adds it to the persistent store.
- create(Collection<Attachment>) - Method in interface com.communote.server.persistence.resource.AttachmentDao
-
Creates a new instance of Attachment and adds from the passed in entities
collection
- create(int, Attachment) - Method in interface com.communote.server.persistence.resource.AttachmentDao
-
- create(int, Collection<Attachment>) - Method in interface com.communote.server.persistence.resource.AttachmentDao
-
- create(Attachment) - Method in class com.communote.server.persistence.resource.AttachmentDaoBase
-
- create(int, Attachment) - Method in class com.communote.server.persistence.resource.AttachmentDaoBase
-
- create(int, Collection<Attachment>) - Method in class com.communote.server.persistence.resource.AttachmentDaoBase
-
- create(Collection<Attachment>) - Method in class com.communote.server.persistence.resource.AttachmentDaoBase
-
- create(int, Attachment) - Method in class com.communote.server.persistence.resource.AttachmentDaoImpl
-
- create(Content) - Method in interface com.communote.server.persistence.resource.ContentDao
-
Creates an instance of com.communote.server.persistence.resource.Content and adds it to the
persistent store.
- create(int, Content) - Method in interface com.communote.server.persistence.resource.ContentDao
-
- create(int, Collection<Content>) - Method in interface com.communote.server.persistence.resource.ContentDao
-
- create(Collection<Content>) - Method in interface com.communote.server.persistence.resource.ContentDao
-
Creates a new instance of com.communote.server.persistence.resource.Content and adds from the
passed in entities
collection
- create(Content) - Method in class com.communote.server.persistence.resource.ContentDaoBase
-
- create(int, Content) - Method in class com.communote.server.persistence.resource.ContentDaoBase
-
- create(int, Collection<Content>) - Method in class com.communote.server.persistence.resource.ContentDaoBase
-
- create(Collection<Content>) - Method in class com.communote.server.persistence.resource.ContentDaoBase
-
- create(IpRangeChannel) - Method in interface com.communote.server.persistence.security.iprange.IpRangeChannelDao
-
Creates an instance of com.communote.server.persistence.security.iprange.IpRangeChannel and
adds it to the persistent store.
- create(int, IpRangeChannel) - Method in interface com.communote.server.persistence.security.iprange.IpRangeChannelDao
-
- create(int, Collection<IpRangeChannel>) - Method in interface com.communote.server.persistence.security.iprange.IpRangeChannelDao
-
- create(Collection<IpRangeChannel>) - Method in interface com.communote.server.persistence.security.iprange.IpRangeChannelDao
-
Creates a new instance of com.communote.server.persistence.security.iprange.IpRangeChannel
and adds from the passed in entities
collection
- create(IpRangeChannel) - Method in class com.communote.server.persistence.security.iprange.IpRangeChannelDaoBase
-
- create(int, IpRangeChannel) - Method in class com.communote.server.persistence.security.iprange.IpRangeChannelDaoBase
-
- create(int, Collection<IpRangeChannel>) - Method in class com.communote.server.persistence.security.iprange.IpRangeChannelDaoBase
-
- create(Collection<IpRangeChannel>) - Method in class com.communote.server.persistence.security.iprange.IpRangeChannelDaoBase
-
- create(IpRange) - Method in interface com.communote.server.persistence.security.iprange.IpRangeDao
-
Creates an instance of com.communote.server.persistence.security.iprange.IpRange and adds it
to the persistent store.
- create(int, IpRange) - Method in interface com.communote.server.persistence.security.iprange.IpRangeDao
-
- create(int, Collection<IpRange>) - Method in interface com.communote.server.persistence.security.iprange.IpRangeDao
-
- create(Collection<IpRange>) - Method in interface com.communote.server.persistence.security.iprange.IpRangeDao
-
Creates a new instance of com.communote.server.persistence.security.iprange.IpRange and adds
from the passed in entities
collection
- create(IpRange) - Method in class com.communote.server.persistence.security.iprange.IpRangeDaoBase
-
- create(int, IpRange) - Method in class com.communote.server.persistence.security.iprange.IpRangeDaoBase
-
- create(int, Collection<IpRange>) - Method in class com.communote.server.persistence.security.iprange.IpRangeDaoBase
-
- create(Collection<IpRange>) - Method in class com.communote.server.persistence.security.iprange.IpRangeDaoBase
-
- create(IpRangeFilter) - Method in interface com.communote.server.persistence.security.iprange.IpRangeFilterDao
-
Creates an instance of com.communote.server.persistence.security.iprange.IpRangeFilter and
adds it to the persistent store.
- create(int, IpRangeFilter) - Method in interface com.communote.server.persistence.security.iprange.IpRangeFilterDao
-
- create(int, Collection<IpRangeFilter>) - Method in interface com.communote.server.persistence.security.iprange.IpRangeFilterDao
-
- create(Collection<IpRangeFilter>) - Method in interface com.communote.server.persistence.security.iprange.IpRangeFilterDao
-
Creates a new instance of com.communote.server.persistence.security.iprange.IpRangeFilter and
adds from the passed in entities
collection
- create(IpRangeFilter) - Method in class com.communote.server.persistence.security.iprange.IpRangeFilterDaoBase
-
- create(int, IpRangeFilter) - Method in class com.communote.server.persistence.security.iprange.IpRangeFilterDaoBase
-
- create(int, Collection<IpRangeFilter>) - Method in class com.communote.server.persistence.security.iprange.IpRangeFilterDaoBase
-
- create(Collection<IpRangeFilter>) - Method in class com.communote.server.persistence.security.iprange.IpRangeFilterDaoBase
-
- create(ChannelConfiguration) - Method in interface com.communote.server.persistence.security.ssl.ChannelConfigurationDao
-
Creates an instance of com.communote.server.persistence.security.ssl.ChannelConfiguration and
adds it to the persistent store.
- create(int, ChannelConfiguration) - Method in interface com.communote.server.persistence.security.ssl.ChannelConfigurationDao
-
- create(int, Collection<ChannelConfiguration>) - Method in interface com.communote.server.persistence.security.ssl.ChannelConfigurationDao
-
- create(Collection<ChannelConfiguration>) - Method in interface com.communote.server.persistence.security.ssl.ChannelConfigurationDao
-
Creates a new instance of com.communote.server.persistence.security.ssl.ChannelConfiguration
and adds from the passed in entities
collection
- create(ChannelConfiguration) - Method in class com.communote.server.persistence.security.ssl.ChannelConfigurationDaoBase
-
- create(int, ChannelConfiguration) - Method in class com.communote.server.persistence.security.ssl.ChannelConfigurationDaoBase
-
- create(int, Collection<ChannelConfiguration>) - Method in class com.communote.server.persistence.security.ssl.ChannelConfigurationDaoBase
-
- create(Collection<ChannelConfiguration>) - Method in class com.communote.server.persistence.security.ssl.ChannelConfigurationDaoBase
-
- create(AbstractTagCategory) - Method in interface com.communote.server.persistence.tag.AbstractTagCategoryDao
-
Creates an instance of com.communote.server.persistence.tag.AbstractTagCategory and adds it
to the persistent store.
- create(int, AbstractTagCategory) - Method in interface com.communote.server.persistence.tag.AbstractTagCategoryDao
-
- create(int, Collection<AbstractTagCategory>) - Method in interface com.communote.server.persistence.tag.AbstractTagCategoryDao
-
- create(Collection<AbstractTagCategory>) - Method in interface com.communote.server.persistence.tag.AbstractTagCategoryDao
-
Creates a new instance of com.communote.server.persistence.tag.AbstractTagCategory and adds
from the passed in entities
collection
- create(AbstractTagCategory) - Method in class com.communote.server.persistence.tag.AbstractTagCategoryDaoBase
-
- create(int, AbstractTagCategory) - Method in class com.communote.server.persistence.tag.AbstractTagCategoryDaoBase
-
- create(int, Collection<AbstractTagCategory>) - Method in class com.communote.server.persistence.tag.AbstractTagCategoryDaoBase
-
- create(Collection<AbstractTagCategory>) - Method in class com.communote.server.persistence.tag.AbstractTagCategoryDaoBase
-
- create(CategorizedTag) - Method in interface com.communote.server.persistence.tag.CategorizedTagDao
-
Creates an instance of com.communote.server.persistence.tag.CategorizedTag and adds it to the
persistent store.
- create(int, CategorizedTag) - Method in interface com.communote.server.persistence.tag.CategorizedTagDao
-
- create(int, Collection<CategorizedTag>) - Method in interface com.communote.server.persistence.tag.CategorizedTagDao
-
- create(Collection<CategorizedTag>) - Method in interface com.communote.server.persistence.tag.CategorizedTagDao
-
Creates a new instance of com.communote.server.persistence.tag.CategorizedTag and adds from
the passed in entities
collection
- create(CategorizedTag) - Method in class com.communote.server.persistence.tag.CategorizedTagDaoBase
-
- create(int, CategorizedTag) - Method in class com.communote.server.persistence.tag.CategorizedTagDaoBase
-
- create(int, Collection<CategorizedTag>) - Method in class com.communote.server.persistence.tag.CategorizedTagDaoBase
-
- create(Collection<CategorizedTag>) - Method in class com.communote.server.persistence.tag.CategorizedTagDaoBase
-
- create(GlobalTagCategory) - Method in interface com.communote.server.persistence.tag.GlobalTagCategoryDao
-
Creates an instance of com.communote.server.persistence.tag.GlobalTagCategory and adds it to
the persistent store.
- create(int, GlobalTagCategory) - Method in interface com.communote.server.persistence.tag.GlobalTagCategoryDao
-
- create(int, Collection<GlobalTagCategory>) - Method in interface com.communote.server.persistence.tag.GlobalTagCategoryDao
-
- create(Collection<GlobalTagCategory>) - Method in interface com.communote.server.persistence.tag.GlobalTagCategoryDao
-
Creates a new instance of com.communote.server.persistence.tag.GlobalTagCategory and adds
from the passed in entities
collection
- create(GlobalTagCategory) - Method in class com.communote.server.persistence.tag.GlobalTagCategoryDaoBase
-
- create(int, GlobalTagCategory) - Method in class com.communote.server.persistence.tag.GlobalTagCategoryDaoBase
-
- create(int, Collection<GlobalTagCategory>) - Method in class com.communote.server.persistence.tag.GlobalTagCategoryDaoBase
-
- create(Collection<GlobalTagCategory>) - Method in class com.communote.server.persistence.tag.GlobalTagCategoryDaoBase
-
- create(Collection<Tag>) - Method in interface com.communote.server.persistence.tag.TagDao
-
Creates a new instance of Tag and adds from the passed in entities
collection
- create(int, Collection<Tag>) - Method in interface com.communote.server.persistence.tag.TagDao
-
- create(int, Tag) - Method in interface com.communote.server.persistence.tag.TagDao
-
- create(Tag) - Method in interface com.communote.server.persistence.tag.TagDao
-
Creates an instance of Tag and adds it to the persistent store.
- create(Collection<Tag>) - Method in class com.communote.server.persistence.tag.TagDaoBase
-
- create(int, Collection<Tag>) - Method in class com.communote.server.persistence.tag.TagDaoBase
-
- create(int, Tag) - Method in class com.communote.server.persistence.tag.TagDaoBase
-
- create(Tag) - Method in class com.communote.server.persistence.tag.TagDaoBase
-
- create(int, Tag) - Method in class com.communote.server.persistence.tag.TagDaoImpl
-
- create(Task) - Method in interface com.communote.server.persistence.tasks.TaskDao
-
Creates an instance of com.communote.server.persistence.tasks.Task and adds it to the
persistent store.
- create(int, Task) - Method in interface com.communote.server.persistence.tasks.TaskDao
-
- create(int, Collection<Task>) - Method in interface com.communote.server.persistence.tasks.TaskDao
-
- create(Collection<Task>) - Method in interface com.communote.server.persistence.tasks.TaskDao
-
Creates a new instance of com.communote.server.persistence.tasks.Task and adds from the
passed in entities
collection
- create(Task) - Method in class com.communote.server.persistence.tasks.TaskDaoBase
-
- create(int, Task) - Method in class com.communote.server.persistence.tasks.TaskDaoBase
-
- create(int, Collection<Task>) - Method in class com.communote.server.persistence.tasks.TaskDaoBase
-
- create(Collection<Task>) - Method in class com.communote.server.persistence.tasks.TaskDaoBase
-
- create(TaskExecution) - Method in interface com.communote.server.persistence.tasks.TaskExecutionDao
-
Creates an instance of com.communote.server.persistence.tasks.TaskExecution and adds it to
the persistent store.
- create(int, TaskExecution) - Method in interface com.communote.server.persistence.tasks.TaskExecutionDao
-
- create(int, Collection<TaskExecution>) - Method in interface com.communote.server.persistence.tasks.TaskExecutionDao
-
- create(Collection<TaskExecution>) - Method in interface com.communote.server.persistence.tasks.TaskExecutionDao
-
Creates a new instance of com.communote.server.persistence.tasks.TaskExecution and adds from
the passed in entities
collection
- create(TaskExecution) - Method in class com.communote.server.persistence.tasks.TaskExecutionDaoBase
-
- create(int, TaskExecution) - Method in class com.communote.server.persistence.tasks.TaskExecutionDaoBase
-
- create(int, Collection<TaskExecution>) - Method in class com.communote.server.persistence.tasks.TaskExecutionDaoBase
-
- create(Collection<TaskExecution>) - Method in class com.communote.server.persistence.tasks.TaskExecutionDaoBase
-
- create(TaskProperty) - Method in interface com.communote.server.persistence.tasks.TaskPropertyDao
-
Creates an instance of com.communote.server.persistence.tasks.TaskProperty and adds it to the
persistent store.
- create(int, TaskProperty) - Method in interface com.communote.server.persistence.tasks.TaskPropertyDao
-
- create(int, Collection<TaskProperty>) - Method in interface com.communote.server.persistence.tasks.TaskPropertyDao
-
- create(Collection<TaskProperty>) - Method in interface com.communote.server.persistence.tasks.TaskPropertyDao
-
Creates a new instance of com.communote.server.persistence.tasks.TaskProperty and adds from
the passed in entities
collection
- create(TaskProperty) - Method in class com.communote.server.persistence.tasks.TaskPropertyDaoBase
-
- create(int, TaskProperty) - Method in class com.communote.server.persistence.tasks.TaskPropertyDaoBase
-
- create(int, Collection<TaskProperty>) - Method in class com.communote.server.persistence.tasks.TaskPropertyDaoBase
-
- create(Collection<TaskProperty>) - Method in class com.communote.server.persistence.tasks.TaskPropertyDaoBase
-
- create(Client) - Method in interface com.communote.server.persistence.user.client.ClientDao
-
Creates an instance of com.communote.server.persistence.user.client.Client and adds it to the
persistent store.
- create(int, Client) - Method in interface com.communote.server.persistence.user.client.ClientDao
-
- create(int, Collection<Client>) - Method in interface com.communote.server.persistence.user.client.ClientDao
-
- create(Collection<Client>) - Method in interface com.communote.server.persistence.user.client.ClientDao
-
Creates a new instance of com.communote.server.persistence.user.client.Client and adds from
the passed in entities
collection
- create(Client) - Method in class com.communote.server.persistence.user.client.ClientDaoBase
-
- create(int, Client) - Method in class com.communote.server.persistence.user.client.ClientDaoBase
-
- create(int, Collection<Client>) - Method in class com.communote.server.persistence.user.client.ClientDaoBase
-
- create(Collection<Client>) - Method in class com.communote.server.persistence.user.client.ClientDaoBase
-
- create(ClientStatistic) - Method in interface com.communote.server.persistence.user.client.ClientStatisticDao
-
Creates an instance of com.communote.server.persistence.user.client.ClientStatistic and adds
it to the persistent store.
- create(int, ClientStatistic) - Method in interface com.communote.server.persistence.user.client.ClientStatisticDao
-
- create(int, Collection<ClientStatistic>) - Method in interface com.communote.server.persistence.user.client.ClientStatisticDao
-
- create(Collection<ClientStatistic>) - Method in interface com.communote.server.persistence.user.client.ClientStatisticDao
-
Creates a new instance of com.communote.server.persistence.user.client.ClientStatistic and
adds from the passed in entities
collection
- create(ClientStatistic) - Method in class com.communote.server.persistence.user.client.ClientStatisticDaoBase
-
- create(int, ClientStatistic) - Method in class com.communote.server.persistence.user.client.ClientStatisticDaoBase
-
- create(int, Collection<ClientStatistic>) - Method in class com.communote.server.persistence.user.client.ClientStatisticDaoBase
-
- create(Collection<ClientStatistic>) - Method in class com.communote.server.persistence.user.client.ClientStatisticDaoBase
-
- create(CommunoteEntity) - Method in interface com.communote.server.persistence.user.CommunoteEntityDao
-
Creates an instance of com.communote.server.persistence.user.KenmeiEntity and adds it to the
persistent store.
- create(int, CommunoteEntity) - Method in interface com.communote.server.persistence.user.CommunoteEntityDao
-
- create(int, Collection<CommunoteEntity>) - Method in interface com.communote.server.persistence.user.CommunoteEntityDao
-
- create(Collection<CommunoteEntity>) - Method in interface com.communote.server.persistence.user.CommunoteEntityDao
-
Creates a new instance of com.communote.server.persistence.user.KenmeiEntity and adds from
the passed in entities
collection
- create(CommunoteEntity) - Method in class com.communote.server.persistence.user.CommunoteEntityDaoBase
-
- create(int, CommunoteEntity) - Method in class com.communote.server.persistence.user.CommunoteEntityDaoBase
-
- create(int, Collection<CommunoteEntity>) - Method in class com.communote.server.persistence.user.CommunoteEntityDaoBase
-
- create(Collection<CommunoteEntity>) - Method in class com.communote.server.persistence.user.CommunoteEntityDaoBase
-
- create(Contact) - Method in interface com.communote.server.persistence.user.ContactDao
-
Creates an instance of com.communote.server.persistence.user.Contact and adds it to the
persistent store.
- create(int, Contact) - Method in interface com.communote.server.persistence.user.ContactDao
-
- create(int, Collection<Contact>) - Method in interface com.communote.server.persistence.user.ContactDao
-
- create(Collection<Contact>) - Method in interface com.communote.server.persistence.user.ContactDao
-
Creates a new instance of com.communote.server.persistence.user.Contact and adds from the
passed in entities
collection
- create(Contact) - Method in class com.communote.server.persistence.user.ContactDaoBase
-
- create(int, Contact) - Method in class com.communote.server.persistence.user.ContactDaoBase
-
- create(int, Collection<Contact>) - Method in class com.communote.server.persistence.user.ContactDaoBase
-
- create(Collection<Contact>) - Method in class com.communote.server.persistence.user.ContactDaoBase
-
- create(Country) - Method in interface com.communote.server.persistence.user.CountryDao
-
Creates an instance of com.communote.server.persistence.user.Country and adds it to the
persistent store.
- create(int, Country) - Method in interface com.communote.server.persistence.user.CountryDao
-
- create(int, Collection<Country>) - Method in interface com.communote.server.persistence.user.CountryDao
-
- create(Collection<Country>) - Method in interface com.communote.server.persistence.user.CountryDao
-
Creates a new instance of com.communote.server.persistence.user.Country and adds from the
passed in entities
collection
- create(Country) - Method in class com.communote.server.persistence.user.CountryDaoBase
-
- create(int, Country) - Method in class com.communote.server.persistence.user.CountryDaoBase
-
- create(int, Collection<Country>) - Method in class com.communote.server.persistence.user.CountryDaoBase
-
- create(Collection<Country>) - Method in class com.communote.server.persistence.user.CountryDaoBase
-
- create(ExternalUserAuthentication) - Method in interface com.communote.server.persistence.user.ExternalUserAuthenticationDao
-
Creates an instance of com.communote.server.persistence.user.ExternalUserAuthentication and
adds it to the persistent store.
- create(int, ExternalUserAuthentication) - Method in interface com.communote.server.persistence.user.ExternalUserAuthenticationDao
-
- create(int, Collection<ExternalUserAuthentication>) - Method in interface com.communote.server.persistence.user.ExternalUserAuthenticationDao
-
- create(Collection<ExternalUserAuthentication>) - Method in interface com.communote.server.persistence.user.ExternalUserAuthenticationDao
-
Creates a new instance of com.communote.server.persistence.user.ExternalUserAuthentication
and adds from the passed in entities
collection
- create(ExternalUserAuthentication) - Method in class com.communote.server.persistence.user.ExternalUserAuthenticationDaoBase
-
- create(int, ExternalUserAuthentication) - Method in class com.communote.server.persistence.user.ExternalUserAuthenticationDaoBase
-
- create(int, Collection<ExternalUserAuthentication>) - Method in class com.communote.server.persistence.user.ExternalUserAuthenticationDaoBase
-
- create(Collection<ExternalUserAuthentication>) - Method in class com.communote.server.persistence.user.ExternalUserAuthenticationDaoBase
-
- create(ExternalUserGroup) - Method in interface com.communote.server.persistence.user.group.ExternalUserGroupDao
-
Creates an instance of com.communote.server.persistence.user.group.ExternalUserGroup and adds
it to the persistent store.
- create(int, ExternalUserGroup) - Method in interface com.communote.server.persistence.user.group.ExternalUserGroupDao
-
- create(int, Collection<ExternalUserGroup>) - Method in interface com.communote.server.persistence.user.group.ExternalUserGroupDao
-
- create(Collection<ExternalUserGroup>) - Method in interface com.communote.server.persistence.user.group.ExternalUserGroupDao
-
Creates a new instance of com.communote.server.persistence.user.group.ExternalUserGroup and
adds from the passed in entities
collection
- create(Collection<ExternalUserGroup>) - Method in class com.communote.server.persistence.user.group.ExternalUserGroupDaoBase
-
- create(ExternalUserGroup) - Method in class com.communote.server.persistence.user.group.ExternalUserGroupDaoBase
-
- create(int, Collection<ExternalUserGroup>) - Method in class com.communote.server.persistence.user.group.ExternalUserGroupDaoBase
-
- create(int, ExternalUserGroup) - Method in class com.communote.server.persistence.user.group.ExternalUserGroupDaoBase
-
- create(int, ExternalUserGroup) - Method in class com.communote.server.persistence.user.group.ExternalUserGroupDaoImpl
-
- create(Group) - Method in interface com.communote.server.persistence.user.group.GroupDao
-
Creates an instance of Group and adds it to the persistent store.
- create(int, Group) - Method in interface com.communote.server.persistence.user.group.GroupDao
-
- create(int, Collection<Group>) - Method in interface com.communote.server.persistence.user.group.GroupDao
-
- create(Collection<Group>) - Method in interface com.communote.server.persistence.user.group.GroupDao
-
Creates a new instance of Group and adds from the passed in entities
collection
- create(Collection<Group>) - Method in class com.communote.server.persistence.user.group.GroupDaoBase
-
- create(Group) - Method in class com.communote.server.persistence.user.group.GroupDaoBase
-
- create(int, Collection<Group>) - Method in class com.communote.server.persistence.user.group.GroupDaoBase
-
- create(int, Group) - Method in class com.communote.server.persistence.user.group.GroupDaoBase
-
- create(int, Group) - Method in class com.communote.server.persistence.user.group.GroupDaoImpl
-
- create(GroupProperty) - Method in interface com.communote.server.persistence.user.group.GroupPropertyDao
-
Creates an instance of GroupProperty and adds it to the persistent store.
- create(int, GroupProperty) - Method in interface com.communote.server.persistence.user.group.GroupPropertyDao
-
- create(int, Collection<GroupProperty>) - Method in interface com.communote.server.persistence.user.group.GroupPropertyDao
-
- create(Collection<GroupProperty>) - Method in interface com.communote.server.persistence.user.group.GroupPropertyDao
-
Creates a new instance of GroupProperty and adds from the passed in entities
collection
- create(GroupProperty) - Method in class com.communote.server.persistence.user.group.GroupPropertyDaoBase
-
- create(int, GroupProperty) - Method in class com.communote.server.persistence.user.group.GroupPropertyDaoBase
-
- create(int, Collection<GroupProperty>) - Method in class com.communote.server.persistence.user.group.GroupPropertyDaoBase
-
- create(Collection<GroupProperty>) - Method in class com.communote.server.persistence.user.group.GroupPropertyDaoBase
-
- create(UserOfGroup) - Method in interface com.communote.server.persistence.user.group.UserOfGroupDao
-
Creates an instance of com.communote.server.persistence.user.group.UserOfGroup and adds it to
the persistent store.
- create(int, UserOfGroup) - Method in interface com.communote.server.persistence.user.group.UserOfGroupDao
-
- create(int, Collection<UserOfGroup>) - Method in interface com.communote.server.persistence.user.group.UserOfGroupDao
-
- create(Collection<UserOfGroup>) - Method in interface com.communote.server.persistence.user.group.UserOfGroupDao
-
Creates a new instance of com.communote.server.persistence.user.group.UserOfGroup and adds
from the passed in entities
collection
- create(UserOfGroup) - Method in class com.communote.server.persistence.user.group.UserOfGroupDaoBase
-
- create(int, UserOfGroup) - Method in class com.communote.server.persistence.user.group.UserOfGroupDaoBase
-
- create(int, Collection<UserOfGroup>) - Method in class com.communote.server.persistence.user.group.UserOfGroupDaoBase
-
- create(Collection<UserOfGroup>) - Method in class com.communote.server.persistence.user.group.UserOfGroupDaoBase
-
- create(Language) - Method in interface com.communote.server.persistence.user.LanguageDao
-
Creates an instance of com.communote.server.persistence.user.Language and adds it to the
persistent store.
- create(int, Language) - Method in interface com.communote.server.persistence.user.LanguageDao
-
- create(int, Collection<Language>) - Method in interface com.communote.server.persistence.user.LanguageDao
-
- create(Collection<Language>) - Method in interface com.communote.server.persistence.user.LanguageDao
-
Creates a new instance of com.communote.server.persistence.user.Language and adds from the
passed in entities
collection
- create(Language) - Method in class com.communote.server.persistence.user.LanguageDaoBase
-
- create(int, Language) - Method in class com.communote.server.persistence.user.LanguageDaoBase
-
- create(int, Collection<Language>) - Method in class com.communote.server.persistence.user.LanguageDaoBase
-
- create(Collection<Language>) - Method in class com.communote.server.persistence.user.LanguageDaoBase
-
- create(UserNoteEntity) - Method in interface com.communote.server.persistence.user.note.UserNoteEntityDao
-
Creates an instance of com.communote.server.persistence.user.note.UserNoteEntity and adds it
to the persistent store.
- create(int, UserNoteEntity) - Method in interface com.communote.server.persistence.user.note.UserNoteEntityDao
-
- create(int, Collection<UserNoteEntity>) - Method in interface com.communote.server.persistence.user.note.UserNoteEntityDao
-
- create(Collection<UserNoteEntity>) - Method in interface com.communote.server.persistence.user.note.UserNoteEntityDao
-
Creates a new instance of com.communote.server.persistence.user.note.UserNoteEntity and adds
from the passed in entities
collection
- create(UserNoteEntity) - Method in class com.communote.server.persistence.user.note.UserNoteEntityDaoBase
-
- create(int, UserNoteEntity) - Method in class com.communote.server.persistence.user.note.UserNoteEntityDaoBase
-
- create(int, Collection<UserNoteEntity>) - Method in class com.communote.server.persistence.user.note.UserNoteEntityDaoBase
-
- create(Collection<UserNoteEntity>) - Method in class com.communote.server.persistence.user.note.UserNoteEntityDaoBase
-
- create(NotificationConfig) - Method in interface com.communote.server.persistence.user.NotificationConfigDao
-
Creates an instance of com.communote.server.persistence.user.NotificationConfig and adds it
to the persistent store.
- create(int, NotificationConfig) - Method in interface com.communote.server.persistence.user.NotificationConfigDao
-
- create(int, Collection<NotificationConfig>) - Method in interface com.communote.server.persistence.user.NotificationConfigDao
-
- create(Collection<NotificationConfig>) - Method in interface com.communote.server.persistence.user.NotificationConfigDao
-
Creates a new instance of com.communote.server.persistence.user.NotificationConfig and adds
from the passed in entities
collection
- create(NotificationConfig) - Method in class com.communote.server.persistence.user.NotificationConfigDaoBase
-
- create(int, NotificationConfig) - Method in class com.communote.server.persistence.user.NotificationConfigDaoBase
-
- create(int, Collection<NotificationConfig>) - Method in class com.communote.server.persistence.user.NotificationConfigDaoBase
-
- create(Collection<NotificationConfig>) - Method in class com.communote.server.persistence.user.NotificationConfigDaoBase
-
- create(AuthenticationFailedStatus) - Method in interface com.communote.server.persistence.user.security.AuthenticationFailedStatusDao
-
Creates an instance of
com.communote.server.persistence.user.security.AuthenticationFailedStatus and adds it to the
persistent store.
- create(int, AuthenticationFailedStatus) - Method in interface com.communote.server.persistence.user.security.AuthenticationFailedStatusDao
-
- create(int, Collection<AuthenticationFailedStatus>) - Method in interface com.communote.server.persistence.user.security.AuthenticationFailedStatusDao
-
- create(Collection<AuthenticationFailedStatus>) - Method in interface com.communote.server.persistence.user.security.AuthenticationFailedStatusDao
-
Creates a new instance of
com.communote.server.persistence.user.security.AuthenticationFailedStatus and adds from the
passed in entities
collection
- create(AuthenticationFailedStatus) - Method in class com.communote.server.persistence.user.security.AuthenticationFailedStatusDaoBase
-
- create(int, AuthenticationFailedStatus) - Method in class com.communote.server.persistence.user.security.AuthenticationFailedStatusDaoBase
-
- create(int, Collection<AuthenticationFailedStatus>) - Method in class com.communote.server.persistence.user.security.AuthenticationFailedStatusDaoBase
-
- create(Collection<AuthenticationFailedStatus>) - Method in class com.communote.server.persistence.user.security.AuthenticationFailedStatusDaoBase
-
- create(EmailSecurityCode) - Method in interface com.communote.server.persistence.user.security.EmailSecurityCodeDao
-
Creates an instance of com.communote.server.persistence.user.security.EmailSecurityCode and
adds it to the persistent store.
- create(int, EmailSecurityCode) - Method in interface com.communote.server.persistence.user.security.EmailSecurityCodeDao
-
- create(int, Collection<EmailSecurityCode>) - Method in interface com.communote.server.persistence.user.security.EmailSecurityCodeDao
-
- create(Collection<EmailSecurityCode>) - Method in interface com.communote.server.persistence.user.security.EmailSecurityCodeDao
-
Creates a new instance of com.communote.server.persistence.user.security.EmailSecurityCode
and adds from the passed in entities
collection
- create(EmailSecurityCode) - Method in class com.communote.server.persistence.user.security.EmailSecurityCodeDaoBase
-
- create(int, EmailSecurityCode) - Method in class com.communote.server.persistence.user.security.EmailSecurityCodeDaoBase
-
- create(int, Collection<EmailSecurityCode>) - Method in class com.communote.server.persistence.user.security.EmailSecurityCodeDaoBase
-
- create(Collection<EmailSecurityCode>) - Method in class com.communote.server.persistence.user.security.EmailSecurityCodeDaoBase
-
- create(ForgottenPasswordSecurityCode) - Method in interface com.communote.server.persistence.user.security.ForgottenPasswordSecurityCodeDao
-
Creates an instance of
com.communote.server.persistence.user.security.ForgottenPasswordSecurityCode and adds it to
the persistent store.
- create(int, ForgottenPasswordSecurityCode) - Method in interface com.communote.server.persistence.user.security.ForgottenPasswordSecurityCodeDao
-
- create(int, Collection<ForgottenPasswordSecurityCode>) - Method in interface com.communote.server.persistence.user.security.ForgottenPasswordSecurityCodeDao
-
- create(Collection<ForgottenPasswordSecurityCode>) - Method in interface com.communote.server.persistence.user.security.ForgottenPasswordSecurityCodeDao
-
Creates a new instance of
com.communote.server.persistence.user.security.ForgottenPasswordSecurityCode and adds from
the passed in entities
collection
- create(ForgottenPasswordSecurityCode) - Method in class com.communote.server.persistence.user.security.ForgottenPasswordSecurityCodeDaoBase
-
- create(int, ForgottenPasswordSecurityCode) - Method in class com.communote.server.persistence.user.security.ForgottenPasswordSecurityCodeDaoBase
-
- create(int, Collection<ForgottenPasswordSecurityCode>) - Method in class com.communote.server.persistence.user.security.ForgottenPasswordSecurityCodeDaoBase
-
- create(Collection<ForgottenPasswordSecurityCode>) - Method in class com.communote.server.persistence.user.security.ForgottenPasswordSecurityCodeDaoBase
-
- create(T) - Method in interface com.communote.server.persistence.user.security.InviteSecurityCodeDao
-
Creates an instance of the invite SecurityCode and adds it to the persistent store.
- create(Collection<InviteUserToBlogSecurityCode>) - Method in interface com.communote.server.persistence.user.security.InviteUserToBlogSecurityCodeDao
-
Creates a new instance of InviteUserToBlogSecurityCode and adds from the passed in
entities
collection
- create(Collection<InviteUserToBlogSecurityCode>) - Method in class com.communote.server.persistence.user.security.InviteUserToBlogSecurityCodeDaoBase
-
- create(InviteUserToBlogSecurityCode) - Method in class com.communote.server.persistence.user.security.InviteUserToBlogSecurityCodeDaoBase
-
- create(Collection<InviteUserToClientSecurityCode>) - Method in interface com.communote.server.persistence.user.security.InviteUserToClientSecurityCodeDao
-
Creates a new instance of InviteUserToClientSecurityCode and adds from the passed in
entities
collection
- create(Collection<InviteUserToClientSecurityCode>) - Method in class com.communote.server.persistence.user.security.InviteUserToClientSecurityCodeDaoBase
-
- create(InviteUserToClientSecurityCode) - Method in class com.communote.server.persistence.user.security.InviteUserToClientSecurityCodeDaoBase
-
- create(UnlockUserSecurityCode) - Method in interface com.communote.server.persistence.user.security.UnlockUserSecurityCodeDao
-
Creates an instance of com.communote.server.persistence.user.security.UnlockUserSecurityCode
and adds it to the persistent store.
- create(int, UnlockUserSecurityCode) - Method in interface com.communote.server.persistence.user.security.UnlockUserSecurityCodeDao
-
- create(int, Collection<UnlockUserSecurityCode>) - Method in interface com.communote.server.persistence.user.security.UnlockUserSecurityCodeDao
-
- create(Collection<UnlockUserSecurityCode>) - Method in interface com.communote.server.persistence.user.security.UnlockUserSecurityCodeDao
-
Creates a new instance of
com.communote.server.persistence.user.security.UnlockUserSecurityCode and adds from the
passed in entities
collection
- create(UnlockUserSecurityCode) - Method in class com.communote.server.persistence.user.security.UnlockUserSecurityCodeDaoBase
-
- create(int, UnlockUserSecurityCode) - Method in class com.communote.server.persistence.user.security.UnlockUserSecurityCodeDaoBase
-
- create(int, Collection<UnlockUserSecurityCode>) - Method in class com.communote.server.persistence.user.security.UnlockUserSecurityCodeDaoBase
-
- create(Collection<UnlockUserSecurityCode>) - Method in class com.communote.server.persistence.user.security.UnlockUserSecurityCodeDaoBase
-
- create(UserSecurityCode) - Method in interface com.communote.server.persistence.user.security.UserSecurityCodeDao
-
Creates an instance of com.communote.server.persistence.user.security.UserSecurityCode and
adds it to the persistent store.
- create(int, UserSecurityCode) - Method in interface com.communote.server.persistence.user.security.UserSecurityCodeDao
-
- create(int, Collection<UserSecurityCode>) - Method in interface com.communote.server.persistence.user.security.UserSecurityCodeDao
-
- create(Collection<UserSecurityCode>) - Method in interface com.communote.server.persistence.user.security.UserSecurityCodeDao
-
Creates a new instance of com.communote.server.persistence.user.security.UserSecurityCode and
adds from the passed in entities
collection
- create(UserSecurityCode) - Method in class com.communote.server.persistence.user.security.UserSecurityCodeDaoBase
-
- create(int, UserSecurityCode) - Method in class com.communote.server.persistence.user.security.UserSecurityCodeDaoBase
-
- create(int, Collection<UserSecurityCode>) - Method in class com.communote.server.persistence.user.security.UserSecurityCodeDaoBase
-
- create(Collection<UserSecurityCode>) - Method in class com.communote.server.persistence.user.security.UserSecurityCodeDaoBase
-
- create(UserAuthority) - Method in interface com.communote.server.persistence.user.UserAuthorityDao
-
Creates an instance of the authority entity and adds it to the persistent store.
- create(int, UserAuthority) - Method in interface com.communote.server.persistence.user.UserAuthorityDao
-
- create(int, Collection<UserAuthority>) - Method in interface com.communote.server.persistence.user.UserAuthorityDao
-
- create(Collection<UserAuthority>) - Method in interface com.communote.server.persistence.user.UserAuthorityDao
-
Creates a new instance of UserAuthority and adds from the passed in entities
collection
- create(UserAuthority) - Method in class com.communote.server.persistence.user.UserAuthorityDaoBase
-
- create(int, UserAuthority) - Method in class com.communote.server.persistence.user.UserAuthorityDaoBase
-
- create(int, Collection<UserAuthority>) - Method in class com.communote.server.persistence.user.UserAuthorityDaoBase
-
- create(Collection<UserAuthority>) - Method in class com.communote.server.persistence.user.UserAuthorityDaoBase
-
- create(Collection<User>) - Method in interface com.communote.server.persistence.user.UserDao
-
Creates a new instance of User and adds from the passed in entities
collection
- create(int, Collection<User>) - Method in interface com.communote.server.persistence.user.UserDao
-
- create(int, User) - Method in interface com.communote.server.persistence.user.UserDao
-
- create(User) - Method in interface com.communote.server.persistence.user.UserDao
-
Creates an instance of User and adds it to the persistent store.
- create(User) - Method in class com.communote.server.persistence.user.UserDaoBase
-
- create(int, User) - Method in class com.communote.server.persistence.user.UserDaoBase
-
- create(int, Collection<User>) - Method in class com.communote.server.persistence.user.UserDaoBase
-
- create(Collection<User>) - Method in class com.communote.server.persistence.user.UserDaoBase
-
- create(int, User) - Method in class com.communote.server.persistence.user.UserDaoImpl
-
- create(UserImage) - Method in interface com.communote.server.persistence.user.UserImageDao
-
Creates an instance of com.communote.server.persistence.user.UserImage and adds it to the
persistent store.
- create(int, UserImage) - Method in interface com.communote.server.persistence.user.UserImageDao
-
- create(int, Collection<UserImage>) - Method in interface com.communote.server.persistence.user.UserImageDao
-
- create(Collection<UserImage>) - Method in interface com.communote.server.persistence.user.UserImageDao
-
Creates a new instance of com.communote.server.persistence.user.UserImage and adds from the
passed in entities
collection
- create(UserImage) - Method in class com.communote.server.persistence.user.UserImageDaoBase
-
- create(int, UserImage) - Method in class com.communote.server.persistence.user.UserImageDaoBase
-
- create(int, Collection<UserImage>) - Method in class com.communote.server.persistence.user.UserImageDaoBase
-
- create(Collection<UserImage>) - Method in class com.communote.server.persistence.user.UserImageDaoBase
-
- create(UserNoteProperty) - Method in interface com.communote.server.persistence.user.UserNotePropertyDao
-
Creates an instance of com.communote.server.persistence.user.UserNoteProperty and adds it to
the persistent store.
- create(int, UserNoteProperty) - Method in interface com.communote.server.persistence.user.UserNotePropertyDao
-
- create(int, Collection<UserNoteProperty>) - Method in interface com.communote.server.persistence.user.UserNotePropertyDao
-
- create(Collection<UserNoteProperty>) - Method in interface com.communote.server.persistence.user.UserNotePropertyDao
-
Creates a new instance of com.communote.server.persistence.user.UserNoteProperty and adds
from the passed in entities
collection
- create(int, Collection<UserNoteProperty>) - Method in class com.communote.server.persistence.user.UserNotePropertyDaoBase
-
- create(int, UserNoteProperty) - Method in class com.communote.server.persistence.user.UserNotePropertyDaoBase
-
- create(Collection<UserNoteProperty>) - Method in class com.communote.server.persistence.user.UserNotePropertyDaoBase
-
- create(UserNoteProperty) - Method in class com.communote.server.persistence.user.UserNotePropertyDaoBase
-
- create(UserProfile) - Method in interface com.communote.server.persistence.user.UserProfileDao
-
Creates an instance of com.communote.server.persistence.user.KenmeiUserProfile and adds it to
the persistent store.
- create(int, UserProfile) - Method in interface com.communote.server.persistence.user.UserProfileDao
-
- create(int, Collection<UserProfile>) - Method in interface com.communote.server.persistence.user.UserProfileDao
-
- create(Collection<UserProfile>) - Method in interface com.communote.server.persistence.user.UserProfileDao
-
Creates a new instance of com.communote.server.persistence.user.KenmeiUserProfile and adds
from the passed in entities
collection
- create(UserProfile) - Method in class com.communote.server.persistence.user.UserProfileDaoBase
-
- create(int, UserProfile) - Method in class com.communote.server.persistence.user.UserProfileDaoBase
-
- create(int, Collection<UserProfile>) - Method in class com.communote.server.persistence.user.UserProfileDaoBase
-
- create(Collection<UserProfile>) - Method in class com.communote.server.persistence.user.UserProfileDaoBase
-
- create(UserProperty) - Method in interface com.communote.server.persistence.user.UserPropertyDao
-
Creates an instance of com.communote.server.persistence.user.UserProperty and adds it to the
persistent store.
- create(int, UserProperty) - Method in interface com.communote.server.persistence.user.UserPropertyDao
-
- create(int, Collection<UserProperty>) - Method in interface com.communote.server.persistence.user.UserPropertyDao
-
- create(Collection<UserProperty>) - Method in interface com.communote.server.persistence.user.UserPropertyDao
-
Creates a new instance of com.communote.server.persistence.user.UserProperty and adds from
the passed in entities
collection
- create(int, Collection<UserProperty>) - Method in class com.communote.server.persistence.user.UserPropertyDaoBase
-
- create(int, UserProperty) - Method in class com.communote.server.persistence.user.UserPropertyDaoBase
-
- create(Collection<UserProperty>) - Method in class com.communote.server.persistence.user.UserPropertyDaoBase
-
- create(UserProperty) - Method in class com.communote.server.persistence.user.UserPropertyDaoBase
-
- create() - Method in class com.communote.server.web.api.service.post.convert.ApiNoteConverter
-
Deprecated.
- create() - Method in class com.communote.server.web.api.service.post.convert.BlogListItemConverter
-
- create() - Method in class com.communote.server.web.api.service.post.convert.v1_0_0.ApiDetailNoteConverter
-
Deprecated.
- create() - Method in class com.communote.server.web.api.service.post.convert.v1_0_1.ApiDetailNoteConverter
-
Deprecated.
- CREATE - Static variable in interface com.communote.server.web.commons.FormAction
-
Constants for a create action
- CREATE_EDIT - Static variable in interface com.communote.server.web.commons.FormAction
-
Create edit
- createApplicationContext() - Method in class com.communote.server.core.bootstrap.ApplicationInitializer
-
Create the Spring ApplicationContext and inform the ApplicationPreparedCallback.
- createAttachment(MultivaluedMap<String, String>) - Method in class com.communote.plugins.api.rest.resource.attachment.AttachmentResource
-
- createAttachment(String) - Method in class com.communote.plugins.api.rest.resource.attachment.AttachmentResource
-
- createAttachment() - Method in class com.communote.plugins.api.rest.resource.attachment.AttachmentResource
-
- createAttachment(MultivaluedMap<String, String>) - Method in class com.communote.plugins.api.rest.v22.resource.attachment.AttachmentResource
-
- createAttachment(String) - Method in class com.communote.plugins.api.rest.v22.resource.attachment.AttachmentResource
-
- createAttachment() - Method in class com.communote.plugins.api.rest.v22.resource.attachment.AttachmentResource
-
- createAttachment(MultivaluedMap<String, String>) - Method in class com.communote.plugins.api.rest.v24.resource.attachment.AttachmentResource
-
- createAttachment(String) - Method in class com.communote.plugins.api.rest.v24.resource.attachment.AttachmentResource
-
- createAttachment() - Method in class com.communote.plugins.api.rest.v24.resource.attachment.AttachmentResource
-
- createAttachment(MultivaluedMap<String, String>) - Method in class com.communote.plugins.api.rest.v30.resource.attachment.AttachmentResource
-
- createAttachment(String) - Method in class com.communote.plugins.api.rest.v30.resource.attachment.AttachmentResource
-
- createAttachment() - Method in class com.communote.plugins.api.rest.v30.resource.attachment.AttachmentResource
-
- createAttachmentJSONObject(Attachment) - Static method in class com.communote.server.web.fe.portal.blog.helper.CreateBlogPostFeHelper
-
Creates a JSON object that describes an attachment.
- createAttachmentJSONObject(AttachmentData) - Static method in class com.communote.server.web.fe.portal.blog.helper.CreateBlogPostFeHelper
-
Creates a JSON object that describes an attachment.
- CreateAttachmentParameter - Class in com.communote.plugins.api.rest.resource.attachment
-
This class it the parameter class for the Attachment resource.
- CreateAttachmentParameter() - Constructor for class com.communote.plugins.api.rest.resource.attachment.CreateAttachmentParameter
-
Default Constuctor necessary for json parsing
- CreateAttachmentParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.resource.attachment.CreateAttachmentParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateAttachmentParameter(String) - Constructor for class com.communote.plugins.api.rest.resource.attachment.CreateAttachmentParameter
-
- CreateAttachmentParameter - Class in com.communote.plugins.api.rest.v22.resource.attachment
-
This class it the parameter class for the Attachment resource.
- CreateAttachmentParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.attachment.CreateAttachmentParameter
-
Default Constuctor necessary for json parsing
- CreateAttachmentParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v22.resource.attachment.CreateAttachmentParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateAttachmentParameter(String) - Constructor for class com.communote.plugins.api.rest.v22.resource.attachment.CreateAttachmentParameter
-
- CreateAttachmentParameter - Class in com.communote.plugins.api.rest.v24.resource.attachment
-
This class it the parameter class for the Attachment resource.
- CreateAttachmentParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.attachment.CreateAttachmentParameter
-
Default Constuctor necessary for json parsing
- CreateAttachmentParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v24.resource.attachment.CreateAttachmentParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateAttachmentParameter(String) - Constructor for class com.communote.plugins.api.rest.v24.resource.attachment.CreateAttachmentParameter
-
- CreateAttachmentParameter - Class in com.communote.plugins.api.rest.v30.resource.attachment
-
This class it the parameter class for the Attachment resource.
- CreateAttachmentParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.attachment.CreateAttachmentParameter
-
Default Constuctor necessary for json parsing
- CreateAttachmentParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v30.resource.attachment.CreateAttachmentParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateAttachmentParameter(String) - Constructor for class com.communote.plugins.api.rest.v30.resource.attachment.CreateAttachmentParameter
-
- createAuthentication(User) - Static method in class com.communote.server.core.security.AuthenticationHelper
-
Create an authentication for the user that can be used to be set in the security context
- createAuthorities(UserRole[], boolean) - Method in interface com.communote.server.persistence.user.UserAuthorityDao
-
- createAuthorities(UserRole[], boolean) - Method in class com.communote.server.persistence.user.UserAuthorityDaoBase
-
- createAuthorizationPlugin(String, String) - Static method in class com.communote.plugins.mq.provider.activemq.security.ActiveMQProviderSecurityHelper
-
Creates the authorization pluging
- createBinder(HttpServletRequest, T) - Method in class com.communote.server.widgets.springmvc.SpringFormWidget
-
Create a binder for the given request and form backing object.
- createBlog(CreationBlogTO) - Method in interface com.communote.server.api.core.blog.BlogManagement
-
Create a new blog and set the user referenced in the transfer object as its manager.
- createBlog(CreationBlogTO) - Method in class com.communote.server.core.blog.BlogManagementBase
-
Create a new blog and set the user referenced in the transfer object as its manager.
- CreateBlogPostFeHelper - Class in com.communote.server.web.fe.portal.blog.helper
-
Helper class for blog post creation.
- CreateBlogPostHelper - Class in com.communote.server.persistence.blog
-
Helper class for blog post creation.
TODO rwi move to service.blog
- createBlogRightsSynchronizer(Long, String) - Method in class com.communote.plugins.mq.message.core.handler.SetTopicRolesMessageHandler
-
- createBlogRightsSynchronizer(Long, String) - Method in class com.communote.plugins.mq.message.core.handler.UpdateTopicRolesMessageHandler
-
Create a synchronizer for external topic roles
- createBlogSearchJSONResult(Collection<BlogData>, boolean, boolean) - Static method in class com.communote.server.web.fe.portal.blog.helper.BlogSearchHelper
-
Creates a JSON array with JSON objects of the blog list items.
- createBlogSearchJSONResult(Long, String, String, boolean) - Static method in class com.communote.server.web.fe.portal.blog.helper.BlogSearchHelper
-
Creates a JSON object describing a blog by its id, nameId and title
- createBlogSearchJSONResult(Long, String, String, String, boolean) - Static method in class com.communote.server.web.fe.portal.blog.helper.BlogSearchHelper
-
Creates a JSON object describing a blog by its id, nameId and title
- createBlogSearchJSONResult(PageableList<BlogData>, boolean, boolean, boolean) - Static method in class com.communote.server.web.fe.portal.blog.helper.BlogSearchHelper
-
Creates a JSON array with JSON objects of the blog list items.
- CreateBlogViewController - Class in com.communote.server.web.fe.portal.blog.controller
-
View for the blog creation.
- CreateBlogViewController() - Constructor for class com.communote.server.web.fe.portal.blog.controller.CreateBlogViewController
-
- createBuildTimestampParam() - Method in class com.communote.server.web.commons.viewtool.UrlTool
-
Creates a request parameter holding the build timestamp.
- createBuiltInNavigationItems(Long) - Method in interface com.communote.server.core.user.NavigationItemManagement
-
Create the built-in immutable navigation items for the current user if they do not yet exist.
- createBuiltInNavigationItems(Long) - Method in class com.communote.server.core.user.NavigationItemManagementImpl
-
Create the built-in immutable navigation items for the current user if they do not yet exist.
- createBuiltInNavigationItems(Long) - Method in class com.communote.server.service.NavigationItemService
-
Create the built-in navigation items for the provided user if they do not yet exist.
- CreateBuiltInNavigationItemsOnUserActivation - Class in com.communote.server.core.user.listeners
-
Event handler for the UserStatusChangedEvent which creates the built-in navigation items if the
user provided by the event was activated.
- CreateBuiltInNavigationItemsOnUserActivation() - Constructor for class com.communote.server.core.user.listeners.CreateBuiltInNavigationItemsOnUserActivation
-
- createCacheExtension(Ehcache, Properties) - Method in class com.communote.server.core.common.caching.eh.DistributionSupportCacheExtensionFactory
- createCacheManager(EhCacheConfigurer, Properties) - Static method in class com.communote.server.core.common.caching.eh.SingletonEhCacheManagerFactory
-
Creates the singleton cache manager if it does not yet exist.
- createCacheManager(String) - Static method in class com.communote.server.core.common.caching.eh.SingletonEhCacheManagerFactory
-
Creates the singleton cache manager if it does not yet exist.
- createCachePeerListener(CacheManager, Properties) - Method in class com.communote.server.core.common.caching.eh.PlaceHolderCacheManagerPeerListenerFactory
- createCachePeerProvider(CacheManager, Properties) - Method in class com.communote.server.core.common.caching.eh.PlaceHolderCacheManagerPeerProviderFactory
- createCategorizedTag(CategorizedTagVO, Long, Integer) - Method in interface com.communote.server.core.tag.category.TagCategoryManagement
-
- createCategorizedTag(CategorizedTagVO, Long, Integer) - Method in class com.communote.server.core.tag.category.TagCategoryManagementBase
-
- createChildTopic(MultivaluedMap<String, String>, String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.childtopic.ChildTopicResource
-
- createChildTopic(String, String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.childtopic.ChildTopicResource
-
- CreateChildTopicParameter - Class in com.communote.plugins.api.rest.v30.resource.topic.childtopic
-
This class it the parameter class for the ChildTopic resource.
- CreateChildTopicParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.childtopic.CreateChildTopicParameter
-
Default Constuctor necessary for json parsing
- CreateChildTopicParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.childtopic.CreateChildTopicParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateChildTopicParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.childtopic.CreateChildTopicParameter
-
- createChunk(String) - Static method in class com.communote.server.core.blog.export.impl.RtfElementFactory
-
This creates a new chunk with the given text.
- createChunk(String, Font) - Static method in class com.communote.server.core.blog.export.impl.RtfElementFactory
-
This creates a new chunk with the given text and font.
- createCode(User, String) - Method in interface com.communote.server.persistence.user.security.EmailSecurityCodeDao
-
Creates an EmailSecurityCode.
- createCode(User, String) - Method in class com.communote.server.persistence.user.security.EmailSecurityCodeDaoBase
-
- createCode(User) - Method in interface com.communote.server.persistence.user.security.ForgottenPasswordSecurityCodeDao
-
- createCode(User) - Method in class com.communote.server.persistence.user.security.ForgottenPasswordSecurityCodeDaoBase
-
- createCode(User, ChannelType) - Method in interface com.communote.server.persistence.user.security.UnlockUserSecurityCodeDao
-
Creates an user security code
- createCode(User, ChannelType) - Method in class com.communote.server.persistence.user.security.UnlockUserSecurityCodeDaoBase
-
- createCode(User) - Method in interface com.communote.server.persistence.user.security.UserSecurityCodeDao
-
Creates an user security code
- createCode(User) - Method in class com.communote.server.persistence.user.security.UserSecurityCodeDaoBase
-
- createCommunoteAccount(String, String) - Method in interface com.communote.server.api.core.installer.CommunoteInstaller
-
Create the Communote account (aka the global client).
- createCommunoteAccount(String, String) - Method in class com.communote.server.core.installer.CommunoteInstallerImpl
-
- createConfiguration() - Method in class com.communote.plugin.ldap.LdapUserRepository
-
Create an empty configuration.
- createConfiguration() - Method in class com.communote.server.core.external.confluence.ConfluenceUserRepository
-
Create an empty configuration.
- createConfiguration() - Method in interface com.communote.server.core.external.ExternalUserRepository
-
Create an empty configuration.
- createConnectionFactory(String) - Method in class com.communote.plugins.mq.provider.activemq.embedded.EmbeddedConnectionFactoryProviderImpl
- createConnectionFactory(String) - Method in interface com.communote.plugins.mq.provider.jms.EmbeddedConnectionFactoryProvider
-
- createDatabaseConfiguration() - Method in interface com.communote.server.api.core.config.database.DatabaseConfigurationFactory
-
- createDatabaseConfiguration() - Method in class com.communote.server.core.database.hibernate.HibernateDatabaseConfigurationFactory
-
- createDatabaseSnapshot(String, Set<DiffStatusListener>) - Method in class com.communote.server.core.database.liquibase.CommunotePostgresDatabase
-
- createDataSource() - Method in class com.communote.server.core.database.hibernate.C3P0DataSourceConnectionProvider
-
Create the DataSource from which the connections should be retrieved.
- createDefaultBlog(String) - Method in interface com.communote.server.api.core.blog.BlogManagement
-
Create a default topic if there is no such topic yet.
- createDefaultBlog(String) - Method in class com.communote.server.core.blog.BlogManagementImpl
-
- createDefaultMailFetchingService() - Static method in class com.communote.server.core.mail.fetching.MailFetchingService
-
Factory method to create the default mail fetching service.
- createEmptyList(Class<T>) - Method in class com.communote.common.util.AugmentedPageableList
-
create a new empty list of the same type
- createEmptyList(Class<T>) - Method in class com.communote.common.util.PageableList
-
create a new empty list of the same type
- createEmptyListWithMetaData(Class<T>) - Method in class com.communote.common.util.AugmentedPageableList
- createEmptyListWithMetaData(Class<T>) - Method in class com.communote.common.util.PageableList
-
- createEntitySearchJSONResult(PageableList<CommunoteEntityData>, boolean, ImageSizeType) - Static method in class com.communote.server.web.fe.portal.blog.helper.UserSearchHelper
-
Creates an array of JSON objects which hold details about the found users or groups.
- createErrorMessage(HttpServletRequest, AuthenticationException) - Method in class com.communote.server.web.external.spring.security.CommunoteTokenAuthenticationProcessingFilter
-
Creates a descriptive error message for the authentication exception.
- createExternalGroup(ExternalGroupVO) - Method in interface com.communote.server.core.user.UserGroupManagement
-
Create a group imported from an external system.
- createExternalGroup(ExternalGroupVO) - Method in class com.communote.server.core.user.UserGroupManagementBase
-
- createExternalObject(MultivaluedMap<String, String>, String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.ExternalObjectResource
-
- createExternalObject(String, String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.ExternalObjectResource
-
- createExternalObject(MultivaluedMap<String, String>, String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.ExternalObjectResource
-
- createExternalObject(String, String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.ExternalObjectResource
-
- createExternalObject(MultivaluedMap<String, String>, String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.ExternalObjectResource
-
- createExternalObject(String, String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.ExternalObjectResource
-
- CreateExternalObjectParameter - Class in com.communote.plugins.api.rest.v22.resource.topic.externalobject
-
This class it the parameter class for the ExternalObject resource.
- CreateExternalObjectParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.externalobject.CreateExternalObjectParameter
-
Default Constuctor necessary for json parsing
- CreateExternalObjectParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.externalobject.CreateExternalObjectParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateExternalObjectParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.externalobject.CreateExternalObjectParameter
-
- CreateExternalObjectParameter - Class in com.communote.plugins.api.rest.v24.resource.topic.externalobject
-
This class it the parameter class for the ExternalObject resource.
- CreateExternalObjectParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.externalobject.CreateExternalObjectParameter
-
Default Constuctor necessary for json parsing
- CreateExternalObjectParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.externalobject.CreateExternalObjectParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateExternalObjectParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.externalobject.CreateExternalObjectParameter
-
- CreateExternalObjectParameter - Class in com.communote.plugins.api.rest.v30.resource.topic.externalobject
-
This class it the parameter class for the ExternalObject resource.
- CreateExternalObjectParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.externalobject.CreateExternalObjectParameter
-
Default Constuctor necessary for json parsing
- CreateExternalObjectParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.externalobject.CreateExternalObjectParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateExternalObjectParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.externalobject.CreateExternalObjectParameter
-
- createFavorite(MultivaluedMap<String, String>, Long) - Method in class com.communote.plugins.api.rest.resource.note.favorite.FavoriteResource
-
- createFavorite(String, Long) - Method in class com.communote.plugins.api.rest.resource.note.favorite.FavoriteResource
-
- createFavorite() - Method in class com.communote.plugins.api.rest.resource.note.favorite.FavoriteResource
-
- createFavorite(MultivaluedMap<String, String>, Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.favorite.FavoriteResource
-
- createFavorite(String, Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.favorite.FavoriteResource
-
- createFavorite(MultivaluedMap<String, String>, Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.favorite.FavoriteResource
-
- createFavorite(String, Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.favorite.FavoriteResource
-
- createFavorite(MultivaluedMap<String, String>, Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.favorite.FavoriteResource
-
- createFavorite(String, Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.favorite.FavoriteResource
-
- CreateFavoriteParameter - Class in com.communote.plugins.api.rest.resource.note.favorite
-
This class it the parameter class for the Favorite resource.
- CreateFavoriteParameter() - Constructor for class com.communote.plugins.api.rest.resource.note.favorite.CreateFavoriteParameter
-
Default Constuctor necessary for json parsing
- CreateFavoriteParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.resource.note.favorite.CreateFavoriteParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateFavoriteParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.resource.note.favorite.CreateFavoriteParameter
-
- CreateFavoriteParameter - Class in com.communote.plugins.api.rest.v22.resource.note.favorite
-
This class it the parameter class for the Favorite resource.
- CreateFavoriteParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.note.favorite.CreateFavoriteParameter
-
Default Constuctor necessary for json parsing
- CreateFavoriteParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.note.favorite.CreateFavoriteParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateFavoriteParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.note.favorite.CreateFavoriteParameter
-
- CreateFavoriteParameter - Class in com.communote.plugins.api.rest.v24.resource.note.favorite
-
This class it the parameter class for the Favorite resource.
- CreateFavoriteParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.note.favorite.CreateFavoriteParameter
-
Default Constuctor necessary for json parsing
- CreateFavoriteParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.note.favorite.CreateFavoriteParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateFavoriteParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.note.favorite.CreateFavoriteParameter
-
- CreateFavoriteParameter - Class in com.communote.plugins.api.rest.v30.resource.note.favorite
-
This class it the parameter class for the Favorite resource.
- CreateFavoriteParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.note.favorite.CreateFavoriteParameter
-
Default Constuctor necessary for json parsing
- CreateFavoriteParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.note.favorite.CreateFavoriteParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateFavoriteParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.note.favorite.CreateFavoriteParameter
-
- createFilter(String, String, String) - Method in interface com.communote.server.core.security.iprange.IpRangeFilterManagement
-
- createFilter(String, String, String) - Method in class com.communote.server.core.security.iprange.IpRangeFilterManagementBase
-
- createFollow(MultivaluedMap<String, String>, String) - Method in class com.communote.plugins.api.rest.resource.topic.follow.FollowResource
-
- createFollow(String, String) - Method in class com.communote.plugins.api.rest.resource.topic.follow.FollowResource
-
- createFollow() - Method in class com.communote.plugins.api.rest.resource.topic.follow.FollowResource
-
- createFollow(MultivaluedMap<String, String>, Long) - Method in class com.communote.plugins.api.rest.resource.user.follow.FollowResource
-
- createFollow(String, Long) - Method in class com.communote.plugins.api.rest.resource.user.follow.FollowResource
-
- createFollow() - Method in class com.communote.plugins.api.rest.resource.user.follow.FollowResource
-
- createFollow(MultivaluedMap<String, String>, String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.follow.FollowResource
-
- createFollow(String, String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.follow.FollowResource
-
- createFollow(MultivaluedMap<String, String>, Long) - Method in class com.communote.plugins.api.rest.v22.resource.user.follow.FollowResource
-
- createFollow(String, Long) - Method in class com.communote.plugins.api.rest.v22.resource.user.follow.FollowResource
-
- createFollow(MultivaluedMap<String, String>, String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.follow.FollowResource
-
- createFollow(String, String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.follow.FollowResource
-
- createFollow(MultivaluedMap<String, String>, Long) - Method in class com.communote.plugins.api.rest.v24.resource.user.follow.FollowResource
-
- createFollow(String, Long) - Method in class com.communote.plugins.api.rest.v24.resource.user.follow.FollowResource
-
- createFollow(MultivaluedMap<String, String>, String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.follow.FollowResource
-
- createFollow(String, String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.follow.FollowResource
-
- createFollow(MultivaluedMap<String, String>, Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.follow.FollowResource
-
- createFollow(String, Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.follow.FollowResource
-
- CreateFollowParameter - Class in com.communote.plugins.api.rest.resource.topic.follow
-
This class it the parameter class for the Follow resource.
- CreateFollowParameter() - Constructor for class com.communote.plugins.api.rest.resource.topic.follow.CreateFollowParameter
-
Default Constuctor necessary for json parsing
- CreateFollowParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.resource.topic.follow.CreateFollowParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateFollowParameter(String, String) - Constructor for class com.communote.plugins.api.rest.resource.topic.follow.CreateFollowParameter
-
- CreateFollowParameter - Class in com.communote.plugins.api.rest.resource.user.follow
-
This class it the parameter class for the Follow resource.
- CreateFollowParameter() - Constructor for class com.communote.plugins.api.rest.resource.user.follow.CreateFollowParameter
-
Default Constuctor necessary for json parsing
- CreateFollowParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.resource.user.follow.CreateFollowParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateFollowParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.resource.user.follow.CreateFollowParameter
-
- CreateFollowParameter - Class in com.communote.plugins.api.rest.v22.resource.topic.follow
-
This class it the parameter class for the Follow resource.
- CreateFollowParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.follow.CreateFollowParameter
-
Default Constuctor necessary for json parsing
- CreateFollowParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.follow.CreateFollowParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateFollowParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.follow.CreateFollowParameter
-
- CreateFollowParameter - Class in com.communote.plugins.api.rest.v22.resource.user.follow
-
This class it the parameter class for the Follow resource.
- CreateFollowParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.user.follow.CreateFollowParameter
-
Default Constuctor necessary for json parsing
- CreateFollowParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.user.follow.CreateFollowParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateFollowParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.user.follow.CreateFollowParameter
-
- CreateFollowParameter - Class in com.communote.plugins.api.rest.v24.resource.topic.follow
-
This class it the parameter class for the Follow resource.
- CreateFollowParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.follow.CreateFollowParameter
-
Default Constuctor necessary for json parsing
- CreateFollowParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.follow.CreateFollowParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateFollowParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.follow.CreateFollowParameter
-
- CreateFollowParameter - Class in com.communote.plugins.api.rest.v24.resource.user.follow
-
This class it the parameter class for the Follow resource.
- CreateFollowParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.user.follow.CreateFollowParameter
-
Default Constuctor necessary for json parsing
- CreateFollowParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.user.follow.CreateFollowParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateFollowParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.user.follow.CreateFollowParameter
-
- CreateFollowParameter - Class in com.communote.plugins.api.rest.v30.resource.topic.follow
-
This class it the parameter class for the Follow resource.
- CreateFollowParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.follow.CreateFollowParameter
-
Default Constuctor necessary for json parsing
- CreateFollowParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.follow.CreateFollowParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateFollowParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.follow.CreateFollowParameter
-
- CreateFollowParameter - Class in com.communote.plugins.api.rest.v30.resource.user.follow
-
This class it the parameter class for the Follow resource.
- CreateFollowParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.user.follow.CreateFollowParameter
-
Default Constuctor necessary for json parsing
- CreateFollowParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.user.follow.CreateFollowParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateFollowParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.user.follow.CreateFollowParameter
-
- createGlobalClient(String, String) - Method in interface com.communote.server.core.user.client.ClientManagement
-
Create the global client (as entity with db config only)
- createGlobalClient(String, String) - Method in class com.communote.server.core.user.client.ClientManagementBase
-
- createGlobalClient(String, String) - Method in class com.communote.server.service.ClientCreationService
-
Create the global client.
- createGlobalId(Attachment) - Method in interface com.communote.server.persistence.global.GlobalIdDao
-
- createGlobalId(Blog) - Method in interface com.communote.server.persistence.global.GlobalIdDao
-
- createGlobalId(Note) - Method in interface com.communote.server.persistence.global.GlobalIdDao
-
- createGlobalId(Tag) - Method in interface com.communote.server.persistence.global.GlobalIdDao
-
- createGlobalId(Group) - Method in interface com.communote.server.persistence.global.GlobalIdDao
-
- createGlobalId(User) - Method in interface com.communote.server.persistence.global.GlobalIdDao
-
- createGlobalId(Attachment) - Method in class com.communote.server.persistence.global.GlobalIdDaoBase
-
- createGlobalId(Blog) - Method in class com.communote.server.persistence.global.GlobalIdDaoBase
-
- createGlobalId(Note) - Method in class com.communote.server.persistence.global.GlobalIdDaoBase
-
- createGlobalId(Tag) - Method in class com.communote.server.persistence.global.GlobalIdDaoBase
-
- createGlobalId(Group) - Method in class com.communote.server.persistence.global.GlobalIdDaoBase
-
- createGlobalId(User) - Method in class com.communote.server.persistence.global.GlobalIdDaoBase
-
- createGlobalTagCategory(GlobalTagCategoryVO) - Method in interface com.communote.server.core.tag.category.TagCategoryManagement
-
- createGlobalTagCategory(GlobalTagCategoryVO) - Method in class com.communote.server.core.tag.category.TagCategoryManagementBase
-
- createGroup(GroupVO) - Method in interface com.communote.server.core.user.UserGroupManagement
-
Create a new group.
- createGroup(GroupVO) - Method in class com.communote.server.core.user.UserGroupManagementBase
-
- createImage(byte[], float, float) - Static method in class com.communote.server.core.blog.export.impl.RtfElementFactory
-
- createImage(String, float, float) - Static method in class com.communote.server.core.blog.export.impl.RtfElementFactory
-
This method creates an Image
depending on the path.
- createImageFile(byte[], String) - Static method in class com.communote.common.image.ImageHelper
-
Creates an image file and save it to the cache directory
- createInfo() - Method in class com.communote.server.web.commons.view.velocity.ClassBasedToolConfiguration
-
- createInitialFilters(HttpServletRequest) - Method in class com.communote.server.web.fe.portal.blog.controller.InitialFiltersViewController
-
- createInstance() - Method in class com.communote.server.core.mail.MimeMessageSenderFactory
-
- createInstance() - Method in class com.communote.server.core.vo.query.blog.BlogMemberManagementQuery
-
Create an empty instance for this definition
- createInstance() - Method in class com.communote.server.core.vo.query.blog.BlogMemberQuery
-
Create an empty instance for this definition
- createInstance() - Method in class com.communote.server.core.vo.query.blog.BlogQuery
-
Create an empty instance for this definition
- createInstance() - Method in class com.communote.server.core.vo.query.blog.external.ExternalObjectQuery
-
- createInstance() - Method in class com.communote.server.core.vo.query.blog.UserTaggedBlogQuery
-
- createInstance() - Method in class com.communote.server.core.vo.query.post.AbstractNoteQuery
-
Create a new empty query instance
- createInstance() - Method in class com.communote.server.core.vo.query.post.NoteQuery
-
Create a new empty query instance
- createInstance() - Method in class com.communote.server.core.vo.query.Query
-
Create an empty instance for this definition
- createInstance() - Method in class com.communote.server.core.vo.query.tag.AbstractBlogTagQuery
-
- createInstance() - Method in class com.communote.server.core.vo.query.tag.AbstractTagQuery
-
Create an empty instance for this definition
- createInstance() - Method in class com.communote.server.core.vo.query.tag.BlogTagQuery
-
- createInstance() - Method in class com.communote.server.core.vo.query.tag.UserTagQuery
-
- createInstance() - Method in class com.communote.server.core.vo.query.TaggingCoreItemTimeLimitsQuery
-
Create an empty instance for this definition
- createInstance() - Method in class com.communote.server.core.vo.query.user.AbstractUserTaggingCoreQuery
-
Create a new empty query instance
- createInstance() - Method in class com.communote.server.core.vo.query.user.CommunoteEntityQuery
-
Create an empty instance for this definition
- createInstance() - Method in class com.communote.server.core.vo.query.user.UserManagementQuery
-
- createInstance() - Method in class com.communote.server.core.vo.query.user.UserQuery
-
Create an empty instance for this definition
- createInstance() - Method in class com.communote.server.core.vo.query.user.v1_0_1.UserTaggingCoreQuery
-
Create a new empty query instance
- createJsonErrorResponse(String) - Static method in class com.communote.server.web.commons.helper.JsonRequestHelper
-
Create a JSON error response object
- createJsonSuccessResponse(String, ObjectNode) - Static method in class com.communote.server.web.commons.helper.JsonRequestHelper
-
Create a JSON success response object
- createLastModificationDate(Long, Date) - Method in class com.communote.plugins.api.rest.v30.resource.lastmodificationdate.LastModificationDateResourceFactory
-
- createLastModificationDate(Long, Date) - Method in interface com.communote.server.persistence.lastmodifieddate.LastModificationDateFactory
-
Create some form of object that holds the entity id and date
- createLastModificationDate(Long, Date) - Method in class com.communote.server.persistence.lastmodifieddate.StandardLastModificationDateFactory
-
- createLdapContext(LdapConfiguration, LdapAttributesMapper<?>) - Static method in class com.communote.server.core.common.ldap.LdapSearchUtils
-
Creates an LDAP context
- createLdapContext(LdapConfiguration, String[]) - Static method in class com.communote.server.core.common.ldap.LdapSearchUtils
-
- createLeftSidePairComparator(Comparator<L>) - Static method in class com.communote.common.util.PairComparator
-
Creating a constructor for a comparison on the left side of the pair
- createLike(MultivaluedMap<String, String>, Long) - Method in class com.communote.plugins.api.rest.resource.note.like.LikeResource
-
- createLike(String, Long) - Method in class com.communote.plugins.api.rest.resource.note.like.LikeResource
-
- createLike() - Method in class com.communote.plugins.api.rest.resource.note.like.LikeResource
-
- createLike(MultivaluedMap<String, String>, Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.like.LikeResource
-
- createLike(String, Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.like.LikeResource
-
- createLike(MultivaluedMap<String, String>, Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.like.LikeResource
-
- createLike(String, Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.like.LikeResource
-
- createLike(MultivaluedMap<String, String>, Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.like.LikeResource
-
- createLike(String, Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.like.LikeResource
-
- CreateLikeParameter - Class in com.communote.plugins.api.rest.resource.note.like
-
This class it the parameter class for the Like resource.
- CreateLikeParameter() - Constructor for class com.communote.plugins.api.rest.resource.note.like.CreateLikeParameter
-
Default Constuctor necessary for json parsing
- CreateLikeParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.resource.note.like.CreateLikeParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateLikeParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.resource.note.like.CreateLikeParameter
-
- CreateLikeParameter - Class in com.communote.plugins.api.rest.v22.resource.note.like
-
This class it the parameter class for the Like resource.
- CreateLikeParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.note.like.CreateLikeParameter
-
Default Constuctor necessary for json parsing
- CreateLikeParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.note.like.CreateLikeParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateLikeParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.note.like.CreateLikeParameter
-
- CreateLikeParameter - Class in com.communote.plugins.api.rest.v24.resource.note.like
-
This class it the parameter class for the Like resource.
- CreateLikeParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.note.like.CreateLikeParameter
-
Default Constuctor necessary for json parsing
- CreateLikeParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.note.like.CreateLikeParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateLikeParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.note.like.CreateLikeParameter
-
- CreateLikeParameter - Class in com.communote.plugins.api.rest.v30.resource.note.like
-
This class it the parameter class for the Like resource.
- CreateLikeParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.note.like.CreateLikeParameter
-
Default Constuctor necessary for json parsing
- CreateLikeParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.note.like.CreateLikeParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateLikeParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.note.like.CreateLikeParameter
-
- createListItem(String) - Static method in class com.communote.server.core.blog.export.impl.RtfElementFactory
-
This method returns a IdentifiableEntityData
with the given text as specific einput.
- createListItem(String, Font) - Static method in class com.communote.server.core.blog.export.impl.RtfElementFactory
-
This method returns a IdentifiableEntityData
with the given text as specific einput.
- createMailNotificationConfig(Long) - Method in interface com.communote.server.persistence.user.UserDao
-
Create the default mail notification config
- createMailNotificationConfig(Long) - Method in class com.communote.server.persistence.user.UserDaoBase
-
- createMatcher(NoteQueryParameters) - Static method in class com.communote.server.core.vo.query.java.note.MatcherFactory
-
Method to create a matcher for the given parameters.
- createMessageIdentifier(Note) - Static method in class com.communote.server.core.blog.helper.MailBasedPostingHelper
-
Creates a message identifier that uniquely identifies a note and can be used as part of a
Message-ID email header.
- createMessageIdHeaderValue(String) - Static method in class com.communote.server.core.mail.MailMessageHelper
-
Creates a value for the Message-ID header.
- createMethod(ConfluenceAuthenticationRequest, boolean) - Method in class com.communote.server.core.security.authentication.confluence.ConfluenceAuthenticator
- createMethod(R, boolean) - Method in class com.communote.server.core.security.authentication.ExternalKenmeiApiAuthenticator
-
- createMimeMessage() - Method in class com.communote.server.core.mail.FileSystemMimeMessageSender
-
- createMimeMessage() - Method in interface com.communote.server.core.mail.MimeMessageSender
-
- createMimeMessage() - Method in class com.communote.server.core.mail.SmtpMimeMessageSender
-
- createMultiResultView(HttpServletRequest, Widget, List<?>) - Method in class com.communote.server.widgets.SimpleWidgetController
-
Creates and prepares the view to render the response of the widget request.
- createMultiResultView(HttpServletRequest, Widget, List<?>) - Method in class com.communote.server.widgets.springmvc.SpringMVCWidgetController
-
Creates and prepares the view to render the response of the widget request.
- createMultiResultView(HttpServletRequest, Widget, List<?>) - Method in class com.communote.server.widgets.WidgetController
-
Creates and prepares the view to render the response of the widget request.
- createNavigationItem(MultivaluedMap<String, String>, Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.NavigationItemResource
-
- createNavigationItem(String, Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.NavigationItemResource
-
- CreateNavigationItemParameter - Class in com.communote.plugins.api.rest.v30.resource.user.navigationitem
-
This class it the parameter class for the NavigationItem resource.
- CreateNavigationItemParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.user.navigationitem.CreateNavigationItemParameter
-
Default Constuctor necessary for json parsing
- CreateNavigationItemParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.user.navigationitem.CreateNavigationItemParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateNavigationItemParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.user.navigationitem.CreateNavigationItemParameter
-
- createNote(MultivaluedMap<String, String>) - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
- createNote(String) - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
- createNote() - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
- createNote(MultivaluedMap<String, String>) - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
- createNote(String) - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
- createNote(MultivaluedMap<String, String>) - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
- createNote(String) - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
- createNote(MultivaluedMap<String, String>) - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
- createNote(String) - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
- createNote(NoteStoringTO, Set<String>) - Method in interface com.communote.server.core.blog.NoteManagement
-
Creates a note from the supplied transfer object.
- createNote(NoteStoringTO, Set<String>) - Method in class com.communote.server.core.blog.NoteManagementBase
-
- createNote(NoteStoringTO, Set<String>) - Method in class com.communote.server.service.NoteService
-
Creates a note from the supplied transfer object.
- createNoteFromMail(Message, String, Set<String>) - Method in interface com.communote.server.core.blog.MailBasedPostingManagement
-
Creates a UserTaggedPost from an email message.
- createNoteFromMail(Message, String, Set<String>) - Method in class com.communote.server.core.blog.MailBasedPostingManagementBase
-
- createNoteFromMail(ClientTO, Message, String, Set<String>) - Method in class com.communote.server.core.blog.MailBasedPostingManagementFacade
-
Creates a user tagged post from a email message.
- CreateNoteMessage - Class in com.communote.plugins.mq.message.core.message.note
-
Message to be sent for creating a note
- CreateNoteMessage() - Constructor for class com.communote.plugins.mq.message.core.message.note.CreateNoteMessage
-
- CreateNoteMessageHandler - Class in com.communote.plugins.mq.message.core.handler
-
Handler for creating notes.
- CreateNoteMessageHandler() - Constructor for class com.communote.plugins.mq.message.core.handler.CreateNoteMessageHandler
-
- CreateNoteParameter - Class in com.communote.plugins.api.rest.resource.note
-
This class it the parameter class for the Note resource.
- CreateNoteParameter() - Constructor for class com.communote.plugins.api.rest.resource.note.CreateNoteParameter
-
Default Constuctor necessary for json parsing
- CreateNoteParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.resource.note.CreateNoteParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateNoteParameter(String) - Constructor for class com.communote.plugins.api.rest.resource.note.CreateNoteParameter
-
- CreateNoteParameter - Class in com.communote.plugins.api.rest.v22.resource.note
-
This class it the parameter class for the Note resource.
- CreateNoteParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.note.CreateNoteParameter
-
Default Constuctor necessary for json parsing
- CreateNoteParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v22.resource.note.CreateNoteParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateNoteParameter(String) - Constructor for class com.communote.plugins.api.rest.v22.resource.note.CreateNoteParameter
-
- CreateNoteParameter - Class in com.communote.plugins.api.rest.v24.resource.note
-
This class it the parameter class for the Note resource.
- CreateNoteParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.note.CreateNoteParameter
-
Default Constuctor necessary for json parsing
- CreateNoteParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v24.resource.note.CreateNoteParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateNoteParameter(String) - Constructor for class com.communote.plugins.api.rest.v24.resource.note.CreateNoteParameter
-
- CreateNoteParameter - Class in com.communote.plugins.api.rest.v30.resource.note
-
This class it the parameter class for the Note resource.
- CreateNoteParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.note.CreateNoteParameter
-
Default Constuctor necessary for json parsing
- CreateNoteParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v30.resource.note.CreateNoteParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateNoteParameter(String) - Constructor for class com.communote.plugins.api.rest.v30.resource.note.CreateNoteParameter
-
- createNotePropertyFilter(String, String, String, PropertyFilter.MatchMode, boolean) - Static method in class com.communote.plugins.embed.EmbedController
-
- createNoteRenderContext(Boolean, boolean, Request) - Static method in class com.communote.plugins.api.rest.resource.note.NoteResourceHelper
-
Creates a suitable note render context.
- createNoteRenderContext(Boolean, boolean, Request) - Static method in class com.communote.plugins.api.rest.v22.resource.note.NoteResourceHelper
-
Creates a suitable note render context.
- createNoteRenderContext(Boolean, boolean, Request) - Static method in class com.communote.plugins.api.rest.v24.resource.note.NoteResourceHelper
-
Creates a suitable note render context.
- createNoteRenderContext(Boolean, boolean, Request) - Static method in class com.communote.plugins.api.rest.v30.resource.note.NoteResourceHelper
-
Creates a suitable note render context.
- CreateNoteWidget - Class in com.communote.server.web.fe.widgets.blog
-
- CreateNoteWidget() - Constructor for class com.communote.server.web.fe.widgets.blog.CreateNoteWidget
-
- createOrUpdateExternalGroup(ExternalGroupVO) - Method in interface com.communote.server.core.user.UserGroupManagement
-
Create a group imported from an external system or if that group already exists it is
updated.
- createOrUpdateExternalGroup(ExternalGroupVO) - Method in class com.communote.server.core.user.UserGroupManagementBase
-
- createOrUpdateExternalUser(ExternalUserVO) - Method in interface com.communote.server.core.user.UserManagement
-
Creates or updates a user with data retrieved from a external user repository (e.g.
- createOrUpdateExternalUser(ExternalUserVO) - Method in class com.communote.server.core.user.UserManagementBase
-
- createParameterName(AtomicTagFormula) - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
Creates a named parameter from a atomic tag formula.
- createParameterNames(LogicalTagFormula) - Method in class com.communote.server.core.vo.query.tag.TagQueryParameters
-
Create parameter names for excluding the tags of the query.
- createParameterNamesForSearch(String, String[]) - Method in class com.communote.server.core.vo.query.QueryParameters
-
Creates an array of parameter names to be used in a query that searches for the provided
searchValues.
- createPatternParser(String) - Method in class com.communote.server.external.log4j.PatternClientLayout
- createPermissonViolationException(T, Permission<T>) - Method in class com.communote.server.api.core.security.permission.BasePermissionManagement
-
Create an exception that should be thrown when the current user does not have a required
permission
- createPermissonViolationException(Note, Permission<Note>) - Method in class com.communote.server.core.permission.NotePermissionManagementImpl
-
- createPermissonViolationException(Blog, Permission<Blog>) - Method in class com.communote.server.core.permission.TopicPermissionManagementImpl
-
- createPhrase(Collection<Object>) - Static method in class com.communote.server.core.blog.export.impl.RtfElementFactory
-
Returns as simple phrase with all given children added.
- createPreference(MultivaluedMap<String, String>, Long, Long) - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.PreferenceResource
-
- createPreference(String, Long, Long) - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.PreferenceResource
-
- createPreference(MultivaluedMap<String, String>, Long, Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.PreferenceResource
-
- createPreference(String, Long, Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.PreferenceResource
-
- CreatePreferenceParameter - Class in com.communote.plugins.api.rest.v24.resource.user.userpreference.preference
-
This class it the parameter class for the Preference resource.
- CreatePreferenceParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.CreatePreferenceParameter
-
Default Constuctor necessary for json parsing
- CreatePreferenceParameter(MultivaluedMap<String, String>, Long, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.CreatePreferenceParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreatePreferenceParameter(String, Long, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.CreatePreferenceParameter
-
- CreatePreferenceParameter - Class in com.communote.plugins.api.rest.v30.resource.user.userpreference.preference
-
This class it the parameter class for the Preference resource.
- CreatePreferenceParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.CreatePreferenceParameter
-
Default Constuctor necessary for json parsing
- CreatePreferenceParameter(MultivaluedMap<String, String>, Long, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.CreatePreferenceParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreatePreferenceParameter(String, Long, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.CreatePreferenceParameter
-
- createProperty(MultivaluedMap<String, String>, Long) - Method in class com.communote.plugins.api.rest.resource.note.property.PropertyResource
-
- createProperty(String, Long) - Method in class com.communote.plugins.api.rest.resource.note.property.PropertyResource
-
- createProperty() - Method in class com.communote.plugins.api.rest.resource.note.property.PropertyResource
-
- createProperty(MultivaluedMap<String, String>, String) - Method in class com.communote.plugins.api.rest.resource.topic.property.PropertyResource
-
- createProperty(String, String) - Method in class com.communote.plugins.api.rest.resource.topic.property.PropertyResource
-
- createProperty() - Method in class com.communote.plugins.api.rest.resource.topic.property.PropertyResource
-
- createProperty(MultivaluedMap<String, String>, Long) - Method in class com.communote.plugins.api.rest.resource.user.property.PropertyResource
-
- createProperty(String, Long) - Method in class com.communote.plugins.api.rest.resource.user.property.PropertyResource
-
- createProperty() - Method in class com.communote.plugins.api.rest.resource.user.property.PropertyResource
-
- createProperty(MultivaluedMap<String, String>, Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.property.PropertyResource
-
- createProperty(String, Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.property.PropertyResource
-
- createProperty(MultivaluedMap<String, String>, Long) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.property.PropertyResource
-
- createProperty(String, Long) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.property.PropertyResource
-
- createProperty(MultivaluedMap<String, String>, String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.property.PropertyResource
-
- createProperty(String, String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.property.PropertyResource
-
- createProperty(MultivaluedMap<String, String>, Long) - Method in class com.communote.plugins.api.rest.v22.resource.user.property.PropertyResource
-
- createProperty(String, Long) - Method in class com.communote.plugins.api.rest.v22.resource.user.property.PropertyResource
-
- createProperty(MultivaluedMap<String, String>, Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.property.PropertyResource
-
- createProperty(String, Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.property.PropertyResource
-
- createProperty(MultivaluedMap<String, String>, Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.property.PropertyResource
-
- createProperty(String, Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.property.PropertyResource
-
- createProperty(MultivaluedMap<String, String>, String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.property.PropertyResource
-
- createProperty(String, String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.property.PropertyResource
-
- createProperty(MultivaluedMap<String, String>, Long) - Method in class com.communote.plugins.api.rest.v24.resource.user.property.PropertyResource
-
- createProperty(String, Long) - Method in class com.communote.plugins.api.rest.v24.resource.user.property.PropertyResource
-
- createProperty(MultivaluedMap<String, String>, Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.property.PropertyResource
-
- createProperty(String, Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.property.PropertyResource
-
- createProperty(MultivaluedMap<String, String>, Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.property.PropertyResource
-
- createProperty(String, Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.property.PropertyResource
-
- createProperty(MultivaluedMap<String, String>, String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.property.PropertyResource
-
- createProperty(String, String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.property.PropertyResource
-
- createProperty(MultivaluedMap<String, String>, Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.property.PropertyResource
-
- createProperty(String, Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.property.PropertyResource
-
- CreatePropertyParameter - Class in com.communote.plugins.api.rest.resource.note.property
-
This class it the parameter class for the Property resource.
- CreatePropertyParameter() - Constructor for class com.communote.plugins.api.rest.resource.note.property.CreatePropertyParameter
-
Default Constuctor necessary for json parsing
- CreatePropertyParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.resource.note.property.CreatePropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreatePropertyParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.resource.note.property.CreatePropertyParameter
-
- CreatePropertyParameter - Class in com.communote.plugins.api.rest.resource.topic.property
-
This class it the parameter class for the Property resource.
- CreatePropertyParameter() - Constructor for class com.communote.plugins.api.rest.resource.topic.property.CreatePropertyParameter
-
Default Constuctor necessary for json parsing
- CreatePropertyParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.resource.topic.property.CreatePropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreatePropertyParameter(String, String) - Constructor for class com.communote.plugins.api.rest.resource.topic.property.CreatePropertyParameter
-
- CreatePropertyParameter - Class in com.communote.plugins.api.rest.resource.user.property
-
This class it the parameter class for the Property resource.
- CreatePropertyParameter() - Constructor for class com.communote.plugins.api.rest.resource.user.property.CreatePropertyParameter
-
Default Constuctor necessary for json parsing
- CreatePropertyParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.resource.user.property.CreatePropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreatePropertyParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.resource.user.property.CreatePropertyParameter
-
- CreatePropertyParameter - Class in com.communote.plugins.api.rest.v22.resource.note.property
-
This class it the parameter class for the Property resource.
- CreatePropertyParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.note.property.CreatePropertyParameter
-
Default Constuctor necessary for json parsing
- CreatePropertyParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.note.property.CreatePropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreatePropertyParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.note.property.CreatePropertyParameter
-
- CreatePropertyParameter - Class in com.communote.plugins.api.rest.v22.resource.timelinenote.property
-
This class it the parameter class for the Property resource.
- CreatePropertyParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.timelinenote.property.CreatePropertyParameter
-
Default Constuctor necessary for json parsing
- CreatePropertyParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.timelinenote.property.CreatePropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreatePropertyParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.timelinenote.property.CreatePropertyParameter
-
- CreatePropertyParameter - Class in com.communote.plugins.api.rest.v22.resource.topic.property
-
This class it the parameter class for the Property resource.
- CreatePropertyParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.property.CreatePropertyParameter
-
Default Constuctor necessary for json parsing
- CreatePropertyParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.property.CreatePropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreatePropertyParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.property.CreatePropertyParameter
-
- CreatePropertyParameter - Class in com.communote.plugins.api.rest.v22.resource.user.property
-
This class it the parameter class for the Property resource.
- CreatePropertyParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.user.property.CreatePropertyParameter
-
Default Constuctor necessary for json parsing
- CreatePropertyParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.user.property.CreatePropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreatePropertyParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.user.property.CreatePropertyParameter
-
- CreatePropertyParameter - Class in com.communote.plugins.api.rest.v24.resource.note.property
-
This class it the parameter class for the Property resource.
- CreatePropertyParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.note.property.CreatePropertyParameter
-
Default Constuctor necessary for json parsing
- CreatePropertyParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.note.property.CreatePropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreatePropertyParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.note.property.CreatePropertyParameter
-
- CreatePropertyParameter - Class in com.communote.plugins.api.rest.v24.resource.timelinenote.property
-
This class it the parameter class for the Property resource.
- CreatePropertyParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.timelinenote.property.CreatePropertyParameter
-
Default Constuctor necessary for json parsing
- CreatePropertyParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.timelinenote.property.CreatePropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreatePropertyParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.timelinenote.property.CreatePropertyParameter
-
- CreatePropertyParameter - Class in com.communote.plugins.api.rest.v24.resource.topic.property
-
This class it the parameter class for the Property resource.
- CreatePropertyParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.property.CreatePropertyParameter
-
Default Constuctor necessary for json parsing
- CreatePropertyParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.property.CreatePropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreatePropertyParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.property.CreatePropertyParameter
-
- CreatePropertyParameter - Class in com.communote.plugins.api.rest.v24.resource.user.property
-
This class it the parameter class for the Property resource.
- CreatePropertyParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.user.property.CreatePropertyParameter
-
Default Constuctor necessary for json parsing
- CreatePropertyParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.user.property.CreatePropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreatePropertyParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.user.property.CreatePropertyParameter
-
- CreatePropertyParameter - Class in com.communote.plugins.api.rest.v30.resource.note.property
-
This class it the parameter class for the Property resource.
- CreatePropertyParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.note.property.CreatePropertyParameter
-
Default Constuctor necessary for json parsing
- CreatePropertyParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.note.property.CreatePropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreatePropertyParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.note.property.CreatePropertyParameter
-
- CreatePropertyParameter - Class in com.communote.plugins.api.rest.v30.resource.timelinenote.property
-
This class it the parameter class for the Property resource.
- CreatePropertyParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.timelinenote.property.CreatePropertyParameter
-
Default Constuctor necessary for json parsing
- CreatePropertyParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.timelinenote.property.CreatePropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreatePropertyParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.timelinenote.property.CreatePropertyParameter
-
- CreatePropertyParameter - Class in com.communote.plugins.api.rest.v30.resource.topic.property
-
This class it the parameter class for the Property resource.
- CreatePropertyParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.property.CreatePropertyParameter
-
Default Constuctor necessary for json parsing
- CreatePropertyParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.property.CreatePropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreatePropertyParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.property.CreatePropertyParameter
-
- CreatePropertyParameter - Class in com.communote.plugins.api.rest.v30.resource.user.property
-
This class it the parameter class for the Property resource.
- CreatePropertyParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.user.property.CreatePropertyParameter
-
Default Constuctor necessary for json parsing
- CreatePropertyParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.user.property.CreatePropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreatePropertyParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.user.property.CreatePropertyParameter
-
- createQueryConverter(HttpServletRequest) - Method in class com.communote.server.web.api.service.filter.BaseFilterApiController
-
Deprecated.
Get the right converter for the current request
- createQueryConverter(HttpServletRequest) - Method in class com.communote.server.web.api.service.filter.BlogFilterApiController
-
Deprecated.
- createQueryConverter(HttpServletRequest) - Method in class com.communote.server.web.api.service.filter.PostFilterApiController
-
Deprecated.
Get the right converter for the current request
- createQueryInstance(HttpServletRequest) - Method in class com.communote.server.web.api.service.filter.BaseFilterApiController
-
Deprecated.
Get the query instance for the current request to be configured
- createQueryInstance(HttpServletRequest) - Method in class com.communote.server.web.api.service.filter.BlogFilterApiController
-
Deprecated.
Get the query instance for the current request to be configured
- createQueryInstance(HttpServletRequest) - Method in class com.communote.server.web.api.service.filter.PostFilterApiController
-
Deprecated.
Get the query instance for the current request to be configured
- createQueryInstance(HttpServletRequest) - Method in class com.communote.server.web.api.service.filter.TagFilterApiController
-
Deprecated.
Get the query instance for the current request to be configured
- createQueryInstance(HttpServletRequest) - Method in class com.communote.server.web.api.service.filter.UserFilterApiController
-
Deprecated.
Get the query instance for the current request to be configured
- CreateRepostNoteContentRenderingPreProcessor - Class in com.communote.server.core.blog.notes.processors
-
PreProcessor that prepares the note content for using it in an editor to create a repost to that
note.
- CreateRepostNoteContentRenderingPreProcessor() - Constructor for class com.communote.server.core.blog.notes.processors.CreateRepostNoteContentRenderingPreProcessor
-
- CreateRepostNoteMetadataRenderingPreProcessor - Class in com.communote.server.core.blog.notes.processors
-
PreProcessor that prepares the note metadata for using it in an editor to create a repost to that
note.
- CreateRepostNoteMetadataRenderingPreProcessor() - Constructor for class com.communote.server.core.blog.notes.processors.CreateRepostNoteMetadataRenderingPreProcessor
-
- createRightSidePairComparator(Comparator<R>) - Static method in class com.communote.common.util.PairComparator
-
Creating a constructor for a comparison on the right side of the pair
- createRole(MultivaluedMap<String, String>, String) - Method in class com.communote.plugins.api.rest.resource.topic.role.RoleResource
-
- createRole(String, String) - Method in class com.communote.plugins.api.rest.resource.topic.role.RoleResource
-
- createRole() - Method in class com.communote.plugins.api.rest.resource.topic.role.RoleResource
-
- createRole(MultivaluedMap<String, String>, String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.role.RoleResource
-
- createRole(String, String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.role.RoleResource
-
- createRole(MultivaluedMap<String, String>, String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.role.RoleResource
-
- createRole(String, String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.role.RoleResource
-
- createRole(MultivaluedMap<String, String>, String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.RoleResource
-
- createRole(String, String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.RoleResource
-
- createRoleBulkExternal(MultivaluedMap<String, String>, String) - Method in class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.RoleBulkExternalResource
-
- createRoleBulkExternal(String, String) - Method in class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.RoleBulkExternalResource
-
- createRoleBulkExternal() - Method in class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.RoleBulkExternalResource
-
- createRoleBulkExternal(MultivaluedMap<String, String>, String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.RoleBulkExternalResource
-
- createRoleBulkExternal(String, String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.RoleBulkExternalResource
-
- createRoleBulkExternal(MultivaluedMap<String, String>, String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.RoleBulkExternalResource
-
- createRoleBulkExternal(String, String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.RoleBulkExternalResource
-
- createRoleBulkExternal(MultivaluedMap<String, String>, String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.RoleBulkExternalResource
-
- createRoleBulkExternal(String, String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.RoleBulkExternalResource
-
- CreateRoleBulkExternalParameter - Class in com.communote.plugins.api.rest.resource.topic.rolebulkexternal
-
This class it the parameter class for the RoleBulkExternal resource.
- CreateRoleBulkExternalParameter() - Constructor for class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
Default Constuctor necessary for json parsing
- CreateRoleBulkExternalParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateRoleBulkExternalParameter(String, String) - Constructor for class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
- CreateRoleBulkExternalParameter - Class in com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal
-
This class it the parameter class for the RoleBulkExternal resource.
- CreateRoleBulkExternalParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
Default Constuctor necessary for json parsing
- CreateRoleBulkExternalParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateRoleBulkExternalParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
- CreateRoleBulkExternalParameter - Class in com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal
-
This class it the parameter class for the RoleBulkExternal resource.
- CreateRoleBulkExternalParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
Default Constuctor necessary for json parsing
- CreateRoleBulkExternalParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateRoleBulkExternalParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
- CreateRoleBulkExternalParameter - Class in com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal
-
This class it the parameter class for the RoleBulkExternal resource.
- CreateRoleBulkExternalParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
Default Constuctor necessary for json parsing
- CreateRoleBulkExternalParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateRoleBulkExternalParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
- createRoleExternal(MultivaluedMap<String, String>, String) - Method in class com.communote.plugins.api.rest.resource.topic.roleexternal.RoleExternalResource
-
- createRoleExternal(String, String) - Method in class com.communote.plugins.api.rest.resource.topic.roleexternal.RoleExternalResource
-
- createRoleExternal() - Method in class com.communote.plugins.api.rest.resource.topic.roleexternal.RoleExternalResource
-
- createRoleExternal(MultivaluedMap<String, String>, String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.RoleExternalResource
-
- createRoleExternal(String, String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.RoleExternalResource
-
- createRoleExternal(MultivaluedMap<String, String>, String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.RoleExternalResource
-
- createRoleExternal(String, String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.RoleExternalResource
-
- createRoleExternal(MultivaluedMap<String, String>, String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.RoleExternalResource
-
- createRoleExternal(String, String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.RoleExternalResource
-
- CreateRoleExternalParameter - Class in com.communote.plugins.api.rest.resource.topic.roleexternal
-
This class it the parameter class for the RoleExternal resource.
- CreateRoleExternalParameter() - Constructor for class com.communote.plugins.api.rest.resource.topic.roleexternal.CreateRoleExternalParameter
-
Default Constuctor necessary for json parsing
- CreateRoleExternalParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.resource.topic.roleexternal.CreateRoleExternalParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateRoleExternalParameter(String, String) - Constructor for class com.communote.plugins.api.rest.resource.topic.roleexternal.CreateRoleExternalParameter
-
- CreateRoleExternalParameter - Class in com.communote.plugins.api.rest.v22.resource.topic.roleexternal
-
This class it the parameter class for the RoleExternal resource.
- CreateRoleExternalParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.CreateRoleExternalParameter
-
Default Constuctor necessary for json parsing
- CreateRoleExternalParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.CreateRoleExternalParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateRoleExternalParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.CreateRoleExternalParameter
-
- CreateRoleExternalParameter - Class in com.communote.plugins.api.rest.v24.resource.topic.roleexternal
-
This class it the parameter class for the RoleExternal resource.
- CreateRoleExternalParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.CreateRoleExternalParameter
-
Default Constuctor necessary for json parsing
- CreateRoleExternalParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.CreateRoleExternalParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateRoleExternalParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.CreateRoleExternalParameter
-
- CreateRoleExternalParameter - Class in com.communote.plugins.api.rest.v30.resource.topic.roleexternal
-
This class it the parameter class for the RoleExternal resource.
- CreateRoleExternalParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.CreateRoleExternalParameter
-
Default Constuctor necessary for json parsing
- CreateRoleExternalParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.CreateRoleExternalParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateRoleExternalParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.CreateRoleExternalParameter
-
- CreateRoleParameter - Class in com.communote.plugins.api.rest.resource.topic.role
-
This class it the parameter class for the Role resource.
- CreateRoleParameter() - Constructor for class com.communote.plugins.api.rest.resource.topic.role.CreateRoleParameter
-
Default Constuctor necessary for json parsing
- CreateRoleParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.resource.topic.role.CreateRoleParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateRoleParameter(String, String) - Constructor for class com.communote.plugins.api.rest.resource.topic.role.CreateRoleParameter
-
- CreateRoleParameter - Class in com.communote.plugins.api.rest.v22.resource.topic.role
-
This class it the parameter class for the Role resource.
- CreateRoleParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.role.CreateRoleParameter
-
Default Constuctor necessary for json parsing
- CreateRoleParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.role.CreateRoleParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateRoleParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.role.CreateRoleParameter
-
- CreateRoleParameter - Class in com.communote.plugins.api.rest.v24.resource.topic.role
-
This class it the parameter class for the Role resource.
- CreateRoleParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.role.CreateRoleParameter
-
Default Constuctor necessary for json parsing
- CreateRoleParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.role.CreateRoleParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateRoleParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.role.CreateRoleParameter
-
- CreateRoleParameter - Class in com.communote.plugins.api.rest.v30.resource.topic.role
-
This class it the parameter class for the Role resource.
- CreateRoleParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.role.CreateRoleParameter
-
Default Constuctor necessary for json parsing
- CreateRoleParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.role.CreateRoleParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateRoleParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.role.CreateRoleParameter
-
- createSearchSummaryStatement(PageableList<?>) - Static method in class com.communote.server.web.fe.portal.blog.helper.UserSearchHelper
-
Creates a JSON Object that holds details about the number of items returned and whether there
are more results
- createSender(Map<ApplicationPropertyMailing, String>) - Method in class com.communote.server.core.mail.SmtpMimeMessageSender
-
- createSingleResultView(HttpServletRequest, Widget, Object) - Method in class com.communote.server.widgets.SimpleWidgetController
-
Creates and prepares the view to render the response of the widget request.
- createSingleResultView(HttpServletRequest, Widget, Object) - Method in class com.communote.server.widgets.springmvc.SpringMVCWidgetController
-
Creates and prepares the view to render the response of the widget request.
- createSingleResultView(HttpServletRequest, Widget, Object) - Method in class com.communote.server.widgets.WidgetController
-
Creates and prepares the view to render the response of the widget request.
- createStandardClientSettings() - Static method in class com.communote.server.core.config.ClientConfigurationHelper
-
Creates standard client settings.
- createSuccessAuthentication(UserDetails, Authentication) - Method in class com.communote.server.core.security.authentication.BaseCommunoteAuthenticationProvider
-
Creates a successful Authentication
object.
- createSuccessAuthentication(UserDetails, Authentication) - Method in class com.communote.server.core.security.authentication.confluence.ConfluenceAuthenticationProvider
-
Creates a successful Authentication
object.
- createSuccessAuthentication(UserDetails, Authentication) - Method in class com.communote.server.core.security.authentication.database.DatabaseAuthenticationProvider
-
Creates a successful Authentication
object.
- createSuccessAuthentication(UserDetails, Authentication) - Method in class com.communote.server.core.security.authentication.ldap.LdapAuthenticationProvider
-
Creates a successful Authentication
object.
- CREATESYSTEMNOTES - Static variable in class com.communote.server.model.blog.BlogConstants
-
- createTag(String) - Method in interface com.communote.server.core.tag.TagManagement
-
- createTag(String) - Method in class com.communote.server.core.tag.TagManagementBase
-
- createTagInDatabaseNewTx(TagTO, TagStore) - Method in interface com.communote.server.core.tag.TagManagement
-
Creates a tag in the database.
- createTagInDatabaseNewTx(TagTO, TagStore) - Method in class com.communote.server.core.tag.TagManagementImpl
-
Creates a tag in the database.
- createTagSuggestionList(MultivaluedMap<String, String>) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.TagSuggestionListResource
-
- createTagSuggestionList(String) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.TagSuggestionListResource
-
- CreateTagSuggestionListParameter - Class in com.communote.plugins.api.rest.v30.resource.tagsuggestionlist
-
This class it the parameter class for the TagSuggestionList resource.
- CreateTagSuggestionListParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Default Constuctor necessary for json parsing
- CreateTagSuggestionListParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateTagSuggestionListParameter(String) - Constructor for class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
- createTimelineNote(MultivaluedMap<String, String>) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteResource
-
- createTimelineNote(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteResource
-
- createTimelineNote(MultivaluedMap<String, String>) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
- createTimelineNote(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
- createTimelineNote(MultivaluedMap<String, String>) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
- createTimelineNote(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
- CreateTimelineNoteParameter - Class in com.communote.plugins.api.rest.v22.resource.timelinenote
-
This class it the parameter class for the TimelineNote resource.
- CreateTimelineNoteParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.timelinenote.CreateTimelineNoteParameter
-
Default Constuctor necessary for json parsing
- CreateTimelineNoteParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v22.resource.timelinenote.CreateTimelineNoteParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateTimelineNoteParameter(String) - Constructor for class com.communote.plugins.api.rest.v22.resource.timelinenote.CreateTimelineNoteParameter
-
- CreateTimelineNoteParameter - Class in com.communote.plugins.api.rest.v24.resource.timelinenote
-
This class it the parameter class for the TimelineNote resource.
- CreateTimelineNoteParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.timelinenote.CreateTimelineNoteParameter
-
Default Constuctor necessary for json parsing
- CreateTimelineNoteParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v24.resource.timelinenote.CreateTimelineNoteParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateTimelineNoteParameter(String) - Constructor for class com.communote.plugins.api.rest.v24.resource.timelinenote.CreateTimelineNoteParameter
-
- CreateTimelineNoteParameter - Class in com.communote.plugins.api.rest.v30.resource.timelinenote
-
This class it the parameter class for the TimelineNote resource.
- CreateTimelineNoteParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Default Constuctor necessary for json parsing
- CreateTimelineNoteParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateTimelineNoteParameter(String) - Constructor for class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
- createTimelineTag(MultivaluedMap<String, String>) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.TimelineTagResource
-
- createTimelineTag(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.TimelineTagResource
-
- CreateTimelineTagParameter - Class in com.communote.plugins.api.rest.v30.resource.timelinetag
-
This class it the parameter class for the TimelineTag resource.
- CreateTimelineTagParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Default Constuctor necessary for json parsing
- CreateTimelineTagParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateTimelineTagParameter(String) - Constructor for class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
- createTimelineTopic(MultivaluedMap<String, String>) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.TimelineTopicResource
-
- createTimelineTopic(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.TimelineTopicResource
-
- CreateTimelineTopicParameter - Class in com.communote.plugins.api.rest.v30.resource.timelinetopic
-
This class it the parameter class for the TimelineTopic resource.
- CreateTimelineTopicParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Default Constuctor necessary for json parsing
- CreateTimelineTopicParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateTimelineTopicParameter(String) - Constructor for class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
- createTimelineUser(MultivaluedMap<String, String>) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.TimelineUserResource
-
- createTimelineUser(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.TimelineUserResource
-
- CreateTimelineUserParameter - Class in com.communote.plugins.api.rest.v30.resource.timelineuser
-
This class it the parameter class for the TimelineUser resource.
- CreateTimelineUserParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Default Constuctor necessary for json parsing
- CreateTimelineUserParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateTimelineUserParameter(String) - Constructor for class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
- createToken(String) - Method in class com.communote.server.core.security.authentication.confluence.ConfluenceTokenFactory
-
- createToken(String) - Method in interface com.communote.server.core.security.authentication.TokenFactory
-
- createTopic(MultivaluedMap<String, String>) - Method in class com.communote.plugins.api.rest.resource.topic.TopicResource
-
- createTopic(String) - Method in class com.communote.plugins.api.rest.resource.topic.TopicResource
-
- createTopic() - Method in class com.communote.plugins.api.rest.resource.topic.TopicResource
-
- createTopic(MultivaluedMap<String, String>) - Method in class com.communote.plugins.api.rest.v22.resource.topic.TopicResource
-
- createTopic(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.TopicResource
-
- createTopic(MultivaluedMap<String, String>) - Method in class com.communote.plugins.api.rest.v24.resource.topic.TopicResource
-
- createTopic(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.TopicResource
-
- createTopic(MultivaluedMap<String, String>) - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
- createTopic(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
- CreateTopicMessage - Class in com.communote.plugins.mq.message.core.message.topic
-
create topic message
- CreateTopicMessage() - Constructor for class com.communote.plugins.mq.message.core.message.topic.CreateTopicMessage
-
- CreateTopicMessageHandler - Class in com.communote.plugins.mq.message.core.handler
-
Create Topic Message
- CreateTopicMessageHandler() - Constructor for class com.communote.plugins.mq.message.core.handler.CreateTopicMessageHandler
-
- CreateTopicParameter - Class in com.communote.plugins.api.rest.resource.topic
-
This class it the parameter class for the Topic resource.
- CreateTopicParameter() - Constructor for class com.communote.plugins.api.rest.resource.topic.CreateTopicParameter
-
Default Constuctor necessary for json parsing
- CreateTopicParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.resource.topic.CreateTopicParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateTopicParameter(String) - Constructor for class com.communote.plugins.api.rest.resource.topic.CreateTopicParameter
-
- CreateTopicParameter - Class in com.communote.plugins.api.rest.v22.resource.topic
-
This class it the parameter class for the Topic resource.
- CreateTopicParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.CreateTopicParameter
-
Default Constuctor necessary for json parsing
- CreateTopicParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.CreateTopicParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateTopicParameter(String) - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.CreateTopicParameter
-
- CreateTopicParameter - Class in com.communote.plugins.api.rest.v24.resource.topic
-
This class it the parameter class for the Topic resource.
- CreateTopicParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.CreateTopicParameter
-
Default Constuctor necessary for json parsing
- CreateTopicParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.CreateTopicParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateTopicParameter(String) - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.CreateTopicParameter
-
- CreateTopicParameter - Class in com.communote.plugins.api.rest.v30.resource.topic
-
This class it the parameter class for the Topic resource.
- CreateTopicParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.CreateTopicParameter
-
Default Constuctor necessary for json parsing
- CreateTopicParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.CreateTopicParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateTopicParameter(String) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.CreateTopicParameter
-
- createUniqueClientId() - Static method in class com.communote.server.persistence.user.client.ClientHelper
-
Creates a (worldwide) unique ID to be used as unique identifier for a client.
- createUser(MultivaluedMap<String, String>) - Method in class com.communote.plugins.api.rest.resource.user.UserResource
-
- createUser(String) - Method in class com.communote.plugins.api.rest.resource.user.UserResource
-
- createUser() - Method in class com.communote.plugins.api.rest.resource.user.UserResource
-
- createUser(MultivaluedMap<String, String>) - Method in class com.communote.plugins.api.rest.v22.resource.user.UserResource
-
- createUser(String) - Method in class com.communote.plugins.api.rest.v22.resource.user.UserResource
-
- createUser(MultivaluedMap<String, String>) - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResource
-
- createUser(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResource
-
- createUser(MultivaluedMap<String, String>) - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
- createUser(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
- createUser(UserVO, boolean, boolean) - Method in interface com.communote.server.core.user.UserManagement
-
Create a user based on the parameters.
- createUser(UserVO, boolean, boolean) - Method in class com.communote.server.core.user.UserManagementBase
-
- createUserIdentification(ExternalUserVO) - Method in class com.communote.server.core.security.authentication.ExternalAuthenticationProvider
-
Create the user identification to be used for the user service.
- CreateUserParameter - Class in com.communote.plugins.api.rest.resource.user
-
This class it the parameter class for the User resource.
- CreateUserParameter() - Constructor for class com.communote.plugins.api.rest.resource.user.CreateUserParameter
-
Default Constuctor necessary for json parsing
- CreateUserParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.resource.user.CreateUserParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateUserParameter(String) - Constructor for class com.communote.plugins.api.rest.resource.user.CreateUserParameter
-
- CreateUserParameter - Class in com.communote.plugins.api.rest.v22.resource.user
-
This class it the parameter class for the User resource.
- CreateUserParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.user.CreateUserParameter
-
Default Constuctor necessary for json parsing
- CreateUserParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v22.resource.user.CreateUserParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateUserParameter(String) - Constructor for class com.communote.plugins.api.rest.v22.resource.user.CreateUserParameter
-
- CreateUserParameter - Class in com.communote.plugins.api.rest.v24.resource.user
-
This class it the parameter class for the User resource.
- CreateUserParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.user.CreateUserParameter
-
Default Constuctor necessary for json parsing
- CreateUserParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v24.resource.user.CreateUserParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateUserParameter(String) - Constructor for class com.communote.plugins.api.rest.v24.resource.user.CreateUserParameter
-
- CreateUserParameter - Class in com.communote.plugins.api.rest.v30.resource.user
-
This class it the parameter class for the User resource.
- CreateUserParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.user.CreateUserParameter
-
Default Constuctor necessary for json parsing
- CreateUserParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v30.resource.user.CreateUserParameter
-
This constructor parses all incoming parameter of a request into the class structure
- CreateUserParameter(String) - Constructor for class com.communote.plugins.api.rest.v30.resource.user.CreateUserParameter
-
- createUserSearchJSONResult(Long, String, String, String, String) - Static method in class com.communote.server.web.fe.portal.blog.helper.UserSearchHelper
-
Creates a JSON Object with key value pairs from the parameters passed to this method.
- createUserSearchJSONResult(PageableList<T>, boolean, ImageSizeType) - Static method in class com.communote.server.web.fe.portal.blog.helper.UserSearchHelper
-
Creates an array of JSON objects which hold details about the found users.
- createUserSearchJSONResult(UserData, ImageSizeType) - Static method in class com.communote.server.web.fe.portal.blog.helper.UserSearchHelper
-
Creates a JSON object describing a user.
- createUserVO() - Method in class com.communote.server.core.security.authentication.confluence.ConfluenceAuthenticator
-
Creates a prepared value object.
- createUserVO() - Method in class com.communote.server.core.security.authentication.ExternalKenmeiApiAuthenticator
-
Creates a prepared value object.
- createVelocityContext(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class com.communote.server.web.commons.view.velocity.VelocityToolbox2View
- createWidget(String, String, Map<String, String[]>) - Method in class com.communote.server.web.fe.widgets.extension.ExtendableWidgetFactory
-
- createWidget(String, String, Map<String, String[]>) - Method in class com.communote.server.widgets.SimpleWidgetFactory
-
- createWidget(String, String, Map<String, String[]>) - Method in interface com.communote.server.widgets.WidgetFactory
-
Create a new widget instance that should handle the current widget request.
- CREATINGDATE - Static variable in class com.communote.server.model.security.SecurityCodeConstants
-
- creatingSchema() - Method in interface com.communote.server.api.core.installer.DatabaseInitializationStatusCallback
-
Called to inform that the schema is going to be created on the global database.
- creatingSchema() - Method in class com.communote.server.web.fe.installer.helper.DatabaseStatusCallback
-
Called to inform that the schema is going to be created on the global database.
- creatingSchemaFailed() - Method in interface com.communote.server.api.core.installer.DatabaseInitializationStatusCallback
-
Called to inform that the schema creation failed.
- creatingSchemaFailed() - Method in class com.communote.server.web.fe.installer.helper.DatabaseStatusCallback
-
Called to inform that the schema creation failed.
- creatingSchemaSucceeded() - Method in interface com.communote.server.api.core.installer.DatabaseInitializationStatusCallback
-
Called to inform that the schema creation succeeded.
- creatingSchemaSucceeded() - Method in class com.communote.server.web.fe.installer.helper.DatabaseStatusCallback
-
Called to inform that the schema creation succeeded.
- CreationBlogTO - Class in com.communote.server.api.core.blog
-
This is a variant of the BlogTO with special fields need only for creation of new topics.
- CreationBlogTO() - Constructor for class com.communote.server.api.core.blog.CreationBlogTO
-
Default constructor.
- CreationBlogTO(boolean, boolean, String, boolean) - Constructor for class com.communote.server.api.core.blog.CreationBlogTO
-
Create a new TO and set the provided members
- CREATIONDATE - Static variable in class com.communote.server.model.blog.BlogConstants
-
- CREATIONDATE - Static variable in class com.communote.server.model.note.NoteConstants
-
- CREATIONREVISION - Static variable in class com.communote.server.model.client.ClientConstants
-
- CREATIONSOURCE - Static variable in class com.communote.server.model.note.NoteConstants
-
- CREATIONTIME - Static variable in class com.communote.server.model.client.ClientConstants
-
- CREATIONVERSION - Static variable in class com.communote.server.model.client.ClientConstants
-
- CROSSPOSTBLOGS - Static variable in class com.communote.server.model.note.NoteConstants
-
- CssUrlRewriter - Class in com.communote.server.web.commons.resource.impl
-
Filter match processor that corrects the relative path of an url( ...
- CssUrlRewriter() - Constructor for class com.communote.server.web.commons.resource.impl.CssUrlRewriter
-
Create a new normalizer
- CSV - Static variable in class com.communote.server.persistence.blog.ExportFormat
-
- CURRENT_LOCALE - Static variable in class com.communote.server.web.commons.filter.ExposeLocaleToErrorPageFilter
-
- CURRENT_USER_LOCALE - Static variable in class com.communote.server.core.common.session.SessionHandler
-
Attribute for the current user locale.
- CurrentIpNotInRange - Exception in com.communote.server.core.security.iprange
-
- CurrentIpNotInRange(String, String) - Constructor for exception com.communote.server.core.security.iprange.CurrentIpNotInRange
-
Constructs a new instance of CurrentIpNotInRange
- currentUser() - Method in class com.communote.server.web.commons.viewtool.UrlTool
-
Renders a permanent link to the current user
- currentUserHasManagementAccess(Long) - Method in interface com.communote.server.api.core.blog.BlogRightsManagement
-
Tests whether the current user is manager of a blog.
- currentUserHasManagementAccess(Long) - Method in class com.communote.server.core.blog.BlogRightsManagementBase
-
Tests whether the current user is manager of a blog.
- currentUserHasReadAccess(Long, boolean) - Method in interface com.communote.server.api.core.blog.BlogRightsManagement
-
Tests whether the current user has read access to a blog.
- currentUserHasReadAccess(Long, boolean) - Method in class com.communote.server.core.blog.BlogRightsManagementBase
-
- currentUserHasWriteAccess(Long, boolean) - Method in interface com.communote.server.api.core.blog.BlogRightsManagement
-
Tests whether the current user has write access to a blog.
- currentUserHasWriteAccess(Long, boolean) - Method in class com.communote.server.core.blog.BlogRightsManagementBase
-
- currentUserLocaleChanged(HttpServletRequest) - Method in class com.communote.server.core.common.session.SessionHandler
-
Method to be called to notify the session handler that the user changed his profile language.
- CustomInitializer - Interface in com.communote.server.api.core.bootstrap
-
Extension that allows custom initializations during startup.
- CustomizableImageTypeDescriptor - Class in com.communote.server.api.core.image.type
-
Image type descriptor that allows the customization of some of the scaling settings.
- CustomizableImageTypeDescriptor(ClientConfigurationPropertyConstant) - Constructor for class com.communote.server.api.core.image.type.CustomizableImageTypeDescriptor
-
Create a customizable descriptor.
- CustomizeMessageForm - Class in com.communote.server.web.fe.portal.user.client.forms
-
Imprint form.
- CustomizeMessageForm() - Constructor for class com.communote.server.web.fe.portal.user.client.forms.CustomizeMessageForm
-
- CustomizeTermsOfUseController - Class in com.communote.server.web.fe.portal.user.client.controller
-
- CustomizeTermsOfUseController() - Constructor for class com.communote.server.web.fe.portal.user.client.controller.CustomizeTermsOfUseController
-
- CustomJsMessages - Class in com.communote.plugins.mq.provider.activemq.impl
-
- CustomJsMessages() - Constructor for class com.communote.plugins.mq.provider.activemq.impl.CustomJsMessages
-
- CustomMessageKeyConstant - Interface in com.communote.server.persistence.common.messages
-
Constants for the custom messages keys.
- GeneralUserManagementException - Exception in com.communote.server.core.user.exception
-
- GeneralUserManagementException(String) - Constructor for exception com.communote.server.core.user.exception.GeneralUserManagementException
-
Constructs a new instance of GeneralUserManagementException
- GeneralUserManagementException(String, Throwable) - Constructor for exception com.communote.server.core.user.exception.GeneralUserManagementException
-
Constructs a new instance of GeneralUserManagementException
- generate(String) - Method in class com.communote.server.core.user.security.BcryptPasswordHashFunction
-
- generate(String) - Method in class com.communote.server.core.user.security.Md5PasswordHashFunction
-
- generate(String) - Method in interface com.communote.server.core.user.security.PasswordHashFunction
-
Generate the hash of a clear text password.
- generateMD5HashCode(String) - Static method in class com.communote.common.encryption.HashCodeGenerator
-
Hash the text using MD5 and the default charset.
- generateMD5HashCode(String, String) - Static method in class com.communote.common.encryption.HashCodeGenerator
-
Hash the text using MD5 and the given charset
- generateMetaDataForPaging(Integer, Integer, int) - Static method in class com.communote.plugins.api.rest.resource.ResourceHandlerHelper
-
Get meta data for paging
- generateMetaDataForPaging(Integer, Integer, int) - Static method in class com.communote.plugins.api.rest.v22.resource.ResourceHandlerHelper
-
Get meta data for paging
- generateMetaDataForPaging(Integer, Integer, int) - Static method in class com.communote.plugins.api.rest.v24.resource.ResourceHandlerHelper
-
Get meta data for paging
- generateMetaDataForPaging(Integer, Integer, int) - Static method in class com.communote.plugins.api.rest.v30.resource.ResourceHandlerHelper
-
Get meta data for paging
- generateNewCode() - Method in class com.communote.server.model.security.SecurityCode
-
Generates a new Guid.
- generateNewCode() - Method in class com.communote.server.model.security.SecurityCodeImpl
-
Generates a new Guid.
- generateNewIdentification() - Method in interface com.communote.plugins.mq.adapter.activemq.configuration.ActiveMQEmbeddedConfiguration
-
Generate new identification token (that is the password for the embedded connection)
- generateNewIdentification() - Method in class com.communote.plugins.mq.provider.activemq.settings.ActiveMQProviderEmbeddedConfiguration
-
Generate new identification token (that is the password for the embedded connection
- generateSalt() - Static method in class com.communote.common.encryption.EncryptionUtils
-
Generates secure random bytes.
- generateSalt(int) - Static method in class com.communote.common.encryption.EncryptionUtils
-
Generates secure random bytes.
- generateUniqueAlias(String, String) - Method in interface com.communote.server.core.user.UserManagement
-
Create a valid, not yet used, user alias.
- generateUniqueAlias(String, String) - Method in class com.communote.server.core.user.UserManagementImpl
-
- generateUniqueBlogAlias(String, String) - Method in interface com.communote.server.api.core.blog.BlogManagement
-
Tries to find a valid blog alias that is not yet used by another blog
- generateUniqueBlogAlias(String, String) - Method in class com.communote.server.core.blog.BlogManagementImpl
-
Tries to find a valid blog alias that is not yet used by another blog
- GenericErrorMailMessage - Class in com.communote.server.core.mail.messages.fetching
-
A mail message containing the error message which describes the problem that occurred while
creating a note from the email.
- GenericErrorMailMessage(User, String, String) - Constructor for class com.communote.server.core.mail.messages.fetching.GenericErrorMailMessage
-
Creates a new error message email.
- GenericMailMessage - Class in com.communote.server.core.mail.messages
-
General purpose mail message.
- GenericMailMessage(String, Locale, User...) - Constructor for class com.communote.server.core.mail.messages.GenericMailMessage
-
Constructor.
- GenericMailMessage(String, Locale, Map<String, Object>, User...) - Constructor for class com.communote.server.core.mail.messages.GenericMailMessage
-
Constructor.
- GenericValidator<T> - Class in com.communote.server.web.commons.controller
-
- GenericValidator() - Constructor for class com.communote.server.web.commons.controller.GenericValidator
-
- get(int) - Method in class com.communote.common.util.PageableList
- get(Object) - Method in class com.communote.plugins.api.rest.resource.RestApiMultivaluedMapWrapper
-
- get(Object) - Method in class com.communote.plugins.api.rest.v22.resource.RestApiMultivaluedMapWrapper
-
- get(Object) - Method in class com.communote.plugins.api.rest.v24.resource.RestApiMultivaluedMapWrapper
-
- get(Object) - Method in class com.communote.plugins.api.rest.v30.resource.RestApiMultivaluedMapWrapper
-
- get(K, AccessRestrictedCacheElementProvider<K, T>) - Method in class com.communote.server.core.common.caching.Cache
-
This method checks the access for the given item, before it returns it.
- get(K, CacheElementProvider<K, T>) - Method in class com.communote.server.core.common.caching.Cache
-
Retrieves an element identified by the provided key from the cache.
- get(CollectionConverter<NavigationItem, T>, Long...) - Method in interface com.communote.server.core.user.NavigationItemManagement
-
Method to find all navigation items for the current user.
- get(Long, Class<DATA_TYPE>) - Method in interface com.communote.server.core.user.NavigationItemManagement
-
Method to get an item for the given user.
- get(CollectionConverter<NavigationItem, T>, Long...) - Method in class com.communote.server.core.user.NavigationItemManagementImpl
-
Method to find all navigation items for the current user.
- get(Long, Class<DATA_TYPE>) - Method in class com.communote.server.core.user.NavigationItemManagementImpl
-
Method to get an item for the given user.
- get(Object) - Method in class com.communote.server.external.hibernate.ClientDelegateCache
- get() - Static method in class com.communote.server.PrincipalStore
-
Get the user principal
for the currently executing thread.
- get(Long) - Method in class com.communote.server.service.NavigationItemService
-
Get a specific navigation item.
- get() - Method in class com.communote.server.web.fe.portal.user.client.controller.ClientProfileNotificationController
-
Method to handle GET-Requests.
- getAbsoluteFilePath() - Method in class com.communote.server.web.commons.resource.impl.ResourceDescriptor
-
- getAbstractTagCategoryDao() - Method in class com.communote.server.core.tag.category.TagCategoryManagementBase
-
Gets the reference to abstractTagCategory
's DAO.
- getAccessLevel() - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
Returns the blog access level.
- getAccessor(String) - Method in class com.communote.server.plugins.core.ExternalUserGroupAccessorExtensionPoint
-
Returns the accessor for the specific system.
- getAccessors() - Method in class com.communote.server.plugins.core.ExternalUserGroupAccessorExtensionPoint
-
- getAccountMenu() - Method in class com.communote.server.web.commons.viewtool.AdministrationTool
-
- getAccountMenu() - Method in class com.communote.server.web.fe.admin.AdministrationMenuManager
-
- getAccountName() - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- getAccountTimeZoneId() - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- getAction() - Method in class com.communote.server.model.security.SecurityCode
-
- getAction() - Method in class com.communote.server.web.fe.portal.blog.forms.BlogManagementForm
-
Get the form action.
- getAction() - Method in class com.communote.server.web.fe.portal.controller.SecurityCodeConfirmationHandler
-
- getAction() - Method in class com.communote.server.web.fe.portal.user.client.forms.ConfluenceAuthConfigurationForm
-
Gets the action.
- getAction() - Method in class com.communote.server.web.fe.portal.user.client.forms.IpRangeFilterItem
-
Return current action
- getAction() - Method in class com.communote.server.web.fe.portal.user.forms.ForgottenPWForm
-
- getAction() - Method in class com.communote.server.web.fe.portal.user.forms.SearchUserForm
-
Returns the action of the form
- getAction() - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileNotificationsForm
-
- getAction() - Method in class com.communote.server.web.fe.portal.user.system.application.VirusScanningForm
-
- getAction() - Method in class com.communote.server.web.fe.portal.user.system.communication.MailInForm
-
- getAction() - Method in class com.communote.server.web.fe.portal.user.system.communication.MailOutForm
-
- getAction() - Method in class com.communote.server.web.fe.portal.user.system.communication.XmppForm
-
- getAction() - Method in class com.communote.server.web.fe.widgets.blog.CreateNoteWidget
-
- getActionLinks(Locale, HttpServletRequest) - Method in class com.communote.plugins.bookmarklet.BookmarkletToolsPageSection
-
- getActionLinks(Locale, HttpServletRequest) - Method in class com.communote.server.web.fe.portal.controller.EnhancedPageSection
-
A list of pairs were each entry represents an action link.
- getActive() - Method in class com.communote.server.model.task.Task
-
- getActiveTabCssClassSuffix() - Method in class com.communote.server.web.fe.widgets.controls.MultiViewTabWidget
-
Returns the suffix of the CSS class for active tabs.
- getActiveTabId() - Method in class com.communote.server.web.fe.widgets.controls.MultiViewTabWidget
-
- getActiveUserCount() - Method in class com.communote.server.core.common.velocity.CommunoteTool
-
- getActiveUserCount() - Method in interface com.communote.server.core.user.UserManagement
-
- getActiveUserCount(String, UserRole) - Method in interface com.communote.server.core.user.UserManagement
-
Get the number of users with status ACTIVE.
- getActiveUserCount() - Method in class com.communote.server.core.user.UserManagementBase
-
- getActiveUserCount(String, UserRole) - Method in class com.communote.server.core.user.UserManagementImpl
-
- getActiveUserCount() - Method in interface com.communote.server.persistence.user.UserDao
-
- getActiveUserCount(String, UserRole) - Method in interface com.communote.server.persistence.user.UserDao
-
Get the number of users with status ACTIVE.
- getActiveUserCount() - Method in class com.communote.server.persistence.user.UserDaoImpl
- getActiveUserCount(String, UserRole) - Method in class com.communote.server.persistence.user.UserDaoImpl
-
Get the number of users with status ACTIVE.
- getActiveUserRepositories() - Method in class com.communote.server.service.UserService
-
Returns all active user repositories.
- getActivities(Locale) - Method in interface com.communote.plugins.activity.base.service.ActivityService
-
Return pairs of associated activity definitions and configurations.
- getActivities(Locale) - Method in class com.communote.plugins.activity.base.service.impl.ActivityServiceImpl
-
- getActivityService() - Static method in class com.communote.plugins.activity.base.ActivityBaseActivator
-
- getActivitySettingsForTopic(Long) - Method in interface com.communote.plugins.activity.base.service.ActivityService
-
Return a list of activities that can be configured per topic.
- getActivitySettingsForTopic(Long) - Method in class com.communote.plugins.activity.base.service.impl.ActivityServiceImpl
-
- getActualInstanceName() - Method in exception com.communote.server.api.core.task.InvalidInstanceException
-
- getActualLength() - Method in exception com.communote.server.core.common.exceptions.PasswordLengthException
-
- getActualStatus() - Method in exception com.communote.server.api.core.task.TaskStatusException
-
- getAdditionalBlogs() - Method in class com.communote.server.api.core.note.NoteStoringTO
-
- getAdditionalCaches() - Method in interface com.communote.server.core.common.caching.CacheManager
-
Returns a list of all additional caches managed by
CacheManager
.
- getAdditionalCaches() - Method in class com.communote.server.core.common.caching.eh.EhCacheManager
-
Returns a list of all additional caches managed by
CacheManager
.
- getAdditionalProperty() - Method in class com.communote.server.core.vo.user.group.ExternalGroupVO
-
an optional member holding some additional data for the group.
- getAdditionalProperty() - Method in class com.communote.server.model.user.ExternalUserAuthentication
-
an optional member holding some additional data for the user.
- getAdditionalProperty() - Method in class com.communote.server.model.user.group.ExternalUserGroup
-
an optional member holding some additional data for the group.
- getAdditionalProperty() - Method in class com.communote.server.persistence.user.ExternalUserVO
-
An optional member holding some additional data for the user.
- getAdminAccount() - Method in interface com.communote.server.api.core.installer.CommunoteInstaller
-
- getAdminAccount() - Method in class com.communote.server.core.installer.CommunoteInstallerImpl
-
- getAdminLogin() - Method in class com.communote.server.model.config.ConfluenceConfiguration
-
Login of the admin account
- getAdminPassword() - Method in class com.communote.server.model.config.ConfluenceConfiguration
-
Password of the admin account
- getAlias() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.TagSuggestionListResource
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.resource.timelinetopic.TimelineTopicResource
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.resource.timelineuser.TimelineUserResource
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.resource.topic.CreateTopicParameter
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.resource.topic.EditTopicParameter
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.resource.topic.GetCollectionTopicParameter
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.resource.topic.GetTopicParameter
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.resource.topic.TopicResource
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.resource.user.GetCollectionUserParameter
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.resource.user.GetUserParameter
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.resource.user.UserResource
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.TagSuggestionListResource
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.TimelineTopicResource
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.TimelineUserResource
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v22.resource.topic.CreateTopicParameter
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v22.resource.topic.EditTopicParameter
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetCollectionTopicParameter
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetTopicParameter
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v22.resource.topic.TopicResource
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v22.resource.user.GetCollectionUserParameter
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v22.resource.user.GetUserParameter
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v22.resource.user.UserResource
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.TagSuggestionListResource
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.TimelineTopicResource
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.TimelineUserResource
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v24.resource.topic.CreateTopicParameter
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v24.resource.topic.EditTopicParameter
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetTopicParameter
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v24.resource.topic.TopicResource
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v24.resource.user.GetUserParameter
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResource
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v30.resource.group.GetGroupParameter
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v30.resource.group.GroupResource
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.TagSuggestionListResource
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.TimelineTopicResource
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.TimelineUserResource
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v30.resource.topic.CreateTopicParameter
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v30.resource.topic.EditTopicParameter
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetTopicParameter
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetUserParameter
-
Returns the Alias.
- getAlias() - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
Returns the Alias.
- getAlias() - Method in exception com.communote.server.api.core.blog.BlogIdentifierValidationException
-
- getAlias() - Method in class com.communote.server.api.core.blog.MinimalBlogData
-
- getAlias() - Method in class com.communote.server.api.core.user.UserData
-
Get the alias of user
- getAlias() - Method in class com.communote.server.api.core.user.UserVO
-
- getAlias() - Method in class com.communote.server.core.filter.listitems.blog.member.CommunoteEntityData
-
- getAlias() - Method in class com.communote.server.core.filter.listitems.blog.member.EntityGroupListItem
- getAlias() - Method in class com.communote.server.core.filter.listitems.blog.member.UserListItem
- getAlias() - Method in class com.communote.server.core.tag.DefaultTagSuggestionProvider
- getAlias() - Method in class com.communote.server.core.tag.TagSuggestion
-
- getAlias() - Method in interface com.communote.server.core.tag.TagSuggestionProvider
-
- getAlias() - Method in class com.communote.server.core.vo.user.group.GroupVO
-
The alias of the group.
- getAlias() - Method in class com.communote.server.model.user.CommunoteEntity
-
Return the alias either of group or of user
- getAlias() - Method in class com.communote.server.model.user.group.Group
-
- getAlias() - Method in class com.communote.server.model.user.User
-
- getAlias() - Method in class com.communote.server.persistence.user.InviteUserForm
-
Gets the alias.
- getAlias() - Method in class com.communote.server.web.fe.portal.user.forms.RegistrationForm
-
Gets the alias.
- getAlias() - Method in class com.communote.server.web.fe.widgets.management.user.group.EntityListItem
-
- getAlias() - Method in class com.communote.server.web.fe.widgets.type.ContentTypeWidgetExtension
-
- getAliasErrorField(List<String>) - Method in class com.communote.server.web.fe.portal.user.client.controller.AbstractUserInviteController
-
- getAll() - Method in class com.communote.common.util.OrderableManager
-
- getAllActiveClients() - Method in interface com.communote.server.api.service.ClientRetrievalService
-
Get all clients with status ACTIVE
- getAllActiveClients() - Method in class com.communote.server.service.ClientRetrievalServiceImpl
-
- getAllApplicationProperties() - Method in class com.communote.plugins.core.services.impl.PluginPropertyServiceImpl
-
Returns all application properties for this bundle.
- getAllApplicationProperties(String) - Method in class com.communote.plugins.core.services.impl.PluginPropertyServiceImpl
-
Returns all application properties for the given bundle.
- getAllApplicationProperties() - Method in interface com.communote.plugins.core.services.PluginPropertyService
-
Returns all application properties for this bundle.
- getAllApplicationProperties(String) - Method in interface com.communote.plugins.core.services.PluginPropertyService
-
Returns all application properties for the given bundle.
- getAllApplicationProperties(String) - Method in class com.communote.server.core.plugin.PluginPropertyManagement
-
Returns all application properties for the given bundle.
- getAllCanRead() - Method in class com.communote.plugins.api.rest.resource.topic.CreateTopicParameter
-
Returns the AllCanRead.
- getAllCanRead() - Method in class com.communote.plugins.api.rest.resource.topic.EditTopicParameter
-
Returns the AllCanRead.
- getAllCanRead() - Method in class com.communote.plugins.api.rest.resource.topic.right.EditRightParameter
-
Returns the AllCanRead.
- getAllCanRead() - Method in class com.communote.plugins.api.rest.resource.topic.right.GetRightParameter
-
Returns the AllCanRead.
- getAllCanRead() - Method in class com.communote.plugins.api.rest.resource.topic.right.RightResource
-
Returns the AllCanRead.
- getAllCanRead() - Method in class com.communote.plugins.api.rest.resource.topic.TopicResource
-
Returns the AllCanRead.
- getAllCanRead() - Method in class com.communote.plugins.api.rest.v22.resource.topic.CreateTopicParameter
-
Returns the AllCanRead.
- getAllCanRead() - Method in class com.communote.plugins.api.rest.v22.resource.topic.EditTopicParameter
-
Returns the AllCanRead.
- getAllCanRead() - Method in class com.communote.plugins.api.rest.v22.resource.topic.right.EditRightParameter
-
Returns the AllCanRead.
- getAllCanRead() - Method in class com.communote.plugins.api.rest.v22.resource.topic.right.GetRightParameter
-
Returns the AllCanRead.
- getAllCanRead() - Method in class com.communote.plugins.api.rest.v22.resource.topic.right.RightResource
-
Returns the AllCanRead.
- getAllCanRead() - Method in class com.communote.plugins.api.rest.v22.resource.topic.TopicResource
-
Returns the AllCanRead.
- getAllCanRead() - Method in class com.communote.plugins.api.rest.v24.resource.topic.CreateTopicParameter
-
Returns the AllCanRead.
- getAllCanRead() - Method in class com.communote.plugins.api.rest.v24.resource.topic.EditTopicParameter
-
Returns the AllCanRead.
- getAllCanRead() - Method in class com.communote.plugins.api.rest.v24.resource.topic.right.EditRightParameter
-
Returns the AllCanRead.
- getAllCanRead() - Method in class com.communote.plugins.api.rest.v24.resource.topic.right.GetRightParameter
-
Returns the AllCanRead.
- getAllCanRead() - Method in class com.communote.plugins.api.rest.v24.resource.topic.right.RightResource
-
Returns the AllCanRead.
- getAllCanRead() - Method in class com.communote.plugins.api.rest.v24.resource.topic.TopicResource
-
Returns the AllCanRead.
- getAllCanRead() - Method in class com.communote.plugins.api.rest.v30.resource.topic.CreateTopicParameter
-
Returns the AllCanRead.
- getAllCanRead() - Method in class com.communote.plugins.api.rest.v30.resource.topic.EditTopicParameter
-
Returns the AllCanRead.
- getAllCanRead() - Method in class com.communote.plugins.api.rest.v30.resource.topic.right.EditRightParameter
-
Returns the AllCanRead.
- getAllCanRead() - Method in class com.communote.plugins.api.rest.v30.resource.topic.right.GetRightParameter
-
Returns the AllCanRead.
- getAllCanRead() - Method in class com.communote.plugins.api.rest.v30.resource.topic.right.RightResource
-
Returns the AllCanRead.
- getAllCanRead() - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Returns the AllCanRead.
- getAllCanWrite() - Method in class com.communote.plugins.api.rest.resource.topic.CreateTopicParameter
-
Returns the AllCanWrite.
- getAllCanWrite() - Method in class com.communote.plugins.api.rest.resource.topic.EditTopicParameter
-
Returns the AllCanWrite.
- getAllCanWrite() - Method in class com.communote.plugins.api.rest.resource.topic.right.EditRightParameter
-
Returns the AllCanWrite.
- getAllCanWrite() - Method in class com.communote.plugins.api.rest.resource.topic.right.GetRightParameter
-
Returns the AllCanWrite.
- getAllCanWrite() - Method in class com.communote.plugins.api.rest.resource.topic.right.RightResource
-
Returns the AllCanWrite.
- getAllCanWrite() - Method in class com.communote.plugins.api.rest.resource.topic.TopicResource
-
Returns the AllCanWrite.
- getAllCanWrite() - Method in class com.communote.plugins.api.rest.v22.resource.topic.CreateTopicParameter
-
Returns the AllCanWrite.
- getAllCanWrite() - Method in class com.communote.plugins.api.rest.v22.resource.topic.EditTopicParameter
-
Returns the AllCanWrite.
- getAllCanWrite() - Method in class com.communote.plugins.api.rest.v22.resource.topic.right.EditRightParameter
-
Returns the AllCanWrite.
- getAllCanWrite() - Method in class com.communote.plugins.api.rest.v22.resource.topic.right.GetRightParameter
-
Returns the AllCanWrite.
- getAllCanWrite() - Method in class com.communote.plugins.api.rest.v22.resource.topic.right.RightResource
-
Returns the AllCanWrite.
- getAllCanWrite() - Method in class com.communote.plugins.api.rest.v22.resource.topic.TopicResource
-
Returns the AllCanWrite.
- getAllCanWrite() - Method in class com.communote.plugins.api.rest.v24.resource.topic.CreateTopicParameter
-
Returns the AllCanWrite.
- getAllCanWrite() - Method in class com.communote.plugins.api.rest.v24.resource.topic.EditTopicParameter
-
Returns the AllCanWrite.
- getAllCanWrite() - Method in class com.communote.plugins.api.rest.v24.resource.topic.right.EditRightParameter
-
Returns the AllCanWrite.
- getAllCanWrite() - Method in class com.communote.plugins.api.rest.v24.resource.topic.right.GetRightParameter
-
Returns the AllCanWrite.
- getAllCanWrite() - Method in class com.communote.plugins.api.rest.v24.resource.topic.right.RightResource
-
Returns the AllCanWrite.
- getAllCanWrite() - Method in class com.communote.plugins.api.rest.v24.resource.topic.TopicResource
-
Returns the AllCanWrite.
- getAllCanWrite() - Method in class com.communote.plugins.api.rest.v30.resource.topic.CreateTopicParameter
-
Returns the AllCanWrite.
- getAllCanWrite() - Method in class com.communote.plugins.api.rest.v30.resource.topic.EditTopicParameter
-
Returns the AllCanWrite.
- getAllCanWrite() - Method in class com.communote.plugins.api.rest.v30.resource.topic.right.EditRightParameter
-
Returns the AllCanWrite.
- getAllCanWrite() - Method in class com.communote.plugins.api.rest.v30.resource.topic.right.GetRightParameter
-
Returns the AllCanWrite.
- getAllCanWrite() - Method in class com.communote.plugins.api.rest.v30.resource.topic.right.RightResource
-
Returns the AllCanWrite.
- getAllCanWrite() - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Returns the AllCanWrite.
- getAllClientProperties() - Method in class com.communote.plugins.core.services.impl.PluginPropertyServiceImpl
-
Returns all client properties for this bundle.
- getAllClientProperties(String) - Method in class com.communote.plugins.core.services.impl.PluginPropertyServiceImpl
-
Returns all client properties for the given bundle.
- getAllClientProperties() - Method in interface com.communote.plugins.core.services.PluginPropertyService
-
Returns all client properties for this bundle.
- getAllClientProperties(String) - Method in interface com.communote.plugins.core.services.PluginPropertyService
-
Returns all client properties for the given bundle.
- getAllClientProperties(String) - Method in class com.communote.server.core.plugin.PluginPropertyManagement
-
Returns all client properties for the given bundle.
- getAllClients() - Method in interface com.communote.server.api.service.ClientRetrievalService
-
Get all clients
- getAllClients() - Method in interface com.communote.server.core.user.client.ClientManagement
-
- getAllClients() - Method in class com.communote.server.core.user.client.ClientManagementImpl
-
- getAllClients() - Method in class com.communote.server.service.ClientRetrievalServiceImpl
-
- getAllErrorMessages() - Method in class com.communote.server.web.fe.portal.AbstractFormBean
-
Deprecated.
- getAllLanguages() - Method in interface com.communote.server.core.user.MasterDataManagement
-
Returns all languages for the client.
- getAllLanguages() - Method in class com.communote.server.core.user.MasterDataManagementImpl
-
Returns all languages for the client.
- getAllObjectProperties(PropertyType, Long) - Method in interface com.communote.server.api.core.property.PropertyManagement
-
Get all filtered properties from a given object for the given property type
- getAllObjectProperties(PropertyType, Long) - Method in class com.communote.server.core.property.PropertyManagementImpl
-
- getAllObjectProperties(Long) - Method in class com.communote.server.core.property.StringPropertyAccessor
-
Get all properties of the object.
- getAllProperties(String, boolean) - Method in interface com.communote.server.persistence.property.PluginPropertyDao
- getAllProperties(String, boolean) - Method in class com.communote.server.persistence.property.PluginPropertyDaoBase
-
- getAllRecipients(Message) - Static method in class com.communote.server.core.mail.MailMessageHelper
-
- getAllRecipients(Message, boolean, boolean, String) - Static method in class com.communote.server.core.mail.MailMessageHelper
-
Gets all recipients found in X-Original-To header field and/or the standard recipient headers
(TO,CC,Delivered-To - where the latter is useful for emails received because of a Bcc
header).
- getAllRoles() - Static method in class com.communote.server.core.user.UserAuthorityHelper
-
Gets a set of all available user roles.
- getAllTags(Locale) - Method in class com.communote.server.core.vo.blog.DiscussionNoteData
-
- getAllUserGroupRole() - Method in class com.communote.server.web.fe.widgets.blog.BlogMemberManagementWidget
-
- getAllUserPreferencesAsJson() - Method in class com.communote.server.core.common.velocity.CommunoteTool
-
- getAndCheckBlogAccess(Long, BlogRole) - Method in interface com.communote.server.api.core.blog.BlogRightsManagement
-
Check if a topic exists and the current user has access to that topic.
- getAndCheckBlogAccess(Long, BlogRole) - Method in class com.communote.server.core.blog.BlogRightsManagementBase
-
- getApi() - Method in class com.communote.server.web.fe.portal.user.client.forms.SslChannelConfigurationForm
-
- getApplication(String) - Method in class com.communote.server.core.rest.RestletApplicationManager
-
Getting an registered JaxRsApplication
for specific version
- getApplicationConfigurationProperties() - Method in interface com.communote.server.api.core.config.ConfigurationManager
-
Returns the current application properties.
- getApplicationConfigurationProperties(boolean) - Method in interface com.communote.server.api.core.config.ConfigurationManager
-
Returns the current application properties.
- getApplicationConfigurationProperties() - Method in class com.communote.server.core.config.ConfigurationPropertiesManager
-
- getApplicationConfigurationProperties(boolean) - Method in class com.communote.server.core.config.ConfigurationPropertiesManager
-
- getApplicationConfigurationSettingDao() - Method in class com.communote.server.core.ConfigurationManagementBase
-
- getApplicationConfigurationSettings() - Method in interface com.communote.server.core.ConfigurationManagement
-
- getApplicationConfigurationSettings() - Method in class com.communote.server.core.ConfigurationManagementBase
-
- getApplicationInformation() - Method in interface com.communote.server.api.core.application.Runtime
-
- getApplicationInformation() - Method in class com.communote.server.core.application.DefaultRuntime
-
- getApplicationInformation() - Method in class com.communote.server.core.common.velocity.CommunoteTool
-
- getApplicationManifest() - Method in class com.communote.server.core.application.ManifestApplicationInformationProvider
-
- getApplicationProperty(String) - Method in class com.communote.plugins.core.services.impl.PluginPropertyServiceImpl
-
- getApplicationProperty(String, String) - Method in class com.communote.plugins.core.services.impl.PluginPropertyServiceImpl
-
Returns an application property for a specific bundle.
- getApplicationProperty(String) - Method in interface com.communote.plugins.core.services.PluginPropertyService
-
Returns an application property for this bundle.
- getApplicationProperty(String, String) - Method in interface com.communote.plugins.core.services.PluginPropertyService
-
Returns an application property for a specific bundle.
- getApplicationProperty(String, String) - Method in class com.communote.server.core.plugin.PluginPropertyManagement
-
Returns an application property for a specific bundle.
- getApplicationProperty(String, String, String) - Method in class com.communote.server.core.plugin.PluginPropertyManagement
-
Returns an application property for a specific bundle with default value.
- getApplicationPropertyUncached(String, String) - Method in class com.communote.server.core.plugin.PluginPropertyManagement
-
Returns an application property for a specific bundle bypassing the cache.
- getApplicationPropertyWithDefault(String, String) - Method in class com.communote.plugins.core.services.impl.PluginPropertyServiceImpl
-
Returns an application property for this bundle.
- getApplicationPropertyWithDefault(String, String, String) - Method in class com.communote.plugins.core.services.impl.PluginPropertyServiceImpl
-
Returns an application property for a specific bundle with default value.
- getApplicationPropertyWithDefault(String, String) - Method in interface com.communote.plugins.core.services.PluginPropertyService
-
Returns an application property for this bundle.
- getApplicationPropertyWithDefault(String, String, String) - Method in interface com.communote.plugins.core.services.PluginPropertyService
-
Returns an application property for a specific bundle with default value.
- getApplicationRealPath() - Method in interface com.communote.server.api.core.application.ApplicationInformation
-
- getApplicationRealPath() - Method in class com.communote.server.core.application.ManifestApplicationInformationProvider
-
- getAreaCode() - Method in class com.communote.server.model.user.PhoneNumber
-
Areacode for this Phone number.
- getArgs() - Method in class com.communote.server.web.commons.tags.TipTag
-
- getArguments() - Method in class com.communote.server.persistence.common.messages.MessageKeyLocalizedMessage
-
- getArguments() - Method in exception com.communote.server.persistence.common.security.CommunoteException
-
- getArguments() - Method in exception com.communote.server.persistence.common.security.CommunoteRuntimeException
-
- getArrayAttachmentResource(List<String>) - Static method in class com.communote.plugins.api.rest.servlet.RequestListParser
-
Parses a AttachmentResource list to a AttachmentResource array.
- getArrayAttachmentResource(List<String>) - Static method in class com.communote.plugins.api.rest.v22.servlet.RequestListParser
-
Parses a AttachmentResource list to a AttachmentResource array.
- getArrayAttachmentResource(List<String>) - Static method in class com.communote.plugins.api.rest.v24.servlet.RequestListParser
-
Parses a AttachmentResource list to a AttachmentResource array.
- getArrayAttachmentResource(List<String>) - Static method in class com.communote.plugins.api.rest.v30.servlet.RequestListParser
-
Parses a AttachmentResource list to a AttachmentResource array.
- getArrayBoolean(List<String>, String) - Static method in class com.communote.plugins.api.rest.servlet.RequestListParser
-
Parses a String list to a Boolean array.
- getArrayBoolean(List<String>, String) - Static method in class com.communote.plugins.api.rest.v22.servlet.RequestListParser
-
Parses a String list to a Boolean array.
- getArrayBoolean(List<String>, String) - Static method in class com.communote.plugins.api.rest.v24.servlet.RequestListParser
-
Parses a String list to a Boolean array.
- getArrayBoolean(List<String>, String) - Static method in class com.communote.plugins.api.rest.v30.servlet.RequestListParser
-
Parses a String list to a Boolean array.
- getArrayByte(List<String>, String) - Static method in class com.communote.plugins.api.rest.servlet.RequestListParser
-
Parses a String list to a Byte array.
- getArrayByte(List<String>, String) - Static method in class com.communote.plugins.api.rest.v22.servlet.RequestListParser
-
Parses a String list to a Byte array.
- getArrayByte(List<String>, String) - Static method in class com.communote.plugins.api.rest.v24.servlet.RequestListParser
-
Parses a String list to a Byte array.
- getArrayByte(List<String>, String) - Static method in class com.communote.plugins.api.rest.v30.servlet.RequestListParser
-
Parses a String list to a Byte array.
- getArrayDate(List<String>, String) - Static method in class com.communote.plugins.api.rest.servlet.RequestListParser
-
Parses a String list to a Date array.
- getArrayDate(List<String>, String) - Static method in class com.communote.plugins.api.rest.v22.servlet.RequestListParser
-
Parses a String list to a Date array.
- getArrayDate(List<String>, String) - Static method in class com.communote.plugins.api.rest.v24.servlet.RequestListParser
-
Parses a String list to a Date array.
- getArrayDate(List<String>, String) - Static method in class com.communote.plugins.api.rest.v30.servlet.RequestListParser
-
Parses a String list to a Date array.
- getArrayDouble(List<String>, String) - Static method in class com.communote.plugins.api.rest.servlet.RequestListParser
-
Parses a String list to a Double array.
- getArrayDouble(List<String>, String) - Static method in class com.communote.plugins.api.rest.v22.servlet.RequestListParser
-
Parses a String list to a Double array.
- getArrayDouble(List<String>, String) - Static method in class com.communote.plugins.api.rest.v24.servlet.RequestListParser
-
Parses a String list to a Double array.
- getArrayDouble(List<String>, String) - Static method in class com.communote.plugins.api.rest.v30.servlet.RequestListParser
-
Parses a String list to a Double array.
- getArrayGroupResource(List<String>) - Static method in class com.communote.plugins.api.rest.v30.servlet.RequestListParser
-
Parses a GroupResource list to a GroupResource array.
- getArrayInteger(List<String>, String) - Static method in class com.communote.plugins.api.rest.servlet.RequestListParser
-
Parses a String list to a Integer array.
- getArrayInteger(List<String>, String) - Static method in class com.communote.plugins.api.rest.v22.servlet.RequestListParser
-
Parses a String list to a Integer array.
- getArrayInteger(List<String>, String) - Static method in class com.communote.plugins.api.rest.v24.servlet.RequestListParser
-
Parses a String list to a Integer array.
- getArrayInteger(List<String>, String) - Static method in class com.communote.plugins.api.rest.v30.servlet.RequestListParser
-
Parses a String list to a Integer array.
- getArrayLastModificationDateResource(List<String>) - Static method in class com.communote.plugins.api.rest.v30.servlet.RequestListParser
-
Parses a LastModificationDateResource list to a LastModificationDateResource array.
- getArrayLong(List<String>, String) - Static method in class com.communote.plugins.api.rest.servlet.RequestListParser
-
Parses a String list to a Long array.
- getArrayLong(List<String>, String) - Static method in class com.communote.plugins.api.rest.v22.servlet.RequestListParser
-
Parses a String list to a Long array.
- getArrayLong(List<String>, String) - Static method in class com.communote.plugins.api.rest.v24.servlet.RequestListParser
-
Parses a String list to a Long array.
- getArrayLong(List<String>, String) - Static method in class com.communote.plugins.api.rest.v30.servlet.RequestListParser
-
Parses a String list to a Long array.
- getArrayNoteResource(List<String>) - Static method in class com.communote.plugins.api.rest.servlet.RequestListParser
-
Parses a NoteResource list to a NoteResource array.
- getArrayNoteResource(List<String>) - Static method in class com.communote.plugins.api.rest.v22.servlet.RequestListParser
-
Parses a NoteResource list to a NoteResource array.
- getArrayNoteResource(List<String>) - Static method in class com.communote.plugins.api.rest.v24.servlet.RequestListParser
-
Parses a NoteResource list to a NoteResource array.
- getArrayNoteResource(List<String>) - Static method in class com.communote.plugins.api.rest.v30.servlet.RequestListParser
-
Parses a NoteResource list to a NoteResource array.
- getArrayString(List<String>, String) - Static method in class com.communote.plugins.api.rest.servlet.RequestListParser
-
Parses a String list to a String array.
- getArrayString(List<String>, String) - Static method in class com.communote.plugins.api.rest.v22.servlet.RequestListParser
-
Parses a String list to a String array.
- getArrayString(List<String>, String) - Static method in class com.communote.plugins.api.rest.v24.servlet.RequestListParser
-
Parses a String list to a String array.
- getArrayString(List<String>, String) - Static method in class com.communote.plugins.api.rest.v30.servlet.RequestListParser
-
Parses a String list to a String array.
- getArrayTagResource(List<String>) - Static method in class com.communote.plugins.api.rest.servlet.RequestListParser
-
Parses a TagResource list to a TagResource array.
- getArrayTagResource(List<String>) - Static method in class com.communote.plugins.api.rest.v22.servlet.RequestListParser
-
Parses a TagResource list to a TagResource array.
- getArrayTagResource(List<String>) - Static method in class com.communote.plugins.api.rest.v24.servlet.RequestListParser
-
Parses a TagResource list to a TagResource array.
- getArrayTagResource(List<String>) - Static method in class com.communote.plugins.api.rest.v30.servlet.RequestListParser
-
Parses a TagResource list to a TagResource array.
- getArrayTagStoreTagListResource(List<String>) - Static method in class com.communote.plugins.api.rest.servlet.RequestListParser
-
Parses a TagStoreTagListResource list to a TagStoreTagListResource array.
- getArrayTagStoreTagListResource(List<String>) - Static method in class com.communote.plugins.api.rest.v22.servlet.RequestListParser
-
Parses a TagStoreTagListResource list to a TagStoreTagListResource array.
- getArrayTagStoreTagListResource(List<String>) - Static method in class com.communote.plugins.api.rest.v24.servlet.RequestListParser
-
Parses a TagStoreTagListResource list to a TagStoreTagListResource array.
- getArrayTagStoreTagListResource(List<String>) - Static method in class com.communote.plugins.api.rest.v30.servlet.RequestListParser
-
Parses a TagStoreTagListResource list to a TagStoreTagListResource array.
- getArrayTagSuggestionListResource(List<String>) - Static method in class com.communote.plugins.api.rest.servlet.RequestListParser
-
Parses a TagSuggestionListResource list to a TagSuggestionListResource array.
- getArrayTagSuggestionListResource(List<String>) - Static method in class com.communote.plugins.api.rest.v22.servlet.RequestListParser
-
Parses a TagSuggestionListResource list to a TagSuggestionListResource array.
- getArrayTagSuggestionListResource(List<String>) - Static method in class com.communote.plugins.api.rest.v24.servlet.RequestListParser
-
Parses a TagSuggestionListResource list to a TagSuggestionListResource array.
- getArrayTagSuggestionListResource(List<String>) - Static method in class com.communote.plugins.api.rest.v30.servlet.RequestListParser
-
Parses a TagSuggestionListResource list to a TagSuggestionListResource array.
- getArrayTimelineNoteResource(List<String>) - Static method in class com.communote.plugins.api.rest.servlet.RequestListParser
-
Parses a TimelineNoteResource list to a TimelineNoteResource array.
- getArrayTimelineNoteResource(List<String>) - Static method in class com.communote.plugins.api.rest.v22.servlet.RequestListParser
-
Parses a TimelineNoteResource list to a TimelineNoteResource array.
- getArrayTimelineNoteResource(List<String>) - Static method in class com.communote.plugins.api.rest.v24.servlet.RequestListParser
-
Parses a TimelineNoteResource list to a TimelineNoteResource array.
- getArrayTimelineNoteResource(List<String>) - Static method in class com.communote.plugins.api.rest.v30.servlet.RequestListParser
-
Parses a TimelineNoteResource list to a TimelineNoteResource array.
- getArrayTimelineTagResource(List<String>) - Static method in class com.communote.plugins.api.rest.servlet.RequestListParser
-
Parses a TimelineTagResource list to a TimelineTagResource array.
- getArrayTimelineTagResource(List<String>) - Static method in class com.communote.plugins.api.rest.v22.servlet.RequestListParser
-
Parses a TimelineTagResource list to a TimelineTagResource array.
- getArrayTimelineTagResource(List<String>) - Static method in class com.communote.plugins.api.rest.v24.servlet.RequestListParser
-
Parses a TimelineTagResource list to a TimelineTagResource array.
- getArrayTimelineTagResource(List<String>) - Static method in class com.communote.plugins.api.rest.v30.servlet.RequestListParser
-
Parses a TimelineTagResource list to a TimelineTagResource array.
- getArrayTimelineTopicResource(List<String>) - Static method in class com.communote.plugins.api.rest.servlet.RequestListParser
-
Parses a TimelineTopicResource list to a TimelineTopicResource array.
- getArrayTimelineTopicResource(List<String>) - Static method in class com.communote.plugins.api.rest.v22.servlet.RequestListParser
-
Parses a TimelineTopicResource list to a TimelineTopicResource array.
- getArrayTimelineTopicResource(List<String>) - Static method in class com.communote.plugins.api.rest.v24.servlet.RequestListParser
-
Parses a TimelineTopicResource list to a TimelineTopicResource array.
- getArrayTimelineTopicResource(List<String>) - Static method in class com.communote.plugins.api.rest.v30.servlet.RequestListParser
-
Parses a TimelineTopicResource list to a TimelineTopicResource array.
- getArrayTimelineUserResource(List<String>) - Static method in class com.communote.plugins.api.rest.servlet.RequestListParser
-
Parses a TimelineUserResource list to a TimelineUserResource array.
- getArrayTimelineUserResource(List<String>) - Static method in class com.communote.plugins.api.rest.v22.servlet.RequestListParser
-
Parses a TimelineUserResource list to a TimelineUserResource array.
- getArrayTimelineUserResource(List<String>) - Static method in class com.communote.plugins.api.rest.v24.servlet.RequestListParser
-
Parses a TimelineUserResource list to a TimelineUserResource array.
- getArrayTimelineUserResource(List<String>) - Static method in class com.communote.plugins.api.rest.v30.servlet.RequestListParser
-
Parses a TimelineUserResource list to a TimelineUserResource array.
- getArrayTopicResource(List<String>) - Static method in class com.communote.plugins.api.rest.servlet.RequestListParser
-
Parses a TopicResource list to a TopicResource array.
- getArrayTopicResource(List<String>) - Static method in class com.communote.plugins.api.rest.v22.servlet.RequestListParser
-
Parses a TopicResource list to a TopicResource array.
- getArrayTopicResource(List<String>) - Static method in class com.communote.plugins.api.rest.v24.servlet.RequestListParser
-
Parses a TopicResource list to a TopicResource array.
- getArrayTopicResource(List<String>) - Static method in class com.communote.plugins.api.rest.v30.servlet.RequestListParser
-
Parses a TopicResource list to a TopicResource array.
- getArrayUserResource(List<String>) - Static method in class com.communote.plugins.api.rest.servlet.RequestListParser
-
Parses a UserResource list to a UserResource array.
- getArrayUserResource(List<String>) - Static method in class com.communote.plugins.api.rest.v22.servlet.RequestListParser
-
Parses a UserResource list to a UserResource array.
- getArrayUserResource(List<String>) - Static method in class com.communote.plugins.api.rest.v24.servlet.RequestListParser
-
Parses a UserResource list to a UserResource array.
- getArrayUserResource(List<String>) - Static method in class com.communote.plugins.api.rest.v30.servlet.RequestListParser
-
Parses a UserResource list to a UserResource array.
- getAssertProperty(T) - Method in class com.communote.server.api.core.config.AbstractConfigurationProperties
-
Get the property, throw a runtime exception if the key does not exist.
- getAssignableRoles(User) - Static method in class com.communote.server.core.user.UserAuthorityHelper
-
Gets the assignable roles for an user.
- getAssignedRole(Long, Long) - Method in class com.communote.server.core.blog.AssignedBlogRoleRetriever
-
Returns the effective blog role of the given user which was directly assigned to the user or
assigned to a group the user is a member of.
- getAssignedTagsOnly() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the AssignedTagsOnly.
- getAssignedTagsOnly() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the AssignedTagsOnly.
- getAssignedTagsOnly() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the AssignedTagsOnly.
- getAssignedTagsOnly() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the AssignedTagsOnly.
- getAsyncContext() - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
-
- getAttachment() - Method in class com.communote.server.core.crc.vo.ExtendedContentId
-
- getAttachment(ContentId) - Method in interface com.communote.server.core.storing.ResourceStoringManagement
-
Returns an attachment with the delivered content id.
- getAttachment(Long) - Method in interface com.communote.server.core.storing.ResourceStoringManagement
-
Get an attachment by the given ID.
- getAttachment(ContentId) - Method in class com.communote.server.core.storing.ResourceStoringManagementBase
-
Returns an attachment with the delivered content id.
- getAttachment(Long) - Method in class com.communote.server.core.storing.ResourceStoringManagementBase
-
- getAttachmentAsBinary(AttachmentTO) - Static method in class com.communote.plugins.api.rest.v22.resource.attachment.AttachmentResourceHelper
-
Builds a byte array response of a given attachment.
- getAttachmentAsBinary(AttachmentTO) - Static method in class com.communote.plugins.api.rest.v24.resource.attachment.AttachmentResourceHelper
-
Builds a byte array response of a given attachment.
- getAttachmentAsBinary(AttachmentTO) - Static method in class com.communote.plugins.api.rest.v30.resource.attachment.AttachmentResourceHelper
-
Builds a byte array response of a given attachment.
- getAttachmentClass(String) - Method in class com.communote.server.core.common.velocity.tools.RenderTool
-
- getAttachmentContentIds() - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
- getAttachmentConverter() - Method in class com.communote.server.core.vo.query.note.SimpleNoteListItemToNoteDataQueryResultConverter
-
- getAttachmentCrawlLastModificationDate(Long) - Method in class com.communote.server.core.lastmodifieddate.LastModificationDateManagement
-
Get the crawl-last-modification date of the given attachment.
- getAttachmentCrawlLastModificationDates(LastModificationDateFactory<T>) - Method in class com.communote.server.core.lastmodifieddate.LastModificationDateManagement
-
Get the crawl-last-modification dates of all attachments which are assigned to a note.
- getAttachmentId() - Method in class com.communote.plugins.api.rest.resource.attachment.AttachmentResource
-
Returns the AttachmentId.
- getAttachmentId() - Method in class com.communote.plugins.api.rest.resource.attachment.GetAttachmentParameter
-
Returns the AttachmentId.
- getAttachmentId() - Method in class com.communote.plugins.api.rest.v22.resource.attachment.AttachmentResource
-
Returns the AttachmentId.
- getAttachmentId() - Method in class com.communote.plugins.api.rest.v22.resource.attachment.GetAttachmentParameter
-
Returns the AttachmentId.
- getAttachmentId() - Method in class com.communote.plugins.api.rest.v24.resource.attachment.AttachmentResource
-
Returns the AttachmentId.
- getAttachmentId() - Method in class com.communote.plugins.api.rest.v24.resource.attachment.GetAttachmentParameter
-
Returns the AttachmentId.
- getAttachmentId() - Method in class com.communote.plugins.api.rest.v24.resource.attachment.preview.GetPreviewParameter
-
Returns the AttachmentId.
- getAttachmentId() - Method in exception com.communote.plugins.api.rest.v24.resource.attachment.preview.NoPreviewAvailableException
-
- getAttachmentId() - Method in class com.communote.plugins.api.rest.v30.resource.attachment.AttachmentResource
-
Returns the AttachmentId.
- getAttachmentId() - Method in class com.communote.plugins.api.rest.v30.resource.attachment.DeleteAttachmentParameter
-
Returns the AttachmentId.
- getAttachmentId() - Method in class com.communote.plugins.api.rest.v30.resource.attachment.GetAttachmentParameter
-
Returns the AttachmentId.
- getAttachmentId() - Method in class com.communote.plugins.api.rest.v30.resource.attachment.preview.GetPreviewParameter
-
Returns the AttachmentId.
- getAttachmentId() - Method in exception com.communote.plugins.api.rest.v30.resource.attachment.preview.NoPreviewAvailableException
-
- getAttachmentId() - Method in exception com.communote.server.core.blog.AttachmentAlreadyAssignedException
-
- getAttachmentId() - Method in exception com.communote.server.core.blog.AttachmentNotFoundException
-
- getAttachmentId() - Method in exception com.communote.server.core.storing.AttachmentStillAssignedException
-
- getAttachmentIds() - Method in class com.communote.plugins.api.rest.resource.note.CreateNoteParameter
-
Returns the AttachmentIds.
- getAttachmentIds() - Method in class com.communote.plugins.api.rest.resource.note.EditNoteParameter
-
Returns the AttachmentIds.
- getAttachmentIds() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the AttachmentIds.
- getAttachmentIds() - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Returns the AttachmentIds.
- getAttachmentIds() - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Returns the AttachmentIds.
- getAttachmentIds() - Method in class com.communote.plugins.api.rest.v22.resource.note.CreateNoteParameter
-
Returns the AttachmentIds.
- getAttachmentIds() - Method in class com.communote.plugins.api.rest.v22.resource.note.EditNoteParameter
-
Returns the AttachmentIds.
- getAttachmentIds() - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Returns the AttachmentIds.
- getAttachmentIds() - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Returns the AttachmentIds.
- getAttachmentIds() - Method in class com.communote.plugins.api.rest.v24.resource.note.CreateNoteParameter
-
Returns the AttachmentIds.
- getAttachmentIds() - Method in class com.communote.plugins.api.rest.v24.resource.note.EditNoteParameter
-
Returns the AttachmentIds.
- getAttachmentIds() - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Returns the AttachmentIds.
- getAttachmentIds() - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Returns the AttachmentIds.
- getAttachmentIds() - Method in class com.communote.plugins.api.rest.v30.resource.note.CreateNoteParameter
-
Returns the AttachmentIds.
- getAttachmentIds() - Method in class com.communote.plugins.api.rest.v30.resource.note.EditNoteParameter
-
Returns the AttachmentIds.
- getAttachmentIds() - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Returns the AttachmentIds.
- getAttachmentIds() - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Returns the AttachmentIds.
- getAttachmentIds() - Method in class com.communote.server.api.core.note.NoteStoringTO
-
- getAttachmentLastModificationDates(LastModificationDateFactory<T>) - Method in interface com.communote.server.persistence.lastmodifieddate.LastModificationDateDao
-
- getAttachmentLastModificationDates(LastModificationDateFactory<T>) - Method in class com.communote.server.persistence.lastmodifieddate.LastModificationDateDaoImpl
-
- GetAttachmentParameter - Class in com.communote.plugins.api.rest.resource.attachment
-
This class it the parameter class for the Attachment resource.
- GetAttachmentParameter() - Constructor for class com.communote.plugins.api.rest.resource.attachment.GetAttachmentParameter
-
Default Constuctor necessary for json parsing
- GetAttachmentParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.resource.attachment.GetAttachmentParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetAttachmentParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.resource.attachment.GetAttachmentParameter
-
- GetAttachmentParameter - Class in com.communote.plugins.api.rest.v22.resource.attachment
-
This class it the parameter class for the Attachment resource.
- GetAttachmentParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.attachment.GetAttachmentParameter
-
Default Constuctor necessary for json parsing
- GetAttachmentParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.attachment.GetAttachmentParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetAttachmentParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.attachment.GetAttachmentParameter
-
- GetAttachmentParameter - Class in com.communote.plugins.api.rest.v24.resource.attachment
-
This class it the parameter class for the Attachment resource.
- GetAttachmentParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.attachment.GetAttachmentParameter
-
Default Constuctor necessary for json parsing
- GetAttachmentParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.attachment.GetAttachmentParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetAttachmentParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.attachment.GetAttachmentParameter
-
- GetAttachmentParameter - Class in com.communote.plugins.api.rest.v30.resource.attachment
-
This class it the parameter class for the Attachment resource.
- GetAttachmentParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.attachment.GetAttachmentParameter
-
Default Constuctor necessary for json parsing
- GetAttachmentParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.attachment.GetAttachmentParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetAttachmentParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.attachment.GetAttachmentParameter
-
- getAttachmentRepositoryConnectorId() - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
- getAttachmentRepositoryConnectorIds() - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
- getAttachments() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the Attachments.
- getAttachments() - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Returns the Attachments.
- getAttachments() - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Returns the Attachments.
- getAttachments() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the Attachments.
- getAttachments() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetTimelineNoteParameter
-
Returns the Attachments.
- getAttachments() - Method in class com.communote.plugins.api.rest.resource.timelinenote.TimelineNoteResource
-
Returns the Attachments.
- getAttachments() - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Returns the Attachments.
- getAttachments() - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Returns the Attachments.
- getAttachments() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the Attachments.
- getAttachments() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetTimelineNoteParameter
-
Returns the Attachments.
- getAttachments() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteResource
-
Returns the Attachments.
- getAttachments() - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Returns the Attachments.
- getAttachments() - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Returns the Attachments.
- getAttachments() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the Attachments.
- getAttachments() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
Returns the Attachments.
- getAttachments() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
Returns the Attachments.
- getAttachments() - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Returns the Attachments.
- getAttachments() - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Returns the Attachments.
- getAttachments() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the Attachments.
- getAttachments() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the Attachments.
- getAttachments() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
Returns the Attachments.
- getAttachments() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
Returns the Attachments.
- getAttachments() - Method in class com.communote.server.api.core.note.NoteData
-
- getAttachments(String) - Method in class com.communote.server.api.core.note.NoteData
-
Returns a MIME type filtered subset of the attachments that were added to the note.
- getAttachments(Message) - Static method in class com.communote.server.core.mail.MailMessageHelper
-
Extracts the attachments from the mail.
- getAttachments() - Method in class com.communote.server.model.note.Note
-
- getAttachments() - Method in class com.communote.server.web.api.to.listitem.v1_0_1.DetailPostListItem
-
- getAttachmentSize() - Method in class com.communote.server.web.fe.portal.user.system.content.FileUploadForm
-
- getAttachmentsOfNote(Long, Collection<Long>, Converter<Attachment, T>) - Method in interface com.communote.server.core.storing.ResourceStoringManagement
-
Return the attachments of a note converted with the help of the provided converter
- getAttachmentsOfNote(Long, Collection<Long>, Converter<Attachment, T>) - Method in class com.communote.server.core.storing.ResourceStoringManagementBase
-
- getAttachmentsSessionAttributeName() - Method in class com.communote.server.web.fe.widgets.blog.CreateNoteWidget
-
The name for the attachments session attribute.
- getAttachmentsSessionAttributeValue() - Method in class com.communote.server.web.fe.widgets.blog.CreateNoteWidget
-
The value for the attachments session attribute.
- getAttachmentUploadSessionId() - Method in class com.communote.plugins.api.rest.resource.attachment.CreateAttachmentParameter
-
Returns the AttachmentUploadSessionId.
- getAttachmentUploadSessionId() - Method in class com.communote.plugins.api.rest.resource.note.CreateNoteParameter
-
Returns the AttachmentUploadSessionId.
- getAttachmentUploadSessionId() - Method in class com.communote.plugins.api.rest.resource.note.EditNoteParameter
-
Returns the AttachmentUploadSessionId.
- getAttachmentUploadSessionId() - Method in class com.communote.plugins.api.rest.v22.resource.attachment.CreateAttachmentParameter
-
Returns the AttachmentUploadSessionId.
- getAttachmentUploadSessionId() - Method in class com.communote.plugins.api.rest.v22.resource.note.CreateNoteParameter
-
Returns the AttachmentUploadSessionId.
- getAttachmentUploadSessionId() - Method in class com.communote.plugins.api.rest.v22.resource.note.EditNoteParameter
-
Returns the AttachmentUploadSessionId.
- getAttachmentUploadSessionId() - Method in class com.communote.plugins.api.rest.v24.resource.attachment.CreateAttachmentParameter
-
Returns the AttachmentUploadSessionId.
- getAttachmentUploadSessionId() - Method in class com.communote.plugins.api.rest.v24.resource.note.CreateNoteParameter
-
Returns the AttachmentUploadSessionId.
- getAttachmentUploadSessionId() - Method in class com.communote.plugins.api.rest.v24.resource.note.EditNoteParameter
-
Returns the AttachmentUploadSessionId.
- getAttachmentUploadSessionId() - Method in class com.communote.plugins.api.rest.v30.resource.attachment.CreateAttachmentParameter
-
Returns the AttachmentUploadSessionId.
- getAttachmentUploadSessionId() - Method in class com.communote.plugins.api.rest.v30.resource.note.CreateNoteParameter
-
Returns the AttachmentUploadSessionId.
- getAttachmentUploadSessionId() - Method in class com.communote.plugins.api.rest.v30.resource.note.EditNoteParameter
-
Returns the AttachmentUploadSessionId.
- getAttribute(String) - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
- getAttribute(String) - Method in class com.communote.server.widgets.AbstractWidget
-
return widget attribute
- getAttribute(String) - Method in interface com.communote.server.widgets.Widget
-
return widget attribute
- getAttributeNames() - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
- getAttributes() - Method in class com.communote.server.api.core.note.processor.NoteStoringPostProcessorContext
-
- getAttributeValue(Attributes, String) - Method in class com.communote.server.core.common.ldap.LdapAttributesMapper
-
Returns the value for the named LDAP attribute.
- getAttributeValueForKenmeiAttributeName(String, Attributes, String) - Method in class com.communote.server.core.common.ldap.LdapAttributesMapper
-
- getAttributeValues(Attributes, String) - Static method in class com.communote.server.core.common.ldap.LdapUtils
-
Returns the values for the named LDAP attribute.
- getAugmentation(AugmentedPageableList.AugmentationKeys) - Method in class com.communote.common.util.AugmentedPageableList
-
Returns augmentation data for the given key.
- getAuth() - Method in class com.communote.server.core.common.velocity.CommunoteTool
-
- getAuthentication() - Method in class com.communote.plugins.mq.message.base.message.BaseMessage
-
- getAuthenticationApiUrl() - Method in class com.communote.server.core.security.authentication.confluence.ConfluenceAuthenticator
- getAuthenticationApiUrl() - Method in class com.communote.server.core.security.authentication.ExternalKenmeiApiAuthenticator
-
- getAuthenticationApiUrl() - Method in class com.communote.server.model.config.ConfluenceConfiguration
-
The complete url to the confluence auhentication api
- getAuthenticationManagement() - Method in class com.communote.server.core.security.AbstractCommunoteAuthenticationFilter
-
- getAuthenticationManager() - Method in class com.communote.server.core.security.AbstractCommunoteAuthenticationFilter
-
- getAuthenticationManager() - Method in class com.communote.server.web.commons.filter.PublicAccessProcessingFilter
-
- getAuthenticationManager() - Method in class com.communote.server.web.external.spring.security.CommunoteTokenAuthenticationProcessingFilter
-
- getAuthenticationManager() - Method in class com.communote.server.web.external.spring.security.RequestParameterAuthenticationProcessingFilter
-
- getAuthenticationManager() - Method in class com.communote.server.web.external.spring.security.XMPPAuthenticationProcessingFilter
-
Returns the AuthenticationManager
.
- getAuthenticationMode() - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
- getAuthenticationProviderManagement() - Method in class com.communote.server.web.security.PluginAuthenticationProvider
-
- getAuthenticationSuccessHandler() - Method in class com.communote.server.web.fe.portal.login.AuthenticateUserController
-
- getAuthenticationToken(Long) - Method in class com.communote.server.core.security.AuthenticationTokenManagement
-
Method to get the authentication token for a given user.
- getAuthenticationToken() - Method in class com.communote.server.model.user.User
-
A token, which can be used for authentication processes.
- getAuthor() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the Author.
- getAuthor() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetTimelineNoteParameter
-
Returns the Author.
- getAuthor() - Method in class com.communote.plugins.api.rest.resource.timelinenote.TimelineNoteResource
-
Returns the Author.
- getAuthor() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the Author.
- getAuthor() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetTimelineNoteParameter
-
Returns the Author.
- getAuthor() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteResource
-
Returns the Author.
- getAuthor() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the Author.
- getAuthor() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
Returns the Author.
- getAuthor() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
Returns the Author.
- getAuthor() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the Author.
- getAuthor() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the Author.
- getAuthor() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
Returns the Author.
- getAuthor() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
Returns the Author.
- getAuthType() - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
- getAutosave(Long, Long, Collection<StringPropertyTO>, Locale) - Method in interface com.communote.server.core.blog.NoteManagement
-
Return an autosave of the current user.
- getAutosave(Long, Long, Collection<StringPropertyTO>, Locale) - Method in class com.communote.server.core.blog.NoteManagementImpl
-
- getAutosave(Long, Long, Long, Collection<StringPropertyFilter>) - Method in interface com.communote.server.persistence.blog.NoteDao
-
Tries to find an autosaved note of the given user.
- getAutosave(Long, Long, Long, Collection<StringPropertyFilter>) - Method in class com.communote.server.persistence.blog.NoteDaoBase
-
- getAutosave(Long, Long, Collection<StringPropertyTO>, Locale) - Method in class com.communote.server.service.NoteService
-
Return an autosave of the current user.
- getAutosaveNoteId() - Method in class com.communote.plugins.api.rest.resource.note.CreateNoteParameter
-
Returns the AutosaveNoteId.
- getAutosaveNoteId() - Method in class com.communote.plugins.api.rest.resource.note.EditNoteParameter
-
Returns the AutosaveNoteId.
- getAutosaveNoteId() - Method in class com.communote.plugins.api.rest.v22.resource.note.CreateNoteParameter
-
Returns the AutosaveNoteId.
- getAutosaveNoteId() - Method in class com.communote.plugins.api.rest.v22.resource.note.EditNoteParameter
-
Returns the AutosaveNoteId.
- getAutosaveNoteId() - Method in class com.communote.plugins.api.rest.v24.resource.note.CreateNoteParameter
-
Returns the AutosaveNoteId.
- getAutosaveNoteId() - Method in class com.communote.plugins.api.rest.v24.resource.note.EditNoteParameter
-
Returns the AutosaveNoteId.
- getAutosaveNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.note.CreateNoteParameter
-
Returns the AutosaveNoteId.
- getAutosaveNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.note.EditNoteParameter
-
Returns the AutosaveNoteId.
- getAutosaveNoteId() - Method in class com.communote.server.api.core.note.NoteStoringTO
-
public Long[] getAttachmentIds() { return this.attachmentIds; }
/**
- getAvailableLanguages(String, boolean) - Method in class com.communote.server.core.common.i18n.LocalizationManagement
-
Return for a given message key the localized message for each of the currently available
languages
- getAvailableLanguages() - Method in interface com.communote.server.core.user.MasterDataManagement
-
This method returns all available languages.
- getAvailableLanguages() - Method in class com.communote.server.core.user.MasterDataManagementImpl
-
This method returns all available languages.
- getAvailableUserRepository(String) - Method in class com.communote.server.service.UserService
-
Get the available repository for the given system id.
- getBackgroundColor() - Method in class com.communote.server.api.core.image.ImageDescriptor
-
- getBackgroundColor() - Method in interface com.communote.server.api.core.image.ImageTypeDescriptor
-
- getBackgroundColor() - Method in class com.communote.server.api.core.image.type.CustomizableImageTypeDescriptor
-
- getBackgroundColor() - Method in class com.communote.server.api.core.image.type.DefaultImageTypeDescriptor
-
- getBannerImageId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Returns the BannerImageId.
- getBannerImageId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetTopicParameter
-
Returns the BannerImageId.
- getBannerImageId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Returns the BannerImageId.
- getBannerImageVersion() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Returns the BannerImageVersion.
- getBannerImageVersion() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetTopicParameter
-
Returns the BannerImageVersion.
- getBannerImageVersion() - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Returns the BannerImageVersion.
- getBasePath() - Method in class com.communote.server.model.config.ConfluenceConfiguration
-
Path to Confluence installation.
- getBaseRef(HttpServletRequest) - Method in class com.communote.server.core.rest.CommunoteRestletServletAdapter
-
Will take the urlBasePath as basePath extension instead of
HttpServletRequest.getServletPath()
- getBaseUrl() - Method in class com.communote.server.web.commons.tags.KenmeiUrlTag
-
- getBcc() - Method in class com.communote.server.core.mail.messages.MailMessage
-
- getBeforeTopicRole() - Method in class com.communote.server.core.blog.events.UserToTopicRoleMappingChangedEvent
-
- getBestImageHeight() - Method in class com.communote.server.web.fe.widgets.user.profile.UserProfileImageUploadWidget
-
the default height of the user image
- getBestImageWidth() - Method in class com.communote.server.web.fe.widgets.user.profile.UserProfileImageUploadWidget
-
the default width of the user image
- getBestLogoHeight() - Method in class com.communote.server.web.fe.portal.user.client.forms.ClientProfileLogoForm
-
the default height of the client logo
- getBestLogoWidth() - Method in class com.communote.server.web.fe.portal.user.client.forms.ClientProfileLogoForm
-
the default width of the client logo
- getBinaryLdapAttributeName() - Method in class com.communote.server.core.common.ldap.LdapAttributesMapper
-
Returns an array of names of mapped LDAP attributes that are binary.
- getBinaryLdapAttributeName() - Method in class com.communote.server.core.common.ldap.LdapGroupAttributesMapper
-
Returns an array of names of mapped LDAP attributes that are binary.
- getBinaryLdapAttributeName() - Method in class com.communote.server.core.common.ldap.LdapUserAttributesMapper
-
Returns an array of names of mapped LDAP attributes that are binary.
- getBinaryProperty(String, String) - Method in interface com.communote.server.api.core.property.PropertyManagement
-
Get a binary property not bound to any context
- getBinaryProperty(String, String) - Method in class com.communote.server.core.property.PropertyManagementImpl
-
- getBinaryPropertyLastModificationDate(String, String) - Method in interface com.communote.server.api.core.property.PropertyManagement
-
Get last modification date of a binary property.
- getBinaryPropertyLastModificationDate(String, String) - Method in class com.communote.server.core.property.PropertyManagementImpl
-
- getBindUser() - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
Wrapper for bind user (manager DN).
- getBindUserPassword() - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
Wrapper for bind user password.
- getBlog() - Method in class com.communote.server.api.core.note.NoteData
-
- getBlog(Number) - Method in class com.communote.server.core.common.velocity.TopicTool
-
Return the details of a topic, the properties will not be contained.
- getBlog(NoteRenderContext, MinimalBlogData) - Method in class com.communote.server.core.template.velocity.NoteTemplateUrlTool
-
Return the link to a topic.
- getBlog(Long) - Method in class com.communote.server.core.vo.query.blog.DataAccessBlogConverter
-
Getting blog object by id
- getBlog() - Method in class com.communote.server.model.blog.BlogMember
-
- getBlog() - Method in class com.communote.server.model.note.Note
-
- getBlog() - Method in class com.communote.server.web.api.to.listitem.DetailPostListItem
-
- getBlog() - Method in class com.communote.server.web.fe.widgets.blog.BlogMemberManagementWidget
-
- getBlogAccessParameter() - Static method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
- getBlogAlias() - Method in class com.communote.server.core.util.InitalFiltersVO
-
- getBlogAliases() - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
The blog aliases to which the result set will be reduced.
- getBlogAliasFilter() - Method in class com.communote.server.core.vo.query.TaggingCoreItemUTPExtension
-
- getBlogByAlias(String, Converter<Blog, T>) - Method in interface com.communote.server.api.core.blog.BlogManagement
-
Return the details of a blog.
- getBlogByAlias(String, Converter<Blog, T>) - Method in class com.communote.server.core.blog.BlogManagementImpl
-
Return the details of a blog.
- getBlogById(Long, boolean) - Method in interface com.communote.server.api.core.blog.BlogManagement
-
Retrieve a blog by its ID.
- getBlogById(Long, Converter<Blog, T>) - Method in interface com.communote.server.api.core.blog.BlogManagement
-
Return the details of a blog.
- getBlogById(Long, boolean) - Method in class com.communote.server.core.blog.BlogManagementImpl
-
- getBlogById(Long, Converter<Blog, T>) - Method in class com.communote.server.core.blog.BlogManagementImpl
-
Return the details of a blog.
- getBlogCount() - Method in interface com.communote.server.api.core.blog.BlogManagement
-
- getBlogCount() - Method in class com.communote.server.core.blog.BlogManagementBase
-
- getBlogCount() - Method in interface com.communote.server.persistence.blog.BlogDao
-
Gets the current count of blogs.
- getBlogCount() - Method in class com.communote.server.persistence.blog.BlogDaoImpl
-
Gets the current count of blogs.
- getBlogDao() - Method in class com.communote.server.core.blog.MailBasedPostingManagementBase
-
Gets the reference to blog
's DAO.
- getBlogDao() - Method in class com.communote.server.core.tag.category.TagCategoryManagementBase
-
Gets the reference to blog
's DAO.
- getBlogDao() - Method in class com.communote.server.core.vo.query.blog.DataAccessBlogConverter
-
Getting Instance of BlogDao
- getBlogEmail() - Method in class com.communote.server.core.filter.listitems.blog.DetailBlogListItem
-
Email address of this blog
- getBlogEmail() - Method in class com.communote.server.web.fe.portal.blog.forms.BlogManagementForm
-
Returns the email address of the blog.
- getBlogEmailAddress(String) - Static method in class com.communote.server.core.blog.helper.MailBasedPostingHelper
-
Returns the blog email address of a blog identified by its name identifier.
- getBlogEmailAddress() - Method in class com.communote.server.web.fe.widgets.blog.AboutBlogWidget
-
- getBlogEmailSuffix() - Method in class com.communote.server.web.fe.portal.blog.forms.BlogManagementForm
-
- getBlogFilter() - Method in class com.communote.server.core.vo.query.TaggingCoreItemUTPExtension
-
Returns the blog id's which should be used to filter the results.
- getBlogId() - Method in exception com.communote.server.api.core.blog.BlogAccessException
-
ID of the blog for which the access is not granted
- getBlogId(String) - Method in interface com.communote.server.api.core.blog.BlogManagement
-
Get the ID of a topic identified by the alias.
- getBlogId() - Method in exception com.communote.server.api.core.blog.BlogNotFoundException
-
- getBlogId() - Method in class com.communote.server.api.core.blog.MinimalBlogData
-
- getBlogId() - Method in class com.communote.server.api.core.note.NoteStoringTO
-
The ID of the blog for which the post will be created.
- getBlogId() - Method in class com.communote.server.core.blog.AssignedBlogRoleChangedEvent
-
- getBlogId() - Method in class com.communote.server.core.blog.BlogCreatedEvent
-
- getBlogId(String) - Method in class com.communote.server.core.blog.BlogManagementImpl
-
- getBlogId() - Method in class com.communote.server.core.blog.BlogRoleCacheKey
-
- getBlogId() - Method in exception com.communote.server.core.external.ExternalObjectAlreadyAssignedException
-
- getBlogId() - Method in class com.communote.server.core.util.InitalFiltersVO
-
- getBlogId() - Method in class com.communote.server.core.vo.query.blog.BlogMemberManagementQueryParameters
-
- getBlogId() - Method in class com.communote.server.core.vo.query.blog.BlogMemberQueryParameters
-
- getBlogId() - Method in class com.communote.server.model.blog.UserToBlogRoleMapping
-
ID of the blog
- getBlogId() - Method in class com.communote.server.web.api.to.listitem.BlogListItem
-
Backwards compatibility method.
- getBlogId() - Method in class com.communote.server.web.api.to.listitem.PostListItem
-
- getBlogId() - Method in class com.communote.server.web.api.to.listitem.v1_0_1.DetailPostListItem
-
- getBlogId() - Method in class com.communote.server.web.fe.portal.blog.forms.BlogManagementForm
-
- getBlogId() - Method in class com.communote.server.web.fe.portal.blog.forms.BlogMemberInviteForm
-
Gets the blog id.
- getBlogIds() - Method in class com.communote.server.core.blog.UsedBlogsCacheKey.UsedBlogs
-
- getBlogIds() - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
The blog IDs to which the result set will be reduced.
- getBlogIdsToTitleMapping() - Method in exception com.communote.server.api.core.blog.NoBlogManagerLeftException
-
a mapping of the blogIds to the blog titles of the affected blogs/topics
- getBlogLink(String) - Method in class com.communote.server.core.blog.export.DefaultPermalinkGenerator
-
- getBlogLink(String, boolean) - Method in class com.communote.server.core.blog.export.DefaultPermalinkGenerator
-
- getBlogLink(String, boolean) - Method in class com.communote.server.core.blog.export.PermalinkGenerationManagement
-
Delegates to the last added generator or the default generator.
- getBlogLink(String) - Method in interface com.communote.server.core.blog.export.PermalinkGenerator
-
- getBlogLink(String, boolean) - Method in interface com.communote.server.core.blog.export.PermalinkGenerator
-
- getBlogList(HttpServletRequest, HttpServletResponse) - Method in class com.communote.server.web.api.service.blog.BlogApiController
-
Deprecated.
Method to get the blog list based on the blog list type parameter
- getBlogListItem(Request, Blog) - Static method in class com.communote.plugins.api.rest.v22.resource.topic.TopicResourceHelper
-
Get the blog list item
- getBlogListItem(Request, Blog) - Static method in class com.communote.plugins.api.rest.v24.resource.topic.TopicResourceHelper
-
Get the blog list item
- getBlogMailTo(String) - Static method in class com.communote.server.core.blog.helper.MailBasedPostingHelper
-
Returns the mailto string to be inserted as href value to render a link of the email address
of a blog.
- getBlogMailTo() - Method in class com.communote.server.web.fe.portal.blog.forms.BlogManagementForm
-
Returns the mailto string to be inserted as href value for the link of the email address of
the blog.
- getBlogMailTo() - Method in class com.communote.server.web.fe.widgets.blog.AboutBlogWidget
-
- getBlogMailToFromEmailAddress(String, String) - Static method in class com.communote.server.core.blog.helper.MailBasedPostingHelper
-
Returns the mailto string to be inserted as href value to render a link of the email address
of a blog.
- getBlogMessagerId(long) - Method in interface com.communote.server.core.messaging.connector.MessagerConnector
-
returns the blog in the messages format.
- getBlogMessagerId(long) - Method in class com.communote.server.core.messaging.connectors.xmpp.XMPPConnector
-
returns the blog in the messages format.
- getBlogNameId() - Method in exception com.communote.server.api.core.blog.BlogNotFoundException
-
- getBlogProperties() - Method in class com.communote.server.web.fe.portal.blog.forms.BlogManagementForm
-
- getBlogProperty(String) - Method in class com.communote.server.web.fe.portal.blog.forms.BlogManagementForm
-
- getBlogPropertyAsBoolean(Long, String, String) - Method in class com.communote.server.web.fe.widgets.blog.ChronologicalPostListWidget
-
Get an boolean blog property.
- getBlogRole(ERole) - Static method in class com.communote.plugins.api.rest.v22.resource.topic.role.RoleResourceHelper
-
Get topic role
- getBlogRole(ERole) - Static method in class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.RoleExternalResourceHelper
-
Get topic role
- getBlogRole(ERole) - Static method in class com.communote.plugins.api.rest.v24.resource.topic.role.RoleResourceHelper
-
Get topic role
- getBlogRole(ERole) - Static method in class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.RoleExternalResourceHelper
-
Get topic role
- getBlogRole(ERole) - Static method in class com.communote.plugins.api.rest.v30.resource.topic.role.RoleResourceHelper
-
Get topic role
- getBlogRole(ERole) - Static method in class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.RoleExternalResourceHelper
-
Get topic role
- getBlogRole(Long) - Method in class com.communote.server.core.common.velocity.TopicTool
-
- getBlogRole() - Method in class com.communote.server.core.filter.listitems.blog.member.BlogMemberListItem
-
- getBlogRole() - Method in class com.communote.server.core.util.InitalFiltersVO
-
- getBlogRole() - Method in class com.communote.server.web.fe.widgets.blog.BlogMemberManagementWidget
-
- getBlogRoles(Locale) - Static method in class com.communote.server.core.blog.helper.BlogRoleHelper
-
Gets the localized user group roles.
- getBlogRoles(Long, String) - Method in interface com.communote.server.persistence.blog.BlogMemberDao
-
Returns a map of entity ids and blog roles.
- getBlogRoles(Long, String) - Method in class com.communote.server.persistence.blog.BlogMemberDaoBase
-
- getBlogRolesSortedByAccess() - Static method in class com.communote.server.core.blog.helper.BlogRoleHelper
-
- getBlogs() - Method in class com.communote.server.core.common.velocity.CommunoteTool
-
- getBlogsToExclude() - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
Returns the blog IDs which will not be included in the response.
- getBlogSuffix() - Static method in class com.communote.server.core.messaging.connectors.xmpp.XMPPPatternUtils
-
- getBlogSuffix() - Method in class com.communote.server.web.fe.portal.user.system.communication.XmppForm
-
- getBlogTagConstant(int) - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
Get the parameter name for the selected tag of a given index (if its a parameter list)
- getBlogTagHideConstant(int) - Method in class com.communote.server.core.vo.query.tag.BlogTagQueryParameters
-
Get the parameter name for the selected tag of a given index (if its a parameter list).
- getBlogTagHideConstant(int) - Method in class com.communote.server.core.vo.query.tag.UserTagQueryParameters
-
Get the parameter name for the selected tag of a given index (if its a parameter list).
- getBlogTagSuggestions(boolean, String, String, String, HttpServletRequest) - Method in class com.communote.server.core.common.velocity.TagTool
-
Create a serialized JSON array of objects that describe the available tag suggestions for
blog tag stores.
- getBlogTitle() - Method in exception com.communote.server.api.core.note.NoteManagementAuthorizationException
-
The title of the blog for which the user does not have the required access right.
- getBlogTitle() - Method in class com.communote.server.core.util.InitalFiltersVO
-
- getBlogTO(CreateTopicParameter) - Static method in class com.communote.plugins.api.rest.resource.topic.TopicResourceHelper
-
Get transfer object of topic
- getBlogTO(EditTopicParameter, Blog) - Static method in class com.communote.plugins.api.rest.resource.topic.TopicResourceHelper
-
Get transfer object of topic
- getBlogTO(CreateTopicParameter) - Static method in class com.communote.plugins.api.rest.v22.resource.topic.TopicResourceHelper
-
Get transfer object of topic
- getBlogTO(EditTopicParameter, Blog) - Static method in class com.communote.plugins.api.rest.v22.resource.topic.TopicResourceHelper
-
Get transfer object of topic
- getBlogTO(CreateTopicParameter) - Static method in class com.communote.plugins.api.rest.v24.resource.topic.TopicResourceHelper
-
Get transfer object of topic
- getBlogTO(EditTopicParameter, Blog) - Static method in class com.communote.plugins.api.rest.v24.resource.topic.TopicResourceHelper
-
Get transfer object of topic
- getBlogTO(CreateTopicParameter) - Static method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResourceHelper
-
Get transfer object of topic
- getBlogTO(EditTopicParameter, Blog) - Static method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResourceHelper
-
Get transfer object of topic
- getBoolean(String) - Static method in class com.communote.plugins.api.rest.servlet.RequestListParser
-
Converts a string value to a Boolean.
- getBoolean(String, Boolean) - Static method in class com.communote.plugins.api.rest.servlet.RequestListParser
-
Converts a string value to a Boolean.
- getBoolean(String) - Static method in class com.communote.plugins.api.rest.v22.servlet.RequestListParser
-
Converts a string value to a Boolean.
- getBoolean(String, Boolean) - Static method in class com.communote.plugins.api.rest.v22.servlet.RequestListParser
-
Converts a string value to a Boolean.
- getBoolean(String) - Static method in class com.communote.plugins.api.rest.v24.servlet.RequestListParser
-
Converts a string value to a Boolean.
- getBoolean(String, Boolean) - Static method in class com.communote.plugins.api.rest.v24.servlet.RequestListParser
-
Converts a string value to a Boolean.
- getBoolean(String) - Static method in class com.communote.plugins.api.rest.v30.servlet.RequestListParser
-
Converts a string value to a Boolean.
- getBoolean(String, Boolean) - Static method in class com.communote.plugins.api.rest.v30.servlet.RequestListParser
-
Converts a string value to a Boolean.
- getBooleanParameter(HttpServletRequest, String) - Method in class com.communote.server.web.api.service.BaseApiController
-
Deprecated.
- getBooleanParameter(String, boolean) - Method in class com.communote.server.widgets.AbstractWidget
-
Get a parameter for a key and parse it to a boolean
value
- getBoundCachePeers() - Method in class com.communote.server.core.common.caching.eh.PlaceHolderCacheManagerPeerListener
- getBroadcastAddress(BigInteger, BigInteger) - Static method in class com.communote.server.core.security.iprange.IpRangeHelper
-
Gets the broadcast address.
- getBrokerConnectorURLs() - Method in class com.communote.plugins.mq.provider.activemq.settings.MQDatabaseSettingsDAO
-
- getBrokerConnectorURLs() - Method in interface com.communote.plugins.mq.provider.activemq.settings.MQSettingsDAO
-
Use this this method to list all urls that the broker should be started on, hence the vm url
will not be included, since it will be available always.
- getBrokerConnectorURLsWithVM() - Method in class com.communote.plugins.mq.provider.activemq.settings.MQDatabaseSettingsDAO
-
- getBrokerConnectorURLsWithVM() - Method in interface com.communote.plugins.mq.provider.activemq.settings.MQSettingsDAO
-
Use this method to list all urls that can be used to connect to the broker
- getBrokerName() - Method in class com.communote.plugins.mq.provider.activemq.ActiveMQBroker
-
- getBrokerName() - Method in interface com.communote.plugins.mq.provider.activemq.MonitorableBroker
-
- getBrokerName() - Method in class com.communote.plugins.mq.provider.activemq.settings.MQDatabaseSettingsDAO
-
- getBrokerName() - Method in interface com.communote.plugins.mq.provider.activemq.settings.MQSettingsDAO
-
- getBrokerQueues() - Method in class com.communote.plugins.mq.provider.activemq.ActiveMQBroker
-
- getBrokerQueues() - Method in interface com.communote.plugins.mq.provider.activemq.MonitorableBroker
-
- getBrokerUrl() - Method in class com.communote.plugins.mq.adapter.activemq.configuration.ActiveMQAdapterConfiguration
-
- getBrokerUrl() - Method in interface com.communote.plugins.mq.adapter.activemq.configuration.ActiveMQConfiguration
-
- getBrokerUrl() - Method in class com.communote.plugins.mq.provider.activemq.settings.ActiveMQProviderEmbeddedConfiguration
- getBuildNumber() - Method in interface com.communote.server.api.core.application.ApplicationInformation
-
- getBuildNumber() - Method in class com.communote.server.core.application.ManifestApplicationInformationProvider
-
- getBuildNumberWithType() - Method in interface com.communote.server.api.core.application.ApplicationInformation
-
- getBuildNumberWithType() - Method in class com.communote.server.core.application.ManifestApplicationInformationProvider
-
- getBuildTime() - Method in interface com.communote.server.api.core.application.ApplicationInformation
-
- getBuildTime() - Method in class com.communote.server.core.application.ManifestApplicationInformationProvider
-
- getBuildTimestamp() - Method in interface com.communote.server.api.core.application.ApplicationInformation
-
- getBuildTimestamp() - Method in class com.communote.server.core.application.ManifestApplicationInformationProvider
-
- getBuiltInProvider(String) - Method in class com.communote.server.core.image.ImageProviderManager
-
Return a built-in provider for the given image type.
- getBundleBasePath() - Static method in class com.communote.server.core.osgi.OSGiHelper
-
- getBundleResourcesBasePath() - Static method in class com.communote.server.core.osgi.OSGiHelper
-
- getBundleStorage(String) - Static method in class com.communote.server.core.osgi.OSGiHelper
-
Return the absolute path of the directory a bundle can use for for storing content.
- getByte(String) - Static method in class com.communote.plugins.api.rest.servlet.RequestListParser
-
Converts a string value to a Byte.
- getByte(String) - Static method in class com.communote.plugins.api.rest.v22.servlet.RequestListParser
-
Converts a string value to a Byte.
- getByte(String) - Static method in class com.communote.plugins.api.rest.v24.servlet.RequestListParser
-
Converts a string value to a Byte.
- getByte(String) - Static method in class com.communote.plugins.api.rest.v30.servlet.RequestListParser
-
Converts a string value to a Byte.
- getBytes() - Method in class com.communote.server.api.core.image.ByteArrayImage
- getBytes() - Method in class com.communote.server.api.core.image.Image
-
- getCache() - Method in interface com.communote.server.core.common.caching.CacheManager
-
Returns the cache managed by this manager.
- getCache() - Method in class com.communote.server.core.common.caching.eh.EhCacheManager
-
Returns the cache managed by this manager.
- getCachedFile() - Method in class com.communote.server.web.commons.resource.impl.PropertyResourceDescriptor
-
The cached property resource.
- getCacheKeyString() - Method in class com.communote.server.core.blog.BlogRoleCacheKey
-
String representation of the cache key which will be used for caching.
- getCacheKeyString() - Method in class com.communote.server.core.common.caching.ApplicationSingleElementCacheKey
-
String representation of the cache key which will be used for caching.
- getCacheKeyString() - Method in interface com.communote.server.core.common.caching.CacheKey
-
String representation of the cache key which will be used for caching.
- getCacheKeyString() - Method in class com.communote.server.core.common.caching.ClientSingleElementCacheKey
-
String representation of the cache key which will be used for caching.
- getCacheKeyString() - Method in class com.communote.server.core.common.caching.IdBasedCacheKey
-
String representation of the cache key which will be used for caching.
- getCacheKeyString() - Method in class com.communote.server.core.common.caching.IdBasedRangeCacheKey
-
String representation of the cache key which will be used for caching.
- getCacheKeyString() - Method in class com.communote.server.core.common.caching.StringIdBasedCacheKey
-
String representation of the cache key which will be used for caching.
- getCacheKeyString() - Method in class com.communote.server.core.common.ldap.caching.LdapServerCacheKey
-
- getCacheKeyString() - Method in class com.communote.server.core.follow.FollowCacheKey
-
String representation of the cache key which will be used for caching.
- getCacheKeyString() - Method in class com.communote.server.core.image.caching.ImageCacheKey
-
- getCacheKeyString() - Method in class com.communote.server.core.plugin.PluginPropertyCacheKey
-
String representation of the cache key which will be used for caching.
- getCacheKeyString() - Method in class com.communote.server.core.property.PropertyCacheKey
-
- getCacheKeyString() - Method in class com.communote.server.core.property.UserNotePropertyCacheKey
-
- getCacheKeyString() - Method in class com.communote.server.core.security.iprange.IpFilterCacheKey
-
String representation of the cache key which will be used for caching.
- getCacheKeyString() - Method in class com.communote.server.core.user.note.UserNoteTOCacheKey
-
String representation of the cache key which will be used for caching.
- getCacheRootDirectory() - Method in interface com.communote.server.api.core.config.StartupProperties
-
Returns the root directory for caching data of the running instance.
- getCacheRootDirectory() - Method in class com.communote.server.core.config.StartupPropertiesImpl
-
- getCallback() - Method in class com.communote.plugins.mq.adapter.activemq.configuration.ActiveMQAdapterConfiguration
-
- getCancelView() - Method in class com.communote.server.web.fe.portal.user.controller.ConfirmUserController
-
Gets the cancel view.
- getCategories() - Method in class com.communote.common.menu.SimpleMenu
-
- getCategories() - Method in class com.communote.server.web.fe.widgets.type.ContentTypeWidgetExtension
-
- getCategorizedTagDao() - Method in class com.communote.server.core.tag.category.TagCategoryManagementBase
-
Gets the reference to categorizedTag
's DAO.
- getCategorizedTags(Long) - Method in interface com.communote.server.core.tag.category.TagCategoryManagement
-
- getCategorizedTags(Long) - Method in class com.communote.server.core.tag.category.TagCategoryManagementBase
-
- getCategory(String) - Method in class com.communote.common.menu.SimpleMenuBuilder
-
Get a category
- getCategory() - Method in class com.communote.server.model.tag.CategorizedTag
-
- getCategory() - Method in class com.communote.server.web.fe.admin.AdministrationMenuEntryDetails
-
- getCategoryDetails() - Method in class com.communote.common.menu.CategoryEntry
-
- getCategoryEntry(String, String) - Method in class com.communote.common.menu.SimpleMenuBuilder
-
Get a category entry.
- getCategoryName() - Method in class com.communote.server.web.commons.resource.ResourceCategoryDefinition
-
- getCause() - Method in class com.communote.plugins.api.rest.to.ApiResultError
-
- getCause() - Method in class com.communote.plugins.api.rest.v22.to.ApiResultError
-
- getCause() - Method in class com.communote.plugins.api.rest.v24.to.ApiResultError
-
- getCause() - Method in class com.communote.plugins.api.rest.v30.to.ApiResultError
-
- getCauseErrorCode() - Method in class com.communote.plugins.mq.message.base.data.status.Error
-
- getCc() - Method in class com.communote.server.core.mail.messages.MailMessage
-
- getChangeLogLocation(DatabaseUpdateType) - Method in class com.communote.server.core.database.liquibase.LiquibaseUpdateDataProvider
-
Get the classpath location of the change-log file for the update type
- getChangeLogParameters(DatabaseUpdateType) - Method in class com.communote.server.core.database.liquibase.LiquibaseUpdateDataProvider
-
Get the parameters which should be passed to the liquibase instance when the change-log file
for the given update type is processed.
- getChangeNotificationEvent() - Method in interface com.communote.server.api.core.i18n.LocalizationChangeObservable
-
Return the event type that will be fired when the localizations which are used by this
component have changed.
This event type can be used to register an event listener to be notified about the changes of
the localizations which is for instance useful when doing some local caching of localized
content.
- getChangeNotificationEvent() - Method in class com.communote.server.persistence.common.messages.MessageKeyLocalizedMessage
-
- getChangeNotificationEvent() - Method in class com.communote.server.persistence.common.messages.MultipleMessageKeyLocalizedMessage
-
- getChannel() - Static method in class com.communote.server.api.core.common.ClientAndChannelContextHolder
-
- getChannel(ChannelType) - Static method in class com.communote.server.api.core.common.ClientAndChannelContextHolder
-
Return the channel associated with the current thread or the given fallback if no channel was
set.
- getChannel() - Method in class com.communote.server.model.security.IpRangeChannel
-
- getChannel() - Method in class com.communote.server.model.security.IpRangeChannelImpl
-
Gets the channel.
- getChannel() - Method in class com.communote.server.model.user.security.UnlockUserSecurityCode
-
type of channel
- getChannelConfigurationDao() - Method in class com.communote.server.core.security.ssl.ChannelManagementBase
-
Gets the reference to channelConfiguration
's DAO.
- getChannelConfigurations() - Method in class com.communote.server.core.security.ssl.ChannelManagementImpl
-
Gets the list of channel configuration objects from database or cache.
- getChannelName() - Method in class com.communote.server.web.commons.filter.IpRangeChannelFilter
-
Gets the channel name.
- getChannels() - Method in class com.communote.server.model.security.IpRangeFilter
-
- getChannels() - Method in class com.communote.server.persistence.security.iprange.IpRangeFilterVO
-
- getChannelType() - Method in class com.communote.server.core.security.iprange.IpFilterCacheKey
-
Returns channel type
- getChannelType() - Method in class com.communote.server.model.security.ChannelConfiguration
-
- getChannelType() - Method in class com.communote.server.model.user.security.AuthenticationFailedStatus
-
type of channel
- getChannelType() - Method in class com.communote.server.web.fe.portal.user.client.forms.IpRangeFilterChannelType
-
Return channel type
- getChannelTypes() - Method in class com.communote.server.web.fe.portal.user.client.forms.IpRangeFilterItem
-
Return all filter
- getCharacterEncoding() - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
- getCheckAtLeastMoreResults() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the CheckAtLeastMoreResults.
- getCheckAtLeastMoreResults() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the CheckAtLeastMoreResults.
- getCheckAtLeastMoreResults() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the CheckAtLeastMoreResults.
- getCheckAtLeastMoreResults() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the CheckAtLeastMoreResults.
- getCheckAtLeastMoreResults() - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the CheckAtLeastMoreResults.
- getCheckAtLeastMoreResults() - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
Returns the CheckAtLeastMoreResults.
- getCheckAtLeastMoreResults() - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Returns the CheckAtLeastMoreResults.
- getCheckAtLeastMoreResults() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Returns the CheckAtLeastMoreResults.
- getCheckAtLeastMoreResults() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the CheckAtLeastMoreResults.
- getCheckAtLeastMoreResults() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the CheckAtLeastMoreResults.
- getCheckAtLeastMoreResults() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the CheckAtLeastMoreResults.
- getCheckAtLeastMoreResults() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Returns the CheckAtLeastMoreResults.
- getCheckAtLeastMoreResults() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the CheckAtLeastMoreResults.
- getCheckAtLeastMoreResults() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Returns the CheckAtLeastMoreResults.
- getCheckAtLeastMoreResults() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the CheckAtLeastMoreResults.
- getCheckAtLeastMoreResults() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Returns the CheckAtLeastMoreResults.
- getCheckAtLeastMoreResults() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the CheckAtLeastMoreResults.
- getCheckAtLeastMoreResults() - Method in class com.communote.plugins.api.rest.v30.resource.topic.CreateTopicParameter
-
Returns the CheckAtLeastMoreResults.
- getCheckAtLeastMoreResults() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Returns the CheckAtLeastMoreResults.
- getCheckAtLeastMoreResults() - Method in class com.communote.plugins.api.rest.v30.resource.user.CreateUserParameter
-
Returns the CheckAtLeastMoreResults.
- getCheckAtLeastMoreResults() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Returns the CheckAtLeastMoreResults.
- getCheckAtLeastMoreResults() - Method in class com.communote.server.core.filter.ResultSpecification
-
- getCheckDate() - Method in class com.communote.plugins.api.rest.v30.resource.user.observation.GetObservationParameter
-
Returns the CheckDate.
- getCheckDate() - Method in class com.communote.plugins.api.rest.v30.resource.user.observation.ObservationResource
-
Returns the CheckDate.
- getChildren() - Method in class com.communote.common.menu.CategoryEntry
-
- getChildren() - Method in interface com.communote.common.menu.MenuItem
-
- getChildren() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Returns the Children.
- getChildren() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetTopicParameter
-
Returns the Children.
- getChildren() - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Returns the Children.
- getChildren() - Method in class com.communote.server.core.filter.listitems.blog.DetailBlogListItem
-
- getChildren() - Method in class com.communote.server.model.blog.Blog
-
- getChildren() - Method in class com.communote.server.model.note.Note
-
- getChildTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.childtopic.ChildTopicResource
-
Returns the ChildTopicId.
- getChildTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.childtopic.CreateChildTopicParameter
-
Returns the ChildTopicId.
- getChildTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.childtopic.DeleteChildTopicParameter
-
Returns the ChildTopicId.
- getChildTopicId() - Method in class com.communote.server.core.blog.TopicHierarchyEvent
-
- getChildTopicId() - Method in class com.communote.server.model.blog.ResolvedTopicToTopic
-
- getChildTopicIds() - Method in class com.communote.server.api.core.blog.BlogTO
-
- getChildTopicsToAdd() - Method in class com.communote.server.core.vo.blog.TopicStructureTO
-
- getChildTopicsToRemove() - Method in class com.communote.server.core.vo.blog.TopicStructureTO
-
- getChildTopicTitle() - Method in class com.communote.server.core.blog.TopicHierarchyEvent
-
- getCity() - Method in class com.communote.server.core.filter.listitems.UserProfileDetailListItem
-
- getCity() - Method in class com.communote.server.model.user.Contact
-
Cityname of the user address.
- getCity() - Method in class com.communote.server.persistence.user.UserProfileVO
-
- getCity() - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileForm
-
- getClamConnectionTimeout() - Method in class com.communote.server.web.fe.portal.user.system.application.VirusScanningForm
-
- getClamHost() - Method in class com.communote.server.web.fe.portal.user.system.application.VirusScanningForm
-
- getClamPort() - Method in class com.communote.server.web.fe.portal.user.system.application.VirusScanningForm
-
- getClamTempDir() - Method in class com.communote.server.web.fe.portal.user.system.application.VirusScanningForm
-
- getClasses() - Method in class com.communote.plugins.api.rest.servlet.AbstractCommunoteApplicationConfig
-
This method configures the resources to be available within the web service
- getClasses() - Method in class com.communote.plugins.api.rest.v22.servlet.AbstractCommunoteApplicationConfig
-
This method configures the resources to be available within the web service
- getClasses() - Method in class com.communote.plugins.api.rest.v24.servlet.AbstractCommunoteApplicationConfig
-
This method configures the resources to be available within the web service
- getClasses() - Method in class com.communote.plugins.api.rest.v30.servlet.AbstractCommunoteApplicationConfig
-
This method configures the resources to be available within the web service
- getClassName() - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.EditUserPreferenceParameter
-
Returns the ClassName.
- getClassName() - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.GetUserPreferenceParameter
-
Returns the ClassName.
- getClassName() - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.UserPreferenceResource
-
Returns the ClassName.
- getClassName() - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.EditUserPreferenceParameter
-
Returns the ClassName.
- getClassName() - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.GetUserPreferenceParameter
-
Returns the ClassName.
- getClassName() - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.UserPreferenceResource
-
Returns the ClassName.
- getClassname() - Method in class com.communote.server.web.commons.view.velocity.ClassBasedToolConfiguration
-
- getClassName() - Method in class com.communote.server.web.fe.widgets.blog.ChronologicalPostListWidget
- getClassNameFromGroupAndWidgetName(String, String, String) - Static method in class com.communote.server.widgets.util.WidgetFactoryUtils
-
Create the full qualified widget class name from widget group and widget name.
- getClient() - Static method in class com.communote.server.api.core.common.ClientAndChannelContextHolder
-
- getClient() - Method in exception com.communote.server.core.common.database.DatabaseUpdateException
-
- getClient() - Method in class com.communote.server.core.common.velocity.CommunoteTool
-
- getClient(String) - Static method in class com.communote.server.persistence.user.client.ClientHelper
-
Get the details of a client that has the given ID.
- getClientAlias() - Method in class com.communote.plugins.mq.message.base.message.BaseMessage
-
- getClientConfig() - Method in class com.communote.server.model.config.Configuration
-
- getClientConfigurationDao() - Method in class com.communote.server.core.ConfigurationManagementBase
-
- getClientConfigurationProperties() - Method in interface com.communote.server.api.core.config.ConfigurationManager
-
Returns the client configuration properties of the current client.
- getClientConfigurationProperties() - Method in class com.communote.server.core.config.ConfigurationPropertiesManager
-
- getClientEmail() - Method in class com.communote.server.web.fe.portal.user.client.forms.ClientProfileEmailForm
-
Returns the client email address used in reply-to email header.
- getClientEmailName() - Method in class com.communote.server.web.fe.portal.user.client.forms.ClientProfileEmailForm
-
Returns the personal name of the client email address used in reply-to email header.
- getClientId() - Method in exception com.communote.server.api.core.client.ClientNotFoundException
-
- getClientId() - Method in class com.communote.server.api.core.client.ClientStatusChangeEvent
-
- getClientId() - Method in class com.communote.server.api.core.client.ClientTO
-
- getClientId() - Method in exception com.communote.server.api.core.client.InvalidClientIdException
-
- getClientId(String) - Method in interface com.communote.server.core.messaging.connector.MessagerConnector
-
- getClientId(String) - Method in class com.communote.server.core.messaging.connectors.xmpp.XMPPConnector
- getClientId(String, String) - Method in interface com.communote.server.core.messaging.NotificationManagement
-
- getClientId(String, String) - Method in class com.communote.server.core.messaging.NotificationManagementBase
- getClientId() - Method in class com.communote.server.external.hibernate.ClientDelegateCacheSerializableKey
-
- getClientId() - Method in class com.communote.server.model.client.Client
-
- getClientId() - Method in class com.communote.server.persistence.common.security.CommunoteUserCertificate
-
- getClientId(String) - Static method in class com.communote.server.persistence.user.client.ClientUrlHelper
-
Gets the client id from the URL part.
- getClientLogo() - Method in interface com.communote.server.core.ConfigurationManagement
-
- getClientLogo() - Method in class com.communote.server.core.ConfigurationManagementBase
- getClientMessagerId(String) - Method in interface com.communote.server.core.messaging.connector.MessagerConnector
-
Returns the client in the messagers format.
- getClientMessagerId(String) - Method in class com.communote.server.core.messaging.connectors.xmpp.XMPPConnector
-
Returns the client in the messagers format.
- getClientName(String) - Method in class com.communote.server.core.common.velocity.tools.ClientTool
-
Get the name of a client.
- getClientName() - Method in class com.communote.server.web.fe.portal.user.client.forms.ClientGeneralSettingsForm
-
Gets the client name.
- getClientProperty(String) - Method in class com.communote.plugins.core.services.impl.PluginPropertyServiceImpl
-
Returns a property within the current clients scope.
- getClientProperty(String, String) - Method in class com.communote.plugins.core.services.impl.PluginPropertyServiceImpl
-
Returns a property within the current clients scope for the given bundle.
- getClientProperty(String) - Method in interface com.communote.plugins.core.services.PluginPropertyService
-
Returns a property within the current clients scope.
- getClientProperty(String, String) - Method in interface com.communote.plugins.core.services.PluginPropertyService
-
Returns a property within the current clients scope for the given bundle.
- getClientProperty(String, String) - Method in class com.communote.server.core.plugin.PluginPropertyManagement
-
Returns a property within the current clients scope for the given bundle.
- getClientProperty(String, String, String) - Method in class com.communote.server.core.plugin.PluginPropertyManagement
-
Returns a property within the current clients scope for the given bundle.
- getClientPropertyAsObject(String, Class<T>) - Method in class com.communote.plugins.core.services.impl.PluginPropertyServiceImpl
-
Returns an instance of the given object.
- getClientPropertyAsObject(String, String, Class<T>) - Method in class com.communote.plugins.core.services.impl.PluginPropertyServiceImpl
-
Returns a property within the current clients scope for the given bundle.
- getClientPropertyAsObject(String, Class<T>) - Method in interface com.communote.plugins.core.services.PluginPropertyService
-
Returns an instance of the given object.
- getClientPropertyAsObject(String, String, Class<T>) - Method in interface com.communote.plugins.core.services.PluginPropertyService
-
Returns a property within the current clients scope for the given bundle.
- getClientPropertyAsObject(String, String, Class<T>) - Method in class com.communote.server.core.plugin.PluginPropertyManagement
-
Returns a property within the current clients scope for the given bundle.
- getClientPropertyWithDefault(String, String) - Method in class com.communote.plugins.core.services.impl.PluginPropertyServiceImpl
-
* Returns a property within the current clients scope.
- getClientPropertyWithDefault(String, String, String) - Method in class com.communote.plugins.core.services.impl.PluginPropertyServiceImpl
-
Returns a property within the current clients scope for the given bundle.
- getClientPropertyWithDefault(String, String) - Method in interface com.communote.plugins.core.services.PluginPropertyService
-
* Returns a property within the current clients scope.
- getClientPropertyWithDefault(String, String, String) - Method in interface com.communote.plugins.core.services.PluginPropertyService
-
Returns a property within the current clients scope for the given bundle.
- getClientSpecificUniqueName(ClientTO, TaskTO) - Method in class com.communote.server.core.tasks.RunScheduledTasksJob
-
Get the unique name of the task with the name of the client
- getClientStatisticDao() - Method in class com.communote.server.core.crc.RepositoryConnectorDelegateBase
-
Gets the reference to clientStatistic
's DAO.
- getClientStatus() - Method in class com.communote.server.api.core.client.ClientTO
-
- getClientStatus() - Method in class com.communote.server.model.client.Client
-
- getClientSupportEmailAddress() - Method in class com.communote.server.web.fe.portal.user.client.forms.ClientProfileEmailForm
-
- getClientsWithNewTasksOrRescheduleJob(Trigger) - Method in class com.communote.server.core.tasks.TaskSchedulingContext
-
Try to reschedule the task scheduling job after all task handlers for all clients have been
scheduled.
- getClientTimeZoneId() - Method in class com.communote.server.api.core.config.ClientConfigurationProperties
-
Returns the time zone id of this client or null.
- getClientWideBlogEmailAddressSuffix() - Static method in class com.communote.server.core.blog.helper.MailBasedPostingHelper
-
Returns the blog email address without the leading blog name identifier.
- getClientWideBlogEmailAddressSuffix(String) - Static method in class com.communote.server.core.blog.helper.MailBasedPostingHelper
-
Returns the blog email address without the leading blog name identifier.
- getCmdCommand() - Method in class com.communote.server.web.fe.portal.user.system.application.VirusScanningForm
-
- getCmdExitCode() - Method in class com.communote.server.web.fe.portal.user.system.application.VirusScanningForm
-
- getCmdProcessTimeout() - Method in class com.communote.server.web.fe.portal.user.system.application.VirusScanningForm
-
- getCmdTempDir() - Method in class com.communote.server.web.fe.portal.user.system.application.VirusScanningForm
-
- getCmdTempFilePrefix() - Method in class com.communote.server.web.fe.portal.user.system.application.VirusScanningForm
-
- getCmdTempFileSuffix() - Method in class com.communote.server.web.fe.portal.user.system.application.VirusScanningForm
-
- getCode() - Method in class com.communote.server.core.mail.messages.user.InviteUserToBlogMailMessage
-
Gets the code.
- getCode() - Method in class com.communote.server.model.security.SecurityCode
-
- getCode() - Method in class com.communote.server.web.fe.portal.user.forms.ForgottenPWForm
-
- getCollectingNameClassPairCallbackHandler() - Method in class com.communote.plugin.ldap.helper.UserRetriever
-
Method to create a handler for converting a list of results as a callback.
- getCollectingNameClassPairCallbackHandler() - Method in class com.communote.plugin.ldap.helper.VisitingRetriever
-
Method to create a handler for converting a list of results as a callback.
- GetCollectionAttachmentParameter - Class in com.communote.plugins.api.rest.v30.resource.attachment
-
This class it the parameter class for the Attachment resource.
- GetCollectionAttachmentParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.attachment.GetCollectionAttachmentParameter
-
Default Constuctor necessary for json parsing
- GetCollectionAttachmentParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v30.resource.attachment.GetCollectionAttachmentParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionAttachmentParameter(String) - Constructor for class com.communote.plugins.api.rest.v30.resource.attachment.GetCollectionAttachmentParameter
-
- GetCollectionExternalLoginParameter - Class in com.communote.plugins.api.rest.v30.resource.user.externallogin
-
This class it the parameter class for the ExternalLogin resource.
- GetCollectionExternalLoginParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.user.externallogin.GetCollectionExternalLoginParameter
-
Default Constuctor necessary for json parsing
- GetCollectionExternalLoginParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.user.externallogin.GetCollectionExternalLoginParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionExternalLoginParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.user.externallogin.GetCollectionExternalLoginParameter
-
- GetCollectionExternalObjectParameter - Class in com.communote.plugins.api.rest.v22.resource.topic.externalobject
-
This class it the parameter class for the ExternalObject resource.
- GetCollectionExternalObjectParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
Default Constuctor necessary for json parsing
- GetCollectionExternalObjectParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionExternalObjectParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
- GetCollectionExternalObjectParameter - Class in com.communote.plugins.api.rest.v24.resource.topic.externalobject
-
This class it the parameter class for the ExternalObject resource.
- GetCollectionExternalObjectParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
Default Constuctor necessary for json parsing
- GetCollectionExternalObjectParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionExternalObjectParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
- GetCollectionExternalObjectParameter - Class in com.communote.plugins.api.rest.v30.resource.topic.externalobject
-
This class it the parameter class for the ExternalObject resource.
- GetCollectionExternalObjectParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
Default Constuctor necessary for json parsing
- GetCollectionExternalObjectParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionExternalObjectParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
- GetCollectionFavoriteParameter - Class in com.communote.plugins.api.rest.resource.note.favorite
-
This class it the parameter class for the Favorite resource.
- GetCollectionFavoriteParameter() - Constructor for class com.communote.plugins.api.rest.resource.note.favorite.GetCollectionFavoriteParameter
-
Default Constuctor necessary for json parsing
- GetCollectionFavoriteParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.resource.note.favorite.GetCollectionFavoriteParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionFavoriteParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.resource.note.favorite.GetCollectionFavoriteParameter
-
- GetCollectionFavoriteParameter - Class in com.communote.plugins.api.rest.v22.resource.note.favorite
-
This class it the parameter class for the Favorite resource.
- GetCollectionFavoriteParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.note.favorite.GetCollectionFavoriteParameter
-
Default Constuctor necessary for json parsing
- GetCollectionFavoriteParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.note.favorite.GetCollectionFavoriteParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionFavoriteParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.note.favorite.GetCollectionFavoriteParameter
-
- GetCollectionFavoriteParameter - Class in com.communote.plugins.api.rest.v24.resource.note.favorite
-
This class it the parameter class for the Favorite resource.
- GetCollectionFavoriteParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.note.favorite.GetCollectionFavoriteParameter
-
Default Constuctor necessary for json parsing
- GetCollectionFavoriteParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.note.favorite.GetCollectionFavoriteParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionFavoriteParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.note.favorite.GetCollectionFavoriteParameter
-
- GetCollectionFavoriteParameter - Class in com.communote.plugins.api.rest.v30.resource.note.favorite
-
This class it the parameter class for the Favorite resource.
- GetCollectionFavoriteParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.note.favorite.GetCollectionFavoriteParameter
-
Default Constuctor necessary for json parsing
- GetCollectionFavoriteParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.note.favorite.GetCollectionFavoriteParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionFavoriteParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.note.favorite.GetCollectionFavoriteParameter
-
- GetCollectionFollowParameter - Class in com.communote.plugins.api.rest.resource.topic.follow
-
This class it the parameter class for the Follow resource.
- GetCollectionFollowParameter() - Constructor for class com.communote.plugins.api.rest.resource.topic.follow.GetCollectionFollowParameter
-
Default Constuctor necessary for json parsing
- GetCollectionFollowParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.resource.topic.follow.GetCollectionFollowParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionFollowParameter(String, String) - Constructor for class com.communote.plugins.api.rest.resource.topic.follow.GetCollectionFollowParameter
-
- GetCollectionFollowParameter - Class in com.communote.plugins.api.rest.resource.user.follow
-
This class it the parameter class for the Follow resource.
- GetCollectionFollowParameter() - Constructor for class com.communote.plugins.api.rest.resource.user.follow.GetCollectionFollowParameter
-
Default Constuctor necessary for json parsing
- GetCollectionFollowParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.resource.user.follow.GetCollectionFollowParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionFollowParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.resource.user.follow.GetCollectionFollowParameter
-
- GetCollectionFollowParameter - Class in com.communote.plugins.api.rest.v22.resource.topic.follow
-
This class it the parameter class for the Follow resource.
- GetCollectionFollowParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.follow.GetCollectionFollowParameter
-
Default Constuctor necessary for json parsing
- GetCollectionFollowParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.follow.GetCollectionFollowParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionFollowParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.follow.GetCollectionFollowParameter
-
- GetCollectionFollowParameter - Class in com.communote.plugins.api.rest.v22.resource.user.follow
-
This class it the parameter class for the Follow resource.
- GetCollectionFollowParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.user.follow.GetCollectionFollowParameter
-
Default Constuctor necessary for json parsing
- GetCollectionFollowParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.user.follow.GetCollectionFollowParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionFollowParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.user.follow.GetCollectionFollowParameter
-
- GetCollectionFollowParameter - Class in com.communote.plugins.api.rest.v24.resource.topic.follow
-
This class it the parameter class for the Follow resource.
- GetCollectionFollowParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.follow.GetCollectionFollowParameter
-
Default Constuctor necessary for json parsing
- GetCollectionFollowParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.follow.GetCollectionFollowParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionFollowParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.follow.GetCollectionFollowParameter
-
- GetCollectionFollowParameter - Class in com.communote.plugins.api.rest.v24.resource.user.follow
-
This class it the parameter class for the Follow resource.
- GetCollectionFollowParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.user.follow.GetCollectionFollowParameter
-
Default Constuctor necessary for json parsing
- GetCollectionFollowParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.user.follow.GetCollectionFollowParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionFollowParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.user.follow.GetCollectionFollowParameter
-
- GetCollectionFollowParameter - Class in com.communote.plugins.api.rest.v30.resource.topic.follow
-
This class it the parameter class for the Follow resource.
- GetCollectionFollowParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.follow.GetCollectionFollowParameter
-
Default Constuctor necessary for json parsing
- GetCollectionFollowParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.follow.GetCollectionFollowParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionFollowParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.follow.GetCollectionFollowParameter
-
- GetCollectionFollowParameter - Class in com.communote.plugins.api.rest.v30.resource.user.follow
-
This class it the parameter class for the Follow resource.
- GetCollectionFollowParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.user.follow.GetCollectionFollowParameter
-
Default Constuctor necessary for json parsing
- GetCollectionFollowParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.user.follow.GetCollectionFollowParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionFollowParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.user.follow.GetCollectionFollowParameter
-
- GetCollectionLastModificationDateParameter - Class in com.communote.plugins.api.rest.v30.resource.lastmodificationdate
-
This class it the parameter class for the LastModificationDate resource.
- GetCollectionLastModificationDateParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.lastmodificationdate.GetCollectionLastModificationDateParameter
-
Default Constuctor necessary for json parsing
- GetCollectionLastModificationDateParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v30.resource.lastmodificationdate.GetCollectionLastModificationDateParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionLastModificationDateParameter(String) - Constructor for class com.communote.plugins.api.rest.v30.resource.lastmodificationdate.GetCollectionLastModificationDateParameter
-
- GetCollectionLikeParameter - Class in com.communote.plugins.api.rest.resource.note.like
-
This class it the parameter class for the Like resource.
- GetCollectionLikeParameter() - Constructor for class com.communote.plugins.api.rest.resource.note.like.GetCollectionLikeParameter
-
Default Constuctor necessary for json parsing
- GetCollectionLikeParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.resource.note.like.GetCollectionLikeParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionLikeParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.resource.note.like.GetCollectionLikeParameter
-
- GetCollectionLikeParameter - Class in com.communote.plugins.api.rest.v22.resource.note.like
-
This class it the parameter class for the Like resource.
- GetCollectionLikeParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.note.like.GetCollectionLikeParameter
-
Default Constuctor necessary for json parsing
- GetCollectionLikeParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.note.like.GetCollectionLikeParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionLikeParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.note.like.GetCollectionLikeParameter
-
- GetCollectionLikeParameter - Class in com.communote.plugins.api.rest.v24.resource.note.like
-
This class it the parameter class for the Like resource.
- GetCollectionLikeParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.note.like.GetCollectionLikeParameter
-
Default Constuctor necessary for json parsing
- GetCollectionLikeParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.note.like.GetCollectionLikeParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionLikeParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.note.like.GetCollectionLikeParameter
-
- GetCollectionLikeParameter - Class in com.communote.plugins.api.rest.v30.resource.note.like
-
This class it the parameter class for the Like resource.
- GetCollectionLikeParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.note.like.GetCollectionLikeParameter
-
Default Constuctor necessary for json parsing
- GetCollectionLikeParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.note.like.GetCollectionLikeParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionLikeParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.note.like.GetCollectionLikeParameter
-
- GetCollectionMemberParameter - Class in com.communote.plugins.api.rest.v30.resource.group.member
-
This class it the parameter class for the Member resource.
- GetCollectionMemberParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.group.member.GetCollectionMemberParameter
-
Default Constuctor necessary for json parsing
- GetCollectionMemberParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.group.member.GetCollectionMemberParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionMemberParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.group.member.GetCollectionMemberParameter
-
- GetCollectionNavigationItemParameter - Class in com.communote.plugins.api.rest.v30.resource.user.navigationitem
-
This class it the parameter class for the NavigationItem resource.
- GetCollectionNavigationItemParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.user.navigationitem.GetCollectionNavigationItemParameter
-
Default Constuctor necessary for json parsing
- GetCollectionNavigationItemParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.user.navigationitem.GetCollectionNavigationItemParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionNavigationItemParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.user.navigationitem.GetCollectionNavigationItemParameter
-
- GetCollectionNoteParameter - Class in com.communote.plugins.api.rest.resource.note
-
This class it the parameter class for the Note resource.
- GetCollectionNoteParameter() - Constructor for class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Default Constuctor necessary for json parsing
- GetCollectionNoteParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionNoteParameter(String) - Constructor for class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
- GetCollectionNoteParameter - Class in com.communote.plugins.api.rest.v30.resource.note
-
This class it the parameter class for the Note resource.
- GetCollectionNoteParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.note.GetCollectionNoteParameter
-
Default Constuctor necessary for json parsing
- GetCollectionNoteParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v30.resource.note.GetCollectionNoteParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionNoteParameter(String) - Constructor for class com.communote.plugins.api.rest.v30.resource.note.GetCollectionNoteParameter
-
- GetCollectionObservationParameter - Class in com.communote.plugins.api.rest.v30.resource.user.observation
-
This class it the parameter class for the Observation resource.
- GetCollectionObservationParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.user.observation.GetCollectionObservationParameter
-
Default Constuctor necessary for json parsing
- GetCollectionObservationParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.user.observation.GetCollectionObservationParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionObservationParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.user.observation.GetCollectionObservationParameter
-
- GetCollectionPropertyParameter - Class in com.communote.plugins.api.rest.resource.note.property
-
This class it the parameter class for the Property resource.
- GetCollectionPropertyParameter() - Constructor for class com.communote.plugins.api.rest.resource.note.property.GetCollectionPropertyParameter
-
Default Constuctor necessary for json parsing
- GetCollectionPropertyParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.resource.note.property.GetCollectionPropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionPropertyParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.resource.note.property.GetCollectionPropertyParameter
-
- GetCollectionPropertyParameter - Class in com.communote.plugins.api.rest.resource.topic.property
-
This class it the parameter class for the Property resource.
- GetCollectionPropertyParameter() - Constructor for class com.communote.plugins.api.rest.resource.topic.property.GetCollectionPropertyParameter
-
Default Constuctor necessary for json parsing
- GetCollectionPropertyParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.resource.topic.property.GetCollectionPropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionPropertyParameter(String, String) - Constructor for class com.communote.plugins.api.rest.resource.topic.property.GetCollectionPropertyParameter
-
- GetCollectionPropertyParameter - Class in com.communote.plugins.api.rest.resource.user.property
-
This class it the parameter class for the Property resource.
- GetCollectionPropertyParameter() - Constructor for class com.communote.plugins.api.rest.resource.user.property.GetCollectionPropertyParameter
-
Default Constuctor necessary for json parsing
- GetCollectionPropertyParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.resource.user.property.GetCollectionPropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionPropertyParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.resource.user.property.GetCollectionPropertyParameter
-
- GetCollectionPropertyParameter - Class in com.communote.plugins.api.rest.v22.resource.note.property
-
This class it the parameter class for the Property resource.
- GetCollectionPropertyParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.note.property.GetCollectionPropertyParameter
-
Default Constuctor necessary for json parsing
- GetCollectionPropertyParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.note.property.GetCollectionPropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionPropertyParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.note.property.GetCollectionPropertyParameter
-
- GetCollectionPropertyParameter - Class in com.communote.plugins.api.rest.v22.resource.timelinenote.property
-
This class it the parameter class for the Property resource.
- GetCollectionPropertyParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.timelinenote.property.GetCollectionPropertyParameter
-
Default Constuctor necessary for json parsing
- GetCollectionPropertyParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.timelinenote.property.GetCollectionPropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionPropertyParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.timelinenote.property.GetCollectionPropertyParameter
-
- GetCollectionPropertyParameter - Class in com.communote.plugins.api.rest.v22.resource.topic.property
-
This class it the parameter class for the Property resource.
- GetCollectionPropertyParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.property.GetCollectionPropertyParameter
-
Default Constuctor necessary for json parsing
- GetCollectionPropertyParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.property.GetCollectionPropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionPropertyParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.property.GetCollectionPropertyParameter
-
- GetCollectionPropertyParameter - Class in com.communote.plugins.api.rest.v22.resource.user.property
-
This class it the parameter class for the Property resource.
- GetCollectionPropertyParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.user.property.GetCollectionPropertyParameter
-
Default Constuctor necessary for json parsing
- GetCollectionPropertyParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.user.property.GetCollectionPropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionPropertyParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.user.property.GetCollectionPropertyParameter
-
- GetCollectionPropertyParameter - Class in com.communote.plugins.api.rest.v24.resource.note.property
-
This class it the parameter class for the Property resource.
- GetCollectionPropertyParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.note.property.GetCollectionPropertyParameter
-
Default Constuctor necessary for json parsing
- GetCollectionPropertyParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.note.property.GetCollectionPropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionPropertyParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.note.property.GetCollectionPropertyParameter
-
- GetCollectionPropertyParameter - Class in com.communote.plugins.api.rest.v24.resource.timelinenote.property
-
This class it the parameter class for the Property resource.
- GetCollectionPropertyParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.timelinenote.property.GetCollectionPropertyParameter
-
Default Constuctor necessary for json parsing
- GetCollectionPropertyParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.timelinenote.property.GetCollectionPropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionPropertyParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.timelinenote.property.GetCollectionPropertyParameter
-
- GetCollectionPropertyParameter - Class in com.communote.plugins.api.rest.v24.resource.topic.property
-
This class it the parameter class for the Property resource.
- GetCollectionPropertyParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.property.GetCollectionPropertyParameter
-
Default Constuctor necessary for json parsing
- GetCollectionPropertyParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.property.GetCollectionPropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionPropertyParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.property.GetCollectionPropertyParameter
-
- GetCollectionPropertyParameter - Class in com.communote.plugins.api.rest.v24.resource.user.property
-
This class it the parameter class for the Property resource.
- GetCollectionPropertyParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.user.property.GetCollectionPropertyParameter
-
Default Constuctor necessary for json parsing
- GetCollectionPropertyParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.user.property.GetCollectionPropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionPropertyParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.user.property.GetCollectionPropertyParameter
-
- GetCollectionPropertyParameter - Class in com.communote.plugins.api.rest.v30.resource.note.property
-
This class it the parameter class for the Property resource.
- GetCollectionPropertyParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.note.property.GetCollectionPropertyParameter
-
Default Constuctor necessary for json parsing
- GetCollectionPropertyParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.note.property.GetCollectionPropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionPropertyParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.note.property.GetCollectionPropertyParameter
-
- GetCollectionPropertyParameter - Class in com.communote.plugins.api.rest.v30.resource.timelinenote.property
-
This class it the parameter class for the Property resource.
- GetCollectionPropertyParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.timelinenote.property.GetCollectionPropertyParameter
-
Default Constuctor necessary for json parsing
- GetCollectionPropertyParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.timelinenote.property.GetCollectionPropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionPropertyParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.timelinenote.property.GetCollectionPropertyParameter
-
- GetCollectionPropertyParameter - Class in com.communote.plugins.api.rest.v30.resource.topic.property
-
This class it the parameter class for the Property resource.
- GetCollectionPropertyParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.property.GetCollectionPropertyParameter
-
Default Constuctor necessary for json parsing
- GetCollectionPropertyParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.property.GetCollectionPropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionPropertyParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.property.GetCollectionPropertyParameter
-
- GetCollectionPropertyParameter - Class in com.communote.plugins.api.rest.v30.resource.user.property
-
This class it the parameter class for the Property resource.
- GetCollectionPropertyParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.user.property.GetCollectionPropertyParameter
-
Default Constuctor necessary for json parsing
- GetCollectionPropertyParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.user.property.GetCollectionPropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionPropertyParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.user.property.GetCollectionPropertyParameter
-
- GetCollectionRoleExternalParameter - Class in com.communote.plugins.api.rest.v22.resource.topic.roleexternal
-
This class it the parameter class for the RoleExternal resource.
- GetCollectionRoleExternalParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.GetCollectionRoleExternalParameter
-
Default Constuctor necessary for json parsing
- GetCollectionRoleExternalParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.GetCollectionRoleExternalParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionRoleExternalParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.GetCollectionRoleExternalParameter
-
- GetCollectionRoleExternalParameter - Class in com.communote.plugins.api.rest.v24.resource.topic.roleexternal
-
This class it the parameter class for the RoleExternal resource.
- GetCollectionRoleExternalParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.GetCollectionRoleExternalParameter
-
Default Constuctor necessary for json parsing
- GetCollectionRoleExternalParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.GetCollectionRoleExternalParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionRoleExternalParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.GetCollectionRoleExternalParameter
-
- GetCollectionRoleExternalParameter - Class in com.communote.plugins.api.rest.v30.resource.topic.roleexternal
-
This class it the parameter class for the RoleExternal resource.
- GetCollectionRoleExternalParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.GetCollectionRoleExternalParameter
-
Default Constuctor necessary for json parsing
- GetCollectionRoleExternalParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.GetCollectionRoleExternalParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionRoleExternalParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.GetCollectionRoleExternalParameter
-
- GetCollectionRoleParameter - Class in com.communote.plugins.api.rest.v22.resource.topic.role
-
This class it the parameter class for the Role resource.
- GetCollectionRoleParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.role.GetCollectionRoleParameter
-
Default Constuctor necessary for json parsing
- GetCollectionRoleParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.role.GetCollectionRoleParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionRoleParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.role.GetCollectionRoleParameter
-
- GetCollectionRoleParameter - Class in com.communote.plugins.api.rest.v24.resource.topic.role
-
This class it the parameter class for the Role resource.
- GetCollectionRoleParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.role.GetCollectionRoleParameter
-
Default Constuctor necessary for json parsing
- GetCollectionRoleParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.role.GetCollectionRoleParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionRoleParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.role.GetCollectionRoleParameter
-
- GetCollectionRoleParameter - Class in com.communote.plugins.api.rest.v30.resource.topic.role
-
This class it the parameter class for the Role resource.
- GetCollectionRoleParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.role.GetCollectionRoleParameter
-
Default Constuctor necessary for json parsing
- GetCollectionRoleParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.role.GetCollectionRoleParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionRoleParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.role.GetCollectionRoleParameter
-
- GetCollectionTagParameter - Class in com.communote.plugins.api.rest.v24.resource.tag
-
This class it the parameter class for the Tag resource.
- GetCollectionTagParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.tag.GetCollectionTagParameter
-
Default Constuctor necessary for json parsing
- GetCollectionTagParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v24.resource.tag.GetCollectionTagParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionTagParameter(String) - Constructor for class com.communote.plugins.api.rest.v24.resource.tag.GetCollectionTagParameter
-
- GetCollectionTagParameter - Class in com.communote.plugins.api.rest.v30.resource.tag
-
This class it the parameter class for the Tag resource.
- GetCollectionTagParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.tag.GetCollectionTagParameter
-
Default Constuctor necessary for json parsing
- GetCollectionTagParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v30.resource.tag.GetCollectionTagParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionTagParameter(String) - Constructor for class com.communote.plugins.api.rest.v30.resource.tag.GetCollectionTagParameter
-
- GetCollectionTagStoreTagListParameter - Class in com.communote.plugins.api.rest.resource.tagstoretaglist
-
This class it the parameter class for the TagStoreTagList resource.
- GetCollectionTagStoreTagListParameter() - Constructor for class com.communote.plugins.api.rest.resource.tagstoretaglist.GetCollectionTagStoreTagListParameter
-
Default Constuctor necessary for json parsing
- GetCollectionTagStoreTagListParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.resource.tagstoretaglist.GetCollectionTagStoreTagListParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionTagStoreTagListParameter(String) - Constructor for class com.communote.plugins.api.rest.resource.tagstoretaglist.GetCollectionTagStoreTagListParameter
-
- GetCollectionTagStoreTagListParameter - Class in com.communote.plugins.api.rest.v22.resource.tagstoretaglist
-
This class it the parameter class for the TagStoreTagList resource.
- GetCollectionTagStoreTagListParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.GetCollectionTagStoreTagListParameter
-
Default Constuctor necessary for json parsing
- GetCollectionTagStoreTagListParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.GetCollectionTagStoreTagListParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionTagStoreTagListParameter(String) - Constructor for class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.GetCollectionTagStoreTagListParameter
-
- GetCollectionTagStoreTagListParameter - Class in com.communote.plugins.api.rest.v24.resource.tagstoretaglist
-
This class it the parameter class for the TagStoreTagList resource.
- GetCollectionTagStoreTagListParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.GetCollectionTagStoreTagListParameter
-
Default Constuctor necessary for json parsing
- GetCollectionTagStoreTagListParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.GetCollectionTagStoreTagListParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionTagStoreTagListParameter(String) - Constructor for class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.GetCollectionTagStoreTagListParameter
-
- GetCollectionTagStoreTagListParameter - Class in com.communote.plugins.api.rest.v30.resource.tagstoretaglist
-
This class it the parameter class for the TagStoreTagList resource.
- GetCollectionTagStoreTagListParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.GetCollectionTagStoreTagListParameter
-
Default Constuctor necessary for json parsing
- GetCollectionTagStoreTagListParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.GetCollectionTagStoreTagListParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionTagStoreTagListParameter(String) - Constructor for class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.GetCollectionTagStoreTagListParameter
-
- GetCollectionTagStoreTagParameter - Class in com.communote.plugins.api.rest.resource.tagstoretaglist.tagstoretag
-
This class it the parameter class for the TagStoreTag resource.
- GetCollectionTagStoreTagParameter() - Constructor for class com.communote.plugins.api.rest.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Default Constuctor necessary for json parsing
- GetCollectionTagStoreTagParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionTagStoreTagParameter(String, String) - Constructor for class com.communote.plugins.api.rest.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
- GetCollectionTagStoreTagParameter - Class in com.communote.plugins.api.rest.v22.resource.tagstoretaglist.tagstoretag
-
This class it the parameter class for the TagStoreTag resource.
- GetCollectionTagStoreTagParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Default Constuctor necessary for json parsing
- GetCollectionTagStoreTagParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionTagStoreTagParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
- GetCollectionTagStoreTagParameter - Class in com.communote.plugins.api.rest.v24.resource.tagstoretaglist.tagstoretag
-
This class it the parameter class for the TagStoreTag resource.
- GetCollectionTagStoreTagParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Default Constuctor necessary for json parsing
- GetCollectionTagStoreTagParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionTagStoreTagParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
- GetCollectionTagStoreTagParameter - Class in com.communote.plugins.api.rest.v30.resource.tagstoretaglist.tagstoretag
-
This class it the parameter class for the TagStoreTag resource.
- GetCollectionTagStoreTagParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Default Constuctor necessary for json parsing
- GetCollectionTagStoreTagParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionTagStoreTagParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
- GetCollectionTagSuggestionListParameter - Class in com.communote.plugins.api.rest.resource.tagsuggestionlist
-
This class it the parameter class for the TagSuggestionList resource.
- GetCollectionTagSuggestionListParameter() - Constructor for class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Default Constuctor necessary for json parsing
- GetCollectionTagSuggestionListParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionTagSuggestionListParameter(String) - Constructor for class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
- GetCollectionTagSuggestionListParameter - Class in com.communote.plugins.api.rest.v22.resource.tagsuggestionlist
-
This class it the parameter class for the TagSuggestionList resource.
- GetCollectionTagSuggestionListParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Default Constuctor necessary for json parsing
- GetCollectionTagSuggestionListParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionTagSuggestionListParameter(String) - Constructor for class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
- GetCollectionTagSuggestionListParameter - Class in com.communote.plugins.api.rest.v24.resource.tagsuggestionlist
-
This class it the parameter class for the TagSuggestionList resource.
- GetCollectionTagSuggestionListParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Default Constuctor necessary for json parsing
- GetCollectionTagSuggestionListParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionTagSuggestionListParameter(String) - Constructor for class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
- GetCollectionTagSuggestionListParameter - Class in com.communote.plugins.api.rest.v30.resource.tagsuggestionlist
-
This class it the parameter class for the TagSuggestionList resource.
- GetCollectionTagSuggestionListParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Default Constuctor necessary for json parsing
- GetCollectionTagSuggestionListParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionTagSuggestionListParameter(String) - Constructor for class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
- GetCollectionTimelineNoteParameter - Class in com.communote.plugins.api.rest.resource.timelinenote
-
This class it the parameter class for the TimelineNote resource.
- GetCollectionTimelineNoteParameter() - Constructor for class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Default Constuctor necessary for json parsing
- GetCollectionTimelineNoteParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionTimelineNoteParameter(String) - Constructor for class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
- GetCollectionTimelineNoteParameter - Class in com.communote.plugins.api.rest.v22.resource.timelinenote
-
This class it the parameter class for the TimelineNote resource.
- GetCollectionTimelineNoteParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Default Constuctor necessary for json parsing
- GetCollectionTimelineNoteParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionTimelineNoteParameter(String) - Constructor for class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
- GetCollectionTimelineNoteParameter - Class in com.communote.plugins.api.rest.v24.resource.timelinenote
-
This class it the parameter class for the TimelineNote resource.
- GetCollectionTimelineNoteParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Default Constuctor necessary for json parsing
- GetCollectionTimelineNoteParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionTimelineNoteParameter(String) - Constructor for class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
- GetCollectionTimelineNoteParameter - Class in com.communote.plugins.api.rest.v30.resource.timelinenote
-
This class it the parameter class for the TimelineNote resource.
- GetCollectionTimelineNoteParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Default Constuctor necessary for json parsing
- GetCollectionTimelineNoteParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionTimelineNoteParameter(String) - Constructor for class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
- GetCollectionTimelineNoteTagParameter - Class in com.communote.plugins.api.rest.resource.timelinenote.timelinenotetag
-
This class it the parameter class for the TimelineNoteTag resource.
- GetCollectionTimelineNoteTagParameter() - Constructor for class com.communote.plugins.api.rest.resource.timelinenote.timelinenotetag.GetCollectionTimelineNoteTagParameter
-
Default Constuctor necessary for json parsing
- GetCollectionTimelineNoteTagParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.resource.timelinenote.timelinenotetag.GetCollectionTimelineNoteTagParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionTimelineNoteTagParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.resource.timelinenote.timelinenotetag.GetCollectionTimelineNoteTagParameter
-
- GetCollectionTimelineNoteTagParameter - Class in com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotetag
-
This class it the parameter class for the TimelineNoteTag resource.
- GetCollectionTimelineNoteTagParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotetag.GetCollectionTimelineNoteTagParameter
-
Default Constuctor necessary for json parsing
- GetCollectionTimelineNoteTagParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotetag.GetCollectionTimelineNoteTagParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionTimelineNoteTagParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotetag.GetCollectionTimelineNoteTagParameter
-
- GetCollectionTimelineNoteTagParameter - Class in com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotetag
-
This class it the parameter class for the TimelineNoteTag resource.
- GetCollectionTimelineNoteTagParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotetag.GetCollectionTimelineNoteTagParameter
-
Default Constuctor necessary for json parsing
- GetCollectionTimelineNoteTagParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotetag.GetCollectionTimelineNoteTagParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionTimelineNoteTagParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotetag.GetCollectionTimelineNoteTagParameter
-
- GetCollectionTimelineNoteTagParameter - Class in com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotetag
-
This class it the parameter class for the TimelineNoteTag resource.
- GetCollectionTimelineNoteTagParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotetag.GetCollectionTimelineNoteTagParameter
-
Default Constuctor necessary for json parsing
- GetCollectionTimelineNoteTagParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotetag.GetCollectionTimelineNoteTagParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionTimelineNoteTagParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotetag.GetCollectionTimelineNoteTagParameter
-
- GetCollectionTimelineTagParameter - Class in com.communote.plugins.api.rest.resource.timelinetag
-
This class it the parameter class for the TimelineTag resource.
- GetCollectionTimelineTagParameter() - Constructor for class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Default Constuctor necessary for json parsing
- GetCollectionTimelineTagParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionTimelineTagParameter(String) - Constructor for class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
- GetCollectionTimelineTagParameter - Class in com.communote.plugins.api.rest.v22.resource.timelinetag
-
This class it the parameter class for the TimelineTag resource.
- GetCollectionTimelineTagParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Default Constuctor necessary for json parsing
- GetCollectionTimelineTagParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionTimelineTagParameter(String) - Constructor for class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
- GetCollectionTimelineTagParameter - Class in com.communote.plugins.api.rest.v24.resource.timelinetag
-
This class it the parameter class for the TimelineTag resource.
- GetCollectionTimelineTagParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Default Constuctor necessary for json parsing
- GetCollectionTimelineTagParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionTimelineTagParameter(String) - Constructor for class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
- GetCollectionTimelineTagParameter - Class in com.communote.plugins.api.rest.v30.resource.timelinetag
-
This class it the parameter class for the TimelineTag resource.
- GetCollectionTimelineTagParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Default Constuctor necessary for json parsing
- GetCollectionTimelineTagParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionTimelineTagParameter(String) - Constructor for class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
- GetCollectionTimelineTopicParameter - Class in com.communote.plugins.api.rest.resource.timelinetopic
-
This class it the parameter class for the TimelineTopic resource.
- GetCollectionTimelineTopicParameter() - Constructor for class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Default Constuctor necessary for json parsing
- GetCollectionTimelineTopicParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionTimelineTopicParameter(String) - Constructor for class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
- GetCollectionTimelineTopicParameter - Class in com.communote.plugins.api.rest.v22.resource.timelinetopic
-
This class it the parameter class for the TimelineTopic resource.
- GetCollectionTimelineTopicParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Default Constuctor necessary for json parsing
- GetCollectionTimelineTopicParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionTimelineTopicParameter(String) - Constructor for class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
- GetCollectionTimelineTopicParameter - Class in com.communote.plugins.api.rest.v24.resource.timelinetopic
-
This class it the parameter class for the TimelineTopic resource.
- GetCollectionTimelineTopicParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Default Constuctor necessary for json parsing
- GetCollectionTimelineTopicParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionTimelineTopicParameter(String) - Constructor for class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
- GetCollectionTimelineTopicParameter - Class in com.communote.plugins.api.rest.v30.resource.timelinetopic
-
This class it the parameter class for the TimelineTopic resource.
- GetCollectionTimelineTopicParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Default Constuctor necessary for json parsing
- GetCollectionTimelineTopicParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionTimelineTopicParameter(String) - Constructor for class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
- GetCollectionTimelineUserParameter - Class in com.communote.plugins.api.rest.resource.timelineuser
-
This class it the parameter class for the TimelineUser resource.
- GetCollectionTimelineUserParameter() - Constructor for class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Default Constuctor necessary for json parsing
- GetCollectionTimelineUserParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionTimelineUserParameter(String) - Constructor for class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
- GetCollectionTimelineUserParameter - Class in com.communote.plugins.api.rest.v22.resource.timelineuser
-
This class it the parameter class for the TimelineUser resource.
- GetCollectionTimelineUserParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Default Constuctor necessary for json parsing
- GetCollectionTimelineUserParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionTimelineUserParameter(String) - Constructor for class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
- GetCollectionTimelineUserParameter - Class in com.communote.plugins.api.rest.v24.resource.timelineuser
-
This class it the parameter class for the TimelineUser resource.
- GetCollectionTimelineUserParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Default Constuctor necessary for json parsing
- GetCollectionTimelineUserParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionTimelineUserParameter(String) - Constructor for class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
- GetCollectionTimelineUserParameter - Class in com.communote.plugins.api.rest.v30.resource.timelineuser
-
This class it the parameter class for the TimelineUser resource.
- GetCollectionTimelineUserParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Default Constuctor necessary for json parsing
- GetCollectionTimelineUserParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionTimelineUserParameter(String) - Constructor for class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
- GetCollectionTopicParameter - Class in com.communote.plugins.api.rest.resource.topic
-
This class it the parameter class for the Topic resource.
- GetCollectionTopicParameter() - Constructor for class com.communote.plugins.api.rest.resource.topic.GetCollectionTopicParameter
-
Default Constuctor necessary for json parsing
- GetCollectionTopicParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.resource.topic.GetCollectionTopicParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionTopicParameter(String) - Constructor for class com.communote.plugins.api.rest.resource.topic.GetCollectionTopicParameter
-
- GetCollectionTopicParameter - Class in com.communote.plugins.api.rest.v22.resource.topic
-
This class it the parameter class for the Topic resource.
- GetCollectionTopicParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.GetCollectionTopicParameter
-
Default Constuctor necessary for json parsing
- GetCollectionTopicParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.GetCollectionTopicParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionTopicParameter(String) - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.GetCollectionTopicParameter
-
- GetCollectionTopicParameter - Class in com.communote.plugins.api.rest.v24.resource.topic
-
This class it the parameter class for the Topic resource.
- GetCollectionTopicParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
Default Constuctor necessary for json parsing
- GetCollectionTopicParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionTopicParameter(String) - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
- GetCollectionTopicParameter - Class in com.communote.plugins.api.rest.v30.resource.topic
-
This class it the parameter class for the Topic resource.
- GetCollectionTopicParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Default Constuctor necessary for json parsing
- GetCollectionTopicParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionTopicParameter(String) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
- GetCollectionUserParameter - Class in com.communote.plugins.api.rest.resource.user
-
This class it the parameter class for the User resource.
- GetCollectionUserParameter() - Constructor for class com.communote.plugins.api.rest.resource.user.GetCollectionUserParameter
-
Default Constuctor necessary for json parsing
- GetCollectionUserParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.resource.user.GetCollectionUserParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionUserParameter(String) - Constructor for class com.communote.plugins.api.rest.resource.user.GetCollectionUserParameter
-
- GetCollectionUserParameter - Class in com.communote.plugins.api.rest.v22.resource.user
-
This class it the parameter class for the User resource.
- GetCollectionUserParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.user.GetCollectionUserParameter
-
Default Constuctor necessary for json parsing
- GetCollectionUserParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v22.resource.user.GetCollectionUserParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionUserParameter(String) - Constructor for class com.communote.plugins.api.rest.v22.resource.user.GetCollectionUserParameter
-
- GetCollectionUserParameter - Class in com.communote.plugins.api.rest.v24.resource.user
-
This class it the parameter class for the User resource.
- GetCollectionUserParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Default Constuctor necessary for json parsing
- GetCollectionUserParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionUserParameter(String) - Constructor for class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
- GetCollectionUserParameter - Class in com.communote.plugins.api.rest.v30.resource.user
-
This class it the parameter class for the User resource.
- GetCollectionUserParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Default Constuctor necessary for json parsing
- GetCollectionUserParameter(MultivaluedMap<String, String>) - Constructor for class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetCollectionUserParameter(String) - Constructor for class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
- getComments() - Method in class com.communote.server.core.vo.blog.DiscussionNoteData
-
- getCommentsInDiscussion(Long, User) - Method in class com.communote.server.core.blog.DiscussionDetailsRetriever
-
Returns the notes in a discussion.
- getCommentsOfDiscussion(Long) - Method in interface com.communote.server.core.blog.NoteManagement
-
Returns all the notes of a discussion excluding the root note.
- getCommentsOfDiscussion(Long) - Method in class com.communote.server.core.blog.NoteManagementBase
-
Returns all the notes of a discussion excluding the root note.
- getCommentsOfDiscussion(Long) - Method in class com.communote.server.service.NoteService
-
Returns all the notes of a discussion excluding the root note.
- getCommunoteAccount() - Method in interface com.communote.server.api.core.installer.CommunoteInstaller
-
- getCommunoteAccount() - Method in class com.communote.server.core.installer.CommunoteInstallerImpl
-
- getCommunoteUserAlias() - Method in class com.communote.server.persistence.common.security.CommunoteUserCertificate
-
- getCompany() - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Returns the Company.
- getCompany() - Method in class com.communote.plugins.api.rest.v24.resource.user.GetUserParameter
-
Returns the Company.
- getCompany() - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResource
-
Returns the Company.
- getCompany() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Returns the Company.
- getCompany() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetUserParameter
-
Returns the Company.
- getCompany() - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
Returns the Company.
- getCompany() - Method in class com.communote.server.core.filter.listitems.UserProfileDetailListItem
-
- getCompany() - Method in class com.communote.server.model.user.UserProfile
-
- getCompany() - Method in class com.communote.server.persistence.user.UserProfileVO
-
- getCompany() - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileForm
-
- getCompany() - Method in class com.communote.server.web.fe.widgets.users.UserListWidget.ListUsersWidgetUserListItem
-
- getCompanyPosition() - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileForm
-
- getComparator(Locale) - Method in class com.communote.server.core.retrieval.normalizer.RankListItemNormalizer
-
The comparator to use for sorting the resulting normalized items.
- getComparator(Locale) - Method in class com.communote.server.core.retrieval.normalizer.RankTagListItemNormalizer
-
The comparator to use for sorting the resulting normalized items.
- getComparator(Locale) - Method in class com.communote.server.core.retrieval.normalizer.RankUserListItemNormalizer
-
The comparator to use for sorting the resulting normalized items.
- getCompleteSignature(User) - Static method in class com.communote.server.core.user.helper.UserNameHelper
-
Get the complete signature of the user which is "'SALUATAION' 'FIRSTNAME' 'LASTNAME'".
- getCompleteSignature(User, String, String) - Static method in class com.communote.server.core.user.helper.UserNameHelper
-
Get the complete signature of the user which is "'SALUATAION' 'FIRSTNAME' 'LASTNAME'".
- getCompleteSignature(String, String, String, String, String) - Static method in class com.communote.server.core.user.helper.UserNameHelper
-
Get the compelte signature
- getCompleteSignature(UserName, String, String) - Static method in class com.communote.server.core.user.helper.UserNameHelper
-
Get the complete signature of the profile which is "'SALUATAION' 'FIRSTNAME' 'LASTNAME'".
- getCompleteSignature(UserName, String, String, boolean) - Static method in class com.communote.server.core.user.helper.UserNameHelper
-
Get the complete signature of the profile which is "'SALUATAION' 'FIRSTNAME' 'LASTNAME'".
- getConcatenatedFile(String, boolean) - Method in interface com.communote.server.web.commons.resource.ConcatenatedResourceStore
-
Return the concatenated file of a category.
- getConcatenatedFile(String, boolean) - Method in class com.communote.server.web.commons.resource.impl.ConcatenatedResourceStoreImpl
-
- getConcatenatedFileLastModified(String) - Method in interface com.communote.server.web.commons.resource.ConcatenatedResourceStore
-
Return the timestamp of the last modification of the concatenated file.
- getConcatenatedFileLastModified(String) - Method in class com.communote.server.web.commons.resource.impl.ConcatenatedResourceStoreImpl
-
- getConfig() - Method in class com.communote.server.web.fe.portal.user.client.forms.ConfluenceAuthConfigurationForm
-
Gets the config.
- getConfig() - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
- getConfigs() - Method in class com.communote.server.model.user.NotificationConfig
-
- getConfiguration() - Method in class com.communote.plugin.ldap.LdapUserRepository
-
Get the ldap configuration of the client
- getConfiguration() - Method in class com.communote.plugins.confluence.image.ConfluenceUserImageProvider
-
- getConfiguration(Properties) - Method in class com.communote.server.core.common.caching.eh.DefaultEhCacheConfigurer
-
Returns the configuration to be used to initialize the EhCache.
- getConfiguration(Properties) - Method in interface com.communote.server.core.common.caching.eh.EhCacheConfigurer
-
Returns the configuration to be used to initialize the EhCache.
- getConfiguration() - Method in interface com.communote.server.core.ConfigurationManagement
-
- getConfiguration() - Method in class com.communote.server.core.ConfigurationManagementBase
- getConfiguration() - Method in class com.communote.server.core.crc.FilesystemConnector
- getConfiguration() - Method in interface com.communote.server.core.crc.RepositoryConnector
-
- getConfiguration() - Method in class com.communote.server.core.external.confluence.ConfluenceUserRepository
-
Get the confluence configuration of the client
- getConfiguration() - Method in interface com.communote.server.core.external.ExternalObjectSource
-
- getConfiguration() - Method in interface com.communote.server.core.external.ExternalUserRepository
-
Gets the external system configuration
- getConfiguration() - Method in class com.communote.server.core.image.HttpExternalImageProvider
-
- getConfiguration() - Method in class com.communote.server.core.security.authentication.confluence.ConfluenceAuthenticationProvider
-
- getConfiguration() - Method in class com.communote.server.core.security.authentication.ExternalAuthenticationProvider
-
Returns the configuration for the external authentication.
- getConfiguration() - Method in class com.communote.server.core.security.authentication.ldap.LdapAuthenticationProvider
-
- getConfigurationChangeTimestamp(ConfluenceConfiguration) - Method in class com.communote.plugins.confluence.image.ConfluenceUserImageProvider
-
- getConfigurationChangeTimestamp(C) - Method in class com.communote.server.core.image.type.HttpExternalUserImageProvider
-
Get the timestamp of the last configuration change.
- getConfigurationDao() - Method in class com.communote.server.core.ConfigurationManagementBase
-
- getConfigurationDirectory() - Method in interface com.communote.server.api.core.config.StartupProperties
-
Returns the configuration directory of the running instance.
- getConfigurationDirectory() - Method in class com.communote.server.core.config.StartupPropertiesImpl
-
- getConfigurationManager() - Method in interface com.communote.server.api.core.application.Runtime
-
- getConfigurationManager() - Method in class com.communote.server.core.application.DefaultRuntime
-
- getConfigurationNamesForExternalSystems() - Method in class com.communote.server.web.fe.portal.user.client.controller.integration.IntegrationOverviewForm
-
Maps the external system id to a human readable name
- getConfigurationProperty(ClientConfigurationPropertyConstant) - Method in class com.communote.server.core.common.velocity.CommunoteTool
-
Get the value of a configuration property.
- getConfigurationProperty(ClientConfigurationPropertyConstant, int) - Method in class com.communote.server.core.common.velocity.CommunoteTool
-
Get the value of a configuration property.
- getConfigurationPropertyAsString(ClientConfigurationPropertyConstant, String) - Method in class com.communote.server.core.common.velocity.CommunoteTool
-
Get the value of a configuration property as String.
- getConfigurationsForExternalSystems() - Method in class com.communote.server.web.fe.portal.user.client.controller.integration.IntegrationOverviewForm
-
- getConfigurationUrl() - Method in class com.communote.server.model.config.ConfluenceConfigurationImpl
-
- getConfigurationUrl() - Method in class com.communote.server.model.config.ExternalSystemConfiguration
-
Get the URL to the configuration in the Communote administration.
- getConfigurationUrl() - Method in class com.communote.server.model.config.LdapConfigurationImpl
-
- getConfigurationUrlOfExternalSystem(String) - Method in class com.communote.server.web.fe.portal.user.client.controller.integration.IntegrationOverviewForm
-
get the URL pointing to the configuration site of the external system
- getConfigurationUrlsForExternalSystems() - Method in class com.communote.server.web.fe.portal.user.client.controller.integration.IntegrationOverviewForm
-
Maps the external system id to the configuration url
- getConfirmationCode() - Method in class com.communote.server.web.fe.portal.user.forms.RegistrationForm
-
Gets the confirmation code.
- getConfluenceConfig() - Method in class com.communote.server.model.config.Configuration
- getConfluenceConfig() - Method in class com.communote.server.model.config.ConfigurationImpl
- getConfluenceConfiguration() - Method in class com.communote.server.api.core.config.ClientConfigurationProperties
-
Returns the confluence authentication configuration.
- getConfluenceConfigurationDao() - Method in class com.communote.server.core.ConfigurationManagementBase
-
- getConnection() - Method in class com.communote.server.core.database.hibernate.C3P0DataSourceConnectionProvider
- getConnection() - Method in class com.communote.server.core.database.liquibase.AbstractLiquibaseDatabaseUpdater
-
- getConnectionManagerTimeout() - Method in class com.communote.server.core.image.HttpExternalImageProvider
-
- getConnectionProviderClassName() - Method in interface com.communote.server.api.core.config.database.DatabaseConfiguration
-
Determine the class name of the connection provider to use.
- getConnectionProviderClassName() - Method in class com.communote.server.core.database.config.StandardDatabaseConfiguration
-
Get the class name of the org.hibernate.connection.ConnectionProvider to use.
- getConnectionTimeout() - Method in class com.communote.server.core.image.HttpExternalImageProvider
-
- getConnectorId() - Method in class com.communote.server.core.crc.RepositoryConnectorConfiguration
-
- getConnectorId() - Method in exception com.communote.server.core.crc.RepositoryConnectorNotFoundException
-
- getConnectorId() - Method in class com.communote.server.core.crc.vo.ContentId
-
The id of this repository.
- getConnectorURI() - Method in class com.communote.plugins.mq.provider.activemq.security.ConnectorURICallBack
-
- getConstructorParameter() - Method in class com.communote.server.core.vo.query.blog.BlogQuery
-
- getConstructorParameter() - Method in class com.communote.server.core.vo.query.blog.external.ExternalObjectQuery
-
- getConstructorParameter() - Method in class com.communote.server.core.vo.query.tag.AbstractBlogTagQuery
- getConstructorParameter() - Method in class com.communote.server.core.vo.query.tag.BlogRankQuery
- getConstructorParameter() - Method in class com.communote.server.core.vo.query.tag.BlogTagQuery
- getConstructorParameters() - Method in class com.communote.server.core.vo.query.blog.UserTaggedBlogQuery
-
The parameters of the list item constructor
- getConstructorParameters() - Method in class com.communote.server.core.vo.query.post.CountNoteQuery
-
The parameters of the list item constructor
- getConstructorParameters() - Method in class com.communote.server.core.vo.query.post.NoteQuery
-
The parameters of the list item constructor
- getConstructorParameters() - Method in class com.communote.server.core.vo.query.tag.AbstractTagQuery
-
The parameters of the list item constructor
- getConstructorParameters() - Method in class com.communote.server.core.vo.query.tag.RankTagQuery
-
The parameters of the list item constructor
- getConstructorParameters() - Method in class com.communote.server.core.vo.query.tag.RelatedRankTagQuery
-
The parameters of the list item constructor
- getConstructorParameters() - Method in class com.communote.server.core.vo.query.TaggingCoreItemQueryDefinition
-
The parameters of the list item constructor
- getConstructorParameters() - Method in class com.communote.server.core.vo.query.TaggingCoreItemTimeLimitsQuery
-
The parameters of the list item constructor
- getConstructorParameters() - Method in class com.communote.server.core.vo.query.user.AbstractUserTaggingCoreQuery
-
The parameters of the list item constructor
- getConstructorParameters() - Method in class com.communote.server.core.vo.query.user.RankUserTaggingCoreQuery
-
The parameters of the list item constructor
- getConstructorParameters() - Method in class com.communote.server.core.vo.query.user.v1_0_1.UserTaggingCoreQuery
-
The parameters of the list item constructor
- getConstructorParametersForRootNotes() - Method in class com.communote.server.core.vo.query.post.AbstractNoteQuery
-
- getConstructorParametersForRootNotes() - Method in class com.communote.server.core.vo.query.post.CountNoteQuery
- getConstructorParametersForRootNotes() - Method in class com.communote.server.core.vo.query.post.NoteQuery
- getConsumedMessageType() - Method in class com.communote.plugins.mq.service.impl.ProviderMessageConsumerImpl
-
- getConsumedMessageType() - Method in interface com.communote.plugins.mq.service.provider.ProviderMessageConsumer
-
specifies type selector for the messages, that should be delivered to this consumer
- getConsumedMessageVersion() - Method in class com.communote.plugins.mq.service.impl.ProviderMessageConsumerImpl
-
- getConsumedMessageVersion() - Method in interface com.communote.plugins.mq.service.provider.ProviderMessageConsumer
-
specifies version selector for the messages, that should be delivered to this consumer
- getContact() - Method in class com.communote.server.model.user.UserProfile
-
- getContactDao() - Method in class com.communote.server.core.user.UserProfileManagementBase
-
Gets the reference to contact
's DAO.
- getContent() - Method in class com.communote.plugins.mq.message.core.data.note.Note
-
- getContent() - Method in class com.communote.plugins.mq.service.provider.TransferMessage
-
returns message content.
- getContent() - Method in class com.communote.server.api.core.note.NoteData
-
- getContent() - Method in class com.communote.server.api.core.note.NoteStoringTO
-
- getContent(ExtendedContentId) - Method in class com.communote.server.core.crc.FilesystemConnector
-
Returns a ContentTO that is associated with the given ContentId.
- getContent(ExtendedContentId) - Method in interface com.communote.server.core.crc.RepositoryConnector
-
Returns a ContentTO that is associated with the given ContentId.
- getContent(ContentId) - Method in interface com.communote.server.core.crc.RepositoryConnectorDelegate
-
Returns a ContentTO that is associated to the given ContentId.
- getContent(ExtendedContentId) - Method in interface com.communote.server.core.crc.RepositoryConnectorDelegate
-
Returns a ContentTO that is associated to the given ContentId.
- getContent(ContentId) - Method in class com.communote.server.core.crc.RepositoryConnectorDelegateBase
-
- getContent(ExtendedContentId) - Method in class com.communote.server.core.crc.RepositoryConnectorDelegateBase
-
- getContent() - Method in class com.communote.server.model.note.Content
-
The textual content of a note with HTML markup.
- getContent() - Method in class com.communote.server.model.note.Note
-
- getContent(Locale, HttpServletRequest) - Method in class com.communote.server.web.commons.controller.StaticPageSection
-
The localized content.
- getContent() - Method in class com.communote.server.web.commons.resource.PropertyResourceContent
-
- getContentId() - Method in class com.communote.plugins.api.rest.v30.resource.attachment.AttachmentResource
-
Returns the ContentId.
- getContentId() - Method in class com.communote.plugins.api.rest.v30.resource.attachment.GetAttachmentParameter
-
Returns the ContentId.
- getContentId() - Method in class com.communote.server.api.core.attachment.AttachmentData
-
- getContentId() - Method in class com.communote.server.core.crc.vo.ContentId
-
The id of the stored content in this repository.
- getContentId() - Method in class com.communote.server.core.crc.vo.ContentMetadata
-
Get the contentId
- getContentIdentifier() - Method in class com.communote.server.model.attachment.Attachment
-
The content identifier describes the resource for a repository uniquely.
- getContentLength() - Method in class com.communote.plugins.api.rest.resource.attachment.AttachmentResource
-
Returns the ContentLength.
- getContentLength() - Method in class com.communote.plugins.api.rest.resource.attachment.GetAttachmentParameter
-
Returns the ContentLength.
- getContentLength() - Method in class com.communote.plugins.api.rest.v22.resource.attachment.AttachmentResource
-
Returns the ContentLength.
- getContentLength() - Method in class com.communote.plugins.api.rest.v22.resource.attachment.GetAttachmentParameter
-
Returns the ContentLength.
- getContentLength() - Method in class com.communote.plugins.api.rest.v24.resource.attachment.AttachmentResource
-
Returns the ContentLength.
- getContentLength() - Method in class com.communote.plugins.api.rest.v24.resource.attachment.GetAttachmentParameter
-
Returns the ContentLength.
- getContentLength() - Method in class com.communote.plugins.api.rest.v30.resource.attachment.AttachmentResource
-
Returns the ContentLength.
- getContentLength() - Method in class com.communote.plugins.api.rest.v30.resource.attachment.GetAttachmentParameter
-
Returns the ContentLength.
- getContentLength() - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
- getContentLength() - Method in class com.communote.server.core.vo.content.AttachmentTO
-
Get the content length.
- getContentManager() - Method in class com.communote.server.web.commons.controller.StaticPageVelocityViewController
-
- getContentSize() - Method in class com.communote.server.core.crc.vo.ContentMetadata
-
The size of the content in bytes.
- getContentTemplate() - Method in class com.communote.plugins.activity.base.fe.admin.ActivityAdminController
-
- getContentTemplate() - Method in class com.communote.plugins.bookmarklet.BookmarkletController
- getContentTemplate() - Method in interface com.communote.plugins.core.views.PluginViewController
-
- getContentTemplate() - Method in class com.communote.plugins.core.views.ViewController
-
- getContentTemplate() - Method in class com.communote.plugins.core.views.WidgetViewController
-
Deprecated.
Not used.
- getContentTemplate() - Method in class com.communote.plugins.embed.EmbedController
-
- getContentTemplate() - Method in class com.communote.plugins.embed.EmbedMessengerController
-
- getContentTemplate() - Method in class com.communote.plugins.mq.provider.activemq.adminconsole.AdminController
-
- getContentTemplate() - Method in class com.communote.plugins.mq.provider.activemq.monitor.MQBrokerMonitorController
-
- getContentTemplate() - Method in class com.communote.server.core.mail.messages.MailMessage
-
- getContentTemplate(Map<String, Object>) - Method in class com.communote.server.web.commons.controller.VelocityViewController
-
Returns the template to be used for rendering the view
- getContentTemplate(Map<String, Object>) - Method in class com.communote.server.web.fe.portal.blog.controller.InitialFiltersViewController
-
Returns the template to be used for rendering the view
- getContentTemplateId() - Method in class com.communote.server.core.mail.messages.MailMessage
-
- getContentTemplateName() - Method in class com.communote.server.web.commons.controller.StaticPageSection
-
The name of the template for rendering the content.
- getContentTemplateParameter() - Method in class com.communote.server.web.commons.controller.StaticPageSection
-
- getContentType() - Method in enum com.communote.common.image.ImageFormatType
-
- getContentType() - Method in class com.communote.common.io.BinaryData
-
Return content type
- getContentType() - Method in class com.communote.plugins.mq.message.core.data.note.Note
-
- getContentType() - Method in class com.communote.plugins.mq.service.impl.MessagesConverterImpl
-
- getContentType() - Method in interface com.communote.plugins.mq.service.provider.MessagesConverter
-
- getContentType() - Method in class com.communote.plugins.mq.service.provider.TransferMessage
-
returns message's content type.
- getContentType() - Method in class com.communote.server.api.core.note.NoteStoringTO
-
Describes the type of content hold within this StringContentTO.
- getContentType() - Method in class com.communote.server.core.blog.export.impl.RssNoteWriter
- getContentType() - Method in class com.communote.server.core.blog.export.impl.RtfNoteWriter
- getContentType() - Method in interface com.communote.server.core.blog.export.NoteWriter
- getContentType() - Method in class com.communote.server.core.common.caching.AbstractCacheElementProvider
-
Returns a unique string naming the content type of the elements provided by this provider
(e.g.
- getContentType() - Method in interface com.communote.server.core.common.caching.CacheElementProvider
-
Returns a unique string naming the content type of the elements provided by this provider
(e.g.
- getContentType() - Method in class com.communote.server.core.common.ldap.caching.LdapServerCacheElementProvider
-
- getContentType() - Method in class com.communote.server.core.config.ApplicationConfigurationElementProvider
-
Returns a unique string naming the content type of the elements provided by this provider
(e.g.
- getContentType() - Method in class com.communote.server.core.config.ClientConfigurationElementProvider
-
Returns a unique string naming the content type of the elements provided by this provider
(e.g.
- getContentType() - Method in class com.communote.server.core.follow.FollowCacheElementProvider
-
Returns a unique string naming the content type of the elements provided by this provider
(e.g.
- getContentType() - Method in class com.communote.server.core.image.caching.ImageCacheElementProvider
-
- getContentType() - Method in class com.communote.server.core.plugin.PluginPropertyCacheElementProvider
-
- getContentType() - Method in class com.communote.server.core.property.UserNotePropertyCacheElementProvider
-
- getContentType() - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
- getContentType() - Method in class com.communote.server.core.security.iprange.IpFilterCacheElementProvider
-
Returns a unique string naming the content type of the elements provided by this provider
(e.g.
- getContentType() - Method in class com.communote.server.core.security.ssl.ChannelConfigurationCacheElementProvider
-
Returns a unique string naming the content type of the elements provided by this provider
(e.g.
- getContentType() - Method in class com.communote.server.model.attachment.Attachment
-
The content type of the attachment.
- getContentType() - Method in class com.communote.server.service.StandaloneClientCacheElementProvider
-
- getContentType() - Method in interface com.communote.server.web.commons.resource.ConcatenatedResourceStore
-
- getContentType() - Method in class com.communote.server.web.commons.resource.impl.ConcatenatedResourceStoreImpl
-
- getContentType() - Method in class com.communote.server.web.commons.view.RepositoryContentView
- getContext() - Method in class com.communote.server.web.fe.portal.user.system.application.ServerForm
-
- getContextId() - Method in class com.communote.server.core.vo.user.NavigationItemDataTO
-
- getContextId() - Method in class com.communote.server.web.fe.widgets.navigation.MainPageHorizontalNavigationWidget
-
- getContextMapper() - Method in class com.communote.plugin.ldap.helper.GroupRetriever
-
Method to return a context mapper for mapping ldap results to the concrete result.
- getContextMapper() - Method in class com.communote.plugin.ldap.helper.MemberAndNonMemberModeVisitingRetriever
-
Method to return a context mapper for mapping ldap results to the concrete result.
- getContextMapper() - Method in class com.communote.plugin.ldap.helper.UserRetriever
-
Method to return a context mapper for mapping ldap results to the concrete result.
- getContextMapper() - Method in class com.communote.plugin.ldap.helper.VisitingRetriever
-
Method to return a context mapper for mapping ldap results to the concrete result.
- getContextPath() - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
- getContexts() - Method in class com.communote.server.core.database.liquibase.AbstractLiquibaseDatabaseUpdater
-
The contexts of the update.
- getContexts() - Method in class com.communote.server.core.database.liquibase.StandaloneLiquibaseDatabaseUpdater
-
- getContextType() - Method in class com.communote.server.core.vo.user.NavigationItemDataTO
-
- getCookies() - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
- getCoreProperty(CoreConfigurationPropertyConstant) - Method in interface com.communote.server.api.core.config.StartupProperties
-
- getCoreProperty(CoreConfigurationPropertyConstant) - Method in class com.communote.server.core.config.StartupPropertiesImpl
-
- getCoreResources(String, boolean, boolean) - Method in interface com.communote.server.web.commons.resource.ConcatenatedResourceStore
-
Return the relative locations of the core resources of a given category.
- getCoreResources(String, boolean, boolean) - Method in class com.communote.server.web.commons.resource.impl.ConcatenatedResourceStoreImpl
-
- getCoreResources() - Method in class com.communote.server.web.commons.resource.ResourceCategoryDefinition
-
Return a collection of resources which are delivered with the application and should be added
first when rendering the resources of this category.
- getCostFactorFromHash(String) - Method in class com.communote.server.core.user.security.BcryptPasswordHashFunction
-
- getCount() - Method in class com.communote.plugins.api.rest.v30.resource.user.observation.GetObservationParameter
-
Returns the Count.
- getCount() - Method in class com.communote.plugins.api.rest.v30.resource.user.observation.ObservationResource
-
Returns the Count.
- getCount(long, long) - Static method in class com.communote.server.core.common.LimitHelper
-
Gets the count as percent.
- getCount() - Method in class com.communote.server.core.filter.listitems.CountListItem
-
- getCount(Long) - Method in interface com.communote.server.core.tag.TagManagement
-
- getCount(Long) - Method in class com.communote.server.core.tag.TagManagementImpl
- getCountLimit() - Static method in class com.communote.server.core.blog.helper.BlogManagementHelper
-
Gets the blog limit.
- getCountLimit() - Static method in class com.communote.server.core.storing.ResourceStoringHelper
-
Gets the resource limit.
- getCountLimit() - Static method in class com.communote.server.core.user.UserManagementHelper
-
Gets the user limit.
- getCountLimitAsString(long) - Static method in class com.communote.server.core.common.LimitHelper
-
Gets the count limit as string.
- getCountOverallElements() - Method in class com.communote.common.paging.PageInformation
-
get the overall count of all elements
- getCountPages() - Method in class com.communote.common.paging.PageInformation
-
Get the the number of pages which is computed by the countOverallElements end
elementsPerPage.
- getCountPercent(long, long) - Static method in class com.communote.server.core.common.LimitHelper
-
Gets the count as percent.
- getCountPercentAsString(long, long) - Static method in class com.communote.server.core.common.LimitHelper
-
Gets the percent as string.
- getCountries(HttpServletRequest) - Method in class com.communote.server.core.common.velocity.CommunoteTool
-
- getCountries(Locale) - Method in interface com.communote.server.core.user.MasterDataManagement
-
Returns a list of all countries in the database.
- getCountries(Locale) - Method in class com.communote.server.core.user.MasterDataManagementBase
-
- getCountry() - Method in class com.communote.server.model.user.Contact
-
- getCountryCode() - Method in class com.communote.server.core.filter.listitems.UserProfileDetailListItem
-
- getCountryCode() - Method in class com.communote.server.model.user.Country
-
The code of the country
- getCountryCode() - Method in class com.communote.server.model.user.PhoneNumber
-
CountryCode for this phone number
- getCountryCode() - Method in class com.communote.server.persistence.user.UserProfileVO
-
- getCountryCode() - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileForm
-
Gets the country code.
- getCrawlLastModificationDate() - Method in class com.communote.plugins.api.rest.v30.resource.attachment.AttachmentResource
-
Returns the CrawlLastModificationDate.
- getCrawlLastModificationDate() - Method in class com.communote.plugins.api.rest.v30.resource.attachment.GetAttachmentParameter
-
Returns the CrawlLastModificationDate.
- getCrawlLastModificationDate() - Method in class com.communote.plugins.api.rest.v30.resource.attachment.GetCollectionAttachmentParameter
-
Returns the CrawlLastModificationDate.
- getCrawlLastModificationDate() - Method in class com.communote.plugins.api.rest.v30.resource.note.GetCollectionNoteParameter
-
Returns the CrawlLastModificationDate.
- getCrawlLastModificationDate() - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Returns the CrawlLastModificationDate.
- getCrawlLastModificationDate() - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Returns the CrawlLastModificationDate.
- getCrawlLastModificationDate() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Returns the CrawlLastModificationDate.
- getCrawlLastModificationDate() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetTopicParameter
-
Returns the CrawlLastModificationDate.
- getCrawlLastModificationDate() - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Returns the CrawlLastModificationDate.
- getCrawlLastModificationDate() - Method in class com.communote.server.model.blog.Blog
-
The last modification date of the blog.
- getCrawlLastModificationDate() - Method in class com.communote.server.model.note.Note
-
The last modification date of the blog.
- getCreatedLocally() - Method in interface com.communote.server.api.core.event.DistributableEvent
-
Whether the event was created on this Communote instance node if running a clustered
Communote setup.
- getCreatedLocally() - Method in class com.communote.server.core.service.RestartServiceEvent
-
Whether the event was created on this Communote instance node if running a clustered
Communote setup.
- getCreateSystemNotes() - Method in class com.communote.plugins.api.rest.resource.topic.GetCollectionTopicParameter
-
Returns the CreateSystemNotes.
- getCreateSystemNotes() - Method in class com.communote.plugins.api.rest.resource.topic.GetTopicParameter
-
Returns the CreateSystemNotes.
- getCreateSystemNotes() - Method in class com.communote.plugins.api.rest.resource.topic.TopicResource
-
Returns the CreateSystemNotes.
- getCreateSystemNotes() - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetCollectionTopicParameter
-
Returns the CreateSystemNotes.
- getCreateSystemNotes() - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetTopicParameter
-
Returns the CreateSystemNotes.
- getCreateSystemNotes() - Method in class com.communote.plugins.api.rest.v22.resource.topic.TopicResource
-
Returns the CreateSystemNotes.
- getCreateSystemNotes() - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
Returns the CreateSystemNotes.
- getCreateSystemNotes() - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetTopicParameter
-
Returns the CreateSystemNotes.
- getCreateSystemNotes() - Method in class com.communote.plugins.api.rest.v24.resource.topic.TopicResource
-
Returns the CreateSystemNotes.
- getCreateSystemNotes() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Returns the CreateSystemNotes.
- getCreateSystemNotes() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetTopicParameter
-
Returns the CreateSystemNotes.
- getCreateSystemNotes() - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Returns the CreateSystemNotes.
- getCreatingDate() - Method in class com.communote.server.model.security.SecurityCode
-
- getCreationDate() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the CreationDate.
- getCreationDate() - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Returns the CreationDate.
- getCreationDate() - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Returns the CreationDate.
- getCreationDate() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the CreationDate.
- getCreationDate() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetTimelineNoteParameter
-
Returns the CreationDate.
- getCreationDate() - Method in class com.communote.plugins.api.rest.resource.timelinenote.TimelineNoteResource
-
Returns the CreationDate.
- getCreationDate() - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Returns the CreationDate.
- getCreationDate() - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Returns the CreationDate.
- getCreationDate() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the CreationDate.
- getCreationDate() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetTimelineNoteParameter
-
Returns the CreationDate.
- getCreationDate() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteResource
-
Returns the CreationDate.
- getCreationDate() - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Returns the CreationDate.
- getCreationDate() - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Returns the CreationDate.
- getCreationDate() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the CreationDate.
- getCreationDate() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
Returns the CreationDate.
- getCreationDate() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
Returns the CreationDate.
- getCreationDate() - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Returns the CreationDate.
- getCreationDate() - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Returns the CreationDate.
- getCreationDate() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the CreationDate.
- getCreationDate() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the CreationDate.
- getCreationDate() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
Returns the CreationDate.
- getCreationDate() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
Returns the CreationDate.
- getCreationDate() - Method in class com.communote.plugins.mq.message.base.message.BaseMessage
-
- getCreationDate() - Method in class com.communote.plugins.mq.message.core.data.note.Note
-
- getCreationDate() - Method in class com.communote.server.api.core.blog.BlogData
-
- getCreationDate() - Method in class com.communote.server.api.core.client.ClientTO
-
- getCreationDate() - Method in class com.communote.server.api.core.note.NoteData
-
- getCreationDate() - Method in class com.communote.server.api.core.note.NoteStoringTO
-
The creation date is the date as this
NoteStoringTO
got constructed.
- getCreationDate() - Method in class com.communote.server.core.filter.listitems.SimpleNoteListItem
-
- getCreationDate() - Method in class com.communote.server.model.blog.Blog
-
The creation date of the blog.
- getCreationDate() - Method in class com.communote.server.model.note.Note
-
The date of the tag
- getCreationDate() - Static method in class com.communote.server.persistence.user.client.ClientHelper
-
- getCreationDate() - Method in class com.communote.server.web.api.to.listitem.BlogListItem
-
- getCreationDate() - Method in class com.communote.server.web.api.to.listitem.DetailPostListItem
-
- getCreationDate() - Method in class com.communote.server.web.api.to.listitem.PostListItem
-
- getCreationDate() - Method in class com.communote.server.web.api.to.listitem.v1_0_1.DetailPostListItem
-
- getCreationRevision() - Method in class com.communote.server.api.core.client.ClientTO
-
- getCreationRevision() - Method in class com.communote.server.model.client.Client
-
- getCreationSource() - Method in class com.communote.server.api.core.note.NoteData
-
- getCreationSource() - Method in class com.communote.server.api.core.note.NoteStoringTO
-
Defines the source of creation.
- getCreationSource() - Method in class com.communote.server.model.note.Note
-
Defines the source of creation.
- getCreationTime() - Method in class com.communote.server.model.client.Client
-
- getCreationTimestamp() - Method in class com.communote.server.core.common.caching.CacheElementWrapper
-
- getCreationVersion() - Method in class com.communote.server.api.core.client.ClientTO
-
- getCreationVersion() - Method in class com.communote.server.model.client.Client
-
- getCreatorId() - Method in class com.communote.server.api.core.note.NoteStoringTO
-
The ID of the author of the post.
- getCreatorUserId() - Method in class com.communote.server.api.core.blog.BlogTO
-
- getCredentials() - Method in class com.communote.server.core.security.authentication.AbstractCommunoteAuthenticationToken
-
The credentials is the token retrieved
- getCrosspostBlogs() - Method in class com.communote.server.core.vo.blog.AutosaveNoteData
-
- getCrosspostBlogs() - Method in class com.communote.server.model.note.Note
-
Denotes the crosspost targets of an autosave.
- getCrossPostTopicAliases() - Method in class com.communote.plugins.api.rest.resource.note.CreateNoteParameter
-
Returns the CrossPostTopicAliases.
- getCrossPostTopicAliases() - Method in class com.communote.plugins.api.rest.resource.note.EditNoteParameter
-
Returns the CrossPostTopicAliases.
- getCrossPostTopicAliases() - Method in class com.communote.plugins.api.rest.v22.resource.note.CreateNoteParameter
-
Returns the CrossPostTopicAliases.
- getCrossPostTopicAliases() - Method in class com.communote.plugins.api.rest.v22.resource.note.EditNoteParameter
-
Returns the CrossPostTopicAliases.
- getCrossPostTopicAliases() - Method in class com.communote.plugins.api.rest.v24.resource.note.CreateNoteParameter
-
Returns the CrossPostTopicAliases.
- getCrossPostTopicAliases() - Method in class com.communote.plugins.api.rest.v24.resource.note.EditNoteParameter
-
Returns the CrossPostTopicAliases.
- getCrossPostTopicAliases() - Method in class com.communote.plugins.api.rest.v30.resource.note.CreateNoteParameter
-
Returns the CrossPostTopicAliases.
- getCrossPostTopicAliases() - Method in class com.communote.plugins.api.rest.v30.resource.note.EditNoteParameter
-
Returns the CrossPostTopicAliases.
- getCssClassForPageContent(AdministrationPageMenuEntry) - Method in class com.communote.server.web.commons.viewtool.AdministrationTool
-
- getCurrentClient() - Static method in class com.communote.server.persistence.user.client.ClientHelper
-
Get the client that is associated with the current thread.
- getCurrentClientId() - Method in class com.communote.server.core.common.velocity.CommunoteTool
-
- getCurrentClientId() - Static method in class com.communote.server.persistence.user.client.ClientHelper
-
Get the ID of the client which is associated with the current thread.
- getCurrentClientName() - Method in class com.communote.server.core.common.velocity.CommunoteTool
-
- getCurrentEmail() - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileChangeEmailForm
-
- getCurrentEmailServerDomain() - Static method in class com.communote.server.core.blog.helper.MailBasedPostingHelper
-
Returns the email server domain (e.g.
- getCurrentEntry(HttpServletRequest) - Method in class com.communote.server.web.fe.admin.AdministrationMenuManager
-
Return the entry that belongs to the current request.
- getCurrentLocale(HttpServletRequest) - Method in class com.communote.server.core.common.session.SessionHandler
-
Get the current locale.
- getCurrentlyScheduledTaskIds(ClientTO) - Method in class com.communote.server.core.tasks.TaskSchedulingContext
-
Returns the tasks IDs of the currently scheduled tasks
- getCurrentMenuEntry(HttpServletRequest) - Method in class com.communote.server.web.commons.viewtool.AdministrationTool
-
- getCurrentOffsetOfEffectiveUserTimeZone() - Method in class com.communote.server.core.common.velocity.CommunoteTool
-
- getCurrentOffsetOfEffectiveUserTimeZone() - Static method in class com.communote.server.core.user.UserManagementHelper
-
Returns the offset in milliseconds to add to UTC to get the time for the current user
respecting the effective user time zone and daylight savings.
- getCurrentPage() - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- getCurrentProgress() - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- getCurrentStatus() - Method in exception com.communote.server.core.user.InvalidUserStatusTransitionException
-
the current status of the user
- getCurrentUser() - Static method in class com.communote.server.core.security.SecurityHelper
-
Get the current user which is set in the acegi security context.
- getCurrentUserAlias() - Method in class com.communote.server.core.common.velocity.CommunoteTool
-
- getCurrentUserAlias() - Static method in class com.communote.server.core.security.SecurityHelper
-
Get the alias of the current user, or null if no user is logged in
- getCurrentUserEffectiveTimeZone() - Method in class com.communote.server.core.common.velocity.CommunoteTool
-
- getCurrentUserId() - Method in class com.communote.server.core.common.velocity.CommunoteTool
-
- getCurrentUserId() - Static method in class com.communote.server.core.security.SecurityHelper
-
Get the current user id, or null if no user is logged in
- getCurrentUserLocale(Request) - Static method in class com.communote.plugins.api.rest.resource.ResourceHandlerHelper
-
Get the locale of the current user
- getCurrentUserLocale(Request) - Method in class com.communote.plugins.api.rest.service.exception.AbstractExceptionMapper
-
Get the locale of the current user
- getCurrentUserLocale(Request) - Static method in class com.communote.plugins.api.rest.v22.resource.ResourceHandlerHelper
-
Get the locale of the current user
- getCurrentUserLocale(Request) - Static method in class com.communote.plugins.api.rest.v24.resource.ResourceHandlerHelper
-
Get the locale of the current user
- getCurrentUserLocale(Request) - Static method in class com.communote.plugins.api.rest.v30.resource.ResourceHandlerHelper
-
Get the locale of the current user
- getCurrentUserLocale(HttpServletRequest) - Method in class com.communote.server.core.common.velocity.CommunoteTool
-
- getCurrentUserLocale() - Method in class com.communote.server.web.fe.widgets.blog.AboutBlogWidget
-
- getCurrentUserLocale() - Method in class com.communote.server.web.fe.widgets.blog.ChronologicalPostListWidget
-
- getCurrentUserLocale() - Method in class com.communote.server.web.fe.widgets.user.profile.AboutUserProfileWidget
-
- getCurrentUserProfile() - Method in class com.communote.server.core.common.velocity.CommunoteTool
-
- getCurrentUserSignature(UserNameFormat) - Method in class com.communote.server.core.common.velocity.CommunoteTool
-
To get the signature of the current user.
- getCurrentUtcOffsetOfEffectiveUserTimeZone() - Static method in class com.communote.server.core.user.UserManagementHelper
-
Returns the offset in milliseconds to add to UTC to get the current time for the current user
respecting the effective user time zone and daylight savings.
- getCustomMessage(String, Locale) - Method in class com.communote.server.core.common.i18n.LocalizationManagement
-
Method to get a custom localized message from the database.
- getCustomMessageFallback(String) - Method in class com.communote.server.core.common.i18n.LocalizationManagement
-
- getData() - Method in class com.communote.common.io.BinaryData
-
Return the byte array
- getData() - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.CreateNavigationItemParameter
-
Returns the Data.
- getData() - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.EditNavigationItemParameter
-
Returns the Data.
- getData() - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.NavigationItemResource
-
Returns the Data.
- getData() - Method in class com.communote.server.core.vo.user.NavigationItemTO
-
- getData() - Method in class com.communote.server.model.user.NavigationItem
-
- getDataAsJson() - Method in class com.communote.server.core.vo.user.NavigationItemTO
-
- getDatabaseConfiguration() - Method in interface com.communote.server.api.core.config.ConfigurationManager
-
- getDatabaseConfiguration() - Method in class com.communote.server.core.config.ConfigurationPropertiesManager
-
- getDatabaseConfiguration() - Method in class com.communote.server.core.vo.query.QueryParameters
-
- getDatabaseDriverClassName() - Method in interface com.communote.server.api.core.config.StartupProperties
-
Returns the driver class name.
- getDatabaseDriverClassName() - Method in class com.communote.server.core.config.StartupPropertiesImpl
-
- getDatabaseHost() - Method in interface com.communote.server.api.core.config.StartupProperties
-
The name the database or null if not set.
- getDatabaseHost() - Method in class com.communote.server.core.config.StartupPropertiesImpl
-
- getDatabaseHost() - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- getDatabaseId() - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.ExternalLoginResource
-
Returns the DatabaseId.
- getDatabaseId() - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.externalproperty.GetExternalPropertyParameter
-
Returns the DatabaseId.
- getDatabaseId() - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.GetCollectionExternalLoginParameter
-
Returns the DatabaseId.
- getDatabaseInformation(Connection) - Method in class com.communote.server.core.database.liquibase.AbstractLiquibaseDatabaseUpdater
-
Get some information about the database.
- getDatabaseInformation(Connection) - Method in class com.communote.server.core.database.liquibase.StandaloneLiquibaseDatabaseUpdater
-
- getDatabaseName() - Method in interface com.communote.server.api.core.config.StartupProperties
-
The name the database or null if not set.
- getDatabaseName() - Method in class com.communote.server.core.config.StartupPropertiesImpl
-
- getDatabaseName() - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- getDatabasePassword() - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- getDatabasePort() - Method in interface com.communote.server.api.core.config.StartupProperties
-
The port the database is listening on or null if not set or not required.
- getDatabasePort() - Method in class com.communote.server.core.config.StartupPropertiesImpl
-
- getDatabasePort() - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- getDatabaseProtocol() - Method in interface com.communote.server.api.core.config.StartupProperties
-
The protocol of the database connection or null if not set.
- getDatabaseProtocol() - Method in class com.communote.server.core.config.StartupPropertiesImpl
-
- getDatabaseProtocolSeparator() - Method in interface com.communote.server.api.core.config.StartupProperties
-
The protocol separator of the database connection or null if not set.
- getDatabaseProtocolSeparator() - Method in class com.communote.server.core.config.StartupPropertiesImpl
-
- getDatabaseSchemaSeparator() - Method in interface com.communote.server.api.core.config.StartupProperties
-
The schema separator of the database connection or the default if not set.
- getDatabaseSchemaSeparator() - Method in class com.communote.server.core.config.StartupPropertiesImpl
-
- getDatabaseSettings() - Method in interface com.communote.server.api.core.installer.CommunoteInstaller
-
- getDatabaseSettings() - Method in class com.communote.server.core.installer.CommunoteInstallerImpl
-
- getDatabaseType() - Method in interface com.communote.server.api.core.installer.CommunoteInstaller
-
- getDatabaseType() - Method in class com.communote.server.core.installer.CommunoteInstallerImpl
-
- getDatabaseType() - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- getDatabaseTypeIdentifier() - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- getDatabaseUrl() - Method in interface com.communote.server.api.core.config.StartupProperties
-
Returns the JDBC URL to connect to the database or null if not all required properties are
set.
- getDatabaseUrl() - Method in class com.communote.server.core.config.StartupPropertiesImpl
-
- getDatabaseUrl() - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- getDatabaseUser() - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- getDatabaseUserName() - Method in interface com.communote.server.api.core.config.StartupProperties
-
Returns the user name of the user that accesses the database or null if not set.
- getDatabaseUserName() - Method in class com.communote.server.core.config.StartupPropertiesImpl
-
- getDatabaseUserPassword() - Method in interface com.communote.server.api.core.config.StartupProperties
-
Returns the password of the user that accesses the database or null if not set.
- getDatabaseUserPassword() - Method in class com.communote.server.core.config.StartupPropertiesImpl
-
- getDataDirectory() - Method in class com.communote.plugins.mq.provider.activemq.settings.MQDatabaseSettingsDAO
-
- getDataDirectory() - Method in interface com.communote.plugins.mq.provider.activemq.settings.MQSettingsDAO
-
- getDataDirectory() - Method in interface com.communote.server.api.core.config.StartupProperties
-
Returns the directory where Communote stores its data.
- getDataDirectory() - Method in class com.communote.server.core.config.StartupPropertiesImpl
-
- getDataForRequest(HttpServletRequest) - Method in class com.communote.plugins.core.views.ViewControllerData
-
- getDataSource() - Method in class com.communote.server.core.database.hibernate.C3P0DataSourceConnectionProvider
-
Get the datasource for the client
- getDate(String) - Static method in class com.communote.plugins.api.rest.servlet.RequestListParser
-
Converts a string value to a Date.
- getDate(String) - Static method in class com.communote.plugins.api.rest.v22.servlet.RequestListParser
-
Converts a string value to a Date.
- getDate(String) - Static method in class com.communote.plugins.api.rest.v24.servlet.RequestListParser
-
Converts a string value to a Date.
- getDate(String) - Static method in class com.communote.plugins.api.rest.v30.servlet.RequestListParser
-
Converts a string value to a Date.
- getDate() - Method in class com.communote.server.core.crc.vo.ContentMetadata
-
The current date and time.
- getDate() - Method in class com.communote.server.core.messaging.vo.Message
-
- getDate() - Method in class com.communote.server.core.vo.IdDateTO
-
- getDateFilterField(NoteQueryParameters) - Method in class com.communote.server.core.vo.query.post.AbstractNoteQuery
-
Get the field for date filtering.
- getDateFilterField(I) - Method in class com.communote.server.core.vo.query.TaggingCoreItemQueryDefinition
-
Get the field for date filtering.
- getDateFormat(Long, Locale) - Static method in class com.communote.server.core.user.UserManagementHelper
-
Get the date formatter for the given locale which can be used to create a readable localized
date-time string.
- getDateHeader(String) - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
- getDatepartSQLFunction() - Method in interface com.communote.server.api.core.config.database.DatabaseConfiguration
-
Get the SQLFunction that will translate the HQL 'datepart' function to SQL.
- getDatepartSQLFunction() - Method in class com.communote.server.core.database.config.PostgreSQLDatabaseConfiguration
-
- getDatepartSQLFunction() - Method in class com.communote.server.core.database.config.StandardDatabaseConfiguration
-
- getDefaultBlog() - Method in class com.communote.server.core.common.velocity.TopicTool
-
- getDefaultBlog() - Method in interface com.communote.server.core.ConfigurationManagement
-
Gets the default blog.
- getDefaultBlog() - Method in class com.communote.server.core.ConfigurationManagementImpl
-
Returns the default blog.
- getDefaultBlog() - Method in class com.communote.server.model.config.ClientConfiguration
-
- getDefaultBlogId() - Method in class com.communote.server.api.core.config.ClientConfigurationProperties
-
- getDefaultBlogId() - Method in class com.communote.server.core.common.velocity.TopicTool
-
- getDefaultBlogRole() - Method in class com.communote.server.core.common.velocity.TopicTool
-
- getDefaultData() - Method in class com.communote.plugins.core.views.ViewControllerData
-
- getDefaultImage(String, String, ImageSize) - Method in class com.communote.server.core.image.caching.ImageDiskCache
-
Get the stored default image.
- getDefaultImage(EntityImageManagement.ImageType) - Method in class com.communote.server.core.image.type.EntityImageManagement
-
Get the default image
- getDefaultImageLastModified(EntityImageManagement.ImageType) - Method in class com.communote.server.core.image.type.EntityImageManagement
-
Get the date of the last modification of the default image of the given type.
- getDefaultImageMimeType() - Method in class com.communote.server.api.core.image.ImageProvider
-
Get the mime type of the default image
- getDefaultImageResourceLastModificationTimestamp() - Method in class com.communote.server.api.core.image.ImageProvider
-
Get the timestamp of the last modification of the default image resource.
- getDefaultImageVersionString() - Method in class com.communote.server.api.core.image.ImageProvider
-
The version string of the default image.
- getDefaultImageVersionString() - Method in class com.communote.server.core.image.HttpExternalImageProvider
-
- getDefaultImageVersionString() - Method in class com.communote.server.core.image.type.EntityImageProvider
-
- getDefaultKey() - Method in class com.communote.server.web.commons.view.velocity.ClassBasedToolConfiguration
-
- getDefaultLanguage() - Method in class com.communote.server.api.core.config.ClientConfigurationProperties
-
Get default locale
if default language is null or not a valid language code return english
- getDefaultLanguage() - Static method in class com.communote.server.persistence.user.client.ClientHelper
-
Return the default language defined in the client configuration properties
- getDefaultLanguage() - Method in class com.communote.server.persistence.user.ExternalUserVO
-
The default language is used if the external user is not yet created.
- getDefaultLanguage() - Method in class com.communote.server.web.fe.portal.user.client.forms.ClientUserManagementSettingsForm
-
- getDefaultName() - Method in class com.communote.plugins.api.rest.resource.tag.EditTagParameter
-
Returns the DefaultName.
- getDefaultName() - Method in class com.communote.plugins.api.rest.resource.tag.GetTagParameter
-
Returns the DefaultName.
- getDefaultName() - Method in class com.communote.plugins.api.rest.resource.tag.TagResource
-
Returns the DefaultName.
- getDefaultName() - Method in class com.communote.plugins.api.rest.v22.resource.tag.EditTagParameter
-
Returns the DefaultName.
- getDefaultName() - Method in class com.communote.plugins.api.rest.v22.resource.tag.GetTagParameter
-
Returns the DefaultName.
- getDefaultName() - Method in class com.communote.plugins.api.rest.v22.resource.tag.TagResource
-
Returns the DefaultName.
- getDefaultName() - Method in class com.communote.plugins.api.rest.v24.resource.tag.EditTagParameter
-
Returns the DefaultName.
- getDefaultName() - Method in class com.communote.plugins.api.rest.v24.resource.tag.GetTagParameter
-
Returns the DefaultName.
- getDefaultName() - Method in class com.communote.plugins.api.rest.v24.resource.tag.TagResource
-
Returns the DefaultName.
- getDefaultName() - Method in class com.communote.plugins.api.rest.v30.resource.tag.EditTagParameter
-
Returns the DefaultName.
- getDefaultName() - Method in class com.communote.plugins.api.rest.v30.resource.tag.GetTagParameter
-
Returns the DefaultName.
- getDefaultName() - Method in class com.communote.plugins.api.rest.v30.resource.tag.TagResource
-
Returns the DefaultName.
- getDefaultName() - Method in class com.communote.plugins.mq.message.core.data.tag.Tag
-
- getDefaultName() - Method in class com.communote.plugins.mq.message.core.util.TagMemberAccessor
-
- getDefaultName() - Method in class com.communote.server.api.core.tag.TagData
-
- getDefaultName() - Method in class com.communote.server.model.tag.Tag
-
- getDefaultPagingMessageKeySuffix() - Method in class com.communote.server.web.fe.widgets.AbstractPagedListWidget
-
Returns 'default'
- getDefaultPagingMessageKeySuffix() - Method in class com.communote.server.web.fe.widgets.blog.BlogListWidget
-
returns 'blog'
- getDefaultPagingMessageKeySuffix() - Method in class com.communote.server.web.fe.widgets.management.user.UserManagementListWidget
-
returns 'user'
- getDefaultPagingMessageKeySuffix() - Method in interface com.communote.server.web.fe.widgets.PagedWidget
-
Returns the default message key suffix for creating a tooltip to the paging navigation.
- getDefaultPagingMessageKeySuffix() - Method in class com.communote.server.web.fe.widgets.user.AuthorFilterWidget
-
returns 'user'
- getDefaultPort() - Method in class com.communote.server.api.core.config.database.DatabaseType
-
- getDefaultProtocolSeperator() - Method in class com.communote.server.api.core.config.database.DatabaseType
-
- getDefaultRepositoryConnector() - Method in interface com.communote.server.core.crc.RepositoryConnectorDelegate
-
Returns the default repository
- getDefaultRepositoryConnector() - Method in class com.communote.server.core.crc.RepositoryConnectorDelegateBase
-
- getDefaultRequestConfig() - Method in class com.communote.server.core.image.HttpExternalImageProvider
-
Prepare and return a request configuration that is used as default for all requests started
by the shared HttpClient instance.
- getDefaults() - Method in class com.communote.server.core.vo.user.preferences.UserInterfaceUserPreference
-
- getDefaults() - Method in class com.communote.server.core.vo.user.preferences.UserPreference
-
Return the default values of this preference as a map.
- getDefaultTagParser() - Method in class com.communote.server.core.tag.TagParserFactory
-
The default tag parser to use
- getDefaultTagStoreId() - Method in enum com.communote.server.api.core.tag.TagStoreType.Types
-
- getDefaultUserSignature(User) - Static method in class com.communote.server.core.user.helper.UserNameHelper
-
Get the default username of the user which is "'SALUATAION' 'FIRSTNAME' 'LASTNAME'".
- getDefaultUserSignature(UserData) - Static method in class com.communote.server.core.user.helper.UserNameHelper
-
Get the complete signature of the user which is "'SALUATAION' 'FIRSTNAME' 'LASTNAME'".
- getDefinition(String) - Method in class com.communote.server.core.template.NoteTemplateService
-
Return the template definition for the given ID or null if there is none.
- getDefinitions() - Method in class com.communote.server.web.commons.resource.ResourceExtension
-
Return the definitions of categories for resources.
- getDepth() - Method in class com.communote.plugins.api.rest.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
Returns the Depth.
- getDepth() - Method in class com.communote.plugins.api.rest.resource.timelinenote.timelinenotediscussion.TimelineNoteDiscussionResource
-
Returns the Depth.
- getDepth() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
Returns the Depth.
- getDepth() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotediscussion.TimelineNoteDiscussionResource
-
Returns the Depth.
- getDepth() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
Returns the Depth.
- getDepth() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotediscussion.TimelineNoteDiscussionResource
-
Returns the Depth.
- getDepth() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
Returns the Depth.
- getDepth() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotediscussion.TimelineNoteDiscussionResource
-
Returns the Depth.
- getDescription() - Method in class com.communote.plugins.activity.base.data.ActivityDefinition
-
- getDescription() - Method in class com.communote.plugins.api.rest.resource.tag.EditTagParameter
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.resource.tag.GetTagParameter
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.resource.tag.TagResource
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.resource.tagstoretaglist.tagstoretag.TagStoreTagResource
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.resource.topic.CreateTopicParameter
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.resource.topic.EditTopicParameter
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.resource.topic.GetCollectionTopicParameter
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.resource.topic.GetTopicParameter
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.resource.topic.TopicResource
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.v22.resource.tag.EditTagParameter
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.v22.resource.tag.GetTagParameter
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.v22.resource.tag.TagResource
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.tagstoretag.TagStoreTagResource
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.v22.resource.topic.CreateTopicParameter
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.v22.resource.topic.EditTopicParameter
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetCollectionTopicParameter
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetTopicParameter
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.v22.resource.topic.TopicResource
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.v24.resource.tag.EditTagParameter
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.v24.resource.tag.GetTagParameter
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.v24.resource.tag.TagResource
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.tagstoretag.TagStoreTagResource
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.v24.resource.topic.CreateTopicParameter
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.v24.resource.topic.EditTopicParameter
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetTopicParameter
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.v24.resource.topic.TopicResource
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.v30.resource.group.GetGroupParameter
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.v30.resource.group.GroupResource
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.v30.resource.tag.EditTagParameter
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.v30.resource.tag.GetTagParameter
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.v30.resource.tag.TagResource
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.tagstoretag.TagStoreTagResource
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.v30.resource.topic.CreateTopicParameter
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.v30.resource.topic.EditTopicParameter
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetTopicParameter
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Returns the Description.
- getDescription() - Method in class com.communote.plugins.mq.message.core.data.tag.Tag
-
Gets the default description.
- getDescription() - Method in class com.communote.plugins.mq.message.core.data.topic.Topic
-
Gets the description.
- getDescription() - Method in class com.communote.server.api.core.blog.BlogData
-
- getDescription() - Method in class com.communote.server.api.core.blog.BlogTO
-
- getDescription() - Method in class com.communote.server.api.core.tag.TagData
-
- getDescription() - Method in interface com.communote.server.core.messaging.connector.MessagerConnector
-
Returns a description for this messager.
- getDescription() - Method in class com.communote.server.core.messaging.connectors.xmpp.XMPPConnector
-
Returns a description for this messager.
- getDescription() - Method in class com.communote.server.core.vo.tag.GlobalTagCategoryVO
-
- getDescription() - Method in class com.communote.server.core.vo.user.group.GroupVO
-
A description of the group.
- getDescription() - Method in class com.communote.server.model.blog.Blog
-
The description of the blog.
- getDescription() - Method in class com.communote.server.model.tag.AbstractTagCategory
-
- getDescription() - Method in class com.communote.server.model.user.group.Group
-
A short description of the group.
- getDescription() - Method in class com.communote.server.web.fe.portal.blog.forms.BlogManagementForm
-
- getDescriptions() - Method in class com.communote.plugins.mq.message.core.util.TagMemberAccessor
-
- getDescriptions() - Method in class com.communote.server.model.tag.Tag
-
- getDestination() - Method in class com.communote.plugins.mq.adapter.activemq.ActiveMQAdapter
-
- getDestination() - Method in interface com.communote.plugins.mq.provider.jms.JMSAdapter
-
- getDetailedUserSignature(User) - Static method in class com.communote.server.core.user.helper.UserNameHelper
-
- getDetailedUserSignature(String, String, String) - Static method in class com.communote.server.core.user.helper.UserNameHelper
-
Returns the string containing "'FIRSTNAME' 'LASTNAME' ('ALIAS')".
- getDetailedUserSignature(UserData) - Static method in class com.communote.server.core.user.helper.UserNameHelper
-
Returns the string containing "'FIRSTNAME' 'LASTNAME' ('ALIAS')".
- getDevelopmentProperties() - Method in interface com.communote.server.api.core.config.ConfigurationManager
-
Returns the development properties of the running instance.
- getDevelopmentProperties() - Method in class com.communote.server.core.config.ConfigurationPropertiesManager
-
- getDialectClassName() - Method in class com.communote.server.api.core.config.database.DatabaseType
-
The hibernate dialect class name as string assigned to the constant.
- getDirectUsers() - Method in class com.communote.server.model.note.Note
-
- getDisabledUntilTimestamp() - Method in class com.communote.server.core.image.HttpExternalImageProvider
-
- getDiscussion() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the Discussion.
- getDiscussion() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetTimelineNoteParameter
-
Returns the Discussion.
- getDiscussion(NoteData) - Static method in class com.communote.plugins.api.rest.resource.timelinenote.TimelineNoteHelper
-
Converts the discussion details of a note list data object into the appropriate resource
object
- getDiscussion() - Method in class com.communote.plugins.api.rest.resource.timelinenote.TimelineNoteResource
-
Returns the Discussion.
- getDiscussion() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the Discussion.
- getDiscussion() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetTimelineNoteParameter
-
Returns the Discussion.
- getDiscussion(NoteData) - Static method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteHelper
-
Converts the discussion details of a note list data object into the appropriate resource
object
- getDiscussion() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteResource
-
Returns the Discussion.
- getDiscussion() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the Discussion.
- getDiscussion() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
Returns the Discussion.
- getDiscussion(NoteData) - Static method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteHelper
-
Converts the discussion details of a note list data object into the appropriate resource
object
- getDiscussion() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
Returns the Discussion.
- getDiscussion() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the Discussion.
- getDiscussion() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the Discussion.
- getDiscussion() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
Returns the Discussion.
- getDiscussion(NoteData) - Static method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteHelper
-
Converts the discussion details of a note list data object into the appropriate resource
object
- getDiscussion() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
Returns the Discussion.
- getDiscussion() - Method in class com.communote.server.web.api.to.listitem.v1_0_1.DetailPostListItem
-
- getDiscussionDepth() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the DiscussionDepth.
- getDiscussionDepth() - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Returns the DiscussionDepth.
- getDiscussionDepth() - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Returns the DiscussionDepth.
- getDiscussionDepth() - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Returns the DiscussionDepth.
- getDiscussionDepth() - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Returns the DiscussionDepth.
- getDiscussionDepth() - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Returns the DiscussionDepth.
- getDiscussionDepth() - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Returns the DiscussionDepth.
- getDiscussionDepth() - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Returns the DiscussionDepth.
- getDiscussionDepth() - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Returns the DiscussionDepth.
- getDiscussionDepth() - Method in class com.communote.server.api.core.note.NoteData
-
- getDiscussionDepth() - Method in class com.communote.server.web.api.to.listitem.DiscussionListItem
-
- getDiscussionFilterMode() - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
The discussion filter mode that should be used for getting results.
- getDiscussionFilterModeForFiltering() - Method in class com.communote.server.core.vo.query.post.NoteQueryParameters
-
The discussion filter mode that should be used for filtering.
- getDiscussionFilterModeForFiltering() - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
The discussion filter mode that should be used for filtering.
- getDiscussionId() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the DiscussionId.
- getDiscussionId() - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Returns the DiscussionId.
- getDiscussionId() - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Returns the DiscussionId.
- getDiscussionId() - Method in class com.communote.plugins.api.rest.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
Returns the DiscussionId.
- getDiscussionId() - Method in class com.communote.plugins.api.rest.resource.timelinenote.timelinenotediscussion.TimelineNoteDiscussionResource
-
Returns the DiscussionId.
- getDiscussionId() - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Returns the DiscussionId.
- getDiscussionId() - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Returns the DiscussionId.
- getDiscussionId() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
Returns the DiscussionId.
- getDiscussionId() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotediscussion.TimelineNoteDiscussionResource
-
Returns the DiscussionId.
- getDiscussionId() - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Returns the DiscussionId.
- getDiscussionId() - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Returns the DiscussionId.
- getDiscussionId() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
Returns the DiscussionId.
- getDiscussionId() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotediscussion.TimelineNoteDiscussionResource
-
Returns the DiscussionId.
- getDiscussionId() - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Returns the DiscussionId.
- getDiscussionId() - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Returns the DiscussionId.
- getDiscussionId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
Returns the DiscussionId.
- getDiscussionId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotediscussion.TimelineNoteDiscussionResource
-
Returns the DiscussionId.
- getDiscussionId() - Method in class com.communote.server.api.core.note.NoteData
-
- getDiscussionId() - Method in class com.communote.server.core.blog.DiscussionChangedEvent
-
- getDiscussionId(Long) - Method in interface com.communote.server.core.blog.NoteManagement
-
Returns the ID of the discussion the note is part of.
- getDiscussionId(Long) - Method in class com.communote.server.core.blog.NoteManagementBase
-
Returns the ID of the discussion the note is part of.
- getDiscussionId() - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
- getDiscussionId() - Method in class com.communote.server.model.note.Note
-
The ID of the fist parent within a discussion.
- getDiscussionId(Long) - Method in class com.communote.server.service.NoteService
-
Returns the ID of the discussion the note is part of.
- getDiscussionId() - Method in class com.communote.server.web.api.to.listitem.DiscussionListItem
-
- getDiscussionLink(String, Long, boolean) - Method in class com.communote.server.core.blog.export.DefaultPermalinkGenerator
-
throws UnsupportedOperationException
- getDiscussionNoteCount(Long, User) - Method in class com.communote.server.core.blog.DiscussionDetailsRetriever
-
Returns the number of notes in a discussion.
- getDiscussionNotes(long, boolean, Locale) - Method in class com.communote.server.web.fe.widgets.blog.ChronologicalPostListWidget
-
Helper which fetches the notes of a discussion and returns them a style dependent of the
selected view.
- getDiscussionPath() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the DiscussionPath.
- getDiscussionPath() - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Returns the DiscussionPath.
- getDiscussionPath() - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Returns the DiscussionPath.
- getDiscussionPath() - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Returns the DiscussionPath.
- getDiscussionPath() - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Returns the DiscussionPath.
- getDiscussionPath() - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Returns the DiscussionPath.
- getDiscussionPath() - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Returns the DiscussionPath.
- getDiscussionPath() - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Returns the DiscussionPath.
- getDiscussionPath() - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Returns the DiscussionPath.
- getDiscussionPath() - Method in class com.communote.server.api.core.note.NoteData
-
- getDiscussionPath() - Method in class com.communote.server.model.note.Note
-
The discussion path of the format /parent_parent_id/parent_id/my_id
- getDiscussionTitle(NoteData, Locale) - Method in class com.communote.server.web.fe.widgets.blog.ChronologicalPostListWidget
-
Get the discussion title for the note (e.g.
- getDispatchedMessagesCount() - Method in class com.communote.plugins.mq.provider.activemq.monitor.data.BrokerQueue
-
- getDispatchedMessagesCount() - Method in class com.communote.plugins.mq.provider.activemq.monitor.data.MessageHandlerMQConsumer
-
- getDispatcherType() - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
-
- getDisplayName() - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.GetCollectionRoleParameter
-
Returns the DisplayName.
- getDisplayName() - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.RoleResource
-
Returns the DisplayName.
- getDisplayName() - Method in class com.communote.server.core.filter.listitems.blog.member.EntityGroupListItem
- getDisplayName() - Method in class com.communote.server.core.filter.listitems.blog.member.UserListItem
- getDisplayName(CommunoteEntity) - Static method in class com.communote.server.core.user.helper.CommunoteEntityHelper
-
Returns a human readable name for the entity.
- getDisplayName() - Method in interface com.communote.server.persistence.DisplayName
-
- getDisplayNameForExternalObject(HttpServletRequest, String) - Method in class com.communote.server.core.common.velocity.CommunoteTool
-
Get the display name for an external object linked to an topic.
- getDn() - Method in exception com.communote.server.core.common.ldap.RequiredAttributeNotContainedException
-
Returns the dn for the entity the attribute is missing.
- getDomain() - Method in class com.communote.server.core.common.ldap.caching.LdapServerCacheKey
-
- getDomain() - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
- getDouble(String) - Static method in class com.communote.plugins.api.rest.servlet.RequestListParser
-
Converts a string value to a Double.
- getDouble(String) - Static method in class com.communote.plugins.api.rest.v22.servlet.RequestListParser
-
Converts a string value to a Double.
- getDouble(String) - Static method in class com.communote.plugins.api.rest.v24.servlet.RequestListParser
-
Converts a string value to a Double.
- getDouble(String) - Static method in class com.communote.plugins.api.rest.v30.servlet.RequestListParser
-
Converts a string value to a Double.
- getDriverClassName() - Method in class com.communote.server.api.core.config.database.DatabaseType
-
The driver class name as string assigned to the constant.
- getEffectiveUserTimeZone() - Method in class com.communote.server.api.core.user.DetailedUserData
-
- getEffectiveUserTimeZone() - Static method in class com.communote.server.core.user.UserManagementHelper
-
Gets the effective time zone for the currently logged in user.
If no time zone exists for the user, this method returns the client time zone as fall back.
If no time zone exists for the client, this method returns the system time zone as fall back.
- getEffectiveUserTimeZone(Long) - Static method in class com.communote.server.core.user.UserManagementHelper
-
Gets the effective time zone for the user.
If no time zone exists for the user, this method returns the client time zone as fall back.
If no time zone exists for the client, this method returns the system time zone as fall back.
- getEffectiveUserTimeZone(Long, TimeZone) - Static method in class com.communote.server.core.user.UserManagementHelper
-
Gets the effective time zone for the user.
If no time zone exists for the user, this method returns the client time zone as fall back.
If no time zone exists for the client, this method returns the defined time zone as fall
back.
- getEffectiveUserTimeZone(TimeZone) - Static method in class com.communote.server.core.user.UserManagementHelper
-
Gets the effective time zone for the currently logged in user.
If no time zone exists for the user, this method returns the client time zone as fall back.
If no time zone exists for the client, this method returns the defined time zone as fall
back.
- getEhCacheConfigFile() - Method in class com.communote.server.core.common.caching.eh.DefaultEhCacheConfigurer
-
Returns the location of the default Ehcache configuration XML file as a URL.
- getElement() - Method in class com.communote.server.core.common.caching.CacheElementWrapper
-
- getElementCountInMemory() - Method in class com.communote.server.external.hibernate.ClientDelegateCache
- getElementCountOnDisk() - Method in class com.communote.server.external.hibernate.ClientDelegateCache
- getElementName() - Method in class com.communote.server.core.messaging.connectors.xmpp.AliasPacketExtension
- getElementsPerPage() - Method in class com.communote.common.paging.PageInformation
-
Get the number of elements of the page
- getEmail() - Method in class com.communote.server.api.core.user.UserData
-
Get the email of user
- getEmail() - Method in class com.communote.server.api.core.user.UserVO
-
- getEmail() - Method in class com.communote.server.core.filter.listitems.UserProfileDetailListItem
-
- getEmail() - Method in class com.communote.server.model.user.User
-
The email of the user
- getEmail() - Method in class com.communote.server.persistence.user.InviteUserForm
-
Gets the email.
- getEmail() - Method in class com.communote.server.web.fe.portal.user.forms.ForgottenPWForm
-
- getEmail() - Method in class com.communote.server.web.fe.portal.user.forms.RegistrationForm
-
Gets the email.
- getEmailAddress() - Method in exception com.communote.server.core.mail.InvalidRecipientMailAddressException
-
- getEmailAlias() - Method in class com.communote.server.persistence.user.InviteUserForm
-
Gets the email alias.
- getEmailErrorField(List<String>) - Method in class com.communote.server.web.fe.portal.user.client.controller.AbstractUserInviteController
-
- getEnabled() - Method in class com.communote.server.web.fe.portal.user.client.forms.IpRangeFilterChannelType
-
Return whether the given filter channel type is enabled
- getEnabled() - Method in class com.communote.server.web.fe.portal.user.client.forms.IpRangeFilterItem
-
Is filter enabled
- getEnabled() - Method in class com.communote.server.web.fe.portal.user.system.communication.XmppForm
-
- getEnd() - Method in class com.communote.server.model.security.IpRange
-
- getEndpointName() - Method in class com.communote.plugins.webservice.CommunoteWebServiceDefinition
-
- getEndTime() - Method in class com.communote.server.core.filter.listitems.TimeRangeListItem
-
- getEndValue() - Method in class com.communote.server.model.security.IpRange
-
- getEntity() - Method in class com.communote.plugins.mq.message.core.data.role.ExternalTopicRole
-
- getEntity(Long) - Method in class com.communote.server.api.core.security.permission.BasePermissionManagement
-
Returns the entity for the given id.
- getEntity() - Method in class com.communote.server.core.filter.listitems.blog.member.BlogRoleEntityListItem
-
- getEntity(Long) - Method in class com.communote.server.core.permission.NotePermissionManagementImpl
-
Returns the entity for the given id.
- getEntity(Long) - Method in class com.communote.server.core.permission.TopicPermissionManagementImpl
-
Returns the entity for the given id.
- getEntityAlias() - Method in class com.communote.plugins.mq.message.core.data.user.BaseEntity
-
- getEntityAlias() - Method in class com.communote.server.core.vo.external.ExternalTopicRoleTO
-
Alias of user or group.
- getEntityId() - Method in class com.communote.plugins.api.rest.resource.topic.role.CreateRoleParameter
-
Returns the EntityId.
- getEntityId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.role.CreateRoleParameter
-
Returns the EntityId.
- getEntityId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.role.RoleResource
-
Returns the EntityId.
- getEntityId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.role.CreateRoleParameter
-
Returns the EntityId.
- getEntityId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.role.RoleResource
-
Returns the EntityId.
- getEntityId() - Method in class com.communote.plugins.api.rest.v30.resource.group.member.GetCollectionMemberParameter
-
Returns the EntityId.
- getEntityId() - Method in class com.communote.plugins.api.rest.v30.resource.group.member.MemberResource
-
Returns the EntityId.
- getEntityId() - Method in class com.communote.plugins.api.rest.v30.resource.lastmodificationdate.GetCollectionLastModificationDateParameter
-
Returns the EntityId.
- getEntityId() - Method in class com.communote.plugins.api.rest.v30.resource.lastmodificationdate.LastModificationDateResource
-
Returns the EntityId.
- getEntityId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.CreateRoleParameter
-
Returns the EntityId.
- getEntityId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.GetCollectionRoleParameter
-
Returns the EntityId.
- getEntityId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.RoleResource
-
Returns the EntityId.
- getEntityId() - Method in class com.communote.plugins.mq.message.core.data.user.BaseEntity
-
- getEntityId() - Method in class com.communote.server.core.blog.events.UserToTopicRoleMappingChangedEvent
-
- getEntityId() - Method in class com.communote.server.core.filter.listitems.blog.member.CommunoteEntityData
-
- getEntityId() - Method in class com.communote.server.core.vo.external.ExternalTopicRoleTO
-
Identifier of user or group.
- getEntityId() - Method in class com.communote.server.persistence.lastmodifieddate.LastModificationDate
-
- getEntityTagSuggestions(boolean, String, String, String, HttpServletRequest) - Method in class com.communote.server.core.common.velocity.TagTool
-
Create a serialized JSON array of objects that describe the available tag suggestions for
entity tag stores.
- getEntry(String) - Method in class com.communote.common.menu.SubmenuBuilder
-
Return an entry by its ID.
- getEntry() - Method in class com.communote.server.web.fe.admin.AdministrationMenuEntryDetails
-
- getEntry(String, String) - Method in class com.communote.server.web.fe.admin.AdministrationMenuManager
-
Get an entry of a given category.
- getERole(BlogRole) - Static method in class com.communote.plugins.api.rest.v30.resource.topic.role.RoleResourceHelper
-
Convert blog role to rest api resource role
- getErrorCause() - Method in class com.communote.server.core.exception.Reason
-
- getErrorCause() - Method in class com.communote.server.core.vo.blog.NoteModificationResult
-
- getErrorCode() - Method in exception com.communote.plugins.core.views.ViewControllerException
-
- getErrorCode() - Method in class com.communote.server.core.exception.Status
-
- getErrorField() - Method in class com.communote.plugins.mq.message.base.data.status.Error
-
- getErrorField() - Method in class com.communote.server.core.exception.Reason
-
- getErrorField() - Method in class com.communote.server.persistence.user.InvitationField
-
- getErrorFields(String) - Method in class com.communote.server.web.fe.portal.user.client.controller.AbstractUserInviteController
-
- getErrorMessage(E) - Method in class com.communote.plugins.api.rest.service.exception.AbstractExceptionMapper
-
Get the message of the exception in mapper.
- getErrorMessage(AuthenticationException) - Method in class com.communote.plugins.api.rest.service.exception.AuthenticationExceptionMapper
-
- getErrorMessage(AuthorizationException) - Method in class com.communote.plugins.api.rest.service.exception.AuthorizationExceptionMapper
-
- getErrorMessage(BlogAccessException) - Method in class com.communote.plugins.api.rest.service.exception.BlogAccessExceptionMapper
-
Get the message of the exception in mapper.
- getErrorMessage(BlogIdentifierValidationException) - Method in class com.communote.plugins.api.rest.service.exception.BlogIdentifierValidationExceptionMapper
-
Get the message of the exception in mapper.
- getErrorMessage(BlogNotFoundException) - Method in class com.communote.plugins.api.rest.service.exception.BlogNotFoundExceptionMapper
-
Get the message of the exception in mapper.
- getErrorMessage(BlogValidationException) - Method in class com.communote.plugins.api.rest.service.exception.BlogValidationExceptionMapper
-
- getErrorMessage(CommunoteEntityNotFoundException) - Method in class com.communote.plugins.api.rest.service.exception.CommunoteEntityNotFoundExceptionMapper
-
- getErrorMessage(Exception) - Method in class com.communote.plugins.api.rest.service.exception.ExceptionMapper
-
Get the message of the exception in mapper.
- getErrorMessage(ExtensionNotSupportedException) - Method in class com.communote.plugins.api.rest.service.exception.ExtensionNotSupportedExceptionMapper
-
Get the message of the exception in mapper.
- getErrorMessage(IllegalArgumentException) - Method in class com.communote.plugins.api.rest.service.exception.IllegalArgumentExceptionMapper
-
Get the message of the exception in mapper.
- getErrorMessage(IllegalRequestParameterException) - Method in class com.communote.plugins.api.rest.service.exception.IllegalRequestParameterExceptionMapper
-
Get the message of the exception in mapper.
- getErrorMessage(JsonMappingException) - Method in class com.communote.plugins.api.rest.service.exception.JsonMappingExceptionMapper
-
Get the message of the exception in mapper.
- getErrorMessage(JsonParseException) - Method in class com.communote.plugins.api.rest.service.exception.JsonParseExceptionMapper
-
Get the message of the exception in mapper.
- getErrorMessage(MaxLengthReachedException) - Method in class com.communote.plugins.api.rest.service.exception.MaxLengthReachedExceptionMapper
-
Get the message of the exception in mapper.
- getErrorMessage(NoBlogManagerLeftException) - Method in class com.communote.plugins.api.rest.service.exception.NoBlogManagerLeftExceptionMapper
-
- getErrorMessage(NonUniqueBlogIdentifierException) - Method in class com.communote.plugins.api.rest.service.exception.NonUniqueBlogIdentifierExceptionMapper
-
Get the message of the exception in mapper.
- getErrorMessage(NoteManagementAuthorizationException) - Method in class com.communote.plugins.api.rest.service.exception.NoteManagementAuthorizationExceptionMapper
-
Get the message of the exception in mapper.
- getErrorMessage(NoteManagementException) - Method in class com.communote.plugins.api.rest.service.exception.NoteManagementExceptionMapper
-
Get the message of the exception in mapper.
- getErrorMessage(NoteNotFoundException) - Method in class com.communote.plugins.api.rest.service.exception.NoteNotFoundExceptionMapper
-
- getErrorMessage(NoteStoringPreProcessorException) - Method in class com.communote.plugins.api.rest.service.exception.NotePreProcessorExceptionMapper
-
- getErrorMessage(NotFoundException) - Method in class com.communote.plugins.api.rest.service.exception.NotFoundExceptionMapper
-
- getErrorMessage(ParameterValidationException) - Method in class com.communote.plugins.api.rest.service.exception.ParameterValidationExceptionMapper
-
- getErrorMessage(ResponseBuildException) - Method in class com.communote.plugins.api.rest.service.exception.ResponseBuildExceptionMapper
-
Get the message of the exception in mapper.
- getErrorMessage(RestApiIllegalRequestParameterException) - Method in class com.communote.plugins.api.rest.service.exception.RestApiIllegalRequestParameterExceptionMapper
-
- getErrorMessage() - Method in class com.communote.plugins.mq.message.base.data.status.Error
-
- getErrorMessage() - Method in class com.communote.server.core.exception.Reason
-
- getErrorMessage(String) - Method in class com.communote.server.web.fe.portal.AbstractFormBean
-
Deprecated.
get the error message for a certain form field
- getErrorMessage() - Method in class com.communote.server.web.fe.portal.controller.SecurityCodeConfirmationResult
-
- getErrors() - Method in exception com.communote.plugins.api.rest.resource.validation.ParameterValidationException
-
- getErrors() - Method in class com.communote.plugins.api.rest.to.ApiResult
-
- getErrors() - Method in exception com.communote.plugins.api.rest.v22.resource.validation.ParameterValidationException
-
- getErrors() - Method in class com.communote.plugins.api.rest.v22.to.ApiResult
-
- getErrors() - Method in exception com.communote.plugins.api.rest.v24.resource.validation.ParameterValidationException
-
- getErrors() - Method in class com.communote.plugins.api.rest.v24.to.ApiResult
-
- getErrors() - Method in exception com.communote.plugins.api.rest.v30.resource.validation.ParameterValidationException
-
- getErrors() - Method in class com.communote.plugins.api.rest.v30.to.ApiResult
-
- getErrors() - Method in class com.communote.plugins.mq.message.base.data.status.Status
-
- getErrors() - Method in class com.communote.server.core.exception.Status
-
- getErrorView() - Method in class com.communote.server.web.fe.installer.controller.InstallationController
-
- getErrorView() - Method in class com.communote.server.web.fe.portal.user.controller.ConfirmUserController
-
Gets the error view.
- getException() - Method in class com.communote.plugins.api.rest.to.ApiResultError
-
- getException() - Method in class com.communote.plugins.api.rest.v22.to.ApiResultError
-
- getException() - Method in class com.communote.plugins.api.rest.v24.to.ApiResultError
-
- getException() - Method in class com.communote.plugins.api.rest.v30.to.ApiResultError
-
- getExceptionClass() - Method in class com.communote.plugins.api.rest.v22.service.exception.mapper.ExtensionNotSupportedExceptionMapper
- getExceptionClass() - Method in class com.communote.plugins.api.rest.v22.service.exception.mapper.ParameterValidationExceptionMapper
- getExceptionClass() - Method in class com.communote.plugins.api.rest.v22.service.exception.mapper.ResponseBuildExceptionMapper
- getExceptionClass() - Method in class com.communote.plugins.api.rest.v22.service.exception.mapper.RestApiIllegalRequestParameterExceptionMapper
- getExceptionClass() - Method in class com.communote.plugins.api.rest.v24.resource.attachment.AttachmentIsEmptyExceptionMapper
- getExceptionClass() - Method in class com.communote.plugins.api.rest.v24.resource.attachment.preview.NoPreviewAvailableExceptionMapper
- getExceptionClass() - Method in class com.communote.plugins.api.rest.v24.service.exception.mapper.ExtensionNotSupportedExceptionMapper
- getExceptionClass() - Method in class com.communote.plugins.api.rest.v24.service.exception.mapper.IllegalRequestParameterExceptionMapper
- getExceptionClass() - Method in class com.communote.plugins.api.rest.v24.service.exception.mapper.ParameterValidationExceptionMapper
- getExceptionClass() - Method in class com.communote.plugins.api.rest.v24.service.exception.mapper.ResponseBuildExceptionMapper
- getExceptionClass() - Method in class com.communote.plugins.api.rest.v24.service.exception.mapper.RestApiIllegalRequestParameterExceptionMapper
- getExceptionClass() - Method in class com.communote.plugins.api.rest.v30.resource.attachment.AttachmentIsEmptyExceptionMapper
- getExceptionClass() - Method in class com.communote.plugins.api.rest.v30.resource.attachment.preview.NoPreviewAvailableExceptionMapper
- getExceptionClass() - Method in class com.communote.plugins.api.rest.v30.service.exception.mapper.ExtensionNotSupportedExceptionMapper
- getExceptionClass() - Method in class com.communote.plugins.api.rest.v30.service.exception.mapper.IllegalRequestParameterExceptionMapper
- getExceptionClass() - Method in class com.communote.plugins.api.rest.v30.service.exception.mapper.ParameterValidationExceptionMapper
- getExceptionClass() - Method in class com.communote.plugins.api.rest.v30.service.exception.mapper.ResponseBuildExceptionMapper
- getExceptionClass() - Method in class com.communote.plugins.api.rest.v30.service.exception.mapper.RestApiIllegalRequestParameterExceptionMapper
- getExceptionClass() - Method in class com.communote.plugins.mq.message.core.handler.exceptionmapper.NoNoteSpecifiedExceptionMapper
-
- getExceptionClass() - Method in class com.communote.plugins.mq.message.core.handler.exceptionmapper.NoTopicIdentifierSpecifiedExceptionMapper
-
- getExceptionClass() - Method in class com.communote.plugins.mq.message.core.handler.exceptionmapper.NoTopicSpecifiedExceptionMapper
-
- getExceptionClass() - Method in class com.communote.plugins.mq.service.exception.MessageParsingExceptionMapper
- getExceptionClass() - Method in class com.communote.plugins.mq.service.exception.MessageValidationExceptionMapper
- getExceptionClass() - Method in class com.communote.server.core.exception.AbstractExceptionMapper
-
- getExceptionClass() - Method in interface com.communote.server.core.exception.ExceptionMapper
-
- getExceptionClass() - Method in class com.communote.server.core.exception.mapper.AuthenticationExceptionMapper
- getExceptionClass() - Method in class com.communote.server.core.exception.mapper.AuthorizationExceptionMapper
- getExceptionClass() - Method in class com.communote.server.core.exception.mapper.BlogAccessExceptionMapper
- getExceptionClass() - Method in class com.communote.server.core.exception.mapper.BlogIdentifierValidationExceptionMapper
- getExceptionClass() - Method in class com.communote.server.core.exception.mapper.BlogManagementExceptionMapper
-
- getExceptionClass() - Method in class com.communote.server.core.exception.mapper.BlogNotFoundExceptionMapper
- getExceptionClass() - Method in class com.communote.server.core.exception.mapper.BlogValidationExceptionMapper
- getExceptionClass() - Method in class com.communote.server.core.exception.mapper.CommunoteEntityNotFoundExceptionMapper
- getExceptionClass() - Method in class com.communote.server.core.exception.mapper.ExceptionExceptionMapper
- getExceptionClass() - Method in class com.communote.server.core.exception.mapper.ExternalObjectAlreadyAssignedExceptionMapper
- getExceptionClass() - Method in class com.communote.server.core.exception.mapper.ExternalObjectNotAssignedExceptionMapper
- getExceptionClass() - Method in class com.communote.server.core.exception.mapper.ExternalSystemNotConfiguredExceptionMapper
- getExceptionClass() - Method in class com.communote.server.core.exception.mapper.GroupNotFoundExceptionMapper
- getExceptionClass() - Method in class com.communote.server.core.exception.mapper.IllegalArgumentExceptionMapper
- getExceptionClass() - Method in class com.communote.server.core.exception.mapper.JsonMappingExceptionMapper
- getExceptionClass() - Method in class com.communote.server.core.exception.mapper.JsonParseExceptionMapper
- getExceptionClass() - Method in class com.communote.server.core.exception.mapper.MaxLengthReachedExceptionMapper
- getExceptionClass() - Method in class com.communote.server.core.exception.mapper.MovingOfNonRootNotesNotAllowedExceptionMapper
-
- getExceptionClass() - Method in class com.communote.server.core.exception.mapper.NoBlogManagerLeftExceptionMapper
- getExceptionClass() - Method in class com.communote.server.core.exception.mapper.NonUniqueBlogIdentifierExceptionMapper
- getExceptionClass() - Method in class com.communote.server.core.exception.mapper.NoteManagementAuthorizationExceptionMapper
- getExceptionClass() - Method in class com.communote.server.core.exception.mapper.NoteManagementExceptionMapper
- getExceptionClass() - Method in class com.communote.server.core.exception.mapper.NoteNotFoundExceptionMapper
- getExceptionClass() - Method in class com.communote.server.core.exception.mapper.NotePreProcessorExceptionMapper
- getExceptionClass() - Method in class com.communote.server.core.exception.mapper.NotFoundExceptionMapper
- getExceptionClass() - Method in class com.communote.server.core.exception.mapper.ParentIsAlreadyChildDataIntegrityViolationExceptionMapper
-
- getExceptionClass() - Method in class com.communote.server.core.exception.mapper.SpringAccessDeniedExceptionMapper
- getExceptionClass() - Method in class com.communote.server.core.exception.mapper.SwitchUserNotAllowedExceptionMapper
- getExceptionClass() - Method in class com.communote.server.core.exception.mapper.TagNotFoundExceptionMapper
-
- getExceptionClass() - Method in class com.communote.server.core.exception.mapper.TooManyExternalObjectsPerTopicExceptionMapper
- getExceptionClass() - Method in class com.communote.server.core.exception.mapper.ToplevelTopicCannotBeChildExceptionMapper
-
- getExceptionClass() - Method in class com.communote.server.core.exception.mapper.ToplevelTopicIsAlreadyChildBlogManagementExceptionMapper
-
- getExceptionClass() - Method in class com.communote.server.core.exception.mapper.ToplevelTopicsDisabledBlogManagementExceptionMapper
-
- getExceptionClass() - Method in class com.communote.server.core.exception.mapper.UnexpectedAuthorizationExceptionMapper
- getExceptionClass() - Method in class com.communote.server.core.exception.mapper.UserActivationValidationExceptionMapper
- getExceptionMessage() - Method in class com.communote.plugins.api.rest.to.ApiResultError
-
- getExceptionMessage() - Method in class com.communote.plugins.api.rest.v22.to.ApiResultError
-
- getExceptionMessage() - Method in class com.communote.plugins.api.rest.v24.to.ApiResultError
-
- getExceptionMessage() - Method in class com.communote.plugins.api.rest.v30.to.ApiResultError
-
- getExcludedAssignedToBlogId() - Method in class com.communote.server.core.vo.query.user.CommunoteEntityQueryParameters
-
- getExcludedEntityId() - Method in class com.communote.server.core.vo.query.user.CommunoteEntityQueryParameters
-
- getExcludeNoteStatus() - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
- getExcludes(ChannelType) - Method in class com.communote.server.core.security.iprange.IpRangeFilterManagementImpl
-
Gets the excludes from database or cache.
- getExcludes() - Method in class com.communote.server.model.security.IpRangeFilter
-
- getExcludes() - Method in class com.communote.server.persistence.security.iprange.IpRangeFilterVO
-
- getExcludes() - Method in class com.communote.server.web.fe.portal.user.client.forms.IpRangeFilterItem
-
Return all defined excluded ip addresses
- getExcludeStatusFilter() - Method in class com.communote.server.core.vo.query.user.UserQueryParameters
-
- getExcludeTags() - Method in class com.communote.server.core.vo.tag.TagClearanceVO
-
- getExpectedInstanceName() - Method in exception com.communote.server.api.core.task.InvalidInstanceException
-
- getExpectedStatus() - Method in exception com.communote.server.api.core.task.TaskStatusException
-
- getExpirationTimeout() - Method in class com.communote.plugins.activity.base.data.ActivityConfiguration
-
- getExpirationTimeout() - Method in class com.communote.server.core.template.NoteTemplateDefinition
-
- getExporter(ExportFormat) - Static method in class com.communote.server.core.blog.export.NoteWriterFactory
-
- getExporter(String) - Static method in class com.communote.server.core.blog.export.NoteWriterFactory
-
- getExtensionManagement(Class<M>) - Method in class com.communote.server.web.fe.widgets.extension.WidgetExtensionManagementRepository
-
Return a registered extension management that matches the given type.
- getExtensions() - Method in class com.communote.server.web.commons.resource.ResourceExtension
-
Return the category names that should be extended with additional resources provided by the
plugin.
- getExtensions() - Method in class com.communote.server.web.commons.viewtool.AdministrationTool
-
- getExtensions() - Method in class com.communote.server.web.fe.admin.AdministrationMenuManager
-
- getExtensions() - Method in class com.communote.server.web.fe.widgets.extension.WidgetExtensionManagement
-
- getExtensions(String...) - Method in class com.communote.server.web.fe.widgets.type.ContentTypeWidgetExtensionManagement
-
Method to get all extensions for the given categeries.
- getExtention() - Method in exception com.communote.plugins.api.rest.exception.ExtensionNotSupportedException
-
Getting unsupported extension
- getExtention() - Method in exception com.communote.plugins.api.rest.v22.exception.ExtensionNotSupportedException
-
Getting unsupported extension
- getExtention() - Method in exception com.communote.plugins.api.rest.v24.exception.ExtensionNotSupportedException
-
Getting unsupported extension
- getExtention() - Method in exception com.communote.plugins.api.rest.v30.exception.ExtensionNotSupportedException
-
Getting unsupported extension
- getExternalAuthentications() - Method in class com.communote.server.model.user.User
-
- getExternalConfig(Class) - Method in class com.communote.server.model.config.Configuration
- getExternalConfig(Class) - Method in class com.communote.server.model.config.ConfigurationImpl
- getExternalEntityId() - Method in class com.communote.server.core.vo.external.ExternalTopicRoleTO
-
- getExternalExternalUserAuthentications(long) - Method in interface com.communote.server.core.user.UserManagement
-
- getExternalExternalUserAuthentications(long) - Method in class com.communote.server.core.user.UserManagementImpl
-
- getExternalGroupId() - Method in class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Returns the ExternalGroupId.
- getExternalGroupId() - Method in class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.rolebulkexternaltopicright.RoleBulkExternalTopicRightResource
-
Returns the ExternalGroupId.
- getExternalGroupId() - Method in class com.communote.plugins.api.rest.resource.topic.roleexternal.CreateRoleExternalParameter
-
Returns the ExternalGroupId.
- getExternalGroupId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Returns the ExternalGroupId.
- getExternalGroupId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.rolebulkexternaltopicright.RoleBulkExternalTopicRightResource
-
Returns the ExternalGroupId.
- getExternalGroupId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.CreateRoleExternalParameter
-
Returns the ExternalGroupId.
- getExternalGroupId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.RoleExternalResource
-
Returns the ExternalGroupId.
- getExternalGroupId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Returns the ExternalGroupId.
- getExternalGroupId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.rolebulkexternaltopicright.RoleBulkExternalTopicRightResource
-
Returns the ExternalGroupId.
- getExternalGroupId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.CreateRoleExternalParameter
-
Returns the ExternalGroupId.
- getExternalGroupId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.RoleExternalResource
-
Returns the ExternalGroupId.
- getExternalGroupId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Returns the ExternalGroupId.
- getExternalGroupId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.rolebulkexternaltopicright.RoleBulkExternalTopicRightResource
-
Returns the ExternalGroupId.
- getExternalGroupId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.CreateRoleExternalParameter
-
Returns the ExternalGroupId.
- getExternalGroupId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.RoleExternalResource
-
Returns the ExternalGroupId.
- getExternalId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.CreateExternalObjectParameter
-
Returns the ExternalId.
- getExternalId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.DeleteExternalObjectParameter
-
Returns the ExternalId.
- getExternalId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.EditExternalObjectParameter
-
Returns the ExternalId.
- getExternalId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.ExternalObjectResource
-
Returns the ExternalId.
- getExternalId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
Returns the ExternalId.
- getExternalId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.GetExternalObjectParameter
-
Returns the ExternalId.
- getExternalId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
Returns the ExternalId.
- getExternalId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.CreateRoleExternalParameter
-
Returns the ExternalId.
- getExternalId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.RoleExternalResource
-
Returns the ExternalId.
- getExternalId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.CreateExternalObjectParameter
-
Returns the ExternalId.
- getExternalId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.DeleteExternalObjectParameter
-
Returns the ExternalId.
- getExternalId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.EditExternalObjectParameter
-
Returns the ExternalId.
- getExternalId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.ExternalObjectResource
-
Returns the ExternalId.
- getExternalId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
Returns the ExternalId.
- getExternalId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.GetExternalObjectParameter
-
Returns the ExternalId.
- getExternalId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
Returns the ExternalId.
- getExternalId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.CreateRoleExternalParameter
-
Returns the ExternalId.
- getExternalId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.RoleExternalResource
-
Returns the ExternalId.
- getExternalId() - Method in class com.communote.plugins.api.rest.v30.resource.group.GetGroupParameter
-
Returns the ExternalId.
- getExternalId() - Method in class com.communote.plugins.api.rest.v30.resource.group.GroupResource
-
Returns the ExternalId.
- getExternalId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.CreateExternalObjectParameter
-
Returns the ExternalId.
- getExternalId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.DeleteExternalObjectParameter
-
Returns the ExternalId.
- getExternalId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.EditExternalObjectParameter
-
Returns the ExternalId.
- getExternalId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.ExternalObjectResource
-
Returns the ExternalId.
- getExternalId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
Returns the ExternalId.
- getExternalId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.GetExternalObjectParameter
-
Returns the ExternalId.
- getExternalId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
Returns the ExternalId.
- getExternalId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.CreateRoleExternalParameter
-
Returns the ExternalId.
- getExternalId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.RoleExternalResource
-
Returns the ExternalId.
- getExternalId() - Method in class com.communote.plugins.mq.message.core.data.user.BaseEntity
-
- getExternalId() - Method in exception com.communote.server.api.core.external.ExternalObjectNotAssignedException
-
Get the identifier of the external object.
- getExternalId() - Method in exception com.communote.server.core.external.ExternalObjectAlreadyAssignedException
-
- getExternalId() - Method in class com.communote.server.core.filter.listitems.blog.ExternalObjectListItem
-
- getExternalId() - Method in class com.communote.server.core.vo.query.blog.external.ExternalObjectQueryParameters
-
- getExternalId() - Method in class com.communote.server.core.vo.user.group.ExternalGroupVO
-
ID that identifies a group within the external system
- getExternalId() - Method in class com.communote.server.model.external.ExternalObject
-
- getExternalId() - Method in class com.communote.server.model.user.group.ExternalUserGroup
-
- getExternalLoginId() - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.ExternalLoginResource
-
Returns the ExternalLoginId.
- getExternalLoginId() - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.GetCollectionExternalLoginParameter
-
Returns the ExternalLoginId.
- getExternalLoginProperties(Long, ExternalUserAuthentication) - Method in class com.communote.plugin.ldap.LdapUserRepository
-
- getExternalLoginProperties(Long, ExternalUserAuthentication) - Method in class com.communote.server.core.external.confluence.ConfluenceUserRepository
-
- getExternalLoginProperties(Long, ExternalUserAuthentication) - Method in interface com.communote.server.core.external.ExternalUserRepository
-
External Repos can return additional properties that will be included e.g.
- getExternalLoginProperties(Long, ExternalUserAuthentication) - Method in class com.communote.server.service.UserService
-
External Repos can return additional properties that will be included e.g.
- getExternalName() - Method in class com.communote.server.core.filter.listitems.blog.ExternalObjectListItem
-
- getExternalName() - Method in class com.communote.server.model.external.ExternalObject
-
- getExternalObject(Long, Long, Converter<Pair<Blog, ExternalObject>, T>) - Method in interface com.communote.server.core.external.ExternalObjectManagement
-
Get an external object which is identified by the given ID and is assigned to the given
topic.
- getExternalObject(Long, Long, Converter<Pair<Blog, ExternalObject>, T>) - Method in class com.communote.server.core.external.ExternalObjectManagementImpl
-
- getExternalObjectId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.CreateExternalObjectParameter
-
Returns the ExternalObjectId.
- getExternalObjectId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.DeleteExternalObjectParameter
-
Returns the ExternalObjectId.
- getExternalObjectId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.EditExternalObjectParameter
-
Returns the ExternalObjectId.
- getExternalObjectId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.ExternalObjectResource
-
Returns the ExternalObjectId.
- getExternalObjectId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
Returns the ExternalObjectId.
- getExternalObjectId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.GetExternalObjectParameter
-
Returns the ExternalObjectId.
- getExternalObjectId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.CreateExternalObjectParameter
-
Returns the ExternalObjectId.
- getExternalObjectId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.DeleteExternalObjectParameter
-
Returns the ExternalObjectId.
- getExternalObjectId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.EditExternalObjectParameter
-
Returns the ExternalObjectId.
- getExternalObjectId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.ExternalObjectResource
-
Returns the ExternalObjectId.
- getExternalObjectId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
Returns the ExternalObjectId.
- getExternalObjectId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.GetExternalObjectParameter
-
Returns the ExternalObjectId.
- getExternalObjectId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.CreateExternalObjectParameter
-
Returns the ExternalObjectId.
- getExternalObjectId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.DeleteExternalObjectParameter
-
Returns the ExternalObjectId.
- getExternalObjectId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.EditExternalObjectParameter
-
Returns the ExternalObjectId.
- getExternalObjectId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.ExternalObjectResource
-
Returns the ExternalObjectId.
- getExternalObjectId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
Returns the ExternalObjectId.
- getExternalObjectId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.GetExternalObjectParameter
-
Returns the ExternalObjectId.
- getExternalObjectId() - Method in class com.communote.plugins.mq.message.core.data.role.ExternalTopicRole
-
- getExternalObjectId() - Method in class com.communote.plugins.mq.message.core.data.topic.ExternalObject
-
- getExternalObjectId() - Method in class com.communote.server.core.vo.external.ExternalTopicRoleTO
-
Identifier of external object in external system.
- getExternalObjectId() - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
- getExternalObjectLink(String, String) - Method in class com.communote.server.core.blog.export.PermalinkGenerationManagement
-
Returns a link to the given object within the external system.
- getExternalObjectLink(String, String) - Method in class com.communote.server.web.commons.viewtool.UrlTool
-
Returns a link to the given external object within the external system.
- getExternalObjectManagement() - Method in class com.communote.plugins.mq.message.core.handler.EditTopicMessageHandler
-
- getExternalObjectName() - Method in class com.communote.plugins.mq.message.core.data.topic.ExternalObject
-
- GetExternalObjectParameter - Class in com.communote.plugins.api.rest.v22.resource.topic.externalobject
-
This class it the parameter class for the ExternalObject resource.
- GetExternalObjectParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.externalobject.GetExternalObjectParameter
-
Default Constuctor necessary for json parsing
- GetExternalObjectParameter(MultivaluedMap<String, String>, Long, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.externalobject.GetExternalObjectParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetExternalObjectParameter(String, Long, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.externalobject.GetExternalObjectParameter
-
- GetExternalObjectParameter - Class in com.communote.plugins.api.rest.v24.resource.topic.externalobject
-
This class it the parameter class for the ExternalObject resource.
- GetExternalObjectParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.externalobject.GetExternalObjectParameter
-
Default Constuctor necessary for json parsing
- GetExternalObjectParameter(MultivaluedMap<String, String>, Long, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.externalobject.GetExternalObjectParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetExternalObjectParameter(String, Long, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.externalobject.GetExternalObjectParameter
-
- GetExternalObjectParameter - Class in com.communote.plugins.api.rest.v30.resource.topic.externalobject
-
This class it the parameter class for the ExternalObject resource.
- GetExternalObjectParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.externalobject.GetExternalObjectParameter
-
Default Constuctor necessary for json parsing
- GetExternalObjectParameter(MultivaluedMap<String, String>, Long, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.externalobject.GetExternalObjectParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetExternalObjectParameter(String, Long, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.externalobject.GetExternalObjectParameter
-
- getExternalObjects() - Method in class com.communote.plugins.api.rest.v22.resource.topic.CreateTopicParameter
-
Returns the ExternalObjects.
- getExternalObjects() - Method in class com.communote.plugins.api.rest.v22.resource.topic.EditTopicParameter
-
Returns the ExternalObjects.
- getExternalObjects() - Method in class com.communote.plugins.api.rest.v22.resource.topic.TopicResource
-
Returns the ExternalObjects.
- getExternalObjects() - Method in class com.communote.plugins.api.rest.v24.resource.topic.CreateTopicParameter
-
Returns the ExternalObjects.
- getExternalObjects() - Method in class com.communote.plugins.api.rest.v24.resource.topic.EditTopicParameter
-
Returns the ExternalObjects.
- getExternalObjects() - Method in class com.communote.plugins.api.rest.v24.resource.topic.TopicResource
-
Returns the ExternalObjects.
- getExternalObjects() - Method in class com.communote.plugins.api.rest.v30.resource.topic.CreateTopicParameter
-
Returns the ExternalObjects.
- getExternalObjects() - Method in class com.communote.plugins.api.rest.v30.resource.topic.EditTopicParameter
-
Returns the ExternalObjects.
- getExternalObjects() - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Returns the ExternalObjects.
- getExternalObjects() - Method in class com.communote.plugins.mq.message.core.data.topic.Topic
-
- getExternalObjects(Long) - Method in interface com.communote.server.core.external.ExternalObjectManagement
-
Return the external objects that are assigned to the given blog.
- getExternalObjects(Long) - Method in class com.communote.server.core.external.ExternalObjectManagementBase
-
- getExternalObjects() - Method in class com.communote.server.model.blog.Blog
-
- getExternalObjectSystemId() - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
- GetExternalPropertyParameter - Class in com.communote.plugins.api.rest.v30.resource.user.externallogin.externalproperty
-
This class it the parameter class for the ExternalProperty resource.
- GetExternalPropertyParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.user.externallogin.externalproperty.GetExternalPropertyParameter
-
Default Constuctor necessary for json parsing
- GetExternalPropertyParameter(MultivaluedMap<String, String>, Long, Long, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.user.externallogin.externalproperty.GetExternalPropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetExternalPropertyParameter(String, Long, Long, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.user.externallogin.externalproperty.GetExternalPropertyParameter
-
- getExternalSystemConfiguration(String) - Method in class com.communote.server.service.UserService
-
- getExternalSystemConfigurationDao() - Method in class com.communote.server.core.ConfigurationManagementBase
-
- getExternalSystemConfigurations() - Method in class com.communote.server.api.core.config.ClientConfigurationProperties
-
- getExternalSystemConfigurations() - Method in class com.communote.server.model.config.Configuration
-
- getExternalSystemId() - Method in class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
Returns the ExternalSystemId.
- getExternalSystemId() - Method in class com.communote.plugins.api.rest.resource.topic.roleexternal.CreateRoleExternalParameter
-
Returns the ExternalSystemId.
- getExternalSystemId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.CreateExternalObjectParameter
-
Returns the ExternalSystemId.
- getExternalSystemId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.DeleteExternalObjectParameter
-
Returns the ExternalSystemId.
- getExternalSystemId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.EditExternalObjectParameter
-
Returns the ExternalSystemId.
- getExternalSystemId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.ExternalObjectResource
-
Returns the ExternalSystemId.
- getExternalSystemId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
Returns the ExternalSystemId.
- getExternalSystemId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.GetExternalObjectParameter
-
Returns the ExternalSystemId.
- getExternalSystemId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
Returns the ExternalSystemId.
- getExternalSystemId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.CreateRoleExternalParameter
-
Returns the ExternalSystemId.
- getExternalSystemId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.RoleExternalResource
-
Returns the ExternalSystemId.
- getExternalSystemId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.CreateExternalObjectParameter
-
Returns the ExternalSystemId.
- getExternalSystemId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.DeleteExternalObjectParameter
-
Returns the ExternalSystemId.
- getExternalSystemId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.EditExternalObjectParameter
-
Returns the ExternalSystemId.
- getExternalSystemId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.ExternalObjectResource
-
Returns the ExternalSystemId.
- getExternalSystemId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
Returns the ExternalSystemId.
- getExternalSystemId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.GetExternalObjectParameter
-
Returns the ExternalSystemId.
- getExternalSystemId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
Returns the ExternalSystemId.
- getExternalSystemId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.CreateRoleExternalParameter
-
Returns the ExternalSystemId.
- getExternalSystemId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.RoleExternalResource
-
Returns the ExternalSystemId.
- getExternalSystemId() - Method in class com.communote.plugins.api.rest.v30.resource.group.GetGroupParameter
-
Returns the ExternalSystemId.
- getExternalSystemId() - Method in class com.communote.plugins.api.rest.v30.resource.group.GroupResource
-
Returns the ExternalSystemId.
- getExternalSystemId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.CreateExternalObjectParameter
-
Returns the ExternalSystemId.
- getExternalSystemId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.DeleteExternalObjectParameter
-
Returns the ExternalSystemId.
- getExternalSystemId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.EditExternalObjectParameter
-
Returns the ExternalSystemId.
- getExternalSystemId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.ExternalObjectResource
-
Returns the ExternalSystemId.
- getExternalSystemId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
Returns the ExternalSystemId.
- getExternalSystemId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.GetExternalObjectParameter
-
Returns the ExternalSystemId.
- getExternalSystemId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
Returns the ExternalSystemId.
- getExternalSystemId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.CreateRoleExternalParameter
-
Returns the ExternalSystemId.
- getExternalSystemId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.RoleExternalResource
-
Returns the ExternalSystemId.
- getExternalSystemId() - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.ExternalLoginResource
-
Returns the ExternalSystemId.
- getExternalSystemId() - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.GetCollectionExternalLoginParameter
-
Returns the ExternalSystemId.
- getExternalSystemId() - Method in class com.communote.plugins.mq.message.base.message.BaseMessage
-
- getExternalSystemId() - Method in exception com.communote.server.api.core.external.ExternalObjectNotAssignedException
-
Get the external system identifier.
- getExternalSystemId() - Method in class com.communote.server.core.external.AbstractExternalUserRepository
-
Get the external system identifier
- getExternalSystemId() - Method in exception com.communote.server.core.external.ExternalObjectAlreadyAssignedException
-
- getExternalSystemId() - Method in exception com.communote.server.core.external.ExternalSystemNotConfiguredException
-
- getExternalSystemId() - Method in interface com.communote.server.core.external.ExternalUserRepository
-
Get the external system identifier.
- getExternalSystemId() - Method in exception com.communote.server.core.external.TooManyExternalObjectsPerTopicException
-
- getExternalSystemId() - Method in class com.communote.server.core.filter.listitems.blog.ExternalObjectListItem
-
- getExternalSystemId() - Method in class com.communote.server.core.filter.listitems.blog.member.BlogMemberListItem
-
- getExternalSystemId() - Method in interface com.communote.server.core.integration.IntegrationLinkGenerator
-
Method to get the id of the external system this integration renders links for.
- getExternalSystemId() - Method in exception com.communote.server.core.security.authentication.AuthAgainstInternalDBWhileExternalUserAccountException
-
- getExternalSystemId() - Method in exception com.communote.server.core.security.authentication.BadCredentialsForExternalSystemException
-
- getExternalSystemId() - Method in class com.communote.server.core.security.FieldUserIdentification
- getExternalSystemId() - Method in interface com.communote.server.core.security.UserIdentification
-
- getExternalSystemId() - Method in class com.communote.server.core.vo.query.blog.BlogMemberManagementQueryParameters
-
- getExternalSystemId() - Method in class com.communote.server.core.vo.query.blog.external.ExternalObjectQueryParameters
-
- getExternalSystemId() - Method in class com.communote.server.core.vo.user.group.ExternalGroupVO
-
ID that uniquely identifies an external system.
- getExternalSystemId() - Method in class com.communote.server.model.blog.BlogMember
-
The systemId of the system that created/added the member.
- getExternalSystemId() - Method in class com.communote.server.model.blog.BlogMemberImpl
-
- getExternalSystemId() - Method in class com.communote.server.model.blog.ExternalBlogMember
-
The systemId of the system that created/added the member.
- getExternalSystemId() - Method in class com.communote.server.model.blog.UserToBlogRoleMapping
-
The id of external system where the right got imported from
- getExternalSystemId() - Method in class com.communote.server.model.external.ExternalObject
-
- getExternalSystemId() - Method in class com.communote.server.model.user.group.ExternalUserGroup
-
- getExternalUserGroupAccessor() - Method in class com.communote.plugin.ldap.LdapUserRepository
-
Get the external user group accessor if user repository is also an group repository
- getExternalUserGroupAccessor() - Method in class com.communote.server.core.external.AbstractExternalUserRepository
-
- getExternalUserGroupAccessor() - Method in interface com.communote.server.core.external.ExternalUserRepository
-
Get the external user group accessor if user repository is also an group repository
- getExternalUserGroupAccessor(ExternalSystemConfiguration) - Method in class com.communote.server.plugins.core.ExternalUserGroupAccessorExtensionPoint
-
This method uses ExternalUserGroupAccessor#supports(Object)
for checking.
- getExternalUserId() - Method in class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Returns the ExternalUserId.
- getExternalUserId() - Method in class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.rolebulkexternaltopicright.RoleBulkExternalTopicRightResource
-
Returns the ExternalUserId.
- getExternalUserId() - Method in class com.communote.plugins.api.rest.resource.topic.roleexternal.CreateRoleExternalParameter
-
Returns the ExternalUserId.
- getExternalUserId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Returns the ExternalUserId.
- getExternalUserId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.rolebulkexternaltopicright.RoleBulkExternalTopicRightResource
-
Returns the ExternalUserId.
- getExternalUserId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.CreateRoleExternalParameter
-
Returns the ExternalUserId.
- getExternalUserId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.RoleExternalResource
-
Returns the ExternalUserId.
- getExternalUserId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Returns the ExternalUserId.
- getExternalUserId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.rolebulkexternaltopicright.RoleBulkExternalTopicRightResource
-
Returns the ExternalUserId.
- getExternalUserId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.CreateRoleExternalParameter
-
Returns the ExternalUserId.
- getExternalUserId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.RoleExternalResource
-
Returns the ExternalUserId.
- getExternalUserId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Returns the ExternalUserId.
- getExternalUserId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.rolebulkexternaltopicright.RoleBulkExternalTopicRightResource
-
Returns the ExternalUserId.
- getExternalUserId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.CreateRoleExternalParameter
-
Returns the ExternalUserId.
- getExternalUserId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.RoleExternalResource
-
Returns the ExternalUserId.
- getExternalUserId() - Method in class com.communote.server.core.security.FieldUserIdentification
- getExternalUserId() - Method in interface com.communote.server.core.security.UserIdentification
-
- getExternalUserId(String) - Method in class com.communote.server.core.user.UserProfileDetails
-
Returns the ID of the user within an external system.
- getExternalUserId() - Method in class com.communote.server.model.user.ExternalUserAuthentication
-
Contains the user id of a external authentication system.
- getExternalUserName() - Method in class com.communote.server.persistence.user.ExternalUserVO
-
Login name of the user in the external repository.
- getExternalUsername() - Method in class com.communote.server.persistence.user.InviteUserForm
-
Gets the external username.
- getExternalUsernameErrorField(List<String>) - Method in class com.communote.server.web.fe.portal.user.client.controller.AbstractUserInviteController
-
- getExternalUserRepository(String) - Method in class com.communote.server.service.UserService
-
Get the external user repository based on the repository mode.
- getF_className() - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.GetUserPreferenceParameter
-
Returns the F_className.
- getF_className() - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.GetUserPreferenceParameter
-
Returns the F_className.
- getF_contentIds() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Returns the F_contentIds.
- getF_contentIds() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_contentIds.
- getF_contentIds() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the F_contentIds.
- getF_contentIds() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_contentIds.
- getF_contentIds() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Returns the F_contentIds.
- getF_contentIds() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_contentIds.
- getF_contentIds() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Returns the F_contentIds.
- getF_contentIds() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_contentIds.
- getF_contentIds() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Returns the F_contentIds.
- getF_contentIds() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_contentIds.
- getF_discussionId() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the F_discussionId.
- getF_discussionId() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_discussionId.
- getF_discussionId() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_discussionId.
- getF_discussionId() - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_discussionId.
- getF_discussionId() - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_discussionId.
- getF_discussionId() - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_discussionId.
- getF_discussionId() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_discussionId.
- getF_discussionId() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_discussionId.
- getF_discussionId() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_discussionId.
- getF_discussionId() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_discussionId.
- getF_discussionId() - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_discussionId.
- getF_discussionId() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_discussionId.
- getF_discussionId() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_discussionId.
- getF_discussionId() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_discussionId.
- getF_discussionId() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_discussionId.
- getF_discussionId() - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_discussionId.
- getF_discussionId() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Returns the F_discussionId.
- getF_discussionId() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_discussionId.
- getF_discussionId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the F_discussionId.
- getF_discussionId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_discussionId.
- getF_discussionId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Returns the F_discussionId.
- getF_discussionId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_discussionId.
- getF_discussionId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Returns the F_discussionId.
- getF_discussionId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_discussionId.
- getF_discussionId() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Returns the F_discussionId.
- getF_discussionId() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_discussionId.
- getF_endDate() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the F_endDate.
- getF_endDate() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_endDate.
- getF_endDate() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_endDate.
- getF_endDate() - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_endDate.
- getF_endDate() - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_endDate.
- getF_endDate() - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_endDate.
- getF_endDate() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_endDate.
- getF_endDate() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_endDate.
- getF_endDate() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_endDate.
- getF_endDate() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_endDate.
- getF_endDate() - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_endDate.
- getF_endDate() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_endDate.
- getF_endDate() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_endDate.
- getF_endDate() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_endDate.
- getF_endDate() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_endDate.
- getF_endDate() - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_endDate.
- getF_endDate() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Returns the F_endDate.
- getF_endDate() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_endDate.
- getF_endDate() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the F_endDate.
- getF_endDate() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_endDate.
- getF_endDate() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Returns the F_endDate.
- getF_endDate() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_endDate.
- getF_endDate() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Returns the F_endDate.
- getF_endDate() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_endDate.
- getF_endDate() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Returns the F_endDate.
- getF_endDate() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_endDate.
- getF_externalObjectId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Returns the F_externalObjectId.
- getF_externalObjectSystemId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Returns the F_externalObjectSystemId.
- getF_fullTextSearchString() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the F_fullTextSearchString.
- getF_fullTextSearchString() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_fullTextSearchString.
- getF_fullTextSearchString() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_fullTextSearchString.
- getF_fullTextSearchString() - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_fullTextSearchString.
- getF_fullTextSearchString() - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_fullTextSearchString.
- getF_fullTextSearchString() - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_fullTextSearchString.
- getF_fullTextSearchString() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_fullTextSearchString.
- getF_fullTextSearchString() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_fullTextSearchString.
- getF_fullTextSearchString() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_fullTextSearchString.
- getF_fullTextSearchString() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_fullTextSearchString.
- getF_fullTextSearchString() - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_fullTextSearchString.
- getF_fullTextSearchString() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_fullTextSearchString.
- getF_fullTextSearchString() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_fullTextSearchString.
- getF_fullTextSearchString() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_fullTextSearchString.
- getF_fullTextSearchString() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_fullTextSearchString.
- getF_fullTextSearchString() - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_fullTextSearchString.
- getF_fullTextSearchString() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Returns the F_fullTextSearchString.
- getF_fullTextSearchString() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_fullTextSearchString.
- getF_fullTextSearchString() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the F_fullTextSearchString.
- getF_fullTextSearchString() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_fullTextSearchString.
- getF_fullTextSearchString() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Returns the F_fullTextSearchString.
- getF_fullTextSearchString() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_fullTextSearchString.
- getF_fullTextSearchString() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Returns the F_fullTextSearchString.
- getF_fullTextSearchString() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_fullTextSearchString.
- getF_fullTextSearchString() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Returns the F_fullTextSearchString.
- getF_fullTextSearchString() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_fullTextSearchString.
- getF_includeComments() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the F_includeComments.
- getF_includeComments() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_includeComments.
- getF_includeComments() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_includeComments.
- getF_includeComments() - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_includeComments.
- getF_includeComments() - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_includeComments.
- getF_includeComments() - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_includeComments.
- getF_includeComments() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_includeComments.
- getF_includeComments() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_includeComments.
- getF_includeComments() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_includeComments.
- getF_includeComments() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_includeComments.
- getF_includeComments() - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_includeComments.
- getF_includeComments() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_includeComments.
- getF_includeComments() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_includeComments.
- getF_includeComments() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_includeComments.
- getF_includeComments() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_includeComments.
- getF_includeComments() - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_includeComments.
- getF_includeComments() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Returns the F_includeComments.
- getF_includeComments() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_includeComments.
- getF_includeComments() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the F_includeComments.
- getF_includeComments() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_includeComments.
- getF_includeComments() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Returns the F_includeComments.
- getF_includeComments() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_includeComments.
- getF_includeComments() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Returns the F_includeComments.
- getF_includeComments() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_includeComments.
- getF_includeComments() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Returns the F_includeComments.
- getF_includeComments() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_includeComments.
- getF_lastCheckDate() - Method in class com.communote.plugins.api.rest.v30.resource.user.observation.GetCollectionObservationParameter
-
Returns the F_lastCheckDate.
- getF_navigationItemIds() - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.GetCollectionNavigationItemParameter
-
Returns the F_navigationItemIds.
- getF_noteId() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_noteId.
- getF_noteId() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_noteId.
- getF_noteId() - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_noteId.
- getF_noteId() - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_noteId.
- getF_noteId() - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_noteId.
- getF_noteId() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_noteId.
- getF_noteId() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_noteId.
- getF_noteId() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_noteId.
- getF_noteId() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_noteId.
- getF_noteId() - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_noteId.
- getF_noteId() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_noteId.
- getF_noteId() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_noteId.
- getF_noteId() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_noteId.
- getF_noteId() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_noteId.
- getF_noteId() - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_noteId.
- getF_noteId() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Returns the F_noteId.
- getF_noteId() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_noteId.
- getF_noteId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the F_noteId.
- getF_noteId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_noteId.
- getF_noteId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Returns the F_noteId.
- getF_noteId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_noteId.
- getF_noteId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Returns the F_noteId.
- getF_noteId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_noteId.
- getF_noteId() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Returns the F_noteId.
- getF_noteId() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_noteId.
- getF_noteSearchString() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the F_noteSearchString.
- getF_noteSearchString() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_noteSearchString.
- getF_noteSearchString() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_noteSearchString.
- getF_noteSearchString() - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_noteSearchString.
- getF_noteSearchString() - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_noteSearchString.
- getF_noteSearchString() - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_noteSearchString.
- getF_noteSearchString() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_noteSearchString.
- getF_noteSearchString() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_noteSearchString.
- getF_noteSearchString() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_noteSearchString.
- getF_noteSearchString() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_noteSearchString.
- getF_noteSearchString() - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_noteSearchString.
- getF_noteSearchString() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_noteSearchString.
- getF_noteSearchString() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_noteSearchString.
- getF_noteSearchString() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_noteSearchString.
- getF_noteSearchString() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_noteSearchString.
- getF_noteSearchString() - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_noteSearchString.
- getF_noteSearchString() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Returns the F_noteSearchString.
- getF_noteSearchString() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_noteSearchString.
- getF_noteSearchString() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the F_noteSearchString.
- getF_noteSearchString() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_noteSearchString.
- getF_noteSearchString() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Returns the F_noteSearchString.
- getF_noteSearchString() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_noteSearchString.
- getF_noteSearchString() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Returns the F_noteSearchString.
- getF_noteSearchString() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_noteSearchString.
- getF_noteSearchString() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Returns the F_noteSearchString.
- getF_noteSearchString() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_noteSearchString.
- getF_observations() - Method in class com.communote.plugins.api.rest.v30.resource.user.observation.GetCollectionObservationParameter
-
Returns the F_observations.
- getF_parentNoteId() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the F_parentNoteId.
- getF_parentNoteId() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_parentNoteId.
- getF_parentNoteId() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_parentNoteId.
- getF_parentNoteId() - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_parentNoteId.
- getF_parentNoteId() - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_parentNoteId.
- getF_parentNoteId() - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_parentNoteId.
- getF_parentNoteId() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_parentNoteId.
- getF_parentNoteId() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_parentNoteId.
- getF_parentNoteId() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_parentNoteId.
- getF_parentNoteId() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_parentNoteId.
- getF_parentNoteId() - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_parentNoteId.
- getF_parentNoteId() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_parentNoteId.
- getF_parentNoteId() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_parentNoteId.
- getF_parentNoteId() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_parentNoteId.
- getF_parentNoteId() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_parentNoteId.
- getF_parentNoteId() - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_parentNoteId.
- getF_parentNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Returns the F_parentNoteId.
- getF_parentNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_parentNoteId.
- getF_parentNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the F_parentNoteId.
- getF_parentNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_parentNoteId.
- getF_parentNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Returns the F_parentNoteId.
- getF_parentNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_parentNoteId.
- getF_parentNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Returns the F_parentNoteId.
- getF_parentNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_parentNoteId.
- getF_parentNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Returns the F_parentNoteId.
- getF_parentNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_parentNoteId.
- getF_propertyFilter() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the F_propertyFilter.
- getF_propertyFilter() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_propertyFilter.
- getF_propertyFilter() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_propertyFilter.
- getF_propertyFilter() - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_propertyFilter.
- getF_propertyFilter() - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_propertyFilter.
- getF_propertyFilter() - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_propertyFilter.
- getF_propertyFilter() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_propertyFilter.
- getF_propertyFilter() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_propertyFilter.
- getF_propertyFilter() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_propertyFilter.
- getF_propertyFilter() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_propertyFilter.
- getF_propertyFilter() - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_propertyFilter.
- getF_propertyFilter() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_propertyFilter.
- getF_propertyFilter() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_propertyFilter.
- getF_propertyFilter() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_propertyFilter.
- getF_propertyFilter() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_propertyFilter.
- getF_propertyFilter() - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_propertyFilter.
- getF_propertyFilter() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Returns the F_propertyFilter.
- getF_propertyFilter() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_propertyFilter.
- getF_propertyFilter() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the F_propertyFilter.
- getF_propertyFilter() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_propertyFilter.
- getF_propertyFilter() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Returns the F_propertyFilter.
- getF_propertyFilter() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_propertyFilter.
- getF_propertyFilter() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Returns the F_propertyFilter.
- getF_propertyFilter() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_propertyFilter.
- getF_propertyFilter() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Returns the F_propertyFilter.
- getF_propertyFilter() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_propertyFilter.
- getF_repositoryIds() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Returns the F_repositoryIds.
- getF_repositoryIds() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_repositoryIds.
- getF_repositoryIds() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the F_repositoryIds.
- getF_repositoryIds() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_repositoryIds.
- getF_repositoryIds() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Returns the F_repositoryIds.
- getF_repositoryIds() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_repositoryIds.
- getF_repositoryIds() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Returns the F_repositoryIds.
- getF_repositoryIds() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_repositoryIds.
- getF_repositoryIds() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Returns the F_repositoryIds.
- getF_repositoryIds() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_repositoryIds.
- getF_retrieveOnlyNotesAfterDate() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_retrieveOnlyNotesAfterDate.
- getF_retrieveOnlyNotesAfterDate() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_retrieveOnlyNotesAfterDate.
- getF_retrieveOnlyNotesAfterDate() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_retrieveOnlyNotesAfterDate.
- getF_retrieveOnlyNotesAfterDate() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_retrieveOnlyNotesAfterDate.
- getF_retrieveOnlyNotesAfterDate() - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_retrieveOnlyNotesAfterDate.
- getF_retrieveOnlyNotesAfterDate() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Returns the F_retrieveOnlyNotesAfterDate.
- getF_retrieveOnlyNotesAfterDate() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_retrieveOnlyNotesAfterDate.
- getF_retrieveOnlyNotesAfterDate() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the F_retrieveOnlyNotesAfterDate.
- getF_retrieveOnlyNotesAfterDate() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_retrieveOnlyNotesAfterDate.
- getF_retrieveOnlyNotesAfterDate() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Returns the F_retrieveOnlyNotesAfterDate.
- getF_retrieveOnlyNotesAfterDate() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_retrieveOnlyNotesAfterDate.
- getF_retrieveOnlyNotesAfterDate() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Returns the F_retrieveOnlyNotesAfterDate.
- getF_retrieveOnlyNotesAfterDate() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_retrieveOnlyNotesAfterDate.
- getF_retrieveOnlyNotesAfterDate() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Returns the F_retrieveOnlyNotesAfterDate.
- getF_retrieveOnlyNotesAfterDate() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_retrieveOnlyNotesAfterDate.
- getF_retrieveOnlyNotesAfterId() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_retrieveOnlyNotesAfterId.
- getF_retrieveOnlyNotesAfterId() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_retrieveOnlyNotesAfterId.
- getF_retrieveOnlyNotesAfterId() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_retrieveOnlyNotesAfterId.
- getF_retrieveOnlyNotesAfterId() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_retrieveOnlyNotesAfterId.
- getF_retrieveOnlyNotesAfterId() - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_retrieveOnlyNotesAfterId.
- getF_retrieveOnlyNotesAfterId() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Returns the F_retrieveOnlyNotesAfterId.
- getF_retrieveOnlyNotesAfterId() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_retrieveOnlyNotesAfterId.
- getF_retrieveOnlyNotesAfterId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the F_retrieveOnlyNotesAfterId.
- getF_retrieveOnlyNotesAfterId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_retrieveOnlyNotesAfterId.
- getF_retrieveOnlyNotesAfterId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Returns the F_retrieveOnlyNotesAfterId.
- getF_retrieveOnlyNotesAfterId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_retrieveOnlyNotesAfterId.
- getF_retrieveOnlyNotesAfterId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Returns the F_retrieveOnlyNotesAfterId.
- getF_retrieveOnlyNotesAfterId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_retrieveOnlyNotesAfterId.
- getF_retrieveOnlyNotesAfterId() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Returns the F_retrieveOnlyNotesAfterId.
- getF_retrieveOnlyNotesAfterId() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_retrieveOnlyNotesAfterId.
- getF_retrieveOnlyNotesBeforeDate() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_retrieveOnlyNotesBeforeDate.
- getF_retrieveOnlyNotesBeforeDate() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_retrieveOnlyNotesBeforeDate.
- getF_retrieveOnlyNotesBeforeDate() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_retrieveOnlyNotesBeforeDate.
- getF_retrieveOnlyNotesBeforeDate() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_retrieveOnlyNotesBeforeDate.
- getF_retrieveOnlyNotesBeforeDate() - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_retrieveOnlyNotesBeforeDate.
- getF_retrieveOnlyNotesBeforeDate() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Returns the F_retrieveOnlyNotesBeforeDate.
- getF_retrieveOnlyNotesBeforeDate() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_retrieveOnlyNotesBeforeDate.
- getF_retrieveOnlyNotesBeforeDate() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the F_retrieveOnlyNotesBeforeDate.
- getF_retrieveOnlyNotesBeforeDate() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_retrieveOnlyNotesBeforeDate.
- getF_retrieveOnlyNotesBeforeDate() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Returns the F_retrieveOnlyNotesBeforeDate.
- getF_retrieveOnlyNotesBeforeDate() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_retrieveOnlyNotesBeforeDate.
- getF_retrieveOnlyNotesBeforeDate() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Returns the F_retrieveOnlyNotesBeforeDate.
- getF_retrieveOnlyNotesBeforeDate() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_retrieveOnlyNotesBeforeDate.
- getF_retrieveOnlyNotesBeforeDate() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Returns the F_retrieveOnlyNotesBeforeDate.
- getF_retrieveOnlyNotesBeforeDate() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_retrieveOnlyNotesBeforeDate.
- getF_retrieveOnlyNotesBeforeId() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_retrieveOnlyNotesBeforeId.
- getF_retrieveOnlyNotesBeforeId() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_retrieveOnlyNotesBeforeId.
- getF_retrieveOnlyNotesBeforeId() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_retrieveOnlyNotesBeforeId.
- getF_retrieveOnlyNotesBeforeId() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_retrieveOnlyNotesBeforeId.
- getF_retrieveOnlyNotesBeforeId() - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_retrieveOnlyNotesBeforeId.
- getF_retrieveOnlyNotesBeforeId() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Returns the F_retrieveOnlyNotesBeforeId.
- getF_retrieveOnlyNotesBeforeId() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_retrieveOnlyNotesBeforeId.
- getF_retrieveOnlyNotesBeforeId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the F_retrieveOnlyNotesBeforeId.
- getF_retrieveOnlyNotesBeforeId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_retrieveOnlyNotesBeforeId.
- getF_retrieveOnlyNotesBeforeId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Returns the F_retrieveOnlyNotesBeforeId.
- getF_retrieveOnlyNotesBeforeId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_retrieveOnlyNotesBeforeId.
- getF_retrieveOnlyNotesBeforeId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Returns the F_retrieveOnlyNotesBeforeId.
- getF_retrieveOnlyNotesBeforeId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_retrieveOnlyNotesBeforeId.
- getF_retrieveOnlyNotesBeforeId() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Returns the F_retrieveOnlyNotesBeforeId.
- getF_retrieveOnlyNotesBeforeId() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_retrieveOnlyNotesBeforeId.
- getF_showDirectMessages() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the F_showDirectMessages.
- getF_showDirectMessages() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_showDirectMessages.
- getF_showDirectMessages() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_showDirectMessages.
- getF_showDirectMessages() - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_showDirectMessages.
- getF_showDirectMessages() - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_showDirectMessages.
- getF_showDirectMessages() - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_showDirectMessages.
- getF_showDirectMessages() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_showDirectMessages.
- getF_showDirectMessages() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_showDirectMessages.
- getF_showDirectMessages() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_showDirectMessages.
- getF_showDirectMessages() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_showDirectMessages.
- getF_showDirectMessages() - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_showDirectMessages.
- getF_showDirectMessages() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_showDirectMessages.
- getF_showDirectMessages() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_showDirectMessages.
- getF_showDirectMessages() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_showDirectMessages.
- getF_showDirectMessages() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_showDirectMessages.
- getF_showDirectMessages() - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_showDirectMessages.
- getF_showDirectMessages() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Returns the F_showDirectMessages.
- getF_showDirectMessages() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_showDirectMessages.
- getF_showDirectMessages() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the F_showDirectMessages.
- getF_showDirectMessages() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_showDirectMessages.
- getF_showDirectMessages() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Returns the F_showDirectMessages.
- getF_showDirectMessages() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_showDirectMessages.
- getF_showDirectMessages() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Returns the F_showDirectMessages.
- getF_showDirectMessages() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_showDirectMessages.
- getF_showDirectMessages() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Returns the F_showDirectMessages.
- getF_showDirectMessages() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_showDirectMessages.
- getF_showDiscussionParticipation() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_showDiscussionParticipation.
- getF_showDiscussionParticipation() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_showDiscussionParticipation.
- getF_showDiscussionParticipation() - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_showDiscussionParticipation.
- getF_showDiscussionParticipation() - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_showDiscussionParticipation.
- getF_showDiscussionParticipation() - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_showDiscussionParticipation.
- getF_showDiscussionParticipation() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_showDiscussionParticipation.
- getF_showDiscussionParticipation() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_showDiscussionParticipation.
- getF_showDiscussionParticipation() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_showDiscussionParticipation.
- getF_showDiscussionParticipation() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_showDiscussionParticipation.
- getF_showDiscussionParticipation() - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_showDiscussionParticipation.
- getF_showDiscussionParticipation() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_showDiscussionParticipation.
- getF_showDiscussionParticipation() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_showDiscussionParticipation.
- getF_showDiscussionParticipation() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_showDiscussionParticipation.
- getF_showDiscussionParticipation() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_showDiscussionParticipation.
- getF_showDiscussionParticipation() - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_showDiscussionParticipation.
- getF_showDiscussionParticipation() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Returns the F_showDiscussionParticipation.
- getF_showDiscussionParticipation() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_showDiscussionParticipation.
- getF_showDiscussionParticipation() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the F_showDiscussionParticipation.
- getF_showDiscussionParticipation() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_showDiscussionParticipation.
- getF_showDiscussionParticipation() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Returns the F_showDiscussionParticipation.
- getF_showDiscussionParticipation() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_showDiscussionParticipation.
- getF_showDiscussionParticipation() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Returns the F_showDiscussionParticipation.
- getF_showDiscussionParticipation() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_showDiscussionParticipation.
- getF_showDiscussionParticipation() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Returns the F_showDiscussionParticipation.
- getF_showDiscussionParticipation() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_showDiscussionParticipation.
- getF_showFavorites() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the F_showFavorites.
- getF_showFavorites() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_showFavorites.
- getF_showFavorites() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_showFavorites.
- getF_showFavorites() - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_showFavorites.
- getF_showFavorites() - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_showFavorites.
- getF_showFavorites() - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_showFavorites.
- getF_showFavorites() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_showFavorites.
- getF_showFavorites() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_showFavorites.
- getF_showFavorites() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_showFavorites.
- getF_showFavorites() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_showFavorites.
- getF_showFavorites() - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_showFavorites.
- getF_showFavorites() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_showFavorites.
- getF_showFavorites() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_showFavorites.
- getF_showFavorites() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_showFavorites.
- getF_showFavorites() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_showFavorites.
- getF_showFavorites() - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_showFavorites.
- getF_showFavorites() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Returns the F_showFavorites.
- getF_showFavorites() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_showFavorites.
- getF_showFavorites() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the F_showFavorites.
- getF_showFavorites() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_showFavorites.
- getF_showFavorites() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Returns the F_showFavorites.
- getF_showFavorites() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_showFavorites.
- getF_showFavorites() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Returns the F_showFavorites.
- getF_showFavorites() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_showFavorites.
- getF_showFavorites() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Returns the F_showFavorites.
- getF_showFavorites() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_showFavorites.
- getF_showFollowedItems() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the F_showFollowedItems.
- getF_showFollowedItems() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_showFollowedItems.
- getF_showFollowedItems() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_showFollowedItems.
- getF_showFollowedItems() - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_showFollowedItems.
- getF_showFollowedItems() - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_showFollowedItems.
- getF_showFollowedItems() - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_showFollowedItems.
- getF_showFollowedItems() - Method in class com.communote.plugins.api.rest.resource.topic.GetCollectionTopicParameter
-
Returns the F_showFollowedItems.
- getF_showFollowedItems() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_showFollowedItems.
- getF_showFollowedItems() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_showFollowedItems.
- getF_showFollowedItems() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_showFollowedItems.
- getF_showFollowedItems() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_showFollowedItems.
- getF_showFollowedItems() - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_showFollowedItems.
- getF_showFollowedItems() - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetCollectionTopicParameter
-
Returns the F_showFollowedItems.
- getF_showFollowedItems() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_showFollowedItems.
- getF_showFollowedItems() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_showFollowedItems.
- getF_showFollowedItems() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_showFollowedItems.
- getF_showFollowedItems() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_showFollowedItems.
- getF_showFollowedItems() - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_showFollowedItems.
- getF_showFollowedItems() - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
Returns the F_showFollowedItems.
- getF_showFollowedItems() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Returns the F_showFollowedItems.
- getF_showFollowedItems() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_showFollowedItems.
- getF_showFollowedItems() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the F_showFollowedItems.
- getF_showFollowedItems() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_showFollowedItems.
- getF_showFollowedItems() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Returns the F_showFollowedItems.
- getF_showFollowedItems() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_showFollowedItems.
- getF_showFollowedItems() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Returns the F_showFollowedItems.
- getF_showFollowedItems() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_showFollowedItems.
- getF_showFollowedItems() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Returns the F_showFollowedItems.
- getF_showFollowedItems() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_showFollowedItems.
- getF_showFollowedItems() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Returns the F_showFollowedItems.
- getF_showNotesForMe() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the F_showNotesForMe.
- getF_showNotesForMe() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_showNotesForMe.
- getF_showNotesForMe() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_showNotesForMe.
- getF_showNotesForMe() - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_showNotesForMe.
- getF_showNotesForMe() - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_showNotesForMe.
- getF_showNotesForMe() - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_showNotesForMe.
- getF_showNotesForMe() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_showNotesForMe.
- getF_showNotesForMe() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_showNotesForMe.
- getF_showNotesForMe() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_showNotesForMe.
- getF_showNotesForMe() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_showNotesForMe.
- getF_showNotesForMe() - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_showNotesForMe.
- getF_showNotesForMe() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_showNotesForMe.
- getF_showNotesForMe() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_showNotesForMe.
- getF_showNotesForMe() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_showNotesForMe.
- getF_showNotesForMe() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_showNotesForMe.
- getF_showNotesForMe() - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_showNotesForMe.
- getF_showNotesForMe() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Returns the F_showNotesForMe.
- getF_showNotesForMe() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_showNotesForMe.
- getF_showNotesForMe() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the F_showNotesForMe.
- getF_showNotesForMe() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_showNotesForMe.
- getF_showNotesForMe() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Returns the F_showNotesForMe.
- getF_showNotesForMe() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_showNotesForMe.
- getF_showNotesForMe() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Returns the F_showNotesForMe.
- getF_showNotesForMe() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_showNotesForMe.
- getF_showNotesForMe() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Returns the F_showNotesForMe.
- getF_showNotesForMe() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_showNotesForMe.
- getF_showOnlyDiscussions() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_showOnlyDiscussions.
- getF_showOnlyDiscussions() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_showOnlyDiscussions.
- getF_showOnlyDiscussions() - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_showOnlyDiscussions.
- getF_showOnlyDiscussions() - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_showOnlyDiscussions.
- getF_showOnlyDiscussions() - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_showOnlyDiscussions.
- getF_showOnlyDiscussions() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_showOnlyDiscussions.
- getF_showOnlyDiscussions() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_showOnlyDiscussions.
- getF_showOnlyDiscussions() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_showOnlyDiscussions.
- getF_showOnlyDiscussions() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_showOnlyDiscussions.
- getF_showOnlyDiscussions() - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_showOnlyDiscussions.
- getF_showOnlyDiscussions() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_showOnlyDiscussions.
- getF_showOnlyDiscussions() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_showOnlyDiscussions.
- getF_showOnlyDiscussions() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_showOnlyDiscussions.
- getF_showOnlyDiscussions() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_showOnlyDiscussions.
- getF_showOnlyDiscussions() - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_showOnlyDiscussions.
- getF_showOnlyDiscussions() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Returns the F_showOnlyDiscussions.
- getF_showOnlyDiscussions() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_showOnlyDiscussions.
- getF_showOnlyDiscussions() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the F_showOnlyDiscussions.
- getF_showOnlyDiscussions() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_showOnlyDiscussions.
- getF_showOnlyDiscussions() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Returns the F_showOnlyDiscussions.
- getF_showOnlyDiscussions() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_showOnlyDiscussions.
- getF_showOnlyDiscussions() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Returns the F_showOnlyDiscussions.
- getF_showOnlyDiscussions() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_showOnlyDiscussions.
- getF_showOnlyDiscussions() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Returns the F_showOnlyDiscussions.
- getF_showOnlyDiscussions() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_showOnlyDiscussions.
- getF_showOnlyRootNotes() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_showOnlyRootNotes.
- getF_showOnlyRootNotes() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_showOnlyRootNotes.
- getF_showOnlyRootNotes() - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_showOnlyRootNotes.
- getF_showOnlyRootNotes() - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_showOnlyRootNotes.
- getF_showOnlyRootNotes() - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_showOnlyRootNotes.
- getF_showOnlyRootNotes() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_showOnlyRootNotes.
- getF_showOnlyRootNotes() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_showOnlyRootNotes.
- getF_showOnlyRootNotes() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_showOnlyRootNotes.
- getF_showOnlyRootNotes() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_showOnlyRootNotes.
- getF_showOnlyRootNotes() - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_showOnlyRootNotes.
- getF_showOnlyRootNotes() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_showOnlyRootNotes.
- getF_showOnlyRootNotes() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_showOnlyRootNotes.
- getF_showOnlyRootNotes() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_showOnlyRootNotes.
- getF_showOnlyRootNotes() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_showOnlyRootNotes.
- getF_showOnlyRootNotes() - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_showOnlyRootNotes.
- getF_showOnlyRootNotes() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Returns the F_showOnlyRootNotes.
- getF_showOnlyRootNotes() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_showOnlyRootNotes.
- getF_showOnlyRootNotes() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the F_showOnlyRootNotes.
- getF_showOnlyRootNotes() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_showOnlyRootNotes.
- getF_showOnlyRootNotes() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Returns the F_showOnlyRootNotes.
- getF_showOnlyRootNotes() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_showOnlyRootNotes.
- getF_showOnlyRootNotes() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Returns the F_showOnlyRootNotes.
- getF_showOnlyRootNotes() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_showOnlyRootNotes.
- getF_showOnlyRootNotes() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Returns the F_showOnlyRootNotes.
- getF_showOnlyRootNotes() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_showOnlyRootNotes.
- getF_startDate() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the F_startDate.
- getF_startDate() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_startDate.
- getF_startDate() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_startDate.
- getF_startDate() - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_startDate.
- getF_startDate() - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_startDate.
- getF_startDate() - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_startDate.
- getF_startDate() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_startDate.
- getF_startDate() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_startDate.
- getF_startDate() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_startDate.
- getF_startDate() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_startDate.
- getF_startDate() - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_startDate.
- getF_startDate() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_startDate.
- getF_startDate() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_startDate.
- getF_startDate() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_startDate.
- getF_startDate() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_startDate.
- getF_startDate() - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_startDate.
- getF_startDate() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Returns the F_startDate.
- getF_startDate() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_startDate.
- getF_startDate() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the F_startDate.
- getF_startDate() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_startDate.
- getF_startDate() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Returns the F_startDate.
- getF_startDate() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_startDate.
- getF_startDate() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Returns the F_startDate.
- getF_startDate() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_startDate.
- getF_startDate() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Returns the F_startDate.
- getF_startDate() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_startDate.
- getF_suggestionAliases() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_suggestionAliases.
- getF_suggestionAliases() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_suggestionAliases.
- getF_suggestionAliases() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_suggestionAliases.
- getF_suggestionAliases() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_suggestionAliases.
- getF_suggestionProviderAliases() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_suggestionProviderAliases.
- getF_suggestionProviderAliases() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_suggestionProviderAliases.
- getF_suggestionProviderAliases() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_suggestionProviderAliases.
- getF_suggestionProviderAliases() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_suggestionProviderAliases.
- getF_tagIds() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_tagIds.
- getF_tagIds() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_tagIds.
- getF_tagIds() - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_tagIds.
- getF_tagIds() - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_tagIds.
- getF_tagIds() - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_tagIds.
- getF_tagIds() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_tagIds.
- getF_tagIds() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_tagIds.
- getF_tagIds() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_tagIds.
- getF_tagIds() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_tagIds.
- getF_tagIds() - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_tagIds.
- getF_tagIds() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_tagIds.
- getF_tagIds() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_tagIds.
- getF_tagIds() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_tagIds.
- getF_tagIds() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_tagIds.
- getF_tagIds() - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_tagIds.
- getF_tagIds() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Returns the F_tagIds.
- getF_tagIds() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_tagIds.
- getF_tagIds() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the F_tagIds.
- getF_tagIds() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_tagIds.
- getF_tagIds() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Returns the F_tagIds.
- getF_tagIds() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_tagIds.
- getF_tagIds() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Returns the F_tagIds.
- getF_tagIds() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_tagIds.
- getF_tagIds() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Returns the F_tagIds.
- getF_tagIds() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_tagIds.
- getF_tagPrefix() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the F_tagPrefix.
- getF_tagPrefix() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_tagPrefix.
- getF_tagPrefix() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_tagPrefix.
- getF_tagPrefix() - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_tagPrefix.
- getF_tagPrefix() - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_tagPrefix.
- getF_tagPrefix() - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_tagPrefix.
- getF_tagPrefix() - Method in class com.communote.plugins.api.rest.resource.topic.GetCollectionTopicParameter
-
Returns the F_tagPrefix.
- getF_tagPrefix() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_tagPrefix.
- getF_tagPrefix() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_tagPrefix.
- getF_tagPrefix() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_tagPrefix.
- getF_tagPrefix() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_tagPrefix.
- getF_tagPrefix() - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_tagPrefix.
- getF_tagPrefix() - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetCollectionTopicParameter
-
Returns the F_tagPrefix.
- getF_tagPrefix() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_tagPrefix.
- getF_tagPrefix() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_tagPrefix.
- getF_tagPrefix() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_tagPrefix.
- getF_tagPrefix() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_tagPrefix.
- getF_tagPrefix() - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_tagPrefix.
- getF_tagPrefix() - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
Returns the F_tagPrefix.
- getF_tagPrefix() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Returns the F_tagPrefix.
- getF_tagPrefix() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_tagPrefix.
- getF_tagPrefix() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the F_tagPrefix.
- getF_tagPrefix() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_tagPrefix.
- getF_tagPrefix() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Returns the F_tagPrefix.
- getF_tagPrefix() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_tagPrefix.
- getF_tagPrefix() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Returns the F_tagPrefix.
- getF_tagPrefix() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_tagPrefix.
- getF_tagPrefix() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Returns the F_tagPrefix.
- getF_tagPrefix() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_tagPrefix.
- getF_tagPrefix() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Returns the F_tagPrefix.
- getF_tags() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the F_tags.
- getF_tags() - Method in class com.communote.plugins.api.rest.resource.topic.GetCollectionTopicParameter
-
Returns the F_tags.
- getF_tags() - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetCollectionTopicParameter
-
Returns the F_tags.
- getF_tags() - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
Returns the F_tags.
- getF_tags() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Returns the F_tags.
- getF_targetTopicId() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_targetTopicId.
- getF_targetTopicId() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_targetTopicId.
- getF_targetTopicId() - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_targetTopicId.
- getF_targetTopicId() - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_targetTopicId.
- getF_targetTopicId() - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_targetTopicId.
- getF_targetTopicId() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_targetTopicId.
- getF_targetTopicId() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_targetTopicId.
- getF_targetTopicId() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_targetTopicId.
- getF_targetTopicId() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_targetTopicId.
- getF_targetTopicId() - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_targetTopicId.
- getF_targetTopicId() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_targetTopicId.
- getF_targetTopicId() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_targetTopicId.
- getF_targetTopicId() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_targetTopicId.
- getF_targetTopicId() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_targetTopicId.
- getF_targetTopicId() - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_targetTopicId.
- getF_targetTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Returns the F_targetTopicId.
- getF_targetTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_targetTopicId.
- getF_targetTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the F_targetTopicId.
- getF_targetTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_targetTopicId.
- getF_targetTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Returns the F_targetTopicId.
- getF_targetTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_targetTopicId.
- getF_targetTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Returns the F_targetTopicId.
- getF_targetTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_targetTopicId.
- getF_targetTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Returns the F_targetTopicId.
- getF_targetTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_targetTopicId.
- getF_titleSearchString() - Method in class com.communote.plugins.api.rest.resource.topic.GetCollectionTopicParameter
-
Returns the F_titleSearchString.
- getF_titleSearchString() - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetCollectionTopicParameter
-
Returns the F_titleSearchString.
- getF_titleSearchString() - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
Returns the F_titleSearchString.
- getF_titleSearchString() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Returns the F_titleSearchString.
- getF_topicAccess() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the constant F_topicAccess.
- getF_topicAccess() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the constant F_topicAccess.
- getF_topicAccess() - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the constant F_topicAccess.
- getF_topicAccess() - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the constant F_topicAccess.
- getF_topicAccess() - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the constant F_topicAccess.
- getF_topicAccess() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the constant F_topicAccess.
- getF_topicAccess() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the constant F_topicAccess.
- getF_topicAccess() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the constant F_topicAccess.
- getF_topicAccess() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the constant F_topicAccess.
- getF_topicAccess() - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the constant F_topicAccess.
- getF_topicAccess() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the constant F_topicAccess.
- getF_topicAccess() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the constant F_topicAccess.
- getF_topicAccess() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the constant F_topicAccess.
- getF_topicAccess() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the constant F_topicAccess.
- getF_topicAccess() - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the constant F_topicAccess.
- getF_topicAccess() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Returns the constant F_topicAccess.
- getF_topicAccess() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the constant F_topicAccess.
- getF_topicAccess() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the constant F_topicAccess.
- getF_topicAccess() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the constant F_topicAccess.
- getF_topicAccess() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Returns the constant F_topicAccess.
- getF_topicAccess() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the constant F_topicAccess.
- getF_topicAccess() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Returns the constant F_topicAccess.
- getF_topicAccess() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the constant F_topicAccess.
- getF_topicAccess() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Returns the constant F_topicAccess.
- getF_topicAccess() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the constant F_topicAccess.
- getF_topicAliases() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the F_topicAliases.
- getF_topicAliases() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_topicAliases.
- getF_topicAliases() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_topicAliases.
- getF_topicAliases() - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_topicAliases.
- getF_topicAliases() - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_topicAliases.
- getF_topicAliases() - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_topicAliases.
- getF_topicAliases() - Method in class com.communote.plugins.api.rest.resource.topic.GetCollectionTopicParameter
-
Returns the F_topicAliases.
- getF_topicAliases() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_topicAliases.
- getF_topicAliases() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_topicAliases.
- getF_topicAliases() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_topicAliases.
- getF_topicAliases() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_topicAliases.
- getF_topicAliases() - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_topicAliases.
- getF_topicAliases() - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetCollectionTopicParameter
-
Returns the F_topicAliases.
- getF_topicAliases() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_topicAliases.
- getF_topicAliases() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_topicAliases.
- getF_topicAliases() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_topicAliases.
- getF_topicAliases() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_topicAliases.
- getF_topicAliases() - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_topicAliases.
- getF_topicAliases() - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
Returns the F_topicAliases.
- getF_topicAliases() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Returns the F_topicAliases.
- getF_topicAliases() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_topicAliases.
- getF_topicAliases() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the F_topicAliases.
- getF_topicAliases() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_topicAliases.
- getF_topicAliases() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Returns the F_topicAliases.
- getF_topicAliases() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_topicAliases.
- getF_topicAliases() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Returns the F_topicAliases.
- getF_topicAliases() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_topicAliases.
- getF_topicAliases() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Returns the F_topicAliases.
- getF_topicAliases() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_topicAliases.
- getF_topicAliases() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Returns the F_topicAliases.
- getF_topicIds() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the F_topicIds.
- getF_topicIds() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_topicIds.
- getF_topicIds() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_topicIds.
- getF_topicIds() - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_topicIds.
- getF_topicIds() - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_topicIds.
- getF_topicIds() - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_topicIds.
- getF_topicIds() - Method in class com.communote.plugins.api.rest.resource.topic.GetCollectionTopicParameter
-
Returns the F_topicIds.
- getF_topicIds() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_topicIds.
- getF_topicIds() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_topicIds.
- getF_topicIds() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_topicIds.
- getF_topicIds() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_topicIds.
- getF_topicIds() - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_topicIds.
- getF_topicIds() - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetCollectionTopicParameter
-
Returns the F_topicIds.
- getF_topicIds() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_topicIds.
- getF_topicIds() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_topicIds.
- getF_topicIds() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_topicIds.
- getF_topicIds() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_topicIds.
- getF_topicIds() - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_topicIds.
- getF_topicIds() - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
Returns the F_topicIds.
- getF_topicIds() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Returns the F_topicIds.
- getF_topicIds() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_topicIds.
- getF_topicIds() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the F_topicIds.
- getF_topicIds() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_topicIds.
- getF_topicIds() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Returns the F_topicIds.
- getF_topicIds() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_topicIds.
- getF_topicIds() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Returns the F_topicIds.
- getF_topicIds() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_topicIds.
- getF_topicIds() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Returns the F_topicIds.
- getF_topicIds() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_topicIds.
- getF_topicIds() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Returns the F_topicIds.
- getF_topicIdsToExclude() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_topicIdsToExclude.
- getF_topicIdsToExclude() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_topicIdsToExclude.
- getF_topicIdsToExclude() - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_topicIdsToExclude.
- getF_topicIdsToExclude() - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_topicIdsToExclude.
- getF_topicIdsToExclude() - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_topicIdsToExclude.
- getF_topicIdsToExclude() - Method in class com.communote.plugins.api.rest.resource.topic.GetCollectionTopicParameter
-
Returns the F_topicIdsToExclude.
- getF_topicIdsToExclude() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_topicIdsToExclude.
- getF_topicIdsToExclude() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_topicIdsToExclude.
- getF_topicIdsToExclude() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_topicIdsToExclude.
- getF_topicIdsToExclude() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_topicIdsToExclude.
- getF_topicIdsToExclude() - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_topicIdsToExclude.
- getF_topicIdsToExclude() - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetCollectionTopicParameter
-
Returns the F_topicIdsToExclude.
- getF_topicIdsToExclude() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_topicIdsToExclude.
- getF_topicIdsToExclude() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_topicIdsToExclude.
- getF_topicIdsToExclude() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_topicIdsToExclude.
- getF_topicIdsToExclude() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_topicIdsToExclude.
- getF_topicIdsToExclude() - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_topicIdsToExclude.
- getF_topicIdsToExclude() - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
Returns the F_topicIdsToExclude.
- getF_topicIdsToExclude() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Returns the F_topicIdsToExclude.
- getF_topicIdsToExclude() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_topicIdsToExclude.
- getF_topicIdsToExclude() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the F_topicIdsToExclude.
- getF_topicIdsToExclude() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_topicIdsToExclude.
- getF_topicIdsToExclude() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Returns the F_topicIdsToExclude.
- getF_topicIdsToExclude() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_topicIdsToExclude.
- getF_topicIdsToExclude() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Returns the F_topicIdsToExclude.
- getF_topicIdsToExclude() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_topicIdsToExclude.
- getF_topicIdsToExclude() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Returns the F_topicIdsToExclude.
- getF_topicIdsToExclude() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_topicIdsToExclude.
- getF_topicIdsToExclude() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Returns the F_topicIdsToExclude.
- getF_topicRelated() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_topicRelated.
- getF_topicRelated() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_topicRelated.
- getF_topicRelated() - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_topicRelated.
- getF_topicRelated() - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_topicRelated.
- getF_topicRelated() - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_topicRelated.
- getF_topicRelated() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_topicRelated.
- getF_topicRelated() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_topicRelated.
- getF_topicRelated() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_topicRelated.
- getF_topicRelated() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_topicRelated.
- getF_topicRelated() - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_topicRelated.
- getF_topicRelated() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_topicRelated.
- getF_topicRelated() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_topicRelated.
- getF_topicRelated() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_topicRelated.
- getF_topicRelated() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_topicRelated.
- getF_topicRelated() - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_topicRelated.
- getF_topicRelated() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Returns the F_topicRelated.
- getF_topicRelated() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_topicRelated.
- getF_topicRelated() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the F_topicRelated.
- getF_topicRelated() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_topicRelated.
- getF_topicRelated() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Returns the F_topicRelated.
- getF_topicRelated() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_topicRelated.
- getF_topicRelated() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Returns the F_topicRelated.
- getF_topicRelated() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_topicRelated.
- getF_topicRelated() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Returns the F_topicRelated.
- getF_topicRelated() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_topicRelated.
- getF_userAlias() - Method in class com.communote.plugins.api.rest.resource.user.GetCollectionUserParameter
-
Returns the F_userAlias.
- getF_userAlias() - Method in class com.communote.plugins.api.rest.v22.resource.user.GetCollectionUserParameter
-
Returns the F_userAlias.
- getF_userAlias() - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Returns the F_userAlias.
- getF_userAlias() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Returns the F_userAlias.
- getF_userAliases() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_userAliases.
- getF_userAliases() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_userAliases.
- getF_userAliases() - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_userAliases.
- getF_userAliases() - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_userAliases.
- getF_userAliases() - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_userAliases.
- getF_userAliases() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_userAliases.
- getF_userAliases() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_userAliases.
- getF_userAliases() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_userAliases.
- getF_userAliases() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_userAliases.
- getF_userAliases() - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_userAliases.
- getF_userAliases() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_userAliases.
- getF_userAliases() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_userAliases.
- getF_userAliases() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_userAliases.
- getF_userAliases() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_userAliases.
- getF_userAliases() - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_userAliases.
- getF_userAliases() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Returns the F_userAliases.
- getF_userAliases() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_userAliases.
- getF_userAliases() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the F_userAliases.
- getF_userAliases() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_userAliases.
- getF_userAliases() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Returns the F_userAliases.
- getF_userAliases() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_userAliases.
- getF_userAliases() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Returns the F_userAliases.
- getF_userAliases() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_userAliases.
- getF_userAliases() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Returns the F_userAliases.
- getF_userAliases() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_userAliases.
- getF_userIds() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the F_userIds.
- getF_userIds() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_userIds.
- getF_userIds() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_userIds.
- getF_userIds() - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_userIds.
- getF_userIds() - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_userIds.
- getF_userIds() - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_userIds.
- getF_userIds() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_userIds.
- getF_userIds() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_userIds.
- getF_userIds() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_userIds.
- getF_userIds() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_userIds.
- getF_userIds() - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_userIds.
- getF_userIds() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_userIds.
- getF_userIds() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_userIds.
- getF_userIds() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_userIds.
- getF_userIds() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_userIds.
- getF_userIds() - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_userIds.
- getF_userIds() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Returns the F_userIds.
- getF_userIds() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_userIds.
- getF_userIds() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the F_userIds.
- getF_userIds() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_userIds.
- getF_userIds() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Returns the F_userIds.
- getF_userIds() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_userIds.
- getF_userIds() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Returns the F_userIds.
- getF_userIds() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_userIds.
- getF_userIds() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Returns the F_userIds.
- getF_userIds() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_userIds.
- getF_userSearchString() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the F_userSearchString.
- getF_userSearchString() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_userSearchString.
- getF_userSearchString() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_userSearchString.
- getF_userSearchString() - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_userSearchString.
- getF_userSearchString() - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_userSearchString.
- getF_userSearchString() - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_userSearchString.
- getF_userSearchString() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_userSearchString.
- getF_userSearchString() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_userSearchString.
- getF_userSearchString() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_userSearchString.
- getF_userSearchString() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_userSearchString.
- getF_userSearchString() - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_userSearchString.
- getF_userSearchString() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_userSearchString.
- getF_userSearchString() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_userSearchString.
- getF_userSearchString() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_userSearchString.
- getF_userSearchString() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_userSearchString.
- getF_userSearchString() - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_userSearchString.
- getF_userSearchString() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Returns the F_userSearchString.
- getF_userSearchString() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the F_userSearchString.
- getF_userSearchString() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the F_userSearchString.
- getF_userSearchString() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the F_userSearchString.
- getF_userSearchString() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Returns the F_userSearchString.
- getF_userSearchString() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the F_userSearchString.
- getF_userSearchString() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Returns the F_userSearchString.
- getF_userSearchString() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the F_userSearchString.
- getF_userSearchString() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Returns the F_userSearchString.
- getF_userSearchString() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the F_userSearchString.
- getFactory() - Method in class com.communote.plugins.mq.adapter.activemq.ActiveMQAdapter
-
- getFailDefinition() - Method in class com.communote.server.api.core.note.NoteStoringTO
-
Get the failDefinition
- getFailedAttemptsBeforePermanentLock() - Method in class com.communote.server.web.fe.portal.user.client.controller.security.AuthenticationForm
-
- getFailedAttemptsBeforeTemporaryLock() - Method in class com.communote.server.web.fe.portal.user.client.controller.security.AuthenticationForm
-
- getFailedAuthCounter() - Method in class com.communote.server.model.user.security.AuthenticationFailedStatus
-
counter of failed auth attemps
- getFailedAuthentication() - Method in class com.communote.server.model.user.User
-
- getFailedNewStatus() - Method in exception com.communote.server.core.user.InvalidUserStatusTransitionException
-
the new status that should have been set, but could not be set.
- getFailureHandler() - Method in class com.communote.server.web.external.spring.security.AuthenticationSuccessFailureFilter
-
- getFallback() - Method in class com.communote.server.model.user.NotificationConfig
-
- getFallbackAbsolutePath() - Method in class com.communote.server.web.commons.resource.impl.PropertyResourceDescriptor
-
- getFallbackLocale() - Static method in class com.communote.server.core.user.UserManagementHelper
-
- getFaviconUrl(HttpServletRequest) - Method in class com.communote.server.web.commons.resource.FaviconProviderManager
-
Return the favicon icon URL.
- getFaviconUrl() - Method in class com.communote.server.web.commons.viewtool.UrlTool
-
- getFavorite() - Method in class com.communote.plugins.api.rest.resource.note.favorite.CreateFavoriteParameter
-
Returns the Favorite.
- getFavorite() - Method in class com.communote.plugins.api.rest.resource.note.favorite.FavoriteResource
-
Returns the Favorite.
- getFavorite() - Method in class com.communote.plugins.api.rest.resource.note.favorite.GetCollectionFavoriteParameter
-
Returns the Favorite.
- getFavorite() - Method in class com.communote.plugins.api.rest.v22.resource.note.favorite.CreateFavoriteParameter
-
Returns the Favorite.
- getFavorite() - Method in class com.communote.plugins.api.rest.v22.resource.note.favorite.FavoriteResource
-
Returns the Favorite.
- getFavorite() - Method in class com.communote.plugins.api.rest.v22.resource.note.favorite.GetCollectionFavoriteParameter
-
Returns the Favorite.
- getFavorite() - Method in class com.communote.plugins.api.rest.v24.resource.note.favorite.CreateFavoriteParameter
-
Returns the Favorite.
- getFavorite() - Method in class com.communote.plugins.api.rest.v24.resource.note.favorite.FavoriteResource
-
Returns the Favorite.
- getFavorite() - Method in class com.communote.plugins.api.rest.v24.resource.note.favorite.GetCollectionFavoriteParameter
-
Returns the Favorite.
- getFavorite() - Method in class com.communote.plugins.api.rest.v30.resource.note.favorite.CreateFavoriteParameter
-
Returns the Favorite.
- getFavorite() - Method in class com.communote.plugins.api.rest.v30.resource.note.favorite.FavoriteResource
-
Returns the Favorite.
- getFavorite() - Method in class com.communote.plugins.api.rest.v30.resource.note.favorite.GetCollectionFavoriteParameter
-
Returns the Favorite.
- getFavoriteId() - Method in class com.communote.plugins.api.rest.resource.note.favorite.CreateFavoriteParameter
-
Returns the FavoriteId.
- getFavoriteId() - Method in class com.communote.plugins.api.rest.resource.note.favorite.DeleteFavoriteParameter
-
Returns the FavoriteId.
- getFavoriteId() - Method in class com.communote.plugins.api.rest.resource.note.favorite.FavoriteResource
-
Returns the FavoriteId.
- getFavoriteId() - Method in class com.communote.plugins.api.rest.resource.note.favorite.GetCollectionFavoriteParameter
-
Returns the FavoriteId.
- getFavoriteId() - Method in class com.communote.plugins.api.rest.v22.resource.note.favorite.CreateFavoriteParameter
-
Returns the FavoriteId.
- getFavoriteId() - Method in class com.communote.plugins.api.rest.v22.resource.note.favorite.DeleteFavoriteParameter
-
Returns the FavoriteId.
- getFavoriteId() - Method in class com.communote.plugins.api.rest.v22.resource.note.favorite.FavoriteResource
-
Returns the FavoriteId.
- getFavoriteId() - Method in class com.communote.plugins.api.rest.v22.resource.note.favorite.GetCollectionFavoriteParameter
-
Returns the FavoriteId.
- getFavoriteId() - Method in class com.communote.plugins.api.rest.v24.resource.note.favorite.CreateFavoriteParameter
-
Returns the FavoriteId.
- getFavoriteId() - Method in class com.communote.plugins.api.rest.v24.resource.note.favorite.DeleteFavoriteParameter
-
Returns the FavoriteId.
- getFavoriteId() - Method in class com.communote.plugins.api.rest.v24.resource.note.favorite.FavoriteResource
-
Returns the FavoriteId.
- getFavoriteId() - Method in class com.communote.plugins.api.rest.v24.resource.note.favorite.GetCollectionFavoriteParameter
-
Returns the FavoriteId.
- getFavoriteId() - Method in class com.communote.plugins.api.rest.v30.resource.note.favorite.CreateFavoriteParameter
-
Returns the FavoriteId.
- getFavoriteId() - Method in class com.communote.plugins.api.rest.v30.resource.note.favorite.DeleteFavoriteParameter
-
Returns the FavoriteId.
- getFavoriteId() - Method in class com.communote.plugins.api.rest.v30.resource.note.favorite.FavoriteResource
-
Returns the FavoriteId.
- getFavoriteId() - Method in class com.communote.plugins.api.rest.v30.resource.note.favorite.GetCollectionFavoriteParameter
-
Returns the FavoriteId.
- getFavoriteNoteIds(Long, Long, Long) - Method in interface com.communote.server.persistence.blog.NoteDao
-
Returns the favorite notes of the given user within the given range.
- getFavoriteNoteIds(Long, Long, Long) - Method in class com.communote.server.persistence.blog.NoteDaoBase
-
- getFavoriteUsers() - Method in class com.communote.server.model.note.Note
-
- getFax() - Method in class com.communote.server.core.filter.listitems.UserProfileDetailListItem
-
- getFax() - Method in class com.communote.server.model.user.Contact
-
Faxnumber of the user address with the scheme - countryCode cityCode phoneNumber, which is
given by the EmbeddedValue PhoneNumber.
- getFax() - Method in class com.communote.server.persistence.user.UserProfileVO
-
- getFax() - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileForm
-
Get the fax object of this User and if it's associated fax is null create a new one.
- getFax() - Method in class com.communote.server.web.fe.widgets.user.profile.AboutUserProfileWidget
-
- getFaxAreaCode() - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Returns the FaxAreaCode.
- getFaxAreaCode() - Method in class com.communote.plugins.api.rest.v24.resource.user.GetUserParameter
-
Returns the FaxAreaCode.
- getFaxAreaCode() - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResource
-
Returns the FaxAreaCode.
- getFaxAreaCode() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Returns the FaxAreaCode.
- getFaxAreaCode() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetUserParameter
-
Returns the FaxAreaCode.
- getFaxAreaCode() - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
Returns the FaxAreaCode.
- getFaxCountryCode() - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Returns the FaxCountryCode.
- getFaxCountryCode() - Method in class com.communote.plugins.api.rest.v24.resource.user.GetUserParameter
-
Returns the FaxCountryCode.
- getFaxCountryCode() - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResource
-
Returns the FaxCountryCode.
- getFaxCountryCode() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Returns the FaxCountryCode.
- getFaxCountryCode() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetUserParameter
-
Returns the FaxCountryCode.
- getFaxCountryCode() - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
Returns the FaxCountryCode.
- getFaxNumber() - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Returns the FaxNumber.
- getFaxNumber() - Method in class com.communote.plugins.api.rest.v24.resource.user.GetUserParameter
-
Returns the FaxNumber.
- getFaxNumber() - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResource
-
Returns the FaxNumber.
- getFaxNumber() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Returns the FaxNumber.
- getFaxNumber() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetUserParameter
-
Returns the FaxNumber.
- getFaxNumber() - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
Returns the FaxNumber.
- getFeedbackMessageAfterModification(NoteModificationResult, Locale) - Static method in class com.communote.server.persistence.blog.CreateBlogPostHelper
-
Creates a feedback message after post creation / update that contains errors or warnings.
- getFetchingTimeout() - Method in class com.communote.server.web.fe.portal.user.system.communication.MailInForm
-
- getFetchTimeout() - Method in class com.communote.server.core.mail.fetching.MailboxConnection
-
- getFieldName() - Method in class com.communote.server.core.vo.query.search.Filter
-
- getFile() - Method in class com.communote.server.core.vo.content.AttachmentFileTO
-
- getFile(ResourceDescriptor, String) - Method in class com.communote.server.web.commons.resource.impl.ResourceConcatenator
-
Get the file of the resource to append.
- getFile(String, boolean) - Method in class com.communote.server.web.fe.portal.controller.ResourceStoreDownloadController
-
Get the file for the category.
- getFileExtension() - Method in class com.communote.server.core.blog.export.impl.RssNoteWriter
- getFileExtension() - Method in class com.communote.server.core.blog.export.impl.RtfNoteWriter
- getFileExtension() - Method in interface com.communote.server.core.blog.export.NoteWriter
- getFileName() - Method in class com.communote.plugins.api.rest.resource.attachment.AttachmentResource
-
Returns the FileName.
- getFileName() - Method in class com.communote.plugins.api.rest.resource.attachment.GetAttachmentParameter
-
Returns the FileName.
- getFileName() - Method in class com.communote.plugins.api.rest.v22.resource.attachment.AttachmentResource
-
Returns the FileName.
- getFileName() - Method in class com.communote.plugins.api.rest.v22.resource.attachment.CreateAttachmentParameter
-
Returns the FileName.
- getFileName() - Method in class com.communote.plugins.api.rest.v22.resource.attachment.GetAttachmentParameter
-
Returns the FileName.
- getFileName() - Method in class com.communote.plugins.api.rest.v24.resource.attachment.AttachmentResource
-
Returns the FileName.
- getFileName() - Method in class com.communote.plugins.api.rest.v24.resource.attachment.CreateAttachmentParameter
-
Returns the FileName.
- getFileName() - Method in class com.communote.plugins.api.rest.v24.resource.attachment.GetAttachmentParameter
-
Returns the FileName.
- getFileName() - Method in class com.communote.plugins.api.rest.v30.resource.attachment.AttachmentResource
-
Returns the FileName.
- getFileName() - Method in class com.communote.plugins.api.rest.v30.resource.attachment.CreateAttachmentParameter
-
Returns the FileName.
- getFileName() - Method in class com.communote.plugins.api.rest.v30.resource.attachment.GetAttachmentParameter
-
Returns the FileName.
- getFileName() - Method in class com.communote.server.api.core.attachment.AttachmentData
-
- getFilename() - Method in exception com.communote.server.core.blog.AttachmentAlreadyAssignedException
-
- getFilename() - Method in class com.communote.server.core.crc.vo.ContentMetadata
-
- getFileName() - Method in class com.communote.server.web.commons.resource.impl.CachedFileDescriptor
-
- getFileType() - Method in class com.communote.plugins.api.rest.resource.attachment.AttachmentResource
-
Returns the FileType.
- getFileType() - Method in class com.communote.plugins.api.rest.resource.attachment.CreateAttachmentParameter
-
Returns the FileType.
- getFileType() - Method in class com.communote.plugins.api.rest.resource.attachment.GetAttachmentParameter
-
Returns the FileType.
- getFileType() - Method in class com.communote.plugins.api.rest.v22.resource.attachment.AttachmentResource
-
Returns the FileType.
- getFileType() - Method in class com.communote.plugins.api.rest.v22.resource.attachment.CreateAttachmentParameter
-
Returns the FileType.
- getFileType() - Method in class com.communote.plugins.api.rest.v22.resource.attachment.GetAttachmentParameter
-
Returns the FileType.
- getFileType() - Method in class com.communote.plugins.api.rest.v24.resource.attachment.AttachmentResource
-
Returns the FileType.
- getFileType() - Method in class com.communote.plugins.api.rest.v24.resource.attachment.CreateAttachmentParameter
-
Returns the FileType.
- getFileType() - Method in class com.communote.plugins.api.rest.v24.resource.attachment.GetAttachmentParameter
-
Returns the FileType.
- getFileType() - Method in class com.communote.plugins.api.rest.v30.resource.attachment.AttachmentResource
-
Returns the FileType.
- getFileType() - Method in class com.communote.plugins.api.rest.v30.resource.attachment.CreateAttachmentParameter
-
Returns the FileType.
- getFileType() - Method in class com.communote.plugins.api.rest.v30.resource.attachment.GetAttachmentParameter
-
Returns the FileType.
- getFilledConfig() - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
- getFilter() - Method in class com.communote.server.core.vo.query.search.StringFilter
-
- getFilter() - Method in class com.communote.server.web.fe.widgets.clouds.HierarchyTagEntry
-
Get the filter
- getFilterDefintion() - Method in class com.communote.server.core.property.PropertyAccessor
-
- getFilterHtml() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the FilterHtml.
- getFilterHtml() - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Returns the FilterHtml.
- getFilterHtml() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the FilterHtml.
- getFilterHtml() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetTimelineNoteParameter
-
Returns the FilterHtml.
- getFilterHtml() - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Returns the FilterHtml.
- getFilterHtml() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the FilterHtml.
- getFilterHtml() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetTimelineNoteParameter
-
Returns the FilterHtml.
- getFilterHtml() - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Returns the FilterHtml.
- getFilterHtml() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the FilterHtml.
- getFilterHtml() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
Returns the FilterHtml.
- getFilterHtml() - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Returns the FilterHtml.
- getFilterHtml() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the FilterHtml.
- getFilterHtml() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the FilterHtml.
- getFilterHtml() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
Returns the FilterHtml.
- getFilterManagement() - Method in class com.communote.server.web.filter.PluginAuthenticationFilter
-
- getFilters() - Method in class com.communote.server.api.core.security.permission.BasePermissionManagement
-
- getFilters() - Method in class com.communote.server.core.vo.user.NavigationItemDataTO
-
- getFiltersForComment(Long, Collection<StringPropertyTO>) - Method in interface com.communote.server.api.core.note.AutosavePropertyFilterProvider
-
Get the filter for retrieving an autosave for a comment to a note.
- getFiltersForComment(Long, Collection<StringPropertyTO>) - Method in interface com.communote.server.api.core.note.AutosavePropertyFilterProviderManager
-
Get the filter for retrieving an autosave for a comment to a note.
- getFiltersForComment(Long, Collection<StringPropertyTO>) - Method in class com.communote.server.core.note.AutosavePropertyFilterProviderManagerImpl
-
- getFiltersForComment(Long, Collection<StringPropertyTO>) - Method in class com.communote.server.core.note.RepostAutosavePropertyFilterProvider
-
- getFiltersForCreate(Collection<StringPropertyTO>) - Method in interface com.communote.server.api.core.note.AutosavePropertyFilterProvider
-
Get the filter for retrieving an autosave for a new note.
- getFiltersForCreate(Collection<StringPropertyTO>) - Method in interface com.communote.server.api.core.note.AutosavePropertyFilterProviderManager
-
Get the filter for retrieving an autosave for a new note.
- getFiltersForCreate(Collection<StringPropertyTO>) - Method in class com.communote.server.core.note.AutosavePropertyFilterProviderManagerImpl
-
- getFiltersForCreate(Collection<StringPropertyTO>) - Method in class com.communote.server.core.note.RepostAutosavePropertyFilterProvider
-
- getFiltersForUpdate(Long, Collection<StringPropertyTO>) - Method in interface com.communote.server.api.core.note.AutosavePropertyFilterProvider
-
Get the filter for retrieving an autosave for editing a note.
- getFiltersForUpdate(Long, Collection<StringPropertyTO>) - Method in interface com.communote.server.api.core.note.AutosavePropertyFilterProviderManager
-
Get the filter for retrieving an autosave for editing a note.
- getFiltersForUpdate(Long, Collection<StringPropertyTO>) - Method in class com.communote.server.core.note.AutosavePropertyFilterProviderManagerImpl
-
- getFiltersForUpdate(Long, Collection<StringPropertyTO>) - Method in class com.communote.server.core.note.RepostAutosavePropertyFilterProvider
-
- getFinishView() - Method in class com.communote.server.web.fe.installer.controller.InstallationController
-
- getFinishView() - Method in class com.communote.server.web.fe.portal.user.controller.ConfirmUserController
-
Gets the finish view.
- getFirst() - Method in class com.communote.common.util.OrderableManager
-
- getFirstName() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the FirstName.
- getFirstName() - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Returns the FirstName.
- getFirstName() - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Returns the FirstName.
- getFirstName() - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the FirstName.
- getFirstName() - Method in class com.communote.plugins.api.rest.resource.timelineuser.TimelineUserResource
-
Returns the FirstName.
- getFirstName() - Method in class com.communote.plugins.api.rest.resource.user.EditUserParameter
-
Returns the FirstName.
- getFirstName() - Method in class com.communote.plugins.api.rest.resource.user.GetCollectionUserParameter
-
Returns the FirstName.
- getFirstName() - Method in class com.communote.plugins.api.rest.resource.user.GetUserParameter
-
Returns the FirstName.
- getFirstName() - Method in class com.communote.plugins.api.rest.resource.user.UserResource
-
Returns the FirstName.
- getFirstName() - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Returns the FirstName.
- getFirstName() - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Returns the FirstName.
- getFirstName() - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the FirstName.
- getFirstName() - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.TimelineUserResource
-
Returns the FirstName.
- getFirstName() - Method in class com.communote.plugins.api.rest.v22.resource.user.EditUserParameter
-
Returns the FirstName.
- getFirstName() - Method in class com.communote.plugins.api.rest.v22.resource.user.GetCollectionUserParameter
-
Returns the FirstName.
- getFirstName() - Method in class com.communote.plugins.api.rest.v22.resource.user.GetUserParameter
-
Returns the FirstName.
- getFirstName() - Method in class com.communote.plugins.api.rest.v22.resource.user.UserResource
-
Returns the FirstName.
- getFirstName() - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Returns the FirstName.
- getFirstName() - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Returns the FirstName.
- getFirstName() - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the FirstName.
- getFirstName() - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.TimelineUserResource
-
Returns the FirstName.
- getFirstName() - Method in class com.communote.plugins.api.rest.v24.resource.user.EditUserParameter
-
Returns the FirstName.
- getFirstName() - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Returns the FirstName.
- getFirstName() - Method in class com.communote.plugins.api.rest.v24.resource.user.GetUserParameter
-
Returns the FirstName.
- getFirstName() - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResource
-
Returns the FirstName.
- getFirstName() - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Returns the FirstName.
- getFirstName() - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Returns the FirstName.
- getFirstName() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the FirstName.
- getFirstName() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.TimelineUserResource
-
Returns the FirstName.
- getFirstName() - Method in class com.communote.plugins.api.rest.v30.resource.user.EditUserParameter
-
Returns the FirstName.
- getFirstName() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Returns the FirstName.
- getFirstName() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetUserParameter
-
Returns the FirstName.
- getFirstName() - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
Returns the FirstName.
- getFirstName() - Method in class com.communote.server.api.core.user.UserData
-
Get the firstname of user
- getFirstName() - Method in class com.communote.server.api.core.user.UserVO
-
- getFirstName() - Method in class com.communote.server.core.filter.listitems.blog.member.UserListItem
-
- getFirstName() - Method in class com.communote.server.core.user.UserProfileDetails
-
- getFirstName() - Method in interface com.communote.server.model.user.UserName
-
- getFirstName() - Method in class com.communote.server.model.user.UserProfile
-
- getFirstName() - Method in class com.communote.server.persistence.user.InviteUserForm
-
Gets the firstName.
- getFirstName() - Method in class com.communote.server.persistence.user.UserProfileVO
-
- getFirstName() - Method in class com.communote.server.web.fe.portal.user.forms.RegistrationForm
-
Gets the first name.
- getFirstName() - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileForm
-
Gets the first name.
- getFirstNonHiddenTabId() - Method in class com.communote.server.web.fe.widgets.controls.MultiViewTabWidget
-
Returns the ID of the first tab not marked as hidden.
- getFixedProfileFields() - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileForm
-
- getFolder() - Method in class com.communote.server.core.mail.fetching.ImapMailboxConnection
-
Returns the mailbox folder or null if not initialized or available.
- getFolder() - Method in class com.communote.server.core.mail.fetching.MailboxConnection
-
Returns the mailbox folder or null if not initialized or available.
- getFollow() - Method in class com.communote.plugins.api.rest.resource.topic.follow.CreateFollowParameter
-
Returns the Follow.
- getFollow() - Method in class com.communote.plugins.api.rest.resource.topic.follow.FollowResource
-
Returns the Follow.
- getFollow() - Method in class com.communote.plugins.api.rest.resource.topic.follow.GetCollectionFollowParameter
-
Returns the Follow.
- getFollow() - Method in class com.communote.plugins.api.rest.resource.user.follow.CreateFollowParameter
-
Returns the Follow.
- getFollow() - Method in class com.communote.plugins.api.rest.resource.user.follow.FollowResource
-
Returns the Follow.
- getFollow() - Method in class com.communote.plugins.api.rest.resource.user.follow.GetCollectionFollowParameter
-
Returns the Follow.
- getFollow() - Method in class com.communote.plugins.api.rest.v22.resource.topic.follow.CreateFollowParameter
-
Returns the Follow.
- getFollow() - Method in class com.communote.plugins.api.rest.v22.resource.topic.follow.FollowResource
-
Returns the Follow.
- getFollow() - Method in class com.communote.plugins.api.rest.v22.resource.topic.follow.GetCollectionFollowParameter
-
Returns the Follow.
- getFollow() - Method in class com.communote.plugins.api.rest.v22.resource.user.follow.CreateFollowParameter
-
Returns the Follow.
- getFollow() - Method in class com.communote.plugins.api.rest.v22.resource.user.follow.FollowResource
-
Returns the Follow.
- getFollow() - Method in class com.communote.plugins.api.rest.v22.resource.user.follow.GetCollectionFollowParameter
-
Returns the Follow.
- getFollow() - Method in class com.communote.plugins.api.rest.v24.resource.topic.follow.CreateFollowParameter
-
Returns the Follow.
- getFollow() - Method in class com.communote.plugins.api.rest.v24.resource.topic.follow.FollowResource
-
Returns the Follow.
- getFollow() - Method in class com.communote.plugins.api.rest.v24.resource.topic.follow.GetCollectionFollowParameter
-
Returns the Follow.
- getFollow() - Method in class com.communote.plugins.api.rest.v24.resource.user.follow.CreateFollowParameter
-
Returns the Follow.
- getFollow() - Method in class com.communote.plugins.api.rest.v24.resource.user.follow.FollowResource
-
Returns the Follow.
- getFollow() - Method in class com.communote.plugins.api.rest.v24.resource.user.follow.GetCollectionFollowParameter
-
Returns the Follow.
- getFollow() - Method in class com.communote.plugins.api.rest.v30.resource.topic.follow.CreateFollowParameter
-
Returns the Follow.
- getFollow() - Method in class com.communote.plugins.api.rest.v30.resource.topic.follow.FollowResource
-
Returns the Follow.
- getFollow() - Method in class com.communote.plugins.api.rest.v30.resource.topic.follow.GetCollectionFollowParameter
-
Returns the Follow.
- getFollow() - Method in class com.communote.plugins.api.rest.v30.resource.user.follow.CreateFollowParameter
-
Returns the Follow.
- getFollow() - Method in class com.communote.plugins.api.rest.v30.resource.user.follow.FollowResource
-
Returns the Follow.
- getFollow() - Method in class com.communote.plugins.api.rest.v30.resource.user.follow.GetCollectionFollowParameter
-
Returns the Follow.
- getFollowableItems() - Method in class com.communote.server.model.note.Note
-
- getFollowedBlogs(Long, long, long) - Method in interface com.communote.server.persistence.user.UserDao
-
Returns the IDs of the blogs which a user follows
- getFollowedBlogs(Long, long, long) - Method in class com.communote.server.persistence.user.UserDaoBase
-
- getFollowedDiscussions(Long, long, long) - Method in interface com.communote.server.persistence.user.UserDao
-
Returns the IDs of the discussions followed by a user.
- getFollowedDiscussions(Long, long, long) - Method in class com.communote.server.persistence.user.UserDaoBase
-
- getFollowedEntityType() - Method in class com.communote.server.core.follow.FollowCacheKey
-
- getFollowedItems() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the FollowedItems.
- getFollowedItems() - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Returns the FollowedItems.
- getFollowedItems() - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Returns the FollowedItems.
- getFollowedItems() - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Returns the FollowedItems.
- getFollowedItems() - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Returns the FollowedItems.
- getFollowedItems() - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Returns the FollowedItems.
- getFollowedItems() - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Returns the FollowedItems.
- getFollowedItems() - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Returns the FollowedItems.
- getFollowedItems() - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Returns the FollowedItems.
- getFollowedItems() - Method in class com.communote.server.model.user.User
-
- getFollowedTags(Long, Long, Long) - Method in interface com.communote.server.persistence.user.UserDao
-
- getFollowedTags(Long, Long, Long) - Method in class com.communote.server.persistence.user.UserDaoBase
-
- getFollowedUsers(Long, long, long) - Method in interface com.communote.server.persistence.user.UserDao
-
Returns the IDs of the users a user follows.
- getFollowedUsers(Long, long, long) - Method in class com.communote.server.persistence.user.UserDaoBase
-
- getFollowers() - Method in class com.communote.server.model.global.GlobalId
-
- getFollowers(Long) - Method in interface com.communote.server.persistence.tag.TagDao
-
Return the IDs of all users that follow the tag with the given ID.
- getFollowers(Long) - Method in class com.communote.server.persistence.tag.TagDaoImpl
-
- getFollowId() - Method in class com.communote.plugins.api.rest.resource.topic.follow.CreateFollowParameter
-
Returns the FollowId.
- getFollowId() - Method in class com.communote.plugins.api.rest.resource.topic.follow.DeleteFollowParameter
-
Returns the FollowId.
- getFollowId() - Method in class com.communote.plugins.api.rest.resource.topic.follow.FollowResource
-
Returns the FollowId.
- getFollowId() - Method in class com.communote.plugins.api.rest.resource.topic.follow.GetCollectionFollowParameter
-
Returns the FollowId.
- getFollowId() - Method in class com.communote.plugins.api.rest.resource.user.follow.CreateFollowParameter
-
Returns the FollowId.
- getFollowId() - Method in class com.communote.plugins.api.rest.resource.user.follow.DeleteFollowParameter
-
Returns the FollowId.
- getFollowId() - Method in class com.communote.plugins.api.rest.resource.user.follow.FollowResource
-
Returns the FollowId.
- getFollowId() - Method in class com.communote.plugins.api.rest.resource.user.follow.GetCollectionFollowParameter
-
Returns the FollowId.
- getFollowId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.follow.CreateFollowParameter
-
Returns the FollowId.
- getFollowId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.follow.DeleteFollowParameter
-
Returns the FollowId.
- getFollowId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.follow.FollowResource
-
Returns the FollowId.
- getFollowId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.follow.GetCollectionFollowParameter
-
Returns the FollowId.
- getFollowId() - Method in class com.communote.plugins.api.rest.v22.resource.user.follow.CreateFollowParameter
-
Returns the FollowId.
- getFollowId() - Method in class com.communote.plugins.api.rest.v22.resource.user.follow.DeleteFollowParameter
-
Returns the FollowId.
- getFollowId() - Method in class com.communote.plugins.api.rest.v22.resource.user.follow.FollowResource
-
Returns the FollowId.
- getFollowId() - Method in class com.communote.plugins.api.rest.v22.resource.user.follow.GetCollectionFollowParameter
-
Returns the FollowId.
- getFollowId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.follow.CreateFollowParameter
-
Returns the FollowId.
- getFollowId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.follow.DeleteFollowParameter
-
Returns the FollowId.
- getFollowId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.follow.FollowResource
-
Returns the FollowId.
- getFollowId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.follow.GetCollectionFollowParameter
-
Returns the FollowId.
- getFollowId() - Method in class com.communote.plugins.api.rest.v24.resource.user.follow.CreateFollowParameter
-
Returns the FollowId.
- getFollowId() - Method in class com.communote.plugins.api.rest.v24.resource.user.follow.DeleteFollowParameter
-
Returns the FollowId.
- getFollowId() - Method in class com.communote.plugins.api.rest.v24.resource.user.follow.FollowResource
-
Returns the FollowId.
- getFollowId() - Method in class com.communote.plugins.api.rest.v24.resource.user.follow.GetCollectionFollowParameter
-
Returns the FollowId.
- getFollowId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.follow.CreateFollowParameter
-
Returns the FollowId.
- getFollowId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.follow.DeleteFollowParameter
-
Returns the FollowId.
- getFollowId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.follow.FollowResource
-
Returns the FollowId.
- getFollowId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.follow.GetCollectionFollowParameter
-
Returns the FollowId.
- getFollowId() - Method in class com.communote.plugins.api.rest.v30.resource.user.follow.CreateFollowParameter
-
Returns the FollowId.
- getFollowId() - Method in class com.communote.plugins.api.rest.v30.resource.user.follow.DeleteFollowParameter
-
Returns the FollowId.
- getFollowId() - Method in class com.communote.plugins.api.rest.v30.resource.user.follow.FollowResource
-
Returns the FollowId.
- getFollowId() - Method in class com.communote.plugins.api.rest.v30.resource.user.follow.GetCollectionFollowParameter
-
Returns the FollowId.
- getFollowId() - Method in class com.communote.server.model.blog.Blog
-
- getFollowId() - Method in interface com.communote.server.model.follow.Followable
-
- getFollowId() - Method in class com.communote.server.model.note.Note
-
- getFollowId() - Method in class com.communote.server.model.tag.Tag
-
- getFollowId() - Method in class com.communote.server.model.tag.TagImpl
- getFollowId() - Method in class com.communote.server.model.user.CommunoteEntity
-
- getFollowId() - Method in class com.communote.server.model.user.group.Group
- getFollowId() - Method in class com.communote.server.model.user.User
- getForceActivityCreation() - Method in class com.communote.plugins.activity.core.ManagerGainedTopicAccessRightsChangedEventListener
-
- getForceActivityCreation() - Method in class com.communote.plugins.activity.core.TopicAccessRightsChangedEventListener
-
- getForceSsl() - Method in class com.communote.server.model.security.ChannelConfiguration
-
Defines it is forced to use an secure channel or if an insecure channel is possible.
- getFormattedLockedTimeout(Locale, TimeZone) - Method in exception com.communote.server.external.acegi.UserAccountTemporarilyLockedException
-
A formatted locked timeout
- getFormatType() - Method in class com.communote.common.image.ImageScaler
-
- getFormName() - Method in class com.communote.server.web.fe.portal.AbstractFormBean
-
Deprecated.
- getFormSendMarker() - Method in class com.communote.server.web.fe.portal.user.forms.RegistrationForm
-
Gets the send.
- getFormView() - Method in class com.communote.server.web.fe.portal.controller.SecurityCodeConfirmationController
-
Get the form view
- getFramework() - Method in class com.communote.server.core.osgi.OSGiManagement
-
- getFromAddress() - Method in class com.communote.server.core.mail.messages.MailMessage
-
Get the email address of the sender.
If no address has been set the configured address of the Communote installation will be returned.
- getFromAddressName() - Method in class com.communote.server.core.mail.messages.MailMessage
-
Get the personal name of the sender.
- getFromDate() - Method in class com.communote.server.core.vo.query.search.DateFilter
-
- getFullContent() - Method in class com.communote.server.core.note.processor.NoteContentHolder
-
- getFulltextParameterValue(String, MatchMode) - Method in interface com.communote.server.api.core.config.database.DatabaseConfiguration
-
Get the (database specific) parameter value for the given pattern
- getFulltextParameterValue(String, MatchMode, boolean) - Method in interface com.communote.server.api.core.config.database.DatabaseConfiguration
-
Get the (database specific) parameter value for the given pattern
- getFulltextParameterValue(String, MatchMode, boolean) - Method in class com.communote.server.core.database.config.FulltextSupportingDatabaseConfiguration
-
Get the (database specific) parameter value for the given pattern
- getFulltextParameterValue(String, MatchMode, boolean) - Method in class com.communote.server.core.database.config.StandardDatabaseConfiguration
-
Get the (database specific) parameter value for the given pattern
- getFulltextParameterValue(String, MatchMode) - Method in class com.communote.server.core.database.config.StandardDatabaseConfiguration
-
Get the (database specific) parameter value for the given pattern
- getFullTextSearchFields(I) - Method in class com.communote.server.core.vo.query.TaggingCoreItemQueryDefinition
-
- getFullTextSearchFilters() - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
- getFullTextSearchParameterNames() - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
- getFulltextSQLFunction() - Method in interface com.communote.server.api.core.config.database.DatabaseConfiguration
-
Return the SQL function that translates the HQL 'fulltext' function to SQL.
- getFulltextSQLFunction() - Method in class com.communote.server.core.database.config.FulltextSupportingDatabaseConfiguration
-
Return the SQL function that translates the HQL 'fulltext' function to SQL.
- getFulltextSQLFunction() - Method in class com.communote.server.core.database.config.StandardDatabaseConfiguration
-
Return the SQL function that translates the HQL 'fulltext' function to SQL.
- getGetAttachmentAsBinary() - Method in class com.communote.plugins.api.rest.resource.attachment.GetAttachmentParameter
-
Returns the GetAttachmentAsBinary.
- getGetAttachmentAsBinary() - Method in class com.communote.plugins.api.rest.v22.resource.attachment.GetAttachmentParameter
-
Returns the GetAttachmentAsBinary.
- getGetAttachmentAsBinary() - Method in class com.communote.plugins.api.rest.v24.resource.attachment.GetAttachmentParameter
-
Returns the GetAttachmentAsBinary.
- getGetAttachmentAsBinary() - Method in class com.communote.plugins.api.rest.v30.resource.attachment.GetAttachmentParameter
-
Returns the GetAttachmentAsBinary.
- getGlobalClientId() - Static method in class com.communote.server.persistence.user.client.ClientHelper
-
Return the ID of the global client.
- getGlobalId() - Method in class com.communote.server.model.attachment.Attachment
-
- getGlobalId() - Method in class com.communote.server.model.blog.Blog
-
- getGlobalId() - Method in interface com.communote.server.model.global.GlobalIdentifiable
-
- getGlobalId() - Method in class com.communote.server.model.note.Note
-
- getGlobalId() - Method in class com.communote.server.model.tag.Tag
-
- getGlobalId() - Method in class com.communote.server.model.user.CommunoteEntity
-
- getGlobalIdDao() - Method in class com.communote.server.persistence.blog.BlogDaoBase
-
Gets the reference to globalIdDao
.
- getGlobalIdDao() - Method in class com.communote.server.persistence.blog.NoteDaoBase
-
Gets the reference to globalIdDao
.
- getGlobalIdDao() - Method in class com.communote.server.persistence.resource.AttachmentDaoBase
-
Gets the reference to globalIdDao
.
- getGlobalIdDao() - Method in class com.communote.server.persistence.tag.TagDaoBase
-
Gets the reference to globalIdDao
.
- getGlobalIdDao() - Method in class com.communote.server.persistence.user.group.GroupDaoBase
-
Gets the reference to globalIdDao
.
- getGlobalIdDao() - Method in class com.communote.server.persistence.user.UserDaoBase
-
Gets the reference to globalIdDao
.
- getGlobalIdentifier() - Method in class com.communote.server.model.global.GlobalId
-
The global identifier value
- getGlobalIdPath() - Method in enum com.communote.server.persistence.global.GlobalIdType
-
- getGlobalModel() - Method in class com.communote.server.core.mail.messages.MailMessage
-
Model of key-value pairs with common data useful for all mail messages.
- getGlobalObjectProperty(PropertyType, Long, String) - Method in interface com.communote.server.api.core.property.PropertyManagement
-
Get a global property which is a property with the predefined key group "global"
- getGlobalObjectProperty(Long, String) - Method in class com.communote.server.core.property.PropertyAccessor
-
Get an global property, that is one with no key group (internal the key group will be global
however).
- getGlobalObjectProperty(PropertyType, Long, String) - Method in class com.communote.server.core.property.PropertyManagementImpl
-
- getGlobalTagCategoryDao() - Method in class com.communote.server.core.tag.category.TagCategoryManagementBase
-
Gets the reference to globalTagCategory
's DAO.
- getGrantedAuthorities(User) - Static method in class com.communote.server.core.user.UserAuthorityHelper
-
Gets the granted Spring Security authorities of an user.
- getGrantedBlogRole() - Method in class com.communote.server.core.filter.listitems.blog.member.BlogRoleEntityListItem
-
- getGrantedEntityId() - Method in class com.communote.server.core.blog.events.EntityTopicAccessRightsChangedEvent
-
- getGrantingGroupId() - Method in class com.communote.server.core.blog.events.UserToTopicRoleMappingChangedEvent
-
- getGrantingGroups() - Method in class com.communote.server.model.blog.UserToBlogRoleMapping
-
The groups which granted the role to the user because of the membership of the user in the
group and adding the group to the blog.
- getGrantingUserId() - Method in class com.communote.server.core.blog.events.TopicAccessRightsChangedEvent
-
- getGroup(ExternalUserGroup) - Method in class com.communote.plugin.ldap.LdapUserGroupAccessor
-
Retrieves the current data of a group in the external system.
- getGroup(String) - Method in class com.communote.plugin.ldap.LdapUserGroupAccessor
-
Retrieves the current data of a group in the external system by the external group
identifier.
- getGroup(String, boolean, Converter<Group, T>) - Static method in class com.communote.plugins.api.rest.v30.resource.group.GroupResourceHelper
-
- getGroup() - Method in class com.communote.plugins.mq.message.core.data.property.StringProperty
-
- getGroup(String) - Method in class com.communote.server.core.common.ldap.LdapGroupSearch
-
Retrieves a group by its DN if the group exists
- getGroup() - Method in class com.communote.server.model.user.group.UserOfGroup
-
- getGroup(ExternalUserGroup) - Method in interface com.communote.server.plugins.api.externals.ExternalUserGroupAccessor
-
Retrieves the current data of a group in the external system.
- getGroup(String) - Method in interface com.communote.server.plugins.api.externals.ExternalUserGroupAccessor
-
Retrieves the current data of a group in the external system by the external group
identifier.
- getGroup(String) - Method in class com.communote.server.service.UserService
-
Get a group by its alias.
- getGroup(String, String) - Method in class com.communote.server.service.UserService
-
Get group specific from external system
- getGroup() - Method in class com.communote.server.web.fe.widgets.management.user.GroupItem
-
- getGroupAlias() - Method in class com.communote.plugins.api.rest.resource.topic.role.CreateRoleParameter
-
Returns the GroupAlias.
- getGroupAlias() - Method in class com.communote.plugins.api.rest.v22.resource.topic.role.CreateRoleParameter
-
Returns the GroupAlias.
- getGroupAlias() - Method in class com.communote.plugins.api.rest.v22.resource.topic.role.RoleResource
-
Returns the GroupAlias.
- getGroupAlias() - Method in class com.communote.plugins.api.rest.v24.resource.topic.role.CreateRoleParameter
-
Returns the GroupAlias.
- getGroupAlias() - Method in class com.communote.plugins.api.rest.v24.resource.topic.role.RoleResource
-
Returns the GroupAlias.
- getGroupAlias() - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.CreateRoleParameter
-
Returns the GroupAlias.
- getGroupAlias() - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.GetCollectionRoleParameter
-
Returns the GroupAlias.
- getGroupAlias() - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.RoleResource
-
Returns the GroupAlias.
- getGroupAlias() - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
Gets the groupAlias
- getGroupAndWidgetNameFromClass(Class<? extends Widget>) - Static method in class com.communote.server.widgets.util.WidgetFactoryUtils
-
- getGroupAndWidgetNameFromClass(Class<? extends Widget>, String) - Static method in class com.communote.server.widgets.util.WidgetFactoryUtils
-
Get the widget group and widget name from the full qualified class name of a widget class.
- getGroupByParameter() - Method in class com.communote.server.core.vo.query.blog.BlogQuery
-
- getGroupByParameters() - Method in class com.communote.server.core.vo.query.user.AbstractUserTaggingCoreQuery
-
The parameters for the group by clause
- getGroupByParameters() - Method in class com.communote.server.core.vo.query.user.RankUserTaggingCoreQuery
-
The parameters for the group by clause
- getGroupByParameters() - Method in class com.communote.server.core.vo.query.user.v1_0_1.UserTaggingCoreQuery
-
The parameters for the group by clause
- getGroupDescription() - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
Gets the groupDescription
- getGroupId() - Method in class com.communote.plugins.api.rest.v30.resource.group.GetGroupParameter
-
Returns the GroupId.
- getGroupId() - Method in class com.communote.plugins.api.rest.v30.resource.group.GroupResource
-
Returns the GroupId.
- getGroupId() - Method in class com.communote.plugins.api.rest.v30.resource.group.member.GetCollectionMemberParameter
-
Returns the GroupId.
- getGroupIdentifier() - Method in class com.communote.plugins.api.rest.v30.resource.group.GetGroupParameter
-
Returns the constant GroupIdentifier.
- getGroupIdentifier() - Method in class com.communote.plugins.api.rest.v30.resource.group.member.GetCollectionMemberParameter
-
Returns the constant GroupIdentifier.
- getGroupIdentifier() - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
Gets the group object identifier
- getGroupMembers() - Method in class com.communote.server.model.user.group.Group
-
- getGroupMembership() - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
Gets the group membership
- getGroupName() - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
- getGroupName() - Method in class com.communote.server.widgets.AbstractWidget
-
Get the group name to build the url based on it.
- getGroupName() - Method in interface com.communote.server.widgets.Widget
-
Get the group name to build the url based on it.
- GetGroupParameter - Class in com.communote.plugins.api.rest.v30.resource.group
-
This class it the parameter class for the Group resource.
- GetGroupParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.group.GetGroupParameter
-
Default Constuctor necessary for json parsing
- GetGroupParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.group.GetGroupParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetGroupParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.group.GetGroupParameter
-
- getGroupPropertyMapping() - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
Creates a map with all group attributes and returns the map.
- getGroupPropertyMappingAsString() - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
Returns the mapping of the group attributes as string in the form
kenmeiAttribute1=ldapAttribute1,kenmeiAttribute2=ldapAttribute2
- getGroups() - Method in class com.communote.server.model.user.CommunoteEntity
-
- getGroupSearch() - Method in class com.communote.server.model.config.LdapGroupSyncConfiguration
-
- getGroupSearchBases() - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
Gets the group searchbase
- getGroupSearchfilter() - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
- getGroupsOfUser(Long) - Method in interface com.communote.server.persistence.user.group.GroupDao
-
- getGroupsOfUser(Long) - Method in class com.communote.server.persistence.user.group.GroupDaoBase
-
- getGroupSyncConfig() - Method in class com.communote.server.model.config.LdapConfiguration
-
- getGroupSyncConfig() - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
- getHandledMessageClass() - Method in class com.communote.plugins.mq.message.base.handler.CommunoteMessageHandler
-
Class of the messages to be handled by this handler.
- getHandledMessageClass() - Method in class com.communote.plugins.mq.message.core.handler.CreateNoteMessageHandler
-
Class of the messages to be handled by this handler.
- getHandledMessageClass() - Method in class com.communote.plugins.mq.message.core.handler.CreateTopicMessageHandler
-
- getHandledMessageClass() - Method in class com.communote.plugins.mq.message.core.handler.DeleteTopicMessageHandler
-
- getHandledMessageClass() - Method in class com.communote.plugins.mq.message.core.handler.EditTopicMessageHandler
-
- getHandledMessageClass() - Method in class com.communote.plugins.mq.message.core.handler.SetTopicRolesMessageHandler
-
Class of the messages to be handled by this handler.
- getHandledMessageClass() - Method in class com.communote.plugins.mq.message.core.handler.UpdateTopicRolesMessageHandler
-
- getHandledMessageType() - Method in class com.communote.plugins.mq.message.base.handler.CommunoteMessageHandler
-
returns header selector, to be used for the message filtering.
- getHandler() - Method in class com.communote.server.api.core.task.TaskTO
-
- getHandlerClassName() - Method in class com.communote.server.model.task.Task
-
Name of the handler class, which will excute this task.
- getHeader(String) - Method in class com.communote.plugins.mq.service.provider.TransferMessage
-
Gets the header.
- getHeader(String) - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
- getHeaderNames() - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
- getHeaders(String) - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
- getHeight() - Method in class com.communote.common.image.ImageScaler
-
- getHeight() - Method in class com.communote.common.image.ImageSize
-
- getHibernateDialect() - Method in interface com.communote.server.api.core.config.StartupProperties
-
Returns the full qualified class name of the Hibernate dialect class.
- getHibernateDialect() - Method in class com.communote.server.core.config.StartupPropertiesImpl
-
- getHiddenTabs() - Method in class com.communote.server.web.fe.widgets.controls.MultiViewTabWidget
-
- getHideSelectedTags() - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the HideSelectedTags.
- getHideSelectedTags() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the HideSelectedTags.
- getHideSelectedTags() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the HideSelectedTags.
- getHideSelectedTags() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the HideSelectedTags.
- getHorizontalAlignment() - Method in class com.communote.server.api.core.image.ImageDescriptor
-
- getHorizontalAlignment() - Method in interface com.communote.server.api.core.image.ImageTypeDescriptor
-
- getHorizontalAlignment() - Method in class com.communote.server.api.core.image.type.CustomizableImageTypeDescriptor
-
- getHorizontalAlignment() - Method in class com.communote.server.api.core.image.type.DefaultImageTypeDescriptor
-
- getHostname() - Method in class com.communote.server.web.fe.portal.user.system.application.ServerForm
-
- getHttpClient() - Method in class com.communote.server.core.image.HttpExternalImageProvider
-
Get the HTTP client to be used for all requests.
- getHttpCodeFromErrorCode(String) - Static method in class com.communote.plugins.api.rest.v30.response.ResponseHelper
-
Convert one of the
ErrorCodes
constants to a matching HTTP status code.
- getHttpPort() - Method in class com.communote.server.web.fe.portal.user.system.application.ServerForm
-
- getHttpsEnabled() - Method in class com.communote.server.web.fe.portal.user.system.application.ServerForm
-
- getHttpServletRequest(Request) - Static method in class com.communote.plugins.api.rest.request.RequestHelper
-
Get the HttpServletRequest
of Request
- getHttpServletRequest(Request) - Static method in class com.communote.plugins.api.rest.request.RequestHelper
-
Get the HttpServletRequest
of Request
- getHttpServletRequest(Request) - Static method in class com.communote.plugins.api.rest.v22.request.RequestHelper
-
Get the HttpServletRequest
of Request
- getHttpServletRequest(Request) - Static method in class com.communote.plugins.api.rest.v22.request.RequestHelper
-
Get the HttpServletRequest
of Request
- getHttpServletRequest(Request) - Static method in class com.communote.plugins.api.rest.v24.request.RequestHelper
-
Get the HttpServletRequest
of Request
- getHttpServletRequest(Request) - Static method in class com.communote.plugins.api.rest.v24.request.RequestHelper
-
Get the HttpServletRequest
of Request
- getHttpServletRequest(Request) - Static method in class com.communote.plugins.api.rest.v30.request.RequestHelper
-
Get the HttpServletRequest
of Request
- getHttpServletRequest(Request) - Static method in class com.communote.plugins.api.rest.v30.request.RequestHelper
-
Get the HttpServletRequest
of Request
- getHttpsPort() - Method in class com.communote.server.web.fe.portal.user.system.application.ServerForm
-
- getHumanReadableFileSize(Long) - Method in class com.communote.server.core.common.velocity.tools.RenderTool
-
Returns a human-readable version of the file size.
- getHumanReadableFileSize(Number) - Method in class com.communote.server.core.common.velocity.tools.RenderTool
-
Returns a human-readable version of the file size.
- getI18NCustomText(String, Locale) - Method in class com.communote.server.persistence.common.messages.ResourceBundleManager
-
Convenience method for getting a i18n key's value.
- getId() - Method in class com.communote.common.menu.CategoryEntry
-
- getId() - Method in interface com.communote.common.menu.MenuEntry
-
- getId() - Method in class com.communote.plugins.mq.message.core.data.tag.Tag
-
Gets the id.
- getId() - Method in class com.communote.plugins.mq.message.core.util.TagMemberAccessor
-
- getId() - Method in class com.communote.server.api.core.client.ClientTO
-
- getId() - Method in class com.communote.server.api.core.common.IdentifiableEntityData
-
- getId() - Method in interface com.communote.server.api.core.note.processor.NoteStoringPostProcessor
-
- getId() - Method in class com.communote.server.api.core.task.TaskTO
-
- getId() - Method in class com.communote.server.core.blog.notes.processors.DiscussionNotificationNoteProcessor
-
- getId() - Method in class com.communote.server.core.blog.notes.processors.DiscussionParticipationNotificationNoteProcessor
-
- getId() - Method in class com.communote.server.core.blog.notes.processors.TopicNotificationNoteProcessor
-
- getId() - Method in class com.communote.server.core.blog.notes.processors.UserNotificationNoteProcessor
-
- getId() - Method in class com.communote.server.core.common.caching.IdBasedCacheKey
-
The wrapped ID.
- getId() - Method in class com.communote.server.core.common.caching.StringIdBasedCacheKey
-
The wrapped ID.
- getId() - Method in class com.communote.server.core.filter.listitems.blog.ExternalObjectListItem
-
- getId() - Method in class com.communote.server.core.filter.listitems.blog.member.CommunoteEntityData
-
- getId() - Method in interface com.communote.server.core.messaging.connector.MessagerConnector
-
Returns a unique messager id.
- getId() - Method in class com.communote.server.core.messaging.connectors.xmpp.XMPPConnector
-
Returns a unique messager id.
- getId() - Method in class com.communote.server.core.messaging.NotificationDefinition
-
- getId() - Method in class com.communote.server.core.vo.IdDateTO
-
- getId() - Method in class com.communote.server.core.vo.user.NavigationItemTO
-
- getId() - Method in class com.communote.server.model.attachment.Attachment
-
- getId() - Method in class com.communote.server.model.blog.Blog
-
- getId() - Method in class com.communote.server.model.blog.BlogMember
-
- getId() - Method in class com.communote.server.model.blog.ResolvedTopicToTopic
-
- getId() - Method in class com.communote.server.model.blog.UserToBlogRoleMapping
-
- getId() - Method in class com.communote.server.model.client.Client
-
- getId() - Method in class com.communote.server.model.client.ClientStatistic
-
- getId() - Method in class com.communote.server.model.config.ClientConfiguration
-
- getId() - Method in class com.communote.server.model.config.Configuration
-
- getId() - Method in class com.communote.server.model.config.ExternalSystemConfiguration
-
- getId() - Method in class com.communote.server.model.config.LdapGroupSyncConfiguration
-
- getId() - Method in class com.communote.server.model.config.LdapSearchBaseDefinition
-
- getId() - Method in class com.communote.server.model.config.LdapSearchConfiguration
-
- getId() - Method in class com.communote.server.model.external.ExternalObject
-
- getId() - Method in class com.communote.server.model.global.GlobalId
-
- getId() - Method in class com.communote.server.model.i18n.Message
-
- getId() - Method in class com.communote.server.model.messaging.MessagerConnectorConfig
-
- getId() - Method in class com.communote.server.model.note.Content
-
- getId() - Method in class com.communote.server.model.note.Note
-
- getId() - Method in class com.communote.server.model.note.ProcessedMailNote
-
- getId() - Method in class com.communote.server.model.property.Property
-
- getId() - Method in class com.communote.server.model.security.ChannelConfiguration
-
- getId() - Method in class com.communote.server.model.security.IpRange
-
- getId() - Method in class com.communote.server.model.security.IpRangeFilter
-
- getId() - Method in class com.communote.server.model.security.SecurityCode
-
- getId() - Method in class com.communote.server.model.tag.AbstractTagCategory
-
- getId() - Method in class com.communote.server.model.tag.Tag
-
- getId() - Method in class com.communote.server.model.task.Task
-
- getId() - Method in class com.communote.server.model.task.TaskExecution
-
- getId() - Method in class com.communote.server.model.task.TaskProperty
-
- getId() - Method in class com.communote.server.model.user.CommunoteEntity
-
- getId() - Method in class com.communote.server.model.user.Contact
-
- getId() - Method in class com.communote.server.model.user.Country
-
- getId() - Method in class com.communote.server.model.user.ExternalUserAuthentication
-
- getId() - Method in class com.communote.server.model.user.group.UserOfGroup
-
- getId() - Method in class com.communote.server.model.user.Language
-
- getId() - Method in class com.communote.server.model.user.NavigationItem
-
- getId() - Method in class com.communote.server.model.user.note.UserNoteEntity
-
- getId() - Method in class com.communote.server.model.user.NotificationConfig
-
- getId() - Method in class com.communote.server.model.user.security.AuthenticationFailedStatus
-
- getId() - Method in class com.communote.server.model.user.UserAuthority
-
- getId() - Method in class com.communote.server.model.user.UserImage
-
- getId() - Method in class com.communote.server.model.user.UserProfile
-
- getId() - Method in class com.communote.server.persistence.security.iprange.IpRangeFilterVO
-
- getId() - Method in class com.communote.server.web.commons.controller.StaticPageSection
-
- getId() - Method in class com.communote.server.web.fe.admin.BasicMenuEntry
-
- getId() - Method in class com.communote.server.web.fe.portal.user.client.forms.IpRangeFilterItem
-
Return the internal database id of the filter
- getId() - Method in class com.communote.server.web.fe.widgets.management.user.group.EntityListItem
-
- getIdentifier() - Method in class com.communote.server.api.core.config.database.DatabaseType
-
- getIdentifier() - Method in class com.communote.server.api.core.image.ImageDescriptor
-
- getIdentifier() - Method in class com.communote.server.api.core.image.ImageProvider
-
Return the identifier of the provider.
- getIdentifier() - Method in class com.communote.server.api.core.security.permission.Permission
-
- getIdentifier() - Method in interface com.communote.server.core.external.ExternalObjectSource
-
- getIdentifier() - Method in class com.communote.server.core.security.authentication.BaseCommunoteAuthenticationProvider
-
- getIdentifier() - Method in class com.communote.server.core.security.authentication.confluence.ConfluenceAuthenticationProvider
-
- getIdentifier() - Method in class com.communote.server.core.security.authentication.database.DatabaseAuthenticationProvider
-
- getIdentifier() - Method in class com.communote.server.core.security.authentication.ldap.LdapAuthenticationProvider
-
- getIdentifier() - Method in class com.communote.server.core.user.security.BcryptPasswordHashFunction
-
- getIdentifier() - Method in class com.communote.server.core.user.security.Md5PasswordHashFunction
-
- getIdentifier() - Method in interface com.communote.server.core.user.security.PasswordHashFunction
-
- getIdentity() - Method in class com.communote.plugins.mq.message.base.data.security.TrustAuthentication
-
- getIdentity() - Method in class com.communote.plugins.mq.message.base.data.security.UserIdentity
-
- getIdentity() - Method in class com.communote.plugins.mq.message.base.data.security.UserIdentityContext
-
- getIdentity() - Method in class com.communote.plugins.mq.message.base.data.security.UsernamePasswordAuthentication
-
- getIdentityContext() - Method in class com.communote.plugins.mq.message.base.message.BaseMessage
-
Gets the cnt user alias.
- getIdentityType() - Method in class com.communote.plugins.mq.message.base.data.security.UserIdentity
-
- getImage(String, ImageDescriptor) - Method in interface com.communote.server.api.core.image.ImageManager
-
Get an image
- getImage(String, Map<String, ? extends Object>, ImageSizeType) - Method in interface com.communote.server.api.core.image.ImageManager
-
Get an image
- getImage(String, String, ImageSizeType) - Method in interface com.communote.server.api.core.image.ImageManager
-
Get an image
- getImage() - Method in class com.communote.server.api.core.image.ImageVO
-
- getImage(String, ImageDescriptor) - Method in class com.communote.server.core.image.FileSystemCachingImageManager
-
- getImage(String, Map<String, ? extends Object>, ImageSizeType) - Method in class com.communote.server.core.image.FileSystemCachingImageManager
-
- getImage(String, String, ImageSizeType) - Method in class com.communote.server.core.image.FileSystemCachingImageManager
-
- getImage(String, EntityImageManagement.ImageType) - Method in class com.communote.server.core.image.type.EntityImageManagement
-
Get the image of the entity
- getImage() - Method in class com.communote.server.model.user.UserImage
-
- getImageApiUrl() - Method in class com.communote.server.model.config.ConfluenceConfiguration
-
The image api url to the confluence image api
- getImageApiUrl() - Method in interface com.communote.server.model.config.ExternalImageApiUrlProvider
-
- getImageApiUrl() - Method in class com.communote.server.model.config.ExternalSystemConfiguration
-
- getImageApiUrl() - Method in class com.communote.server.model.config.LdapConfigurationImpl
-
- getImageIdentifier() - Method in class com.communote.server.core.image.caching.ImageCacheKey
-
- getImageLastModified(String, EntityImageManagement.ImageType) - Method in class com.communote.server.core.image.type.EntityImageManagement
-
Get the date of the last modification of the custom image of an entity
- getImageLink(HttpServletRequest) - Method in class com.communote.server.web.fe.portal.controller.EnhancedPageSection
-
Render and return the URL that should be set as link behind the image.
- getImageManager() - Method in class com.communote.server.web.api.service.user.UserPhotoApiController
-
Deprecated.
- GetImageParameter - Class in com.communote.plugins.api.rest.resource.user.image
-
This class it the parameter class for the Image resource.
- GetImageParameter() - Constructor for class com.communote.plugins.api.rest.resource.user.image.GetImageParameter
-
Default Constuctor necessary for json parsing
- GetImageParameter(MultivaluedMap<String, String>, ESize, Long) - Constructor for class com.communote.plugins.api.rest.resource.user.image.GetImageParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetImageParameter(String, ESize, Long) - Constructor for class com.communote.plugins.api.rest.resource.user.image.GetImageParameter
-
- GetImageParameter - Class in com.communote.plugins.api.rest.v22.resource.user.image
-
This class it the parameter class for the Image resource.
- GetImageParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.user.image.GetImageParameter
-
Default Constuctor necessary for json parsing
- GetImageParameter(MultivaluedMap<String, String>, ESize, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.user.image.GetImageParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetImageParameter(String, ESize, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.user.image.GetImageParameter
-
- GetImageParameter - Class in com.communote.plugins.api.rest.v24.resource.user.image
-
This class it the parameter class for the Image resource.
- GetImageParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.user.image.GetImageParameter
-
Default Constuctor necessary for json parsing
- GetImageParameter(MultivaluedMap<String, String>, ESize, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.user.image.GetImageParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetImageParameter(String, ESize, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.user.image.GetImageParameter
-
- GetImageParameter - Class in com.communote.plugins.api.rest.v30.resource.user.image
-
This class it the parameter class for the Image resource.
- GetImageParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.user.image.GetImageParameter
-
Default Constuctor necessary for json parsing
- GetImageParameter(MultivaluedMap<String, String>, ESize, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.user.image.GetImageParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetImageParameter(String, ESize, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.user.image.GetImageParameter
-
- getImageSize(String, ImageSizeType) - Method in interface com.communote.server.api.core.image.ImageManager
-
Map the size type constant to the actual size.
- getImageSize(String, ImageSizeType) - Method in class com.communote.server.core.image.FileSystemCachingImageManager
-
- getImageSize() - Method in class com.communote.server.web.fe.portal.user.system.content.FileUploadForm
-
- getImageSizeType() - Method in class com.communote.server.web.fe.widgets.user.profile.UserProfileImageUploadWidget
-
the image size type of the user image to display inside the user profile view
- getImageURL(String, ConfluenceConfiguration) - Method in class com.communote.plugins.confluence.image.ConfluenceUserImageProvider
-
- getImageURL(String, C) - Method in class com.communote.server.core.image.HttpExternalImageProvider
-
Get the URL under which the image with the given identifier can be downloaded
- getImageUrl(HttpServletRequest) - Method in class com.communote.server.web.fe.portal.controller.EnhancedPageSection
-
Render and return the URL pointing to the image of the section.
- getImageVersionString(String, String) - Method in interface com.communote.server.api.core.image.ImageManager
-
Return a string which represents the version of the image.
- getImageVersionString(String, String) - Method in class com.communote.server.core.image.FileSystemCachingImageManager
-
- getImmutableProfileFieldsOfUser(Long) - Method in class com.communote.server.service.UserService
-
Get the names of the user profile fields that cannot be changed by the user.
- getImprint(HttpServletRequest) - Method in class com.communote.server.core.common.velocity.tools.MessageTool
-
Get imprint with fallback behavior if no imprint is configured.
- getImprint(Locale) - Method in class com.communote.server.core.common.velocity.tools.MessageTool
-
Get imprint with fallback behavior if no imprint is configured.
- getInactiveTabCssClassSuffix() - Method in class com.communote.server.web.fe.widgets.controls.MultiViewTabWidget
-
Returns the suffix of the CSS class for inactive tabs.
- getIncludeBlogRoles() - Method in class com.communote.server.core.vo.query.blog.BlogMemberManagementQueryParameters
-
- getIncludes(ChannelType) - Method in class com.communote.server.core.security.iprange.IpRangeFilterManagementImpl
-
Gets the include ranges from cache or database.
- getIncludes() - Method in class com.communote.server.model.security.IpRangeFilter
-
- getIncludes() - Method in class com.communote.server.persistence.security.iprange.IpRangeFilterVO
-
- getIncludes() - Method in class com.communote.server.web.fe.portal.user.client.forms.IpRangeFilterItem
-
Return ip range as string(text)
- getIncludeStatusFilter() - Method in class com.communote.server.core.vo.query.user.UserQueryParameters
-
Gets the status filter.
- getIncludeTags() - Method in class com.communote.server.core.vo.tag.TagClearanceVO
-
- getIncrementalRepositoryChangeTracker(boolean) - Method in class com.communote.plugin.ldap.LdapUserRepository
-
Method to get an tracker for changes within an external repository.
- getIncrementalRepositoryChangeTracker(boolean) - Method in class com.communote.server.core.external.AbstractExternalUserRepository
-
Method to get an tracker for changes within an external repository.
- getIncrementalRepositoryChangeTracker(boolean) - Method in interface com.communote.server.core.external.ExternalUserRepository
-
Method to get an tracker for changes within an external repository.
- getIndex() - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.CreateNavigationItemParameter
-
Returns the Index.
- getIndex() - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.EditNavigationItemParameter
-
Returns the Index.
- getIndex() - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.NavigationItemResource
-
Returns the Index.
- getIndex() - Method in class com.communote.server.core.vo.user.NavigationItemTO
-
- getInitializationStatus() - Method in interface com.communote.server.api.core.application.Runtime
-
- getInitializationStatus() - Method in class com.communote.server.core.application.DefaultRuntime
-
- getInitializationStatus() - Method in class com.communote.server.core.bootstrap.ApplicationInitializer
-
- getInputStream() - Method in class com.communote.common.io.CopyInputStreamBuffer
-
Returns copied input stream
- getInputStream() - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
- getInstaller() - Method in interface com.communote.server.api.core.application.Runtime
-
- getInstaller() - Method in class com.communote.server.core.application.DefaultRuntime
-
- getInstance() - Static method in class com.communote.plugins.api.rest.servlet.ResourceHandlerLocator
-
- getInstance() - Static method in class com.communote.plugins.api.rest.v22.servlet.ResourceHandlerLocator
-
- getInstance() - Static method in class com.communote.plugins.api.rest.v24.servlet.ResourceHandlerLocator
-
- getInstance() - Static method in class com.communote.plugins.api.rest.v30.servlet.ResourceHandlerLocator
-
- getInstance() - Static method in class com.communote.server.api.core.application.CommunoteRuntime
-
- getInstance() - Static method in class com.communote.server.core.application.DefaultRuntimeBuilder
-
- getInstance() - Static method in class com.communote.server.core.blog.export.FilterParameterResolver
-
Runs this class as a singleton.
- getInstance() - Static method in class com.communote.server.core.common.caching.eh.SingletonEhCacheManagerFactory
-
- getInstanceName() - Method in interface com.communote.server.api.core.config.StartupProperties
-
Returns the name of the running instance.
- getInstanceName() - Method in class com.communote.server.core.config.StartupPropertiesImpl
-
- getInstanceName() - Method in class com.communote.server.model.task.TaskExecution
-
Name of the node the task is running on.
- getInteger(String) - Static method in class com.communote.plugins.api.rest.servlet.RequestListParser
-
Converts a string value to a Integer.
- getInteger(String) - Static method in class com.communote.plugins.api.rest.v22.servlet.RequestListParser
-
Converts a string value to a Integer.
- getInteger(String) - Static method in class com.communote.plugins.api.rest.v24.servlet.RequestListParser
-
Converts a string value to a Integer.
- getInteger(String) - Static method in class com.communote.plugins.api.rest.v30.servlet.RequestListParser
-
Converts a string value to a Integer.
- getIntegerParameter(HttpServletRequest, String) - Method in class com.communote.server.web.api.service.BaseApiController
-
Deprecated.
- getIntegrationLink(String, String) - Method in class com.communote.server.core.integration.IntegrationService
-
Returns a link to the given object within the external system.
- getInterval() - Method in class com.communote.server.api.core.task.TaskTO
-
- getIntHeader(String) - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
- getIntParameter(String) - Method in class com.communote.server.widgets.AbstractWidget
-
Get a parameter for a key and parse it to a int
value
- getIntParameter(String, int) - Method in class com.communote.server.widgets.AbstractWidget
-
Get a parameter for a key and parse it to a int
value
- getInvalidateCaches() - Method in class com.communote.server.web.fe.portal.user.system.application.CacheInvalidationForm
-
Returns the names of caches which have to be invalidated.
- getInvitationFields() - Method in class com.communote.server.core.security.authentication.BaseCommunoteAuthenticationProvider
-
- getInvitationFields() - Method in class com.communote.server.core.security.authentication.confluence.ConfluenceAuthenticationProvider
- getInvitationFields() - Method in class com.communote.server.core.security.authentication.database.DatabaseAuthenticationProvider
- getInvitationFields() - Method in class com.communote.server.core.security.authentication.ldap.LdapAuthenticationProvider
- getInvitationProvider() - Method in class com.communote.server.persistence.user.InviteUserForm
-
- getInvitationProvider(String) - Method in class com.communote.server.web.WebServiceLocator
-
- getInvitorId() - Method in class com.communote.server.model.user.security.InviteUserToBlogSecurityCode
-
- getIp() - Method in exception com.communote.server.core.security.iprange.IpRangeException
-
- getIpFilters(int, int) - Method in interface com.communote.server.persistence.security.iprange.IpRangeFilterDao
-
Returns a collection of filters within the given range.
- getIpFilters(int, int) - Method in class com.communote.server.persistence.security.iprange.IpRangeFilterDaoBase
-
- getIpRangeChannelDao() - Method in class com.communote.server.core.security.iprange.IpRangeFilterManagementBase
-
Gets the reference to ipRangeChannel
's DAO.
- getIpRangeDao() - Method in class com.communote.server.core.security.iprange.IpRangeFilterManagementBase
-
Gets the reference to ipRange
's DAO.
- getIpRangeFilterDao() - Method in class com.communote.server.core.security.iprange.IpRangeFilterManagementBase
-
Gets the reference to ipRangeFilter
's DAO.
- getIsBase64() - Method in class com.communote.plugins.api.rest.v22.resource.attachment.CreateAttachmentParameter
-
Returns the IsBase64.
- getIsBase64() - Method in class com.communote.plugins.api.rest.v24.resource.attachment.CreateAttachmentParameter
-
Returns the IsBase64.
- getIsBase64() - Method in class com.communote.plugins.api.rest.v30.resource.attachment.CreateAttachmentParameter
-
Returns the IsBase64.
- getIsDirectMessage() - Method in class com.communote.plugins.api.rest.resource.note.CreateNoteParameter
-
Returns the IsDirectMessage.
- getIsDirectMessage() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the IsDirectMessage.
- getIsDirectMessage() - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Returns the IsDirectMessage.
- getIsDirectMessage() - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Returns the IsDirectMessage.
- getIsDirectMessage() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the IsDirectMessage.
- getIsDirectMessage() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetTimelineNoteParameter
-
Returns the IsDirectMessage.
- getIsDirectMessage() - Method in class com.communote.plugins.api.rest.resource.timelinenote.TimelineNoteResource
-
Returns the IsDirectMessage.
- getIsDirectMessage() - Method in class com.communote.plugins.api.rest.v22.resource.note.CreateNoteParameter
-
Returns the IsDirectMessage.
- getIsDirectMessage() - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Returns the IsDirectMessage.
- getIsDirectMessage() - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Returns the IsDirectMessage.
- getIsDirectMessage() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the IsDirectMessage.
- getIsDirectMessage() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetTimelineNoteParameter
-
Returns the IsDirectMessage.
- getIsDirectMessage() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteResource
-
Returns the IsDirectMessage.
- getIsDirectMessage() - Method in class com.communote.plugins.api.rest.v24.resource.note.CreateNoteParameter
-
Returns the IsDirectMessage.
- getIsDirectMessage() - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Returns the IsDirectMessage.
- getIsDirectMessage() - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Returns the IsDirectMessage.
- getIsDirectMessage() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the IsDirectMessage.
- getIsDirectMessage() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
Returns the IsDirectMessage.
- getIsDirectMessage() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
Returns the IsDirectMessage.
- getIsDirectMessage() - Method in class com.communote.plugins.api.rest.v30.resource.note.CreateNoteParameter
-
Returns the IsDirectMessage.
- getIsDirectMessage() - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Returns the IsDirectMessage.
- getIsDirectMessage() - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Returns the IsDirectMessage.
- getIsDirectMessage() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the IsDirectMessage.
- getIsDirectMessage() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the IsDirectMessage.
- getIsDirectMessage() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
Returns the IsDirectMessage.
- getIsDirectMessage() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
Returns the IsDirectMessage.
- getIsExternal() - Method in class com.communote.server.web.fe.widgets.management.user.GroupItem
-
- getIsFavorite() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the IsFavorite.
- getIsFavorite() - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Returns the IsFavorite.
- getIsFavorite() - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Returns the IsFavorite.
- getIsFavorite() - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Returns the IsFavorite.
- getIsFavorite() - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Returns the IsFavorite.
- getIsFavorite() - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Returns the IsFavorite.
- getIsFavorite() - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Returns the IsFavorite.
- getIsFavorite() - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Returns the IsFavorite.
- getIsFavorite() - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Returns the IsFavorite.
- getIsFollow() - Method in class com.communote.plugins.api.rest.resource.topic.GetCollectionTopicParameter
-
Returns the IsFollow.
- getIsFollow() - Method in class com.communote.plugins.api.rest.resource.topic.GetTopicParameter
-
Returns the IsFollow.
- getIsFollow() - Method in class com.communote.plugins.api.rest.resource.topic.TopicResource
-
Returns the IsFollow.
- getIsFollow() - Method in class com.communote.plugins.api.rest.resource.user.GetCollectionUserParameter
-
Returns the IsFollow.
- getIsFollow() - Method in class com.communote.plugins.api.rest.resource.user.GetUserParameter
-
Returns the IsFollow.
- getIsFollow() - Method in class com.communote.plugins.api.rest.resource.user.UserResource
-
Returns the IsFollow.
- getIsFollow() - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetCollectionTopicParameter
-
Returns the IsFollow.
- getIsFollow() - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetTopicParameter
-
Returns the IsFollow.
- getIsFollow() - Method in class com.communote.plugins.api.rest.v22.resource.topic.TopicResource
-
Returns the IsFollow.
- getIsFollow() - Method in class com.communote.plugins.api.rest.v22.resource.user.GetCollectionUserParameter
-
Returns the IsFollow.
- getIsFollow() - Method in class com.communote.plugins.api.rest.v22.resource.user.GetUserParameter
-
Returns the IsFollow.
- getIsFollow() - Method in class com.communote.plugins.api.rest.v22.resource.user.UserResource
-
Returns the IsFollow.
- getIsFollow() - Method in class com.communote.plugins.api.rest.v24.resource.tag.GetCollectionTagParameter
-
Returns the IsFollow.
- getIsFollow() - Method in class com.communote.plugins.api.rest.v24.resource.tag.GetTagParameter
-
Returns the IsFollow.
- getIsFollow() - Method in class com.communote.plugins.api.rest.v24.resource.tag.TagResource
-
Returns the IsFollow.
- getIsFollow() - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
Returns the IsFollow.
- getIsFollow() - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetTopicParameter
-
Returns the IsFollow.
- getIsFollow() - Method in class com.communote.plugins.api.rest.v24.resource.topic.TopicResource
-
Returns the IsFollow.
- getIsFollow() - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Returns the IsFollow.
- getIsFollow() - Method in class com.communote.plugins.api.rest.v24.resource.user.GetUserParameter
-
Returns the IsFollow.
- getIsFollow() - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResource
-
Returns the IsFollow.
- getIsFollow() - Method in class com.communote.plugins.api.rest.v30.resource.tag.GetCollectionTagParameter
-
Returns the IsFollow.
- getIsFollow() - Method in class com.communote.plugins.api.rest.v30.resource.tag.GetTagParameter
-
Returns the IsFollow.
- getIsFollow() - Method in class com.communote.plugins.api.rest.v30.resource.tag.TagResource
-
Returns the IsFollow.
- getIsFollow() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Returns the IsFollow.
- getIsFollow() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetTopicParameter
-
Returns the IsFollow.
- getIsFollow() - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Returns the IsFollow.
- getIsFollow() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Returns the IsFollow.
- getIsFollow() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetUserParameter
-
Returns the IsFollow.
- getIsFollow() - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
Returns the IsFollow.
- getIsGroup() - Method in class com.communote.plugins.api.rest.v30.resource.group.member.GetCollectionMemberParameter
-
Returns the IsGroup.
- getIsGroup() - Method in class com.communote.plugins.api.rest.v30.resource.group.member.MemberResource
-
Returns the IsGroup.
- getIsGroup() - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.GetCollectionRoleParameter
-
Returns the IsGroup.
- getIsGroup() - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.RoleResource
-
Returns the IsGroup.
- getIsGroup() - Method in class com.communote.plugins.mq.message.core.data.user.BaseEntity
-
- getIsGroup() - Method in class com.communote.server.core.vo.external.ExternalTopicRoleTO
-
Set that the entityId or the entityAlias is an group.
- getIsGroup() - Method in class com.communote.server.web.fe.widgets.management.user.group.EntityListItem
-
- getIsHtml() - Method in class com.communote.plugins.api.rest.resource.note.CreateNoteParameter
-
Returns the IsHtml.
- getIsHtml() - Method in class com.communote.plugins.api.rest.resource.note.EditNoteParameter
-
Returns the IsHtml.
- getIsHtml() - Method in class com.communote.plugins.api.rest.v22.resource.note.CreateNoteParameter
-
Returns the IsHtml.
- getIsHtml() - Method in class com.communote.plugins.api.rest.v22.resource.note.EditNoteParameter
-
Returns the IsHtml.
- getIsHtml() - Method in class com.communote.plugins.api.rest.v24.resource.note.CreateNoteParameter
-
Returns the IsHtml.
- getIsHtml() - Method in class com.communote.plugins.api.rest.v24.resource.note.EditNoteParameter
-
Returns the IsHtml.
- getIsHtml() - Method in class com.communote.plugins.api.rest.v30.resource.note.CreateNoteParameter
-
Returns the IsHtml.
- getIsHtml() - Method in class com.communote.plugins.api.rest.v30.resource.note.EditNoteParameter
-
Returns the IsHtml.
- getIsLast() - Method in class com.communote.server.web.commons.tags.menu.PanelTag
-
- getIsLike() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the IsLike.
- getIsLike() - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Returns the IsLike.
- getIsLike() - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Returns the IsLike.
- getIsLike() - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Returns the IsLike.
- getIsLike() - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Returns the IsLike.
- getIsLike() - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Returns the IsLike.
- getIsLike() - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Returns the IsLike.
- getIsLike() - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Returns the IsLike.
- getIsLike() - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Returns the IsLike.
- getIsMentionDiscussionAuthors() - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Returns the IsMentionDiscussionAuthors.
- getIsMentionDiscussionAuthors() - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Returns the IsMentionDiscussionAuthors.
- getIsMentionDiscussionAuthors() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
Returns the IsMentionDiscussionAuthors.
- getIsMentionDiscussionAuthors() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
Returns the IsMentionDiscussionAuthors.
- getIsMentionDiscussionAuthors() - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Returns the IsMentionDiscussionAuthors.
- getIsMentionDiscussionAuthors() - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Returns the IsMentionDiscussionAuthors.
- getIsMentionDiscussionAuthors() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
Returns the IsMentionDiscussionAuthors.
- getIsMentionDiscussionAuthors() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
Returns the IsMentionDiscussionAuthors.
- getIsMentionTopicAuthors() - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Returns the IsMentionTopicAuthors.
- getIsMentionTopicAuthors() - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Returns the IsMentionTopicAuthors.
- getIsMentionTopicAuthors() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
Returns the IsMentionTopicAuthors.
- getIsMentionTopicAuthors() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
Returns the IsMentionTopicAuthors.
- getIsMentionTopicAuthors() - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Returns the IsMentionTopicAuthors.
- getIsMentionTopicAuthors() - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Returns the IsMentionTopicAuthors.
- getIsMentionTopicAuthors() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
Returns the IsMentionTopicAuthors.
- getIsMentionTopicAuthors() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
Returns the IsMentionTopicAuthors.
- getIsMentionTopicManagers() - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Returns the IsMentionTopicManagers.
- getIsMentionTopicManagers() - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Returns the IsMentionTopicManagers.
- getIsMentionTopicManagers() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
Returns the IsMentionTopicManagers.
- getIsMentionTopicManagers() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
Returns the IsMentionTopicManagers.
- getIsMentionTopicManagers() - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Returns the IsMentionTopicManagers.
- getIsMentionTopicManagers() - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Returns the IsMentionTopicManagers.
- getIsMentionTopicManagers() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
Returns the IsMentionTopicManagers.
- getIsMentionTopicManagers() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
Returns the IsMentionTopicManagers.
- getIsMentionTopicReaders() - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Returns the IsMentionTopicReaders.
- getIsMentionTopicReaders() - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Returns the IsMentionTopicReaders.
- getIsMentionTopicReaders() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
Returns the IsMentionTopicReaders.
- getIsMentionTopicReaders() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
Returns the IsMentionTopicReaders.
- getIsMentionTopicReaders() - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Returns the IsMentionTopicReaders.
- getIsMentionTopicReaders() - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Returns the IsMentionTopicReaders.
- getIsMentionTopicReaders() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
Returns the IsMentionTopicReaders.
- getIsMentionTopicReaders() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
Returns the IsMentionTopicReaders.
- getIsNoteForMe() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the IsNoteForMe.
- getIsNoteForMe() - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Returns the IsNoteForMe.
- getIsNoteForMe() - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Returns the IsNoteForMe.
- getIsNoteForMe() - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Returns the IsNoteForMe.
- getIsNoteForMe() - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Returns the IsNoteForMe.
- getIsNoteForMe() - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Returns the IsNoteForMe.
- getIsNoteForMe() - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Returns the IsNoteForMe.
- getIsNoteForMe() - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Returns the IsNoteForMe.
- getIsNoteForMe() - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Returns the IsNoteForMe.
- getIsSystemUser() - Method in class com.communote.server.core.security.FieldUserIdentification
-
States if this identification represents a system user.
- getIsSystemUser() - Method in interface com.communote.server.core.security.UserIdentification
-
States if this identification represents a system user.
- getItem() - Method in class com.communote.server.core.filter.listitems.NormalizedRankListItem
-
- getItemIndex() - Method in class com.communote.server.model.user.NavigationItem
-
- getJmxDomainName() - Method in class com.communote.plugins.mq.provider.activemq.settings.MQDatabaseSettingsDAO
-
- getJmxDomainName() - Method in interface com.communote.plugins.mq.provider.activemq.settings.MQSettingsDAO
-
- getJmxPort() - Method in class com.communote.plugins.mq.provider.activemq.settings.MQDatabaseSettingsDAO
-
- getJmxPort() - Method in interface com.communote.plugins.mq.provider.activemq.settings.MQSettingsDAO
-
- getJsMessageKeys() - Method in class com.communote.plugins.contenttypes.ContentTypeExtractorJsMessages
-
- getJsMessageKeys() - Method in class com.communote.plugins.embed.EmbedJsMessages
-
Returns the message keys to add to the named category.
- getJsMessageKeys() - Method in class com.communote.plugins.htmlclient.HtmlClientJsMessages
-
Returns the message keys to add to the named category.
- getJsMessageKeys() - Method in class com.communote.plugins.mq.provider.activemq.impl.CustomJsMessages
-
Returns the message keys to add to the named category.
- getJsMessageKeys() - Method in interface com.communote.server.web.commons.i18n.JsMessagesExtension
-
Returns the message keys to add to the named category.
- getJsMessages(HttpServletRequest, String) - Method in class com.communote.server.web.commons.i18n.JsMessagesRegistry
-
Returns a string representation of a Javascript object with the localized messages of the
given category.
- getJsMessages(Locale, String) - Method in class com.communote.server.web.commons.i18n.JsMessagesRegistry
-
Returns a string representation of a Javascript object with the localized messages of the
given category.
- getJsMessagesRegistry() - Method in class com.communote.server.web.WebServiceLocator
-
- getKenmeiTimeZone(String) - Method in class com.communote.server.core.common.time.TimeZoneProvider
-
Finds a SimplifiedTimeZone by the time zone id.
- getKey() - Method in class com.communote.plugins.api.rest.resource.note.property.CreatePropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.resource.note.property.GetCollectionPropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.resource.note.property.GetPropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.resource.note.property.PropertyResource
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.resource.topic.property.CreatePropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.resource.topic.property.GetCollectionPropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.resource.topic.property.GetPropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.resource.topic.property.PropertyResource
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.resource.user.property.CreatePropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.resource.user.property.GetCollectionPropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.resource.user.property.GetPropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.resource.user.property.PropertyResource
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v22.resource.note.property.CreatePropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v22.resource.note.property.GetCollectionPropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v22.resource.note.property.GetPropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v22.resource.note.property.PropertyResource
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.property.CreatePropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.property.GetCollectionPropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.property.GetPropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.property.PropertyResource
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v22.resource.topic.property.CreatePropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v22.resource.topic.property.GetCollectionPropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v22.resource.topic.property.GetPropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v22.resource.topic.property.PropertyResource
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v22.resource.user.property.CreatePropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v22.resource.user.property.GetCollectionPropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v22.resource.user.property.GetPropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v22.resource.user.property.PropertyResource
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v24.resource.note.property.CreatePropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v24.resource.note.property.GetCollectionPropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v24.resource.note.property.GetPropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v24.resource.note.property.PropertyResource
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.property.CreatePropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.property.GetCollectionPropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.property.GetPropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.property.PropertyResource
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v24.resource.topic.property.CreatePropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v24.resource.topic.property.GetCollectionPropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v24.resource.topic.property.GetPropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v24.resource.topic.property.PropertyResource
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v24.resource.user.property.CreatePropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v24.resource.user.property.GetCollectionPropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v24.resource.user.property.GetPropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v24.resource.user.property.PropertyResource
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.CreatePreferenceParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.EditPreferenceParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.PreferenceResource
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v30.resource.note.property.CreatePropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v30.resource.note.property.GetCollectionPropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v30.resource.note.property.GetPropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v30.resource.note.property.PropertyResource
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.property.CreatePropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.property.GetCollectionPropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.property.GetPropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.property.PropertyResource
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v30.resource.topic.property.CreatePropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v30.resource.topic.property.GetCollectionPropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v30.resource.topic.property.GetPropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v30.resource.topic.property.PropertyResource
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.externalproperty.ExternalPropertyResource
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.externalproperty.GetExternalPropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v30.resource.user.property.CreatePropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v30.resource.user.property.GetCollectionPropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v30.resource.user.property.GetPropertyParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v30.resource.user.property.PropertyResource
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.CreatePreferenceParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.EditPreferenceParameter
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.PreferenceResource
-
Returns the Key.
- getKey() - Method in class com.communote.plugins.mq.message.core.data.property.StringProperty
-
- getKey() - Method in class com.communote.server.api.core.property.PropertyEvent
-
- getKey() - Method in class com.communote.server.core.property.PropertyCacheKey
-
- getKey() - Method in class com.communote.server.web.commons.tags.menu.EntryTag
-
- getKey() - Method in class com.communote.server.web.commons.tags.menu.PanelTag
-
- getKey() - Method in class com.communote.server.web.commons.tags.TipTag
-
- getKey() - Method in class com.communote.server.web.fe.portal.user.client.forms.CustomizeMessageForm
-
- getKeyGroup() - Method in class com.communote.plugins.api.rest.resource.note.property.CreatePropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.resource.note.property.GetCollectionPropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.resource.note.property.GetPropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.resource.note.property.PropertyResource
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.resource.topic.property.CreatePropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.resource.topic.property.GetCollectionPropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.resource.topic.property.GetPropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.resource.topic.property.PropertyResource
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.resource.user.property.CreatePropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.resource.user.property.GetCollectionPropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.resource.user.property.GetPropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.resource.user.property.PropertyResource
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v22.resource.note.property.CreatePropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v22.resource.note.property.GetCollectionPropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v22.resource.note.property.GetPropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v22.resource.note.property.PropertyResource
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.property.CreatePropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.property.GetCollectionPropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.property.GetPropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.property.PropertyResource
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v22.resource.topic.property.CreatePropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v22.resource.topic.property.GetCollectionPropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v22.resource.topic.property.GetPropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v22.resource.topic.property.PropertyResource
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v22.resource.user.property.CreatePropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v22.resource.user.property.GetCollectionPropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v22.resource.user.property.GetPropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v22.resource.user.property.PropertyResource
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v24.resource.note.property.CreatePropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v24.resource.note.property.GetCollectionPropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v24.resource.note.property.GetPropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v24.resource.note.property.PropertyResource
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.property.CreatePropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.property.GetCollectionPropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.property.GetPropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.property.PropertyResource
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v24.resource.topic.property.CreatePropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v24.resource.topic.property.GetCollectionPropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v24.resource.topic.property.GetPropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v24.resource.topic.property.PropertyResource
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v24.resource.user.property.CreatePropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v24.resource.user.property.GetCollectionPropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v24.resource.user.property.GetPropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v24.resource.user.property.PropertyResource
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v30.resource.note.property.CreatePropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v30.resource.note.property.GetCollectionPropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v30.resource.note.property.GetPropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v30.resource.note.property.PropertyResource
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.property.CreatePropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.property.GetCollectionPropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.property.GetPropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.property.PropertyResource
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v30.resource.topic.property.CreatePropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v30.resource.topic.property.GetCollectionPropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v30.resource.topic.property.GetPropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v30.resource.topic.property.PropertyResource
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.externalproperty.ExternalPropertyResource
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.externalproperty.GetExternalPropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v30.resource.user.property.CreatePropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v30.resource.user.property.GetCollectionPropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v30.resource.user.property.GetPropertyParameter
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.plugins.api.rest.v30.resource.user.property.PropertyResource
-
Returns the KeyGroup.
- getKeyGroup() - Method in class com.communote.server.api.core.property.PropertyEvent
-
- getKeyGroup() - Method in class com.communote.server.api.core.property.StringPropertyFilter
-
- getKeyGroup() - Method in class com.communote.server.api.core.property.StringPropertyTO
-
- getKeyGroup() - Method in class com.communote.server.core.property.PropertyCacheKey
-
- getKeyGroup() - Method in class com.communote.server.model.property.Property
-
The group the key is belonging to
- getKeyStore() - Method in interface com.communote.server.api.core.config.StartupProperties
-
Return the key store containing secure keys (dont conflict it with the trust store!)
- getKeyStore() - Method in class com.communote.server.core.config.StartupPropertiesImpl
-
- getKeyString() - Method in interface com.communote.server.api.core.config.ConfigurationPropertyConstant
-
String representation of the constant to be used as key in Properties objects.
- getKeyString() - Method in enum com.communote.server.api.core.config.type.ApplicationProperty
-
String representation of the constant to be used as key in Properties objects.
- getKeyString() - Method in enum com.communote.server.api.core.config.type.ApplicationPropertyMailfetching
-
String representation of the constant to be used as key in Properties objects.
- getKeyString() - Method in enum com.communote.server.api.core.config.type.ApplicationPropertyMailing
-
String representation of the constant to be used as key in Properties objects.
- getKeyString() - Method in enum com.communote.server.api.core.config.type.ApplicationPropertySecurity
-
String representation of the constant to be used as key in Properties objects.
- getKeyString() - Method in enum com.communote.server.api.core.config.type.ApplicationPropertyVirusScanning
-
String representation of the constant to be used as key in Properties objects.
- getKeyString() - Method in enum com.communote.server.api.core.config.type.ApplicationPropertyXmpp
-
String representation of the constant to be used as key in Properties objects.
- getKeyString() - Method in enum com.communote.server.api.core.config.type.ClientProperty
-
String representation of the constant to be used as key in Properties objects.
- getKeyString() - Method in enum com.communote.server.api.core.config.type.ClientPropertySecurity
-
String representation of the constant to be used as key in Properties objects.
- getKeyString() - Method in enum com.communote.server.api.core.config.type.CoreProperty
-
String representation of the constant to be used as key in Properties objects.
- getKeyString() - Method in enum com.communote.server.api.core.config.type.CorePropertyDatabase
-
String representation of the constant to be used as key in Properties objects.
- getKeyString() - Method in enum com.communote.server.core.user.security.ApplicationPropertyUserPassword
-
- getLabel() - Method in class com.communote.common.menu.CategoryEntry
-
- getLabel() - Method in interface com.communote.common.menu.MenuEntry
-
- getLabel() - Method in class com.communote.server.web.fe.admin.BasicMenuEntry
-
- getLabel(String) - Method in class com.communote.server.web.fe.widgets.navigation.MainPageHorizontalNavigationWidget
-
Return the text that should be rendered as label for a given viewId.
- getLabelMessageKey() - Method in class com.communote.server.web.fe.admin.BasicMenuEntry
-
- getLanguage() - Method in class com.communote.server.api.core.note.NoteStoringTO
-
Language of post content.
- getLanguage() - Method in class com.communote.server.api.core.user.UserVO
-
- getLanguage() - Method in class com.communote.server.model.i18n.Message
-
- getLanguageCode() - Method in class com.communote.plugins.api.rest.resource.tag.EditTagParameter
-
Returns the LanguageCode.
- getLanguageCode() - Method in class com.communote.plugins.api.rest.resource.tag.GetTagParameter
-
Returns the LanguageCode.
- getLanguageCode() - Method in class com.communote.plugins.api.rest.resource.tag.TagResource
-
Returns the LanguageCode.
- getLanguageCode() - Method in class com.communote.plugins.api.rest.v22.resource.tag.EditTagParameter
-
Returns the LanguageCode.
- getLanguageCode() - Method in class com.communote.plugins.api.rest.v22.resource.tag.GetTagParameter
-
Returns the LanguageCode.
- getLanguageCode() - Method in class com.communote.plugins.api.rest.v22.resource.tag.TagResource
-
Returns the LanguageCode.
- getLanguageCode() - Method in class com.communote.plugins.api.rest.v24.resource.tag.EditTagParameter
-
Returns the LanguageCode.
- getLanguageCode() - Method in class com.communote.plugins.api.rest.v24.resource.tag.GetTagParameter
-
Returns the LanguageCode.
- getLanguageCode() - Method in class com.communote.plugins.api.rest.v24.resource.tag.TagResource
-
Returns the LanguageCode.
- getLanguageCode() - Method in class com.communote.plugins.api.rest.v30.resource.tag.EditTagParameter
-
Returns the LanguageCode.
- getLanguageCode() - Method in class com.communote.plugins.api.rest.v30.resource.tag.GetTagParameter
-
Returns the LanguageCode.
- getLanguageCode() - Method in class com.communote.plugins.api.rest.v30.resource.tag.TagResource
-
Returns the LanguageCode.
- getLanguageCode() - Method in class com.communote.plugins.mq.message.core.data.tag.Tag
-
Gets the language code.
- getLanguageCode() - Method in class com.communote.server.core.vo.query.QueryParameters
-
- getLanguageCode() - Method in class com.communote.server.model.user.Language
-
The code of the language
- getLanguageCode() - Method in class com.communote.server.model.user.User
-
- getLanguageCode() - Method in class com.communote.server.persistence.user.InviteUserForm
-
Gets the language code.
- getLanguageCode() - Method in class com.communote.server.web.fe.portal.user.client.forms.CustomizeMessageForm
-
- getLanguageCode() - Method in class com.communote.server.web.fe.portal.user.forms.RegistrationForm
-
Gets the language code.
- getLanguageCode() - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileForm
-
- getLanguageDao() - Method in class com.communote.server.persistence.user.UserDaoBase
-
Gets the reference to languageDao
.
- getLanguageLocale() - Method in class com.communote.plugins.api.rest.resource.user.GetCollectionUserParameter
-
Returns the LanguageLocale.
- getLanguageLocale() - Method in class com.communote.plugins.api.rest.resource.user.GetUserParameter
-
Returns the LanguageLocale.
- getLanguageLocale() - Method in class com.communote.plugins.api.rest.resource.user.UserResource
-
Returns the LanguageLocale.
- getLanguageLocale() - Method in class com.communote.plugins.api.rest.v22.resource.user.GetCollectionUserParameter
-
Returns the LanguageLocale.
- getLanguageLocale() - Method in class com.communote.plugins.api.rest.v22.resource.user.GetUserParameter
-
Returns the LanguageLocale.
- getLanguageLocale() - Method in class com.communote.plugins.api.rest.v22.resource.user.UserResource
-
Returns the LanguageLocale.
- getLanguageLocale() - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Returns the LanguageLocale.
- getLanguageLocale() - Method in class com.communote.plugins.api.rest.v24.resource.user.GetUserParameter
-
Returns the LanguageLocale.
- getLanguageLocale() - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResource
-
Returns the LanguageLocale.
- getLanguageLocale() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Returns the LanguageLocale.
- getLanguageLocale() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetUserParameter
-
Returns the LanguageLocale.
- getLanguageLocale() - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
Returns the LanguageLocale.
- getLanguageLocale() - Method in class com.communote.server.model.user.User
-
- getLanguages() - Method in class com.communote.server.core.common.velocity.CommunoteTool
-
- getLanguages() - Method in interface com.communote.server.core.user.MasterDataManagement
-
- getLanguages() - Method in class com.communote.server.core.user.MasterDataManagementBase
-
- getLargeImage() - Method in class com.communote.server.model.user.UserProfile
-
- getLast() - Method in class com.communote.common.util.OrderableManager
-
- getLastAccessDate() - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.CreateNavigationItemParameter
-
Returns the LastAccessDate.
- getLastAccessDate() - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.EditNavigationItemParameter
-
Returns the LastAccessDate.
- getLastAccessDate() - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.NavigationItemResource
-
Returns the LastAccessDate.
- getLastAccessDate() - Method in class com.communote.server.core.vo.user.NavigationItemTO
-
- getLastAccessDate() - Method in class com.communote.server.model.user.NavigationItem
-
- getLastBannerImageModificationDate() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Returns the LastBannerImageModificationDate.
- getLastBannerImageModificationDate() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetTopicParameter
-
Returns the LastBannerImageModificationDate.
- getLastBannerImageModificationDate() - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Returns the LastBannerImageModificationDate.
- getLastDiscussionCreationDate() - Method in class com.communote.server.api.core.note.NoteData
-
- getLastDiscussionCreationTime(SimpleNoteListItem) - Method in class com.communote.server.core.vo.query.note.LastDiscussionCreationDateComparator
-
- getLastDiscussionNoteCreationDate() - Method in class com.communote.server.model.note.Note
-
The date of youngest/newest comment within the discussion.
- getLastExecution() - Method in class com.communote.server.api.core.task.TaskTO
-
- getLastExecution() - Method in class com.communote.server.model.task.Task
-
- getLastLogin() - Method in class com.communote.server.model.user.User
-
- getLastLogoImageModificationDate() - Method in class com.communote.server.model.config.ClientConfiguration
-
The last modification date of the client logo
- getLastModificationDate() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the LastModificationDate.
- getLastModificationDate() - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Returns the LastModificationDate.
- getLastModificationDate() - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Returns the LastModificationDate.
- getLastModificationDate() - Method in class com.communote.plugins.api.rest.resource.topic.GetCollectionTopicParameter
-
Returns the LastModificationDate.
- getLastModificationDate() - Method in class com.communote.plugins.api.rest.resource.topic.GetTopicParameter
-
Returns the LastModificationDate.
- getLastModificationDate() - Method in class com.communote.plugins.api.rest.resource.topic.TopicResource
-
Returns the LastModificationDate.
- getLastModificationDate() - Method in class com.communote.plugins.api.rest.resource.user.GetCollectionUserParameter
-
Returns the LastModificationDate.
- getLastModificationDate() - Method in class com.communote.plugins.api.rest.resource.user.GetUserParameter
-
Returns the LastModificationDate.
- getLastModificationDate() - Method in class com.communote.plugins.api.rest.resource.user.UserResource
-
Returns the LastModificationDate.
- getLastModificationDate() - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Returns the LastModificationDate.
- getLastModificationDate() - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Returns the LastModificationDate.
- getLastModificationDate() - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetCollectionTopicParameter
-
Returns the LastModificationDate.
- getLastModificationDate() - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetTopicParameter
-
Returns the LastModificationDate.
- getLastModificationDate() - Method in class com.communote.plugins.api.rest.v22.resource.topic.TopicResource
-
Returns the LastModificationDate.
- getLastModificationDate() - Method in class com.communote.plugins.api.rest.v22.resource.user.GetCollectionUserParameter
-
Returns the LastModificationDate.
- getLastModificationDate() - Method in class com.communote.plugins.api.rest.v22.resource.user.GetUserParameter
-
Returns the LastModificationDate.
- getLastModificationDate() - Method in class com.communote.plugins.api.rest.v22.resource.user.UserResource
-
Returns the LastModificationDate.
- getLastModificationDate() - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Returns the LastModificationDate.
- getLastModificationDate() - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Returns the LastModificationDate.
- getLastModificationDate() - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
Returns the LastModificationDate.
- getLastModificationDate() - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetTopicParameter
-
Returns the LastModificationDate.
- getLastModificationDate() - Method in class com.communote.plugins.api.rest.v24.resource.topic.TopicResource
-
Returns the LastModificationDate.
- getLastModificationDate() - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Returns the LastModificationDate.
- getLastModificationDate() - Method in class com.communote.plugins.api.rest.v24.resource.user.GetUserParameter
-
Returns the LastModificationDate.
- getLastModificationDate() - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResource
-
Returns the LastModificationDate.
- getLastModificationDate() - Method in class com.communote.plugins.api.rest.v30.resource.lastmodificationdate.GetCollectionLastModificationDateParameter
-
Returns the LastModificationDate.
- getLastModificationDate() - Method in class com.communote.plugins.api.rest.v30.resource.lastmodificationdate.LastModificationDateResource
-
Returns the LastModificationDate.
- getLastModificationDate() - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Returns the LastModificationDate.
- getLastModificationDate() - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Returns the LastModificationDate.
- getLastModificationDate() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Returns the LastModificationDate.
- getLastModificationDate() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetTopicParameter
-
Returns the LastModificationDate.
- getLastModificationDate() - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Returns the LastModificationDate.
- getLastModificationDate() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Returns the LastModificationDate.
- getLastModificationDate() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetUserParameter
-
Returns the LastModificationDate.
- getLastModificationDate() - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
Returns the LastModificationDate.
- getLastModificationDate() - Method in class com.communote.server.api.core.blog.BlogData
-
- getLastModificationDate() - Method in class com.communote.server.api.core.image.Image
-
- getLastModificationDate() - Method in class com.communote.server.api.core.image.ImageVO
-
- getLastModificationDate() - Method in class com.communote.server.api.core.note.NoteData
-
- getLastModificationDate() - Method in class com.communote.server.api.core.property.StringPropertyTO
-
- getLastModificationDate() - Method in class com.communote.server.api.core.user.DetailedUserData
-
Date of the last modification happened to the user data
- getLastModificationDate() - Method in interface com.communote.server.core.common.time.LastModificationAware
-
- getLastModificationDate(String, String) - Method in class com.communote.server.core.property.BinaryPropertyAccessor
-
Get last modification date of a binary property.
- getLastModificationDate() - Method in class com.communote.server.model.blog.Blog
-
The last modification date of the blog.
- getLastModificationDate() - Method in class com.communote.server.model.note.Note
-
The date the UTR has been modified last
- getLastModificationDate() - Method in class com.communote.server.model.property.Property
-
Date, which denotes the last modification of this property.
- getLastModificationDate() - Method in class com.communote.server.model.user.UserProfile
-
Date of the last modification of the user profile
- getLastModificationDate() - Method in class com.communote.server.persistence.lastmodifieddate.LastModificationDate
-
- getLastModificationDate() - Method in class com.communote.server.web.api.to.listitem.BlogListItem
-
- getLastModificationDate() - Method in class com.communote.server.web.api.to.listitem.DetailPostListItem
-
- getLastModificationDate() - Method in class com.communote.server.web.api.to.listitem.PostListItem
-
- getLastModificationDate() - Method in class com.communote.server.web.api.to.listitem.v1_0_1.DetailPostListItem
-
- getLastModificationTimestamp() - Method in class com.communote.server.core.note.processor.NoteContentHolder
-
- getLastModificationTimestamp() - Method in class com.communote.server.model.config.Setting
-
- getLastModificationTimestamp(String) - Method in class com.communote.server.web.commons.i18n.JsMessagesRegistry
-
Get timestamp of the last modification of the messages of the category.
- getLastModified() - Method in class com.communote.common.io.BinaryData
-
Return last modified
- getLastModified(Resource) - Method in class com.communote.server.core.template.velocity.NoteTemplateVelocityResourceLoader
-
- getLastModifiedAfter() - Method in class com.communote.server.core.vo.query.user.UserQueryParameters
-
- getLastModifiedHeaderValue(CloseableHttpResponse) - Method in class com.communote.server.core.image.HttpExternalImageProvider
-
Get last modified header value as date, will fall back to current time if header is not set
- getLastName() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the LastName.
- getLastName() - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Returns the LastName.
- getLastName() - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Returns the LastName.
- getLastName() - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the LastName.
- getLastName() - Method in class com.communote.plugins.api.rest.resource.timelineuser.TimelineUserResource
-
Returns the LastName.
- getLastName() - Method in class com.communote.plugins.api.rest.resource.user.EditUserParameter
-
Returns the LastName.
- getLastName() - Method in class com.communote.plugins.api.rest.resource.user.GetCollectionUserParameter
-
Returns the LastName.
- getLastName() - Method in class com.communote.plugins.api.rest.resource.user.GetUserParameter
-
Returns the LastName.
- getLastName() - Method in class com.communote.plugins.api.rest.resource.user.UserResource
-
Returns the LastName.
- getLastName() - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Returns the LastName.
- getLastName() - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Returns the LastName.
- getLastName() - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the LastName.
- getLastName() - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.TimelineUserResource
-
Returns the LastName.
- getLastName() - Method in class com.communote.plugins.api.rest.v22.resource.user.EditUserParameter
-
Returns the LastName.
- getLastName() - Method in class com.communote.plugins.api.rest.v22.resource.user.GetCollectionUserParameter
-
Returns the LastName.
- getLastName() - Method in class com.communote.plugins.api.rest.v22.resource.user.GetUserParameter
-
Returns the LastName.
- getLastName() - Method in class com.communote.plugins.api.rest.v22.resource.user.UserResource
-
Returns the LastName.
- getLastName() - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Returns the LastName.
- getLastName() - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Returns the LastName.
- getLastName() - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the LastName.
- getLastName() - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.TimelineUserResource
-
Returns the LastName.
- getLastName() - Method in class com.communote.plugins.api.rest.v24.resource.user.EditUserParameter
-
Returns the LastName.
- getLastName() - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Returns the LastName.
- getLastName() - Method in class com.communote.plugins.api.rest.v24.resource.user.GetUserParameter
-
Returns the LastName.
- getLastName() - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResource
-
Returns the LastName.
- getLastName() - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Returns the LastName.
- getLastName() - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Returns the LastName.
- getLastName() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the LastName.
- getLastName() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.TimelineUserResource
-
Returns the LastName.
- getLastName() - Method in class com.communote.plugins.api.rest.v30.resource.user.EditUserParameter
-
Returns the LastName.
- getLastName() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Returns the LastName.
- getLastName() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetUserParameter
-
Returns the LastName.
- getLastName() - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
Returns the LastName.
- getLastName() - Method in class com.communote.server.api.core.user.UserData
-
Get the lastname of user
- getLastName() - Method in class com.communote.server.api.core.user.UserVO
-
- getLastName() - Method in class com.communote.server.core.filter.listitems.blog.member.UserListItem
-
- getLastName() - Method in class com.communote.server.core.user.UserProfileDetails
-
- getLastName() - Method in interface com.communote.server.model.user.UserName
-
- getLastName() - Method in class com.communote.server.model.user.UserProfile
-
- getLastName() - Method in class com.communote.server.persistence.user.InviteUserForm
-
Gets the lastName.
- getLastName() - Method in class com.communote.server.persistence.user.UserProfileVO
-
- getLastName() - Method in class com.communote.server.web.fe.portal.user.forms.RegistrationForm
-
Gets the last name.
- getLastName() - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileForm
-
Gets the last name.
- getLastPhotoModificationDate() - Method in class com.communote.plugins.api.rest.resource.user.GetCollectionUserParameter
-
Returns the LastPhotoModificationDate.
- getLastPhotoModificationDate() - Method in class com.communote.plugins.api.rest.resource.user.GetUserParameter
-
Returns the LastPhotoModificationDate.
- getLastPhotoModificationDate() - Method in class com.communote.plugins.api.rest.resource.user.UserResource
-
Returns the LastPhotoModificationDate.
- getLastPhotoModificationDate() - Method in class com.communote.plugins.api.rest.v22.resource.user.GetCollectionUserParameter
-
Returns the LastPhotoModificationDate.
- getLastPhotoModificationDate() - Method in class com.communote.plugins.api.rest.v22.resource.user.GetUserParameter
-
Returns the LastPhotoModificationDate.
- getLastPhotoModificationDate() - Method in class com.communote.plugins.api.rest.v22.resource.user.UserResource
-
Returns the LastPhotoModificationDate.
- getLastPhotoModificationDate() - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Returns the LastPhotoModificationDate.
- getLastPhotoModificationDate() - Method in class com.communote.plugins.api.rest.v24.resource.user.GetUserParameter
-
Returns the LastPhotoModificationDate.
- getLastPhotoModificationDate() - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResource
-
Returns the LastPhotoModificationDate.
- getLastPhotoModificationDate() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Returns the LastPhotoModificationDate.
- getLastPhotoModificationDate() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetUserParameter
-
Returns the LastPhotoModificationDate.
- getLastPhotoModificationDate() - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
Returns the LastPhotoModificationDate.
- getLastPhotoModificationDate() - Method in class com.communote.server.api.core.user.DetailedUserData
-
Date of the last modification happened to the users photo
- getLastPhotoModificationDate() - Method in class com.communote.server.model.user.UserProfile
-
Date of the last modification of the user photo
- getLastProfileImageModificationDate() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Returns the LastProfileImageModificationDate.
- getLastProfileImageModificationDate() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetTopicParameter
-
Returns the LastProfileImageModificationDate.
- getLastProfileImageModificationDate() - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Returns the LastProfileImageModificationDate.
- getLastUsedBlogs(int, boolean) - Method in interface com.communote.server.api.core.blog.BlogManagement
-
Retrieve a collection of the writable blogs the current user has written to.
- getLastUsedBlogs(int, boolean) - Method in class com.communote.server.core.blog.BlogManagementImpl
-
Retrieve a collection of the writable blogs the current user has written to.
- getLastUsedBlogs(Long, int) - Method in interface com.communote.server.persistence.blog.BlogDao
-
- getLastUsedBlogs(Long, int) - Method in class com.communote.server.persistence.blog.BlogDaoBase
-
- getLastUsedBlogs(HttpServletRequest, HttpServletResponse) - Method in class com.communote.server.web.fe.portal.blog.controller.BlogSelectionBoxController
-
Gets the last used blogs.
- getLatestMobileVersion() - Method in class com.communote.plugins.api.rest.to.LoginInfo
-
- getLatestMobileVersion() - Method in class com.communote.plugins.api.rest.v22.to.LoginInfo
-
- getLatestMobileVersion() - Method in class com.communote.plugins.api.rest.v24.to.LoginInfo
-
- getLatestMobileVersion() - Method in class com.communote.plugins.api.rest.v30.to.LoginInfo
-
- getLatestMobileVersion() - Method in class com.communote.server.web.api.to.user.LoginInfo
-
- getLdapAttributeName() - Method in exception com.communote.server.core.common.ldap.RequiredAttributeNotContainedException
-
Returns the name of the LDAP attribute that was not contained
- getLdapAttributName(String) - Method in class com.communote.server.core.common.ldap.LdapAttributesMapper
-
Returns the LDAP attribute name for a Communote attribute.
- getLdapAttributName(LdapUserAttribute) - Method in class com.communote.server.core.common.ldap.LdapUserAttributesMapper
-
Returns the LDAP attribute name for a Kenmei attribute.
- getLdapConfig() - Method in class com.communote.server.model.config.Configuration
- getLdapConfig() - Method in class com.communote.server.model.config.ConfigurationImpl
- getLdapConfiguration() - Method in class com.communote.server.api.core.config.ClientConfigurationProperties
-
- getLdapConfiguration() - Method in class com.communote.server.model.config.LdapGroupSyncConfiguration
-
- getLdapConfigurationDao() - Method in class com.communote.server.core.ConfigurationManagementBase
-
- getLdapLogin() - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
- getLdapPassword() - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
Gets the ldap password.
- getLeft() - Method in class com.communote.common.util.Pair
-
- getLegalAliasFromEmailAddress(String) - Static method in class com.communote.server.core.user.UserManagementHelper
-
Converts an email address, only the local part of it, into a valid user alias.
- getLicenseInformation() - Method in interface com.communote.server.web.commons.servlet.RestApiInformationLicenseDataProvider
-
- getLike() - Method in class com.communote.plugins.api.rest.resource.note.like.CreateLikeParameter
-
Returns the Like.
- getLike() - Method in class com.communote.plugins.api.rest.resource.note.like.GetCollectionLikeParameter
-
Returns the Like.
- getLike() - Method in class com.communote.plugins.api.rest.resource.note.like.LikeResource
-
Returns the Like.
- getLike() - Method in class com.communote.plugins.api.rest.v22.resource.note.like.CreateLikeParameter
-
Returns the Like.
- getLike() - Method in class com.communote.plugins.api.rest.v22.resource.note.like.GetCollectionLikeParameter
-
Returns the Like.
- getLike() - Method in class com.communote.plugins.api.rest.v22.resource.note.like.LikeResource
-
Returns the Like.
- getLike() - Method in class com.communote.plugins.api.rest.v24.resource.note.like.CreateLikeParameter
-
Returns the Like.
- getLike() - Method in class com.communote.plugins.api.rest.v24.resource.note.like.GetCollectionLikeParameter
-
Returns the Like.
- getLike() - Method in class com.communote.plugins.api.rest.v24.resource.note.like.LikeResource
-
Returns the Like.
- getLike() - Method in class com.communote.plugins.api.rest.v30.resource.note.like.CreateLikeParameter
-
Returns the Like.
- getLike() - Method in class com.communote.plugins.api.rest.v30.resource.note.like.GetCollectionLikeParameter
-
Returns the Like.
- getLike() - Method in class com.communote.plugins.api.rest.v30.resource.note.like.LikeResource
-
Returns the Like.
- getLikeId() - Method in class com.communote.plugins.api.rest.resource.note.like.CreateLikeParameter
-
Returns the LikeId.
- getLikeId() - Method in class com.communote.plugins.api.rest.resource.note.like.DeleteLikeParameter
-
Returns the LikeId.
- getLikeId() - Method in class com.communote.plugins.api.rest.resource.note.like.GetCollectionLikeParameter
-
Returns the LikeId.
- getLikeId() - Method in class com.communote.plugins.api.rest.resource.note.like.LikeResource
-
Returns the LikeId.
- getLikeId() - Method in class com.communote.plugins.api.rest.v22.resource.note.like.CreateLikeParameter
-
Returns the LikeId.
- getLikeId() - Method in class com.communote.plugins.api.rest.v22.resource.note.like.DeleteLikeParameter
-
Returns the LikeId.
- getLikeId() - Method in class com.communote.plugins.api.rest.v22.resource.note.like.GetCollectionLikeParameter
-
Returns the LikeId.
- getLikeId() - Method in class com.communote.plugins.api.rest.v22.resource.note.like.LikeResource
-
Returns the LikeId.
- getLikeId() - Method in class com.communote.plugins.api.rest.v24.resource.note.like.CreateLikeParameter
-
Returns the LikeId.
- getLikeId() - Method in class com.communote.plugins.api.rest.v24.resource.note.like.DeleteLikeParameter
-
Returns the LikeId.
- getLikeId() - Method in class com.communote.plugins.api.rest.v24.resource.note.like.GetCollectionLikeParameter
-
Returns the LikeId.
- getLikeId() - Method in class com.communote.plugins.api.rest.v24.resource.note.like.LikeResource
-
Returns the LikeId.
- getLikeId() - Method in class com.communote.plugins.api.rest.v30.resource.note.like.CreateLikeParameter
-
Returns the LikeId.
- getLikeId() - Method in class com.communote.plugins.api.rest.v30.resource.note.like.DeleteLikeParameter
-
Returns the LikeId.
- getLikeId() - Method in class com.communote.plugins.api.rest.v30.resource.note.like.GetCollectionLikeParameter
-
Returns the LikeId.
- getLikeId() - Method in class com.communote.plugins.api.rest.v30.resource.note.like.LikeResource
-
Returns the LikeId.
- getLikersOfNote(Long, Converter<User, T>) - Static method in class com.communote.server.core.blog.helper.NoteHelper
-
- getLink(String) - Method in interface com.communote.server.core.integration.IntegrationLinkGenerator
-
Method to get the link for the given external object.
- getLinkParamAction() - Method in class com.communote.server.core.mail.messages.SecurityCodeMailMessage
-
Get the name of the request parameter which should be set to the action of the SecurityCode.
- getLinkParamCode() - Method in class com.communote.server.core.mail.messages.SecurityCodeMailMessage
-
Get the name of the request parameter which should be set to the actual code of the
SecurityCode.
- getLinkPrefix() - Method in class com.communote.server.core.mail.messages.SecurityCodeMailMessage
-
Gets the link prefix.
- getLinkPrefix() - Method in class com.communote.server.core.mail.messages.user.ConfirmUserMailMessage
-
Gets the link prefix.
- getLinkPrefix() - Method in class com.communote.server.core.mail.messages.user.InviteUserToBlogMailMessage
-
Gets the link prefix.
- getLinkPrefix() - Method in class com.communote.server.core.mail.messages.user.InviteUserToClientMailMessage
-
Gets the link prefix.
- getLinkPrefix() - Method in class com.communote.server.core.mail.messages.user.InviteUserToClientWithExternalAuthMailMessage
-
- getLinkPrefix() - Method in class com.communote.server.core.mail.messages.user.RemindUserRegistrationMailMessage
-
Gets the link prefix.
- getListeners() - Method in class com.communote.server.core.osgi.OSGiManagement
-
- getListeners() - Method in class com.communote.server.web.osgi.WebOSGiComponentsInitializer
-
- getLocalAddr() - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
- getLocale() - Method in class com.communote.server.api.core.note.NoteRenderContext
-
- getLocale() - Method in class com.communote.server.api.core.tag.TagData
-
- getLocale() - Method in class com.communote.server.core.mail.messages.MailMessage
-
- getLocale() - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
- getLocale(HttpServletRequest) - Method in class com.communote.server.web.commons.controller.BaseFormController
-
- getLocale() - Method in class com.communote.server.web.fe.portal.user.forms.RegistrationForm
-
Gets the locale.
- getLocale() - Method in class com.communote.server.web.fe.widgets.blog.EditTopicStructureWidget
-
- getLocale() - Method in class com.communote.server.web.fe.widgets.tag.TagManagementWidget
-
- getLocales() - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
- getLocalizedDetails() - Method in exception com.communote.server.api.core.bootstrap.ApplicationInitializationException
-
- getLocalizedLabel(Locale, Object...) - Method in class com.communote.common.menu.CategoryEntry
-
- getLocalizedLabel(Locale, Object...) - Method in interface com.communote.common.menu.MenuEntry
-
Return the localized label of the menu item.
- getLocalizedLabel(Locale, Object...) - Method in class com.communote.server.web.fe.admin.BasicMenuEntry
-
- getLocalizedMessage(String, Object...) - Method in class com.communote.plugins.api.rest.service.exception.AbstractExceptionMapper
-
- getLocalizedMessage(Locale) - Method in exception com.communote.server.core.blog.notes.processors.exceptions.DirectMessageMissingRecipientException
-
Returns a detailed localized error message.
- getLocalizedMessage(Locale, Object...) - Method in exception com.communote.server.core.storing.LocalizedResourceStoringManagementException
-
Returns a localized message of this exception.
- getLocalizedMessage(Locale) - Method in exception com.communote.server.persistence.common.security.CommunoteException
-
Returns the localized message of this exception.
- getLocalizedMessage(Locale) - Method in exception com.communote.server.persistence.common.security.CommunoteRuntimeException
-
Returns the localized message of this exception.
- getLocalizedName() - Method in class com.communote.server.core.tag.TagSuggestionConfiguration
-
- getLocalName() - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
- getLocalPartName() - Method in class com.communote.plugins.webservice.CommunoteWebServiceDefinition
-
- getLocalPort() - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
- getLockedTimeout() - Method in exception com.communote.server.core.security.AccountTemporarilyLockedException
-
- getLockedTimeout() - Method in exception com.communote.server.external.acegi.UserAccountTemporarilyLockedException
-
- getLockedTimeout() - Method in class com.communote.server.model.user.security.AuthenticationFailedStatus
-
time of locking a user account for a specific channel
- getLockInterval() - Method in class com.communote.server.web.fe.portal.user.client.controller.security.AuthenticationForm
-
- getLoggedInView() - Method in class com.communote.server.web.fe.portal.controller.SecurityCodeConfirmationController
-
- getLoggingLocations() - Static method in class com.communote.server.core.common.util.LogHelper
-
Find registered log file appender
- getLogicalTags() - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
Returns the logical tag definitions.
- getLogin() - Method in class com.communote.server.web.fe.portal.user.system.communication.MailInForm
-
- getLogin() - Method in class com.communote.server.web.fe.portal.user.system.communication.MailOutForm
-
- getLogin() - Method in class com.communote.server.web.fe.portal.user.system.communication.XmppForm
-
- getLoginFailedView() - Method in class com.communote.server.web.fe.portal.login.AuthenticateUserController
-
- getLoginView() - Method in class com.communote.server.web.fe.portal.login.AuthenticateUserController
-
- getLogoImage() - Method in class com.communote.server.model.config.ClientConfiguration
-
- getLong(String) - Static method in class com.communote.plugins.api.rest.servlet.RequestListParser
-
Converts a string value to a Long.
- getLong(String) - Static method in class com.communote.plugins.api.rest.v22.servlet.RequestListParser
-
Converts a string value to a Long.
- getLong(String) - Static method in class com.communote.plugins.api.rest.v24.servlet.RequestListParser
-
Converts a string value to a Long.
- getLong(String) - Static method in class com.communote.plugins.api.rest.v30.servlet.RequestListParser
-
Converts a string value to a Long.
- getLongArrayParameter(String) - Method in class com.communote.server.widgets.AbstractWidget
-
Get the value of the given parameter.
- getLongParameter(HttpServletRequest, String) - Method in class com.communote.server.web.api.service.BaseApiController
-
Deprecated.
- getLongParameter(String) - Method in class com.communote.server.widgets.AbstractWidget
-
Get a parameter for a key and parse it to a long
value
- getLongParameter(String, long) - Method in class com.communote.server.widgets.AbstractWidget
-
Get a parameter for a key and parse it to a long
value
- getLowerTagDate() - Method in class com.communote.server.core.vo.query.TaggingCoreItemTimeLimitsQueryParameters
-
- getLowerTagDate() - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
the date after a resource must be tagged
- getMailAddressOfSender(Message) - Method in class com.communote.server.core.blog.NoteMailMessageWorkerBase
-
Extracts the email address of the sender.
- getMailbox() - Method in class com.communote.server.web.fe.portal.user.system.communication.MailInForm
-
- getMailFetcher() - Method in class com.communote.server.core.mail.fetching.MailFetchingService
-
- getMailingTestAddress() - Method in class com.communote.server.api.core.config.DevelopmentProperties
-
Returns the test email address.
- getMailMessageId() - Method in class com.communote.server.model.note.ProcessedMailNote
-
A unique identifier for the mail message represented by this object.
- getMainCacheEnabled() - Method in class com.communote.server.web.fe.portal.user.system.application.CacheInvalidationForm
-
Returns whether main cache should be invalidated.
- getMainCacheName() - Method in class com.communote.server.core.common.caching.eh.DefaultEhCacheConfigurer
-
Returns the name of the cache of the provided configuration which should be used as the main
cache.
- getMainCacheName() - Method in interface com.communote.server.core.common.caching.eh.EhCacheConfigurer
-
Returns the name of the cache of the provided configuration which should be used as the main
cache.
- getMainTemplate() - Method in class com.communote.plugins.core.views.AdministrationFormViewController
-
- getMainTemplate() - Method in class com.communote.plugins.core.views.AdministrationViewController
-
- getMainTemplate() - Method in class com.communote.plugins.core.views.FormViewController
-
- getMainTemplate() - Method in interface com.communote.plugins.core.views.PluginViewController
-
The key for the main template.
- getMainTemplate() - Method in class com.communote.plugins.core.views.ViewController
-
- getMainTemplate() - Method in class com.communote.plugins.embed.EmbedController
-
- getMainTemplate() - Method in class com.communote.plugins.embed.EmbedMessengerController
-
- getManagementType() - Method in class com.communote.server.web.fe.widgets.extension.note.CPLNoteActionsProvider
-
- getManagementType() - Method in class com.communote.server.web.fe.widgets.extension.note.CPLNoteItemTemplateProvider
-
- getManagementType() - Method in class com.communote.server.web.fe.widgets.extension.note.CPLNoteMetaDataProvider
-
- getManagementType() - Method in interface com.communote.server.web.fe.widgets.extension.WidgetExtension
-
- getManagementType() - Method in class com.communote.server.web.fe.widgets.type.ContentTypeWidgetExtension
-
- getManagerDN() - Method in class com.communote.server.model.config.LdapConfiguration
-
DN of the LDAP Account who has privileges to loop through the user list
- getManagerPassword() - Method in class com.communote.server.model.config.LdapConfiguration
-
Password of the ldap account who has privileges to loop through the user list
- getManagingUserIds() - Method in class com.communote.plugins.api.rest.resource.topic.right.GetRightParameter
-
Returns the ManagingUserIds.
- getManagingUserIds() - Method in class com.communote.plugins.api.rest.resource.topic.right.RightResource
-
Returns the ManagingUserIds.
- getManagingUserIds() - Method in class com.communote.plugins.api.rest.v22.resource.topic.right.GetRightParameter
-
Returns the ManagingUserIds.
- getManagingUserIds() - Method in class com.communote.plugins.api.rest.v22.resource.topic.right.RightResource
-
Returns the ManagingUserIds.
- getManagingUserIds() - Method in class com.communote.plugins.api.rest.v24.resource.topic.right.GetRightParameter
-
Returns the ManagingUserIds.
- getManagingUserIds() - Method in class com.communote.plugins.api.rest.v24.resource.topic.right.RightResource
-
Returns the ManagingUserIds.
- getManagingUserIds() - Method in class com.communote.plugins.api.rest.v30.resource.topic.right.GetRightParameter
-
Returns the ManagingUserIds.
- getManagingUserIds() - Method in class com.communote.plugins.api.rest.v30.resource.topic.right.RightResource
-
Returns the ManagingUserIds.
- getManagingUserIds() - Method in class com.communote.server.core.filter.listitems.blog.DetailBlogListItem
-
Comma separated list of user ids who are allowed to manage
- getMappedLdapAttributeNames() - Method in class com.communote.server.core.common.ldap.LdapAttributesMapper
-
Returns the names of the mapped LDAP attributes.
- getMappedUsers(Long, CollectionConverter<UserToBlogRoleMapping, T>, BlogRole...) - Method in interface com.communote.server.api.core.blog.BlogRightsManagement
-
Method to get all users for a given topic with the specified roles.
- getMappedUsers(Long, CollectionConverter<UserToBlogRoleMapping, T>, BlogRole...) - Method in class com.communote.server.core.blog.BlogRightsManagementImpl
-
Method to get all users for a given topic with the specified roles.
- getMappingAsString() - Method in class com.communote.server.core.common.ldap.LdapAttributesMapper
-
Returns the mapping of the mapper as string in the form
communoteAttribute1=ldapAttribute1,communoteAttribute2=ldapAttribute2
- getMatchMode() - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
- getMatchMode() - Method in class com.communote.server.core.vo.query.user.UserQueryParameters
-
Returns the match mode used in user name based queries.
- getMaxCount() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the MaxCount.
- getMaxCount() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the MaxCount.
- getMaxCount() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the MaxCount.
- getMaxCount() - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the MaxCount.
- getMaxCount() - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the MaxCount.
- getMaxCount() - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the MaxCount.
- getMaxCount() - Method in class com.communote.plugins.api.rest.resource.topic.GetCollectionTopicParameter
-
Returns the MaxCount.
- getMaxCount() - Method in class com.communote.plugins.api.rest.resource.user.GetCollectionUserParameter
-
Returns the MaxCount.
- getMaxCount() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the MaxCount.
- getMaxCount() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the MaxCount.
- getMaxCount() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the MaxCount.
- getMaxCount() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the MaxCount.
- getMaxCount() - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the MaxCount.
- getMaxCount() - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetCollectionTopicParameter
-
Returns the MaxCount.
- getMaxCount() - Method in class com.communote.plugins.api.rest.v22.resource.user.GetCollectionUserParameter
-
Returns the MaxCount.
- getMaxCount() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the MaxCount.
- getMaxCount() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the MaxCount.
- getMaxCount() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the MaxCount.
- getMaxCount() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the MaxCount.
- getMaxCount() - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the MaxCount.
- getMaxCount() - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
Returns the MaxCount.
- getMaxCount() - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Returns the MaxCount.
- getMaxCount() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Returns the MaxCount.
- getMaxCount() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the MaxCount.
- getMaxCount() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the MaxCount.
- getMaxCount() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the MaxCount.
- getMaxCount() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Returns the MaxCount.
- getMaxCount() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the MaxCount.
- getMaxCount() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Returns the MaxCount.
- getMaxCount() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the MaxCount.
- getMaxCount() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Returns the MaxCount.
- getMaxCount() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the MaxCount.
- getMaxCount() - Method in class com.communote.plugins.api.rest.v30.resource.topic.CreateTopicParameter
-
Returns the MaxCount.
- getMaxCount() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Returns the MaxCount.
- getMaxCount() - Method in class com.communote.plugins.api.rest.v30.resource.user.CreateUserParameter
-
Returns the MaxCount.
- getMaxCount() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Returns the MaxCount.
- getMaximumRank() - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
- getMaxResults() - Method in class com.communote.server.core.blog.UsedBlogsCacheKey
-
- getMaxResults() - Method in class com.communote.server.core.blog.UsedBlogsCacheKey.UsedBlogs
-
- getMaxTextLength() - Method in class com.communote.plugins.api.rest.resource.note.CreateNoteParameter
-
Returns the MaxTextLength.
- getMaxTextLength() - Method in class com.communote.plugins.api.rest.resource.note.EditNoteParameter
-
Returns the MaxTextLength.
- getMaxTextLength() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the MaxTextLength.
- getMaxTextLength() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetTimelineNoteParameter
-
Returns the MaxTextLength.
- getMaxTextLength() - Method in class com.communote.plugins.api.rest.v22.resource.note.CreateNoteParameter
-
Returns the MaxTextLength.
- getMaxTextLength() - Method in class com.communote.plugins.api.rest.v22.resource.note.EditNoteParameter
-
Returns the MaxTextLength.
- getMaxTextLength() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the MaxTextLength.
- getMaxTextLength() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetTimelineNoteParameter
-
Returns the MaxTextLength.
- getMaxTextLength() - Method in class com.communote.plugins.api.rest.v24.resource.note.CreateNoteParameter
-
Returns the MaxTextLength.
- getMaxTextLength() - Method in class com.communote.plugins.api.rest.v24.resource.note.EditNoteParameter
-
Returns the MaxTextLength.
- getMaxTextLength() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the MaxTextLength.
- getMaxTextLength() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
Returns the MaxTextLength.
- getMaxTextLength() - Method in class com.communote.plugins.api.rest.v30.resource.note.CreateNoteParameter
-
Returns the MaxTextLength.
- getMaxTextLength() - Method in class com.communote.plugins.api.rest.v30.resource.note.EditNoteParameter
-
Returns the MaxTextLength.
- getMaxTextLength() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the MaxTextLength.
- getMaxTextLength() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the MaxTextLength.
- getMaxTextLength() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
Returns the MaxTextLength.
- getMaxUploadSize() - Method in class com.communote.server.web.fe.portal.blog.controller.AttachmentUploadController
-
- getMaxUploadSize() - Method in class com.communote.server.web.fe.widgets.image.GlobalIdUploadImageWidget
-
Helper method which returns the maximal image upload file size.
- getMaxUsersToMention() - Method in class com.communote.server.web.fe.portal.user.client.forms.ClientProfileNotificationsForm
-
- getMediaId() - Method in class com.communote.plugins.mediaparser.RichMediaDescription
-
- getMediaTypeId() - Method in class com.communote.plugins.mediaparser.RichMediaDescription
-
- getMediumImage() - Method in class com.communote.server.model.user.UserProfile
-
- getMemberEntity() - Method in class com.communote.server.model.blog.BlogMember
-
- getMembers() - Method in class com.communote.server.model.blog.Blog
-
- getMemberships() - Method in class com.communote.server.model.user.CommunoteEntity
-
- getMentionedUserIds() - Method in class com.communote.server.core.blog.notes.processors.NoteNotificationDetails
-
- getMenuEntryId() - Method in class com.communote.common.menu.PositionDescriptor
-
- getMessage() - Method in exception com.communote.plugins.api.rest.exception.RestApiIllegalRequestParameterException
- getMessage() - Method in exception com.communote.plugins.api.rest.service.IllegalRequestParameterException
- getMessage() - Method in class com.communote.plugins.api.rest.to.ApiResult
-
Get a message, mainly used in case of errors
- getMessage() - Method in class com.communote.plugins.api.rest.to.ApiResultError
-
- getMessage() - Method in exception com.communote.plugins.api.rest.v22.exception.RestApiIllegalRequestParameterException
- getMessage() - Method in exception com.communote.plugins.api.rest.v22.service.IllegalRequestParameterException
- getMessage() - Method in class com.communote.plugins.api.rest.v22.to.ApiResult
-
Get a message, mainly used in case of errors
- getMessage() - Method in class com.communote.plugins.api.rest.v22.to.ApiResultError
-
- getMessage() - Method in exception com.communote.plugins.api.rest.v24.exception.RestApiIllegalRequestParameterException
- getMessage() - Method in exception com.communote.plugins.api.rest.v24.service.IllegalRequestParameterException
- getMessage() - Method in class com.communote.plugins.api.rest.v24.to.ApiResult
-
Get a message, mainly used in case of errors
- getMessage() - Method in class com.communote.plugins.api.rest.v24.to.ApiResultError
-
- getMessage() - Method in exception com.communote.plugins.api.rest.v30.exception.RestApiIllegalRequestParameterException
- getMessage() - Method in exception com.communote.plugins.api.rest.v30.service.IllegalRequestParameterException
- getMessage() - Method in class com.communote.plugins.api.rest.v30.to.ApiResult
-
Get a message, mainly used in case of errors
- getMessage() - Method in class com.communote.plugins.api.rest.v30.to.ApiResultError
-
- getMessage() - Method in class com.communote.plugins.mq.message.base.data.status.Status
-
- getMessage() - Method in class com.communote.server.api.core.bootstrap.InitializationStatus
-
- getMessage(String, Locale) - Method in class com.communote.server.core.common.i18n.LocalizationManagement
-
Method to get a custom localized message from the database.
- getMessage() - Method in class com.communote.server.core.exception.Status
-
- getMessage() - Method in exception com.communote.server.core.external.ExternalObjectAlreadyAssignedException
-
- getMessage() - Method in class com.communote.server.core.messaging.vo.Message
-
- getMessage() - Method in exception com.communote.server.core.security.iprange.IpRangeException
-
- getMessage() - Method in class com.communote.server.model.i18n.Message
-
The message.
- getMessage() - Method in class com.communote.server.web.api.service.blog.InviteUserToBlogApiController.ErrorField
-
Deprecated.
- getMessage() - Method in exception com.communote.server.web.api.service.IllegalRequestParameterException
- getMessage() - Method in exception com.communote.server.web.api.service.MissingRequestParameterException
- getMessage() - Method in exception com.communote.server.web.api.service.RequestedResourceNotFoundException
- getMessage() - Method in class com.communote.server.web.api.to.ApiResult
-
Deprecated.
Get a message, mainly used in case of errors
- getMessage(MessageSourceResolvable, Locale) - Method in class com.communote.server.web.commons.i18n.ResourceBundleManagerMessageSource
- getMessage(String, Object[], Locale) - Method in class com.communote.server.web.commons.i18n.ResourceBundleManagerMessageSource
- getMessage(String, Object[], String, Locale) - Method in class com.communote.server.web.commons.i18n.ResourceBundleManagerMessageSource
- getMessage() - Method in class com.communote.server.web.fe.portal.user.client.forms.CustomizeMessageForm
-
- getMessageConsumers() - Method in class com.communote.plugins.mq.service.impl.ProviderMessageConsumerFactoryImpl
-
only for test purposes
- getMessageHandlerConsumers() - Method in class com.communote.plugins.mq.provider.activemq.ActiveMQBroker
-
- getMessageHandlerConsumers() - Method in interface com.communote.plugins.mq.provider.activemq.MonitorableBroker
-
- getMessageId() - Method in class com.communote.plugins.mq.message.base.message.BaseMessage
-
- getMessageIdentifier() - Method in class com.communote.server.core.mail.messages.MailMessage
-
Returns an identifier of the message which can be used in the Message-ID header.
- getMessageIdentifier() - Method in class com.communote.server.core.mail.messages.user.NotifyAboutNoteMailMessage
-
- getMessageKey() - Method in class com.communote.plugins.api.rest.resource.validation.ParameterValidationError
-
- getMessageKey() - Method in exception com.communote.plugins.api.rest.resource.validation.ParameterValidationException
-
- getMessageKey() - Method in class com.communote.plugins.api.rest.v22.resource.validation.ParameterValidationError
-
- getMessageKey() - Method in exception com.communote.plugins.api.rest.v22.resource.validation.ParameterValidationException
-
- getMessageKey() - Method in class com.communote.plugins.api.rest.v24.resource.validation.ParameterValidationError
-
- getMessageKey() - Method in exception com.communote.plugins.api.rest.v24.resource.validation.ParameterValidationException
-
- getMessageKey() - Method in class com.communote.plugins.api.rest.v30.resource.validation.ParameterValidationError
-
- getMessageKey() - Method in exception com.communote.plugins.api.rest.v30.resource.validation.ParameterValidationException
-
- getMessageKey() - Method in exception com.communote.server.api.core.config.ConfigurationUpdateException
-
Key referencing a localized error message.
- getMessageKey() - Method in exception com.communote.server.core.blog.notes.processors.exceptions.MessageKeyNoteContentException
-
- getMessageKey() - Method in class com.communote.server.core.common.time.SimplifiedTimeZone
-
- getMessageKey() - Method in class com.communote.server.core.tag.TagSuggestion
-
- getMessageKey() - Method in class com.communote.server.core.vo.blog.NoteModificationResult
-
- getMessageKey() - Method in class com.communote.server.model.i18n.Message
-
The key for the message
- getMessageKey() - Method in class com.communote.server.persistence.common.messages.MessageKeyLocalizedMessage
-
- getMessageKey() - Method in exception com.communote.server.persistence.common.security.CommunoteException
-
- getMessageKey() - Method in exception com.communote.server.persistence.common.security.CommunoteRuntimeException
-
- getMessageKeyForMessage(NotificationDefinition.NotificationTypes) - Method in class com.communote.server.core.messaging.NotificationDefinition
-
Method to get the message key, which can be used for the message.
- getMessageKeyForName() - Method in class com.communote.server.core.messaging.NotificationDefinition
-
- getMessageKeyForSubject(NotificationDefinition.NotificationTypes) - Method in class com.communote.server.core.messaging.NotificationDefinition
-
Method to get the message key, which can be used for a title or subject.
- getMessagerConnectorConfigDao() - Method in class com.communote.server.core.user.UserProfileManagementBase
-
Gets the reference to messagerConnectorConfig
's DAO.
- getMessagerConnectorConfigs() - Method in interface com.communote.server.core.user.UserProfileManagement
-
Returns the messager connector configurations of the current user.
- getMessagerConnectorConfigs() - Method in class com.communote.server.core.user.UserProfileManagementBase
-
Returns the messager connector configurations of the current user.
- getMessages() - Method in class com.communote.plugins.mq.message.base.handler.ValidationResult
-
- getMessages() - Method in class com.communote.server.core.common.velocity.CommunoteTool
-
- getMessageStore() - Method in class com.communote.server.core.mail.fetching.MailboxConnection
-
- getMessageText(Message, boolean, boolean) - Static method in class com.communote.server.core.mail.MailMessageHelper
-
Returns the text content of a email message.
- getMetaData() - Method in class com.communote.plugins.api.rest.to.ApiResult
-
Get a map of meta data
- getMetaData() - Method in class com.communote.plugins.api.rest.v22.to.ApiResult
-
Get a map of meta data
- getMetaData() - Method in class com.communote.plugins.api.rest.v24.to.ApiResult
-
Get a map of meta data
- getMetaData() - Method in class com.communote.plugins.api.rest.v30.to.ApiResult
-
Get a map of meta data
- getMetadata(ContentId) - Method in class com.communote.server.core.crc.FilesystemConnector
-
Return the ContentMetadata that is associated with the given ContentId.
- getMetadata(ContentId) - Method in interface com.communote.server.core.crc.MetadataRepositoryConnector
-
Return the ContentMetadata that is associated with the given ContentId.
- getMetadata(ContentId) - Method in interface com.communote.server.core.crc.RepositoryConnectorDelegate
-
Returns the ContentMetadata that is associated to the given ContentId.
- getMetadata(ContentId) - Method in class com.communote.server.core.crc.RepositoryConnectorDelegateBase
-
- getMetadata() - Method in class com.communote.server.core.crc.xml.MetadataXMLHandler
-
Returns the read metadata.
- getMetadata() - Method in class com.communote.server.core.vo.content.AttachmentTO
-
- getMethod() - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
- getMimeTyp() - Method in class com.communote.server.api.core.attachment.AttachmentData
-
- getMimeType(byte[]) - Static method in class com.communote.common.image.ImageHelper
-
Method to get the best mime type for the given image.
- getMimeType(byte[]) - Static method in class com.communote.common.io.MimeTypeHelper
-
Returns the MimeType for the file given as a byte array.
- getMimeType(File) - Static method in class com.communote.common.io.MimeTypeHelper
-
Returns the MimeType for the given file.
- getMimeType(InputStream, String) - Static method in class com.communote.common.io.MimeTypeHelper
-
Returns the MimeType for the given file.
- getMimeType(String) - Static method in class com.communote.common.io.MimeTypeHelper
-
Returns the MimeType for the given file.
- getMimeType() - Method in class com.communote.server.api.core.image.Image
-
- getMimeType() - Method in class com.communote.server.core.crc.vo.ContentMetadata
-
The MIME-type of this content.
- getMimeTypesFileName(String) - Method in class com.communote.common.io.ExtensionMimeDetector
-
- getMinFileName() - Method in class com.communote.server.web.commons.resource.impl.CachedFileDescriptor
-
- getMinimalBlogInfo(Long) - Method in interface com.communote.server.api.core.blog.BlogManagement
-
Return the minimal set of information on a blog, even if the current user is not allowed to
read it.
- getMinimalBlogInfo(Long) - Method in class com.communote.server.core.blog.BlogManagementImpl
-
- getMinimalBlogInfo(Number) - Method in class com.communote.server.core.common.velocity.TopicTool
-
Return the minimal set of information on a topic, even if the current user has no access to
the topic.
- getMinimizedFile(String, String) - Static method in class com.communote.server.web.commons.resource.impl.ConcatenatedResourceStoreImpl
-
Get the minimized version of a given file if it exists.
- getMinimizedResourceName(String, String) - Static method in class com.communote.server.web.commons.resource.impl.ConcatenatedResourceStoreImpl
-
Return the minimized name of a resource by injecting the marker suffix.
- getMinimizedSuffix() - Method in interface com.communote.server.web.commons.resource.ConcatenatedResourceStore
-
- getMinimizedSuffix() - Method in class com.communote.server.web.commons.resource.impl.ConcatenatedResourceStoreImpl
-
- getMinimumLastModificationDate() - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
- getMinimumRank() - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
- getMinNumberOfAdditionalElements() - Method in class com.communote.common.util.PageableList
-
- getMinNumberOfElements() - Method in class com.communote.common.util.PageableList
-
- getMode() - Method in class com.communote.server.api.core.note.NoteRenderContext
-
Return the mode for rendering a note.
- getMode() - Method in class com.communote.server.web.fe.portal.user.system.communication.MailInForm
-
- getModelAndView(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class com.communote.server.web.fe.portal.user.client.controller.AbstractUserInviteController
-
Get the model and view to show.
- getModelAndView(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class com.communote.server.web.fe.portal.user.client.controller.InviteUserToClientController
-
Get the model and view to show.
- getModeOptions() - Method in class com.communote.server.api.core.note.NoteRenderContext
-
Return options which should apply for the render mode of this context.
- getModificationType() - Method in class com.communote.server.model.user.group.UserOfGroup
-
Denotes whether the the UserOfGroup entity was modified recently and thus needs further
processing.
- getMostUsedBlogs(int, boolean) - Method in interface com.communote.server.api.core.blog.BlogManagement
-
Retrieve a collection of writable blogs the current user has written to.
- getMostUsedBlogs(int, boolean) - Method in class com.communote.server.core.blog.BlogManagementBase
-
- getMostUsedBlogs(Long, int, int) - Method in interface com.communote.server.persistence.blog.BlogDao
-
- getMostUsedBlogs(Long, int, int) - Method in class com.communote.server.persistence.blog.BlogDaoBase
-
- getMostUsedBlogs(HttpServletRequest, HttpServletResponse) - Method in class com.communote.server.web.fe.portal.blog.controller.BlogSelectionBoxController
-
Gets the most used blogs.
- getMQUser(String) - Method in class com.communote.plugins.mq.provider.activemq.user.MQDatabaseUsersDAO
-
- getMQUser(String) - Method in interface com.communote.plugins.mq.provider.activemq.user.MQUsersDAO
-
- getMQUsers() - Method in class com.communote.plugins.mq.provider.activemq.user.MQDatabaseUsersDAO
-
- getMQUsers() - Method in interface com.communote.plugins.mq.provider.activemq.user.MQUsersDAO
-
- getMultiModeDomain() - Method in class com.communote.server.web.fe.portal.user.system.communication.MailInForm
-
- getMultiModeSuffix() - Method in class com.communote.server.web.fe.portal.user.system.communication.MailInForm
-
- getMultiModeUseAccount() - Method in class com.communote.server.web.fe.portal.user.system.communication.MailInForm
-
- getMyBlogs(HttpServletRequest, HttpServletResponse) - Method in class com.communote.server.web.fe.portal.blog.controller.BlogSelectionBoxController
-
Get the blogs the current user is manager in
- getName() - Method in class com.communote.plugin.ldap.LdapUserRepository
-
- getName() - Method in class com.communote.plugins.api.rest.resource.tag.EditTagParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.resource.tag.GetTagParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.resource.tag.TagResource
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.resource.tagstoretaglist.tagstoretag.TagStoreTagResource
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.TagSuggestionListResource
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.resource.timelinenote.timelinenotetag.GetCollectionTimelineNoteTagParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.resource.timelinenote.timelinenotetag.GetTimelineNoteTagParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.resource.timelinenote.timelinenotetag.TimelineNoteTagResource
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.resource.timelinetag.TimelineTagResource
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v22.resource.tag.EditTagParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v22.resource.tag.GetTagParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v22.resource.tag.TagResource
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.tagstoretag.TagStoreTagResource
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.TagSuggestionListResource
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotetag.GetCollectionTimelineNoteTagParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotetag.GetTimelineNoteTagParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotetag.TimelineNoteTagResource
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.TimelineTagResource
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.CreateExternalObjectParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.EditExternalObjectParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.ExternalObjectResource
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.GetExternalObjectParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v24.resource.tag.EditTagParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v24.resource.tag.GetTagParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v24.resource.tag.TagResource
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.tagstoretag.TagStoreTagResource
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.TagSuggestionListResource
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotetag.GetCollectionTimelineNoteTagParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotetag.GetTimelineNoteTagParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotetag.TimelineNoteTagResource
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.TimelineTagResource
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.CreateExternalObjectParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.EditExternalObjectParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.ExternalObjectResource
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.GetExternalObjectParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v30.resource.group.GetGroupParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v30.resource.group.GroupResource
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v30.resource.tag.EditTagParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v30.resource.tag.GetTagParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v30.resource.tag.TagResource
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.tagstoretag.TagStoreTagResource
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.TagSuggestionListResource
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotetag.GetCollectionTimelineNoteTagParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotetag.GetTimelineNoteTagParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotetag.TimelineNoteTagResource
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.TimelineTagResource
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.CreateExternalObjectParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.EditExternalObjectParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.ExternalObjectResource
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.GetExternalObjectParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.CreateNavigationItemParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.EditNavigationItemParameter
-
Returns the Name.
- getName() - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.NavigationItemResource
-
Returns the Name.
- getName() - Method in class com.communote.plugins.mq.message.core.data.tag.Tag
-
Gets the default name.
- getName() - Method in class com.communote.plugins.mq.provider.activemq.monitor.data.BrokerQueue
-
- getName() - Method in class com.communote.plugins.mq.provider.activemq.user.MQUser
-
- getName() - Method in class com.communote.server.api.core.client.ClientTO
-
- getName() - Method in interface com.communote.server.api.core.image.ImageTypeDescriptor
-
- getName() - Method in class com.communote.server.api.core.image.type.AttachmentImageDescriptor
-
- getName() - Method in class com.communote.server.api.core.image.type.EntityBannerImageDescriptor
-
- getName() - Method in class com.communote.server.api.core.image.type.EntityProfileImageDescriptor
-
- getName() - Method in class com.communote.server.api.core.image.type.UserImageDescriptor
-
- getName() - Method in class com.communote.server.api.core.tag.TagData
-
- getName() - Method in enum com.communote.server.core.common.ldap.LdapGroupAttribute
-
- getName() - Method in enum com.communote.server.core.common.ldap.LdapUserAttribute
-
- getName(long, HttpServletRequest) - Method in class com.communote.server.core.common.velocity.TagTool
-
- getName() - Method in class com.communote.server.core.external.confluence.ConfluenceUserRepository
-
- getName() - Method in interface com.communote.server.core.external.ExternalUserRepository
-
- getName() - Method in class com.communote.server.core.filter.listitems.blog.member.EntityGroupListItem
-
- getName() - Method in class com.communote.server.core.image.type.ClientImageDescriptor
-
- getName() - Method in class com.communote.server.core.mail.fetching.MailFetchingService
-
- getName() - Method in enum com.communote.server.core.mail.fetching.MailInProtocolType
-
- getName() - Method in interface com.communote.server.core.messaging.connector.MessagerConnector
-
Returns the connectors name.
- getName() - Method in class com.communote.server.core.messaging.connectors.xmpp.XMPPConnector
-
Returns the connectors name.
- getName() - Method in class com.communote.server.core.messaging.connectors.xmpp.XMPPService
-
- getName() - Method in class com.communote.server.core.security.authentication.AbstractCommunoteAuthenticationToken
-
Returns null because this principal (the token) has no name.
- getName() - Method in interface com.communote.server.core.service.CommunoteService
-
- getName(Locale) - Method in class com.communote.server.core.tag.TagSuggestion
-
- getName() - Method in class com.communote.server.core.virusscan.VirusScannerService
-
- getName() - Method in class com.communote.server.core.vo.tag.CategorizedTagVO
-
- getName() - Method in class com.communote.server.core.vo.tag.GlobalTagCategoryVO
-
- getName() - Method in class com.communote.server.core.vo.user.group.GroupVO
-
The name of the group.
- getName() - Method in class com.communote.server.core.vo.user.NavigationItemTO
-
- getName() - Method in class com.communote.server.model.attachment.Attachment
-
The (file) name of the attachment
- getName() - Method in class com.communote.server.model.client.Client
-
- getName() - Method in class com.communote.server.model.security.IpRangeFilter
-
- getName() - Method in class com.communote.server.model.tag.AbstractTagCategory
-
- getName() - Method in class com.communote.server.model.tag.Tag
-
The name of the tag
- getName() - Method in class com.communote.server.model.tag.TagImpl
-
- getName() - Method in interface com.communote.server.model.tag.TagName
-
The name of the tag
- getName() - Method in class com.communote.server.model.user.Country
-
The name of the country
- getName() - Method in class com.communote.server.model.user.group.Group
-
Human readable name of the group.
- getName() - Method in class com.communote.server.model.user.Language
-
The name of language
- getName() - Method in class com.communote.server.model.user.NavigationItem
-
- getName() - Method in class com.communote.server.persistence.security.iprange.IpRangeFilterVO
-
- getName() - Method in class com.communote.server.persistence.user.InvitationField
-
- getName() - Method in class com.communote.server.web.api.service.blog.InviteUserToBlogApiController.ErrorField
-
Deprecated.
- getName() - Method in class com.communote.server.web.commons.tags.menu.EntryTag
-
- getName() - Method in class com.communote.server.web.commons.tags.menu.PanelTag
-
- getName() - Method in class com.communote.server.web.fe.portal.user.client.forms.IpRangeFilterItem
-
Return the name of the current filter
- getName() - Method in class com.communote.server.web.fe.widgets.clouds.HierarchyTagEntry
-
get the tag name
- getName() - Method in class com.communote.server.web.fe.widgets.management.user.group.EntityListItem
-
- getNamedQueryNamesToValuesMap() - Method in class com.communote.server.core.vo.query.filter.PropertyFilter
-
- getNameForAccessLevel() - Method in class com.communote.plugins.api.rest.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the blog access level
- getNameForAccessLevel() - Method in class com.communote.plugins.api.rest.v22.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the blog access level
- getNameForAccessLevel() - Method in class com.communote.plugins.api.rest.v24.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the blog access level
- getNameForAccessLevel() - Method in class com.communote.plugins.api.rest.v30.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the blog access level
- getNameForAccessLevel() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
-
Returns the parameter name for the blog access level
- getNameForAccessLevel() - Method in class com.communote.server.core.vo.query.config.FilterWidgetParameterNameProvider
-
Returns the parameter name for the blog access level
- getNameForAccessLevel() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
Returns the parameter name for the blog access level
- getNameForAttachmentContentIds() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
- getNameForAttachmentContentIds() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
- getNameForAttachmentRepositoryConnectorIds() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
- getNameForAttachmentRepositoryConnectorIds() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
- getNameForBlogAliases() - Method in class com.communote.plugins.api.rest.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for blog aliases.
- getNameForBlogAliases() - Method in class com.communote.plugins.api.rest.v22.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for blog aliases.
- getNameForBlogAliases() - Method in class com.communote.plugins.api.rest.v24.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for blog aliases.
- getNameForBlogAliases() - Method in class com.communote.plugins.api.rest.v30.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for blog aliases.
- getNameForBlogAliases() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
-
Returns the parameter name for blog aliases.
- getNameForBlogAliases() - Method in class com.communote.server.core.vo.query.config.FilterWidgetParameterNameProvider
-
Returns the parameter name for blog aliases.
- getNameForBlogAliases() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
Returns the parameter name for blog aliases.
- getNameForBlogIds() - Method in class com.communote.plugins.api.rest.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for blog ids.
- getNameForBlogIds() - Method in class com.communote.plugins.api.rest.v22.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for blog ids.
- getNameForBlogIds() - Method in class com.communote.plugins.api.rest.v24.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for blog ids.
- getNameForBlogIds() - Method in class com.communote.plugins.api.rest.v30.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for blog ids.
- getNameForBlogIds() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
-
Returns the parameter name for blog ids.
- getNameForBlogIds() - Method in class com.communote.server.core.vo.query.config.FilterWidgetParameterNameProvider
-
Returns the parameter name for blog ids.
- getNameForBlogIds() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
Returns the parameter name for blog ids.
- getNameForBlogIdsToExclude() - Method in class com.communote.plugins.api.rest.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for blog ids to exclude.
- getNameForBlogIdsToExclude() - Method in class com.communote.plugins.api.rest.v22.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for blog ids to exclude.
- getNameForBlogIdsToExclude() - Method in class com.communote.plugins.api.rest.v24.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for blog ids to exclude.
- getNameForBlogIdsToExclude() - Method in class com.communote.plugins.api.rest.v30.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for blog ids to exclude.
- getNameForBlogIdsToExclude() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
-
Returns the parameter name for blog ids to exclude.
- getNameForBlogIdsToExclude() - Method in class com.communote.server.core.vo.query.config.FilterWidgetParameterNameProvider
-
Returns the parameter name for blog ids to exclude.
- getNameForBlogIdsToExclude() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
Returns the parameter name for blog ids to exclude.
- getNameForBlogSearchString() - Method in class com.communote.plugins.api.rest.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the blog search string.
- getNameForBlogSearchString() - Method in class com.communote.plugins.api.rest.v22.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the blog search string.
- getNameForBlogSearchString() - Method in class com.communote.plugins.api.rest.v24.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the blog search string.
- getNameForBlogSearchString() - Method in class com.communote.plugins.api.rest.v30.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the blog search string.
- getNameForBlogSearchString() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
-
Returns the parameter name for the blog search string.
- getNameForBlogSearchString() - Method in class com.communote.server.core.vo.query.config.FilterWidgetParameterNameProvider
-
Returns the parameter name for the blog search string.
- getNameForBlogSearchString() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
Returns the parameter name for the blog search string.
- getNameForCheckAtLeastMoreResults() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
-
With this parameter it is possible to define a number of additional entities, which should be
loaded when requesting data.
- getNameForCheckAtLeastMoreResults() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
With this parameter it is possible to define a number of additional entities, which should be
loaded when requesting data.
- getNameForDirectMessages() - Method in class com.communote.plugins.api.rest.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for filtering direct messages.
- getNameForDirectMessages() - Method in class com.communote.plugins.api.rest.v22.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for filtering direct messages.
- getNameForDirectMessages() - Method in class com.communote.plugins.api.rest.v24.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for filtering direct messages.
- getNameForDirectMessages() - Method in class com.communote.plugins.api.rest.v30.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for filtering direct messages.
- getNameForDirectMessages() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
-
Returns the parameter name for filtering direct messages.
- getNameForDirectMessages() - Method in class com.communote.server.core.vo.query.config.FilterWidgetParameterNameProvider
-
Returns the parameter name for filtering direct messages.
- getNameForDirectMessages() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
Returns the parameter name for filtering direct messages.
- getNameForDiscussionFilterMode() - Method in class com.communote.plugins.api.rest.filter.FilterRestApiParameterNameProvider
-
- getNameForDiscussionFilterMode() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
-
- getNameForDiscussionFilterMode() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
- getNameForDiscussionId() - Method in class com.communote.plugins.api.rest.filter.FilterRestApiParameterNameProvider
-
Returns the name for the parameter for the discussion id.
- getNameForDiscussionId() - Method in class com.communote.plugins.api.rest.v22.filter.FilterRestApiParameterNameProvider
-
Returns the name for the parameter for the discussion id.
- getNameForDiscussionId() - Method in class com.communote.plugins.api.rest.v24.filter.FilterRestApiParameterNameProvider
-
Returns the name for the parameter for the discussion id.
- getNameForDiscussionId() - Method in class com.communote.plugins.api.rest.v30.filter.FilterRestApiParameterNameProvider
-
Returns the name for the parameter for the discussion id.
- getNameForDiscussionId() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
-
Returns the name for the parameter for the discussion id.
- getNameForDiscussionId() - Method in class com.communote.server.core.vo.query.config.FilterWidgetParameterNameProvider
-
Returns the name for the parameter for the discussion id.
- getNameForDiscussionId() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
Returns the name for the parameter for the discussion id.
- getNameForEndDate() - Method in class com.communote.plugins.api.rest.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the end date .
- getNameForEndDate() - Method in class com.communote.plugins.api.rest.v22.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the end date .
- getNameForEndDate() - Method in class com.communote.plugins.api.rest.v24.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the end date .
- getNameForEndDate() - Method in class com.communote.plugins.api.rest.v30.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the end date .
- getNameForEndDate() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
-
Returns the parameter name for the end date .
- getNameForEndDate() - Method in class com.communote.server.core.vo.query.config.FilterWidgetParameterNameProvider
-
Returns the parameter name for the end date .
- getNameForEndDate() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
Returns the parameter name for the end date .
- getNameForEntityId() - Method in class com.communote.server.core.vo.query.config.FilterWidgetParameterNameProvider
-
- getNameForExcludeToplevelTopics() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
- getNameForExcludeToplevelTopics() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
- getNameForExternalObjectId() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
-
Returns the name for the parameter to filter for topics with an external object with the
given externalId
- getNameForExternalObjectId() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
Returns the name for the parameter to filter for topics with an external object with the
given externalId
- getNameForExternalObjectSystemId() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
-
Returns the name for the parameter to filter for topics with an external object with the
given externalSystemId
- getNameForExternalObjectSystemId() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
Returns the name for the parameter to filter for topics with an external object with the
given externalSystemId
- getNameForFavorite() - Method in class com.communote.plugins.api.rest.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for filtering favorites.
- getNameForFavorite() - Method in class com.communote.plugins.api.rest.v22.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for filtering favorites.
- getNameForFavorite() - Method in class com.communote.plugins.api.rest.v24.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for filtering favorites.
- getNameForFavorite() - Method in class com.communote.plugins.api.rest.v30.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for filtering favorites.
- getNameForFavorite() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
-
Returns the parameter name for filtering favorites.
- getNameForFavorite() - Method in class com.communote.server.core.vo.query.config.FilterWidgetParameterNameProvider
-
Returns the parameter name for filtering favorites.
- getNameForFavorite() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
Returns the parameter name for filtering favorites.
- getNameForFollowedBlogs() - Method in class com.communote.plugins.api.rest.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for filtering for followed blogs.
- getNameForFollowedBlogs() - Method in class com.communote.plugins.api.rest.v22.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for filtering for followed blogs.
- getNameForFollowedBlogs() - Method in class com.communote.plugins.api.rest.v24.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for filtering for followed blogs.
- getNameForFollowedBlogs() - Method in class com.communote.plugins.api.rest.v30.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for filtering for followed blogs.
- getNameForFollowedBlogs() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
-
Returns the parameter name for filtering for followed blogs.
- getNameForFollowedBlogs() - Method in class com.communote.server.core.vo.query.config.FilterWidgetParameterNameProvider
-
Returns the parameter name for filtering for followed blogs.
- getNameForFollowedBlogs() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
Returns the parameter name for filtering for followed blogs.
- getNameForFollowedNotes() - Method in class com.communote.plugins.api.rest.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for filtering for followed notes.
- getNameForFollowedNotes() - Method in class com.communote.plugins.api.rest.v22.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for filtering for followed notes.
- getNameForFollowedNotes() - Method in class com.communote.plugins.api.rest.v24.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for filtering for followed notes.
- getNameForFollowedNotes() - Method in class com.communote.plugins.api.rest.v30.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for filtering for followed notes.
- getNameForFollowedNotes() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
-
Returns the parameter name for filtering for followed notes.
- getNameForFollowedNotes() - Method in class com.communote.server.core.vo.query.config.FilterWidgetParameterNameProvider
-
Returns the parameter name for filtering for followed notes.
- getNameForFollowedNotes() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
Returns the parameter name for filtering for followed notes.
- getNameForForceAllTopics() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
-
Returns the name for the force all topics flags on topic queries.
- getNameForForceAllTopics() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
Returns the name for the force all topics flags on topic queries.
- getNameForFullTextSearchString() - Method in class com.communote.plugins.api.rest.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the full text search.
- getNameForFullTextSearchString() - Method in class com.communote.plugins.api.rest.v22.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the full text search.
- getNameForFullTextSearchString() - Method in class com.communote.plugins.api.rest.v24.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the full text search.
- getNameForFullTextSearchString() - Method in class com.communote.plugins.api.rest.v30.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the full text search.
- getNameForFullTextSearchString() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
-
Returns the parameter name for the full text search.
- getNameForFullTextSearchString() - Method in class com.communote.server.core.vo.query.config.FilterWidgetParameterNameProvider
-
Returns the parameter name for the full text search.
- getNameForFullTextSearchString() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
Returns the parameter name for the full text search.
- getNameForIncludeChildTopics() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
- getNameForIncludeChildTopics() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
- getNameForIncludeComments() - Method in class com.communote.plugins.api.rest.filter.FilterRestApiParameterNameProvider
- getNameForIncludeComments() - Method in class com.communote.plugins.api.rest.v22.filter.FilterRestApiParameterNameProvider
- getNameForIncludeComments() - Method in class com.communote.plugins.api.rest.v24.filter.FilterRestApiParameterNameProvider
- getNameForIncludeComments() - Method in class com.communote.plugins.api.rest.v30.filter.FilterRestApiParameterNameProvider
- getNameForIncludeComments() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
- getNameForIncludeComments() - Method in class com.communote.server.core.vo.query.config.FilterWidgetParameterNameProvider
- getNameForIncludeComments() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
- getNameForMaxCount() - Method in class com.communote.plugins.api.rest.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for max post count.
- getNameForMaxCount() - Method in class com.communote.plugins.api.rest.v22.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for max post count.
- getNameForMaxCount() - Method in class com.communote.plugins.api.rest.v24.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for max post count.
- getNameForMaxCount() - Method in class com.communote.plugins.api.rest.v30.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for max post count.
- getNameForMaxCount() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
-
Returns the parameter name for max post count.
- getNameForMaxCount() - Method in class com.communote.server.core.vo.query.config.FilterWidgetParameterNameProvider
-
Returns the parameter name for max post count.
- getNameForMaxCount() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
Returns the parameter name for max post count.
- getNameForMaximumRank() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
- getNameForMaximumRank() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
- getNameForMinimumRank() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
- getNameForMinimumRank() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
- getNameForOffset() - Method in class com.communote.plugins.api.rest.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the posts offset.
- getNameForOffset() - Method in class com.communote.plugins.api.rest.v22.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the posts offset.
- getNameForOffset() - Method in class com.communote.plugins.api.rest.v24.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the posts offset.
- getNameForOffset() - Method in class com.communote.plugins.api.rest.v30.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the posts offset.
- getNameForOffset() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
-
Returns the parameter name for the posts offset.
- getNameForOffset() - Method in class com.communote.server.core.vo.query.config.FilterWidgetParameterNameProvider
-
Returns the parameter name for the posts offset.
- getNameForOffset() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
Returns the parameter name for the posts offset.
- getNameForParentPostId() - Method in class com.communote.plugins.api.rest.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for parent post id.
- getNameForParentPostId() - Method in class com.communote.plugins.api.rest.v22.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for parent post id.
- getNameForParentPostId() - Method in class com.communote.plugins.api.rest.v24.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for parent post id.
- getNameForParentPostId() - Method in class com.communote.plugins.api.rest.v30.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for parent post id.
- getNameForParentPostId() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
-
Returns the parameter name for parent post id.
- getNameForParentPostId() - Method in class com.communote.server.core.vo.query.config.FilterWidgetParameterNameProvider
-
Returns the parameter name for parent post id.
- getNameForParentPostId() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
Returns the parameter name for parent post id.
- getNameForParentTopicIds() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
- getNameForParentTopicIds() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
- getNameForPostSearchString() - Method in class com.communote.plugins.api.rest.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the post search string.
- getNameForPostSearchString() - Method in class com.communote.plugins.api.rest.v22.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the post search string.
- getNameForPostSearchString() - Method in class com.communote.plugins.api.rest.v24.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the post search string.
- getNameForPostSearchString() - Method in class com.communote.plugins.api.rest.v30.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the post search string.
- getNameForPostSearchString() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
-
Returns the parameter name for the post search string.
- getNameForPostSearchString() - Method in class com.communote.server.core.vo.query.config.FilterWidgetParameterNameProvider
-
Returns the parameter name for the post search string.
- getNameForPostSearchString() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
Returns the parameter name for the post search string.
- getNameForPropertyFilter() - Method in class com.communote.plugins.api.rest.filter.FilterRestApiParameterNameProvider
- getNameForPropertyFilter() - Method in class com.communote.plugins.api.rest.v22.filter.FilterRestApiParameterNameProvider
- getNameForPropertyFilter() - Method in class com.communote.plugins.api.rest.v24.filter.FilterRestApiParameterNameProvider
- getNameForPropertyFilter() - Method in class com.communote.plugins.api.rest.v30.filter.FilterRestApiParameterNameProvider
- getNameForPropertyFilter() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
- getNameForPropertyFilter() - Method in class com.communote.server.core.vo.query.config.FilterWidgetParameterNameProvider
- getNameForPropertyFilter() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
- getNameForRetrieveOnlyNotesAfterDate() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
- getNameForRetrieveOnlyNotesAfterDate() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
- getNameForRetrieveOnlyNotesAfterId() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
- getNameForRetrieveOnlyNotesAfterId() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
- getNameForRetrieveOnlyNotesBeforeDate() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
- getNameForRetrieveOnlyNotesBeforeDate() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
- getNameForRetrieveOnlyNotesBeforeId() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
- getNameForRetrieveOnlyNotesBeforeId() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
- getNameForSelectedViewType() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
-
Returns the name for the parameter, which defines the selected view type.
- getNameForSelectedViewType() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
Returns the name for the parameter, which defines the selected view type.
- getNameForShowDiscussionParticipation() - Method in class com.communote.plugins.api.rest.filter.FilterRestApiParameterNameProvider
- getNameForShowDiscussionParticipation() - Method in class com.communote.plugins.api.rest.v22.filter.FilterRestApiParameterNameProvider
- getNameForShowDiscussionParticipation() - Method in class com.communote.plugins.api.rest.v24.filter.FilterRestApiParameterNameProvider
- getNameForShowDiscussionParticipation() - Method in class com.communote.plugins.api.rest.v30.filter.FilterRestApiParameterNameProvider
- getNameForShowDiscussionParticipation() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
- getNameForShowDiscussionParticipation() - Method in class com.communote.server.core.vo.query.config.FilterWidgetParameterNameProvider
- getNameForShowDiscussionParticipation() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
- getNameForShowOnlyDiscussions() - Method in class com.communote.plugins.api.rest.v22.filter.FilterRestApiParameterNameProvider
- getNameForShowOnlyDiscussions() - Method in class com.communote.plugins.api.rest.v24.filter.FilterRestApiParameterNameProvider
- getNameForShowOnlyDiscussions() - Method in class com.communote.plugins.api.rest.v30.filter.FilterRestApiParameterNameProvider
- getNameForShowOnlyRootNotes() - Method in class com.communote.plugins.api.rest.v22.filter.FilterRestApiParameterNameProvider
- getNameForShowOnlyRootNotes() - Method in class com.communote.plugins.api.rest.v24.filter.FilterRestApiParameterNameProvider
- getNameForShowOnlyRootNotes() - Method in class com.communote.plugins.api.rest.v30.filter.FilterRestApiParameterNameProvider
- getNameForShowOnlyRootTopics() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
- getNameForShowOnlyRootTopics() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
- getNameForShowOnlyToplevelTopics() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
-
- getNameForShowOnlyToplevelTopics() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
- getNameForShowPostsForMe() - Method in class com.communote.plugins.api.rest.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for show posts only for me.
- getNameForShowPostsForMe() - Method in class com.communote.plugins.api.rest.v22.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for show posts only for me.
- getNameForShowPostsForMe() - Method in class com.communote.plugins.api.rest.v24.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for show posts only for me.
- getNameForShowPostsForMe() - Method in class com.communote.plugins.api.rest.v30.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for show posts only for me.
- getNameForShowPostsForMe() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
-
Returns the parameter name for show posts only for me.
- getNameForShowPostsForMe() - Method in class com.communote.server.core.vo.query.config.FilterWidgetParameterNameProvider
-
Returns the parameter name for show posts only for me.
- getNameForShowPostsForMe() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
Returns the parameter name for show posts only for me.
- getNameForSortByDayDateAndRank() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
- getNameForSortByDayDateAndRank() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
- getNameForStartDate() - Method in class com.communote.plugins.api.rest.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the start date.
- getNameForStartDate() - Method in class com.communote.plugins.api.rest.v22.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the start date.
- getNameForStartDate() - Method in class com.communote.plugins.api.rest.v24.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the start date.
- getNameForStartDate() - Method in class com.communote.plugins.api.rest.v30.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the start date.
- getNameForStartDate() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
-
Returns the parameter name for the start date.
- getNameForStartDate() - Method in class com.communote.server.core.vo.query.config.FilterWidgetParameterNameProvider
-
Returns the parameter name for the start date.
- getNameForStartDate() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
Returns the parameter name for the start date.
- getNameForTagIds() - Method in class com.communote.plugins.api.rest.filter.FilterRestApiParameterNameProvider
-
- getNameForTagIds() - Method in class com.communote.plugins.api.rest.v22.filter.FilterRestApiParameterNameProvider
-
- getNameForTagIds() - Method in class com.communote.plugins.api.rest.v24.filter.FilterRestApiParameterNameProvider
-
- getNameForTagIds() - Method in class com.communote.plugins.api.rest.v30.filter.FilterRestApiParameterNameProvider
-
- getNameForTagIds() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
-
- getNameForTagIds() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
- getNameForTagIdsToExclude() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
-
- getNameForTagIdsToExclude() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
- getNameForTagPrefix() - Method in class com.communote.plugins.api.rest.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the tag prefix.
- getNameForTagPrefix() - Method in class com.communote.plugins.api.rest.v22.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the tag prefix.
- getNameForTagPrefix() - Method in class com.communote.plugins.api.rest.v24.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the tag prefix.
- getNameForTagPrefix() - Method in class com.communote.plugins.api.rest.v30.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the tag prefix.
- getNameForTagPrefix() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
-
Returns the parameter name for the tag prefix.
- getNameForTagPrefix() - Method in class com.communote.server.core.vo.query.config.FilterWidgetParameterNameProvider
-
Returns the parameter name for the tag prefix.
- getNameForTagPrefix() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
Returns the parameter name for the tag prefix.
- getNameForTags() - Method in class com.communote.plugins.api.rest.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for tags.
- getNameForTags() - Method in class com.communote.plugins.api.rest.v22.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for tags.
- getNameForTags() - Method in class com.communote.plugins.api.rest.v24.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for tags.
- getNameForTags() - Method in class com.communote.plugins.api.rest.v30.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for tags.
- getNameForTags() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
-
Returns the parameter name for tags.
- getNameForTags() - Method in class com.communote.server.core.vo.query.config.FilterWidgetParameterNameProvider
-
Returns the parameter name for tags.
- getNameForTags() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
Returns the parameter name for tags.
- getNameForTargetBlogId() - Method in class com.communote.plugins.api.rest.filter.FilterRestApiParameterNameProvider
-
Returns the name for the target blog ID which is a single blog ID.
- getNameForTargetBlogId() - Method in class com.communote.plugins.api.rest.v22.filter.FilterRestApiParameterNameProvider
-
Returns the name for the target blog ID which is a single blog ID.
- getNameForTargetBlogId() - Method in class com.communote.plugins.api.rest.v24.filter.FilterRestApiParameterNameProvider
-
Returns the name for the target blog ID which is a single blog ID.
- getNameForTargetBlogId() - Method in class com.communote.plugins.api.rest.v30.filter.FilterRestApiParameterNameProvider
-
Returns the name for the target blog ID which is a single blog ID.
- getNameForTargetBlogId() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
-
Returns the name for the target blog ID which is a single blog ID.
- getNameForTargetBlogId() - Method in class com.communote.server.core.vo.query.config.FilterWidgetParameterNameProvider
-
Returns the name for the target blog ID which is a single blog ID.
- getNameForTargetBlogId() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
Returns the name for the target blog ID which is a single blog ID.
- getNameForTopicSortByLatestNote() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
- getNameForTopicSortByLatestNote() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
- getNameForUserAliases() - Method in class com.communote.plugins.api.rest.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the user aliases.
- getNameForUserAliases() - Method in class com.communote.plugins.api.rest.v22.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the user aliases.
- getNameForUserAliases() - Method in class com.communote.plugins.api.rest.v24.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the user aliases.
- getNameForUserAliases() - Method in class com.communote.plugins.api.rest.v30.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the user aliases.
- getNameForUserAliases() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
-
Returns the parameter name for the user aliases.
- getNameForUserAliases() - Method in class com.communote.server.core.vo.query.config.FilterWidgetParameterNameProvider
-
Returns the parameter name for the user aliases.
- getNameForUserAliases() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
Returns the parameter name for the user aliases.
- getNameForUserIds() - Method in class com.communote.plugins.api.rest.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the user ids.
- getNameForUserIds() - Method in class com.communote.plugins.api.rest.v22.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the user ids.
- getNameForUserIds() - Method in class com.communote.plugins.api.rest.v24.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the user ids.
- getNameForUserIds() - Method in class com.communote.plugins.api.rest.v30.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the user ids.
- getNameForUserIds() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
-
Returns the parameter name for the user ids.
- getNameForUserIds() - Method in class com.communote.server.core.vo.query.config.FilterWidgetParameterNameProvider
-
Returns the parameter name for the user ids.
- getNameForUserIds() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
Returns the parameter name for the user ids.
- getNameForUserIdsToIgnore() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
-
Returns the parameter name for the user ids to ignore.
- getNameForUserIdsToIgnore() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
Returns the parameter name for the user ids to ignore.
- getNameForUserSearchString() - Method in class com.communote.plugins.api.rest.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the user search string.
- getNameForUserSearchString() - Method in class com.communote.plugins.api.rest.v22.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the user search string.
- getNameForUserSearchString() - Method in class com.communote.plugins.api.rest.v24.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the user search string.
- getNameForUserSearchString() - Method in class com.communote.plugins.api.rest.v30.filter.FilterRestApiParameterNameProvider
-
Returns the parameter name for the user search string.
- getNameForUserSearchString() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
-
Returns the parameter name for the user search string.
- getNameForUserSearchString() - Method in class com.communote.server.core.vo.query.config.FilterWidgetParameterNameProvider
-
Returns the parameter name for the user search string.
- getNameForUserSearchString() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
Returns the parameter name for the user search string.
- getNameIdentifier() - Method in class com.communote.server.api.core.blog.BlogTO
-
- getNameIdentifier() - Method in class com.communote.server.api.core.blog.MinimalBlogData
-
- getNameIdentifier() - Method in class com.communote.server.model.blog.Blog
-
The identifier of the blog.
- getNameIdentifier() - Method in class com.communote.server.web.fe.portal.blog.forms.BlogManagementForm
-
- getNameLocalized() - Method in class com.communote.server.model.user.Language
-
The localized name of the country
- getNameOfService(Class<? extends CommunoteService>) - Method in class com.communote.server.core.service.CommunoteServiceManager
-
Returns the name of the registered service that has the provided class.
- getNameProvider(Request) - Static method in class com.communote.plugins.api.rest.resource.ResourceHandlerHelper
-
Returns the name provider to use.
- getNameProvider(Request) - Static method in class com.communote.plugins.api.rest.v22.resource.ResourceHandlerHelper
-
Returns the name provider to use.
- getNameProvider(Request) - Static method in class com.communote.plugins.api.rest.v24.resource.ResourceHandlerHelper
-
Returns the name provider to use.
- getNameProvider(Request) - Static method in class com.communote.plugins.api.rest.v30.resource.ResourceHandlerHelper
-
Returns the name provider to use.
- getNameProvider() - Method in class com.communote.plugins.embed.EmbedController
-
- getNames() - Method in class com.communote.plugins.mq.message.core.util.TagMemberAccessor
-
- getNames() - Method in class com.communote.server.model.tag.Tag
-
- getNamesForNoteId() - Method in class com.communote.plugins.api.rest.filter.FilterRestApiParameterNameProvider
-
Returns the name for the parameter for the UserTaggedResource.
- getNamesForNoteId() - Method in class com.communote.plugins.api.rest.v22.filter.FilterRestApiParameterNameProvider
-
Returns the name for the parameter for the UserTaggedResource.
- getNamesForNoteId() - Method in class com.communote.plugins.api.rest.v24.filter.FilterRestApiParameterNameProvider
-
Returns the name for the parameter for the UserTaggedResource.
- getNamesForNoteId() - Method in class com.communote.plugins.api.rest.v30.filter.FilterRestApiParameterNameProvider
-
Returns the name for the parameter for the UserTaggedResource.
- getNamesForNoteId() - Method in class com.communote.server.core.vo.query.config.FilterApiParameterNameProvider
-
Returns the name for the parameter for the UserTaggedResource.
- getNamesForNoteId() - Method in class com.communote.server.core.vo.query.config.FilterWidgetParameterNameProvider
-
Returns the name for the parameter for the UserTaggedResource.
- getNamesForNoteId() - Method in interface com.communote.server.core.vo.query.config.QueryParametersParameterNameProvider
-
Returns the name for the parameter for the UserTaggedResource.
- getNamespace() - Method in class com.communote.server.core.messaging.connectors.xmpp.AliasPacketExtension
- getNameSpaceUri() - Method in class com.communote.plugins.webservice.CommunoteWebServiceDefinition
-
- getNavigationItemId() - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.DeleteNavigationItemParameter
-
Returns the NavigationItemId.
- getNavigationItemId() - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.EditNavigationItemParameter
-
Returns the NavigationItemId.
- getNavigationItemId() - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.GetNavigationItemParameter
-
Returns the NavigationItemId.
- getNavigationItemId() - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.NavigationItemResource
-
Returns the NavigationItemId.
- GetNavigationItemParameter - Class in com.communote.plugins.api.rest.v30.resource.user.navigationitem
-
This class it the parameter class for the NavigationItem resource.
- GetNavigationItemParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.user.navigationitem.GetNavigationItemParameter
-
Default Constuctor necessary for json parsing
- GetNavigationItemParameter(MultivaluedMap<String, String>, Long, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.user.navigationitem.GetNavigationItemParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetNavigationItemParameter(String, Long, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.user.navigationitem.GetNavigationItemParameter
-
- getNegatedAtoms() - Method in class com.communote.server.core.vo.query.logical.CompoundTagFormula
-
Returns an array with all atoms which are negated.
- getNetAddress(BigInteger, BigInteger) - Static method in class com.communote.server.core.security.iprange.IpRangeHelper
-
Gets the net address.
- getNewEmail() - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileChangeEmailForm
-
Gets the new email.
- getNewEmailAddress() - Method in class com.communote.server.model.user.security.EmailSecurityCode
-
The new email address
- getNewPassword() - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileChangePasswordForm
-
- getNewPasswordConfirm() - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileChangePasswordForm
-
- getNewRole() - Method in class com.communote.server.core.blog.events.TopicAccessRightsChangedEvent
-
- getNewRoleOfMapping() - Method in class com.communote.server.core.blog.events.UserToTopicRoleMappingChangedEvent
-
- getNewStatus() - Method in class com.communote.server.api.core.client.ClientStatusChangeEvent
-
- getNewStatus() - Method in class com.communote.server.core.user.events.UserStatusChangedEvent
-
- getNewTagId() - Method in class com.communote.plugins.api.rest.v30.resource.tag.DeleteTagParameter
-
Returns the NewTagId.
- getNewTagId() - Method in class com.communote.plugins.api.rest.v30.resource.tag.TagResource
-
Returns the NewTagId.
- getNewValue() - Method in class com.communote.server.api.core.property.PropertyEvent
-
- getNewValue() - Method in class com.communote.server.web.api.service.blog.InviteUserToBlogApiController.ErrorField
-
Deprecated.
- getNextEntities() - Method in class com.communote.plugin.ldap.helper.Retriever
-
Deprecated.
- getNextExecution() - Method in class com.communote.server.api.core.task.TaskTO
-
- getNextExecution() - Method in class com.communote.server.core.tasks.TaskScheduledEvent
-
- getNextExecution() - Method in class com.communote.server.model.task.Task
-
- getNextFireTime() - Method in class com.communote.server.core.tasks.TaskSchedulingContext
-
- getNextGroups() - Method in class com.communote.plugin.ldap.ADTrackingIncrementalRepositoryChangeTracker
-
Method to return the next groups from the repository.
- getNextGroups() - Method in interface com.communote.server.core.external.IncrementalRepositoryChangeTracker
-
Method to return the next groups from the repository.
- getNextGroups() - Method in class com.communote.server.core.user.groups.ExternalUserGroupRetriever
-
Method to get the next groups.
- getNextGroups() - Method in class com.communote.server.core.user.groups.IncrementalUserGroupRetriever
-
Method to get the next groups.
- getNextGroups() - Method in class com.communote.server.core.user.groups.UserGroupRetriever
-
Method to get the next groups.
- getNextScheduledTask() - Method in interface com.communote.server.api.core.task.TaskManagement
-
Return the next task to be scheduled.
- getNextScheduledTask(Date) - Method in interface com.communote.server.api.core.task.TaskManagement
-
Return the next task to be scheduled.
- getNextScheduledTask() - Method in class com.communote.server.core.tasks.TaskManagementImpl
-
- getNextScheduledTask(Date) - Method in class com.communote.server.core.tasks.TaskManagementImpl
-
- getNextScheduledTasks(Date, int, Collection<Long>) - Method in interface com.communote.server.api.core.task.TaskManagement
-
Get the tasks to schedule next
- getNextScheduledTasks(Date, int, Collection<Long>) - Method in class com.communote.server.core.tasks.TaskManagementImpl
-
- getNextUsers() - Method in class com.communote.plugin.ldap.ADTrackingIncrementalRepositoryChangeTracker
-
Method to return the next users from the repository.
- getNextUsers() - Method in interface com.communote.server.core.external.IncrementalRepositoryChangeTracker
-
Method to return the next users from the repository.
- getNextUsers() - Method in class com.communote.server.core.user.groups.ExternalUserGroupRetriever
-
Method to get the next users.
- getNextUsers() - Method in class com.communote.server.core.user.groups.IncrementalUserGroupRetriever
-
Method to get the next users.
- getNextUsers() - Method in class com.communote.server.core.user.groups.UserGroupRetriever
-
Method to get the next users.
- getNonEmptyParameter(HttpServletRequest, String) - Method in class com.communote.server.web.api.service.BaseApiController
-
Deprecated.
- getNormalizedRank() - Method in class com.communote.server.core.filter.listitems.NormalizedRankListItem
-
- getNormalizedRank() - Method in class com.communote.server.core.vo.user.note.UserNoteEntityTO
-
- getNotDisablingStatusCodes() - Method in class com.communote.server.core.image.HttpExternalImageProvider
-
- getNote() - Method in class com.communote.plugins.mq.message.core.message.note.CreateNoteMessage
-
- getNote(long, NoteRenderContext) - Method in interface com.communote.server.core.blog.NoteManagement
-
- getNote(Long, Converter<Note, T>) - Method in interface com.communote.server.core.blog.NoteManagement
-
Method to get a specific note.
- getNote(long, NoteRenderContext) - Method in class com.communote.server.core.blog.NoteManagementImpl
-
- getNote(Long, Converter<Note, T>) - Method in class com.communote.server.core.blog.NoteManagementImpl
-
Method to get a specific note.
- getNote() - Method in class com.communote.server.core.crc.vo.ExtendedContentId
-
- getNote(Long) - Method in class com.communote.server.core.vo.query.note.DataAccessNoteConverter
-
Getting Note object by id
- getNote() - Method in class com.communote.server.model.attachment.Attachment
-
- getNote() - Method in class com.communote.server.model.user.note.UserNoteEntity
-
- getNote() - Method in class com.communote.server.model.user.UserNoteProperty
-
- getNote(long, NoteRenderContext) - Method in class com.communote.server.service.NoteService
-
- getNote(Long, Converter<Note, T>) - Method in class com.communote.server.service.NoteService
-
Method to get a specific note.
- getNoteActions(NoteData) - Method in class com.communote.server.web.fe.widgets.blog.ChronologicalPostListWidget
-
Return a CSV listing the actions that can be executed on a note.
- getNoteAlias() - Method in class com.communote.server.core.vo.query.TaggingCoreItemQueryDefinition
-
- getNoteCount() - Method in interface com.communote.server.core.blog.NoteManagement
-
Returns the number of notes created within the current client.
- getNoteCount() - Method in class com.communote.server.core.blog.NoteManagementImpl
-
Returns the number of notes created within the current client.
- getNoteCount() - Method in class com.communote.server.service.NoteService
-
Returns the number of notes created within the current client.
- getNoteCrawlLastModificationDate(Long) - Method in class com.communote.server.core.lastmodifieddate.LastModificationDateManagement
-
Get the crawl-last-modification date of the given note.
- getNoteCrawlLastModificationDates(LastModificationDateFactory<T>) - Method in class com.communote.server.core.lastmodifieddate.LastModificationDateManagement
-
Get the crawl-last-modification dates of all published notes.
- getNoteCreationData() - Method in class com.communote.server.web.fe.widgets.blog.CreateNoteWidget
-
The note creation data as JSON object.
- getNoteDao() - Method in class com.communote.server.core.blog.notes.processors.NotificationNoteProcessor
-
- getNoteDao() - Method in class com.communote.server.core.tag.category.TagCategoryManagementBase
-
Gets the reference to note
's DAO.
- getNoteDao() - Method in class com.communote.server.core.vo.query.note.DataAccessNoteConverter
-
Getting Instance of NoteDao
- getNoteId() - Method in class com.communote.plugins.api.rest.resource.note.CreateNoteParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.resource.note.DeleteNoteParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.resource.note.EditNoteParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.resource.note.favorite.CreateFavoriteParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.resource.note.favorite.DeleteFavoriteParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.resource.note.favorite.GetCollectionFavoriteParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.resource.note.like.CreateLikeParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.resource.note.like.DeleteLikeParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.resource.note.like.GetCollectionLikeParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.resource.note.property.CreatePropertyParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.resource.note.property.GetCollectionPropertyParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.resource.note.property.GetPropertyParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetTimelineNoteParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.resource.timelinenote.TimelineNoteResource
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.resource.timelinenote.timelinenotetag.GetCollectionTimelineNoteTagParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.resource.timelinenote.timelinenotetag.GetTimelineNoteTagParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v22.resource.note.CreateNoteParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v22.resource.note.DeleteNoteParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v22.resource.note.EditNoteParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v22.resource.note.favorite.CreateFavoriteParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v22.resource.note.favorite.DeleteFavoriteParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v22.resource.note.favorite.GetCollectionFavoriteParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v22.resource.note.like.CreateLikeParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v22.resource.note.like.DeleteLikeParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v22.resource.note.like.GetCollectionLikeParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v22.resource.note.property.CreatePropertyParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v22.resource.note.property.GetCollectionPropertyParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v22.resource.note.property.GetPropertyParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetTimelineNoteParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.property.CreatePropertyParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.property.GetCollectionPropertyParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.property.GetPropertyParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteResource
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotetag.GetCollectionTimelineNoteTagParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotetag.GetTimelineNoteTagParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v24.resource.note.CreateNoteParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v24.resource.note.DeleteNoteParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v24.resource.note.EditNoteParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v24.resource.note.favorite.CreateFavoriteParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v24.resource.note.favorite.DeleteFavoriteParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v24.resource.note.favorite.GetCollectionFavoriteParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v24.resource.note.like.CreateLikeParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v24.resource.note.like.DeleteLikeParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v24.resource.note.like.GetCollectionLikeParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v24.resource.note.property.CreatePropertyParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v24.resource.note.property.GetCollectionPropertyParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v24.resource.note.property.GetPropertyParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.property.CreatePropertyParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.property.GetCollectionPropertyParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.property.GetPropertyParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotetag.GetCollectionTimelineNoteTagParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotetag.GetTimelineNoteTagParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.attachment.AttachmentResource
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.attachment.GetAttachmentParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.note.CreateNoteParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.note.DeleteNoteParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.note.EditNoteParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.note.favorite.CreateFavoriteParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.note.favorite.DeleteFavoriteParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.note.favorite.GetCollectionFavoriteParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.note.like.CreateLikeParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.note.like.DeleteLikeParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.note.like.GetCollectionLikeParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.note.property.CreatePropertyParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.note.property.GetCollectionPropertyParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.note.property.GetPropertyParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.property.CreatePropertyParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.property.GetCollectionPropertyParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.property.GetPropertyParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotetag.GetCollectionTimelineNoteTagParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotetag.GetTimelineNoteTagParameter
-
Returns the NoteId.
- getNoteId() - Method in class com.communote.server.api.core.attachment.AttachmentData
-
- getNoteId() - Method in exception com.communote.server.core.blog.MovingOfNonRootNotesNotAllowedException
-
- getNoteId() - Method in exception com.communote.server.core.blog.notes.processors.exceptions.InvalidPermissionForRepostException
-
- getNoteId() - Method in class com.communote.server.core.property.UserNotePropertyCacheKey
-
- getNoteId() - Method in exception com.communote.server.core.storing.AttachmentStillAssignedException
-
- getNoteId() - Method in class com.communote.server.core.user.note.UserNoteTOCacheKey
-
- getNoteId() - Method in class com.communote.server.core.util.InitalFiltersVO
-
- getNoteId() - Method in class com.communote.server.core.vo.blog.NoteModificationResult
-
- getNoteId() - Method in class com.communote.server.core.vo.content.AttachmentTO
-
- getNoteId() - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
- getNoteId() - Method in class com.communote.server.core.vo.user.note.UserNoteEntityTO
-
- getNoteIdsOfDiscussion(Long) - Method in interface com.communote.server.persistence.blog.NoteDao
-
Returns the IDs of the notes of the discussion.
- getNoteIdsOfDiscussion(Long) - Method in class com.communote.server.persistence.blog.NoteDaoBase
-
- getNoteItemTemplate(NoteData) - Method in class com.communote.plugins.activity.base.fe.widget.ActivityNoteItemTemplateProvider
-
- getNoteItemTemplate(NoteData) - Method in class com.communote.server.web.fe.widgets.blog.ChronologicalPostListWidget
-
Return the location of a template to use for rendering the HTML of the provided note
- getNoteItemTemplate(NoteData) - Method in class com.communote.server.web.fe.widgets.extension.note.CPLNoteItemTemplateProvider
-
Return the identifier of a template that should be used to render the HTML of the provided
note.
- getNoteItemTemplate(NoteData) - Method in class com.communote.server.web.fe.widgets.extension.note.CPLNoteItemTemplateProviderManagement
-
Return the location of the template that should be used to render the HTML of the provided
note.
- getNoteLastModificationDates(LastModificationDateFactory<T>) - Method in interface com.communote.server.persistence.lastmodifieddate.LastModificationDateDao
-
- getNoteLastModificationDates(LastModificationDateFactory<T>) - Method in class com.communote.server.persistence.lastmodifieddate.LastModificationDateDaoImpl
-
- getNoteLink(String, Long) - Method in class com.communote.server.core.blog.export.DefaultPermalinkGenerator
-
- getNoteLink(String, Long, boolean) - Method in class com.communote.server.core.blog.export.DefaultPermalinkGenerator
-
.
- getNoteLink(String, Long, boolean) - Method in class com.communote.server.core.blog.export.PermalinkGenerationManagement
-
Delegates to the last added generator or the default generator.
- getNoteLink(String, Long) - Method in interface com.communote.server.core.blog.export.PermalinkGenerator
-
- getNoteLink(String, Long, boolean) - Method in interface com.communote.server.core.blog.export.PermalinkGenerator
-
- getNoteManagement() - Method in class com.communote.plugins.api.rest.resource.note.like.LikeResourceHandler
-
- getNoteManagement() - Method in class com.communote.plugins.api.rest.v22.resource.note.like.LikeResourceHandler
-
- getNoteManagement() - Method in class com.communote.plugins.api.rest.v24.resource.note.like.LikeResourceHandler
-
- getNoteManagement() - Method in class com.communote.plugins.api.rest.v30.resource.note.like.LikeResourceHandler
-
- getNoteMetaData(NoteData) - Method in class com.communote.server.web.fe.widgets.blog.ChronologicalPostListWidget
-
Create a JSON object containing some meta data about a note.
- getNoteOfAttachment(ContentId) - Method in interface com.communote.server.core.storing.ResourceStoringManagement
-
Get the note the given attachment is assigned to.
- getNoteOfAttachment(Long) - Method in interface com.communote.server.core.storing.ResourceStoringManagement
-
Get the note the given attachment is assigned to.
- getNoteOfAttachment(ContentId) - Method in class com.communote.server.core.storing.ResourceStoringManagementImpl
-
- getNoteOfAttachment(Long) - Method in class com.communote.server.core.storing.ResourceStoringManagementImpl
-
- GetNoteParameter - Class in com.communote.plugins.api.rest.resource.note
-
This class it the parameter class for the Note resource.
- GetNoteParameter() - Constructor for class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Default Constuctor necessary for json parsing
- GetNoteParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetNoteParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
- GetNoteParameter - Class in com.communote.plugins.api.rest.v22.resource.note
-
This class it the parameter class for the Note resource.
- GetNoteParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Default Constuctor necessary for json parsing
- GetNoteParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetNoteParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
- GetNoteParameter - Class in com.communote.plugins.api.rest.v24.resource.note
-
This class it the parameter class for the Note resource.
- GetNoteParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Default Constuctor necessary for json parsing
- GetNoteParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetNoteParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
- GetNoteParameter - Class in com.communote.plugins.api.rest.v30.resource.note
-
This class it the parameter class for the Note resource.
- GetNoteParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Default Constuctor necessary for json parsing
- GetNoteParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetNoteParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
- getNotesByTag(Long) - Method in interface com.communote.server.persistence.blog.NoteDao
-
- getNotesByTag(Long) - Method in class com.communote.server.persistence.blog.NoteDaoBase
-
- getNotesCount() - Method in interface com.communote.server.persistence.blog.NoteDao
-
Gets the count of all notes
- getNotesCount() - Method in class com.communote.server.persistence.blog.NoteDaoBase
-
- getNotesForBlog(Long, Long, Integer) - Method in interface com.communote.server.persistence.blog.NoteDao
- getNotesForBlog(Long, Long, Integer) - Method in class com.communote.server.persistence.blog.NoteDaoBase
-
- getNotesOfUser(Long) - Method in interface com.communote.server.persistence.blog.NoteDao
-
- getNotesOfUser(Long) - Method in class com.communote.server.persistence.blog.NoteDaoBase
-
- getNoteTagId(String) - Method in class com.communote.server.core.common.velocity.TagTool
-
- getNoteTagSuggestions(boolean, String, String, String, HttpServletRequest) - Method in class com.communote.server.core.common.velocity.TagTool
-
Create a serialized JSON array of objects that describe the available tag suggestions for
note tag stores.
- getNoteTitle(Note, Locale) - Static method in class com.communote.server.core.blog.helper.NoteHelper
-
Get the note title for the note (e.g.
- getNoteTitle() - Method in class com.communote.server.core.util.InitalFiltersVO
-
- getNoteTitle(NoteData, Locale) - Method in class com.communote.server.web.fe.widgets.blog.ChronologicalPostListWidget
-
Get the note title for the note (e.g.
- getNoteVersion() - Method in class com.communote.plugins.api.rest.resource.note.CreateNoteParameter
-
Returns the NoteVersion.
- getNoteVersion() - Method in class com.communote.plugins.api.rest.resource.note.EditNoteParameter
-
Returns the NoteVersion.
- getNoteVersion() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the NoteVersion.
- getNoteVersion() - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Returns the NoteVersion.
- getNoteVersion() - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Returns the NoteVersion.
- getNoteVersion() - Method in class com.communote.plugins.api.rest.v22.resource.note.CreateNoteParameter
-
Returns the NoteVersion.
- getNoteVersion() - Method in class com.communote.plugins.api.rest.v22.resource.note.EditNoteParameter
-
Returns the NoteVersion.
- getNoteVersion() - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Returns the NoteVersion.
- getNoteVersion() - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Returns the NoteVersion.
- getNoteVersion() - Method in class com.communote.plugins.api.rest.v24.resource.note.CreateNoteParameter
-
Returns the NoteVersion.
- getNoteVersion() - Method in class com.communote.plugins.api.rest.v24.resource.note.EditNoteParameter
-
Returns the NoteVersion.
- getNoteVersion() - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Returns the NoteVersion.
- getNoteVersion() - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Returns the NoteVersion.
- getNoteVersion() - Method in class com.communote.plugins.api.rest.v30.resource.note.CreateNoteParameter
-
Returns the NoteVersion.
- getNoteVersion() - Method in class com.communote.plugins.api.rest.v30.resource.note.EditNoteParameter
-
Returns the NoteVersion.
- getNoteVersion() - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Returns the NoteVersion.
- getNoteVersion() - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Returns the NoteVersion.
- getNoteWithComments(Long, QueryResultConverter<SimpleNoteListItem, DiscussionNoteData>) - Method in interface com.communote.server.core.blog.NoteManagement
-
Returns a note with its comments which are ordered according to the provided converter.
- getNoteWithComments(Long, QueryResultConverter<SimpleNoteListItem, DiscussionNoteData>) - Method in class com.communote.server.core.blog.NoteManagementBase
-
Returns a note with its comments which are ordered according to the provided converter.
- getNoteWithComments(Long, QueryResultConverter<SimpleNoteListItem, DiscussionNoteData>) - Method in class com.communote.server.service.NoteService
-
Returns a note with its comments which are ordered according to the provided converter.
- getNotificationConfig() - Method in class com.communote.server.model.user.UserProfile
-
- getNotificationConfigDao() - Method in class com.communote.server.core.user.UserProfileManagementBase
-
Gets the reference to notificationConfig
's DAO.
- getNotificationConfigDao() - Method in class com.communote.server.persistence.user.UserDaoBase
-
Gets the reference to notificationConfigDao
.
- getNotificationDefinition() - Method in class com.communote.server.core.blog.notes.processors.DiscussionParticipationNotificationNoteProcessor
-
- getNotificationDefinition() - Method in class com.communote.server.core.blog.notes.processors.NotificationNoteProcessor
-
- getNotificationService() - Method in class com.communote.server.core.blog.notes.processors.NotificationNoteProcessor
-
- getNotifiedUsers() - Method in class com.communote.server.api.core.note.NoteData
-
- getNumberOfAdminsForExternalSystems() - Method in class com.communote.server.web.fe.portal.user.client.controller.integration.IntegrationOverviewForm
-
- getNumberOfChildNotes() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the NumberOfChildNotes.
- getNumberOfChildNotes() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetTimelineNoteParameter
-
Returns the NumberOfChildNotes.
- getNumberOfChildNotes() - Method in class com.communote.plugins.api.rest.resource.timelinenote.TimelineNoteResource
-
Returns the NumberOfChildNotes.
- getNumberOfChildNotes() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the NumberOfChildNotes.
- getNumberOfChildNotes() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetTimelineNoteParameter
-
Returns the NumberOfChildNotes.
- getNumberOfChildNotes() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteResource
-
Returns the NumberOfChildNotes.
- getNumberOfChildNotes() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the NumberOfChildNotes.
- getNumberOfChildNotes() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
Returns the NumberOfChildNotes.
- getNumberOfChildNotes() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
Returns the NumberOfChildNotes.
- getNumberOfChildNotes() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the NumberOfChildNotes.
- getNumberOfChildNotes() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the NumberOfChildNotes.
- getNumberOfChildNotes() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
Returns the NumberOfChildNotes.
- getNumberOfChildNotes() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
Returns the NumberOfChildNotes.
- getNumberOfComments() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the NumberOfComments.
- getNumberOfComments() - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Returns the NumberOfComments.
- getNumberOfComments() - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Returns the NumberOfComments.
- getNumberOfComments() - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Returns the NumberOfComments.
- getNumberOfComments() - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Returns the NumberOfComments.
- getNumberOfComments() - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Returns the NumberOfComments.
- getNumberOfComments() - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Returns the NumberOfComments.
- getNumberOfComments() - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Returns the NumberOfComments.
- getNumberOfComments() - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Returns the NumberOfComments.
- getNumberOfComments() - Method in class com.communote.server.api.core.note.NoteData
-
Returns the number of replies to this note.
- getNumberOfComments() - Method in class com.communote.server.web.api.to.listitem.DetailPostListItem
-
- getNumberOfComments() - Method in class com.communote.server.web.api.to.listitem.v1_0_1.DetailPostListItem
-
Returns the number of replies to this note.
- getNumberOfDiscussionNotes() - Method in class com.communote.plugins.api.rest.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
Returns the NumberOfDiscussionNotes.
- getNumberOfDiscussionNotes() - Method in class com.communote.plugins.api.rest.resource.timelinenote.timelinenotediscussion.TimelineNoteDiscussionResource
-
Returns the NumberOfDiscussionNotes.
- getNumberOfDiscussionNotes() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
Returns the NumberOfDiscussionNotes.
- getNumberOfDiscussionNotes() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotediscussion.TimelineNoteDiscussionResource
-
Returns the NumberOfDiscussionNotes.
- getNumberOfDiscussionNotes() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
Returns the NumberOfDiscussionNotes.
- getNumberOfDiscussionNotes() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotediscussion.TimelineNoteDiscussionResource
-
Returns the NumberOfDiscussionNotes.
- getNumberOfDiscussionNotes() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
Returns the NumberOfDiscussionNotes.
- getNumberOfDiscussionNotes() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotediscussion.TimelineNoteDiscussionResource
-
Returns the NumberOfDiscussionNotes.
- getNumberOfDiscussionNotes() - Method in class com.communote.server.api.core.note.NoteData
-
Returns the number of notes in the discussion this note is part of.
- getNumberOfElements() - Method in class com.communote.server.core.filter.ResultSpecification
-
Use a value <= 0 for unlimted number
- getNumberOfFavorites(Long) - Method in interface com.communote.server.core.blog.FavoriteManagement
-
Compute the number of all favorites for the note.
- getNumberOfFavorites(Long) - Method in class com.communote.server.core.blog.FavoriteManagementBase
-
Compute the number of all favorites for the note.
- getNumberOfFavorites(Long) - Method in interface com.communote.server.persistence.blog.NoteDao
-
Returns how often a note is favorized.
- getNumberOfFavorites(Long) - Method in class com.communote.server.persistence.blog.NoteDaoBase
-
- getNumberOfLastDays() - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the NumberOfLastDays.
- getNumberOfLastDays() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the NumberOfLastDays.
- getNumberOfLastDays() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the NumberOfLastDays.
- getNumberOfLastDays() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the NumberOfLastDays.
- getNumberOfLikes() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the NumberOfLikes.
- getNumberOfLikes() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetTimelineNoteParameter
-
Returns the NumberOfLikes.
- getNumberOfLikes() - Method in class com.communote.plugins.api.rest.resource.timelinenote.TimelineNoteResource
-
Returns the NumberOfLikes.
- getNumberOfLikes() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the NumberOfLikes.
- getNumberOfLikes() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetTimelineNoteParameter
-
Returns the NumberOfLikes.
- getNumberOfLikes() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteResource
-
Returns the NumberOfLikes.
- getNumberOfLikes() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the NumberOfLikes.
- getNumberOfLikes() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
Returns the NumberOfLikes.
- getNumberOfLikes() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
Returns the NumberOfLikes.
- getNumberOfLikes() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the NumberOfLikes.
- getNumberOfLikes() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the NumberOfLikes.
- getNumberOfLikes() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
Returns the NumberOfLikes.
- getNumberOfLikes() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
Returns the NumberOfLikes.
- getNumberOfMaximumExternalObjectsPerTopic() - Method in interface com.communote.server.core.external.ExternalObjectSourceConfiguration
-
- getNumberOfMaximumExternalObjectsPerTopic() - Method in exception com.communote.server.core.external.TooManyExternalObjectsPerTopicException
-
- getNumberOfNotesInDiscussion(Long) - Method in interface com.communote.server.core.blog.NoteManagement
-
Returns the number of notes in a discussion.
- getNumberOfNotesInDiscussion(Long) - Method in class com.communote.server.core.blog.NoteManagementBase
-
Returns the number of notes in a discussion.
- getNumberOfNotesInDiscussion(Long) - Method in class com.communote.server.service.NoteService
-
Returns the number of notes in a discussion.
- getNumberOfReplies(Long) - Method in interface com.communote.server.core.blog.NoteManagement
-
Returns the number of replies to a note.
- getNumberOfReplies(Long) - Method in class com.communote.server.core.blog.NoteManagementBase
-
- getNumberOfReplies(Long) - Method in class com.communote.server.service.NoteService
-
Returns the number of replies to a note.
- getNumberOfTagsToFilter() - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
- getNumericRole() - Method in class com.communote.server.model.blog.UserToBlogRoleMapping
-
A numeric representation of the role the user has in the blog.
- getObject() - Method in class com.communote.server.web.fe.portal.about.AboutPageContentManagerFactory
-
- getObject() - Method in class com.communote.server.web.fe.portal.service.ImprintPageContentManagerFactory
-
- getObject() - Method in class com.communote.server.web.fe.portal.service.ToolsPageContentManagerFactory
-
- getObjectId() - Method in class com.communote.server.api.core.property.PropertyEvent
-
- getObjectId(Attachment) - Method in class com.communote.server.core.property.AttachmentPropertyAccessor
-
- getObjectId(Propertyable) - Method in class com.communote.server.core.property.BinaryPropertyAccessor
- getObjectId(ExternalObject) - Method in class com.communote.server.core.property.ExternalObjectPropertyAccessor
- getObjectId(Note) - Method in class com.communote.server.core.property.NotePropertyAccessor
- getObjectId(O) - Method in class com.communote.server.core.property.PropertyAccessor
-
- getObjectId(Blog) - Method in class com.communote.server.core.property.TopicPropertyAccessor
- getObjectId(Note) - Method in class com.communote.server.core.property.UserNotePropertyAccessor
- getObjectId(User) - Method in class com.communote.server.core.property.UserPropertyAccessor
- getObjectProperties() - Method in class com.communote.server.api.core.note.NoteData
-
This method return the properties of the object
- getObjectProperties() - Method in interface com.communote.server.api.core.property.StringPropertyableTO
-
This method return the properties of the object
- getObjectProperties() - Method in class com.communote.server.core.filter.listitems.blog.ExternalObjectListItem
-
- getObjectProperty(PropertyType, Long, String, String) - Method in interface com.communote.server.api.core.property.PropertyManagement
-
Get an object property
- getObjectProperty(Long, String, String) - Method in class com.communote.server.core.property.PropertyAccessor
-
Get an object property for the given group and key
- getObjectProperty(PropertyType, Long, String, String) - Method in class com.communote.server.core.property.PropertyManagementImpl
-
- getObjectPropertyUnfiltered(PropertyType, Long, String, String) - Method in interface com.communote.server.api.core.property.PropertyManagement
-
Get an object property.
- getObjectPropertyUnfiltered(Long, String, String) - Method in class com.communote.server.core.property.PropertyAccessor
-
Get an object property for the given group and key.
- getObjectPropertyUnfiltered(PropertyType, Long, String, String) - Method in class com.communote.server.core.property.PropertyManagementImpl
-
- getObjectType() - Method in class com.communote.server.web.fe.portal.about.AboutPageContentManagerFactory
-
- getObjectType() - Method in class com.communote.server.web.fe.portal.service.ImprintPageContentManagerFactory
-
- getObjectType() - Method in class com.communote.server.web.fe.portal.service.ToolsPageContentManagerFactory
-
- getObservationId() - Method in class com.communote.plugins.api.rest.v30.resource.user.observation.GetObservationParameter
-
Returns the ObservationId.
- getObservationId() - Method in class com.communote.plugins.api.rest.v30.resource.user.observation.ObservationResource
-
Returns the ObservationId.
- GetObservationParameter - Class in com.communote.plugins.api.rest.v30.resource.user.observation
-
This class it the parameter class for the Observation resource.
- GetObservationParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.user.observation.GetObservationParameter
-
Default Constuctor necessary for json parsing
- GetObservationParameter(MultivaluedMap<String, String>, Long, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.user.observation.GetObservationParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetObservationParameter(String, Long, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.user.observation.GetObservationParameter
-
- getObservedEvent() - Method in class com.communote.plugins.activity.core.AllUsersTopicAccessRightsChangedEventListener
-
Defines the types of events about which this listener will be informed.
- getObservedEvent() - Method in class com.communote.plugins.activity.core.EntityTopicAccessRightsChangedEventListener
-
Defines the types of events about which this listener will be informed.
- getObservedEvent() - Method in class com.communote.plugins.activity.core.ManagerGainedTopicAccessRightsChangedEventListener
-
- getObservedEvent() - Method in class com.communote.plugins.activity.core.TopicCreatedEventListener
-
- getObservedEvent() - Method in class com.communote.plugins.activity.core.TopicHierarchyEventListener
-
- getObservedEvent() - Method in interface com.communote.server.api.core.event.EventListener
-
Defines the types of events about which this listener will be informed.
- getObservedEvent() - Method in class com.communote.server.core.blog.AssignedBlogRoleRetriever
-
Defines the types of events about which this listener will be informed.
- getObservedEvent() - Method in class com.communote.server.core.blog.CrawlLastModifcationDateOnTopicRoleChangeEventListener
-
- getObservedEvent() - Method in class com.communote.server.core.blog.DiscussionDetailsRetriever
-
Defines the types of events about which this listener will be informed.
- getObservedEvent() - Method in class com.communote.server.core.blog.ManagerGainedTopicAccessRightsChangedEventListener
-
- getObservedEvent() - Method in class com.communote.server.core.messaging.NotifyAboutLikeEventListener
-
- getObservedEvent() - Method in class com.communote.server.core.service.CommunoteServiceManager
-
Defines the types of events about which this listener will be informed.
- getObservedEvent() - Method in class com.communote.server.core.tasks.TaskSchedulingContext
-
Defines the types of events about which this listener will be informed.
- getObservedEvent() - Method in class com.communote.server.core.template.velocity.NoteTemplateVelocityResourceLoader
-
- getObservedEvent() - Method in class com.communote.server.core.user.listener.UserLimitNotificationOnUserActivation
-
- getObservedEvent() - Method in class com.communote.server.core.user.listeners.CreateBuiltInNavigationItemsOnUserActivation
-
- getObservedEvent() - Method in class com.communote.server.web.commons.i18n.JsMessagesRegistry
-
- getOffset() - Method in class com.communote.common.paging.PageInformation
-
The first number of the element of the page
- getOffset() - Method in class com.communote.common.util.PageableList
-
- getOffset() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the Offset.
- getOffset() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the Offset.
- getOffset() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the Offset.
- getOffset() - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the Offset.
- getOffset() - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the Offset.
- getOffset() - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the Offset.
- getOffset() - Method in class com.communote.plugins.api.rest.resource.topic.GetCollectionTopicParameter
-
Returns the Offset.
- getOffset() - Method in class com.communote.plugins.api.rest.resource.user.GetCollectionUserParameter
-
Returns the Offset.
- getOffset() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the Offset.
- getOffset() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the Offset.
- getOffset() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the Offset.
- getOffset() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the Offset.
- getOffset() - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the Offset.
- getOffset() - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetCollectionTopicParameter
-
Returns the Offset.
- getOffset() - Method in class com.communote.plugins.api.rest.v22.resource.user.GetCollectionUserParameter
-
Returns the Offset.
- getOffset() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the Offset.
- getOffset() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the Offset.
- getOffset() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the Offset.
- getOffset() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the Offset.
- getOffset() - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the Offset.
- getOffset() - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
Returns the Offset.
- getOffset() - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Returns the Offset.
- getOffset() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Returns the Offset.
- getOffset() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the Offset.
- getOffset() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the Offset.
- getOffset() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the Offset.
- getOffset() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Returns the Offset.
- getOffset() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the Offset.
- getOffset() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Returns the Offset.
- getOffset() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the Offset.
- getOffset() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Returns the Offset.
- getOffset() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the Offset.
- getOffset() - Method in class com.communote.plugins.api.rest.v30.resource.topic.CreateTopicParameter
-
Returns the Offset.
- getOffset() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Returns the Offset.
- getOffset() - Method in class com.communote.plugins.api.rest.v30.resource.user.CreateUserParameter
-
Returns the Offset.
- getOffset() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Returns the Offset.
- getOffset() - Method in class com.communote.server.core.filter.ResultSpecification
-
- getOldPassword() - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileChangePasswordForm
-
- getOldRole() - Method in class com.communote.server.core.blog.events.TopicAccessRightsChangedEvent
-
- getOldRoleOfMapping() - Method in class com.communote.server.core.blog.events.UserToTopicRoleMappingChangedEvent
-
- getOldStatus() - Method in class com.communote.server.api.core.client.ClientStatusChangeEvent
-
- getOldStatus() - Method in class com.communote.server.core.user.events.UserStatusChangedEvent
-
- getOldValue() - Method in class com.communote.server.api.core.property.PropertyEvent
-
- getOpenfireHttpAuthProperties(HttpServletRequest) - Static method in class com.communote.server.web.fe.portal.user.system.communication.XmppController
-
Render the http auth properties file to be used with openfire
- getOrder() - Method in interface com.communote.common.util.Orderable
-
- getOrder() - Method in class com.communote.plugins.activity.base.fe.widget.ActivityNoteItemTemplateProvider
-
- getOrder() - Method in class com.communote.plugins.activity.base.permission.ActivityNotePermissionFilter
-
- getOrder() - Method in class com.communote.plugins.activity.base.processor.ActivityNoteStoringPreProcessor
-
- getOrder() - Method in class com.communote.plugins.atlr.AliasAndTagLinkRenderer
-
- getOrder() - Method in class com.communote.plugins.contenttypes.ContentTypeNotePreProcessor
-
- getOrder() - Method in class com.communote.plugins.mediaparser.RichMediaLinkRendererPreProcessor
-
- getOrder() - Method in class com.communote.plugins.smileys.SmileysNoteRenderingPreProcessor
-
- getOrder() - Method in class com.communote.plugins.widget.extension.EmbedMediaMetadataProvider
-
- getOrder() - Method in interface com.communote.server.api.core.note.processor.NoteContentRenderingPreProcessor
-
- getOrder() - Method in interface com.communote.server.api.core.note.processor.NoteMetadataRenderingPreProcessor
-
- getOrder() - Method in interface com.communote.server.api.core.note.processor.NoteStoringEditableContentPreProcessor
-
- getOrder() - Method in interface com.communote.server.api.core.note.processor.NoteStoringImmutableContentPreProcessor
-
- getOrder() - Method in interface com.communote.server.api.core.note.processor.NoteStoringPostProcessor
-
- getOrder() - Method in class com.communote.server.core.blog.notes.processors.AssertCommentPreProcessor
-
- getOrder() - Method in class com.communote.server.core.blog.notes.processors.AssertNoteContentNotePreProcessor
-
- getOrder() - Method in class com.communote.server.core.blog.notes.processors.CreateRepostNoteContentRenderingPreProcessor
- getOrder() - Method in class com.communote.server.core.blog.notes.processors.CreateRepostNoteMetadataRenderingPreProcessor
- getOrder() - Method in class com.communote.server.core.blog.notes.processors.DiscussionNotificationNoteProcessor
- getOrder() - Method in class com.communote.server.core.blog.notes.processors.DiscussionParticipationNotificationNoteProcessor
- getOrder() - Method in class com.communote.server.core.blog.notes.processors.EditNotificationNoteStoringPreProcessor
-
- getOrder() - Method in class com.communote.server.core.blog.notes.processors.ExtractBlogsNoteStoringPreProcessor
-
- getOrder() - Method in class com.communote.server.core.blog.notes.processors.ExtractTagsNotePreProcessor
-
- getOrder() - Method in class com.communote.server.core.blog.notes.processors.ExtractUsersNotePreProcessor
-
- getOrder() - Method in class com.communote.server.core.blog.notes.processors.RemoveUnsupportedMarkupNotePreProcessor
-
- getOrder() - Method in class com.communote.server.core.blog.notes.processors.RepostNoteRenderingPreProcessor
-
- getOrder() - Method in class com.communote.server.core.blog.notes.processors.RepostNoteStoringPreProcessor
-
- getOrder() - Method in class com.communote.server.core.blog.notes.processors.TopicNotificationNoteProcessor
-
- getOrder() - Method in class com.communote.server.core.blog.notes.processors.UserNotificationNoteProcessor
-
- getOrder() - Method in class com.communote.server.core.external.AbstractExternalUserRepository
-
- getOrder() - Method in class com.communote.server.core.note.processor.LikeNoteRenderingPreProcessor
-
- getOrder() - Method in class com.communote.server.core.permission.filters.NoteRolePermissionFilter
-
- getOrder() - Method in class com.communote.server.core.permission.filters.TopicCreateOptionPermissionFilter
-
- getOrder() - Method in class com.communote.server.core.permission.filters.TopicRolePermissionFilter
-
- getOrder() - Method in class com.communote.server.core.security.AbstractCommunoteAuthenticationFilter
-
- getOrder() - Method in class com.communote.server.core.storing.VirusScannerAttachmentStoringPreProcessor
-
- getOrder() - Method in class com.communote.server.core.template.NoteTemplatePermissionFilter
-
- getOrder() - Method in class com.communote.server.core.template.TemplateNoteRenderingPreProcessor
- getOrder() - Method in class com.communote.server.core.template.TemplateNoteStoringPreProcessor
-
- getOrder() - Method in class com.communote.server.core.user.UserLimitUserActivationValidator
-
- getOrder() - Method in interface com.communote.server.core.user.validation.UserActivationValidator
-
- getOrder() - Method in class com.communote.server.persistence.tag.DefaultTagStore
- getOrder() - Method in interface com.communote.server.persistence.tag.TagStore
-
- getOrder() - Method in class com.communote.server.web.commons.controller.StaticPageSection
-
- getOrder() - Method in class com.communote.server.web.fe.widgets.type.ContentTypeWidgetExtension
-
- getOrder() - Method in class com.communote.server.web.osgi.BundleFaviconProvider
-
- getOrginalUserId() - Method in exception com.communote.server.core.security.SwitchUserNotAllowedException
-
- getOrigin() - Method in class com.communote.server.model.note.Note
-
- getOriginalAuthentication() - Static method in class com.communote.server.core.security.SwitchUserHelper
-
- getOriginalNoteId() - Method in class com.communote.server.core.vo.blog.AutosaveNoteData
-
When the autosave results from an edit operation, this method returns the ID of the note to
be edited.
- getOriginalPostId() - Method in class com.communote.server.core.vo.query.post.NoteQueryParameters
-
- getOwner() - Method in class com.communote.server.model.user.NavigationItem
-
- getOwnerId() - Method in class com.communote.server.core.vo.tag.UserTagClearanceVO
-
- getPage() - Method in class com.communote.server.web.commons.controller.VelocityViewController
-
- getPageableList(NoteQueryParameters, NoteRenderContext) - Static method in class com.communote.plugins.api.rest.resource.note.NoteResourceHelper
-
- getPageInformation() - Method in class com.communote.plugins.core.views.ViewControllerData
-
- getPageInformation(PageableList<?>, ResultSpecification, int) - Static method in class com.communote.server.core.vo.query.QueryParameters
-
Get the page information about the current page in relation to the overall count
- getPageInformation(PageableList<?>, int) - Method in class com.communote.server.core.vo.query.QueryParameters
-
Get the page information about the current page in relation to the overall count
- getPageInformation() - Method in class com.communote.server.web.fe.widgets.AbstractPagedListWidget
-
Get the page information of the widget
- getPageInformation() - Method in interface com.communote.server.web.fe.widgets.PagedWidget
-
Get the page information of the widget
- getPageNumber() - Method in class com.communote.common.paging.PageInformation
-
Get the current page number which is computed by the offset end elementsPerPage.
- getPageUrl() - Method in class com.communote.server.web.fe.admin.AdministrationPageMenuEntry
-
- getPagingInterval() - Method in class com.communote.common.paging.PageInformation
-
Get the paging interval
- getPagingSize() - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
Gets the paging size for the ad tracking plugin
- getParameter() - Method in exception com.communote.plugins.api.rest.exception.RestApiIllegalRequestParameterException
-
- getParameter() - Method in exception com.communote.plugins.api.rest.service.IllegalRequestParameterException
-
- getParameter() - Method in exception com.communote.plugins.api.rest.v22.exception.RestApiIllegalRequestParameterException
-
- getParameter() - Method in exception com.communote.plugins.api.rest.v22.service.IllegalRequestParameterException
-
- getParameter() - Method in exception com.communote.plugins.api.rest.v24.exception.RestApiIllegalRequestParameterException
-
- getParameter() - Method in exception com.communote.plugins.api.rest.v24.service.IllegalRequestParameterException
-
- getParameter() - Method in exception com.communote.plugins.api.rest.v30.exception.RestApiIllegalRequestParameterException
-
- getParameter() - Method in exception com.communote.plugins.api.rest.v30.service.IllegalRequestParameterException
-
- getParameter(String) - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
- getParameter() - Method in exception com.communote.server.web.api.service.IllegalRequestParameterException
-
- getParameter(String) - Method in class com.communote.server.widgets.AbstractWidget
-
return widget parameter
- getParameter(String, String) - Method in class com.communote.server.widgets.AbstractWidget
-
return widget parameter
- getParameter(String) - Method in interface com.communote.server.widgets.Widget
-
return widget parameter
- getParameterAsBoolean(Map<String, ? extends Object>, String) - Static method in class com.communote.common.util.ParameterHelper
-
Gets the parameter as boolean.
- getParameterAsBoolean(Map<String, ? extends Object>, String, boolean) - Static method in class com.communote.common.util.ParameterHelper
-
Gets the parameter as boolean.
- getParameterAsDate(Map<String, ? extends Object>, String) - Static method in class com.communote.common.util.ParameterHelper
-
Gets the parameter as date.
- getParameterAsDouble(Map<String, ? extends Object>, String) - Static method in class com.communote.common.util.ParameterHelper
-
Gets the parameter as double.
- getParameterAsInteger(Map<String, ? extends Object>, String) - Static method in class com.communote.common.util.ParameterHelper
-
Gets the parameter as integer.
- getParameterAsInteger(Map<String, ? extends Object>, String, int) - Static method in class com.communote.common.util.ParameterHelper
-
Gets the parameter as integer.
- getParameterAsLong(Map<String, ? extends Object>, String) - Static method in class com.communote.common.util.ParameterHelper
-
Gets the parameter as long.
- getParameterAsLong(Map<String, ? extends Object>, String, Long) - Static method in class com.communote.common.util.ParameterHelper
-
Gets the parameter as long.
- getParameterAsLongArray(Map<String, ? extends Object>, String) - Static method in class com.communote.common.util.ParameterHelper
-
Gets the parameter as long array.
- getParameterAsLongArray(Map<String, ? extends Object>, String, Long[]) - Static method in class com.communote.common.util.ParameterHelper
-
Gets the parameter as long array.
- getParameterAsLongList(Map<String, ? extends Object>, String) - Static method in class com.communote.common.util.ParameterHelper
-
Gets the parameter as list.
- getParameterAsString(Map<String, ? extends Object>, String) - Static method in class com.communote.common.util.ParameterHelper
-
- getParameterAsString(Map<String, ? extends Object>, String, String) - Static method in class com.communote.common.util.ParameterHelper
-
- getParameterAsStringArray(Map<String, ? extends Object>, String, String) - Static method in class com.communote.common.util.ParameterHelper
-
- getParameterAsStringSet(Map<String, ? extends Object>, String, String) - Static method in class com.communote.common.util.ParameterHelper
-
Get the value of the parameter and split it by the separator.
- getParameterDescriptions() - Method in class com.communote.server.web.fe.widgets.AbstractPagedListWidget
-
Get the parameter descriptions: This is a map of the parameter names to a human understanable
value, e.g.
- getParameterDescriptions() - Method in interface com.communote.server.web.fe.widgets.PagedWidget
-
Get the parameter descriptions: This is a map of the parameter names to a human understanable
value, e.g.
- getParameterEscaped(String) - Method in class com.communote.server.widgets.AbstractWidget
-
Return a parameter with all characters that are not in [A-Za-z0-9_.-] escaped with
underscore.
- getParameterEscaped(String, String) - Method in class com.communote.server.widgets.AbstractWidget
-
- getParameterMap() - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
- getParameterNameProvider() - Method in class com.communote.server.core.vo.query.config.QueryParametersConfigurator
-
Returns the current name provider.
- getParameterNames() - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
- getParameters() - Method in class com.communote.plugins.api.rest.resource.validation.ParameterValidationError
-
- getParameters() - Method in class com.communote.plugins.api.rest.v22.resource.validation.ParameterValidationError
-
- getParameters() - Method in class com.communote.plugins.api.rest.v24.resource.validation.ParameterValidationError
-
- getParameters() - Method in class com.communote.plugins.api.rest.v30.resource.validation.ParameterValidationError
-
- getParameters() - Method in exception com.communote.server.core.blog.notes.processors.exceptions.MessageKeyNoteContentException
-
- getParameters() - Method in class com.communote.server.core.vo.query.blog.BlogMemberManagementQueryParameters
-
Get the parameters of this instances, the names are the keys
- getParameters() - Method in class com.communote.server.core.vo.query.blog.BlogMemberQueryParameters
-
Get the parameters of this instances, the names are the keys
- getParameters() - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
Get the parameters of this instances, the names are the keys
- getParameters() - Method in class com.communote.server.core.vo.query.blog.external.ExternalObjectQueryParameters
-
- getParameters() - Method in class com.communote.server.core.vo.query.post.NoteQueryParameters
-
Get the parameters of this instances, the names are the keys
- getParameters() - Method in class com.communote.server.core.vo.query.PropertyQueryParameters
-
- getParameters() - Method in class com.communote.server.core.vo.query.QueryParameters
-
Get the parameters of this instances, the names are the keys
- getParameters() - Method in class com.communote.server.core.vo.query.tag.BlogTagQueryParameters
-
Get the parameters of this instances, the names are the keys
- getParameters() - Method in class com.communote.server.core.vo.query.TaggingCoreItemUTPExtension
- getParameters() - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
Get the parameters of this instances, the names are the keys
- getParameters() - Method in class com.communote.server.core.vo.query.user.CommunoteEntityQueryParameters
-
Get the parameters of this instances, the names are the keys
- getParameters() - Method in class com.communote.server.core.vo.query.user.UserQueryParameters
-
Get the parameters of this instances, the names are the keys
- getParameters() - Method in class com.communote.server.widgets.AbstractWidget
-
Get the parameter list
- getParameters() - Method in interface com.communote.server.widgets.Widget
-
Get the parameter list
- getParameterValues(String) - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
- getParamPassword() - Method in class com.communote.server.web.external.spring.security.RequestParameterAuthenticationProcessingFilter
-
- getParamPassword() - Method in class com.communote.server.web.external.spring.security.XMPPAuthenticationProcessingFilter
-
Returns the password parameter name.
- getParamUsername() - Method in class com.communote.server.web.external.spring.security.RequestParameterAuthenticationProcessingFilter
-
- getParamUsername() - Method in class com.communote.server.web.external.spring.security.XMPPAuthenticationProcessingFilter
-
Returns the user name parameter name.
- getParent() - Method in class com.communote.server.api.core.note.NoteData
-
- getParent() - Method in class com.communote.server.model.note.Note
-
- getParentDiscussionIds() - Method in class com.communote.server.web.api.to.listitem.DiscussionListItem
-
- getParentNoteId() - Method in class com.communote.plugins.api.rest.resource.note.CreateNoteParameter
-
Returns the ParentNoteId.
- getParentNoteId() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the ParentNoteId.
- getParentNoteId() - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Returns the ParentNoteId.
- getParentNoteId() - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Returns the ParentNoteId.
- getParentNoteId() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the ParentNoteId.
- getParentNoteId() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetTimelineNoteParameter
-
Returns the ParentNoteId.
- getParentNoteId() - Method in class com.communote.plugins.api.rest.resource.timelinenote.TimelineNoteResource
-
Returns the ParentNoteId.
- getParentNoteId() - Method in class com.communote.plugins.api.rest.v22.resource.note.CreateNoteParameter
-
Returns the ParentNoteId.
- getParentNoteId() - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Returns the ParentNoteId.
- getParentNoteId() - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Returns the ParentNoteId.
- getParentNoteId() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the ParentNoteId.
- getParentNoteId() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetTimelineNoteParameter
-
Returns the ParentNoteId.
- getParentNoteId() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteResource
-
Returns the ParentNoteId.
- getParentNoteId() - Method in class com.communote.plugins.api.rest.v24.resource.note.CreateNoteParameter
-
Returns the ParentNoteId.
- getParentNoteId() - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Returns the ParentNoteId.
- getParentNoteId() - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Returns the ParentNoteId.
- getParentNoteId() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the ParentNoteId.
- getParentNoteId() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
Returns the ParentNoteId.
- getParentNoteId() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
Returns the ParentNoteId.
- getParentNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.note.CreateNoteParameter
-
Returns the ParentNoteId.
- getParentNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Returns the ParentNoteId.
- getParentNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Returns the ParentNoteId.
- getParentNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the ParentNoteId.
- getParentNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the ParentNoteId.
- getParentNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
Returns the ParentNoteId.
- getParentNoteId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
Returns the ParentNoteId.
- getParentNoteId() - Method in class com.communote.plugins.mq.message.core.data.note.Note
-
- getParentNoteId() - Method in class com.communote.server.api.core.note.NoteStoringTO
-
- getParentPostAuthor() - Method in class com.communote.server.web.api.to.listitem.DetailPostListItem
-
- getParentPostFilter() - Method in class com.communote.server.web.fe.widgets.blog.ChronologicalPostListWidget
-
- getParentPostId() - Method in class com.communote.server.core.vo.query.TaggingCoreItemUTPExtension
-
Gets the parent post id.
- getParentPostId() - Method in class com.communote.server.web.api.to.listitem.DetailPostListItem
-
- getParentPostId() - Method in class com.communote.server.web.api.to.listitem.v1_0_1.DetailPostListItem
-
- getParents() - Method in class com.communote.server.core.filter.listitems.blog.DetailBlogListItem
-
- getParents() - Method in class com.communote.server.model.blog.Blog
-
- getParents() - Method in class com.communote.server.web.fe.widgets.blog.TopicListWidget
-
- getParentTopicId() - Method in class com.communote.server.api.core.blog.CreationBlogTO
-
- getParentTopicId() - Method in class com.communote.server.core.blog.BlogCreatedEvent
-
- getParentTopicId() - Method in class com.communote.server.core.blog.TopicHierarchyEvent
-
- getParentTopicId() - Method in class com.communote.server.model.blog.ResolvedTopicToTopic
-
- getParentTopicId() - Method in class com.communote.server.web.fe.portal.blog.forms.BlogManagementForm
-
- getParentTopicIdentifier() - Method in class com.communote.plugins.api.rest.v30.resource.topic.childtopic.CreateChildTopicParameter
-
Returns the constant ParentTopicIdentifier.
- getParentTopicIdentifier() - Method in class com.communote.plugins.api.rest.v30.resource.topic.childtopic.DeleteChildTopicParameter
-
Returns the constant ParentTopicIdentifier.
- getParentTopicIds() - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
- getParentTopicTitle() - Method in class com.communote.server.core.blog.TopicHierarchyEvent
-
- getParentUserId() - Method in class com.communote.server.web.api.to.listitem.v1_0_1.DetailPostListItem
-
- getPart(String) - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
-
- getParts() - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
-
- getPassword() - Method in class com.communote.plugins.mq.adapter.activemq.configuration.ActiveMQAdapterConfiguration
- getPassword() - Method in interface com.communote.plugins.mq.adapter.activemq.configuration.ActiveMQConfiguration
-
- getPassword() - Method in class com.communote.plugins.mq.message.base.data.security.UsernamePasswordAuthentication
-
- getPassword() - Method in class com.communote.plugins.mq.provider.activemq.settings.ActiveMQProviderEmbeddedConfiguration
- getPassword() - Method in class com.communote.plugins.mq.provider.activemq.user.MQUser
-
- getPassword() - Method in class com.communote.server.api.core.user.UserVO
-
- getPassword() - Method in interface com.communote.server.core.security.authentication.AuthenticationRequest
-
- getPassword() - Method in class com.communote.server.core.security.authentication.confluence.ConfluenceAuthenticationRequest
-
- getPassword() - Method in class com.communote.server.model.user.User
-
- getPassword() - Method in class com.communote.server.web.fe.portal.user.forms.ForgottenPWForm
-
Returns the password.
- getPassword() - Method in class com.communote.server.web.fe.portal.user.forms.RegistrationForm
-
Gets the password.
- getPassword() - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileChangeEmailForm
-
Gets the password
- getPassword() - Method in class com.communote.server.web.fe.portal.user.system.communication.MailInForm
-
- getPassword() - Method in class com.communote.server.web.fe.portal.user.system.communication.MailOutForm
-
- getPassword() - Method in class com.communote.server.web.fe.portal.user.system.communication.XmppForm
-
- getPassword2() - Method in class com.communote.server.web.fe.portal.user.forms.ForgottenPWForm
-
- getPassword2() - Method in class com.communote.server.web.fe.portal.user.forms.RegistrationForm
-
Gets the password2.
- getPath() - Method in class com.communote.server.core.crc.FilesystemConnector
-
- getPath() - Method in class com.communote.server.web.fe.portal.user.system.content.FileStorageForm
-
- getPathInfo() - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
- getPathTranslated() - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
- getPatterns() - Method in enum com.communote.plugins.mediaparser.mediatype.RichMediaTypes
-
- getPendingMessagesCount() - Method in class com.communote.plugins.mq.provider.activemq.monitor.data.BrokerQueue
-
- getPendingMessagesCount() - Method in class com.communote.plugins.mq.provider.activemq.monitor.data.MessageHandlerMQConsumer
-
- getPermanentId() - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.ExternalLoginResource
-
Returns the PermanentId.
- getPermanentId() - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.GetCollectionExternalLoginParameter
-
Returns the PermanentId.
- getPermanentId() - Method in class com.communote.server.model.user.ExternalUserAuthentication
-
optional attribute that represents a unique identifier of the user in the external repository
whose value never changes.
- getPermanentId() - Method in class com.communote.server.persistence.user.ExternalUserVO
-
Optional attribute that represents a unique identifier of the user in the external repository
whose value never changes.
- getPermission() - Method in exception com.communote.server.api.core.blog.BlogAccessException
-
- getPermissions() - Method in class com.communote.server.api.core.note.NoteData
-
- getPermissions(Long) - Method in class com.communote.server.api.core.security.permission.BasePermissionManagement
-
- getPermissions(T) - Method in class com.communote.server.api.core.security.permission.BasePermissionManagement
-
- getPermissions(Long) - Method in interface com.communote.server.api.core.security.permission.PermissionManagement
-
Returns a collection of permissions for the given entity.
- getPermissions(T) - Method in interface com.communote.server.api.core.security.permission.PermissionManagement
-
Returns a collection of permissions for the given entity.
- getPermissionsForCreation(N) - Method in class com.communote.server.api.core.security.permission.BasePermissionManagement
-
- getPermissionsForCreation(N) - Method in interface com.communote.server.api.core.security.permission.PermissionManagement
-
Returns a collection of permissions for creation for the given entity.
- getPermissionsUrl() - Method in class com.communote.server.model.config.ConfluenceConfiguration
-
Url to the permissions service.
- getPhone() - Method in class com.communote.server.core.filter.listitems.UserProfileDetailListItem
-
- getPhone() - Method in class com.communote.server.model.user.Contact
-
Phonenumber of the user address with the scheme - countryCode cityCode phoneNumber, which is
given by the EmbeddedValue PhoneNumber.
- getPhone() - Method in class com.communote.server.persistence.user.UserProfileVO
-
- getPhone() - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileForm
-
Get the phone object of this User and if it's associated phone is null create a new one.
- getPhone() - Method in class com.communote.server.web.fe.widgets.user.profile.AboutUserProfileWidget
-
- getPhoneAreaCode() - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Returns the PhoneAreaCode.
- getPhoneAreaCode() - Method in class com.communote.plugins.api.rest.v24.resource.user.GetUserParameter
-
Returns the PhoneAreaCode.
- getPhoneAreaCode() - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResource
-
Returns the PhoneAreaCode.
- getPhoneAreaCode() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Returns the PhoneAreaCode.
- getPhoneAreaCode() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetUserParameter
-
Returns the PhoneAreaCode.
- getPhoneAreaCode() - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
Returns the PhoneAreaCode.
- getPhoneCountryCode() - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Returns the PhoneCountryCode.
- getPhoneCountryCode() - Method in class com.communote.plugins.api.rest.v24.resource.user.GetUserParameter
-
Returns the PhoneCountryCode.
- getPhoneCountryCode() - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResource
-
Returns the PhoneCountryCode.
- getPhoneCountryCode() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Returns the PhoneCountryCode.
- getPhoneCountryCode() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetUserParameter
-
Returns the PhoneCountryCode.
- getPhoneCountryCode() - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
Returns the PhoneCountryCode.
- getPhoneNumber() - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Returns the PhoneNumber.
- getPhoneNumber() - Method in class com.communote.plugins.api.rest.v24.resource.user.GetUserParameter
-
Returns the PhoneNumber.
- getPhoneNumber() - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResource
-
Returns the PhoneNumber.
- getPhoneNumber() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Returns the PhoneNumber.
- getPhoneNumber() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetUserParameter
-
Returns the PhoneNumber.
- getPhoneNumber() - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
Returns the PhoneNumber.
- getPhoneNumber() - Method in class com.communote.server.model.user.PhoneNumber
-
The Phone number itself without any other code.
- getPluginDir() - Method in interface com.communote.server.api.core.config.StartupProperties
-
Returns the plug in directory
- getPluginDir() - Method in class com.communote.server.core.config.StartupPropertiesImpl
-
- getPluginIdentifier() - Method in class com.communote.server.web.commons.resource.impl.PropertyResourceDescriptor
-
- getPluginName() - Method in class com.communote.plugins.webservice.CommunoteWebServiceDefinition
-
- getPluginPropertyService() - Method in class com.communote.plugins.mq.provider.activemq.security.CommunoteJaasLoginModule
-
- getPluginResources(String, boolean, boolean) - Method in interface com.communote.server.web.commons.resource.ConcatenatedResourceStore
-
Return the relative locations of the plugin resources of a given category.
- getPluginResources(String, boolean, boolean) - Method in class com.communote.server.web.commons.resource.impl.ConcatenatedResourceStoreImpl
-
- getPluginResources() - Method in class com.communote.server.web.commons.resource.ResourceCategoryDefinition
-
Return the initial resources of this category that are provided by the plugin and should be
included after the coreResources when rendering the category's resources.
- getPort() - Method in class com.communote.server.web.fe.portal.user.system.communication.MailInForm
-
- getPort() - Method in class com.communote.server.web.fe.portal.user.system.communication.MailOutForm
-
- getPort() - Method in class com.communote.server.web.fe.portal.user.system.communication.XmppForm
-
- getPosition() - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Returns the Position.
- getPosition() - Method in class com.communote.plugins.api.rest.v24.resource.user.GetUserParameter
-
Returns the Position.
- getPosition() - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResource
-
Returns the Position.
- getPosition() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Returns the Position.
- getPosition() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetUserParameter
-
Returns the Position.
- getPosition() - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
Returns the Position.
- getPosition() - Method in class com.communote.server.core.filter.listitems.UserProfileDetailListItem
-
- getPosition() - Method in class com.communote.server.model.user.UserProfile
-
- getPosition() - Method in class com.communote.server.persistence.user.UserProfileVO
-
- getPosition() - Method in class com.communote.server.web.fe.widgets.users.UserListWidget.ListUsersWidgetUserListItem
-
- getPositionType() - Method in class com.communote.common.menu.PositionDescriptor
-
- getPositiveAtoms() - Method in class com.communote.server.core.vo.query.logical.CompoundTagFormula
-
Returns an array with all atoms which are not negated.
- getPostId() - Method in class com.communote.server.web.api.to.listitem.CommonPostListItem
-
- getPostingInterval() - Method in class com.communote.server.web.fe.portal.user.system.communication.XmppForm
-
- getPreferenceEntryId() - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.DeletePreferenceParameter
-
Returns the PreferenceEntryId.
- getPreferenceEntryId() - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.EditPreferenceParameter
-
Returns the PreferenceEntryId.
- getPreferenceEntryId() - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.GetPreferenceParameter
-
Returns the PreferenceEntryId.
- getPreferenceEntryId() - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.PreferenceResource
-
Returns the PreferenceEntryId.
- getPreferenceEntryId() - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.DeletePreferenceParameter
-
Returns the PreferenceEntryId.
- getPreferenceEntryId() - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.EditPreferenceParameter
-
Returns the PreferenceEntryId.
- getPreferenceEntryId() - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.GetPreferenceParameter
-
Returns the PreferenceEntryId.
- getPreferenceEntryId() - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.PreferenceResource
-
Returns the PreferenceEntryId.
- getPreferenceId() - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.EditUserPreferenceParameter
-
Returns the PreferenceId.
- getPreferenceId() - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.GetUserPreferenceParameter
-
Returns the PreferenceId.
- getPreferenceId() - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.CreatePreferenceParameter
-
Returns the PreferenceId.
- getPreferenceId() - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.DeletePreferenceParameter
-
Returns the PreferenceId.
- getPreferenceId() - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.EditPreferenceParameter
-
Returns the PreferenceId.
- getPreferenceId() - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.GetPreferenceParameter
-
Returns the PreferenceId.
- getPreferenceId() - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.UserPreferenceResource
-
Returns the PreferenceId.
- getPreferenceId() - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.EditUserPreferenceParameter
-
Returns the PreferenceId.
- getPreferenceId() - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.GetUserPreferenceParameter
-
Returns the PreferenceId.
- getPreferenceId() - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.CreatePreferenceParameter
-
Returns the PreferenceId.
- getPreferenceId() - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.DeletePreferenceParameter
-
Returns the PreferenceId.
- getPreferenceId() - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.EditPreferenceParameter
-
Returns the PreferenceId.
- getPreferenceId() - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.GetPreferenceParameter
-
Returns the PreferenceId.
- getPreferenceId() - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.UserPreferenceResource
-
Returns the PreferenceId.
- GetPreferenceParameter - Class in com.communote.plugins.api.rest.v24.resource.user.userpreference.preference
-
This class it the parameter class for the Preference resource.
- GetPreferenceParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.GetPreferenceParameter
-
Default Constuctor necessary for json parsing
- GetPreferenceParameter(MultivaluedMap<String, String>, Long, Long, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.GetPreferenceParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetPreferenceParameter(String, Long, Long, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.GetPreferenceParameter
-
- GetPreferenceParameter - Class in com.communote.plugins.api.rest.v30.resource.user.userpreference.preference
-
This class it the parameter class for the Preference resource.
- GetPreferenceParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.GetPreferenceParameter
-
Default Constuctor necessary for json parsing
- GetPreferenceParameter(MultivaluedMap<String, String>, Long, Long, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.GetPreferenceParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetPreferenceParameter(String, Long, Long, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.GetPreferenceParameter
-
- getPreferences() - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.EditUserPreferenceParameter
-
Returns the Preferences.
- getPreferences() - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.GetUserPreferenceParameter
-
Returns the Preferences.
- getPreferences() - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.UserPreferenceResource
-
Returns the Preferences.
- getPreferences() - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.EditUserPreferenceParameter
-
Returns the Preferences.
- getPreferences() - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.GetUserPreferenceParameter
-
Returns the Preferences.
- getPreferences() - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.UserPreferenceResource
-
Returns the Preferences.
- getPreferences() - Method in class com.communote.server.core.vo.user.preferences.UserPreference
-
- getPreferences(Class<T>) - Method in class com.communote.server.service.UserPreferenceService
-
Method to load the given preferences for the current user.
- getPreferences(String) - Method in class com.communote.server.service.UserPreferenceService
-
Method to load the given preferences for the current user.
- getPreferencesAsJson() - Method in class com.communote.server.service.UserPreferenceService
-
- getPreferencesAsJson(Class<T>) - Method in class com.communote.server.service.UserPreferenceService
-
Method to load the given preferences for the current user.
- getPreferencesAsJson(String) - Method in class com.communote.server.service.UserPreferenceService
-
Method to load the given preferences for the current user.
- getPrefix() - Method in class com.communote.server.core.vo.tag.GlobalTagCategoryVO
-
- getPrefix() - Method in class com.communote.server.model.tag.AbstractTagCategory
-
- getPreparedLocalizedMessage() - Method in exception com.communote.server.core.blog.notes.processors.exceptions.DirectMessageMissingRecipientException
-
- getPreselectedTab() - Method in class com.communote.server.core.vo.user.preferences.UserInterfaceUserPreference
-
- getPreselectedTab() - Method in class com.communote.server.web.fe.portal.user.client.forms.ClientUserManagementSettingsForm
-
- getPreselectedTopicOverviewTab() - Method in class com.communote.server.web.fe.portal.user.client.forms.ClientUserManagementSettingsForm
-
- getPreselectedView() - Method in class com.communote.server.web.fe.portal.user.client.forms.ClientUserManagementSettingsForm
-
- getPreviewId() - Method in class com.communote.plugins.api.rest.v24.resource.attachment.preview.GetPreviewParameter
-
Returns the PreviewId.
- getPreviewId() - Method in class com.communote.plugins.api.rest.v24.resource.attachment.preview.PreviewResource
-
Returns the PreviewId.
- getPreviewId() - Method in class com.communote.plugins.api.rest.v30.resource.attachment.preview.GetPreviewParameter
-
Returns the PreviewId.
- getPreviewId() - Method in class com.communote.plugins.api.rest.v30.resource.attachment.preview.PreviewResource
-
Returns the PreviewId.
- GetPreviewParameter - Class in com.communote.plugins.api.rest.v24.resource.attachment.preview
-
This class it the parameter class for the Preview resource.
- GetPreviewParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.attachment.preview.GetPreviewParameter
-
Default Constuctor necessary for json parsing
- GetPreviewParameter(MultivaluedMap<String, String>, Long, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.attachment.preview.GetPreviewParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetPreviewParameter(String, Long, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.attachment.preview.GetPreviewParameter
-
- GetPreviewParameter - Class in com.communote.plugins.api.rest.v30.resource.attachment.preview
-
This class it the parameter class for the Preview resource.
- GetPreviewParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.attachment.preview.GetPreviewParameter
-
Default Constuctor necessary for json parsing
- GetPreviewParameter(MultivaluedMap<String, String>, Long, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.attachment.preview.GetPreviewParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetPreviewParameter(String, Long, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.attachment.preview.GetPreviewParameter
-
- getPreviousExternalUser() - Method in class com.communote.server.core.security.FieldUserIdentification
- getPreviousExternalUser() - Method in interface com.communote.server.core.security.UserIdentification
-
- getPrimaryExternalAuthentication() - Method in class com.communote.server.api.core.config.ClientConfigurationProperties
- getPrincipal() - Method in class com.communote.server.core.blog.BlogManagementBase
-
Gets the current principal
if one has been set, otherwise returns
null
.
- getPrincipal() - Method in class com.communote.server.core.blog.BlogRightsManagementBase
-
Gets the current principal
if one has been set, otherwise returns
null
.
- getPrincipal() - Method in class com.communote.server.core.blog.MailBasedPostingManagementBase
-
Gets the current principal
if one has been set, otherwise returns
null
.
- getPrincipal() - Method in class com.communote.server.core.blog.NoteManagementBase
-
Gets the current principal
if one has been set, otherwise returns
null
.
- getPrincipal() - Method in class com.communote.server.core.ConfigurationManagementBase
-
Gets the current principal
if one has been set, otherwise returns
null
.
- getPrincipal() - Method in class com.communote.server.core.general.TransactionManagementBase
-
Gets the current principal
if one has been set, otherwise returns
null
.
- getPrincipal() - Method in class com.communote.server.core.messaging.NotificationManagementBase
-
Gets the current principal
if one has been set, otherwise returns
null
.
- getPrincipal() - Method in class com.communote.server.core.query.QueryManagement
-
Gets the current principal
if one has been set, otherwise returns
null
.
- getPrincipal() - Method in class com.communote.server.core.security.authentication.AbstractCommunoteAuthenticationToken
- getPrincipal() - Method in class com.communote.server.core.security.iprange.IpRangeFilterManagementBase
-
Gets the current principal
if one has been set, otherwise returns
null
.
- getPrincipal() - Method in class com.communote.server.core.security.ssl.ChannelManagementBase
-
Gets the current principal
if one has been set, otherwise returns
null
.
- getPrincipal() - Method in class com.communote.server.core.tag.category.TagCategoryManagementBase
-
Gets the current principal
if one has been set, otherwise returns
null
.
- getPrincipal() - Method in class com.communote.server.core.tag.TagManagementBase
-
Gets the current principal
if one has been set, otherwise returns
null
.
- getPrincipal() - Method in class com.communote.server.core.user.MasterDataManagementBase
-
Gets the current principal
if one has been set, otherwise returns
null
.
- getPrincipal() - Method in class com.communote.server.core.user.UserGroupMemberManagementBase
-
Gets the current principal
if one has been set, otherwise returns
null
.
- getPrincipal() - Method in class com.communote.server.core.user.UserManagementBase
-
Gets the current principal
if one has been set, otherwise returns
null
.
- getPrincipal() - Method in class com.communote.server.core.user.UserProfileManagementBase
-
Gets the current principal
if one has been set, otherwise returns
null
.
- getPriority() - Method in class com.communote.server.core.messaging.vo.MessagerConnectorConfigTO
-
- getPriority() - Method in class com.communote.server.model.messaging.MessagerConnectorConfig
-
- getPriority() - Method in class com.communote.server.web.fe.portal.user.system.communication.XmppForm
-
- getProcessedMailNoteDao() - Method in class com.communote.server.core.blog.MailBasedPostingManagementBase
-
Gets the reference to processedMailNote
's DAO.
- getProcessedResource() - Method in class com.communote.server.web.commons.resource.impl.ResourceFilterMatchProcessor
-
- getProducer(Destination) - Method in class com.communote.plugins.mq.provider.jms.JMSMessageSender
-
returns producer for the specified destination
- getProfile() - Method in class com.communote.server.model.user.User
-
- getProfileImageId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Returns the ProfileImageId.
- getProfileImageId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetTopicParameter
-
Returns the ProfileImageId.
- getProfileImageId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Returns the ProfileImageId.
- getProfileImageVersion() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Returns the ProfileImageVersion.
- getProfileImageVersion() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetTopicParameter
-
Returns the ProfileImageVersion.
- getProfileImageVersion() - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Returns the ProfileImageVersion.
- getProfileImageVersion() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Returns the ProfileImageVersion.
- getProfileImageVersion() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetUserParameter
-
Returns the ProfileImageVersion.
- getProfileImageVersion() - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
Returns the ProfileImageVersion.
- getProjectVersion() - Method in interface com.communote.server.api.core.application.ApplicationInformation
-
- getProjectVersion() - Method in class com.communote.server.core.application.ManifestApplicationInformationProvider
-
- getProperties() - Method in class com.communote.plugins.api.rest.resource.note.CreateNoteParameter
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.api.rest.resource.note.EditNoteParameter
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.api.rest.resource.topic.CreateTopicParameter
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.api.rest.resource.topic.EditTopicParameter
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.api.rest.resource.topic.TopicResource
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.api.rest.resource.user.CreateUserParameter
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.api.rest.resource.user.EditUserParameter
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.api.rest.resource.user.UserResource
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.api.rest.v22.resource.note.CreateNoteParameter
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.api.rest.v22.resource.note.EditNoteParameter
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteResource
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.api.rest.v22.resource.topic.CreateTopicParameter
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.api.rest.v22.resource.topic.EditTopicParameter
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.api.rest.v22.resource.topic.TopicResource
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.api.rest.v22.resource.user.CreateUserParameter
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.api.rest.v22.resource.user.EditUserParameter
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.api.rest.v22.resource.user.UserResource
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.api.rest.v24.resource.note.CreateNoteParameter
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.api.rest.v24.resource.note.EditNoteParameter
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.api.rest.v24.resource.topic.CreateTopicParameter
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.api.rest.v24.resource.topic.EditTopicParameter
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.api.rest.v24.resource.topic.TopicResource
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.api.rest.v24.resource.user.CreateUserParameter
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.api.rest.v24.resource.user.EditUserParameter
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResource
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.api.rest.v30.resource.note.CreateNoteParameter
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.api.rest.v30.resource.note.EditNoteParameter
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.api.rest.v30.resource.topic.CreateTopicParameter
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.api.rest.v30.resource.topic.EditTopicParameter
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.api.rest.v30.resource.user.CreateUserParameter
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.api.rest.v30.resource.user.EditUserParameter
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.ExternalLoginResource
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.GetCollectionExternalLoginParameter
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
Returns the Properties.
- getProperties() - Method in class com.communote.plugins.mq.message.core.data.note.Note
-
- getProperties() - Method in class com.communote.plugins.mq.message.core.data.note.TemplateNote
-
- getProperties() - Method in class com.communote.plugins.mq.message.core.data.topic.Topic
-
- getProperties() - Method in class com.communote.server.api.core.blog.BlogTO
-
- getProperties() - Method in class com.communote.server.api.core.common.IdentifiableEntityData
-
- getProperties() - Method in class com.communote.server.api.core.note.NoteStoringTO
-
String properties for this note.
- getProperties() - Method in class com.communote.server.api.core.note.processor.NoteStoringPostProcessorContext
-
- getProperties() - Method in class com.communote.server.api.core.task.TaskTO
-
- getProperties() - Method in class com.communote.server.core.messaging.vo.MessagerConnectorConfigTO
-
- getProperties() - Method in class com.communote.server.core.property.BinaryPropertyAccessor.DummyPropertyable
-
- getProperties() - Method in class com.communote.server.core.security.FieldUserIdentification
-
- getProperties() - Method in class com.communote.server.core.vo.content.AttachmentTO
-
- getProperties() - Method in class com.communote.server.core.vo.query.filter.PropertyFilter
-
Method to get the properties.
- getProperties() - Method in class com.communote.server.model.attachment.Attachment
-
- getProperties() - Method in class com.communote.server.model.blog.Blog
-
- getProperties() - Method in class com.communote.server.model.external.ExternalObject
-
- getProperties() - Method in class com.communote.server.model.messaging.MessagerConnectorConfig
-
- getProperties() - Method in class com.communote.server.model.note.Note
-
- getProperties() - Method in interface com.communote.server.model.property.Propertyable
-
Properties
- getProperties() - Method in class com.communote.server.model.task.Task
-
- getProperties() - Method in class com.communote.server.model.user.CommunoteEntity
-
Properties
- getProperties() - Method in class com.communote.server.model.user.group.Group
-
- getProperties() - Method in class com.communote.server.model.user.note.UserNoteEntity
-
- getProperties() - Method in class com.communote.server.model.user.User
-
- getProperties() - Method in class com.communote.server.persistence.user.ExternalUserVO
-
- getProperty(String, String) - Method in class com.communote.server.api.core.blog.BlogTO
-
Find and return the property with matching values
- getProperty(String) - Method in class com.communote.server.api.core.common.IdentifiableEntityData
-
- getProperty(T) - Method in class com.communote.server.api.core.config.AbstractConfigurationProperties
-
Returns the property value for the key as String.
- getProperty(T, boolean) - Method in class com.communote.server.api.core.config.AbstractConfigurationProperties
-
Returns the property for the key as boolean.
- getProperty(T, int) - Method in class com.communote.server.api.core.config.AbstractConfigurationProperties
-
Returns the property for the key as integer.
- getProperty(T, long) - Method in class com.communote.server.api.core.config.AbstractConfigurationProperties
-
Returns the property for the key as long.
- getProperty(T, String) - Method in class com.communote.server.api.core.config.AbstractConfigurationProperties
-
Returns the property for the key as string.
- getProperty(ApplicationConfigurationPropertyConstant) - Method in class com.communote.server.api.core.config.ApplicationConfigurationProperties
-
Returns the property value for the key as String.
- getProperty(ClientConfigurationPropertyConstant) - Method in class com.communote.server.api.core.config.ClientConfigurationProperties
-
Returns the property value for the key as String.
- getProperty(String) - Method in class com.communote.server.api.core.config.DevelopmentProperties
-
Returns the property value for the key as String.
- getProperty(String, boolean) - Method in class com.communote.server.api.core.config.DevelopmentProperties
-
Returns the property for the key as boolean.
- getProperty(String, int) - Method in class com.communote.server.api.core.config.DevelopmentProperties
-
Returns the property for the key as integer.
- getProperty(String, long) - Method in class com.communote.server.api.core.config.DevelopmentProperties
-
Returns the property for the key as long.
- getProperty(String, String) - Method in class com.communote.server.api.core.config.DevelopmentProperties
-
Returns the property for the key as string.
- getProperty(String) - Method in class com.communote.server.api.core.task.TaskTO
-
Returns the value of a stored property.
- getProperty(String) - Method in class com.communote.server.core.common.velocity.tools.ClientTool
-
- getProperty(String, Boolean) - Method in class com.communote.server.core.common.velocity.tools.ClientTool
-
- getProperty(String, String) - Method in class com.communote.server.core.common.velocity.tools.ClientTool
-
- getPropertyDecrypted(ApplicationConfigurationPropertyConstant) - Method in class com.communote.server.api.core.config.ApplicationConfigurationProperties
-
Get the decrypted value of an encrypted property.
- getPropertyEventType() - Method in class com.communote.server.api.core.property.PropertyEvent
-
- getPropertyFilter() - Method in class com.communote.server.web.fe.widgets.type.ContentTypeWidgetExtension
-
The filter has to have the following format:
['Property','Group','Key','Value','MatchMode','Negate (Optional)']
The elements are
Property: Class, the property is for, this can be one of "Note", "Entity" or
"Dummy".
Group: The key group of this property.
- getPropertyFilters() - Method in class com.communote.server.core.vo.query.PropertyQueryParameters
-
- getPropertyId() - Method in class com.communote.plugins.api.rest.resource.note.property.GetPropertyParameter
-
Returns the PropertyId.
- getPropertyId() - Method in class com.communote.plugins.api.rest.resource.note.property.PropertyResource
-
Returns the PropertyId.
- getPropertyId() - Method in class com.communote.plugins.api.rest.resource.topic.property.GetPropertyParameter
-
Returns the PropertyId.
- getPropertyId() - Method in class com.communote.plugins.api.rest.resource.topic.property.PropertyResource
-
Returns the PropertyId.
- getPropertyId() - Method in class com.communote.plugins.api.rest.resource.user.property.GetPropertyParameter
-
Returns the PropertyId.
- getPropertyId() - Method in class com.communote.plugins.api.rest.resource.user.property.PropertyResource
-
Returns the PropertyId.
- getPropertyId() - Method in class com.communote.plugins.api.rest.v22.resource.note.property.GetPropertyParameter
-
Returns the PropertyId.
- getPropertyId() - Method in class com.communote.plugins.api.rest.v22.resource.note.property.PropertyResource
-
Returns the PropertyId.
- getPropertyId() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.property.GetPropertyParameter
-
Returns the PropertyId.
- getPropertyId() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.property.PropertyResource
-
Returns the PropertyId.
- getPropertyId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.property.GetPropertyParameter
-
Returns the PropertyId.
- getPropertyId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.property.PropertyResource
-
Returns the PropertyId.
- getPropertyId() - Method in class com.communote.plugins.api.rest.v22.resource.user.property.GetPropertyParameter
-
Returns the PropertyId.
- getPropertyId() - Method in class com.communote.plugins.api.rest.v22.resource.user.property.PropertyResource
-
Returns the PropertyId.
- getPropertyId() - Method in class com.communote.plugins.api.rest.v24.resource.note.property.GetPropertyParameter
-
Returns the PropertyId.
- getPropertyId() - Method in class com.communote.plugins.api.rest.v24.resource.note.property.PropertyResource
-
Returns the PropertyId.
- getPropertyId() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.property.GetPropertyParameter
-
Returns the PropertyId.
- getPropertyId() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.property.PropertyResource
-
Returns the PropertyId.
- getPropertyId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.property.GetPropertyParameter
-
Returns the PropertyId.
- getPropertyId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.property.PropertyResource
-
Returns the PropertyId.
- getPropertyId() - Method in class com.communote.plugins.api.rest.v24.resource.user.property.GetPropertyParameter
-
Returns the PropertyId.
- getPropertyId() - Method in class com.communote.plugins.api.rest.v24.resource.user.property.PropertyResource
-
Returns the PropertyId.
- getPropertyId() - Method in class com.communote.plugins.api.rest.v30.resource.note.property.GetPropertyParameter
-
Returns the PropertyId.
- getPropertyId() - Method in class com.communote.plugins.api.rest.v30.resource.note.property.PropertyResource
-
Returns the PropertyId.
- getPropertyId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.property.GetPropertyParameter
-
Returns the PropertyId.
- getPropertyId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.property.PropertyResource
-
Returns the PropertyId.
- getPropertyId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.property.GetPropertyParameter
-
Returns the PropertyId.
- getPropertyId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.property.PropertyResource
-
Returns the PropertyId.
- getPropertyId() - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.externalproperty.ExternalPropertyResource
-
Returns the PropertyId.
- getPropertyId() - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.externalproperty.GetExternalPropertyParameter
-
Returns the PropertyId.
- getPropertyId() - Method in class com.communote.plugins.api.rest.v30.resource.user.property.GetPropertyParameter
-
Returns the PropertyId.
- getPropertyId() - Method in class com.communote.plugins.api.rest.v30.resource.user.property.PropertyResource
-
Returns the PropertyId.
- getPropertyKey() - Method in enum com.communote.plugins.contenttypes.ContentTypes
-
- getPropertyKey() - Method in class com.communote.plugins.mq.message.core.data.topic.TopicProperty
-
- getPropertyKey() - Method in class com.communote.server.api.core.property.StringPropertyFilter
-
- getPropertyKey() - Method in class com.communote.server.api.core.property.StringPropertyTO
-
- getPropertyKey() - Method in class com.communote.server.core.plugin.PluginPropertyCacheKey
-
- getPropertyKey() - Method in class com.communote.server.core.property.UserNotePropertyCacheKey
-
- getPropertyKey() - Method in class com.communote.server.model.property.Property
-
- getPropertyKey() - Method in class com.communote.server.model.task.TaskProperty
-
Key of the property.
- getPropertyKeyGroup() - Method in class com.communote.server.core.image.type.HttpExternalUserImageProvider
-
- getPropertyKeyGroup() - Method in class com.communote.server.core.property.UserNotePropertyCacheKey
-
- getPropertyLastModification(ClientConfigurationPropertyConstant) - Method in class com.communote.server.api.core.config.ClientConfigurationProperties
-
Return the time of the last modification of the property.
- getPropertyManagement() - Method in class com.communote.plugins.api.rest.resource.note.like.LikeResourceHandler
-
- getPropertyManagement() - Method in class com.communote.plugins.api.rest.resource.note.property.PropertyResourceHandler
-
- getPropertyManagement() - Method in class com.communote.plugins.api.rest.resource.topic.property.PropertyResourceHandler
-
- getPropertyManagement() - Method in class com.communote.plugins.api.rest.resource.user.property.PropertyResourceHandler
-
- getPropertyManagement() - Method in class com.communote.plugins.api.rest.resource.user.UserResourceHandler
-
- getPropertyManagement() - Method in class com.communote.plugins.api.rest.v22.resource.note.like.LikeResourceHandler
-
- getPropertyManagement() - Method in class com.communote.plugins.api.rest.v22.resource.note.property.PropertyResourceHandler
-
- getPropertyManagement() - Method in class com.communote.plugins.api.rest.v22.resource.topic.property.PropertyResourceHandler
-
- getPropertyManagement() - Method in class com.communote.plugins.api.rest.v22.resource.user.property.PropertyResourceHandler
-
- getPropertyManagement() - Method in class com.communote.plugins.api.rest.v22.resource.user.UserResourceHandler
-
- getPropertyManagement() - Method in class com.communote.plugins.api.rest.v24.resource.note.like.LikeResourceHandler
-
- getPropertyManagement() - Method in class com.communote.plugins.api.rest.v24.resource.note.property.PropertyResourceHandler
-
- getPropertyManagement() - Method in class com.communote.plugins.api.rest.v24.resource.topic.property.PropertyResourceHandler
-
- getPropertyManagement() - Method in class com.communote.plugins.api.rest.v24.resource.user.property.PropertyResourceHandler
-
- getPropertyManagement() - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResourceHandler
-
- getPropertyManagement() - Method in class com.communote.plugins.api.rest.v30.resource.note.like.LikeResourceHandler
-
- getPropertyManagement() - Method in class com.communote.plugins.api.rest.v30.resource.note.property.PropertyResourceHandler
-
- getPropertyManagement() - Method in class com.communote.plugins.api.rest.v30.resource.topic.property.PropertyResourceHandler
-
- getPropertyManagement() - Method in class com.communote.plugins.api.rest.v30.resource.user.property.PropertyResourceHandler
-
- getPropertyManagement() - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResourceHandler
-
- getPropertyManagement() - Method in class com.communote.server.core.image.type.HttpExternalUserImageProvider
-
- getPropertyManagement() - Method in class com.communote.server.core.note.processor.LikeNoteRenderingPreProcessor
-
- getPropertyMapping() - Method in class com.communote.server.model.config.LdapSearchConfiguration
-
mapping that maps communote property names to the names of LDAP attributes
- GetPropertyParameter - Class in com.communote.plugins.api.rest.resource.note.property
-
This class it the parameter class for the Property resource.
- GetPropertyParameter() - Constructor for class com.communote.plugins.api.rest.resource.note.property.GetPropertyParameter
-
Default Constuctor necessary for json parsing
- GetPropertyParameter(MultivaluedMap<String, String>, Long, Long) - Constructor for class com.communote.plugins.api.rest.resource.note.property.GetPropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetPropertyParameter(String, Long, Long) - Constructor for class com.communote.plugins.api.rest.resource.note.property.GetPropertyParameter
-
- GetPropertyParameter - Class in com.communote.plugins.api.rest.resource.topic.property
-
This class it the parameter class for the Property resource.
- GetPropertyParameter() - Constructor for class com.communote.plugins.api.rest.resource.topic.property.GetPropertyParameter
-
Default Constuctor necessary for json parsing
- GetPropertyParameter(MultivaluedMap<String, String>, Long, String) - Constructor for class com.communote.plugins.api.rest.resource.topic.property.GetPropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetPropertyParameter(String, Long, String) - Constructor for class com.communote.plugins.api.rest.resource.topic.property.GetPropertyParameter
-
- GetPropertyParameter - Class in com.communote.plugins.api.rest.resource.user.property
-
This class it the parameter class for the Property resource.
- GetPropertyParameter() - Constructor for class com.communote.plugins.api.rest.resource.user.property.GetPropertyParameter
-
Default Constuctor necessary for json parsing
- GetPropertyParameter(MultivaluedMap<String, String>, Long, Long) - Constructor for class com.communote.plugins.api.rest.resource.user.property.GetPropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetPropertyParameter(String, Long, Long) - Constructor for class com.communote.plugins.api.rest.resource.user.property.GetPropertyParameter
-
- GetPropertyParameter - Class in com.communote.plugins.api.rest.v22.resource.note.property
-
This class it the parameter class for the Property resource.
- GetPropertyParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.note.property.GetPropertyParameter
-
Default Constuctor necessary for json parsing
- GetPropertyParameter(MultivaluedMap<String, String>, Long, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.note.property.GetPropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetPropertyParameter(String, Long, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.note.property.GetPropertyParameter
-
- GetPropertyParameter - Class in com.communote.plugins.api.rest.v22.resource.timelinenote.property
-
This class it the parameter class for the Property resource.
- GetPropertyParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.timelinenote.property.GetPropertyParameter
-
Default Constuctor necessary for json parsing
- GetPropertyParameter(MultivaluedMap<String, String>, Long, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.timelinenote.property.GetPropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetPropertyParameter(String, Long, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.timelinenote.property.GetPropertyParameter
-
- GetPropertyParameter - Class in com.communote.plugins.api.rest.v22.resource.topic.property
-
This class it the parameter class for the Property resource.
- GetPropertyParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.property.GetPropertyParameter
-
Default Constuctor necessary for json parsing
- GetPropertyParameter(MultivaluedMap<String, String>, Long, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.property.GetPropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetPropertyParameter(String, Long, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.property.GetPropertyParameter
-
- GetPropertyParameter - Class in com.communote.plugins.api.rest.v22.resource.user.property
-
This class it the parameter class for the Property resource.
- GetPropertyParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.user.property.GetPropertyParameter
-
Default Constuctor necessary for json parsing
- GetPropertyParameter(MultivaluedMap<String, String>, Long, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.user.property.GetPropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetPropertyParameter(String, Long, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.user.property.GetPropertyParameter
-
- GetPropertyParameter - Class in com.communote.plugins.api.rest.v24.resource.note.property
-
This class it the parameter class for the Property resource.
- GetPropertyParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.note.property.GetPropertyParameter
-
Default Constuctor necessary for json parsing
- GetPropertyParameter(MultivaluedMap<String, String>, Long, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.note.property.GetPropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetPropertyParameter(String, Long, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.note.property.GetPropertyParameter
-
- GetPropertyParameter - Class in com.communote.plugins.api.rest.v24.resource.timelinenote.property
-
This class it the parameter class for the Property resource.
- GetPropertyParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.timelinenote.property.GetPropertyParameter
-
Default Constuctor necessary for json parsing
- GetPropertyParameter(MultivaluedMap<String, String>, Long, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.timelinenote.property.GetPropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetPropertyParameter(String, Long, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.timelinenote.property.GetPropertyParameter
-
- GetPropertyParameter - Class in com.communote.plugins.api.rest.v24.resource.topic.property
-
This class it the parameter class for the Property resource.
- GetPropertyParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.property.GetPropertyParameter
-
Default Constuctor necessary for json parsing
- GetPropertyParameter(MultivaluedMap<String, String>, Long, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.property.GetPropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetPropertyParameter(String, Long, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.property.GetPropertyParameter
-
- GetPropertyParameter - Class in com.communote.plugins.api.rest.v24.resource.user.property
-
This class it the parameter class for the Property resource.
- GetPropertyParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.user.property.GetPropertyParameter
-
Default Constuctor necessary for json parsing
- GetPropertyParameter(MultivaluedMap<String, String>, Long, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.user.property.GetPropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetPropertyParameter(String, Long, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.user.property.GetPropertyParameter
-
- GetPropertyParameter - Class in com.communote.plugins.api.rest.v30.resource.note.property
-
This class it the parameter class for the Property resource.
- GetPropertyParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.note.property.GetPropertyParameter
-
Default Constuctor necessary for json parsing
- GetPropertyParameter(MultivaluedMap<String, String>, Long, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.note.property.GetPropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetPropertyParameter(String, Long, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.note.property.GetPropertyParameter
-
- GetPropertyParameter - Class in com.communote.plugins.api.rest.v30.resource.timelinenote.property
-
This class it the parameter class for the Property resource.
- GetPropertyParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.timelinenote.property.GetPropertyParameter
-
Default Constuctor necessary for json parsing
- GetPropertyParameter(MultivaluedMap<String, String>, Long, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.timelinenote.property.GetPropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetPropertyParameter(String, Long, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.timelinenote.property.GetPropertyParameter
-
- GetPropertyParameter - Class in com.communote.plugins.api.rest.v30.resource.topic.property
-
This class it the parameter class for the Property resource.
- GetPropertyParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.property.GetPropertyParameter
-
Default Constuctor necessary for json parsing
- GetPropertyParameter(MultivaluedMap<String, String>, Long, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.property.GetPropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetPropertyParameter(String, Long, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.property.GetPropertyParameter
-
- GetPropertyParameter - Class in com.communote.plugins.api.rest.v30.resource.user.property
-
This class it the parameter class for the Property resource.
- GetPropertyParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.user.property.GetPropertyParameter
-
Default Constuctor necessary for json parsing
- GetPropertyParameter(MultivaluedMap<String, String>, Long, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.user.property.GetPropertyParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetPropertyParameter(String, Long, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.user.property.GetPropertyParameter
-
- getPropertyResource(String) - Method in class com.communote.server.web.commons.resource.impl.PropertyResourceManager
-
Get the current property resource for the given category name
- getPropertyResourceContent(String, String) - Method in interface com.communote.server.web.commons.resource.ConcatenatedResourceStore
-
Get the content of a property resource for category that was added by a given plugin.
- getPropertyResourceContent(String, String) - Method in class com.communote.server.web.commons.resource.impl.ConcatenatedResourceStoreImpl
-
- getPropertyResourceContent(String, String) - Method in class com.communote.server.web.commons.resource.impl.PropertyResourceManager
-
The content of the property resource.
- getPropertyResourceFallback() - Method in class com.communote.server.web.commons.resource.ResourceCategoryDefinition
-
- getPropertyResourceFile(String, boolean) - Method in interface com.communote.server.web.commons.resource.ConcatenatedResourceStore
-
Return the file containing the current value of the property resource of a category.
- getPropertyResourceFile(String, boolean) - Method in class com.communote.server.web.commons.resource.impl.ConcatenatedResourceStoreImpl
-
- getPropertyResourceLastModified(String) - Method in interface com.communote.server.web.commons.resource.ConcatenatedResourceStore
-
Return the timestamp of the last modification of the property resource.
- getPropertyResourceLastModified(String) - Method in class com.communote.server.web.commons.resource.impl.ConcatenatedResourceStoreImpl
-
- getPropertyTO(Iterable<StringPropertyTO>, String, String) - Static method in class com.communote.server.api.core.property.PropertyHelper
-
Retrieve the identified property from the provided collection or null if it is not contained
- getPropertyType() - Method in class com.communote.server.api.core.property.PropertyEvent
-
- getPropertyType() - Method in class com.communote.server.core.property.AttachmentPropertyAccessor
-
- getPropertyType() - Method in class com.communote.server.core.property.BinaryPropertyAccessor
- getPropertyType() - Method in class com.communote.server.core.property.ExternalObjectPropertyAccessor
- getPropertyType() - Method in class com.communote.server.core.property.NotePropertyAccessor
- getPropertyType() - Method in class com.communote.server.core.property.PropertyAccessor
-
- getPropertyType() - Method in class com.communote.server.core.property.TopicPropertyAccessor
- getPropertyType() - Method in class com.communote.server.core.property.UserNotePropertyAccessor
- getPropertyType() - Method in class com.communote.server.core.property.UserPropertyAccessor
- getPropertyValue() - Method in enum com.communote.plugins.contenttypes.ContentTypes
-
- getPropertyValue() - Method in class com.communote.plugins.mq.message.core.data.topic.TopicProperty
-
- getPropertyValue() - Method in class com.communote.server.api.core.property.StringPropertyFilter
-
- getPropertyValue() - Method in class com.communote.server.api.core.property.StringPropertyTO
-
- getPropertyValue() - Method in class com.communote.server.model.property.BinaryProperty
-
- getPropertyValue() - Method in class com.communote.server.model.property.StringProperty
-
- getPropertyValue() - Method in class com.communote.server.model.task.TaskProperty
-
Value of the property.
- getProtectedCacheNames() - Method in class com.communote.server.core.common.caching.eh.DefaultEhCacheConfigurer
-
Returns a list of names of caches which should not be changed by CacheManager
.
- getProtectedCacheNames() - Method in interface com.communote.server.core.common.caching.eh.EhCacheConfigurer
-
Returns a list of names of caches which should not be changed by CacheManager
.
- getProtocol() - Method in class com.communote.server.api.core.config.database.DatabaseType
-
The protocol name as string assigned to the constant.
- getProtocol() - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
- getProtocol() - Method in class com.communote.server.web.fe.portal.user.system.communication.MailInForm
-
- getProtocolHostPort(String, boolean) - Static method in class com.communote.common.util.UrlHelper
-
Get a substring of an absolute URL from beginning up to the path, excluding the path and
without a trailing slash.
- getProtocolName() - Method in class com.communote.server.core.mail.fetching.ImapMailboxConnection
-
Returns the name of the protocol used by this connection (e.g.
- getProtocolName() - Method in class com.communote.server.core.mail.fetching.MailboxConnection
-
Returns the name of the protocol used by this connection (e.g.
- getProvidedProfileFieldNames() - Method in class com.communote.plugin.ldap.LdapUserRepository
-
- getProvidedProfileFieldNames() - Method in class com.communote.server.core.external.confluence.ConfluenceUserRepository
-
- getProvidedProfileFieldNames() - Method in interface com.communote.server.core.external.ExternalUserRepository
-
- getProvidedTagSuggestionAliases() - Method in class com.communote.server.core.tag.impl.BlogTagSuggestionProvider
-
- getProvidedTagSuggestionAliases() - Method in class com.communote.server.core.tag.impl.InternalTagSuggestionProvider
-
- getProvidedTagSuggestionAliases() - Method in class com.communote.server.core.tag.impl.NoteTagSuggestionProvider
-
- getProvidedTagSuggestionAliases() - Method in class com.communote.server.core.tag.impl.UserTagSuggestionProvider
-
- getProviderAlias() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the ProviderAlias.
- getProviderAlias() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.TagSuggestionListResource
-
Returns the ProviderAlias.
- getProviderAlias() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the ProviderAlias.
- getProviderAlias() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.TagSuggestionListResource
-
Returns the ProviderAlias.
- getProviderAlias() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the ProviderAlias.
- getProviderAlias() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.TagSuggestionListResource
-
Returns the ProviderAlias.
- getProviderAlias() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the ProviderAlias.
- getProviderAlias() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.TagSuggestionListResource
-
Returns the ProviderAlias.
- getProviderAlias() - Method in class com.communote.server.core.tag.TagSuggestion
-
- getProviderId() - Method in class com.communote.server.api.core.image.Image
-
- getProviderManager() - Method in class com.communote.server.web.WebServiceLocator
-
- getProviders(String) - Method in class com.communote.server.core.image.ImageProviderManager
-
Return the image providers that can handle the given image type
- getProviders() - Method in class com.communote.server.core.security.AuthenticationProviderManagement
-
- getPublicAccess() - Method in class com.communote.plugins.api.rest.resource.topic.right.EditRightParameter
-
Returns the PublicAccess.
- getPublicAccess() - Method in class com.communote.plugins.api.rest.resource.topic.right.GetRightParameter
-
Returns the PublicAccess.
- getPublicAccess() - Method in class com.communote.plugins.api.rest.resource.topic.right.RightResource
-
Returns the PublicAccess.
- getPublicAccess() - Method in class com.communote.plugins.api.rest.v22.resource.topic.right.EditRightParameter
-
Returns the PublicAccess.
- getPublicAccess() - Method in class com.communote.plugins.api.rest.v22.resource.topic.right.GetRightParameter
-
Returns the PublicAccess.
- getPublicAccess() - Method in class com.communote.plugins.api.rest.v22.resource.topic.right.RightResource
-
Returns the PublicAccess.
- getPublicAccess() - Method in class com.communote.plugins.api.rest.v24.resource.topic.right.EditRightParameter
-
Returns the PublicAccess.
- getPublicAccess() - Method in class com.communote.plugins.api.rest.v24.resource.topic.right.GetRightParameter
-
Returns the PublicAccess.
- getPublicAccess() - Method in class com.communote.plugins.api.rest.v24.resource.topic.right.RightResource
-
Returns the PublicAccess.
- getPublicAccess() - Method in class com.communote.plugins.api.rest.v30.resource.topic.right.EditRightParameter
-
Returns the PublicAccess.
- getPublicAccess() - Method in class com.communote.plugins.api.rest.v30.resource.topic.right.GetRightParameter
-
Returns the PublicAccess.
- getPublicAccess() - Method in class com.communote.plugins.api.rest.v30.resource.topic.right.RightResource
-
Returns the PublicAccess.
- getPublish() - Method in class com.communote.plugins.api.rest.resource.note.CreateNoteParameter
-
Returns the Publish.
- getPublish() - Method in class com.communote.plugins.api.rest.resource.note.EditNoteParameter
-
Returns the Publish.
- getPublish() - Method in class com.communote.plugins.api.rest.v22.resource.note.CreateNoteParameter
-
Returns the Publish.
- getPublish() - Method in class com.communote.plugins.api.rest.v22.resource.note.EditNoteParameter
-
Returns the Publish.
- getPublish() - Method in class com.communote.plugins.api.rest.v24.resource.note.CreateNoteParameter
-
Returns the Publish.
- getPublish() - Method in class com.communote.plugins.api.rest.v24.resource.note.EditNoteParameter
-
Returns the Publish.
- getPublish() - Method in class com.communote.plugins.api.rest.v30.resource.note.CreateNoteParameter
-
Returns the Publish.
- getPublish() - Method in class com.communote.plugins.api.rest.v30.resource.note.EditNoteParameter
-
Returns the Publish.
- getQuery(Session, String, ResultSpecification, Object...) - Static method in class com.communote.server.persistence.helper.dao.QueryHelper
-
Get a query
- getQueryDefinition(Class<E>) - Method in class com.communote.server.core.vo.query.QueryDefinitionRepository
-
Get the query definition.
- getQueryHelperDao() - Method in class com.communote.server.core.query.QueryManagement
-
Gets the reference to queryHelper
's DAO.
- getQueryParameters() - Method in class com.communote.server.web.fe.widgets.blog.ChronologicalPostListWidget
-
- getQueryPrefix() - Method in class com.communote.server.core.common.ldap.caching.LdapServerCacheKey
-
- getQueryPrefix() - Method in class com.communote.server.model.config.LdapConfiguration
-
- getQueryPrefix() - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
- getQueryString() - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
- getQueueName() - Method in class com.communote.plugins.mq.provider.activemq.settings.MQDatabaseSettingsDAO
-
- getQueueName() - Method in interface com.communote.plugins.mq.provider.activemq.settings.MQSettingsDAO
-
- getRangeEnd() - Method in class com.communote.server.core.common.caching.IdBasedRangeCacheKey
-
- getRangeOfNumber(long, long) - Static method in class com.communote.common.util.NumberHelper
-
Returns an array containing the start and the end of the range the provided number is in.
- getRangeStart() - Method in class com.communote.server.core.common.caching.IdBasedRangeCacheKey
-
- getRangeType() - Method in class com.communote.server.core.security.iprange.IpFilterCacheKey
-
Get Range Type
- getRank() - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the Rank.
- getRank() - Method in class com.communote.plugins.api.rest.resource.timelinetag.TimelineTagResource
-
Returns the Rank.
- getRank() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the Rank.
- getRank() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.TimelineTagResource
-
Returns the Rank.
- getRank() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the Rank.
- getRank() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.TimelineTagResource
-
Returns the Rank.
- getRank() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the Rank.
- getRank() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.TimelineTagResource
-
Returns the Rank.
- getRank() - Method in interface com.communote.server.core.filter.listitems.RankListItem
-
The rank of the item
- getRank() - Method in class com.communote.server.core.filter.listitems.RankTagListItem
-
- getRank() - Method in class com.communote.server.core.filter.listitems.RankUserListItem
-
Getter of user rank
- getRank() - Method in class com.communote.server.model.user.note.UserNoteEntity
-
The rank for this user and note.
- getRankNormalized() - Method in class com.communote.server.model.user.note.UserNoteEntity
-
Get the normalized rank between 0..1 based on the stored rank and the RANK_PRECISION.
- getRankNormalized() - Method in class com.communote.server.model.user.note.UserNoteEntityImpl
-
Get the normalized rank between 0..1 based on the stored rank and the RANK_PRECISION.
- getRawOffset() - Method in class com.communote.server.core.common.time.SimplifiedTimeZone
-
- getReader() - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
- getReadingUserIds() - Method in class com.communote.plugins.api.rest.resource.topic.right.GetRightParameter
-
Returns the ReadingUserIds.
- getReadingUserIds() - Method in class com.communote.plugins.api.rest.resource.topic.right.RightResource
-
Returns the ReadingUserIds.
- getReadingUserIds() - Method in class com.communote.plugins.api.rest.v22.resource.topic.right.GetRightParameter
-
Returns the ReadingUserIds.
- getReadingUserIds() - Method in class com.communote.plugins.api.rest.v22.resource.topic.right.RightResource
-
Returns the ReadingUserIds.
- getReadingUserIds() - Method in class com.communote.plugins.api.rest.v24.resource.topic.right.GetRightParameter
-
Returns the ReadingUserIds.
- getReadingUserIds() - Method in class com.communote.plugins.api.rest.v24.resource.topic.right.RightResource
-
Returns the ReadingUserIds.
- getReadingUserIds() - Method in class com.communote.plugins.api.rest.v30.resource.topic.right.GetRightParameter
-
Returns the ReadingUserIds.
- getReadingUserIds() - Method in class com.communote.plugins.api.rest.v30.resource.topic.right.RightResource
-
Returns the ReadingUserIds.
- getReadingUserIds() - Method in class com.communote.server.core.filter.listitems.blog.DetailBlogListItem
-
Comma separated list of user ids who are allowed to read
- getRealPath(String) - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
- getReason() - Method in exception com.communote.server.api.core.user.PrimaryAuthenticationException
-
- getReason(String, Object...) - Method in exception com.communote.server.core.user.validation.UserActivationValidationException
-
Get the localizable reason.
- getReasons() - Method in exception com.communote.plugins.mq.service.exception.MessageValidationException
-
- getReceivers() - Method in class com.communote.server.core.messaging.vo.Message
-
- getRecipients(Message, Message.RecipientType) - Static method in class com.communote.server.core.mail.MailMessageHelper
-
Returns the recipients found by evaluating the provided header.
- getReconnectionTimeout() - Method in class com.communote.server.web.fe.portal.user.system.communication.MailInForm
-
- getReconnectMaySucceed() - Method in exception com.communote.server.core.mail.fetching.MailboxConnectionException
-
Indicates whether a reconnect may succeed at a later time.
- getRedirectUrl() - Method in class com.communote.server.core.vo.content.AttachmentRedirectTO
-
- getRedirectUrl() - Method in class com.communote.server.web.fe.portal.user.controller.UserProfileController
-
- getRegexForDisplay(String) - Static method in class com.communote.server.core.helper.ValidationHelper
-
Modifies the regex Expression to show it the user with the characters which are allowed.
- getRegionName() - Method in class com.communote.server.external.hibernate.ClientDelegateCache
- getRegistedExternalUserRepositories() - Method in class com.communote.server.service.UserService
-
- getRegisteredDefinitions() - Method in class com.communote.server.core.messaging.NotificationService
-
- getRelativeBundleResourceLocation(String, String) - Static method in class com.communote.server.core.osgi.OSGiHelper
-
- getRelativeUrlPattern() - Method in class com.communote.plugins.webservice.CommunoteWebServiceDefinition
-
- getRemoteAddr() - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
- getRemoteAddress() - Method in class com.communote.plugins.mq.provider.activemq.security.RemoteAddressCallBack
-
- getRemoteHost() - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
- getRemotePort() - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
- getRemoteUser() - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
- getRenameTag() - Method in class com.communote.plugins.api.rest.v30.resource.tag.EditTagParameter
-
Returns the RenameTag.
- getRenameTag() - Method in class com.communote.plugins.api.rest.v30.resource.tag.TagResource
-
Returns the RenameTag.
- getReplyCount(Note) - Method in class com.communote.server.core.blog.DiscussionDetailsRetriever
-
Returns the number of replies to a note.
- getReplyQueueNamePrefix() - Method in class com.communote.plugins.mq.provider.activemq.settings.MQDatabaseSettingsDAO
-
- getReplyQueueNamePrefix() - Method in interface com.communote.plugins.mq.provider.activemq.settings.MQSettingsDAO
-
- getReplyToAddress() - Method in class com.communote.server.core.mail.messages.MailMessage
-
Returns a string holding the email address to be used in the "reply-to" header.
- getReplyToAddress() - Method in class com.communote.server.core.mail.messages.user.NotifyAboutNoteMailMessage
-
- getReplyToAddressName() - Method in class com.communote.server.core.mail.messages.MailMessage
-
Returns the personal name to be used in the "reply-to" header field.
- getReplyToAddressName() - Method in class com.communote.server.core.mail.messages.user.NotifyAboutNoteMailMessage
-
- getReplyType() - Method in class com.communote.plugins.mq.message.base.message.BaseMessage
-
- getRepositoryConnector(String) - Method in interface com.communote.server.core.crc.RepositoryConnectorDelegate
-
Returns the RepositoryConnector that belongs to the given connectorId.
- getRepositoryConnector(String) - Method in class com.communote.server.core.crc.RepositoryConnectorDelegateBase
-
- getRepositoryConnectorId() - Method in class com.communote.plugins.api.rest.v30.resource.attachment.AttachmentResource
-
Returns the RepositoryConnectorId.
- getRepositoryConnectorId() - Method in class com.communote.plugins.api.rest.v30.resource.attachment.GetAttachmentParameter
-
Returns the RepositoryConnectorId.
- getRepositoryConnectors() - Method in interface com.communote.server.core.crc.RepositoryConnectorDelegate
-
- getRepositoryConnectors() - Method in class com.communote.server.core.crc.RepositoryConnectorDelegateBase
-
- getRepositoryId() - Method in class com.communote.server.api.core.attachment.AttachmentData
-
- getRepositoryIdentifier() - Method in class com.communote.server.model.attachment.Attachment
-
The repository identifier describes the repository the content to this resource is stored at.
- getRepositoryMode() - Method in class com.communote.server.api.core.config.ClientConfigurationProperties
-
- getRepositorySize() - Method in class com.communote.server.core.crc.FilesystemConnector
-
- getRepositorySize() - Method in interface com.communote.server.core.crc.RepositoryConnector
-
- getRepositorySize() - Method in class com.communote.server.model.client.ClientStatistic
-
Holds the current size of the repository in MB.
- getRepositorySize() - Method in interface com.communote.server.persistence.user.client.ClientStatisticDao
-
Gets the current size of the repository.
- getRepositorySize() - Method in class com.communote.server.persistence.user.client.ClientStatisticDaoBase
-
- getRepositorySizeLimit() - Method in class com.communote.server.core.crc.FilesystemConnector
-
- getRepositorySizeLimit() - Method in interface com.communote.server.core.crc.RepositoryConnector
-
- getRepositorySizeLimitRatio() - Method in class com.communote.server.core.crc.FilesystemConnector
-
- getRepositorySizeLimitRatio(long) - Method in class com.communote.server.core.crc.FilesystemConnector
-
- getRepositorySizeLimitRatio() - Method in interface com.communote.server.core.crc.RepositoryConnector
-
Gets the ratio of the current repository size to the repository size limit.
- getRepositorySizeLimitRatio(long) - Method in interface com.communote.server.core.crc.RepositoryConnector
-
Gets the ratio of the current repository size plus sizeOfNewDataToStore to the repository
size limit.
- getRequest() - Method in class com.communote.server.api.core.note.NoteRenderContext
-
- getRequest() - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
-
- getRequest() - Method in class com.communote.server.web.commons.viewtool.RequestAwareTool
-
- getRequest() - Method in class com.communote.server.widgets.AbstractWidget
-
get the request for getting some more information
- getRequestContext(URI, String, ConfluenceConfiguration) - Method in class com.communote.plugins.confluence.image.ConfluenceUserImageProvider
-
- getRequestContext(URI, String, C) - Method in class com.communote.server.core.image.HttpExternalImageProvider
-
Get request context to be used when downloading the given image.
- getRequestDispatcher(String) - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
- getRequestedSessionId() - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
- getRequestHeaders(URI, String, C) - Method in class com.communote.server.core.image.HttpExternalImageProvider
-
Get the HTTP request headers to add when downloading the given image.
- getRequestURI() - Method in class com.communote.plugins.webservice.impl.CommunoteClientRemoveHttpServletRequestWrapper
-
- getRequestURI() - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
- getRequestUriName(HttpServletRequest) - Method in class com.communote.server.web.api.service.ApiResultApiController
-
Deprecated.
- getRequestURL() - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
- getRequired() - Method in enum com.communote.server.core.common.ldap.LdapGroupAttribute
-
- getRequiredAttributeNames() - Method in class com.communote.server.core.common.ldap.LdapAttributesMapper
-
Returns the subset with required Communote attribute names the mapper can map.
- getRequiredAttributeNames() - Method in class com.communote.server.core.common.ldap.LdapGroupAttributesMapper
-
- getRequiredAttributeNames() - Method in class com.communote.server.core.common.ldap.LdapUserAttributesMapper
-
Returns the subset with required Communote attribute names the mapper can map.
- getRequiredMinLength() - Method in exception com.communote.server.core.common.exceptions.PasswordLengthException
-
- getRequiredRole() - Method in exception com.communote.server.api.core.blog.BlogAccessException
-
the role which is required but the member did not have
- getRescheduleDate(Date) - Method in class com.communote.plugins.activity.base.task.DeleteActivitiesTaskHandler
-
Return the time a task should run again.
- getRescheduleDate(Date) - Method in interface com.communote.server.api.core.task.TaskHandler
-
Return the time a task should run again.
- getRescheduleDate() - Method in class com.communote.server.api.core.task.TaskTO
-
Returns the reschedule date.
- getRescheduleDate(Date) - Method in class com.communote.server.core.blog.notes.processors.NotePostProcessTaskHandler
-
Return the time a task should run again.
- getRescheduleDate(Date) - Method in class com.communote.server.core.tasks.DeleteOrphanedAttachmentsTaskHandler
-
- getRescheduleDate(Date) - Method in class com.communote.server.core.tasks.ServiceTaskHandler
-
Return the time a task should run again.
- getRescheduleDate(Date) - Method in class com.communote.server.core.user.groups.SynchronizeExternalUserTaskHandler
-
- getRescheduleDate(Date) - Method in class com.communote.server.core.user.groups.UserGroupSynchronizationTaskHandler
-
Return the time a task should run again.
- getRescheduleDate(Date) - Method in class com.communote.server.core.user.RemindUserJob
-
Return the time a task should run again.
- getResource(String) - Method in class com.communote.plugins.core.classloader.ClassLoaderAggregator
- getResource(String) - Method in class com.communote.server.core.database.liquibase.SpringResourceOpener
-
- getResourceAsStream(String) - Method in class com.communote.server.core.database.liquibase.SpringResourceOpener
- getResourceBundleManager() - Method in class com.communote.server.web.commons.i18n.ResourceBundleManagerMessageSource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.resource.attachment.AttachmentResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.resource.note.favorite.FavoriteResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.resource.note.like.LikeResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.resource.note.property.PropertyResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.resource.tag.TagResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.resource.tagstoretaglist.tagstoretag.TagStoreTagResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.resource.tagstoretaglist.TagStoreTagListResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.TagSuggestionListResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.resource.timelinenote.timelinenotediscussion.TimelineNoteDiscussionResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.resource.timelinenote.TimelineNoteResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.resource.timelinenote.timelinenotetag.TimelineNoteTagResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.resource.timelinetag.TimelineTagResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.resource.timelinetopic.TimelineTopicResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.resource.timelineuser.TimelineUserResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.resource.topic.follow.FollowResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.resource.topic.property.PropertyResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.resource.topic.right.RightResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.resource.topic.role.RoleResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.RoleBulkExternalResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.rolebulkexternaltopicright.RoleBulkExternalTopicRightResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.resource.topic.roleexternal.RoleExternalResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.resource.topic.TopicResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.resource.user.follow.FollowResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.resource.user.image.ImageResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.resource.user.property.PropertyResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.resource.user.UserResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.servlet.AbstractResource
-
- getResourceHandler(Class<?>) - Method in class com.communote.plugins.api.rest.servlet.ResourceHandlerLocator
-
This method returns a assigned handle by a class
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v22.resource.attachment.AttachmentResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v22.resource.note.favorite.FavoriteResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v22.resource.note.like.LikeResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v22.resource.note.property.PropertyResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v22.resource.tag.TagResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.tagstoretag.TagStoreTagResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.TagStoreTagListResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.TagSuggestionListResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.property.PropertyResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotediscussion.TimelineNoteDiscussionResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotetag.TimelineNoteTagResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.TimelineTagResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.TimelineTopicResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.TimelineUserResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.ExternalObjectResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v22.resource.topic.follow.FollowResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v22.resource.topic.property.PropertyResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v22.resource.topic.right.RightResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v22.resource.topic.role.RoleResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.RoleBulkExternalResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.rolebulkexternaltopicright.RoleBulkExternalTopicRightResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.RoleExternalResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v22.resource.topic.TopicResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v22.resource.user.follow.FollowResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v22.resource.user.image.ImageResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v22.resource.user.property.PropertyResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v22.resource.user.UserResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v22.servlet.AbstractResource
-
- getResourceHandler(Class<?>) - Method in class com.communote.plugins.api.rest.v22.servlet.ResourceHandlerLocator
-
This method returns a assigned handle by a class
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v24.resource.attachment.AttachmentResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v24.resource.attachment.preview.PreviewResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v24.resource.note.favorite.FavoriteResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v24.resource.note.like.LikeResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v24.resource.note.property.PropertyResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v24.resource.tag.TagResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.tagstoretag.TagStoreTagResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.TagStoreTagListResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.TagSuggestionListResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.property.PropertyResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotediscussion.TimelineNoteDiscussionResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotetag.TimelineNoteTagResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.TimelineTagResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.TimelineTopicResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.TimelineUserResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.ExternalObjectResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v24.resource.topic.follow.FollowResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v24.resource.topic.property.PropertyResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v24.resource.topic.right.RightResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v24.resource.topic.role.RoleResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.RoleBulkExternalResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.rolebulkexternaltopicright.RoleBulkExternalTopicRightResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.RoleExternalResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v24.resource.topic.TopicResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v24.resource.user.follow.FollowResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v24.resource.user.image.ImageResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v24.resource.user.property.PropertyResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.PreferenceResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.UserPreferenceResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v24.servlet.AbstractResource
-
- getResourceHandler(Class<?>) - Method in class com.communote.plugins.api.rest.v24.servlet.ResourceHandlerLocator
-
This method returns a assigned handle by a class
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v30.resource.attachment.AttachmentResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v30.resource.attachment.preview.PreviewResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v30.resource.group.GroupResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v30.resource.group.member.MemberResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v30.resource.lastmodificationdate.LastModificationDateResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v30.resource.note.favorite.FavoriteResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v30.resource.note.like.LikeResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v30.resource.note.property.PropertyResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v30.resource.tag.TagResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.tagstoretag.TagStoreTagResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.TagStoreTagListResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.TagSuggestionListResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.property.PropertyResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotediscussion.TimelineNoteDiscussionResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotetag.TimelineNoteTagResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.TimelineTagResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.TimelineTopicResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.TimelineUserResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v30.resource.topic.childtopic.ChildTopicResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.ExternalObjectResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v30.resource.topic.follow.FollowResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v30.resource.topic.property.PropertyResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v30.resource.topic.right.RightResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.RoleResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.RoleBulkExternalResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.rolebulkexternaltopicright.RoleBulkExternalTopicRightResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.RoleExternalResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.ExternalLoginResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.externalproperty.ExternalPropertyResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v30.resource.user.follow.FollowResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v30.resource.user.image.ImageResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.NavigationItemResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v30.resource.user.observation.ObservationResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v30.resource.user.property.PropertyResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.PreferenceResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.UserPreferenceResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
- getResourceHandler() - Method in class com.communote.plugins.api.rest.v30.servlet.AbstractResource
-
- getResourceHandler(Class<?>) - Method in class com.communote.plugins.api.rest.v30.servlet.ResourceHandlerLocator
-
This method returns a assigned handle by a class
- getResourceId() - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
Get the resource of this instance
- getResourceId(HttpServletRequest, boolean) - Method in class com.communote.server.web.api.service.BaseApiController
-
Deprecated.
Get the resource id out of the request uri.
- getResourceId() - Method in exception com.communote.server.web.api.service.RequestedResourceNotFoundException
-
- getResourceLoader() - Method in class com.communote.server.core.database.liquibase.AbstractLiquibaseDatabaseUpdater
-
- getResourceLocation() - Method in class com.communote.server.web.commons.resource.impl.ResourceDescriptor
-
- getResources(String) - Method in class com.communote.plugins.core.classloader.ClassLoaderAggregator
- getResources(String) - Method in class com.communote.server.core.database.liquibase.SpringResourceOpener
- getResourceStoringManagement() - Static method in class com.communote.plugins.api.rest.resource.attachment.AttachmentResourceHelper
-
Get the resource storing management.
- getResourceStoringManagement() - Static method in class com.communote.plugins.api.rest.v22.resource.attachment.AttachmentResourceHelper
-
Get the resource storing management.
- getResourceStoringManagement() - Static method in class com.communote.plugins.api.rest.v24.resource.attachment.AttachmentResourceHelper
-
Get the resource storing management.
- getResourceStoringManagement() - Static method in class com.communote.plugins.api.rest.v30.resource.attachment.AttachmentResourceHelper
-
Get the resource storing management.
- getResourceStream(String) - Method in class com.communote.server.core.template.velocity.NoteTemplateVelocityResourceLoader
-
- getResourceType() - Method in class com.communote.server.web.api.service.BaseApiController
-
Deprecated.
- getResourceType() - Method in class com.communote.server.web.api.service.post.PostApiController
-
Deprecated.
- getResourceType() - Method in exception com.communote.server.web.api.service.RequestedResourceNotFoundException
-
- getResourceType() - Method in class com.communote.server.web.api.service.user.UserApiController
-
Deprecated.
- getResponse() - Method in class com.communote.server.web.commons.viewtool.RequestAwareTool
-
- getResponse() - Method in class com.communote.server.widgets.AbstractWidget
-
The response object the widget is working on.
- getResponseMetadata() - Method in class com.communote.server.widgets.AbstractWidget
-
- getResponseMetadata() - Method in interface com.communote.server.widgets.Widget
-
Return a JSON object containing arbitrary metadata the server-side widget component wants to
transmit to the client-side component as part of the current response.
- getResult() - Method in class com.communote.plugins.api.rest.to.ApiResult
-
- getResult() - Method in class com.communote.plugins.api.rest.v22.to.ApiResult
-
- getResult() - Method in class com.communote.plugins.api.rest.v24.to.ApiResult
-
- getResult() - Method in class com.communote.plugins.api.rest.v30.to.ApiResult
-
- getResult() - Method in class com.communote.server.web.api.to.ApiResult
-
Deprecated.
- getResultListItem() - Method in class com.communote.server.core.vo.query.blog.BlogQuery
-
- getResultListItem() - Method in class com.communote.server.core.vo.query.blog.UserTaggedBlogQuery
-
- getResultListItem() - Method in class com.communote.server.core.vo.query.post.CountNoteQuery
-
- getResultListItem() - Method in class com.communote.server.core.vo.query.post.NoteQuery
-
The list item type
- getResultListItem() - Method in class com.communote.server.core.vo.query.tag.BlogRankQuery
- getResultListItem() - Method in class com.communote.server.core.vo.query.tag.RankTagQuery
-
The list item type
- getResultListItem() - Method in class com.communote.server.core.vo.query.tag.RelatedRankTagQuery
-
The list item type
- getResultListItem() - Method in class com.communote.server.core.vo.query.tag.TagQuery
-
- getResultListItem() - Method in class com.communote.server.core.vo.query.TaggingCoreItemQueryDefinition
-
The list item type
- getResultListItem() - Method in class com.communote.server.core.vo.query.TaggingCoreItemTimeLimitsQuery
-
The list item type
- getResultListItem() - Method in class com.communote.server.core.vo.query.user.RankUserTaggingCoreQuery
-
The list item type
- getResultListItem() - Method in class com.communote.server.core.vo.query.user.UserTaggingCoreQuery
-
The list item type
- getResultListItem() - Method in class com.communote.server.core.vo.query.user.v1_0_1.UserTaggingCoreQuery
-
The list item type
- getResultObjectPrefix() - Method in class com.communote.server.core.vo.query.tag.AbstractTagQuery
- getResultObjectPrefix() - Method in class com.communote.server.core.vo.query.tag.RelatedRankTagQuery
- getResultObjectPrefix() - Method in class com.communote.server.core.vo.query.user.AbstractUserTaggingCoreQuery
-
the result prefix is the qualifying name of the object in the select clause (e.g.
- getResultObjectPrefix() - Method in class com.communote.server.core.vo.query.user.v1_0_1.UserTaggingCoreQuery
-
the result prefix is the qualifying name of the object in the select clause (e.g.
- getResultSpecification(Map<String, ? extends Object>) - Method in class com.communote.server.core.vo.query.config.QueryParametersConfigurator
-
Get a result specification using the parameters offset and max count.
- getResultSpecification(Map<String, ? extends Object>, int, int) - Method in class com.communote.server.core.vo.query.config.QueryParametersConfigurator
-
Get a result specification using the parameters offset and max count.
- getResultSpecification() - Method in class com.communote.server.core.vo.query.post.NoteQueryParameters
-
Get the result specification to be used
- getResultSpecification() - Method in class com.communote.server.core.vo.query.QueryParameters
-
Get the result specification to be used
- getResultSpecification() - Method in class com.communote.server.web.fe.portal.user.forms.SearchUserForm
-
- getResultSpecification() - Method in class com.communote.server.web.fe.widgets.AbstractPagedListWidget
-
Get a result specification using the parameters offset and maxcount
- getRetrieveOnlyNotesAfterDate() - Method in class com.communote.server.core.vo.query.post.NoteQueryParameters
-
- getRetrieveOnlyNotesAfterId() - Method in class com.communote.server.core.vo.query.post.NoteQueryParameters
-
- getRetrieveOnlyNotesBeforeDate() - Method in class com.communote.server.core.vo.query.post.NoteQueryParameters
-
- getRetrieveOnlyNotesBeforeId() - Method in class com.communote.server.core.vo.query.post.NoteQueryParameters
-
- getReturnType(Type, Mapping) - Method in class com.communote.server.core.database.hibernate.FulltextSQLFunction
- getReturnType(Type, Mapping) - Method in class com.communote.server.core.database.hibernate.PostgreSQLDatePartFunction
- getRevision() - Method in interface com.communote.server.api.core.application.ApplicationInformation
-
- getRevision() - Method in class com.communote.server.core.application.ManifestApplicationInformationProvider
-
- getRichMediaDescriptions(String) - Method in class com.communote.plugins.mediaparser.RichMediaExtractor
-
- getRight() - Method in class com.communote.common.util.Pair
-
- getRight() - Method in class com.communote.plugins.api.rest.resource.topic.right.EditRightParameter
-
Returns the Right.
- getRight() - Method in class com.communote.plugins.api.rest.resource.topic.right.GetRightParameter
-
Returns the Right.
- getRight() - Method in class com.communote.plugins.api.rest.resource.topic.right.RightResource
-
Returns the Right.
- getRight() - Method in class com.communote.plugins.api.rest.v22.resource.topic.right.EditRightParameter
-
Returns the Right.
- getRight() - Method in class com.communote.plugins.api.rest.v22.resource.topic.right.GetRightParameter
-
Returns the Right.
- getRight() - Method in class com.communote.plugins.api.rest.v22.resource.topic.right.RightResource
-
Returns the Right.
- getRight() - Method in class com.communote.plugins.api.rest.v24.resource.topic.right.EditRightParameter
-
Returns the Right.
- getRight() - Method in class com.communote.plugins.api.rest.v24.resource.topic.right.GetRightParameter
-
Returns the Right.
- getRight() - Method in class com.communote.plugins.api.rest.v24.resource.topic.right.RightResource
-
Returns the Right.
- getRight() - Method in class com.communote.plugins.api.rest.v30.resource.topic.right.EditRightParameter
-
Returns the Right.
- getRight() - Method in class com.communote.plugins.api.rest.v30.resource.topic.right.GetRightParameter
-
Returns the Right.
- getRight() - Method in class com.communote.plugins.api.rest.v30.resource.topic.right.RightResource
-
Returns the Right.
- GetRightParameter - Class in com.communote.plugins.api.rest.resource.topic.right
-
This class it the parameter class for the Right resource.
- GetRightParameter() - Constructor for class com.communote.plugins.api.rest.resource.topic.right.GetRightParameter
-
Default Constuctor necessary for json parsing
- GetRightParameter(MultivaluedMap<String, String>, Long, String) - Constructor for class com.communote.plugins.api.rest.resource.topic.right.GetRightParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetRightParameter(String, Long, String) - Constructor for class com.communote.plugins.api.rest.resource.topic.right.GetRightParameter
-
- GetRightParameter - Class in com.communote.plugins.api.rest.v22.resource.topic.right
-
This class it the parameter class for the Right resource.
- GetRightParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.right.GetRightParameter
-
Default Constuctor necessary for json parsing
- GetRightParameter(MultivaluedMap<String, String>, Long, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.right.GetRightParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetRightParameter(String, Long, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.right.GetRightParameter
-
- GetRightParameter - Class in com.communote.plugins.api.rest.v24.resource.topic.right
-
This class it the parameter class for the Right resource.
- GetRightParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.right.GetRightParameter
-
Default Constuctor necessary for json parsing
- GetRightParameter(MultivaluedMap<String, String>, Long, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.right.GetRightParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetRightParameter(String, Long, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.right.GetRightParameter
-
- GetRightParameter - Class in com.communote.plugins.api.rest.v30.resource.topic.right
-
This class it the parameter class for the Right resource.
- GetRightParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.right.GetRightParameter
-
Default Constuctor necessary for json parsing
- GetRightParameter(MultivaluedMap<String, String>, Long, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.right.GetRightParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetRightParameter(String, Long, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.right.GetRightParameter
-
- getRights() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns List of constants Rights.
- getRights() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetTimelineNoteParameter
-
Returns List of constants Rights.
- getRights() - Method in class com.communote.plugins.api.rest.resource.timelinenote.TimelineNoteResource
-
Returns List of constants Rights.
- getRights() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns List of constants Rights.
- getRights() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetTimelineNoteParameter
-
Returns List of constants Rights.
- getRights() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteResource
-
Returns List of constants Rights.
- getRights() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns List of constants Rights.
- getRights() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
Returns List of constants Rights.
- getRights() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
Returns List of constants Rights.
- getRights() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns List of constants Rights.
- getRights() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns List of constants Rights.
- getRights() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
Returns List of constants Rights.
- getRights() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
Returns List of constants Rights.
- getRiskLevel() - Method in class com.communote.server.web.fe.portal.user.client.controller.security.AuthenticationForm
-
- getRole() - Method in class com.communote.plugins.api.rest.resource.topic.role.CreateRoleParameter
-
Returns the constant Role.
- getRole() - Method in class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Returns the constant Role.
- getRole() - Method in class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.rolebulkexternaltopicright.RoleBulkExternalTopicRightResource
-
Returns the constant Role.
- getRole() - Method in class com.communote.plugins.api.rest.resource.topic.roleexternal.CreateRoleExternalParameter
-
Returns the constant Role.
- getRole() - Method in class com.communote.plugins.api.rest.v22.resource.topic.role.CreateRoleParameter
-
Returns the constant Role.
- getRole() - Method in class com.communote.plugins.api.rest.v22.resource.topic.role.RoleResource
-
Returns the constant Role.
- getRole() - Method in class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Returns the constant Role.
- getRole() - Method in class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.rolebulkexternaltopicright.RoleBulkExternalTopicRightResource
-
Returns the constant Role.
- getRole() - Method in class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.CreateRoleExternalParameter
-
Returns the constant Role.
- getRole() - Method in class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.RoleExternalResource
-
Returns the constant Role.
- getRole() - Method in class com.communote.plugins.api.rest.v24.resource.topic.role.CreateRoleParameter
-
Returns the constant Role.
- getRole() - Method in class com.communote.plugins.api.rest.v24.resource.topic.role.RoleResource
-
Returns the constant Role.
- getRole() - Method in class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Returns the constant Role.
- getRole() - Method in class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.rolebulkexternaltopicright.RoleBulkExternalTopicRightResource
-
Returns the constant Role.
- getRole() - Method in class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.CreateRoleExternalParameter
-
Returns the constant Role.
- getRole() - Method in class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.RoleExternalResource
-
Returns the constant Role.
- getRole() - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.CreateRoleParameter
-
Returns the constant Role.
- getRole() - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.RoleResource
-
Returns the constant Role.
- getRole() - Method in class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Returns the constant Role.
- getRole() - Method in class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.rolebulkexternaltopicright.RoleBulkExternalTopicRightResource
-
Returns the constant Role.
- getRole() - Method in class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.CreateRoleExternalParameter
-
Returns the constant Role.
- getRole() - Method in class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.RoleExternalResource
-
Returns the constant Role.
- getRole() - Method in class com.communote.server.core.vo.external.ExternalTopicRoleTO
-
Role of entity for topic.
- getRole() - Method in class com.communote.server.model.blog.BlogMember
-
The role of the member in the bog.
- getRole() - Method in class com.communote.server.model.user.UserAuthority
-
- getRole() - Method in class com.communote.server.web.fe.portal.blog.forms.BlogMemberInviteForm
-
Gets the role.
- getRoleBulkExternal() - Method in class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.GetRoleBulkExternalParameter
-
Returns the RoleBulkExternal.
- getRoleBulkExternal() - Method in class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.RoleBulkExternalResource
-
Returns the RoleBulkExternal.
- getRoleBulkExternal() - Method in class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Returns the RoleBulkExternal.
- getRoleBulkExternal() - Method in class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.GetRoleBulkExternalParameter
-
Returns the RoleBulkExternal.
- getRoleBulkExternal() - Method in class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.RoleBulkExternalResource
-
Returns the RoleBulkExternal.
- getRoleBulkExternal() - Method in class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Returns the RoleBulkExternal.
- getRoleBulkExternal() - Method in class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.GetRoleBulkExternalParameter
-
Returns the RoleBulkExternal.
- getRoleBulkExternal() - Method in class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.RoleBulkExternalResource
-
Returns the RoleBulkExternal.
- getRoleBulkExternal() - Method in class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Returns the RoleBulkExternal.
- getRoleBulkExternal() - Method in class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.GetRoleBulkExternalParameter
-
Returns the RoleBulkExternal.
- getRoleBulkExternal() - Method in class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.RoleBulkExternalResource
-
Returns the RoleBulkExternal.
- getRoleBulkExternal() - Method in class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Returns the RoleBulkExternal.
- GetRoleBulkExternalParameter - Class in com.communote.plugins.api.rest.resource.topic.rolebulkexternal
-
This class it the parameter class for the RoleBulkExternal resource.
- GetRoleBulkExternalParameter() - Constructor for class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.GetRoleBulkExternalParameter
-
Default Constuctor necessary for json parsing
- GetRoleBulkExternalParameter(MultivaluedMap<String, String>, Long, String) - Constructor for class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.GetRoleBulkExternalParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetRoleBulkExternalParameter(String, Long, String) - Constructor for class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.GetRoleBulkExternalParameter
-
- GetRoleBulkExternalParameter - Class in com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal
-
This class it the parameter class for the RoleBulkExternal resource.
- GetRoleBulkExternalParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.GetRoleBulkExternalParameter
-
Default Constuctor necessary for json parsing
- GetRoleBulkExternalParameter(MultivaluedMap<String, String>, Long, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.GetRoleBulkExternalParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetRoleBulkExternalParameter(String, Long, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.GetRoleBulkExternalParameter
-
- GetRoleBulkExternalParameter - Class in com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal
-
This class it the parameter class for the RoleBulkExternal resource.
- GetRoleBulkExternalParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.GetRoleBulkExternalParameter
-
Default Constuctor necessary for json parsing
- GetRoleBulkExternalParameter(MultivaluedMap<String, String>, Long, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.GetRoleBulkExternalParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetRoleBulkExternalParameter(String, Long, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.GetRoleBulkExternalParameter
-
- GetRoleBulkExternalParameter - Class in com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal
-
This class it the parameter class for the RoleBulkExternal resource.
- GetRoleBulkExternalParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.GetRoleBulkExternalParameter
-
Default Constuctor necessary for json parsing
- GetRoleBulkExternalParameter(MultivaluedMap<String, String>, Long, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.GetRoleBulkExternalParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetRoleBulkExternalParameter(String, Long, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.GetRoleBulkExternalParameter
-
- GetRoleBulkExternalTopicRightParameter - Class in com.communote.plugins.api.rest.resource.topic.rolebulkexternal.rolebulkexternaltopicright
-
This class it the parameter class for the RoleBulkExternalTopicRight resource.
- GetRoleBulkExternalTopicRightParameter() - Constructor for class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Default Constuctor necessary for json parsing
- GetRoleBulkExternalTopicRightParameter(MultivaluedMap<String, String>, String, Long, String) - Constructor for class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetRoleBulkExternalTopicRightParameter(String, String, Long, String) - Constructor for class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
- GetRoleBulkExternalTopicRightParameter - Class in com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.rolebulkexternaltopicright
-
This class it the parameter class for the RoleBulkExternalTopicRight resource.
- GetRoleBulkExternalTopicRightParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Default Constuctor necessary for json parsing
- GetRoleBulkExternalTopicRightParameter(MultivaluedMap<String, String>, String, Long, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetRoleBulkExternalTopicRightParameter(String, String, Long, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
- GetRoleBulkExternalTopicRightParameter - Class in com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.rolebulkexternaltopicright
-
This class it the parameter class for the RoleBulkExternalTopicRight resource.
- GetRoleBulkExternalTopicRightParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Default Constuctor necessary for json parsing
- GetRoleBulkExternalTopicRightParameter(MultivaluedMap<String, String>, String, Long, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetRoleBulkExternalTopicRightParameter(String, String, Long, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
- GetRoleBulkExternalTopicRightParameter - Class in com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.rolebulkexternaltopicright
-
This class it the parameter class for the RoleBulkExternalTopicRight resource.
- GetRoleBulkExternalTopicRightParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Default Constuctor necessary for json parsing
- GetRoleBulkExternalTopicRightParameter(MultivaluedMap<String, String>, String, Long, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetRoleBulkExternalTopicRightParameter(String, String, Long, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
- getRoleExternal() - Method in class com.communote.plugins.api.rest.resource.topic.roleexternal.GetRoleExternalParameter
-
Returns the RoleExternal.
- getRoleExternal() - Method in class com.communote.plugins.api.rest.resource.topic.roleexternal.RoleExternalResource
-
Returns the RoleExternal.
- getRoleExternal() - Method in class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.CreateRoleExternalParameter
-
Returns the RoleExternal.
- getRoleExternal() - Method in class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.GetRoleExternalParameter
-
Returns the RoleExternal.
- getRoleExternal() - Method in class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.RoleExternalResource
-
Returns the RoleExternal.
- getRoleExternal() - Method in class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.CreateRoleExternalParameter
-
Returns the RoleExternal.
- getRoleExternal() - Method in class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.GetRoleExternalParameter
-
Returns the RoleExternal.
- getRoleExternal() - Method in class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.RoleExternalResource
-
Returns the RoleExternal.
- getRoleExternal() - Method in class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.CreateRoleExternalParameter
-
Returns the RoleExternal.
- getRoleExternal() - Method in class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.GetRoleExternalParameter
-
Returns the RoleExternal.
- getRoleExternal() - Method in class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.RoleExternalResource
-
Returns the RoleExternal.
- GetRoleExternalParameter - Class in com.communote.plugins.api.rest.resource.topic.roleexternal
-
This class it the parameter class for the RoleExternal resource.
- GetRoleExternalParameter() - Constructor for class com.communote.plugins.api.rest.resource.topic.roleexternal.GetRoleExternalParameter
-
Default Constuctor necessary for json parsing
- GetRoleExternalParameter(MultivaluedMap<String, String>, Long, String) - Constructor for class com.communote.plugins.api.rest.resource.topic.roleexternal.GetRoleExternalParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetRoleExternalParameter(String, Long, String) - Constructor for class com.communote.plugins.api.rest.resource.topic.roleexternal.GetRoleExternalParameter
-
- GetRoleExternalParameter - Class in com.communote.plugins.api.rest.v22.resource.topic.roleexternal
-
This class it the parameter class for the RoleExternal resource.
- GetRoleExternalParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.GetRoleExternalParameter
-
Default Constuctor necessary for json parsing
- GetRoleExternalParameter(MultivaluedMap<String, String>, Long, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.GetRoleExternalParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetRoleExternalParameter(String, Long, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.GetRoleExternalParameter
-
- GetRoleExternalParameter - Class in com.communote.plugins.api.rest.v24.resource.topic.roleexternal
-
This class it the parameter class for the RoleExternal resource.
- GetRoleExternalParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.GetRoleExternalParameter
-
Default Constuctor necessary for json parsing
- GetRoleExternalParameter(MultivaluedMap<String, String>, Long, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.GetRoleExternalParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetRoleExternalParameter(String, Long, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.GetRoleExternalParameter
-
- GetRoleExternalParameter - Class in com.communote.plugins.api.rest.v30.resource.topic.roleexternal
-
This class it the parameter class for the RoleExternal resource.
- GetRoleExternalParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.GetRoleExternalParameter
-
Default Constuctor necessary for json parsing
- GetRoleExternalParameter(MultivaluedMap<String, String>, Long, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.GetRoleExternalParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetRoleExternalParameter(String, Long, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.GetRoleExternalParameter
-
- getRoleExternals() - Method in class com.communote.plugins.api.rest.v22.resource.topic.CreateTopicParameter
-
Returns the RoleExternals.
- getRoleExternals() - Method in class com.communote.plugins.api.rest.v22.resource.topic.EditTopicParameter
-
Returns the RoleExternals.
- getRoleExternals() - Method in class com.communote.plugins.api.rest.v22.resource.topic.TopicResource
-
Returns the RoleExternals.
- getRoleExternals() - Method in class com.communote.plugins.api.rest.v24.resource.topic.CreateTopicParameter
-
Returns the RoleExternals.
- getRoleExternals() - Method in class com.communote.plugins.api.rest.v24.resource.topic.EditTopicParameter
-
Returns the RoleExternals.
- getRoleExternals() - Method in class com.communote.plugins.api.rest.v24.resource.topic.TopicResource
-
Returns the RoleExternals.
- getRoleExternals() - Method in class com.communote.plugins.api.rest.v30.resource.topic.CreateTopicParameter
-
Returns the RoleExternals.
- getRoleExternals() - Method in class com.communote.plugins.api.rest.v30.resource.topic.EditTopicParameter
-
Returns the RoleExternals.
- getRoleExternals() - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Returns the RoleExternals.
- getRoleOfCurrentUser(Long, boolean) - Method in interface com.communote.server.api.core.blog.BlogRightsManagement
-
Returns the blog role of the current user.
- getRoleOfCurrentUser(Long, boolean) - Method in class com.communote.server.core.blog.BlogRightsManagementBase
-
- getRoleOfEntity(Long, Long, boolean) - Method in interface com.communote.server.api.core.blog.BlogRightsManagement
-
Returns the blog role of an entity or null if the entity does not have access to the blog.
- getRoleOfEntity(Long, Long, boolean) - Method in class com.communote.server.core.blog.BlogRightsManagementBase
-
- getRoleOfUser(Long, Long, boolean) - Method in interface com.communote.server.api.core.blog.BlogRightsManagement
-
Returns the blog role of a user.
- getRoleOfUser(Long, Long, boolean) - Method in class com.communote.server.core.blog.BlogRightsManagementBase
-
- getRoleOfUser(Long, Long) - Method in interface com.communote.server.persistence.blog.UserToBlogRoleMappingDao
-
Returns the role of the user for the blog or null if the user has no role for the blog.
- getRoleOfUser(Long, Long) - Method in class com.communote.server.persistence.blog.UserToBlogRoleMappingDaoBase
-
- GetRoleParameter - Class in com.communote.plugins.api.rest.resource.topic.role
-
This class it the parameter class for the Role resource.
- GetRoleParameter() - Constructor for class com.communote.plugins.api.rest.resource.topic.role.GetRoleParameter
-
Default Constuctor necessary for json parsing
- GetRoleParameter(MultivaluedMap<String, String>, Long, String) - Constructor for class com.communote.plugins.api.rest.resource.topic.role.GetRoleParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetRoleParameter(String, Long, String) - Constructor for class com.communote.plugins.api.rest.resource.topic.role.GetRoleParameter
-
- GetRoleParameter - Class in com.communote.plugins.api.rest.v22.resource.topic.role
-
This class it the parameter class for the Role resource.
- GetRoleParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.role.GetRoleParameter
-
Default Constuctor necessary for json parsing
- GetRoleParameter(MultivaluedMap<String, String>, Long, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.role.GetRoleParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetRoleParameter(String, Long, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.role.GetRoleParameter
-
- GetRoleParameter - Class in com.communote.plugins.api.rest.v24.resource.topic.role
-
This class it the parameter class for the Role resource.
- GetRoleParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.role.GetRoleParameter
-
Default Constuctor necessary for json parsing
- GetRoleParameter(MultivaluedMap<String, String>, Long, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.role.GetRoleParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetRoleParameter(String, Long, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.role.GetRoleParameter
-
- GetRoleParameter - Class in com.communote.plugins.api.rest.v30.resource.topic.role
-
This class it the parameter class for the Role resource.
- GetRoleParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.role.GetRoleParameter
-
Default Constuctor necessary for json parsing
- GetRoleParameter(MultivaluedMap<String, String>, Long, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.role.GetRoleParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetRoleParameter(String, Long, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.role.GetRoleParameter
-
- getRoles() - Method in class com.communote.plugins.api.rest.resource.topic.role.GetRoleParameter
-
Returns the Roles.
- getRoles() - Method in class com.communote.plugins.api.rest.resource.topic.role.RoleResource
-
Returns the Roles.
- getRoles() - Method in class com.communote.plugins.api.rest.v22.resource.topic.CreateTopicParameter
-
Returns the Roles.
- getRoles() - Method in class com.communote.plugins.api.rest.v22.resource.topic.EditTopicParameter
-
Returns the Roles.
- getRoles() - Method in class com.communote.plugins.api.rest.v22.resource.topic.role.CreateRoleParameter
-
Returns the Roles.
- getRoles() - Method in class com.communote.plugins.api.rest.v22.resource.topic.role.GetRoleParameter
-
Returns the Roles.
- getRoles() - Method in class com.communote.plugins.api.rest.v22.resource.topic.role.RoleResource
-
Returns the Roles.
- getRoles() - Method in class com.communote.plugins.api.rest.v22.resource.topic.TopicResource
-
Returns the Roles.
- getRoles() - Method in class com.communote.plugins.api.rest.v24.resource.topic.CreateTopicParameter
-
Returns the Roles.
- getRoles() - Method in class com.communote.plugins.api.rest.v24.resource.topic.EditTopicParameter
-
Returns the Roles.
- getRoles() - Method in class com.communote.plugins.api.rest.v24.resource.topic.role.CreateRoleParameter
-
Returns the Roles.
- getRoles() - Method in class com.communote.plugins.api.rest.v24.resource.topic.role.GetRoleParameter
-
Returns the Roles.
- getRoles() - Method in class com.communote.plugins.api.rest.v24.resource.topic.role.RoleResource
-
Returns the Roles.
- getRoles() - Method in class com.communote.plugins.api.rest.v24.resource.topic.TopicResource
-
Returns the Roles.
- getRoles() - Method in class com.communote.plugins.api.rest.v30.resource.topic.CreateTopicParameter
-
Returns the Roles.
- getRoles() - Method in class com.communote.plugins.api.rest.v30.resource.topic.EditTopicParameter
-
Returns the Roles.
- getRoles() - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.CreateRoleParameter
-
Returns the Roles.
- getRoles() - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.GetRoleParameter
-
Returns the Roles.
- getRoles() - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.RoleResource
-
Returns the Roles.
- getRoles() - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Returns the Roles.
- getRoles() - Method in class com.communote.plugins.mq.message.core.message.topic.SetTopicRolesMessage
-
- getRoles() - Method in class com.communote.plugins.mq.message.core.message.topic.UpdateTopicRolesMessage
-
- getRoles() - Method in class com.communote.plugins.mq.provider.activemq.user.MQUser
-
- getRoles() - Method in class com.communote.server.api.core.user.UserVO
-
- getRoles() - Method in class com.communote.server.core.filter.listitems.blog.member.BlogRoleEntityListItem
-
- getRoles() - Method in class com.communote.server.core.filter.listitems.UserManagementListItem
-
- getRoles() - Method in class com.communote.server.model.user.User
-
- getRolesOfUser(Long) - Method in interface com.communote.server.core.user.UserManagement
-
Returns the roles of a user.
- getRolesOfUser(Long) - Method in class com.communote.server.core.user.UserManagementBase
-
- getRolesToExclude() - Method in class com.communote.server.core.vo.query.user.UserQueryParameters
-
- getRolesToInclude() - Method in class com.communote.server.core.vo.query.user.UserQueryParameters
-
- getRootNoteAlias() - Method in class com.communote.server.core.vo.query.post.AbstractNoteQuery
-
- getRootNoteAliasPrefix() - Method in class com.communote.server.core.vo.query.post.AbstractNoteQuery
-
- getRss() - Method in class com.communote.server.web.fe.portal.user.client.forms.SslChannelConfigurationForm
-
- getRssFeedLink(RssSupportWidget) - Static method in class com.communote.server.web.commons.helper.ControllerHelper
-
Gets the rss feed link.
- getRssFeedLink() - Method in class com.communote.server.web.fe.widgets.blog.ChronologicalPostListWidget
- getRssParameters() - Method in class com.communote.server.web.fe.widgets.blog.ChronologicalPostListWidget
-
Get the Parameters relevant for the rss or news feed.
- getRssParameters() - Method in interface com.communote.server.web.fe.widgets.user.news.RssSupportWidget
-
Get the Parameters relevant for the rss or news feed.
- getSalt(String) - Static method in class com.communote.common.encryption.EncryptionUtils
-
returns the stored salt (encoded) of a encrypted value
- getSalutation() - Method in class com.communote.plugins.api.rest.resource.user.GetCollectionUserParameter
-
Returns the Salutation.
- getSalutation() - Method in class com.communote.plugins.api.rest.resource.user.GetUserParameter
-
Returns the Salutation.
- getSalutation() - Method in class com.communote.plugins.api.rest.resource.user.UserResource
-
Returns the Salutation.
- getSalutation() - Method in class com.communote.plugins.api.rest.v22.resource.user.GetCollectionUserParameter
-
Returns the Salutation.
- getSalutation() - Method in class com.communote.plugins.api.rest.v22.resource.user.GetUserParameter
-
Returns the Salutation.
- getSalutation() - Method in class com.communote.plugins.api.rest.v22.resource.user.UserResource
-
Returns the Salutation.
- getSalutation() - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Returns the Salutation.
- getSalutation() - Method in class com.communote.plugins.api.rest.v24.resource.user.GetUserParameter
-
Returns the Salutation.
- getSalutation() - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResource
-
Returns the Salutation.
- getSalutation() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Returns the Salutation.
- getSalutation() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetUserParameter
-
Returns the Salutation.
- getSalutation() - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
Returns the Salutation.
- getSalutation() - Method in class com.communote.server.api.core.user.UserData
-
Get the salutation of user
- getSalutation() - Method in class com.communote.server.core.user.UserProfileDetails
-
- getSalutation() - Method in interface com.communote.server.model.user.UserName
-
- getSalutation() - Method in class com.communote.server.model.user.UserProfile
-
- getSalutation() - Method in class com.communote.server.persistence.user.UserProfileVO
-
- getSalutation() - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileForm
-
- getSaslMode() - Method in class com.communote.server.model.config.LdapConfiguration
-
The SASL authentication mode to be used.
- getSaslMode() - Method in enum com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm.AuthenticationMode
-
- getScaledImage(String, String, String, ImageSize) - Method in class com.communote.server.core.image.caching.ImageDiskCache
-
Get the stored scaled image
- getScanner() - Method in class com.communote.common.virusscan.VirusScannerFactory
-
Returns the configured virus scanner.
- getScannerClassName() - Method in enum com.communote.server.web.fe.portal.user.system.application.SupportedVirusScannerTypes
-
The class name as string assigned to the constant.
- getScannerType() - Method in class com.communote.server.web.fe.portal.user.system.application.VirusScanningForm
-
- getScheme() - Method in class com.communote.server.core.common.caching.eh.PlaceHolderCacheManagerPeerListener
- getScheme() - Method in class com.communote.server.core.common.caching.eh.PlaceHolderCacheManagerPeerProvider
- getScheme() - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
- getSearchBase() - Method in class com.communote.server.model.config.LdapSearchBaseDefinition
-
search base for starting a search for entries in LDAP directory
- getSearchBaseDefinitions() - Method in class com.communote.plugin.ldap.helper.GroupRetriever
-
Method to get the search base definitions.
- getSearchBaseDefinitions() - Method in class com.communote.plugin.ldap.helper.MemberAndNonMemberModeVisitingRetriever
-
Method to get the search base definitions.
- getSearchBaseDefinitions() - Method in class com.communote.plugin.ldap.helper.UserRetriever
-
Method to get the search base definitions.
- getSearchBaseDefinitions() - Method in class com.communote.plugin.ldap.helper.VisitingRetriever
-
Method to get the search base definitions.
- getSearchBases() - Method in class com.communote.server.model.config.LdapSearchConfiguration
-
- getSearchControl(boolean) - Method in class com.communote.plugin.ldap.helper.VisitingRetriever
-
SearchControl set the searchInSubtree flag, ReturningObj and timeout.
- getSearchFilter() - Method in class com.communote.plugin.ldap.helper.GroupRetriever
-
Method to get the search filter for entities within the repository
- getSearchFilter() - Method in class com.communote.plugin.ldap.helper.MemberAndNonMemberModeVisitingRetriever
-
Method to get the search filter for entities within the repository
- getSearchFilter() - Method in class com.communote.plugin.ldap.helper.UserRetriever
-
Method to get the search filter for entities within the repository
- getSearchFilter() - Method in class com.communote.plugin.ldap.helper.VisitingRetriever
-
Method to get the search filter for entities within the repository
- getSearchFilter() - Method in class com.communote.server.model.config.LdapSearchConfiguration
-
an LDAP search filter to narrow the result set
- getSearchModes() - Method in class com.communote.server.web.fe.widgets.blog.SearchBoxWidget
-
Returns the search modes to be rendered.
- getSearchResults() - Method in class com.communote.server.web.fe.portal.user.forms.SearchUserForm
-
Returns the search results
- getSearchString() - Method in class com.communote.plugins.api.rest.resource.user.GetCollectionUserParameter
-
Returns the SearchString.
- getSearchString() - Method in class com.communote.plugins.api.rest.v22.resource.user.GetCollectionUserParameter
-
Returns the SearchString.
- getSearchString() - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Returns the SearchString.
- getSearchString() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Returns the SearchString.
- getSearchString() - Method in class com.communote.server.web.fe.portal.user.forms.SearchUserForm
-
Returns the search string
- getSections() - Method in class com.communote.server.web.commons.controller.StaticPageContentManager
-
Get all added sections.
- getSecurityCodeConfirmationLink(SecurityCode) - Method in class com.communote.server.core.mail.messages.SecurityCodeMailMessage
-
Get the link for confirmation of the security code.
- getSecurityCodeConfirmationLink(SecurityCode, String) - Method in class com.communote.server.core.mail.messages.SecurityCodeMailMessage
-
- getSecurityCodeDao() - Method in class com.communote.server.persistence.user.security.EmailSecurityCodeDaoBase
-
Gets the reference to securityCodeDao
.
- getSecurityCodeDao() - Method in class com.communote.server.persistence.user.security.UserSecurityCodeDaoBase
-
Gets the reference to securityCodeDao
.
- getSelectClause(String...) - Method in class com.communote.server.core.vo.query.TaggingCoreItemQueryDefinition
-
Render the select clause to be used for initializing
- getSelectedAuthenticationType() - Method in class com.communote.server.web.fe.portal.user.client.controller.integration.IntegrationOverviewForm
-
- getSelectedMenu(Map<String, Object>) - Method in class com.communote.server.web.commons.controller.VelocityViewController
-
Returns the identifier to be exported as selected menu.
- getSelectedMenu(Map<String, Object>) - Method in class com.communote.server.web.fe.portal.blog.controller.InitialFiltersViewController
-
Returns the identifier to be exported as selected menu.
- getSelectedMenu(Map<String, Object>) - Method in class com.communote.server.web.fe.portal.user.controller.UserViewController
-
Returns the identifier to be exported as selected menu.
- getSelector() - Method in class com.communote.plugins.mq.provider.activemq.monitor.data.MessageHandlerMQConsumer
-
- getSender() - Method in class com.communote.server.core.messaging.vo.Message
-
- getSenderAddress() - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- getSenderAddress() - Method in class com.communote.server.web.fe.portal.user.system.communication.MailOutForm
-
- getSenderName() - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- getSenderName() - Method in class com.communote.server.web.fe.portal.user.system.communication.MailOutForm
-
- getSeparator() - Method in class com.communote.server.core.tag.AbstractTagParser
-
Get the separator which separates the tags
- getSeparator() - Method in interface com.communote.server.core.tag.TagParser
-
Get the separator which separates the tags
- getSerialversionuid() - Static method in exception com.communote.plugins.api.rest.exception.ExtensionNotSupportedException
-
Getting the serial version identifier
- getSerialversionuid() - Static method in exception com.communote.plugins.api.rest.v22.exception.ExtensionNotSupportedException
-
Getting the serial version identifier
- getSerialversionuid() - Static method in exception com.communote.plugins.api.rest.v24.exception.ExtensionNotSupportedException
-
Getting the serial version identifier
- getSerialversionuid() - Static method in exception com.communote.plugins.api.rest.v30.exception.ExtensionNotSupportedException
-
Getting the serial version identifier
- getServer() - Method in class com.communote.server.web.fe.portal.user.system.communication.MailInForm
-
- getServer() - Method in class com.communote.server.web.fe.portal.user.system.communication.MailOutForm
-
- getServer() - Method in class com.communote.server.web.fe.portal.user.system.communication.XmppForm
-
- getServerDetectionMode() - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
- getServerDomain() - Method in class com.communote.server.model.config.LdapConfiguration
-
- getServerId() - Method in interface com.communote.server.api.core.config.StartupProperties
-
Returns the server ID of this installation.
- getServerId() - Method in class com.communote.server.core.common.velocity.tools.ClientTool
-
- getServerId() - Method in class com.communote.server.core.config.StartupPropertiesImpl
-
- getServerName() - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
- getServerPort() - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
- getServerUrls(LdapConfiguration) - Static method in class com.communote.server.core.common.ldap.LdapSearchUtils
-
Tries to find all available urls.
- getService(Bundle, ServiceRegistration) - Method in class com.communote.plugins.core.services.PluginPropertyServiceCreationStrategy
- getService(Class<T>) - Method in class com.communote.server.api.ServiceLocator
-
Get the service of the given type.
- getService(String) - Method in class com.communote.server.api.ServiceLocator
-
- getService(String, Class<T>) - Method in class com.communote.server.api.ServiceLocator
-
Get a service by name that has the given type.
- getService(Class<T>) - Method in class com.communote.server.web.WebServiceLocator
-
Get a service that has the given type.
- getService(String, Class<T>) - Method in class com.communote.server.web.WebServiceLocator
-
Get a service by name that has the given type.
- getServiceClass() - Method in class com.communote.plugins.webservice.CommunoteWebServiceDefinition
-
- getServiceName() - Method in class com.communote.server.core.service.RestartServiceEvent
-
Returns the name of the service that should be restarted.
- getServiceUrl() - Method in class com.communote.server.model.config.ConfluenceConfiguration
-
Url to the SOAP service.
- getServletAdapter(String, ServletContext) - Method in class com.communote.server.core.rest.RestletApplicationManager
-
- getServletContext() - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
-
- getServletContext() - Method in class com.communote.server.web.commons.viewtool.RequestAwareTool
-
- getServletPath() - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
- getSession() - Method in class com.communote.plugins.mq.adapter.activemq.ActiveMQAdapter
-
- getSession() - Method in interface com.communote.plugins.mq.provider.jms.JMSAdapter
-
- getSession() - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
- getSession(boolean) - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
-
- getSession() - Method in class com.communote.server.web.fe.installer.helper.DatabaseStatusCallback
-
- getSessionFactoryImplementor() - Method in class com.communote.server.core.database.liquibase.AbstractLiquibaseDatabaseUpdater
-
- getSessionId() - Method in class com.communote.plugins.api.rest.to.LoginInfo
-
- getSessionId() - Method in class com.communote.plugins.api.rest.v22.to.LoginInfo
-
- getSessionId() - Method in class com.communote.plugins.api.rest.v24.to.LoginInfo
-
- getSessionId() - Method in class com.communote.plugins.api.rest.v30.to.LoginInfo
-
- getSessionId() - Method in class com.communote.server.web.api.to.user.LoginInfo
-
- getSettingDao() - Method in class com.communote.server.core.ConfigurationManagementBase
-
- getSettingKey() - Method in class com.communote.server.model.config.ApplicationConfigurationSetting
-
the key of the setting
- getSettingKey() - Method in class com.communote.server.model.config.Setting
-
- getSettings() - Method in class com.communote.server.model.config.Configuration
-
- getSettingsMessage(Locale, HttpServletRequest) - Method in class com.communote.server.web.fe.portal.service.MobileAppsDescriptionLocalizedMessage
-
Get localized message which describes how to configure the mobile app.
- getSettingValue() - Method in class com.communote.server.model.config.ApplicationConfigurationSetting
-
the value of the setting
- getSettingValue() - Method in class com.communote.server.model.config.Setting
-
- getSharedObjectMapper() - Static method in class com.communote.server.api.util.JsonHelper
-
Returns a pre-configured ObjectMapper which (and especially its JSON and node factories) can
be reused.
- getShortContent() - Method in class com.communote.server.api.core.note.NoteData
-
- getShortContent() - Method in class com.communote.server.core.note.processor.NoteContentHolder
-
- getShortContent() - Method in class com.communote.server.model.note.Content
-
A shortened version of the content which is generated during note creation if shortening is
necessary.
- getShortDisplayName() - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.GetCollectionRoleParameter
-
Returns the ShortDisplayName.
- getShortDisplayName() - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.RoleResource
-
Returns the ShortDisplayName.
- getShortDisplayName() - Method in class com.communote.server.core.filter.listitems.blog.member.EntityGroupListItem
- getShortDisplayName() - Method in class com.communote.server.core.filter.listitems.blog.member.UserListItem
- getShortDisplayName() - Method in interface com.communote.server.persistence.DisplayName
-
- getShortText() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the ShortText.
- getShortText() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetTimelineNoteParameter
-
Returns the ShortText.
- getShortText() - Method in class com.communote.plugins.api.rest.resource.timelinenote.TimelineNoteResource
-
Returns the ShortText.
- getShortText() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the ShortText.
- getShortText() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetTimelineNoteParameter
-
Returns the ShortText.
- getShortText() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteResource
-
Returns the ShortText.
- getShortText() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the ShortText.
- getShortText() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
Returns the ShortText.
- getShortText() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
Returns the ShortText.
- getShortText() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the ShortText.
- getShortText() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the ShortText.
- getShortText() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
Returns the ShortText.
- getShortText() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
Returns the ShortText.
- getShortTitle(Locale, HttpServletRequest) - Method in class com.communote.server.web.commons.controller.StaticPageSection
-
Return the localized short title
- getSimpleDefaultUserSignature(User) - Static method in class com.communote.server.core.user.helper.UserNameHelper
-
Returns a simple user signature consisting of "'FIRSTNAME' 'LASTNAME'" or "'ALIAS'" in case
firstname and lastname are not defined.
- getSimpleDefaultUserSignature(UserProfileDetails) - Static method in class com.communote.server.core.user.helper.UserNameHelper
-
Returns a simple user signature consisting of "'FIRSTNAME' 'LASTNAME'" or "'ALIAS'" in case
firstname and lastname are not defined.
- getSimpleDefaultUserSignature(NoteData) - Static method in class com.communote.server.core.user.helper.UserNameHelper
-
Returns a simple user signature consisting of "'FIRSTNAME' 'LASTNAME'" or "'ALIAS'" in case
firstname and lastname are not defined.
- getSimpleDefaultUserSignature(String, String, String) - Static method in class com.communote.server.core.user.helper.UserNameHelper
-
Returns a simple user signature consisting of "'FIRSTNAME' 'LASTNAME'" or "'ALIAS'" in case
firstname and lastname are not defined.
- getSimpleDefaultUserSignature(UserData) - Static method in class com.communote.server.core.user.helper.UserNameHelper
-
Returns a simple user signature consisting of "'FIRSTNAME' 'LASTNAME'" or "'ALIAS'" in case
firstname and lastname are not defined.
- getSingleLineTextFromXML(String) - Static method in class com.communote.common.string.StringEscapeHelper
-
get the text of the xml content and replace linebreaks with a whitespace
- getSingleModeAddress() - Method in class com.communote.server.web.fe.portal.user.system.communication.MailInForm
-
- getSingletons() - Method in class com.communote.plugins.api.rest.service.CommunoteJaxRsApplicationConfig
- getSingletons() - Method in class com.communote.plugins.api.rest.v22.service.CommunoteJaxRsApplicationConfig
- getSingletons() - Method in class com.communote.plugins.api.rest.v24.service.CommunoteJaxRsApplicationConfig
- getSingletons() - Method in class com.communote.plugins.api.rest.v30.service.CommunoteJaxRsApplicationConfig
- getSize() - Method in class com.communote.plugins.api.rest.resource.user.image.GetImageParameter
-
Returns the constant Size.
- getSize() - Method in class com.communote.plugins.api.rest.resource.user.image.ImageResource
-
Returns the constant Size.
- getSize() - Method in class com.communote.plugins.api.rest.v22.resource.user.image.GetImageParameter
-
Returns the constant Size.
- getSize() - Method in class com.communote.plugins.api.rest.v22.resource.user.image.ImageResource
-
Returns the constant Size.
- getSize() - Method in class com.communote.plugins.api.rest.v24.resource.user.image.GetImageParameter
-
Returns the constant Size.
- getSize() - Method in class com.communote.plugins.api.rest.v24.resource.user.image.ImageResource
-
Returns the constant Size.
- getSize() - Method in class com.communote.plugins.api.rest.v30.resource.user.image.GetImageParameter
-
Returns the constant Size.
- getSize() - Method in class com.communote.plugins.api.rest.v30.resource.user.image.ImageResource
-
Returns the constant Size.
- getSize() - Method in class com.communote.server.api.core.attachment.AttachmentData
-
- getSize() - Method in class com.communote.server.api.core.image.Image
-
- getSize() - Method in class com.communote.server.api.core.image.ImageDescriptor
-
- getSize() - Method in class com.communote.server.model.attachment.Attachment
-
The size of the attachment in bytes.
- getSize() - Method in class com.communote.server.web.commons.tags.ImageKenmeiUrlTag
-
- getSizeAsString(long) - Static method in class com.communote.server.core.crc.ContentRepositoryManagementHelper
-
Gets the current size as string.
- getSizeForImageSizeType(ImageSizeType) - Method in interface com.communote.server.api.core.image.ImageTypeDescriptor
-
Map an image size type to the actual size supported by this image type.
- getSizeForImageSizeType(ImageSizeType) - Method in class com.communote.server.api.core.image.type.AttachmentImageDescriptor
-
- getSizeForImageSizeType(ImageSizeType) - Method in class com.communote.server.api.core.image.type.EntityBannerImageDescriptor
-
- getSizeForImageSizeType(ImageSizeType) - Method in class com.communote.server.api.core.image.type.EntityProfileImageDescriptor
-
- getSizeForImageSizeType(ImageSizeType) - Method in class com.communote.server.api.core.image.type.UserImageDescriptor
-
- getSizeForImageSizeType(ImageSizeType) - Method in class com.communote.server.core.image.type.ClientImageDescriptor
-
- getSizeInMemory() - Method in class com.communote.server.external.hibernate.ClientDelegateCache
- getSizeLimit() - Static method in class com.communote.server.core.crc.ContentRepositoryManagementHelper
-
Get the repository size limit.
- getSizeLimitAsString(long) - Static method in class com.communote.server.core.crc.ContentRepositoryManagementHelper
-
Gets the size limit as string.
- getSmallImage() - Method in class com.communote.server.model.user.UserProfile
-
- getSmtpHost() - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- getSmtpPassword() - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- getSmtpPort() - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- getSmtpUser() - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- getSocketTimeout() - Method in class com.communote.server.core.image.HttpExternalImageProvider
-
- getSortByDate() - Method in class com.communote.server.core.vo.query.post.NoteQueryParameters
-
- getSortById() - Method in class com.communote.server.core.vo.query.post.NoteQueryParameters
-
- getSortedResultSpecification() - Method in class com.communote.server.web.fe.widgets.AbstractPagedListWidget
-
Get a sorted specification using the parameters offset and max count
- getSortingName() - Method in class com.communote.server.core.common.time.SimplifiedTimeZone
-
- getSortString() - Method in class com.communote.server.core.vo.query.QueryParameters
-
get the sort string for the order by clause
- getSortType() - Method in class com.communote.server.core.filter.SortedResultSpecification
-
- getSource() - Method in class com.communote.plugins.api.rest.resource.validation.ParameterValidationError
-
gets the error source (name of the parameter, that did not pass validation)
- getSource() - Method in class com.communote.plugins.api.rest.v22.resource.validation.ParameterValidationError
-
gets the error source (name of the parameter, that did not pass validation)
- getSource() - Method in class com.communote.plugins.api.rest.v24.resource.validation.ParameterValidationError
-
gets the error source (name of the parameter, that did not pass validation)
- getSource() - Method in class com.communote.plugins.api.rest.v30.resource.validation.ParameterValidationError
-
gets the error source (name of the parameter, that did not pass validation)
- getSpecificFulltextParameterValue(String, MatchMode) - Method in class com.communote.server.core.database.config.FulltextSupportingDatabaseConfiguration
-
Take the pattern and match mode an return the parameter value to be used in the fulltext
query.
- getSpecificFulltextParameterValue(String, MatchMode) - Method in class com.communote.server.core.database.config.MSSQLServerDatabaseConfiguration
-
Take the pattern and match mode an return the parameter value to be used in the fulltext
query.
- getSpecificFulltextParameterValue(String, MatchMode) - Method in class com.communote.server.core.database.config.OracleDatabaseConfiguration
-
Take the pattern and match mode an return the parameter value to be used in the fulltext
query.
- getSpecificFulltextParameterValue(String, MatchMode) - Method in class com.communote.server.core.database.config.PostgreSQLDatabaseConfiguration
-
Take the pattern and match mode an return the parameter value to be used in the fulltext
query.
- getSpecificFulltextSQLFunction() - Method in class com.communote.server.core.database.config.FulltextSupportingDatabaseConfiguration
-
- getSpecificFulltextSQLFunction() - Method in class com.communote.server.core.database.config.MSSQLServerDatabaseConfiguration
-
Will return s SQL Function rendering the "CONTAINS" of MSSQL
- getSpecificFulltextSQLFunction() - Method in class com.communote.server.core.database.config.OracleDatabaseConfiguration
-
Will return s SQL Function rendering the "CONTAINS" of Oracle
- getSpecificFulltextSQLFunction() - Method in class com.communote.server.core.database.config.PostgreSQLDatabaseConfiguration
- getSSLPort() - Method in class com.communote.plugins.mq.provider.activemq.settings.MQDatabaseSettingsDAO
-
- getSSLPort() - Method in interface com.communote.plugins.mq.provider.activemq.settings.MQSettingsDAO
-
- getStart() - Method in class com.communote.server.model.security.IpRange
-
- getStartpage() - Method in class com.communote.server.web.commons.controller.StartpageRegistry
-
- getStartpageRegistry() - Method in class com.communote.server.web.WebServiceLocator
-
- getStartTime() - Method in class com.communote.server.core.filter.listitems.TimeRangeListItem
-
- getStartupProperties() - Method in interface com.communote.server.api.core.config.ConfigurationManager
-
Returns the startup properties.
- getStartupProperties() - Method in class com.communote.server.core.config.ConfigurationPropertiesManager
-
- getStartValue() - Method in class com.communote.server.model.security.IpRange
-
- getStaticMailAddressSuffix() - Static method in class com.communote.server.core.blog.helper.MailBasedPostingHelper
-
The static part at the end of the local name of an email address (e.g.
- getStaticName() - Method in class com.communote.plugins.activity.base.data.ActivityConfiguration
-
- getStaticName() - Method in class com.communote.plugins.activity.base.data.ActivityDefinition
-
- getStatus() - Method in class com.communote.plugins.api.rest.to.ApiResult
-
- getStatus() - Method in class com.communote.plugins.api.rest.v22.to.ApiResult
-
- getStatus() - Method in class com.communote.plugins.api.rest.v24.to.ApiResult
-
- getStatus() - Method in class com.communote.plugins.api.rest.v30.to.ApiResult
-
- getStatus() - Method in class com.communote.plugins.mq.message.base.message.CommunoteReplyMessage
-
- getStatus() - Method in class com.communote.server.api.core.bootstrap.InitializationStatus
-
- getStatus() - Method in class com.communote.server.api.core.task.TaskTO
-
- getStatus() - Method in class com.communote.server.api.core.user.UserData
-
Get the status of user
- getStatus() - Method in class com.communote.server.core.common.caching.eh.DistributionSupportCacheExtension
- getStatus() - Method in class com.communote.server.core.common.caching.eh.PlaceHolderCacheManagerPeerListener
- getStatus() - Method in class com.communote.server.core.vo.blog.NoteModificationResult
-
- getStatus() - Method in class com.communote.server.core.vo.content.AttachmentTO
-
The status of the attachment to be used
- getStatus() - Method in class com.communote.server.core.vo.query.post.NoteQueryParameters
-
- getStatus() - Method in class com.communote.server.model.attachment.Attachment
-
The status of the attachment
- getStatus() - Method in class com.communote.server.model.note.Note
-
- getStatus() - Method in class com.communote.server.model.user.User
-
- getStatus() - Method in class com.communote.server.persistence.user.ExternalUserVO
-
Status of the user to be set.
- getStatus() - Method in class com.communote.server.web.api.to.ApiResult
-
Deprecated.
- getStatusChanged() - Method in class com.communote.server.model.user.User
-
- getStatusCode() - Method in class com.communote.plugins.api.rest.service.exception.AbstractExceptionMapper
-
- getStatusCode() - Method in class com.communote.plugins.api.rest.service.exception.AuthenticationExceptionMapper
-
- getStatusCode() - Method in class com.communote.plugins.api.rest.service.exception.AuthorizationExceptionMapper
-
- getStatusCode() - Method in class com.communote.plugins.api.rest.service.exception.BlogAccessExceptionMapper
-
- getStatusCode() - Method in class com.communote.plugins.api.rest.service.exception.BlogIdentifierValidationExceptionMapper
-
- getStatusCode() - Method in class com.communote.plugins.api.rest.service.exception.BlogNotFoundExceptionMapper
-
- getStatusCode() - Method in class com.communote.plugins.api.rest.service.exception.BlogValidationExceptionMapper
-
- getStatusCode() - Method in class com.communote.plugins.api.rest.service.exception.CommunoteEntityNotFoundExceptionMapper
-
- getStatusCode() - Method in class com.communote.plugins.api.rest.service.exception.ExceptionMapper
-
- getStatusCode() - Method in class com.communote.plugins.api.rest.service.exception.ExtensionNotSupportedExceptionMapper
-
- getStatusCode() - Method in class com.communote.plugins.api.rest.service.exception.IllegalArgumentExceptionMapper
-
- getStatusCode() - Method in class com.communote.plugins.api.rest.service.exception.IllegalRequestParameterExceptionMapper
-
- getStatusCode() - Method in class com.communote.plugins.api.rest.service.exception.JsonMappingExceptionMapper
-
- getStatusCode() - Method in class com.communote.plugins.api.rest.service.exception.JsonParseExceptionMapper
-
- getStatusCode() - Method in class com.communote.plugins.api.rest.service.exception.MaxLengthReachedExceptionMapper
-
- getStatusCode() - Method in class com.communote.plugins.api.rest.service.exception.NoBlogManagerLeftExceptionMapper
-
- getStatusCode() - Method in class com.communote.plugins.api.rest.service.exception.NonUniqueBlogIdentifierExceptionMapper
-
- getStatusCode() - Method in class com.communote.plugins.api.rest.service.exception.NoteManagementAuthorizationExceptionMapper
-
- getStatusCode() - Method in class com.communote.plugins.api.rest.service.exception.NoteManagementExceptionMapper
-
- getStatusCode() - Method in class com.communote.plugins.api.rest.service.exception.NoteNotFoundExceptionMapper
-
- getStatusCode() - Method in class com.communote.plugins.api.rest.service.exception.NotePreProcessorExceptionMapper
-
- getStatusCode() - Method in class com.communote.plugins.api.rest.service.exception.NotFoundExceptionMapper
-
- getStatusCode() - Method in class com.communote.plugins.api.rest.service.exception.ParameterValidationExceptionMapper
-
- getStatusCode() - Method in class com.communote.plugins.api.rest.service.exception.ResponseBuildExceptionMapper
-
- getStatusCode() - Method in class com.communote.plugins.api.rest.service.exception.RestApiIllegalRequestParameterExceptionMapper
-
- getStatusCode() - Method in class com.communote.plugins.mq.message.base.data.status.Status
-
- getStreet() - Method in class com.communote.server.core.filter.listitems.UserProfileDetailListItem
-
- getStreet() - Method in class com.communote.server.model.user.Contact
-
Street and house number of the user address.
- getStreet() - Method in class com.communote.server.persistence.user.UserProfileVO
-
- getStreet() - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileForm
-
- getString(String) - Static method in class com.communote.plugins.api.rest.servlet.RequestListParser
-
Passed through a string.
- getString(String) - Static method in class com.communote.plugins.api.rest.v22.servlet.RequestListParser
-
Passed through a string.
- getString(String) - Static method in class com.communote.plugins.api.rest.v24.servlet.RequestListParser
-
Passed through a string.
- getString(String) - Static method in class com.communote.plugins.api.rest.v30.servlet.RequestListParser
-
Passed through a string.
- getStringArrayParameter(String) - Method in class com.communote.server.widgets.AbstractWidget
-
Get the value of the given parameter.
- getStringAsLong(String, Long) - Static method in class com.communote.common.string.StringHelper
-
Converts a string containing a decimal number into a long.
- getStringAsLongArray(String) - Static method in class com.communote.common.string.StringHelper
-
Gets the string as long array.
- getStringAsLongArray(String[]) - Static method in class com.communote.common.string.StringHelper
-
- getStringAsLongList(String) - Static method in class com.communote.common.string.StringHelper
-
Convert a string of longs which are separated by commas into a list of Long objects.
- getStringAsLongList(String, boolean) - Static method in class com.communote.common.string.StringHelper
-
Convert a string of longs which are separated by commas into a list of Long objects.
- getStringAsLongList(String, String) - Static method in class com.communote.common.string.StringHelper
-
Convert a string of longs which are separated by a given string into a list of Long objects.
- getStringAsLongList(String, String, boolean) - Static method in class com.communote.common.string.StringHelper
-
Convert a string of longs which are separated by a given string into a list of Long objects.
- getStringAsLongList(String[]) - Static method in class com.communote.common.string.StringHelper
-
- getStringAsMap(String) - Static method in class com.communote.common.string.StringHelper
-
Converts a string of the form 'k1=v1,k2=v2,k3=v3' into a map with k's as key and the v's as
the associated values.
- getStringRepresentation() - Method in class com.communote.server.model.security.IpRange
-
The string representation of the IP range as it was used during creation / update of the
range.
- getSubformulas() - Method in class com.communote.server.core.vo.query.logical.CompoundTagFormula
-
Returns an array with all compound sub-formulas of this formula.
- getSubjectName() - Method in class com.communote.server.persistence.common.security.CommunoteUserCertificate
-
Example.
- getSubjectTemplate() - Method in class com.communote.server.core.mail.messages.MailMessage
-
- getSubjectTemplateId() - Method in class com.communote.server.core.mail.messages.MailMessage
-
- getSubmitAction() - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
Gets the action.
- getSubNetMask(int) - Static method in class com.communote.server.core.security.iprange.IpRangeHelper
-
Gets the bit mask.
- getSubNetMask(String) - Static method in class com.communote.server.core.security.iprange.IpRangeHelper
-
Gets the sub net mask for the given ip.
- getSubscriptionEnabled() - Method in class com.communote.server.web.fe.portal.user.system.communication.XmppForm
-
- getSuccessAuthentication(HttpServletRequest) - Static method in class com.communote.server.web.external.spring.security.AuthenticationSuccessRequestSaverHandler
-
- getSuccessHandler() - Method in class com.communote.server.web.external.spring.security.AuthenticationSuccessFailureFilter
-
- getSuccessMessage() - Method in class com.communote.server.web.fe.portal.controller.SecurityCodeConfirmationResult
-
- getSuppliedParameters() - Static method in class com.communote.server.web.fe.widgets.blog.ChronologicalPostListWidget
-
Get the parameter names, which are necessary to save or retrieve the corresponding newsfeeds.
- getSupportAddress() - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- getSupportedAttributeNames() - Method in class com.communote.server.core.common.ldap.LdapAttributesMapper
-
Returns the Kenmei attribute names the mapper can map.
- getSupportedAttributeNames() - Method in class com.communote.server.core.common.ldap.LdapGroupAttributesMapper
-
- getSupportedAttributeNames() - Method in class com.communote.server.core.common.ldap.LdapUserAttributesMapper
-
Returns the Kenmei attribute names the mapper can map.
- getSupportedAuthenticationModes() - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
- getSupportedDatabaseType(String) - Method in interface com.communote.server.api.core.installer.CommunoteInstaller
-
Get the database type for the given identifier
- getSupportedDatabaseType(String) - Method in class com.communote.server.core.installer.CommunoteInstallerImpl
-
- getSupportedDatabaseTypes() - Method in interface com.communote.server.api.core.installer.CommunoteInstaller
-
- getSupportedDatabaseTypes() - Method in class com.communote.server.core.installer.CommunoteInstallerImpl
-
- getSupportedDatabaseTypes() - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- getSymbolicName() - Method in class com.communote.plugins.core.views.FormViewController
-
- getSymbolicName() - Method in interface com.communote.plugins.core.views.PluginViewController
-
- getSymbolicName() - Method in class com.communote.plugins.core.views.ViewController
-
- getSymbolicName() - Method in class com.communote.plugins.core.views.ViewControllerData
-
- getSymbolicName() - Method in class com.communote.server.core.plugin.PluginPropertyCacheKey
-
- getSymbolicName() - Method in class com.communote.server.model.property.PluginProperty
- getSystemId() - Method in exception com.communote.server.api.core.user.PrimaryAuthenticationException
-
- getSystemId() - Method in exception com.communote.server.core.user.ExternalUserPasswordChangeNotAllowedException
-
- getSystemId() - Method in class com.communote.server.model.config.ExternalSystemConfiguration
-
The unique identifier of the external system.
- getSystemId() - Method in class com.communote.server.model.user.ExternalUserAuthentication
-
Identifier of the external system (e.g.
- getSystemId() - Method in class com.communote.server.persistence.user.ExternalUserVO
-
- getSystemMenu() - Method in class com.communote.server.web.commons.viewtool.AdministrationTool
-
- getSystemMenu() - Method in class com.communote.server.web.fe.admin.AdministrationMenuManager
-
- getTabId2Title() - Method in class com.communote.server.web.fe.widgets.controls.MultiViewTabWidget
-
- getTabIds() - Method in class com.communote.server.web.fe.widgets.controls.MultiViewTabWidget
-
- getTag() - Method in class com.communote.server.core.vo.query.logical.AtomicTagFormula
-
Returns the value of the associated tag.
- getTagCloudMode() - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the TagCloudMode.
- getTagCloudMode() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the TagCloudMode.
- getTagCloudMode() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the TagCloudMode.
- getTagCloudMode() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the TagCloudMode.
- getTagDao() - Method in class com.communote.server.core.tag.category.TagCategoryManagementBase
-
Gets the reference to tag
's DAO.
- getTagDefaultName() - Method in exception com.communote.server.core.tag.TagAlreadyExistsException
-
- getTagId() - Method in class com.communote.plugins.api.rest.resource.tag.EditTagParameter
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.resource.tag.GetTagParameter
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.resource.tag.TagResource
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.resource.tagstoretaglist.tagstoretag.TagStoreTagResource
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.resource.timelinenote.timelinenotetag.GetCollectionTimelineNoteTagParameter
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.resource.timelinenote.timelinenotetag.GetTimelineNoteTagParameter
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.resource.timelinenote.timelinenotetag.TimelineNoteTagResource
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.resource.timelinetag.TimelineTagResource
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.v22.resource.tag.EditTagParameter
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.v22.resource.tag.GetTagParameter
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.v22.resource.tag.TagResource
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.tagstoretag.TagStoreTagResource
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotetag.GetCollectionTimelineNoteTagParameter
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotetag.GetTimelineNoteTagParameter
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotetag.TimelineNoteTagResource
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.TimelineTagResource
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.v24.resource.tag.EditTagParameter
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.v24.resource.tag.GetTagParameter
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.v24.resource.tag.TagResource
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.tagstoretag.TagStoreTagResource
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotetag.GetCollectionTimelineNoteTagParameter
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotetag.GetTimelineNoteTagParameter
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotetag.TimelineNoteTagResource
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.TimelineTagResource
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.v30.resource.tag.DeleteTagParameter
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.v30.resource.tag.EditTagParameter
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.v30.resource.tag.GetTagParameter
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.v30.resource.tag.TagResource
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.tagstoretag.TagStoreTagResource
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotetag.GetCollectionTimelineNoteTagParameter
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotetag.GetTimelineNoteTagParameter
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotetag.TimelineNoteTagResource
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Returns the TagId.
- getTagId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.TimelineTagResource
-
Returns the TagId.
- getTagId() - Method in exception com.communote.server.core.tag.TagAlreadyExistsException
-
- getTagId() - Method in class com.communote.server.core.util.InitalFiltersVO
-
- getTagIds() - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
- getTagIds() - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
- getTagIdsToExclude() - Method in class com.communote.server.core.vo.query.tag.TagQueryParameters
-
- getTagItems() - Method in class com.communote.server.core.filter.listitems.blog.DetailBlogListItem
-
- getTagLink(long) - Method in class com.communote.server.core.blog.export.DefaultPermalinkGenerator
-
- getTagLink(long, boolean) - Method in class com.communote.server.core.blog.export.DefaultPermalinkGenerator
- getTagLink(String) - Method in class com.communote.server.core.blog.export.DefaultPermalinkGenerator
-
- getTagLink(String, boolean) - Method in class com.communote.server.core.blog.export.DefaultPermalinkGenerator
-
.
- getTagLink(long, boolean) - Method in class com.communote.server.core.blog.export.PermalinkGenerationManagement
-
Delegates to the last added generator or the default generator.
- getTagLink(long) - Method in interface com.communote.server.core.blog.export.PermalinkGenerator
-
- getTagLink(long, boolean) - Method in interface com.communote.server.core.blog.export.PermalinkGenerator
-
- getTagLink(String) - Method in interface com.communote.server.core.blog.export.PermalinkGenerator
-
- getTagLink(String, boolean) - Method in interface com.communote.server.core.blog.export.PermalinkGenerator
-
- getTagName() - Method in class com.communote.server.core.util.InitalFiltersVO
-
- GetTagParameter - Class in com.communote.plugins.api.rest.resource.tag
-
This class it the parameter class for the Tag resource.
- GetTagParameter() - Constructor for class com.communote.plugins.api.rest.resource.tag.GetTagParameter
-
Default Constuctor necessary for json parsing
- GetTagParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.resource.tag.GetTagParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetTagParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.resource.tag.GetTagParameter
-
- GetTagParameter - Class in com.communote.plugins.api.rest.v22.resource.tag
-
This class it the parameter class for the Tag resource.
- GetTagParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.tag.GetTagParameter
-
Default Constuctor necessary for json parsing
- GetTagParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.tag.GetTagParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetTagParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.tag.GetTagParameter
-
- GetTagParameter - Class in com.communote.plugins.api.rest.v24.resource.tag
-
This class it the parameter class for the Tag resource.
- GetTagParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.tag.GetTagParameter
-
Default Constuctor necessary for json parsing
- GetTagParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.tag.GetTagParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetTagParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.tag.GetTagParameter
-
- GetTagParameter - Class in com.communote.plugins.api.rest.v30.resource.tag
-
This class it the parameter class for the Tag resource.
- GetTagParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.tag.GetTagParameter
-
Default Constuctor necessary for json parsing
- GetTagParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.tag.GetTagParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetTagParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.tag.GetTagParameter
-
- getTagPrefix() - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
- getTagPrefix() - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
Get the tag prefix
- getTagPrefix() - Method in class com.communote.server.core.vo.query.user.UserQueryParameters
-
- getTags() - Method in class com.communote.plugins.api.rest.resource.note.CreateNoteParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.resource.note.EditNoteParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.resource.tagstoretaglist.GetCollectionTagStoreTagListParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.resource.tagstoretaglist.GetTagStoreTagListParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.resource.tagstoretaglist.TagStoreTagListResource
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.TagSuggestionListResource
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetTimelineNoteParameter
-
Returns the Tags.
- getTags(NoteData) - Static method in class com.communote.plugins.api.rest.resource.timelinenote.TimelineNoteHelper
-
Converts the tags of a note list data object into resources
- getTags() - Method in class com.communote.plugins.api.rest.resource.timelinenote.TimelineNoteResource
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.resource.topic.CreateTopicParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.resource.topic.EditTopicParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.resource.topic.GetCollectionTopicParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.resource.topic.GetTopicParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.resource.topic.TopicResource
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.resource.user.EditUserParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.resource.user.GetCollectionUserParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.resource.user.GetUserParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.resource.user.UserResource
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v22.resource.note.CreateNoteParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v22.resource.note.EditNoteParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.GetCollectionTagStoreTagListParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.GetTagStoreTagListParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.TagStoreTagListResource
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.TagSuggestionListResource
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetTimelineNoteParameter
-
Returns the Tags.
- getTags(NoteData) - Static method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteHelper
-
Converts the tags of a note list data object into resources
- getTags() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteResource
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v22.resource.topic.CreateTopicParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v22.resource.topic.EditTopicParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetCollectionTopicParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetTopicParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v22.resource.topic.TopicResource
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v22.resource.user.EditUserParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v22.resource.user.GetCollectionUserParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v22.resource.user.GetUserParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v22.resource.user.UserResource
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v24.resource.note.CreateNoteParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v24.resource.note.EditNoteParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.GetCollectionTagStoreTagListParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.GetTagStoreTagListParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.TagStoreTagListResource
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.TagSuggestionListResource
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
Returns the Tags.
- getTags(NoteData) - Static method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteHelper
-
Converts the tags of a note list data object into resources
- getTags() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v24.resource.topic.CreateTopicParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v24.resource.topic.EditTopicParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetTopicParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v24.resource.topic.TopicResource
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v24.resource.user.EditUserParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v24.resource.user.GetUserParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResource
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v30.resource.note.CreateNoteParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v30.resource.note.EditNoteParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.GetCollectionTagStoreTagListParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.GetTagStoreTagListParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.TagStoreTagListResource
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.TagSuggestionListResource
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
Returns the Tags.
- getTags(NoteData) - Static method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteHelper
-
Converts the tags of a note list data object into resources
- getTags() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v30.resource.topic.CreateTopicParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v30.resource.topic.EditTopicParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetTopicParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v30.resource.user.EditUserParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetUserParameter
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
Returns the Tags.
- getTags() - Method in class com.communote.plugins.mq.message.core.data.note.Note
-
- getTags() - Method in class com.communote.plugins.mq.message.core.data.topic.Topic
-
Gets the tags.
- getTags() - Method in class com.communote.server.api.core.blog.BlogTO
-
- getTags() - Method in class com.communote.server.api.core.note.NoteData
-
- getTags() - Method in class com.communote.server.api.core.note.NoteStoringTO
-
- getTags() - Method in class com.communote.server.api.core.user.UserData
-
- getTags() - Method in class com.communote.server.core.common.velocity.CommunoteTool
-
- getTags() - Method in class com.communote.server.core.filter.listitems.blog.BlogTagListItem
-
Get the tags
- getTags() - Method in class com.communote.server.core.tag.TagSuggestion
-
- getTags() - Method in class com.communote.server.core.util.InitalFiltersVO
-
- getTags() - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
- getTags() - Method in class com.communote.server.model.blog.Blog
-
- getTags() - Method in class com.communote.server.model.note.Note
-
The tags which are assigned by user
- getTags() - Method in class com.communote.server.model.tag.AbstractTagCategory
-
- getTags() - Method in interface com.communote.server.model.tag.Taggable
-
- getTags() - Method in class com.communote.server.model.user.CommunoteEntity
-
- getTags() - Method in class com.communote.server.web.api.to.listitem.DetailPostListItem
-
- getTags() - Method in class com.communote.server.web.api.to.listitem.v1_0_1.DetailPostListItem
-
- getTags() - Method in class com.communote.server.web.fe.portal.blog.forms.BlogManagementForm
-
Get the tags of the blog, separated by ","
- getTags() - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileForm
-
- getTagStore(String, TagStoreType) - Method in class com.communote.server.core.tag.TagStoreManagement
-
- getTagStore(TagStoreType) - Method in class com.communote.server.core.tag.TagStoreManagement
-
- getTagStoreAlias() - Method in class com.communote.plugins.api.rest.resource.tag.EditTagParameter
-
Returns the TagStoreAlias.
- getTagStoreAlias() - Method in class com.communote.plugins.api.rest.resource.tag.GetTagParameter
-
Returns the TagStoreAlias.
- getTagStoreAlias() - Method in class com.communote.plugins.api.rest.resource.tag.TagResource
-
Returns the TagStoreAlias.
- getTagStoreAlias() - Method in class com.communote.plugins.api.rest.resource.tagstoretaglist.GetCollectionTagStoreTagListParameter
-
Returns the TagStoreAlias.
- getTagStoreAlias() - Method in class com.communote.plugins.api.rest.resource.tagstoretaglist.GetTagStoreTagListParameter
-
Returns the TagStoreAlias.
- getTagStoreAlias() - Method in class com.communote.plugins.api.rest.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Returns the TagStoreAlias.
- getTagStoreAlias() - Method in class com.communote.plugins.api.rest.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Returns the TagStoreAlias.
- getTagStoreAlias() - Method in class com.communote.plugins.api.rest.resource.tagstoretaglist.TagStoreTagListResource
-
Returns the TagStoreAlias.
- getTagStoreAlias() - Method in class com.communote.plugins.api.rest.v22.resource.tag.EditTagParameter
-
Returns the TagStoreAlias.
- getTagStoreAlias() - Method in class com.communote.plugins.api.rest.v22.resource.tag.GetTagParameter
-
Returns the TagStoreAlias.
- getTagStoreAlias() - Method in class com.communote.plugins.api.rest.v22.resource.tag.TagResource
-
Returns the TagStoreAlias.
- getTagStoreAlias() - Method in class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.GetCollectionTagStoreTagListParameter
-
Returns the TagStoreAlias.
- getTagStoreAlias() - Method in class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.GetTagStoreTagListParameter
-
Returns the TagStoreAlias.
- getTagStoreAlias() - Method in class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Returns the TagStoreAlias.
- getTagStoreAlias() - Method in class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Returns the TagStoreAlias.
- getTagStoreAlias() - Method in class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.TagStoreTagListResource
-
Returns the TagStoreAlias.
- getTagStoreAlias() - Method in class com.communote.plugins.api.rest.v24.resource.tag.EditTagParameter
-
Returns the TagStoreAlias.
- getTagStoreAlias() - Method in class com.communote.plugins.api.rest.v24.resource.tag.GetTagParameter
-
Returns the TagStoreAlias.
- getTagStoreAlias() - Method in class com.communote.plugins.api.rest.v24.resource.tag.TagResource
-
Returns the TagStoreAlias.
- getTagStoreAlias() - Method in class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.GetCollectionTagStoreTagListParameter
-
Returns the TagStoreAlias.
- getTagStoreAlias() - Method in class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.GetTagStoreTagListParameter
-
Returns the TagStoreAlias.
- getTagStoreAlias() - Method in class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Returns the TagStoreAlias.
- getTagStoreAlias() - Method in class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Returns the TagStoreAlias.
- getTagStoreAlias() - Method in class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.TagStoreTagListResource
-
Returns the TagStoreAlias.
- getTagStoreAlias() - Method in class com.communote.plugins.api.rest.v30.resource.tag.EditTagParameter
-
Returns the TagStoreAlias.
- getTagStoreAlias() - Method in class com.communote.plugins.api.rest.v30.resource.tag.GetTagParameter
-
Returns the TagStoreAlias.
- getTagStoreAlias() - Method in class com.communote.plugins.api.rest.v30.resource.tag.TagResource
-
Returns the TagStoreAlias.
- getTagStoreAlias() - Method in class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.GetCollectionTagStoreTagListParameter
-
Returns the TagStoreAlias.
- getTagStoreAlias() - Method in class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.GetTagStoreTagListParameter
-
Returns the TagStoreAlias.
- getTagStoreAlias() - Method in class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Returns the TagStoreAlias.
- getTagStoreAlias() - Method in class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Returns the TagStoreAlias.
- getTagStoreAlias() - Method in class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.TagStoreTagListResource
-
Returns the TagStoreAlias.
- getTagStoreAlias() - Method in class com.communote.plugins.mq.message.core.data.tag.Tag
-
Gets the tag store alias.
- getTagStoreAlias() - Method in class com.communote.plugins.mq.message.core.util.TagMemberAccessor
-
- getTagStoreAlias() - Method in class com.communote.server.api.core.tag.TagData
-
- getTagStoreAlias() - Method in class com.communote.server.model.tag.Tag
-
Alias of the tag store this tag is part of.
- getTagStoreAliases() - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
- getTagStoreAliases() - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
- getTagStoreAliases() - Method in class com.communote.server.core.vo.query.user.UserQueryParameters
-
- getTagStoreId() - Method in class com.communote.plugins.mq.message.core.data.tag.Tag
-
Gets the tag store id.
- getTagStoreId() - Method in exception com.communote.server.core.tag.TagAlreadyExistsException
-
- getTagStoreId() - Method in class com.communote.server.persistence.tag.DefaultTagStore
- getTagStoreId() - Method in interface com.communote.server.persistence.tag.TagStore
-
- getTagStoreTagId() - Method in class com.communote.plugins.api.rest.resource.tag.EditTagParameter
-
Returns the TagStoreTagId.
- getTagStoreTagId() - Method in class com.communote.plugins.api.rest.resource.tag.GetTagParameter
-
Returns the TagStoreTagId.
- getTagStoreTagId() - Method in class com.communote.plugins.api.rest.resource.tag.TagResource
-
Returns the TagStoreTagId.
- getTagStoreTagId() - Method in class com.communote.plugins.api.rest.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Returns the TagStoreTagId.
- getTagStoreTagId() - Method in class com.communote.plugins.api.rest.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Returns the TagStoreTagId.
- getTagStoreTagId() - Method in class com.communote.plugins.api.rest.resource.tagstoretaglist.tagstoretag.TagStoreTagResource
-
Returns the TagStoreTagId.
- getTagStoreTagId() - Method in class com.communote.plugins.api.rest.v22.resource.tag.EditTagParameter
-
Returns the TagStoreTagId.
- getTagStoreTagId() - Method in class com.communote.plugins.api.rest.v22.resource.tag.GetTagParameter
-
Returns the TagStoreTagId.
- getTagStoreTagId() - Method in class com.communote.plugins.api.rest.v22.resource.tag.TagResource
-
Returns the TagStoreTagId.
- getTagStoreTagId() - Method in class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Returns the TagStoreTagId.
- getTagStoreTagId() - Method in class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Returns the TagStoreTagId.
- getTagStoreTagId() - Method in class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.tagstoretag.TagStoreTagResource
-
Returns the TagStoreTagId.
- getTagStoreTagId() - Method in class com.communote.plugins.api.rest.v24.resource.tag.EditTagParameter
-
Returns the TagStoreTagId.
- getTagStoreTagId() - Method in class com.communote.plugins.api.rest.v24.resource.tag.GetTagParameter
-
Returns the TagStoreTagId.
- getTagStoreTagId() - Method in class com.communote.plugins.api.rest.v24.resource.tag.TagResource
-
Returns the TagStoreTagId.
- getTagStoreTagId() - Method in class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Returns the TagStoreTagId.
- getTagStoreTagId() - Method in class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Returns the TagStoreTagId.
- getTagStoreTagId() - Method in class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.tagstoretag.TagStoreTagResource
-
Returns the TagStoreTagId.
- getTagStoreTagId() - Method in class com.communote.plugins.api.rest.v30.resource.tag.EditTagParameter
-
Returns the TagStoreTagId.
- getTagStoreTagId() - Method in class com.communote.plugins.api.rest.v30.resource.tag.GetTagParameter
-
Returns the TagStoreTagId.
- getTagStoreTagId() - Method in class com.communote.plugins.api.rest.v30.resource.tag.TagResource
-
Returns the TagStoreTagId.
- getTagStoreTagId() - Method in class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Returns the TagStoreTagId.
- getTagStoreTagId() - Method in class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Returns the TagStoreTagId.
- getTagStoreTagId() - Method in class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.tagstoretag.TagStoreTagResource
-
Returns the TagStoreTagId.
- getTagStoreTagId() - Method in class com.communote.plugins.mq.message.core.data.tag.Tag
-
Gets the tag store tag id.
- getTagStoreTagId() - Method in class com.communote.plugins.mq.message.core.util.TagMemberAccessor
-
- getTagStoreTagId() - Method in class com.communote.server.api.core.tag.TagData
-
- getTagStoreTagId() - Method in class com.communote.server.model.tag.Tag
-
The lower name of the tag
- getTagStoreTagId(Tag) - Method in class com.communote.server.persistence.tag.DefaultTagStore
- getTagStoreTagId(Tag) - Method in interface com.communote.server.persistence.tag.TagStore
-
- getTagStoreTagIds() - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
- getTagStoreTagIds() - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
- GetTagStoreTagListParameter - Class in com.communote.plugins.api.rest.resource.tagstoretaglist
-
This class it the parameter class for the TagStoreTagList resource.
- GetTagStoreTagListParameter() - Constructor for class com.communote.plugins.api.rest.resource.tagstoretaglist.GetTagStoreTagListParameter
-
Default Constuctor necessary for json parsing
- GetTagStoreTagListParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.resource.tagstoretaglist.GetTagStoreTagListParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetTagStoreTagListParameter(String, String) - Constructor for class com.communote.plugins.api.rest.resource.tagstoretaglist.GetTagStoreTagListParameter
-
- GetTagStoreTagListParameter - Class in com.communote.plugins.api.rest.v22.resource.tagstoretaglist
-
This class it the parameter class for the TagStoreTagList resource.
- GetTagStoreTagListParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.GetTagStoreTagListParameter
-
Default Constuctor necessary for json parsing
- GetTagStoreTagListParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.GetTagStoreTagListParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetTagStoreTagListParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.GetTagStoreTagListParameter
-
- GetTagStoreTagListParameter - Class in com.communote.plugins.api.rest.v24.resource.tagstoretaglist
-
This class it the parameter class for the TagStoreTagList resource.
- GetTagStoreTagListParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.GetTagStoreTagListParameter
-
Default Constuctor necessary for json parsing
- GetTagStoreTagListParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.GetTagStoreTagListParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetTagStoreTagListParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.GetTagStoreTagListParameter
-
- GetTagStoreTagListParameter - Class in com.communote.plugins.api.rest.v30.resource.tagstoretaglist
-
This class it the parameter class for the TagStoreTagList resource.
- GetTagStoreTagListParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.GetTagStoreTagListParameter
-
Default Constuctor necessary for json parsing
- GetTagStoreTagListParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.GetTagStoreTagListParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetTagStoreTagListParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.GetTagStoreTagListParameter
-
- GetTagStoreTagParameter - Class in com.communote.plugins.api.rest.resource.tagstoretaglist.tagstoretag
-
This class it the parameter class for the TagStoreTag resource.
- GetTagStoreTagParameter() - Constructor for class com.communote.plugins.api.rest.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Default Constuctor necessary for json parsing
- GetTagStoreTagParameter(MultivaluedMap<String, String>, Long, String) - Constructor for class com.communote.plugins.api.rest.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetTagStoreTagParameter(String, Long, String) - Constructor for class com.communote.plugins.api.rest.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
- GetTagStoreTagParameter - Class in com.communote.plugins.api.rest.v22.resource.tagstoretaglist.tagstoretag
-
This class it the parameter class for the TagStoreTag resource.
- GetTagStoreTagParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Default Constuctor necessary for json parsing
- GetTagStoreTagParameter(MultivaluedMap<String, String>, Long, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetTagStoreTagParameter(String, Long, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
- GetTagStoreTagParameter - Class in com.communote.plugins.api.rest.v24.resource.tagstoretaglist.tagstoretag
-
This class it the parameter class for the TagStoreTag resource.
- GetTagStoreTagParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Default Constuctor necessary for json parsing
- GetTagStoreTagParameter(MultivaluedMap<String, String>, Long, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetTagStoreTagParameter(String, Long, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
- GetTagStoreTagParameter - Class in com.communote.plugins.api.rest.v30.resource.tagstoretaglist.tagstoretag
-
This class it the parameter class for the TagStoreTag resource.
- GetTagStoreTagParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Default Constuctor necessary for json parsing
- GetTagStoreTagParameter(MultivaluedMap<String, String>, Long, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetTagStoreTagParameter(String, Long, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
- getTagStoreType() - Method in class com.communote.plugins.api.rest.resource.tag.EditTagParameter
-
Returns the TagStoreType.
- getTagStoreType(String) - Static method in class com.communote.plugins.api.rest.resource.tag.TagHelper
-
- getTagStoreType() - Method in class com.communote.plugins.api.rest.resource.tag.TagResource
-
Returns the TagStoreType.
- getTagStoreType() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the TagStoreType.
- getTagStoreType() - Method in class com.communote.plugins.api.rest.v22.resource.tag.EditTagParameter
-
Returns the TagStoreType.
- getTagStoreType(String) - Static method in class com.communote.plugins.api.rest.v22.resource.tag.TagHelper
-
- getTagStoreType() - Method in class com.communote.plugins.api.rest.v22.resource.tag.TagResource
-
Returns the TagStoreType.
- getTagStoreType() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the TagStoreType.
- getTagStoreType() - Method in class com.communote.plugins.api.rest.v24.resource.tag.EditTagParameter
-
Returns the TagStoreType.
- getTagStoreType(String) - Static method in class com.communote.plugins.api.rest.v24.resource.tag.TagHelper
-
- getTagStoreType() - Method in class com.communote.plugins.api.rest.v24.resource.tag.TagResource
-
Returns the TagStoreType.
- getTagStoreType() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the TagStoreType.
- getTagStoreType() - Method in class com.communote.plugins.api.rest.v30.resource.tag.EditTagParameter
-
Returns the TagStoreType.
- getTagStoreType(String) - Static method in class com.communote.plugins.api.rest.v30.resource.tag.TagHelper
-
- getTagStoreType() - Method in class com.communote.plugins.api.rest.v30.resource.tag.TagResource
-
Returns the TagStoreType.
- getTagStoreType() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the TagStoreType.
- getTagStoreType() - Method in class com.communote.server.api.core.tag.TagTO
-
- getTagSuggestionAlias() - Method in class com.communote.server.core.tag.TagSuggestionConfiguration
-
- getTagSuggestionConfigurations(boolean) - Method in class com.communote.server.core.tag.impl.InternalTagSuggestionProvider
- getTagSuggestionConfigurations(TagStoreType, boolean) - Method in class com.communote.server.core.tag.TagSuggestionManagement
-
- getTagSuggestionConfigurations(boolean) - Method in interface com.communote.server.core.tag.TagSuggestionProvider
-
- getTagSuggestionId() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the TagSuggestionId.
- getTagSuggestionId() - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.TagSuggestionListResource
-
Returns the TagSuggestionId.
- getTagSuggestionId() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the TagSuggestionId.
- getTagSuggestionId() - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.TagSuggestionListResource
-
Returns the TagSuggestionId.
- getTagSuggestionId() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the TagSuggestionId.
- getTagSuggestionId() - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.TagSuggestionListResource
-
Returns the TagSuggestionId.
- getTagSuggestionId() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Returns the TagSuggestionId.
- getTagSuggestionId() - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.TagSuggestionListResource
-
Returns the TagSuggestionId.
- getTagSuggestionProviderAlias() - Method in class com.communote.server.core.tag.TagSuggestionConfiguration
-
- getTagSuggestions(TagStoreType, boolean, String, String, String, HttpServletRequest) - Method in class com.communote.server.core.common.velocity.TagTool
-
Create a serialized JSON array of objects that describe the available tag suggestions for a
given tag store type.
- getTagsWithProblems() - Method in class com.communote.server.core.vo.blog.NoteModificationResult
-
- getTargetBlog() - Method in class com.communote.server.web.fe.widgets.blog.CreateNoteWidget
-
Return the blog ID of target bolg of the note.
- getTargetClass() - Method in exception com.communote.server.core.crc.RepositoryConnectorNotFoundException
-
- getTargetUserId() - Method in exception com.communote.server.core.security.SwitchUserNotAllowedException
-
- getTask() - Method in class com.communote.server.model.task.TaskExecution
-
- getTaskExecutions(String) - Method in interface com.communote.server.api.core.task.TaskManagement
-
Return all task executions running on the Communote with the given name.
- getTaskExecutions(String) - Method in class com.communote.server.core.tasks.TaskManagementImpl
-
- getTaskExecutionVariance() - Method in class com.communote.server.core.tasks.TaskSchedulingContext
-
- getTaskInterval() - Method in class com.communote.server.model.task.Task
-
The interval the task should be scheduled in milliseconds.
- getTaskStatus() - Method in class com.communote.server.model.task.Task
-
Status of the task.
- getTcpPort() - Method in class com.communote.plugins.mq.provider.activemq.settings.MQDatabaseSettingsDAO
-
- getTcpPort() - Method in interface com.communote.plugins.mq.provider.activemq.settings.MQSettingsDAO
-
- getTempFile(String, String, String) - Static method in class com.communote.common.io.CopyInputStreamBuffer
-
Create a temporary file.
- getTemplate(AllUsersTopicAccessRightsChangedEvent) - Method in class com.communote.plugins.activity.core.AllUsersTopicAccessRightsChangedEventListener
-
Method to get the template id.
- getTemplate(EntityTopicAccessRightsChangedEvent) - Method in class com.communote.plugins.activity.core.EntityTopicAccessRightsChangedEventListener
-
Method to get the template id.
- getTemplate(ManagerGainedTopicAccessRightsChangedEvent) - Method in class com.communote.plugins.activity.core.ManagerGainedTopicAccessRightsChangedEventListener
-
Method to get the template id.
- getTemplate(T) - Method in class com.communote.plugins.activity.core.TopicAccessRightsChangedEventListener
-
Method to get the template id.
- getTemplate() - Method in class com.communote.server.core.template.NoteTemplateDefinition
-
- getTemplate(NoteRenderMode) - Method in class com.communote.server.core.template.NoteTemplateDefinition
-
- getTemplate(String) - Method in class com.communote.server.web.commons.view.TemplateManager
-
Return the location of the template file for a given template name
- getTemplateId() - Method in class com.communote.plugins.activity.base.data.ActivityConfiguration
-
- getTemplateId() - Method in exception com.communote.plugins.activity.base.processor.ActivityDeactivatedNotePreProcessorException
-
- getTemplateId() - Method in class com.communote.plugins.activity.core.ManagerGainedTopicAccessRightsChangedEventListener
-
- getTemplateId() - Method in class com.communote.plugins.activity.core.TopicAccessRightsChangedEventListener
-
- getTemplateId() - Method in class com.communote.server.core.template.NoteTemplateDefinition
-
- getTemplateId() - Method in exception com.communote.server.core.template.NoteTemplateNotFoundException
-
- getTemplateId() - Method in exception com.communote.server.core.template.NoteTemplateRenderException
-
- getTemplateName() - Method in class com.communote.server.core.template.NoteTemplateDefinition
-
- getTemplateNames() - Method in class com.communote.server.web.commons.view.TemplateManager
-
- getTermsAgreed() - Method in class com.communote.server.web.fe.portal.user.forms.RegistrationForm
-
Has the user agreed to the Terms of use?.
- getTermsOfUse(HttpServletRequest) - Method in class com.communote.server.core.common.velocity.tools.MessageTool
-
Get terms of use with fallback behavior if no terms of use are configured.
- getTermsOfUse(Locale) - Method in class com.communote.server.core.common.velocity.tools.MessageTool
-
Get terms of use with fallback behavior if no terms of use are configured.
- getText() - Method in class com.communote.plugins.api.rest.resource.note.CreateNoteParameter
-
Returns the Text.
- getText() - Method in class com.communote.plugins.api.rest.resource.note.EditNoteParameter
-
Returns the Text.
- getText() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the Text.
- getText() - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Returns the Text.
- getText() - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Returns the Text.
- getText(Request, String, Object...) - Method in class com.communote.plugins.api.rest.resource.ResourceHandlerHelper
-
Get text of message key with consideration of locale and replace arguments
- getText() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the Text.
- getText() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetTimelineNoteParameter
-
Returns the Text.
- getText() - Method in class com.communote.plugins.api.rest.resource.timelinenote.TimelineNoteResource
-
Returns the Text.
- getText(Request, String, Object...) - Static method in class com.communote.plugins.api.rest.response.ResponseHelper
-
Get text of message key with consideration of locale and replace arguments
- getText() - Method in class com.communote.plugins.api.rest.v22.resource.note.CreateNoteParameter
-
Returns the Text.
- getText() - Method in class com.communote.plugins.api.rest.v22.resource.note.EditNoteParameter
-
Returns the Text.
- getText() - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Returns the Text.
- getText() - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Returns the Text.
- getText(Request, String, Object...) - Method in class com.communote.plugins.api.rest.v22.resource.ResourceHandlerHelper
-
Get text of message key with consideration of locale and replace arguments
- getText() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the Text.
- getText() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetTimelineNoteParameter
-
Returns the Text.
- getText() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteResource
-
Returns the Text.
- getText(Request, String, Object...) - Static method in class com.communote.plugins.api.rest.v22.response.ResponseHelper
-
Get text of message key with consideration of locale and replace arguments
- getText() - Method in class com.communote.plugins.api.rest.v24.resource.note.CreateNoteParameter
-
Returns the Text.
- getText() - Method in class com.communote.plugins.api.rest.v24.resource.note.EditNoteParameter
-
Returns the Text.
- getText() - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Returns the Text.
- getText() - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Returns the Text.
- getText(Request, String, Object...) - Method in class com.communote.plugins.api.rest.v24.resource.ResourceHandlerHelper
-
Get text of message key with consideration of locale and replace arguments
- getText() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the Text.
- getText() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
Returns the Text.
- getText() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
Returns the Text.
- getText(Request, String, Object...) - Static method in class com.communote.plugins.api.rest.v24.response.ResponseHelper
-
Get text of message key with consideration of locale and replace arguments
- getText() - Method in class com.communote.plugins.api.rest.v30.resource.note.CreateNoteParameter
-
Returns the Text.
- getText() - Method in class com.communote.plugins.api.rest.v30.resource.note.EditNoteParameter
-
Returns the Text.
- getText() - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Returns the Text.
- getText() - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Returns the Text.
- getText(Request, String, Object...) - Method in class com.communote.plugins.api.rest.v30.resource.ResourceHandlerHelper
-
Get text of message key with consideration of locale and replace arguments
- getText() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the Text.
- getText() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the Text.
- getText() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
Returns the Text.
- getText() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
Returns the Text.
- getText(Request, String, Object...) - Static method in class com.communote.plugins.api.rest.v30.response.ResponseHelper
-
Get text of message key with consideration of locale and replace arguments
- getText(String, Locale, Object...) - Method in class com.communote.server.persistence.common.messages.ResourceBundleManager
-
Convenience method for getting a i18n key's value.
- getText() - Method in class com.communote.server.web.api.to.listitem.CommonPostListItem
-
- getText(HttpServletRequest, LocalizedMessage, Object...) - Static method in class com.communote.server.web.commons.MessageHelper
-
Get the localized value of the LocalizedMessage
- getText(HttpServletRequest, String) - Static method in class com.communote.server.web.commons.MessageHelper
-
Convenience method for getting a i18n key's value.
- getText(HttpServletRequest, String, Object[]) - Static method in class com.communote.server.web.commons.MessageHelper
-
Method for getting a i18n key's value.
- getTextFilter() - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
Returns the strings to be found in title, description or identifier of blog.
- getTextFilterParamNames() - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
- getTile(String) - Method in class com.communote.server.web.fe.widgets.admin.application.logging.LoggingWidget
-
Get the tile to be used for rendering
- getTile(String) - Method in class com.communote.server.web.fe.widgets.admin.client.security.ClientPermissionsWidget
-
Get the tile to be used for rendering
- getTile(String) - Method in class com.communote.server.web.fe.widgets.blog.AboutBlogWidget
-
Get the tile to be used for rendering
- getTile(String) - Method in class com.communote.server.web.fe.widgets.blog.BlogChooserSimpleWidget
-
Get the tile to be used for rendering
- getTile(String) - Method in class com.communote.server.web.fe.widgets.blog.BlogChooserWidget
-
Get the tile to be used for rendering
- getTile(String) - Method in class com.communote.server.web.fe.widgets.blog.BlogListWidget
-
Get the tile to be used for rendering
- getTile(String) - Method in class com.communote.server.web.fe.widgets.blog.BlogMemberManagementWidget
-
Get the tile to be used for rendering
- getTile(String) - Method in class com.communote.server.web.fe.widgets.blog.BlogPostFilterPeriodWidget
-
Get the tile to be used for rendering
- getTile(String) - Method in class com.communote.server.web.fe.widgets.blog.BlogPostFilterUserListWidget
-
Get the tile to be used for rendering
- getTile(String) - Method in class com.communote.server.web.fe.widgets.blog.ChronologicalPostListWidget
-
Get the tile to be used for rendering
- getTile(String) - Method in class com.communote.server.web.fe.widgets.blog.CreateNoteWidget
-
Get the tile to be used for rendering
- getTile(String) - Method in class com.communote.server.web.fe.widgets.blog.DeleteTopicWidget
-
Deprecated.
- getTile(String) - Method in class com.communote.server.web.fe.widgets.blog.EditTopicStructureWidget
-
Deprecated.
- getTile(String) - Method in class com.communote.server.web.fe.widgets.blog.FilteredByWidget
-
Get the tile to be used for rendering
- getTile(String) - Method in class com.communote.server.web.fe.widgets.blog.InviteUserToBlogWidget
-
- getTile(String) - Method in class com.communote.server.web.fe.widgets.blog.ListExternalObjectsWidget
-
Get the tile to be used for rendering
- getTile(String) - Method in class com.communote.server.web.fe.widgets.blog.SearchBoxWidget
-
Get the tile to be used for rendering
- getTile(String) - Method in class com.communote.server.web.fe.widgets.blog.SetAnonymousAccessWidget
-
- getTile(String) - Method in class com.communote.server.web.fe.widgets.blog.TopBlogsWidget
-
Get the tile to be used for rendering
- getTile(String) - Method in class com.communote.server.web.fe.widgets.blog.TopicListWidget
-
Get the tile to be used for rendering
- getTile(String) - Method in class com.communote.server.web.fe.widgets.clouds.BlogTagCloudWidget
-
Get the tile to be used for rendering
- getTile(String) - Method in class com.communote.server.web.fe.widgets.clouds.TagCloudWidget
-
Get the tile to be used for rendering
- getTile(String) - Method in class com.communote.server.web.fe.widgets.clouds.UserTagCloudWidget
-
Get the tile to be used for rendering
- getTile(String) - Method in class com.communote.server.web.fe.widgets.controls.MultiViewTabWidget
-
Get the tile to be used for rendering
- getTile(String) - Method in class com.communote.server.web.fe.widgets.management.security.iprange.IpRangeListWidget
-
Get the tile to be used for rendering
- getTile(String) - Method in class com.communote.server.web.fe.widgets.management.security.iprange.IpRangeWidget
-
Get the tile to be used for rendering
- getTile(String) - Method in class com.communote.server.web.fe.widgets.management.user.group.GroupSettingsWidget
-
Deprecated.
- getTile(String) - Method in class com.communote.server.web.fe.widgets.management.user.group.UserGroupAddMemberWidget
-
Get the tile to be used for rendering
- getTile(String) - Method in class com.communote.server.web.fe.widgets.management.user.group.UserGroupDialogWidget
-
Get the tile to be used for rendering
- getTile(String) - Method in class com.communote.server.web.fe.widgets.management.user.group.UserGroupListWidget
-
Get the tile to be used for rendering
- getTile(String) - Method in class com.communote.server.web.fe.widgets.management.user.group.UserGroupMembersListWidget
-
Get the tile to be used for rendering
- getTile(String) - Method in class com.communote.server.web.fe.widgets.management.user.group.UserGroupSearchBoxWidget
-
Get the tile to be used for rendering
- getTile(String) - Method in class com.communote.server.web.fe.widgets.management.user.UserManagementListWidget
-
- getTile(String) - Method in class com.communote.server.web.fe.widgets.management.user.UserManagementSearchBoxWidget
-
Get the tile to be used for rendering
- getTile(String) - Method in class com.communote.server.web.fe.widgets.management.user.UserManagementUserDialogWidget
-
Get the tile to be used for rendering
- getTile(String) - Method in class com.communote.server.web.fe.widgets.management.user.UserManagementUserOverviewWidget
-
Get the tile to be used for rendering
- getTile(String) - Method in class com.communote.server.web.fe.widgets.message.MessagesWidget
-
Get the tile to be used for rendering
- getTile(String) - Method in class com.communote.server.web.fe.widgets.navigation.MainPageHorizontalNavigationWidget
-
- getTile(String) - Method in class com.communote.server.web.fe.widgets.navigation.MainPageVerticalNavigationWidget
-
- getTile(String) - Method in class com.communote.server.web.fe.widgets.tag.TagManagementWidget
-
Deprecated.
- getTile(String) - Method in class com.communote.server.web.fe.widgets.type.ContentTypeWidget
-
Get the tile to be used for rendering
- getTile(String) - Method in class com.communote.server.web.fe.widgets.user.AuthorFilterWidget
-
Get the tile to be used for rendering
- getTile(String) - Method in class com.communote.server.web.fe.widgets.user.profile.AboutUserProfileWidget
-
Get the tile to be used for rendering
- getTile(String) - Method in class com.communote.server.web.fe.widgets.user.profile.UserProfileChangeEmailWidget
-
Get the tile to be used for rendering
- getTile(String) - Method in class com.communote.server.web.fe.widgets.user.profile.UserProfileChangePasswordWidget
-
- getTile(String) - Method in class com.communote.server.web.fe.widgets.user.profile.UserProfileDeleteWidget
-
Get the tile to be used for rendering
- getTile(String) - Method in class com.communote.server.web.fe.widgets.user.profile.UserProfileDetailsWidget
-
Get the tile to be used for rendering
- getTile(String) - Method in class com.communote.server.web.fe.widgets.user.profile.UserProfileImageUploadWidget
-
Get the tile to be used for rendering
- getTile(String) - Method in class com.communote.server.web.fe.widgets.user.profile.UserProfileNotificationsWidget
-
Get the tile to be used for rendering
- getTile(String) - Method in class com.communote.server.web.fe.widgets.user.UserProfileWidget
-
Get the tile to be used for rendering
- getTile(String) - Method in class com.communote.server.web.fe.widgets.user.UserSearchBoxWidget
-
Get the tile to be used for rendering
- getTile(String) - Method in class com.communote.server.web.fe.widgets.users.UserListWidget
-
- getTile(String) - Method in class com.communote.server.widgets.annotations.AnnotatedMultiResultWidget
-
Deprecated.
- getTile(String) - Method in class com.communote.server.widgets.annotations.AnnotatedSingleResultWidget
-
Deprecated.
- getTile(String) - Method in interface com.communote.server.widgets.Widget
-
- getTimeForClusterToForm() - Method in class com.communote.server.core.common.caching.eh.PlaceHolderCacheManagerPeerProvider
- GetTimelineNoteDiscussionParameter - Class in com.communote.plugins.api.rest.resource.timelinenote.timelinenotediscussion
-
This class it the parameter class for the TimelineNoteDiscussion resource.
- GetTimelineNoteDiscussionParameter() - Constructor for class com.communote.plugins.api.rest.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
Default Constuctor necessary for json parsing
- GetTimelineNoteDiscussionParameter(MultivaluedMap<String, String>, Long, Long) - Constructor for class com.communote.plugins.api.rest.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetTimelineNoteDiscussionParameter(String, Long, Long) - Constructor for class com.communote.plugins.api.rest.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
- GetTimelineNoteDiscussionParameter - Class in com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotediscussion
-
This class it the parameter class for the TimelineNoteDiscussion resource.
- GetTimelineNoteDiscussionParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
Default Constuctor necessary for json parsing
- GetTimelineNoteDiscussionParameter(MultivaluedMap<String, String>, Long, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetTimelineNoteDiscussionParameter(String, Long, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
- GetTimelineNoteDiscussionParameter - Class in com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotediscussion
-
This class it the parameter class for the TimelineNoteDiscussion resource.
- GetTimelineNoteDiscussionParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
Default Constuctor necessary for json parsing
- GetTimelineNoteDiscussionParameter(MultivaluedMap<String, String>, Long, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetTimelineNoteDiscussionParameter(String, Long, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
- GetTimelineNoteDiscussionParameter - Class in com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotediscussion
-
This class it the parameter class for the TimelineNoteDiscussion resource.
- GetTimelineNoteDiscussionParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
Default Constuctor necessary for json parsing
- GetTimelineNoteDiscussionParameter(MultivaluedMap<String, String>, Long, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetTimelineNoteDiscussionParameter(String, Long, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
- GetTimelineNoteParameter - Class in com.communote.plugins.api.rest.resource.timelinenote
-
This class it the parameter class for the TimelineNote resource.
- GetTimelineNoteParameter() - Constructor for class com.communote.plugins.api.rest.resource.timelinenote.GetTimelineNoteParameter
-
Default Constuctor necessary for json parsing
- GetTimelineNoteParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.resource.timelinenote.GetTimelineNoteParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetTimelineNoteParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.resource.timelinenote.GetTimelineNoteParameter
-
- GetTimelineNoteParameter - Class in com.communote.plugins.api.rest.v22.resource.timelinenote
-
This class it the parameter class for the TimelineNote resource.
- GetTimelineNoteParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.timelinenote.GetTimelineNoteParameter
-
Default Constuctor necessary for json parsing
- GetTimelineNoteParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.timelinenote.GetTimelineNoteParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetTimelineNoteParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.timelinenote.GetTimelineNoteParameter
-
- GetTimelineNoteParameter - Class in com.communote.plugins.api.rest.v24.resource.timelinenote
-
This class it the parameter class for the TimelineNote resource.
- GetTimelineNoteParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
Default Constuctor necessary for json parsing
- GetTimelineNoteParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetTimelineNoteParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
- GetTimelineNoteParameter - Class in com.communote.plugins.api.rest.v30.resource.timelinenote
-
This class it the parameter class for the TimelineNote resource.
- GetTimelineNoteParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
Default Constuctor necessary for json parsing
- GetTimelineNoteParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetTimelineNoteParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
- GetTimelineNoteTagParameter - Class in com.communote.plugins.api.rest.resource.timelinenote.timelinenotetag
-
This class it the parameter class for the TimelineNoteTag resource.
- GetTimelineNoteTagParameter() - Constructor for class com.communote.plugins.api.rest.resource.timelinenote.timelinenotetag.GetTimelineNoteTagParameter
-
Default Constuctor necessary for json parsing
- GetTimelineNoteTagParameter(MultivaluedMap<String, String>, Long, Long) - Constructor for class com.communote.plugins.api.rest.resource.timelinenote.timelinenotetag.GetTimelineNoteTagParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetTimelineNoteTagParameter(String, Long, Long) - Constructor for class com.communote.plugins.api.rest.resource.timelinenote.timelinenotetag.GetTimelineNoteTagParameter
-
- GetTimelineNoteTagParameter - Class in com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotetag
-
This class it the parameter class for the TimelineNoteTag resource.
- GetTimelineNoteTagParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotetag.GetTimelineNoteTagParameter
-
Default Constuctor necessary for json parsing
- GetTimelineNoteTagParameter(MultivaluedMap<String, String>, Long, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotetag.GetTimelineNoteTagParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetTimelineNoteTagParameter(String, Long, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotetag.GetTimelineNoteTagParameter
-
- GetTimelineNoteTagParameter - Class in com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotetag
-
This class it the parameter class for the TimelineNoteTag resource.
- GetTimelineNoteTagParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotetag.GetTimelineNoteTagParameter
-
Default Constuctor necessary for json parsing
- GetTimelineNoteTagParameter(MultivaluedMap<String, String>, Long, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotetag.GetTimelineNoteTagParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetTimelineNoteTagParameter(String, Long, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotetag.GetTimelineNoteTagParameter
-
- GetTimelineNoteTagParameter - Class in com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotetag
-
This class it the parameter class for the TimelineNoteTag resource.
- GetTimelineNoteTagParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotetag.GetTimelineNoteTagParameter
-
Default Constuctor necessary for json parsing
- GetTimelineNoteTagParameter(MultivaluedMap<String, String>, Long, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotetag.GetTimelineNoteTagParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetTimelineNoteTagParameter(String, Long, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotetag.GetTimelineNoteTagParameter
-
- getTimeout() - Method in class com.communote.server.external.hibernate.ClientDelegateCache
- getTimestamp() - Method in class com.communote.server.web.commons.resource.impl.CachedFileDescriptor
-
- getTimestamp(String) - Method in class com.communote.server.web.fe.portal.controller.ResourceStoreDownloadController
-
Get the last modification timestamp for the category.
- getTimeToLive() - Method in class com.communote.plugins.confluence.image.ConfluenceUserImageProvider
-
- getTimeToLive() - Method in class com.communote.server.api.core.image.ImageProvider
-
Get the number of seconds until a cached image should expire and thus be reloaded
- getTimeToLive() - Method in class com.communote.server.core.common.caching.AbstractCacheElementProvider
-
Returns the time in seconds describing how long a provided element will be cached without
expiring (when it is not replaced manually).
- getTimeToLive() - Method in interface com.communote.server.core.common.caching.CacheElementProvider
-
Returns the time in seconds describing how long a provided element will be cached without
expiring (when it is not replaced manually).
- getTimeToLive() - Method in class com.communote.server.core.common.ldap.caching.LdapServerCacheElementProvider
-
- getTimeToLive() - Method in class com.communote.server.core.config.ApplicationConfigurationElementProvider
-
Returns the time in seconds describing how long a provided element will be cached without
expiring (when it is not replaced manually).
- getTimeToLive() - Method in class com.communote.server.core.config.ClientConfigurationElementProvider
-
Returns the time in seconds describing how long a provided element will be cached without
expiring (when it is not replaced manually).
- getTimeToLive() - Method in class com.communote.server.core.follow.FollowCacheElementProvider
-
Returns the time in seconds describing how long a provided element will be cached without
expiring (when it is not replaced manually).
- getTimeToLive() - Method in class com.communote.server.core.image.caching.ImageCacheElementProvider
-
- getTimeToLive() - Method in class com.communote.server.core.plugin.PluginPropertyCacheElementProvider
-
- getTimeToLive() - Method in class com.communote.server.core.property.UserNotePropertyCacheElementProvider
-
- getTimeToLive() - Method in class com.communote.server.core.security.iprange.IpFilterCacheElementProvider
-
Returns the time in seconds describing how long a provided element will be cached without
expiring (when it is not replaced manually).
- getTimeToLive() - Method in class com.communote.server.core.security.ssl.ChannelConfigurationCacheElementProvider
-
Returns the time in seconds describing how long a provided element will be cached without
expiring (when it is not replaced manually).
- getTimeToLive() - Method in class com.communote.server.service.StandaloneClientCacheElementProvider
-
- getTimeToWait() - Static method in class com.communote.server.core.messaging.connectors.xmpp.XMPPConnector
-
- getTimeZone() - Method in class com.communote.server.web.fe.widgets.blog.AboutBlogWidget
-
- getTimeZone() - Method in class com.communote.server.web.fe.widgets.blog.ChronologicalPostListWidget
-
Gets the effective time zone for the user
- getTimeZone() - Method in class com.communote.server.web.fe.widgets.user.profile.AboutUserProfileWidget
-
- getTimeZoneId() - Method in class com.communote.plugins.api.rest.resource.user.GetCollectionUserParameter
-
Returns the TimeZoneId.
- getTimeZoneId() - Method in class com.communote.plugins.api.rest.resource.user.GetUserParameter
-
Returns the TimeZoneId.
- getTimeZoneId() - Method in class com.communote.plugins.api.rest.resource.user.UserResource
-
Returns the TimeZoneId.
- getTimeZoneId() - Method in class com.communote.plugins.api.rest.v22.resource.user.GetCollectionUserParameter
-
Returns the TimeZoneId.
- getTimeZoneId() - Method in class com.communote.plugins.api.rest.v22.resource.user.GetUserParameter
-
Returns the TimeZoneId.
- getTimeZoneId() - Method in class com.communote.plugins.api.rest.v22.resource.user.UserResource
-
Returns the TimeZoneId.
- getTimeZoneId() - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Returns the TimeZoneId.
- getTimeZoneId() - Method in class com.communote.plugins.api.rest.v24.resource.user.GetUserParameter
-
Returns the TimeZoneId.
- getTimeZoneId() - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResource
-
Returns the TimeZoneId.
- getTimeZoneId() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Returns the TimeZoneId.
- getTimeZoneId() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetUserParameter
-
Returns the TimeZoneId.
- getTimeZoneId() - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
Returns the TimeZoneId.
- getTimeZoneId() - Method in class com.communote.server.api.core.user.UserVO
-
The id of the users time zone.
- getTimeZoneId() - Method in class com.communote.server.core.common.time.SimplifiedTimeZone
-
- getTimeZoneId() - Method in class com.communote.server.core.filter.listitems.UserProfileDetailListItem
-
- getTimeZoneId() - Method in class com.communote.server.core.user.UserProfileDetails
-
- getTimeZoneId() - Method in class com.communote.server.model.config.ClientConfiguration
-
The time zone id used for the client.
- getTimeZoneId() - Method in class com.communote.server.model.user.UserProfile
-
The ID of the TimeZone.
- getTimeZoneId() - Method in class com.communote.server.persistence.user.UserProfileVO
-
The ID of the TimeZone.
- getTimeZoneId() - Method in class com.communote.server.web.fe.portal.user.client.forms.ClientGeneralSettingsForm
-
- getTimeZoneId() - Method in class com.communote.server.web.fe.portal.user.forms.RegistrationForm
-
- getTimeZoneId() - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileForm
-
Get the timezone id of this User.
- getTimeZoneId() - Method in class com.communote.server.web.fe.widgets.blog.AboutBlogWidget
-
- getTimeZoneId() - Method in class com.communote.server.web.fe.widgets.blog.ChronologicalPostListWidget
-
Gets the effective time zone id for the user
- getTimeZoneId() - Method in class com.communote.server.web.fe.widgets.user.profile.AboutUserProfileWidget
-
- getTimeZoneOffset() - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileForm
-
Gets the current time zone offset by user
- getTimeZoneOffsetList() - Method in class com.communote.server.web.fe.portal.user.forms.RegistrationForm
-
- getTimeZones() - Method in class com.communote.server.core.common.time.TimeZoneProvider
-
- getTimeZones() - Method in class com.communote.server.core.common.velocity.CommunoteTool
-
- getTimeZones() - Method in interface com.communote.server.core.user.MasterDataManagement
- getTimeZones() - Method in class com.communote.server.core.user.MasterDataManagementBase
-
- getTitle() - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the Title.
- getTitle() - Method in class com.communote.plugins.api.rest.resource.timelinetopic.TimelineTopicResource
-
Returns the Title.
- getTitle() - Method in class com.communote.plugins.api.rest.resource.topic.CreateTopicParameter
-
Returns the Title.
- getTitle() - Method in class com.communote.plugins.api.rest.resource.topic.EditTopicParameter
-
Returns the Title.
- getTitle() - Method in class com.communote.plugins.api.rest.resource.topic.GetCollectionTopicParameter
-
Returns the Title.
- getTitle() - Method in class com.communote.plugins.api.rest.resource.topic.GetTopicParameter
-
Returns the Title.
- getTitle() - Method in class com.communote.plugins.api.rest.resource.topic.TopicResource
-
Returns the Title.
- getTitle() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the Title.
- getTitle() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.TimelineTopicResource
-
Returns the Title.
- getTitle() - Method in class com.communote.plugins.api.rest.v22.resource.topic.CreateTopicParameter
-
Returns the Title.
- getTitle() - Method in class com.communote.plugins.api.rest.v22.resource.topic.EditTopicParameter
-
Returns the Title.
- getTitle() - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetCollectionTopicParameter
-
Returns the Title.
- getTitle() - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetTopicParameter
-
Returns the Title.
- getTitle() - Method in class com.communote.plugins.api.rest.v22.resource.topic.TopicResource
-
Returns the Title.
- getTitle() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the Title.
- getTitle() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.TimelineTopicResource
-
Returns the Title.
- getTitle() - Method in class com.communote.plugins.api.rest.v24.resource.topic.CreateTopicParameter
-
Returns the Title.
- getTitle() - Method in class com.communote.plugins.api.rest.v24.resource.topic.EditTopicParameter
-
Returns the Title.
- getTitle() - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
Returns the Title.
- getTitle() - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetTopicParameter
-
Returns the Title.
- getTitle() - Method in class com.communote.plugins.api.rest.v24.resource.topic.TopicResource
-
Returns the Title.
- getTitle() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the Title.
- getTitle() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.TimelineTopicResource
-
Returns the Title.
- getTitle() - Method in class com.communote.plugins.api.rest.v30.resource.topic.CreateTopicParameter
-
Returns the Title.
- getTitle() - Method in class com.communote.plugins.api.rest.v30.resource.topic.EditTopicParameter
-
Returns the Title.
- getTitle() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Returns the Title.
- getTitle() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetTopicParameter
-
Returns the Title.
- getTitle() - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Returns the Title.
- getTitle() - Method in class com.communote.plugins.mq.message.core.data.topic.Topic
-
Gets the title.
- getTitle() - Method in class com.communote.server.api.core.blog.BlogTO
-
- getTitle() - Method in class com.communote.server.api.core.blog.MinimalBlogData
-
- getTitle(Locale) - Method in class com.communote.server.core.blog.export.impl.RssNoteWriter
-
- getTitle() - Method in class com.communote.server.model.blog.Blog
-
The title of the blog.
- getTitle() - Method in class com.communote.server.web.api.to.listitem.BlogListItem
-
- getTitle(Locale, HttpServletRequest) - Method in class com.communote.server.web.commons.controller.StaticPageSection
-
Return the localized title
- getTitle() - Method in class com.communote.server.web.fe.portal.blog.forms.BlogManagementForm
-
- getTitleKey() - Method in class com.communote.server.web.fe.widgets.type.ContentTypeWidgetExtension
-
- getTo() - Method in class com.communote.server.core.mail.messages.MailMessage
-
- getToAddresses() - Method in class com.communote.server.core.mail.messages.MailMessage
-
- getToAddressPersonalName(String) - Method in class com.communote.server.core.mail.messages.MailMessage
-
- getToDate() - Method in class com.communote.server.core.vo.query.search.DateFilter
-
- getToken() - Method in class com.communote.server.core.security.authentication.confluence.ConfluenceAuthenticationRequest
-
- getTokenFactory() - Method in class com.communote.server.web.external.spring.security.CommunoteTokenAuthenticationProcessingFilter
-
- getTokenName() - Method in class com.communote.server.core.security.authentication.confluence.ConfluenceTokenFactory
-
- getTokenName() - Method in interface com.communote.server.core.security.authentication.TokenFactory
-
- getToolClass() - Method in class com.communote.server.web.commons.view.velocity.ClassBasedToolConfiguration
-
- getToolManager() - Method in class com.communote.server.web.commons.view.velocity.VelocityTemplateManager
-
- getTopic() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the Topic.
- getTopic() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetTimelineNoteParameter
-
Returns the Topic.
- getTopic(NoteData) - Static method in class com.communote.plugins.api.rest.resource.timelinenote.TimelineNoteHelper
-
Extracts the details about a topic into a resource.
- getTopic() - Method in class com.communote.plugins.api.rest.resource.timelinenote.TimelineNoteResource
-
Returns the Topic.
- getTopic() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the Topic.
- getTopic() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetTimelineNoteParameter
-
Returns the Topic.
- getTopic(NoteData) - Static method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteHelper
-
Extracts the details about a topic into a resource.
- getTopic() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteResource
-
Returns the Topic.
- getTopic() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the Topic.
- getTopic() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
Returns the Topic.
- getTopic(NoteData) - Static method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteHelper
-
Extracts the details about a topic into a resource.
- getTopic() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
Returns the Topic.
- getTopic() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the Topic.
- getTopic() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the Topic.
- getTopic() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
Returns the Topic.
- getTopic(NoteData) - Static method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteHelper
-
Extracts the details about a topic into a resource.
- getTopic() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
Returns the Topic.
- getTopic() - Method in class com.communote.plugins.mq.message.core.message.topic.TopicReplyMessage
-
- getTopic() - Method in class com.communote.plugins.mq.message.core.message.topic.TopicSpecificMessage
-
Gets the topic.
- getTopicAccessLevel() - Method in class com.communote.server.core.vo.query.TaggingCoreItemUTPExtension
-
Gets the topic access level.
- getTopicAlias() - Method in class com.communote.plugins.mq.message.core.data.topic.BaseTopic
-
Gets the topic alias.
- getTopicAliasOfExternalObject() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.CreateExternalObjectParameter
-
Returns the TopicAliasOfExternalObject.
- getTopicAliasOfExternalObject() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.EditExternalObjectParameter
-
Returns the TopicAliasOfExternalObject.
- getTopicAliasOfExternalObject() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.ExternalObjectResource
-
Returns the TopicAliasOfExternalObject.
- getTopicAliasOfExternalObject() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
Returns the TopicAliasOfExternalObject.
- getTopicAliasOfExternalObject() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.GetExternalObjectParameter
-
Returns the TopicAliasOfExternalObject.
- getTopicCrawlLastModificationDate(Long) - Method in class com.communote.server.core.lastmodifieddate.LastModificationDateManagement
-
Get the crawl-last-modification date of the given topic.
- getTopicCrawlLastModificationDates(LastModificationDateFactory<T>) - Method in class com.communote.server.core.lastmodifieddate.LastModificationDateManagement
-
Get the crawl-last-modification dates of all topics.
- getTopicEmail() - Method in class com.communote.plugins.api.rest.resource.topic.GetCollectionTopicParameter
-
Returns the TopicEmail.
- getTopicEmail() - Method in class com.communote.plugins.api.rest.resource.topic.GetTopicParameter
-
Returns the TopicEmail.
- getTopicEmail() - Method in class com.communote.plugins.api.rest.resource.topic.TopicResource
-
Returns the TopicEmail.
- getTopicEmail() - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetCollectionTopicParameter
-
Returns the TopicEmail.
- getTopicEmail() - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetTopicParameter
-
Returns the TopicEmail.
- getTopicEmail() - Method in class com.communote.plugins.api.rest.v22.resource.topic.TopicResource
-
Returns the TopicEmail.
- getTopicEmail() - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
Returns the TopicEmail.
- getTopicEmail() - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetTopicParameter
-
Returns the TopicEmail.
- getTopicEmail() - Method in class com.communote.plugins.api.rest.v24.resource.topic.TopicResource
-
Returns the TopicEmail.
- getTopicEmail() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Returns the TopicEmail.
- getTopicEmail() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetTopicParameter
-
Returns the TopicEmail.
- getTopicEmail() - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Returns the TopicEmail.
- getTopicId() - Method in class com.communote.plugins.api.rest.resource.note.CreateNoteParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.resource.note.EditNoteParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.resource.timelinetopic.TimelineTopicResource
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.resource.topic.DeleteTopicParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.resource.topic.EditTopicParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.resource.topic.follow.CreateFollowParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.resource.topic.follow.DeleteFollowParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.resource.topic.follow.GetCollectionFollowParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.resource.topic.GetCollectionTopicParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.resource.topic.GetTopicParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.resource.topic.property.CreatePropertyParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.resource.topic.property.GetCollectionPropertyParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.resource.topic.property.GetPropertyParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.resource.topic.right.EditRightParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.resource.topic.right.GetRightParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.resource.topic.role.CreateRoleParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.resource.topic.role.GetRoleParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.GetRoleBulkExternalParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.resource.topic.roleexternal.CreateRoleExternalParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.resource.topic.roleexternal.GetRoleExternalParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.resource.topic.TopicResource
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v22.resource.note.CreateNoteParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v22.resource.note.EditNoteParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.TimelineTopicResource
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.DeleteTopicParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.EditTopicParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.CreateExternalObjectParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.DeleteExternalObjectParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.EditExternalObjectParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.GetExternalObjectParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.follow.CreateFollowParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.follow.DeleteFollowParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.follow.GetCollectionFollowParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetCollectionTopicParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetTopicParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.property.CreatePropertyParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.property.GetCollectionPropertyParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.property.GetPropertyParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.right.EditRightParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.right.GetRightParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.role.CreateRoleParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.role.GetCollectionRoleParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.role.GetRoleParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.GetRoleBulkExternalParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.CreateRoleExternalParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.GetCollectionRoleExternalParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.GetRoleExternalParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v22.resource.topic.TopicResource
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v24.resource.note.CreateNoteParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v24.resource.note.EditNoteParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.TimelineTopicResource
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.DeleteTopicParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.EditTopicParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.CreateExternalObjectParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.DeleteExternalObjectParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.EditExternalObjectParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.GetExternalObjectParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.follow.CreateFollowParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.follow.DeleteFollowParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.follow.GetCollectionFollowParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetTopicParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.property.CreatePropertyParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.property.GetCollectionPropertyParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.property.GetPropertyParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.right.EditRightParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.right.GetRightParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.role.CreateRoleParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.role.GetCollectionRoleParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.role.GetRoleParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.GetRoleBulkExternalParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.CreateRoleExternalParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.GetCollectionRoleExternalParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.GetRoleExternalParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v24.resource.topic.TopicResource
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.note.CreateNoteParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.note.EditNoteParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.TimelineTopicResource
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.childtopic.CreateChildTopicParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.childtopic.DeleteChildTopicParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.DeleteTopicParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.EditTopicParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.CreateExternalObjectParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.DeleteExternalObjectParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.EditExternalObjectParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.GetExternalObjectParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.follow.CreateFollowParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.follow.DeleteFollowParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.follow.GetCollectionFollowParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetTopicParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.property.CreatePropertyParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.property.GetCollectionPropertyParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.property.GetPropertyParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.right.EditRightParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.right.GetRightParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.CreateRoleParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.GetCollectionRoleParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.GetRoleParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.GetRoleBulkExternalParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.CreateRoleExternalParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.GetCollectionRoleExternalParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.GetRoleExternalParameter
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Returns the TopicId.
- getTopicId() - Method in class com.communote.plugins.mq.message.core.data.topic.BaseTopic
-
Gets the topic id.
- getTopicId(BaseTopic) - Static method in class com.communote.plugins.mq.message.core.util.TopicUtils
-
Get the ID of the topic
- getTopicId() - Method in class com.communote.server.core.blog.events.TopicAccessRightsChangedEvent
-
- getTopicId() - Method in class com.communote.server.core.blog.events.UserToTopicRoleMappingChangedEvent
-
- getTopicId() - Method in exception com.communote.server.core.blog.ToplevelTopicCannotBeChildException
-
- getTopicId() - Method in exception com.communote.server.core.blog.ToplevelTopicIsAlreadyChildBlogManagementException
-
- getTopicId() - Method in exception com.communote.server.core.blog.ToplevelTopicsDisabledBlogManagementException
-
- getTopicId() - Method in class com.communote.server.core.filter.listitems.blog.ExternalObjectListItem
-
- getTopicIdByIdentifier(String, String, BlogManagement) - Static method in class com.communote.plugins.api.rest.resource.topic.TopicResourceHelper
-
Get the topic identifier of alias or id
- getTopicIdByIdentifier(String, String, BlogManagement) - Static method in class com.communote.plugins.api.rest.v22.resource.topic.TopicResourceHelper
-
Get the topic identifier of alias or id
- getTopicIdByIdentifier(String, String, BlogManagement) - Static method in class com.communote.plugins.api.rest.v24.resource.topic.TopicResourceHelper
-
Get the topic identifier of alias or id
- getTopicIdByIdentifier(String, String, BlogManagement) - Static method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResourceHelper
-
Get the topic identifier of alias or id
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.resource.topic.CreateTopicParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.resource.topic.DeleteTopicParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.resource.topic.EditTopicParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.resource.topic.GetTopicParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.resource.topic.role.CreateRoleParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.resource.topic.role.GetRoleParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.GetRoleBulkExternalParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.resource.topic.roleexternal.CreateRoleExternalParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.resource.topic.roleexternal.GetRoleExternalParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v22.resource.topic.CreateTopicParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v22.resource.topic.DeleteTopicParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v22.resource.topic.EditTopicParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.CreateExternalObjectParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.DeleteExternalObjectParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.EditExternalObjectParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.GetExternalObjectParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetTopicParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v22.resource.topic.role.CreateRoleParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v22.resource.topic.role.GetCollectionRoleParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v22.resource.topic.role.GetRoleParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.GetRoleBulkExternalParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.CreateRoleExternalParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.GetCollectionRoleExternalParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.GetRoleExternalParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v24.resource.topic.CreateTopicParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v24.resource.topic.DeleteTopicParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v24.resource.topic.EditTopicParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.CreateExternalObjectParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.DeleteExternalObjectParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.EditExternalObjectParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.GetExternalObjectParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetTopicParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v24.resource.topic.role.CreateRoleParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v24.resource.topic.role.GetCollectionRoleParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v24.resource.topic.role.GetRoleParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.GetRoleBulkExternalParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.CreateRoleExternalParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.GetCollectionRoleExternalParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.GetRoleExternalParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v30.resource.topic.CreateTopicParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v30.resource.topic.DeleteTopicParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v30.resource.topic.EditTopicParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.CreateExternalObjectParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.DeleteExternalObjectParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.EditExternalObjectParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.GetExternalObjectParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetTopicParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.CreateRoleParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.GetCollectionRoleParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.GetRoleParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.GetRoleBulkExternalParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.CreateRoleExternalParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.GetCollectionRoleExternalParameter
-
Returns the constant TopicIdentifier.
- getTopicIdentifier() - Method in class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.GetRoleExternalParameter
-
Returns the constant TopicIdentifier.
- getTopicIdOfExternalObject() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.CreateExternalObjectParameter
-
Returns the TopicIdOfExternalObject.
- getTopicIdOfExternalObject() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.EditExternalObjectParameter
-
Returns the TopicIdOfExternalObject.
- getTopicIdOfExternalObject() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.ExternalObjectResource
-
Returns the TopicIdOfExternalObject.
- getTopicIdOfExternalObject() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
Returns the TopicIdOfExternalObject.
- getTopicIdOfExternalObject() - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.GetExternalObjectParameter
-
Returns the TopicIdOfExternalObject.
- getTopicLastModificationDates(LastModificationDateFactory<T>) - Method in interface com.communote.server.persistence.lastmodifieddate.LastModificationDateDao
-
- getTopicLastModificationDates(LastModificationDateFactory<T>) - Method in class com.communote.server.persistence.lastmodifieddate.LastModificationDateDaoImpl
-
- getTopicListType() - Method in class com.communote.plugins.api.rest.resource.topic.GetCollectionTopicParameter
-
Returns the constant TopicListType.
- getTopicListType() - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetCollectionTopicParameter
-
Returns the constant TopicListType.
- getTopicListType() - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
Returns the constant TopicListType.
- getTopicListType() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Returns the constant TopicListType.
- getTopicmanagement() - Static method in class com.communote.plugins.mq.message.core.util.TopicUtils
-
- getTopicName() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the TopicName.
- getTopicName() - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Returns the TopicName.
- getTopicName() - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Returns the TopicName.
- getTopicName() - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Returns the TopicName.
- getTopicName() - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Returns the TopicName.
- getTopicName() - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Returns the TopicName.
- getTopicName() - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Returns the TopicName.
- getTopicName() - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Returns the TopicName.
- getTopicName() - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Returns the TopicName.
- getTopicNameIdentifier() - Method in class com.communote.server.core.filter.listitems.blog.ExternalObjectListItem
-
- GetTopicParameter - Class in com.communote.plugins.api.rest.resource.topic
-
This class it the parameter class for the Topic resource.
- GetTopicParameter() - Constructor for class com.communote.plugins.api.rest.resource.topic.GetTopicParameter
-
Default Constuctor necessary for json parsing
- GetTopicParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.resource.topic.GetTopicParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetTopicParameter(String, String) - Constructor for class com.communote.plugins.api.rest.resource.topic.GetTopicParameter
-
- GetTopicParameter - Class in com.communote.plugins.api.rest.v22.resource.topic
-
This class it the parameter class for the Topic resource.
- GetTopicParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.GetTopicParameter
-
Default Constuctor necessary for json parsing
- GetTopicParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.GetTopicParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetTopicParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v22.resource.topic.GetTopicParameter
-
- GetTopicParameter - Class in com.communote.plugins.api.rest.v24.resource.topic
-
This class it the parameter class for the Topic resource.
- GetTopicParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.GetTopicParameter
-
Default Constuctor necessary for json parsing
- GetTopicParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.GetTopicParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetTopicParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v24.resource.topic.GetTopicParameter
-
- GetTopicParameter - Class in com.communote.plugins.api.rest.v30.resource.topic
-
This class it the parameter class for the Topic resource.
- GetTopicParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.GetTopicParameter
-
Default Constuctor necessary for json parsing
- GetTopicParameter(MultivaluedMap<String, String>, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.GetTopicParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetTopicParameter(String, String) - Constructor for class com.communote.plugins.api.rest.v30.resource.topic.GetTopicParameter
-
- getTopicPath() - Method in class com.communote.server.model.blog.ResolvedTopicToTopic
-
- getTopicRights() - Method in class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
Returns the TopicRights.
- getTopicRights() - Method in class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
Returns the TopicRights.
- getTopicRights() - Method in class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
Returns the TopicRights.
- getTopicRights() - Method in class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
Returns the TopicRights.
- getTopicRights() - Method in class com.communote.plugins.mq.message.core.data.topic.Topic
-
- getTopicRole() - Method in class com.communote.plugins.mq.message.core.data.role.ExternalTopicRole
-
- getTopics() - Method in class com.communote.plugins.mq.message.core.data.note.Note
-
- getTopics() - Method in class com.communote.server.core.common.velocity.CommunoteTool
-
- getTopicSearchParameterNames() - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
- getTopicTitle() - Method in class com.communote.server.core.blog.BlogCreatedEvent
-
- getTopicTitle() - Method in class com.communote.server.core.blog.events.TopicAccessRightsChangedEvent
-
- getTopicTitle() - Method in exception com.communote.server.core.blog.ToplevelTopicCannotBeChildException
-
- getToplevel() - Method in class com.communote.server.core.vo.blog.TopicStructureTO
-
- getTransientProperty(String) - Method in class com.communote.server.api.core.note.NoteStoringTO
-
Get the value of previously added transient property.
- getTrustStore() - Method in interface com.communote.server.api.core.config.StartupProperties
-
- getTrustStore() - Method in class com.communote.server.core.config.StartupPropertiesImpl
-
- getType() - Method in class com.communote.plugins.api.rest.v30.resource.lastmodificationdate.GetCollectionLastModificationDateParameter
-
Returns the constant Type.
- getType() - Method in class com.communote.server.core.blog.TopicHierarchyEvent
-
- getType() - Method in class com.communote.server.core.filter.listitems.blog.member.CommunoteEntityData
-
- getType() - Method in class com.communote.server.core.filter.listitems.blog.member.EntityGroupListItem
-
- getType() - Method in class com.communote.server.core.filter.listitems.blog.member.UserListItem
-
- getType(String) - Static method in enum com.communote.server.core.image.type.EntityImageManagement.ImageType
-
- getType() - Method in class com.communote.server.core.messaging.vo.MessagerConnectorConfigTO
-
- getType() - Method in class com.communote.server.core.plugin.PluginPropertyCacheKey
-
- getType() - Method in class com.communote.server.core.vo.query.logical.CompoundTagFormula
-
Returns the type of the compound formula
- getType() - Method in class com.communote.server.model.messaging.MessagerConnectorConfig
-
- getType() - Method in class com.communote.server.model.security.IpRangeChannel
-
- getType() - Method in class com.communote.server.web.commons.tags.ImageKenmeiUrlTag
-
- getTypeClassName() - Method in enum com.communote.server.core.vo.query.ResourceTypeRestrictionEnum
-
Returns the class name of a resource type
- getTypeDescriptor(String) - Method in class com.communote.server.core.image.ImageProviderManager
-
- getTypeId() - Method in interface com.communote.plugins.mediaparser.mediatype.RichMediaType
-
- getTypeId() - Method in enum com.communote.plugins.mediaparser.mediatype.RichMediaTypes
- getTypes() - Method in class com.communote.server.persistence.tag.DefaultTagStore
- getTypes() - Method in interface com.communote.server.persistence.tag.TagStore
-
- getTypeSpecificExtension() - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
- getUninformableUsers() - Method in exception com.communote.server.core.blog.notes.processors.exceptions.DirectMessageMissingRecipientException
-
- getUninformableUsers() - Method in class com.communote.server.core.vo.uti.UserNotificationResult
-
A Collection of user aliases of users who cannot be informed.
- getUniqueMessageId(Message) - Method in class com.communote.server.core.mail.fetching.ImapMailboxConnection
-
Returns a unique id for an email message.
- getUniqueMessageId(Message) - Method in class com.communote.server.core.mail.fetching.MailboxConnection
-
Returns a unique id for an email message.
- getUniqueMessageId(Message) - Method in class com.communote.server.core.mail.fetching.MailFetcher
-
Returns a unique id for an email message.
- getUniqueName() - Method in exception com.communote.server.api.core.task.TaskAlreadyExistsException
-
- getUniqueName() - Method in class com.communote.server.api.core.task.TaskTO
-
- getUniqueName() - Method in class com.communote.server.model.task.Task
-
- getUniqueResourceIdentifier() - Method in class com.communote.server.core.common.caching.eh.PlaceHolderCacheManagerPeerListener
- getUniqueTaskName() - Method in class com.communote.server.core.tasks.TaskScheduledEvent
-
- getUnparsedTags() - Method in class com.communote.plugins.mq.message.core.data.note.Note
-
- getUnparsedTags() - Method in class com.communote.server.api.core.blog.BlogTO
-
- getUnparsedTags() - Method in class com.communote.server.api.core.note.NoteStoringTO
-
A string holding all tags for this post separated by comma.
- getUnresolvableBlogs() - Method in class com.communote.server.core.vo.blog.NoteModificationResult
-
- getUnresolvableUsers() - Method in exception com.communote.server.core.blog.notes.processors.exceptions.DirectMessageMissingRecipientException
-
- getUnresolvableUsers() - Method in class com.communote.server.core.vo.uti.UserNotificationResult
-
Collection of user aliases that could not be resolved to users.
- getUnscaledImage(String, String, String) - Method in class com.communote.server.core.image.caching.ImageDiskCache
-
Get the stored unscaled image
- getUnwritableBlogs() - Method in class com.communote.server.core.vo.blog.NoteModificationResult
-
- getUpdateDataProvider() - Method in class com.communote.server.core.database.liquibase.AbstractLiquibaseDatabaseUpdater
-
- getUploadDate() - Method in class com.communote.server.core.vo.content.AttachmentTO
-
- getUploadDate() - Method in class com.communote.server.model.attachment.Attachment
-
The date, the attachment was uploaded.
- getUploadedAttachmentsFromSession(Request, String) - Static method in class com.communote.plugins.api.rest.resource.ResourceHandlerHelper
-
Returns a set with attachment IDs uploaded in the current session.
- getUploadedAttachmentsFromSession(Request, String) - Static method in class com.communote.plugins.api.rest.v22.resource.ResourceHandlerHelper
-
Returns a set with attachment IDs uploaded in the current session.
- getUploadedAttachmentsFromSession(Request, String) - Static method in class com.communote.plugins.api.rest.v24.resource.ResourceHandlerHelper
-
Returns a set with attachment IDs uploaded in the current session.
- getUploadedAttachmentsFromSession(Request, String) - Static method in class com.communote.plugins.api.rest.v30.resource.ResourceHandlerHelper
-
Returns a set with attachment IDs uploaded in the current session.
- getUploadedAttachmentsFromSession(HttpServletRequest) - Static method in class com.communote.server.web.fe.portal.blog.helper.CreateBlogPostFeHelper
-
Returns a set with attachment IDs uploaded in the current session.
- getUploader() - Method in class com.communote.server.model.attachment.Attachment
-
- getUploaderId() - Method in class com.communote.server.core.vo.content.AttachmentTO
-
- getUpperRole(BlogRole, BlogRole) - Static method in class com.communote.server.core.blog.helper.BlogRoleHelper
-
Get back the upper role of given roles
- getUpperTagDate() - Method in class com.communote.server.core.vo.query.TaggingCoreItemTimeLimitsQueryParameters
-
- getUpperTagDate() - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
- getUrl() - Method in class com.communote.server.core.common.ldap.caching.LdapServer
-
- getUrl() - Method in class com.communote.server.core.crc.vo.ContentMetadata
-
- getUrl() - Method in class com.communote.server.model.config.LdapConfiguration
-
Url of the LDAP Server
- getUrl(HttpServletRequest) - Method in interface com.communote.server.web.commons.resource.FaviconProvider
-
Return the absolute or relative URL to the favicon icon exposed by this provider.
- getUrl() - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
Wrapper for URL.
- getUrl(HttpServletRequest) - Method in class com.communote.server.web.osgi.BundleFaviconProvider
-
- getUrlBasePath() - Method in class com.communote.server.core.rest.CommunoteRestletServletAdapter
-
- getUrlHostname() - Method in class com.communote.plugins.mq.provider.activemq.settings.MQDatabaseSettingsDAO
-
- getUrlHostname() - Method in interface com.communote.plugins.mq.provider.activemq.settings.MQSettingsDAO
-
- getUrlPrefix() - Method in class com.communote.server.api.core.config.ApplicationConfigurationProperties
-
Returns the configured URL prefix for rendering absolute URLs with HTTP protocol.
- getUrlPrefixSecured() - Method in class com.communote.server.api.core.config.ApplicationConfigurationProperties
-
Returns the configured URL prefix for rendering absolute URLs with HTTPS protocol.
- getUsedLanguageCodes() - Method in class com.communote.server.persistence.common.messages.ResourceBundleManager
-
- getUsedLanguages() - Method in class com.communote.server.core.common.velocity.CommunoteTool
-
- getUsedLanguages() - Method in interface com.communote.server.core.user.MasterDataManagement
-
This method returns all available languages plus the language of the current user.
- getUsedLanguages() - Method in class com.communote.server.core.user.MasterDataManagementImpl
-
This method returns all available languages plus the language of the current user.
- getUser(String) - Method in class com.communote.plugin.ldap.LdapUserRepository
-
Get external user from ldap repository
- getUser() - Method in class com.communote.server.api.core.note.NoteData
-
- getUser(Number) - Method in class com.communote.server.core.common.velocity.CommunoteTool
-
Get the details of a user.
- getUser(UserIdentification) - Method in class com.communote.server.core.external.AbstractExternalUserRepository
-
- getUser(String) - Method in class com.communote.server.core.external.confluence.ConfluenceUserRepository
-
- getUser(String) - Method in interface com.communote.server.core.external.ExternalUserRepository
-
- getUser(UserIdentification) - Method in interface com.communote.server.core.external.ExternalUserRepository
-
- getUser(UserIdentification) - Method in class com.communote.server.core.security.authentication.ExternalAuthenticationProvider
-
Get the user for the given identification
- getUser(NoteRenderContext, UserData) - Method in class com.communote.server.core.template.velocity.NoteTemplateUrlTool
-
Return the link to a user.
- getUser() - Method in exception com.communote.server.core.user.InvalidUserStatusTransitionException
-
the user whose status should have been changed
- getUser(Long) - Method in class com.communote.server.core.vo.query.user.DataAccessUserConverter
-
Getting user object by id
- getUser() - Method in class com.communote.server.model.note.Note
-
- getUser() - Method in class com.communote.server.model.security.SecurityCode
-
- getUser() - Method in class com.communote.server.model.user.group.UserOfGroup
-
- getUser() - Method in class com.communote.server.model.user.note.UserNoteEntity
-
- getUser() - Method in class com.communote.server.model.user.UserNoteProperty
-
- getUser(String) - Method in class com.communote.server.service.UserService
-
Get a user by its alias.
- getUser(String, String) - Method in class com.communote.server.service.UserService
-
Get a user that originates from a specific external system.
- getUser(UserIdentification, UserService.UserServiceRetrievalFlag...) - Method in class com.communote.server.service.UserService
-
- getUser() - Method in class com.communote.server.web.api.to.listitem.DetailPostListItem
-
- getUser() - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- getUser() - Method in class com.communote.server.web.fe.portal.user.forms.RegistrationForm
-
Gets the user.
- getUserAlias() - Method in class com.communote.plugins.api.rest.resource.topic.role.CreateRoleParameter
-
Returns the UserAlias.
- getUserAlias() - Method in class com.communote.plugins.api.rest.v22.resource.topic.role.CreateRoleParameter
-
Returns the UserAlias.
- getUserAlias() - Method in class com.communote.plugins.api.rest.v22.resource.topic.role.RoleResource
-
Returns the UserAlias.
- getUserAlias() - Method in class com.communote.plugins.api.rest.v24.resource.topic.role.CreateRoleParameter
-
Returns the UserAlias.
- getUserAlias() - Method in class com.communote.plugins.api.rest.v24.resource.topic.role.RoleResource
-
Returns the UserAlias.
- getUserAlias() - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.CreateRoleParameter
-
Returns the UserAlias.
- getUserAlias() - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.GetCollectionRoleParameter
-
Returns the UserAlias.
- getUserAlias() - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.RoleResource
-
Returns the UserAlias.
- getUserAlias(String) - Method in interface com.communote.server.core.messaging.connector.MessagerConnector
-
This method extracts the correct user alias for this connector.
- getUserAlias(String) - Method in class com.communote.server.core.messaging.connectors.xmpp.XMPPConnector
-
This method extracts the correct user alias for this connector.
- getUserAlias(String, String) - Method in interface com.communote.server.core.messaging.NotificationManagement
-
- getUserAlias(String, String) - Method in class com.communote.server.core.messaging.NotificationManagementBase
- getUserAlias() - Method in class com.communote.server.core.security.FieldUserIdentification
- getUserAlias() - Method in class com.communote.server.core.security.InternalSystemUserDetails
-
The alias of the user
- getUserAlias() - Method in class com.communote.server.core.security.PublicUserDetails
-
The alias of the user
- getUserAlias() - Method in class com.communote.server.core.security.UserDetails
-
The alias of the user
- getUserAlias() - Method in interface com.communote.server.core.security.UserIdentification
-
- getUserAlias() - Method in class com.communote.server.core.user.UserProfileDetails
-
The alias of the user
- getUserAlias() - Method in class com.communote.server.core.util.InitalFiltersVO
-
- getUserAlias() - Method in class com.communote.server.core.vo.query.TaggingCoreItemQueryDefinition
-
- getUserAlias() - Method in class com.communote.server.core.vo.query.user.AbstractUserQuery
-
Get the query prefix for the user
- getUserAlias() - Method in class com.communote.server.core.vo.query.user.CommunoteEntityQuery
-
Get the query prefix for the user
- getUserAlias() - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
Gets the alias.
- getUserAlias() - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
Gets the userEmail
- getUserAliases() - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
- getUserAttributesMapper() - Method in class com.communote.server.core.common.ldap.CommunoteLdapUserSearch
-
- getUserAuthorities(UserRole[]) - Static method in class com.communote.server.core.user.UserAuthorityHelper
-
Creates a set of UserAuthority entities from UserRole's.
- getUserAuthorities() - Method in class com.communote.server.model.user.User
-
- getUserAuthorityDao() - Method in class com.communote.server.persistence.user.UserDaoBase
-
Gets the reference to UserAuthorityDao
.
- getUserById(Long, Converter<User, T>) - Method in interface com.communote.server.core.user.UserManagement
-
Return the details of a user.
- getUserById(Long, Converter<User, T>) - Method in class com.communote.server.core.user.UserManagementImpl
-
- getUserByLocale(Collection<User>) - Static method in class com.communote.server.core.user.UserManagementHelper
-
Groups a collection of users by their localization settings.
- getUserByLocale(Collection<User>, Collection<User>) - Static method in class com.communote.server.core.user.UserManagementHelper
-
Groups a collection of users by their localization settings.
- getUserDao() - Method in class com.communote.server.core.blog.MailBasedPostingManagementBase
-
Gets the reference to kenmeiUser
's DAO.
- getUserDao() - Method in class com.communote.server.core.user.UserProfileManagementBase
-
Gets the reference to kenmeiUser
's DAO.
- getUserDao() - Method in class com.communote.server.core.vo.query.user.DataAccessUserConverter
-
Getting Instance of UserDao
- getUserEmail() - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
Gets the email.
- getUserEmail() - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
Gets the userEmail
- getUserFirstName() - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
Gets the first name.
- getUserFirstName() - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
Gets the userFirstName
- getUserGroup() - Method in class com.communote.server.core.vo.user.group.UserGroupMembershipVO
-
Get the userGroup
- getUserGroupId() - Method in class com.communote.server.core.vo.tag.TagClearanceVO
-
- getUserId() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.resource.timelineuser.TimelineUserResource
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.resource.user.EditUserParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.resource.user.follow.CreateFollowParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.resource.user.follow.DeleteFollowParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.resource.user.follow.GetCollectionFollowParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.resource.user.GetCollectionUserParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.resource.user.GetUserParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.resource.user.image.GetImageParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.resource.user.property.CreatePropertyParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.resource.user.property.GetCollectionPropertyParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.resource.user.property.GetPropertyParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.resource.user.UserResource
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.to.LoginInfo
-
- getUserId() - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.TimelineUserResource
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v22.resource.user.EditUserParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v22.resource.user.follow.CreateFollowParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v22.resource.user.follow.DeleteFollowParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v22.resource.user.follow.GetCollectionFollowParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v22.resource.user.GetCollectionUserParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v22.resource.user.GetUserParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v22.resource.user.image.GetImageParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v22.resource.user.property.CreatePropertyParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v22.resource.user.property.GetCollectionPropertyParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v22.resource.user.property.GetPropertyParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v22.resource.user.UserResource
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v22.to.LoginInfo
-
- getUserId() - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.TimelineUserResource
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v24.resource.user.EditUserParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v24.resource.user.follow.CreateFollowParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v24.resource.user.follow.DeleteFollowParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v24.resource.user.follow.GetCollectionFollowParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v24.resource.user.GetUserParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v24.resource.user.image.GetImageParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v24.resource.user.property.CreatePropertyParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v24.resource.user.property.GetCollectionPropertyParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v24.resource.user.property.GetPropertyParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.EditUserPreferenceParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.GetUserPreferenceParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.CreatePreferenceParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.DeletePreferenceParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.EditPreferenceParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.GetPreferenceParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResource
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v24.to.LoginInfo
-
- getUserId() - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.TimelineUserResource
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v30.resource.user.EditUserParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.externalproperty.GetExternalPropertyParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.GetCollectionExternalLoginParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v30.resource.user.follow.CreateFollowParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v30.resource.user.follow.DeleteFollowParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v30.resource.user.follow.GetCollectionFollowParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v30.resource.user.GetUserParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v30.resource.user.image.GetImageParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.CreateNavigationItemParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.DeleteNavigationItemParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.EditNavigationItemParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.GetCollectionNavigationItemParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.GetNavigationItemParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v30.resource.user.observation.GetCollectionObservationParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v30.resource.user.observation.GetObservationParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v30.resource.user.property.CreatePropertyParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v30.resource.user.property.GetCollectionPropertyParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v30.resource.user.property.GetPropertyParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.EditUserPreferenceParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.GetUserPreferenceParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.CreatePreferenceParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.DeletePreferenceParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.EditPreferenceParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.GetPreferenceParameter
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
Returns the UserId.
- getUserId() - Method in class com.communote.plugins.api.rest.v30.to.LoginInfo
-
- getUserId() - Method in class com.communote.server.api.core.property.PropertyEvent
-
- getUserId() - Method in class com.communote.server.api.core.user.UserData
-
- getUserId() - Method in class com.communote.server.core.blog.AssignedBlogRoleChangedEvent
-
- getUserId() - Method in class com.communote.server.core.blog.BlogCreatedEvent
-
- getUserId() - Method in class com.communote.server.core.blog.BlogRoleCacheKey
-
- getUserId() - Method in exception com.communote.server.core.blog.notes.processors.exceptions.InvalidPermissionForRepostException
-
- getUserId() - Method in class com.communote.server.core.blog.TopicHierarchyEvent
-
- getUserId(String) - Method in class com.communote.server.core.image.type.HttpExternalUserImageProvider
-
Convert the image identifier into a user ID if it is a valid ID.
- getUserId() - Method in class com.communote.server.core.security.event.UserAuthenticatedEvent
-
- getUserId() - Method in class com.communote.server.core.security.FieldUserIdentification
- getUserId() - Method in class com.communote.server.core.security.InternalSystemUserDetails
-
The user id of the user
- getUserId() - Method in class com.communote.server.core.security.PublicUserDetails
-
The user id of the user
- getUserId() - Method in exception com.communote.server.core.security.TermsNotAcceptedException
-
The ID of the user who has not accepted the terms.
- getUserId() - Method in exception com.communote.server.core.security.TermsOfUseNotAcceptedException
-
The ID of the user who has not accepted the terms.
- getUserId() - Method in class com.communote.server.core.security.UserDetails
-
The user id of the user
- getUserId() - Method in interface com.communote.server.core.security.UserIdentification
-
- getUserId() - Method in class com.communote.server.core.user.events.UserStatusChangedEvent
-
- getUserId() - Method in class com.communote.server.core.user.note.UserNoteTOCacheKey
-
- getUserId() - Method in class com.communote.server.core.user.UserProfileDetails
-
The user id of the user
- getUserId() - Method in class com.communote.server.core.util.InitalFiltersVO
-
- getUserId() - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
- getUserId() - Method in class com.communote.server.core.vo.query.TaggingCoreItemUTPExtension
-
Get the User Id for which the rights to access a blog is checked.
- getUserId() - Method in class com.communote.server.core.vo.user.note.UserNoteEntityTO
-
- getUserId() - Method in class com.communote.server.model.blog.UserToBlogRoleMapping
-
ID of the user.
- getUserId() - Method in class com.communote.server.web.api.to.listitem.PostListItem
-
- getUserId() - Method in class com.communote.server.web.api.to.listitem.v1_0_1.DetailPostListItem
-
- getUserId() - Method in class com.communote.server.web.api.to.user.LoginInfo
-
- getUserId() - Method in class com.communote.server.web.commons.tags.ImageKenmeiUrlTag
-
- getUserId(HttpServletRequest) - Method in class com.communote.server.web.fe.widgets.management.user.UserManagementSystemUserProfileWidget
-
- getUserId() - Method in class com.communote.server.web.fe.widgets.user.profile.AboutUserProfileWidget
-
- getUserId(HttpServletRequest) - Method in class com.communote.server.web.fe.widgets.user.profile.UserProfileChangePasswordWidget
-
Return the ID of the user for which the password should be changed
- getUserId() - Method in class com.communote.server.web.fe.widgets.user.profile.UserProfileImageUploadWidget
-
returns the user ID of the current user
- getUserIdentifier() - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
Gets the userIdentifier
- getUserIds() - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
the user ids
- getUserIdsToIgnore() - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
- getUserImageDao() - Method in class com.communote.server.core.user.UserProfileManagementBase
-
Gets the reference to userImage
's DAO.
- getUserLanguageCode() - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
Gets the language code.
- getUserLastName() - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
Gets the last name.
- getUserLastName() - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
Gets the userLastName
- getUserLink(String) - Method in class com.communote.server.core.blog.export.DefaultPermalinkGenerator
-
- getUserLink(String, boolean) - Method in class com.communote.server.core.blog.export.DefaultPermalinkGenerator
-
.
- getUserLink(String, boolean) - Method in class com.communote.server.core.blog.export.PermalinkGenerationManagement
-
Delegates to the last added generator or the default generator.
- getUserLink(String) - Method in interface com.communote.server.core.blog.export.PermalinkGenerator
-
- getUserLink(String, boolean) - Method in interface com.communote.server.core.blog.export.PermalinkGenerator
-
- getUserLocale() - Method in class com.communote.server.core.security.InternalSystemUserDetails
-
- getUserLocale() - Method in class com.communote.server.core.security.PublicUserDetails
-
- getUserLocale() - Method in class com.communote.server.core.security.UserDetails
-
- getUserLocale() - Method in class com.communote.server.core.user.UserProfileDetails
-
- getUserLongName() - Method in class com.communote.server.core.util.InitalFiltersVO
-
- getUserManagement() - Method in class com.communote.server.web.fe.portal.user.client.controller.AbstractUserInviteController
-
returns the user management service
- getUserMessagerId(long) - Method in interface com.communote.server.core.messaging.connector.MessagerConnector
-
Returns the user in the messagers format.
- getUserMessagerId(long) - Method in class com.communote.server.core.messaging.connectors.xmpp.XMPPConnector
-
This method returns the clients alias.
- getUserName() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the UserName.
- getUserName() - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Returns the UserName.
- getUserName() - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Returns the UserName.
- getUserName() - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Returns the UserName.
- getUserName() - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Returns the UserName.
- getUserName() - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Returns the UserName.
- getUserName() - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Returns the UserName.
- getUserName() - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Returns the UserName.
- getUserName() - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Returns the UserName.
- getUsername() - Method in class com.communote.plugins.mq.adapter.activemq.configuration.ActiveMQAdapterConfiguration
- getUsername() - Method in interface com.communote.plugins.mq.adapter.activemq.configuration.ActiveMQConfiguration
-
- getUsername() - Method in class com.communote.plugins.mq.provider.activemq.settings.ActiveMQProviderEmbeddedConfiguration
- getUsername() - Method in exception com.communote.server.core.security.authentication.AuthAgainstInternalDBWhileExternalUserAccountException
-
- getUsername() - Method in class com.communote.server.core.security.authentication.confluence.ConfluenceAuthenticationRequest
-
- getUsername() - Method in exception com.communote.server.core.user.ExternalUserPasswordChangeNotAllowedException
-
- getUsername() - Method in exception com.communote.server.external.acegi.UserAccountException
-
- getUserNoteEntity(Long) - Method in class com.communote.server.core.user.note.UserNoteEntityService
-
- getUserNoteEntity(Long, Long) - Method in class com.communote.server.core.user.note.UserNoteEntityService
-
- getUserNoteProperties() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns List of constants UserNoteProperties.
- getUserNoteProperties() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetTimelineNoteParameter
-
Returns List of constants UserNoteProperties.
- getUserNoteProperties() - Method in class com.communote.plugins.api.rest.resource.timelinenote.TimelineNoteResource
-
Returns List of constants UserNoteProperties.
- getUserNoteProperties() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns List of constants UserNoteProperties.
- getUserNoteProperties() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetTimelineNoteParameter
-
Returns List of constants UserNoteProperties.
- getUserNoteProperties() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteResource
-
Returns List of constants UserNoteProperties.
- getUserNoteProperties() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns List of constants UserNoteProperties.
- getUserNoteProperties() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
Returns List of constants UserNoteProperties.
- getUserNoteProperties() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
Returns List of constants UserNoteProperties.
- getUserNoteProperties() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns List of constants UserNoteProperties.
- getUserNoteProperties() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns List of constants UserNoteProperties.
- getUserNoteProperties() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
Returns List of constants UserNoteProperties.
- getUserNoteProperties() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
Returns List of constants UserNoteProperties.
- getUserNotificationResult() - Method in class com.communote.server.core.vo.blog.NoteModificationResult
-
- getUserNotificationSchedules(Long) - Method in class com.communote.server.core.messaging.NotificationService
-
Method to get a map of all set notification definitions and schedules for a given user.
- getUserOfGroupEntities(UserOfGroupModificationType) - Method in interface com.communote.server.persistence.user.group.UserOfGroupDao
-
Returns the UserOfGroup entities that have the provided UserOfGroupModificationType.
- getUserOfGroupEntities(UserOfGroupModificationType) - Method in class com.communote.server.persistence.user.group.UserOfGroupDaoBase
-
- GetUserParameter - Class in com.communote.plugins.api.rest.resource.user
-
This class it the parameter class for the User resource.
- GetUserParameter() - Constructor for class com.communote.plugins.api.rest.resource.user.GetUserParameter
-
Default Constuctor necessary for json parsing
- GetUserParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.resource.user.GetUserParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetUserParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.resource.user.GetUserParameter
-
- GetUserParameter - Class in com.communote.plugins.api.rest.v22.resource.user
-
This class it the parameter class for the User resource.
- GetUserParameter() - Constructor for class com.communote.plugins.api.rest.v22.resource.user.GetUserParameter
-
Default Constuctor necessary for json parsing
- GetUserParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.user.GetUserParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetUserParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v22.resource.user.GetUserParameter
-
- GetUserParameter - Class in com.communote.plugins.api.rest.v24.resource.user
-
This class it the parameter class for the User resource.
- GetUserParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.user.GetUserParameter
-
Default Constuctor necessary for json parsing
- GetUserParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.user.GetUserParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetUserParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.user.GetUserParameter
-
- GetUserParameter - Class in com.communote.plugins.api.rest.v30.resource.user
-
This class it the parameter class for the User resource.
- GetUserParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.user.GetUserParameter
-
Default Constuctor necessary for json parsing
- GetUserParameter(MultivaluedMap<String, String>, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.user.GetUserParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetUserParameter(String, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.user.GetUserParameter
-
- getUserPassword() - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- getUserPasswordConfirmation() - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- getUserPasswordSettingKey(String) - Static method in class com.communote.plugins.mq.provider.activemq.user.MQDatabaseUsersDAO
-
- GetUserPreferenceParameter - Class in com.communote.plugins.api.rest.v24.resource.user.userpreference
-
This class it the parameter class for the UserPreference resource.
- GetUserPreferenceParameter() - Constructor for class com.communote.plugins.api.rest.v24.resource.user.userpreference.GetUserPreferenceParameter
-
Default Constuctor necessary for json parsing
- GetUserPreferenceParameter(MultivaluedMap<String, String>, Long, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.user.userpreference.GetUserPreferenceParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetUserPreferenceParameter(String, Long, Long) - Constructor for class com.communote.plugins.api.rest.v24.resource.user.userpreference.GetUserPreferenceParameter
-
- GetUserPreferenceParameter - Class in com.communote.plugins.api.rest.v30.resource.user.userpreference
-
This class it the parameter class for the UserPreference resource.
- GetUserPreferenceParameter() - Constructor for class com.communote.plugins.api.rest.v30.resource.user.userpreference.GetUserPreferenceParameter
-
Default Constuctor necessary for json parsing
- GetUserPreferenceParameter(MultivaluedMap<String, String>, Long, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.user.userpreference.GetUserPreferenceParameter
-
This constructor parses all incoming parameter of a request into the class structure
- GetUserPreferenceParameter(String, Long, Long) - Constructor for class com.communote.plugins.api.rest.v30.resource.user.userpreference.GetUserPreferenceParameter
-
- getUserPreferences(String) - Method in class com.communote.server.core.common.velocity.CommunoteTool
-
- getUserPreferencesAsJson(String) - Method in class com.communote.server.core.common.velocity.CommunoteTool
-
- getUserPrincipal() - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
-
- getUserProfile() - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileForm
-
- getUserProfileDao() - Method in class com.communote.server.core.user.UserProfileManagementBase
-
Gets the reference to userProfile
's DAO.
- getUserProfileDao() - Method in class com.communote.server.persistence.user.UserDaoBase
-
Gets the reference to userProfileDao
.
- getUserProfileDetailsById(Long) - Method in interface com.communote.server.core.user.UserProfileManagement
-
- getUserProfileDetailsById(Long, boolean) - Method in interface com.communote.server.core.user.UserProfileManagement
-
- getUserProfileDetailsById(Long) - Method in class com.communote.server.core.user.UserProfileManagementImpl
-
*
- getUserProfileDetailsById(Long, boolean) - Method in class com.communote.server.core.user.UserProfileManagementImpl
- getUserPropertyKeyGroup() - Static method in class com.communote.server.core.common.ldap.LdapUserAttributesMapper
-
Return the user property key group.
- getUserPropertyKeyName(String, LdapUserAttribute) - Static method in class com.communote.server.core.common.ldap.LdapUserAttributesMapper
-
Return the user property key name.
- getUserPropertyMapping() - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
Creates a map with all user attributes and returns the map.
- getUserPropertyMappingAsString() - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
Returns the mapping of the user attributes as string in the form
kenmeiAttribute1=ldapAttribute1,kenmeiAttribute2=ldapAttribute2
- getUserRole() - Method in class com.communote.plugins.api.rest.resource.topic.GetCollectionTopicParameter
-
Returns the UserRole.
- getUserRole() - Method in class com.communote.plugins.api.rest.resource.topic.GetTopicParameter
-
Returns the UserRole.
- getUserRole() - Method in class com.communote.plugins.api.rest.resource.topic.TopicResource
-
Returns the UserRole.
- getUserRole() - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetCollectionTopicParameter
-
Returns the UserRole.
- getUserRole() - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetTopicParameter
-
Returns the UserRole.
- getUserRole() - Method in class com.communote.plugins.api.rest.v22.resource.topic.TopicResource
-
Returns the UserRole.
- getUserRole() - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
Returns the UserRole.
- getUserRole() - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetTopicParameter
-
Returns the UserRole.
- getUserRole() - Method in class com.communote.plugins.api.rest.v24.resource.topic.TopicResource
-
Returns the UserRole.
- getUserRole() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Returns the UserRole.
- getUserRole() - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetTopicParameter
-
Returns the UserRole.
- getUserRole() - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Returns the UserRole.
- getUserRole() - Method in exception com.communote.server.api.core.blog.BlogAccessException
-
the role the user had
- getUserRole() - Method in class com.communote.server.api.core.blog.UserBlogData
-
- getUserRole() - Method in class com.communote.server.core.filter.listitems.blog.UserDetailBlogListItem
-
User group role of the current user
- getUserRoles(User) - Static method in class com.communote.server.core.user.UserAuthorityHelper
-
Gets the user roles.
- getUserRoles(Long) - Static method in class com.communote.server.core.user.UserAuthorityHelper
-
Gets the user roles.
- getUserRolesSettingKey(String) - Static method in class com.communote.plugins.mq.provider.activemq.user.MQDatabaseUsersDAO
-
- getUsers() - Method in class com.communote.plugins.api.rest.resource.note.like.GetCollectionLikeParameter
-
Returns the Users.
- getUsers() - Method in class com.communote.plugins.api.rest.resource.note.like.LikeResource
-
Returns the Users.
- getUsers() - Method in class com.communote.plugins.api.rest.v22.resource.note.like.GetCollectionLikeParameter
-
Returns the Users.
- getUsers() - Method in class com.communote.plugins.api.rest.v22.resource.note.like.LikeResource
-
Returns the Users.
- getUsers() - Method in class com.communote.plugins.api.rest.v24.resource.note.like.GetCollectionLikeParameter
-
Returns the Users.
- getUsers() - Method in class com.communote.plugins.api.rest.v24.resource.note.like.LikeResource
-
Returns the Users.
- getUsers() - Method in class com.communote.plugins.api.rest.v30.resource.note.like.GetCollectionLikeParameter
-
Returns the Users.
- getUsers() - Method in class com.communote.plugins.api.rest.v30.resource.note.like.LikeResource
-
Returns the Users.
- getUserSearch() - Method in class com.communote.server.model.config.LdapConfiguration
-
- getUserSearchBases() - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
Gets the userSearchBases
- getUserSearchFields(I) - Method in class com.communote.server.core.vo.query.user.AbstractUserQuery
-
- getUserSearchFields(CommunoteEntityQueryParameters) - Method in class com.communote.server.core.vo.query.user.CommunoteEntityQuery
-
Search also the group fields
- getUserSearchfilter() - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
- getUserSearchFilters() - Method in class com.communote.server.core.vo.query.user.UserQueryParameters
-
Get the user search strings
- getUserSearchParameterNames() - Method in class com.communote.server.core.vo.query.user.UserQueryParameters
-
- getUserServiceRepositoryMode() - Method in class com.communote.server.web.fe.portal.user.client.controller.integration.IntegrationOverviewForm
-
- getUserShortName() - Method in class com.communote.server.core.util.InitalFiltersVO
-
- getUserSignature(User, UserNameFormat) - Method in class com.communote.server.core.common.velocity.CommunoteTool
-
To get the signature of an author.
- getUserSignature(UserData, UserNameFormat) - Method in class com.communote.server.core.common.velocity.CommunoteTool
-
To get the signature of an author.
- getUserSignature(UserProfileDetailListItem, UserNameFormat) - Method in class com.communote.server.core.common.velocity.CommunoteTool
-
To get the signature of an author.
- getUserSignature(User, UserNameFormat) - Static method in class com.communote.server.core.user.helper.UserNameHelper
-
To get the signature of an user.
- getUserSignature(UserData, UserNameFormat) - Static method in class com.communote.server.core.user.helper.UserNameHelper
-
To get the signature of an user.
- getUserSignature(UserProfileDetailListItem, UserNameFormat) - Static method in class com.communote.server.core.user.helper.UserNameHelper
-
To get the signature of an user.
- getUsersNotToNotify() - Method in class com.communote.server.api.core.note.NoteStoringTO
-
List of user alias, which can't be notified.
- getUsersOfGroup(Long) - Method in interface com.communote.server.core.user.UserGroupMemberManagement
-
Return all users who are direct members of a group.
- getUsersOfGroup(Long, String) - Method in interface com.communote.server.core.user.UserGroupMemberManagement
-
Return all IDs of users who are direct members of a given group.
- getUsersOfGroup(Long) - Method in class com.communote.server.core.user.UserGroupMemberManagementBase
-
- getUsersOfGroup(Long, String) - Method in class com.communote.server.core.user.UserGroupMemberManagementImpl
-
Return all IDs of users who are direct members of a given group.
- getUsersOfGroup(Long) - Method in interface com.communote.server.persistence.user.group.UserOfGroupDao
-
Returns for a given group all users participating in the UserOfGroup association.
- getUsersOfGroup(Long) - Method in class com.communote.server.persistence.user.group.UserOfGroupDaoBase
-
- getUsersOfProperty(Long, String, String, String, Converter<User, T>) - Method in interface com.communote.server.api.core.property.PropertyManagement
-
Return the users that have a specific note property set for a note.
- getUsersOfProperty(Long, String, String, String, Converter<User, T>) - Method in class com.communote.server.core.property.PropertyManagementImpl
-
- getUsersOfProperty(Long, String, String, String, Converter<User, T>) - Method in class com.communote.server.core.property.UserNotePropertyAccessor
-
Return the users that a given property for a note.
- getUsersSettingKey() - Static method in class com.communote.plugins.mq.provider.activemq.user.MQDatabaseUsersDAO
-
- getUserStatus() - Method in class com.communote.server.core.user.UserProfileDetails
-
- getUserStatusLiterals() - Method in class com.communote.server.web.fe.widgets.management.user.UserManagementSearchBoxWidget
-
- getUserStatusLiterals() - Method in class com.communote.server.web.fe.widgets.management.user.UserManagementUserOverviewWidget
-
- getUsersToBeNotified() - Method in class com.communote.server.model.note.Note
-
- getUsersToNotify(T) - Method in class com.communote.plugins.activity.core.TopicAccessRightsChangedEventListener
-
Returns a set of user alias, which should be notified for this topic access right change.
- getUsersToNotify() - Method in class com.communote.plugins.api.rest.resource.note.CreateNoteParameter
-
Returns the UsersToNotify.
- getUsersToNotify() - Method in class com.communote.plugins.api.rest.resource.note.EditNoteParameter
-
Returns the UsersToNotify.
- getUsersToNotify() - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Returns the UsersToNotify.
- getUsersToNotify() - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Returns the UsersToNotify.
- getUsersToNotify() - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Returns the UsersToNotify.
- getUsersToNotify() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the UsersToNotify.
- getUsersToNotify() - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetTimelineNoteParameter
-
Returns the UsersToNotify.
- getUsersToNotify(NoteData) - Static method in class com.communote.plugins.api.rest.resource.timelinenote.TimelineNoteHelper
-
Extracts and converts the users that have been notified into an array of user resources
- getUsersToNotify() - Method in class com.communote.plugins.api.rest.resource.timelinenote.TimelineNoteResource
-
Returns the UsersToNotify.
- getUsersToNotify() - Method in class com.communote.plugins.api.rest.v22.resource.note.CreateNoteParameter
-
Returns the UsersToNotify.
- getUsersToNotify() - Method in class com.communote.plugins.api.rest.v22.resource.note.EditNoteParameter
-
Returns the UsersToNotify.
- getUsersToNotify() - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Returns the UsersToNotify.
- getUsersToNotify() - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Returns the UsersToNotify.
- getUsersToNotify() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the UsersToNotify.
- getUsersToNotify() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetTimelineNoteParameter
-
Returns the UsersToNotify.
- getUsersToNotify(NoteData) - Static method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteHelper
-
Extracts and converts the users that have been notified into an array of user resources
- getUsersToNotify() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteResource
-
Returns the UsersToNotify.
- getUsersToNotify() - Method in class com.communote.plugins.api.rest.v24.resource.note.CreateNoteParameter
-
Returns the UsersToNotify.
- getUsersToNotify() - Method in class com.communote.plugins.api.rest.v24.resource.note.EditNoteParameter
-
Returns the UsersToNotify.
- getUsersToNotify() - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Returns the UsersToNotify.
- getUsersToNotify() - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Returns the UsersToNotify.
- getUsersToNotify() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the UsersToNotify.
- getUsersToNotify() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
Returns the UsersToNotify.
- getUsersToNotify(NoteData) - Static method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteHelper
-
Extracts and converts the users that have been notified into an array of user resources
- getUsersToNotify() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
Returns the UsersToNotify.
- getUsersToNotify() - Method in class com.communote.plugins.api.rest.v30.resource.note.CreateNoteParameter
-
Returns the UsersToNotify.
- getUsersToNotify() - Method in class com.communote.plugins.api.rest.v30.resource.note.EditNoteParameter
-
Returns the UsersToNotify.
- getUsersToNotify() - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Returns the UsersToNotify.
- getUsersToNotify() - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Returns the UsersToNotify.
- getUsersToNotify() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Returns the UsersToNotify.
- getUsersToNotify() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Returns the UsersToNotify.
- getUsersToNotify() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
Returns the UsersToNotify.
- getUsersToNotify(NoteData) - Static method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteHelper
-
Extracts and converts the users that have been notified into an array of user resources
- getUsersToNotify() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
Returns the UsersToNotify.
- getUsersToNotify() - Method in class com.communote.plugins.mq.message.core.data.note.Note
-
- getUsersToNotify() - Method in class com.communote.server.api.core.note.NoteStoringTO
-
A set of alias strings of users that should be notified about the creation of the user tagged
item.
- getUsersToNotify(Note, NoteStoringPostProcessorContext, Set<Long>) - Method in class com.communote.server.core.blog.notes.processors.DiscussionNotificationNoteProcessor
-
- getUsersToNotify(Note, NoteStoringPostProcessorContext, Set<Long>) - Method in class com.communote.server.core.blog.notes.processors.DiscussionParticipationNotificationNoteProcessor
-
- getUsersToNotify(Note, NoteStoringPostProcessorContext, Set<Long>) - Method in class com.communote.server.core.blog.notes.processors.NotificationNoteProcessor
-
Retrieves the users to be notified.
- getUsersToNotify(Note, NoteStoringPostProcessorContext, Set<Long>) - Method in class com.communote.server.core.blog.notes.processors.TopicNotificationNoteProcessor
-
- getUsersToNotify(Note, NoteStoringPostProcessorContext, Set<Long>) - Method in class com.communote.server.core.blog.notes.processors.UserNotificationNoteProcessor
-
- getUsersToNotifyIds() - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Returns the UsersToNotifyIds.
- getUsersToNotifyIds() - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Returns the UsersToNotifyIds.
- getUserSuffix() - Static method in class com.communote.server.core.messaging.connectors.xmpp.XMPPPatternUtils
-
Suffix to separate the user from specific host settings.
- getUserSuffix() - Method in class com.communote.server.web.fe.portal.user.system.communication.XmppForm
-
- getUsersWithRoleAsJson(long, String) - Method in class com.communote.server.core.common.velocity.TopicTool
-
Method to get a list of users with the given role from the given topic.
- getUserTagIds() - Method in class com.communote.server.core.vo.query.user.UserQueryParameters
-
- getUserTagStoreTagIds() - Method in class com.communote.server.core.vo.query.user.UserQueryParameters
-
- getUserToBeNotified() - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
Gets the user to be notified.
- getValidationMessage() - Method in exception com.communote.plugins.mq.service.exception.MessageValidationException
-
- getValidationStatus() - Method in class com.communote.plugins.mq.message.base.handler.ValidationResult
-
- getValidMimeTypes() - Method in class com.communote.server.api.core.image.ImageDescriptor
-
- getValidMimeTypes() - Method in interface com.communote.server.api.core.image.ImageTypeDescriptor
-
- getValidMimeTypes() - Method in class com.communote.server.api.core.image.type.DefaultImageTypeDescriptor
-
- getValue() - Method in exception com.communote.plugins.api.rest.exception.RestApiIllegalRequestParameterException
-
- getValue() - Method in class com.communote.plugins.api.rest.resource.note.property.CreatePropertyParameter
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.resource.note.property.GetPropertyParameter
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.resource.note.property.PropertyResource
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.resource.topic.property.CreatePropertyParameter
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.resource.topic.property.GetPropertyParameter
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.resource.topic.property.PropertyResource
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.resource.user.property.CreatePropertyParameter
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.resource.user.property.GetPropertyParameter
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.resource.user.property.PropertyResource
-
Returns the Value.
- getValue() - Method in exception com.communote.plugins.api.rest.service.IllegalRequestParameterException
-
- getValue() - Method in exception com.communote.plugins.api.rest.v22.exception.RestApiIllegalRequestParameterException
-
- getValue() - Method in class com.communote.plugins.api.rest.v22.resource.note.property.CreatePropertyParameter
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.v22.resource.note.property.GetPropertyParameter
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.v22.resource.note.property.PropertyResource
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.property.CreatePropertyParameter
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.property.GetPropertyParameter
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.property.PropertyResource
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.v22.resource.topic.property.CreatePropertyParameter
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.v22.resource.topic.property.GetPropertyParameter
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.v22.resource.topic.property.PropertyResource
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.v22.resource.user.property.CreatePropertyParameter
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.v22.resource.user.property.GetPropertyParameter
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.v22.resource.user.property.PropertyResource
-
Returns the Value.
- getValue() - Method in exception com.communote.plugins.api.rest.v22.service.IllegalRequestParameterException
-
- getValue() - Method in exception com.communote.plugins.api.rest.v24.exception.RestApiIllegalRequestParameterException
-
- getValue() - Method in class com.communote.plugins.api.rest.v24.resource.note.property.CreatePropertyParameter
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.v24.resource.note.property.GetPropertyParameter
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.v24.resource.note.property.PropertyResource
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.property.CreatePropertyParameter
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.property.GetPropertyParameter
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.property.PropertyResource
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.v24.resource.topic.property.CreatePropertyParameter
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.v24.resource.topic.property.GetPropertyParameter
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.v24.resource.topic.property.PropertyResource
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.v24.resource.user.property.CreatePropertyParameter
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.v24.resource.user.property.GetPropertyParameter
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.v24.resource.user.property.PropertyResource
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.CreatePreferenceParameter
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.EditPreferenceParameter
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.PreferenceResource
-
Returns the Value.
- getValue() - Method in exception com.communote.plugins.api.rest.v24.service.IllegalRequestParameterException
-
- getValue() - Method in exception com.communote.plugins.api.rest.v30.exception.RestApiIllegalRequestParameterException
-
- getValue() - Method in class com.communote.plugins.api.rest.v30.resource.note.property.CreatePropertyParameter
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.v30.resource.note.property.GetPropertyParameter
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.v30.resource.note.property.PropertyResource
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.property.CreatePropertyParameter
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.property.GetPropertyParameter
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.property.PropertyResource
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.v30.resource.topic.property.CreatePropertyParameter
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.v30.resource.topic.property.GetPropertyParameter
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.v30.resource.topic.property.PropertyResource
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.externalproperty.ExternalPropertyResource
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.externalproperty.GetExternalPropertyParameter
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.v30.resource.user.property.CreatePropertyParameter
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.v30.resource.user.property.GetPropertyParameter
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.v30.resource.user.property.PropertyResource
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.CreatePreferenceParameter
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.EditPreferenceParameter
-
Returns the Value.
- getValue() - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.PreferenceResource
-
Returns the Value.
- getValue() - Method in exception com.communote.plugins.api.rest.v30.service.IllegalRequestParameterException
-
- getValue() - Method in class com.communote.plugins.mq.message.core.data.property.StringProperty
-
- getValue() - Method in enum com.communote.server.api.core.config.type.ApplicationProperty
-
- getValue(String) - Method in enum com.communote.server.api.core.config.type.ApplicationProperty
-
- getValue() - Method in enum com.communote.server.api.core.config.type.ApplicationPropertyMailfetching
-
- getValue(String) - Method in enum com.communote.server.api.core.config.type.ApplicationPropertyMailfetching
-
- getValue() - Method in enum com.communote.server.api.core.config.type.ApplicationPropertyMailing
-
- getValue(boolean) - Method in enum com.communote.server.api.core.config.type.ApplicationPropertyMailing
-
- getValue(String) - Method in enum com.communote.server.api.core.config.type.ApplicationPropertyMailing
-
- getValue() - Method in enum com.communote.server.api.core.config.type.ApplicationPropertySecurity
-
- getValue() - Method in enum com.communote.server.api.core.config.type.ApplicationPropertyVirusScanning
-
- getValue(String) - Method in enum com.communote.server.api.core.config.type.ApplicationPropertyVirusScanning
-
- getValue() - Method in enum com.communote.server.api.core.config.type.ApplicationPropertyXmpp
-
- getValue(String) - Method in enum com.communote.server.api.core.config.type.ApplicationPropertyXmpp
-
- getValue(boolean) - Method in enum com.communote.server.api.core.config.type.ClientProperty
-
- getValue(int) - Method in enum com.communote.server.api.core.config.type.ClientProperty
-
- getValue(String) - Method in enum com.communote.server.api.core.config.type.ClientProperty
-
- getValue() - Method in enum com.communote.server.api.core.config.type.ClientPropertySecurity
-
- getValue(String) - Method in enum com.communote.server.api.core.config.type.ClientPropertySecurity
-
- getValue() - Method in enum com.communote.server.api.core.config.type.CoreProperty
-
- getValue() - Method in class com.communote.server.core.common.ClientValue
-
- getValue() - Method in class com.communote.server.core.filter.SortType
-
Gets the underlying value of this type safe enumeration.
- getValue() - Method in class com.communote.server.core.messaging.connectors.xmpp.AliasPacketExtension
-
Returns the alias.
- getValue(String, boolean) - Method in class com.communote.server.core.vo.user.preferences.UserPreference
-
- getValue(String, byte) - Method in class com.communote.server.core.vo.user.preferences.UserPreference
-
- getValue(String, double) - Method in class com.communote.server.core.vo.user.preferences.UserPreference
-
- getValue(String, float) - Method in class com.communote.server.core.vo.user.preferences.UserPreference
-
- getValue(String, int) - Method in class com.communote.server.core.vo.user.preferences.UserPreference
-
- getValue(String, long) - Method in class com.communote.server.core.vo.user.preferences.UserPreference
-
- getValue(String, short) - Method in class com.communote.server.core.vo.user.preferences.UserPreference
-
- getValue(String, String) - Method in class com.communote.server.core.vo.user.preferences.UserPreference
-
- getValue() - Method in class com.communote.server.model.attachment.AttachmentStatus
-
Gets the underlying value of this type safe enumeration.
- getValue() - Method in class com.communote.server.model.blog.BlogRole
-
Gets the underlying value of this type safe enumeration.
- getValue() - Method in class com.communote.server.model.client.ClientStatus
-
Gets the underlying value of this type safe enumeration.
- getValue() - Method in class com.communote.server.model.messaging.MessagerConnectorType
-
Gets the underlying value of this type safe enumeration.
- getValue() - Method in class com.communote.server.model.note.NoteCreationSource
-
Gets the underlying value of this type safe enumeration.
- getValue() - Method in class com.communote.server.model.note.NoteStatus
-
Gets the underlying value of this type safe enumeration.
- getValue() - Method in class com.communote.server.model.security.ChannelType
-
Gets the underlying value of this type safe enumeration.
- getValue() - Method in class com.communote.server.model.security.SecurityCodeAction
-
Gets the underlying value of this type safe enumeration.
- getValue() - Method in class com.communote.server.model.task.TaskStatus
-
Gets the underlying value of this type safe enumeration.
- getValue() - Method in class com.communote.server.model.user.group.UserOfGroupModificationType
-
Gets the underlying value of this type safe enumeration.
- getValue() - Method in class com.communote.server.model.user.ImageSizeType
-
Gets the underlying value of this type safe enumeration.
- getValue() - Method in class com.communote.server.model.user.UserRole
-
Gets the underlying value of this type safe enumeration.
- getValue() - Method in class com.communote.server.model.user.UserStatus
-
Gets the underlying value of this type safe enumeration.
- getValue() - Method in class com.communote.server.persistence.blog.ExportFormat
-
Gets the underlying value of this type safe enumeration.
- getValue() - Method in exception com.communote.server.web.api.service.IllegalRequestParameterException
-
- getValueFromJson(String, T, Class<T>) - Method in class com.communote.server.core.vo.user.preferences.UserPreference
-
Method to get a more complex object from a JSON string.
- getVelocityTemplateLocation(String) - Method in class com.communote.server.web.commons.viewtool.WebRenderTool
-
Get the path to a velocity template by the name it was registered with at the
TemplateManager
.
- getVersion() - Method in class com.communote.plugins.mq.message.base.handler.CommunoteMessageHandler
-
Handler version is used to distinguish between different formats of the semantically same
message type.
- getVersion() - Method in class com.communote.plugins.mq.message.core.handler.CreateNoteMessageHandler
-
- getVersion() - Method in class com.communote.plugins.mq.message.core.handler.CreateTopicMessageHandler
-
- getVersion() - Method in class com.communote.plugins.mq.message.core.handler.DeleteTopicMessageHandler
-
- getVersion() - Method in class com.communote.plugins.mq.message.core.handler.EditTopicMessageHandler
-
- getVersion() - Method in class com.communote.plugins.mq.message.core.handler.SetTopicRolesMessageHandler
-
- getVersion() - Method in class com.communote.plugins.mq.message.core.handler.UpdateTopicRolesMessageHandler
-
- getVersion() - Method in class com.communote.server.api.core.note.NoteData
-
- getVersion() - Method in class com.communote.server.api.core.note.NoteStoringTO
-
The version.
- getVersion() - Method in class com.communote.server.core.crc.vo.ContentMetadata
-
The version of this content.
- getVersion() - Method in class com.communote.server.core.vo.blog.NoteModificationResult
-
- getVersion() - Method in class com.communote.server.model.note.Note
-
- getVersionOf() - Method in class com.communote.server.model.note.Note
-
- getVersions() - Method in class com.communote.server.core.crc.vo.ContentMetadata
-
- getVersions() - Method in class com.communote.server.core.rest.RestletApplicationManager
-
Getting all supported versions of the REST API sorted
- getVersionString(String) - Method in class com.communote.server.api.core.image.ImageProvider
-
Return a string which represents the version of the image.
- getVersionString() - Method in interface com.communote.server.api.core.image.ImageTypeDescriptor
-
- getVersionString() - Method in class com.communote.server.api.core.image.type.CustomizableImageTypeDescriptor
-
- getVersionString() - Method in class com.communote.server.api.core.image.type.DefaultImageTypeDescriptor
-
- getVersionString(String) - Method in class com.communote.server.core.image.type.AttachmentImageProvider
-
- getVersionString(String) - Method in class com.communote.server.core.image.type.ClientImageProvider
-
- getVersionString(String) - Method in class com.communote.server.core.image.type.EntityImageProvider
-
- getVersionString(String) - Method in class com.communote.server.core.image.type.HttpExternalUserImageProvider
-
- getVersionString(String) - Method in class com.communote.server.core.image.type.UserImageProvider
-
- getVerticalAlignment() - Method in class com.communote.server.api.core.image.ImageDescriptor
-
- getVerticalAlignment() - Method in interface com.communote.server.api.core.image.ImageTypeDescriptor
-
- getVerticalAlignment() - Method in class com.communote.server.api.core.image.type.CustomizableImageTypeDescriptor
-
- getVerticalAlignment() - Method in class com.communote.server.api.core.image.type.DefaultImageTypeDescriptor
-
- getView() - Method in class com.communote.server.web.commons.controller.SimpleViewController
-
The name of the view
- getView() - Method in class com.communote.server.web.commons.controller.VelocityViewController
-
- getView() - Method in class com.communote.server.web.fe.portal.user.controller.RegisterUserController
-
Gets the view.
- getView() - Method in class com.communote.server.web.fe.portal.user.system.application.CertificateController
-
- getViewControllerData() - Method in class com.communote.plugins.core.views.FormViewController
-
- getViewIdentifier() - Method in class com.communote.server.widgets.AbstractWidget
-
Get the view identifier which defines the view for rendering the widgets content
- getViewIdentifier() - Method in class com.communote.server.widgets.annotations.AnnotatedMultiResultWidget
-
- getViewIdentifier() - Method in class com.communote.server.widgets.annotations.AnnotatedSingleResultWidget
-
- getViewIdentifier() - Method in interface com.communote.server.widgets.Widget
-
Get the view identifier which defines the view for rendering the widgets content
- getViewName(HttpServletRequest, Object, int) - Method in class com.communote.server.web.fe.portal.user.controller.ConfirmUserController
- getViewType() - Method in class com.communote.server.core.vo.user.preferences.UserInterfaceUserPreference
-
- getViolatingChildTopicId() - Method in exception com.communote.server.persistence.blog.ParentIsAlreadyChildDataIntegrityViolationException
-
- getViolatingParentTopicId() - Method in exception com.communote.server.persistence.blog.ParentIsAlreadyChildDataIntegrityViolationException
-
- getVirusScanner() - Method in class com.communote.server.api.ServiceLocator
-
- getVirusScanningProperties() - Method in class com.communote.server.api.core.config.ApplicationConfigurationProperties
-
Returns the virus scanning properties.
- getVMConnectorURL() - Method in class com.communote.plugins.mq.provider.activemq.settings.MQDatabaseSettingsDAO
- getVMConnectorURL() - Method in interface com.communote.plugins.mq.provider.activemq.settings.MQSettingsDAO
-
- getWarningForMissingCode(HttpServletRequest, String) - Method in class com.communote.server.web.fe.portal.controller.SecurityCodeConfirmationHandler
-
Return a message that should be shown as warning to the user if the action of this handler
was provided but the code did not exist.
- getWarningMessage() - Method in class com.communote.server.web.fe.portal.controller.SecurityCodeConfirmationResult
-
- getWeb() - Method in class com.communote.server.web.fe.portal.user.client.forms.SslChannelConfigurationForm
-
- getWebApplicationContext() - Method in class com.communote.server.web.WebServiceLocator
-
- getWeight() - Method in class com.communote.server.core.common.ldap.caching.LdapServer
-
- getWidget() - Method in class com.communote.server.widgets.jsf.MyFacesWidgetController
-
Uses the FacesContext to determine the instance
- getWidgetExtensionManagementRepository() - Method in class com.communote.server.web.WebServiceLocator
-
- getWidgetFactory(String) - Method in class com.communote.server.web.fe.widgets.extension.WidgetFactoryRegistry
-
Return a registered widget factory.
- getWidgetId() - Method in class com.communote.server.widgets.AbstractWidget
-
Get the id of the current widget
- getWidgetId() - Method in interface com.communote.server.widgets.Widget
-
Get the id of the current widget
- getWidgetInstance(HttpServletRequest, HttpServletResponse) - Method in class com.communote.server.widgets.WidgetController
-
Get the widget for the given request and configure it
- getWidgetTemplate() - Method in class com.communote.plugins.core.views.WidgetViewController
-
Deprecated.
- getWidth() - Method in class com.communote.common.image.ImageScaler
-
- getWidth() - Method in class com.communote.common.image.ImageSize
-
- getWildcardPattern(String, MatchMode, String, String, String) - Static method in class com.communote.server.core.database.config.FulltextSupportingDatabaseConfiguration
-
Take the pattern and match mode an return the parameter value to be used in the fulltext
query.
- getWildcardPattern(String, MatchMode, String, String, String, String) - Static method in class com.communote.server.core.database.config.FulltextSupportingDatabaseConfiguration
-
Take the pattern and match mode an return the parameter value to be used in the fulltext
query.
- getWrappedKey() - Method in class com.communote.server.external.hibernate.ClientDelegateCacheSerializableKey
-
- getWritingUserIds() - Method in class com.communote.plugins.api.rest.resource.topic.right.GetRightParameter
-
Returns the WritingUserIds.
- getWritingUserIds() - Method in class com.communote.plugins.api.rest.resource.topic.right.RightResource
-
Returns the WritingUserIds.
- getWritingUserIds() - Method in class com.communote.plugins.api.rest.v22.resource.topic.right.GetRightParameter
-
Returns the WritingUserIds.
- getWritingUserIds() - Method in class com.communote.plugins.api.rest.v22.resource.topic.right.RightResource
-
Returns the WritingUserIds.
- getWritingUserIds() - Method in class com.communote.plugins.api.rest.v24.resource.topic.right.GetRightParameter
-
Returns the WritingUserIds.
- getWritingUserIds() - Method in class com.communote.plugins.api.rest.v24.resource.topic.right.RightResource
-
Returns the WritingUserIds.
- getWritingUserIds() - Method in class com.communote.plugins.api.rest.v30.resource.topic.right.GetRightParameter
-
Returns the WritingUserIds.
- getWritingUserIds() - Method in class com.communote.plugins.api.rest.v30.resource.topic.right.RightResource
-
Returns the WritingUserIds.
- getWritingUserIds() - Method in class com.communote.server.core.filter.listitems.blog.DetailBlogListItem
-
Comma separated list of user ids who are allowed to write
- getXmppBlogSuffix() - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileNotificationsForm
-
- getXMPPId() - Method in interface com.communote.server.core.messaging.NotificationManagement
-
- getXMPPId() - Method in class com.communote.server.core.messaging.NotificationManagementImpl
- getXmppId() - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileNotificationsForm
-
- getZip() - Method in class com.communote.server.core.filter.listitems.UserProfileDetailListItem
-
- getZip() - Method in class com.communote.server.model.user.Contact
-
Zip code of the user address.
- getZip() - Method in class com.communote.server.persistence.user.UserProfileVO
-
- getZip() - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileForm
-
- GlobalClientDelegateCallback<T> - Interface in com.communote.server.api.core.client
-
Callback to execute operations on the global database.
- GlobalClientFilter<T extends MenuEntry> - Class in com.communote.server.web.fe.admin
-
Filter to include or exclude entries if the current client is the global client.
- GlobalClientFilter() - Constructor for class com.communote.server.web.fe.admin.GlobalClientFilter
-
- GLOBALID - Static variable in class com.communote.server.model.attachment.AttachmentConstants
-
- GLOBALID - Static variable in class com.communote.server.model.blog.BlogConstants
-
- GlobalId - Class in com.communote.server.model.global
-
- GlobalId() - Constructor for class com.communote.server.model.global.GlobalId
-
- GLOBALID - Static variable in class com.communote.server.model.note.NoteConstants
-
- GLOBALID - Static variable in class com.communote.server.model.tag.TagConstants
-
- GLOBALID - Static variable in class com.communote.server.model.user.CommunoteEntityConstants
-
- GlobalId.Factory - Class in com.communote.server.model.global
-
- GlobalIdConstants - Class in com.communote.server.model.global
-
This class holds constants of attributes and associations of the entity GlobalId
.
- GlobalIdConstants() - Constructor for class com.communote.server.model.global.GlobalIdConstants
-
- GlobalIdDao - Interface in com.communote.server.persistence.global
-
- GlobalIdDaoBase - Class in com.communote.server.persistence.global
-
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
com.communote.server.persistence.global.GlobalId
.
- GlobalIdDaoBase() - Constructor for class com.communote.server.persistence.global.GlobalIdDaoBase
-
- GlobalIdDaoImpl - Class in com.communote.server.persistence.global
-
- GlobalIdDaoImpl() - Constructor for class com.communote.server.persistence.global.GlobalIdDaoImpl
-
- GlobalIdentifiable - Interface in com.communote.server.model.global
-
- GLOBALIDENTIFIER - Static variable in class com.communote.server.model.global.GlobalIdConstants
-
- GlobalIdHelper - Class in com.communote.server.persistence.global
-
Helper class for the global id
- GlobalIdImpl - Class in com.communote.server.model.global
-
- GlobalIdImpl() - Constructor for class com.communote.server.model.global.GlobalIdImpl
-
- GlobalIdShowBannerImageWidget - Class in com.communote.server.web.fe.widgets.image
-
This widget is used to upload images for entities with Global Ids.
- GlobalIdShowBannerImageWidget() - Constructor for class com.communote.server.web.fe.widgets.image.GlobalIdShowBannerImageWidget
-
- GlobalIdType - Enum in com.communote.server.persistence.global
-
Helper enum with the types of the global id and their associated path element
- GlobalIdUploadImageController - Class in com.communote.server.web.fe.widgets.image
-
- GlobalIdUploadImageController() - Constructor for class com.communote.server.web.fe.widgets.image.GlobalIdUploadImageController
-
- GlobalIdUploadImageWidget - Class in com.communote.server.web.fe.widgets.image
-
This widget is used to upload images for entities with Global Ids.
- GlobalIdUploadImageWidget() - Constructor for class com.communote.server.web.fe.widgets.image.GlobalIdUploadImageWidget
-
- GlobalProperty - Class in com.communote.server.model.property
-
- GlobalProperty() - Constructor for class com.communote.server.model.property.GlobalProperty
-
- GlobalProperty.Factory - Class in com.communote.server.model.property
-
- GlobalPropertyConstants - Class in com.communote.server.model.property
-
This class holds constants of attributes and associations of the entity
GlobalProperty
.
- GlobalPropertyConstants() - Constructor for class com.communote.server.model.property.GlobalPropertyConstants
-
- GlobalPropertyDao - Interface in com.communote.server.persistence.property
-
- GlobalPropertyDaoBase - Class in com.communote.server.persistence.property
-
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
GlobalProperty
.
- GlobalPropertyDaoBase() - Constructor for class com.communote.server.persistence.property.GlobalPropertyDaoBase
-
- GlobalPropertyDaoImpl - Class in com.communote.server.persistence.property
-
- GlobalPropertyDaoImpl() - Constructor for class com.communote.server.persistence.property.GlobalPropertyDaoImpl
-
- GlobalTagCategory - Class in com.communote.server.model.tag
-
- GlobalTagCategory() - Constructor for class com.communote.server.model.tag.GlobalTagCategory
-
- GlobalTagCategory.Factory - Class in com.communote.server.model.tag
-
- GlobalTagCategoryConstants - Class in com.communote.server.model.tag
-
This class holds constants of attributes and associations of the entity
GlobalTagCategory
.
- GlobalTagCategoryConstants() - Constructor for class com.communote.server.model.tag.GlobalTagCategoryConstants
-
- GlobalTagCategoryDao - Interface in com.communote.server.persistence.tag
-
- GlobalTagCategoryDaoBase - Class in com.communote.server.persistence.tag
-
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
com.communote.server.persistence.tag.GlobalTagCategory
.
- GlobalTagCategoryDaoBase() - Constructor for class com.communote.server.persistence.tag.GlobalTagCategoryDaoBase
-
- GlobalTagCategoryDaoImpl - Class in com.communote.server.persistence.tag
-
- GlobalTagCategoryDaoImpl() - Constructor for class com.communote.server.persistence.tag.GlobalTagCategoryDaoImpl
-
- GlobalTagCategoryImpl - Class in com.communote.server.model.tag
-
- GlobalTagCategoryImpl() - Constructor for class com.communote.server.model.tag.GlobalTagCategoryImpl
-
- GlobalTagCategoryVO - Class in com.communote.server.core.vo.tag
-
- GlobalTagCategoryVO() - Constructor for class com.communote.server.core.vo.tag.GlobalTagCategoryVO
-
- GlobalTagCategoryVO(GlobalTagCategoryVO) - Constructor for class com.communote.server.core.vo.tag.GlobalTagCategoryVO
-
Copies constructor from other GlobalTagCategoryVO
- GlobalTagCategoryVO(String, String, boolean) - Constructor for class com.communote.server.core.vo.tag.GlobalTagCategoryVO
-
- GlobalTagCategoryVO(String, String, String, boolean) - Constructor for class com.communote.server.core.vo.tag.GlobalTagCategoryVO
-
- globalTagCategoryVOToEntity(GlobalTagCategoryVO) - Method in interface com.communote.server.persistence.tag.GlobalTagCategoryDao
-
- globalTagCategoryVOToEntity(GlobalTagCategoryVO, GlobalTagCategory, boolean) - Method in interface com.communote.server.persistence.tag.GlobalTagCategoryDao
-
- globalTagCategoryVOToEntity(GlobalTagCategoryVO, GlobalTagCategory, boolean) - Method in class com.communote.server.persistence.tag.GlobalTagCategoryDaoBase
-
- globalTagCategoryVOToEntity(GlobalTagCategoryVO) - Method in class com.communote.server.persistence.tag.GlobalTagCategoryDaoImpl
-
Global tag category vo to entity.
- globalTagCategoryVOToEntityCollection(Collection) - Method in interface com.communote.server.persistence.tag.GlobalTagCategoryDao
-
- globalTagCategoryVOToEntityCollection(Collection) - Method in class com.communote.server.persistence.tag.GlobalTagCategoryDaoBase
-
- GRANTEDBYGROUP - Static variable in class com.communote.server.model.blog.UserToBlogRoleMappingConstants
-
- GRANTINGGROUPS - Static variable in class com.communote.server.model.blog.UserToBlogRoleMappingConstants
-
- GROUP - Static variable in class com.communote.server.core.mail.messages.MailModelPlaceholderConstants
-
Placeholder for the group
- Group - Class in com.communote.server.model.user.group
-
A group which can contain users or other groups.
- Group() - Constructor for class com.communote.server.model.user.group.Group
-
- GROUP - Static variable in class com.communote.server.model.user.group.UserOfGroupConstants
-
- Group.Factory - Class in com.communote.server.model.user.group
-
Constructs new instances of
Group
.
- GROUP_ID - Static variable in class com.communote.server.web.commons.FeConstants.Params
-
Group Id
- GroupAlreadyExistsException - Exception in com.communote.server.core.user
-
Thrown to indicate that a group which should not exist already exists.
- GroupAlreadyExistsException(String) - Constructor for exception com.communote.server.core.user.GroupAlreadyExistsException
-
Create a new exception
- GroupConstants - Class in com.communote.server.model.user.group
-
This class holds constants of attributes and associations of the entity Group
.
- GroupConstants() - Constructor for class com.communote.server.model.user.group.GroupConstants
-
- GroupDao - Interface in com.communote.server.persistence.user.group
-
- GroupDaoBase - Class in com.communote.server.persistence.user.group
-
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
Group
.
- GroupDaoBase() - Constructor for class com.communote.server.persistence.user.group.GroupDaoBase
-
- GroupDaoImpl - Class in com.communote.server.persistence.user.group
-
- GroupDaoImpl() - Constructor for class com.communote.server.persistence.user.group.GroupDaoImpl
-
- GROUPIDENTIFIERISBINARY - Static variable in class com.communote.server.model.config.LdapGroupSyncConfigurationConstants
-
- GroupItem - Class in com.communote.server.web.fe.widgets.management.user
-
Group item
- GroupItem() - Constructor for class com.communote.server.web.fe.widgets.management.user.GroupItem
-
- GroupItem.GroupItemComparator - Class in com.communote.server.web.fe.widgets.management.user
-
Compare the group items by name of the group.
- GroupItemComparator() - Constructor for class com.communote.server.web.fe.widgets.management.user.GroupItem.GroupItemComparator
-
- GROUPMEMBERS - Static variable in class com.communote.server.model.user.group.GroupConstants
-
- GroupNotFoundException - Exception in com.communote.server.core.user.group
-
- GroupNotFoundException(String) - Constructor for exception com.communote.server.core.user.group.GroupNotFoundException
-
Constructs a new instance of GroupNotFoundException
- GroupNotFoundException(String, Throwable) - Constructor for exception com.communote.server.core.user.group.GroupNotFoundException
-
Constructs a new instance of GroupNotFoundException
- GroupNotFoundExceptionMapper - Class in com.communote.server.core.exception.mapper
-
- GroupNotFoundExceptionMapper() - Constructor for class com.communote.server.core.exception.mapper.GroupNotFoundExceptionMapper
-
- GroupOperationNotPermittedException - Exception in com.communote.server.core.user.group
-
Thrown to indicate that an operation on a group is not permitted.
- GroupOperationNotPermittedException(String) - Constructor for exception com.communote.server.core.user.group.GroupOperationNotPermittedException
-
Constructs a new instance of GroupOperationNotPermittedException
- GroupProperty - Class in com.communote.server.model.user.group
-
A property that is associated with a group.
- GroupProperty() - Constructor for class com.communote.server.model.user.group.GroupProperty
-
- GroupProperty.Factory - Class in com.communote.server.model.user.group
-
- GroupPropertyConstants - Class in com.communote.server.model.user.group
-
This class holds constants of attributes and associations of the entity
GroupProperty
- GroupPropertyConstants() - Constructor for class com.communote.server.model.user.group.GroupPropertyConstants
-
- GroupPropertyDao - Interface in com.communote.server.persistence.user.group
-
- GroupPropertyDaoBase - Class in com.communote.server.persistence.user.group
-
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
GroupProperty
.
- GroupPropertyDaoBase() - Constructor for class com.communote.server.persistence.user.group.GroupPropertyDaoBase
-
- GroupPropertyDaoImpl - Class in com.communote.server.persistence.user.group
-
- GroupPropertyDaoImpl() - Constructor for class com.communote.server.persistence.user.group.GroupPropertyDaoImpl
-
- GroupResource - Class in com.communote.plugins.api.rest.v30.resource.group
-
- GroupResource() - Constructor for class com.communote.plugins.api.rest.v30.resource.group.GroupResource
-
- GroupResourceConverter - Class in com.communote.plugins.api.rest.v30.resource.group
-
- GroupResourceConverter() - Constructor for class com.communote.plugins.api.rest.v30.resource.group.GroupResourceConverter
-
- GroupResourceHandler - Class in com.communote.plugins.api.rest.v30.resource.group
-
- GroupResourceHandler() - Constructor for class com.communote.plugins.api.rest.v30.resource.group.GroupResourceHandler
-
- GroupResourceHelper - Class in com.communote.plugins.api.rest.v30.resource.group
-
- GroupRetriever - Class in com.communote.plugin.ldap.helper
-
- GroupRetriever(LdapConfiguration, LdapTemplate, long, long, int, int, boolean) - Constructor for class com.communote.plugin.ldap.helper.GroupRetriever
-
Constructor.
- GROUPS - Static variable in class com.communote.server.model.user.CommunoteEntityConstants
-
- GROUPSEARCH - Static variable in class com.communote.server.model.config.LdapGroupSyncConfigurationConstants
-
- GroupSettingsWidget - Class in com.communote.server.web.fe.widgets.management.user.group
-
Widget to configure common group settings.
- GroupSettingsWidget() - Constructor for class com.communote.server.web.fe.widgets.management.user.group.GroupSettingsWidget
-
- groupSingle(String) - Method in class com.communote.plugins.api.rest.v30.resource.group.GroupResource
-
- GROUPSYNCCONFIG - Static variable in class com.communote.server.model.config.LdapConfigurationConstants
-
- GroupToEntityGroupListItemConverter - Class in com.communote.server.core.converter.user
-
Converter to convert a group entity into a EntityGroupListItem
- GroupToEntityGroupListItemConverter(Class<EntityGroupListItem>) - Constructor for class com.communote.server.core.converter.user.GroupToEntityGroupListItemConverter
-
Create a new instance
- GroupUtils - Class in com.communote.server.core.groups
-
Helper class for groups.
- GroupVO - Class in com.communote.server.core.vo.user.group
-
VO for groups.
- GroupVO() - Constructor for class com.communote.server.core.vo.user.group.GroupVO
-
- GroupVO(GroupVO) - Constructor for class com.communote.server.core.vo.user.group.GroupVO
-
Copies constructor from other GroupVO
- GroupVO(String) - Constructor for class com.communote.server.core.vo.user.group.GroupVO
-
- GroupVO(String, String, String) - Constructor for class com.communote.server.core.vo.user.group.GroupVO
-
- SALUTATION - Static variable in class com.communote.server.model.user.UserProfileConstants
-
- SASLMODE - Static variable in class com.communote.server.model.config.LdapConfigurationConstants
-
- save() - Method in class com.communote.server.web.fe.widgets.management.localization.LocalizeMessageWidget
-
This message is called, when the user saves the message.
- saveErrorMessage(HttpServletRequest, LocalizedMessage) - Static method in class com.communote.server.web.commons.MessageHelper
-
- saveErrorMessage(HttpServletRequest, String) - Static method in class com.communote.server.web.commons.MessageHelper
-
- saveErrorMessageFromKey(HttpServletRequest, String) - Static method in class com.communote.server.web.commons.MessageHelper
-
- saveErrorMessageFromKey(HttpServletRequest, String, Object...) - Static method in class com.communote.server.web.commons.MessageHelper
-
- saveMessage(HttpServletRequest, LocalizedMessage) - Static method in class com.communote.server.web.commons.MessageHelper
-
- saveMessage(HttpServletRequest, String) - Static method in class com.communote.server.web.commons.MessageHelper
-
- saveMessage(HttpServletRequest, String, String) - Static method in class com.communote.server.web.commons.MessageHelper
-
Saves a message with the specified key.
- saveMessageFromKey(HttpServletRequest, String) - Static method in class com.communote.server.web.commons.MessageHelper
-
- saveMessageFromKey(HttpServletRequest, String, String) - Static method in class com.communote.server.web.commons.MessageHelper
-
- saveMessageFromKey(HttpServletRequest, String, String, Object...) - Static method in class com.communote.server.web.commons.MessageHelper
-
- saveSetting() - Method in class com.communote.server.web.fe.widgets.user.profile.UserProfileUserInterfaceWidget
-
Method to save the settings.
- saveSettings(HttpServletRequest, ClientProfileNotificationsForm, BindingResult) - Method in class com.communote.server.web.fe.portal.user.client.controller.ClientProfileNotificationController
-
Method to save the send settings.
- saveUserNotificationSchedule(Long, NotificationDefinition, NotificationScheduleTypes) - Method in class com.communote.server.core.messaging.NotificationService
-
Method to save a setting for the given user.
- saveUserNotificationSchedules(Long, Map<NotificationDefinition, NotificationScheduleTypes>) - Method in class com.communote.server.core.messaging.NotificationService
-
Method to save schedules for the given user.
- scan(byte[]) - Method in class com.communote.common.virusscan.impl.ClamAVScanner
-
Scan a byte array for viruses
- scan(File) - Method in class com.communote.common.virusscan.impl.ClamAVScanner
-
Scan file for virus
- scan(InputStream) - Method in class com.communote.common.virusscan.impl.ClamAVScanner
-
Scan an input stream for virus.
- scan(byte[]) - Method in class com.communote.common.virusscan.impl.CommandlineScanner
-
Scan a byte array for viruses
- scan(File) - Method in class com.communote.common.virusscan.impl.CommandlineScanner
-
Scan file for virus
- scan(InputStream) - Method in class com.communote.common.virusscan.impl.CommandlineScanner
-
Scan an input stream for virus.
- scan(byte[]) - Method in class com.communote.common.virusscan.impl.NoneVirusScanner
-
Scan a byte array for viruses
- scan(File) - Method in class com.communote.common.virusscan.impl.NoneVirusScanner
-
Scan file for virus
- scan(InputStream) - Method in class com.communote.common.virusscan.impl.NoneVirusScanner
-
Scan an input stream for virus.
- scan(byte[]) - Method in interface com.communote.common.virusscan.VirusScanner
-
Scan a byte array for viruses
- scan(File) - Method in interface com.communote.common.virusscan.VirusScanner
-
Scan file for virus
- scan(InputStream) - Method in interface com.communote.common.virusscan.VirusScanner
-
Scan an input stream for virus.
- scheduledAllTaskHandlersSince(Date) - Method in class com.communote.server.core.tasks.TaskSchedulingContext
-
Callback to inform the task scheduling context that the handlers for all tasks of the current
client that were available at a specific point of time have been scheduled
- scheduledTaskProcessed(TaskTO, ClientTO) - Method in class com.communote.server.core.tasks.TaskSchedulingContext
-
Callback to inform the context that a previously scheduled handler was processed.
- ScriptController - Class in com.communote.plugins.htmlclient
-
Controller for delivering the JavaScript-File cntw-all.js
for the HTMLClient.
- ScriptController(BundleContext) - Constructor for class com.communote.plugins.htmlclient.ScriptController
-
- SEARCH_FIELD_BLOG_TAGS - Static variable in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
- SEARCH_FIELD_DESCRIPTION - Static variable in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
- SEARCH_FIELD_IDENTIFIER - Static variable in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
- SEARCH_FIELD_TITLE - Static variable in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
- SEARCH_USER - Static variable in interface com.communote.server.web.commons.FormAction
-
Constants for a search action
- SEARCH_USER_GROUP - Static variable in interface com.communote.server.web.commons.FormAction
-
Constants for a search user group action
- SEARCHBASE - Static variable in class com.communote.server.model.config.LdapSearchBaseDefinitionConstants
-
- SEARCHBASES - Static variable in class com.communote.server.model.config.LdapSearchConfigurationConstants
-
- SearchBoxWidget - Class in com.communote.server.web.fe.widgets.blog
-
Widget for filter search box
- SearchBoxWidget() - Constructor for class com.communote.server.web.fe.widgets.blog.SearchBoxWidget
-
- SEARCHFILTER - Static variable in class com.communote.server.model.config.LdapSearchConfigurationConstants
-
- searchForUser(String) - Method in class com.communote.server.core.common.ldap.CommunoteLdapUserSearch
- searchForUserTransformed(String) - Method in class com.communote.server.core.common.ldap.CommunoteLdapUserSearch
-
- SEARCHSUBTREE - Static variable in class com.communote.server.model.config.LdapSearchBaseDefinitionConstants
-
- SearchUserForm - Class in com.communote.server.web.fe.portal.user.forms
-
- SearchUserForm() - Constructor for class com.communote.server.web.fe.portal.user.forms.SearchUserForm
-
Constructor.
- SECONDS - Static variable in class com.communote.common.util.DateHelper
-
a second in milli seconds
- SECONDS_IN_SEC - Static variable in class com.communote.common.util.DateHelper
-
a second in seconds
- SECTION_ID_ABOUT - Static variable in class com.communote.server.web.fe.portal.service.ImprintPageContentManagerFactory
-
ID of the about section
- SECTION_ID_CONTACT - Static variable in class com.communote.server.web.fe.portal.service.ImprintPageContentManagerFactory
-
ID of the contact section
- SECTION_ID_DESKTOP_CLIENT - Static variable in class com.communote.server.web.fe.portal.service.ToolsPageContentManagerFactory
-
ID of the desktop client section
- SECTION_ID_IMPRINT - Static variable in class com.communote.server.web.fe.portal.about.AboutPageContentManagerFactory
-
- SECTION_ID_IMPRINT - Static variable in class com.communote.server.web.fe.portal.service.ImprintPageContentManagerFactory
-
ID of the imprint section
- SECTION_ID_MOBILE_APPS - Static variable in class com.communote.server.web.fe.portal.service.ToolsPageContentManagerFactory
-
ID of the desktop client section
- SECTION_ID_TERMS - Static variable in class com.communote.server.web.fe.portal.service.ImprintPageContentManagerFactory
-
ID of the terms of use section
- SECTION_ORDER_ABOUT - Static variable in class com.communote.server.web.fe.portal.service.ImprintPageContentManagerFactory
-
order value of the about section
- SECTION_ORDER_CONTACT - Static variable in class com.communote.server.web.fe.portal.service.ImprintPageContentManagerFactory
-
order value of the contact section
- SECTION_ORDER_DESKTOP_CLIENT - Static variable in class com.communote.server.web.fe.portal.service.ToolsPageContentManagerFactory
-
order value of the desktop client section
- SECTION_ORDER_IMPRINT - Static variable in class com.communote.server.web.fe.portal.about.AboutPageContentManagerFactory
-
- SECTION_ORDER_IMPRINT - Static variable in class com.communote.server.web.fe.portal.service.ImprintPageContentManagerFactory
-
order value of the imprint section
- SECTION_ORDER_MOBILE_APPS - Static variable in class com.communote.server.web.fe.portal.service.ToolsPageContentManagerFactory
-
order value of the desktop client section
- SECTION_ORDER_TERMS - Static variable in class com.communote.server.web.fe.portal.service.ImprintPageContentManagerFactory
-
order value of the terms of use section
- SecurityCode - Class in com.communote.server.model.security
-
A security code that should be confirmed by some user.
- SecurityCode() - Constructor for class com.communote.server.model.security.SecurityCode
-
- SecurityCode.Factory - Class in com.communote.server.model.security
-
- SecurityCodeAction - Class in com.communote.server.model.security
-
The action of a security code.
- SecurityCodeAction() - Constructor for class com.communote.server.model.security.SecurityCodeAction
-
The default constructor allowing super classes to access it.
- SecurityCodeActionEnum - Class in com.communote.server.persistence.security
-
Represents a SecurityCodeAction.
- SecurityCodeActionEnum() - Constructor for class com.communote.server.persistence.security.SecurityCodeActionEnum
-
Default constructor.
- SecurityCodeAlreadyExistsException - Exception in com.communote.server.persistence.common.security
-
- SecurityCodeAlreadyExistsException(String) - Constructor for exception com.communote.server.persistence.common.security.SecurityCodeAlreadyExistsException
-
Constructs a new instance of SecurityCodeAlreadyExistsException
- SecurityCodeConfirmationController - Class in com.communote.server.web.fe.portal.controller
-
Controller for confirming SecurityCode
s.
- SecurityCodeConfirmationController() - Constructor for class com.communote.server.web.fe.portal.controller.SecurityCodeConfirmationController
-
- SecurityCodeConfirmationHandler - Class in com.communote.server.web.fe.portal.controller
-
Handler for confirming a specific security code.
- SecurityCodeConfirmationHandler(SecurityCodeAction) - Constructor for class com.communote.server.web.fe.portal.controller.SecurityCodeConfirmationHandler
-
Create a new handler for the given action
- SecurityCodeConfirmationResult - Class in com.communote.server.web.fe.portal.controller
-
Holds the results of the confirmation of a security code.
- SecurityCodeConfirmationResult(boolean, LocalizedMessage) - Constructor for class com.communote.server.web.fe.portal.controller.SecurityCodeConfirmationResult
-
Create a new result
- SecurityCodeConstants - Class in com.communote.server.model.security
-
This class holds constants of attributes and associations of the entity SecurityCode
.
- SecurityCodeConstants() - Constructor for class com.communote.server.model.security.SecurityCodeConstants
-
- SecurityCodeDao - Interface in com.communote.server.persistence.common.security
-
- SecurityCodeDaoBase - Class in com.communote.server.persistence.common.security
-
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
SecurityCode
.
- SecurityCodeDaoBase() - Constructor for class com.communote.server.persistence.common.security.SecurityCodeDaoBase
-
- SecurityCodeDaoImpl - Class in com.communote.server.persistence.common.security
-
- SecurityCodeDaoImpl() - Constructor for class com.communote.server.persistence.common.security.SecurityCodeDaoImpl
-
- SecurityCodeImpl - Class in com.communote.server.model.security
-
- SecurityCodeImpl() - Constructor for class com.communote.server.model.security.SecurityCodeImpl
-
- SecurityCodeMailMessage - Class in com.communote.server.core.mail.messages
-
Mail which contains a link with a SecurityCode to confirm some action.
- SecurityCodeMailMessage(String, Locale, User...) - Constructor for class com.communote.server.core.mail.messages.SecurityCodeMailMessage
-
Construct a new message with the given message key and locale.
- SecurityCodeManagement - Interface in com.communote.server.api.core.security
-
Management class for security codes.
- SecurityCodeManagementBase - Class in com.communote.server.core.user
-
Spring Service base class for SecurityCodeManagement
, provides access to all
services and entities referenced by this service.
- SecurityCodeManagementBase() - Constructor for class com.communote.server.core.user.SecurityCodeManagementBase
-
- SecurityCodeManagementException - Exception in com.communote.server.core.user
-
- SecurityCodeManagementException(String) - Constructor for exception com.communote.server.core.user.SecurityCodeManagementException
-
Constructs a new instance of SecurityCodeManagementException
.
- SecurityCodeManagementException(String, Throwable) - Constructor for exception com.communote.server.core.user.SecurityCodeManagementException
-
Constructs a new instance of SecurityCodeManagementException
.
- SecurityCodeManagementImpl - Class in com.communote.server.core.user
-
- SecurityCodeManagementImpl() - Constructor for class com.communote.server.core.user.SecurityCodeManagementImpl
-
- SecurityCodeNotFoundException - Exception in com.communote.server.persistence.common.security
-
Exception to be thrown if a security code does not exist.
- SecurityCodeNotFoundException() - Constructor for exception com.communote.server.persistence.common.security.SecurityCodeNotFoundException
-
The default constructor.
- SecurityCodeNotFoundException(String) - Constructor for exception com.communote.server.persistence.common.security.SecurityCodeNotFoundException
-
Constructs a new instance of SecurityCodeNotFoundException
- SecurityCodeNotFoundException(String, Throwable) - Constructor for exception com.communote.server.persistence.common.security.SecurityCodeNotFoundException
-
Constructs a new instance of SecurityCodeNotFoundException
- SecurityHelper - Class in com.communote.server.core.security
-
This helper class checks the current user in the acegi system and returns the details
UserDetails
.
- SELECTED_SOCIAL_CONFIG - Static variable in interface com.communote.server.web.commons.FormAction
-
Constants for a email changing action
- send(ProducerBrokerExchange, Message) - Method in class com.communote.plugins.mq.provider.activemq.logging.CommunoteLoggingBrokerPlugin
-
- send(ProducerBrokerExchange, Message) - Method in class com.communote.plugins.mq.provider.activemq.security.CommunoteJaasAuthenticationBroker
-
- send(MimeMessage) - Method in class com.communote.server.core.mail.CatchAllSmtpMimeMessageSender
-
- send(MimeMessage) - Method in class com.communote.server.core.mail.FileSystemMimeMessageSender
-
- send(MailMessage) - Method in interface com.communote.server.core.mail.MailSender
-
Send the given message.
- send(MailMessage) - Method in class com.communote.server.core.mail.MailSenderImpl
-
- send(MimeMessage) - Method in interface com.communote.server.core.mail.MimeMessageSender
-
Send the mime message.
- send(MimeMessage) - Method in class com.communote.server.core.mail.SmtpMimeMessageSender
-
- SEND_PW_LINK - Static variable in class com.communote.server.web.fe.portal.user.forms.ForgottenPWForm
-
Constants for send a new email action
- SENDER - Static variable in class com.communote.server.core.mail.messages.MailModelPlaceholderConstants
-
Placeholder for the sender
- sendInResponse(HttpServletRequest, HttpServletResponse, String, boolean) - Method in class com.communote.server.core.vo.content.AttachmentRedirectTO
-
- sendInResponse(HttpServletRequest, HttpServletResponse, String, boolean) - Method in class com.communote.server.core.vo.content.AttachmentTO
-
- sendInternalRedirect(HttpServletRequest, HttpServletResponse, String) - Static method in class com.communote.server.web.commons.helper.ControllerHelper
-
Send a redirect within the web application.
- sendInternalRedirect(HttpServletRequest, HttpServletResponse, String, String) - Static method in class com.communote.server.web.commons.helper.ControllerHelper
-
Send a redirect within the web application.
- sendInternalRedirectToLogoutUrl(HttpServletRequest, HttpServletResponse) - Static method in class com.communote.server.web.commons.helper.ControllerHelper
-
Sends a redirect to the logout URL of the current client.
- sendInternalRedirectToStartPage(HttpServletRequest, HttpServletResponse) - Static method in class com.communote.server.web.commons.helper.ControllerHelper
-
Send a redirect within the web application.
- sendMessage(BaseMessage, String, String) - Method in class com.communote.plugins.mq.service.impl.CommunoteMessageSenderImpl
-
Sends a message to CNT internal
- sendMessage(BaseMessage, String, String) - Method in interface com.communote.plugins.mq.service.message.CommunoteMessageSender
-
Sends a message to CNT internal
- sendMessage(Collection<User>, String, Map<String, Object>) - Static method in class com.communote.server.core.mail.MailMessageHelper
-
Sends a mail message to the defined receivers with the correct locale.
- sendMessage(Collection<User>, String, Map<String, Object>, String, String) - Static method in class com.communote.server.core.mail.MailMessageHelper
-
Sends a mail message to the defined receivers with the correct locale.
- sendMessage(Message) - Method in interface com.communote.server.core.messaging.connector.MessagerConnector
-
New messages are send to the connector via this method.
- sendMessage(Message) - Method in class com.communote.server.core.messaging.connectors.xmpp.XMPPConnector
-
New messages are send to the connector via this method.
- sendMessage(Long, Long, NotificationDefinition, Map<String, Object>) - Method in interface com.communote.server.core.messaging.NotificationManagement
-
Send notifications to users to inform about created or edited notes.
- sendMessage(Note, Collection<User>, NotificationDefinition) - Method in interface com.communote.server.core.messaging.NotificationManagement
-
Send notifications to users to inform about created or edited notes.
- sendMessage(Long, Long, NotificationDefinition, Map<String, Object>) - Method in class com.communote.server.core.messaging.NotificationManagementImpl
-
Send notifications to users to inform about created or edited notes.
- sendMessage(Note, Collection<User>, NotificationDefinition) - Method in class com.communote.server.core.messaging.NotificationManagementImpl
-
Send notifications to users to inform about created or edited notes.
- sendMessage(Long, Long, NotificationDefinition, Map<String, Object>) - Method in class com.communote.server.core.messaging.NotificationService
-
Send notifications to users to inform about created or edited notes.
- sendMessage(Note, Collection<User>, NotificationDefinition) - Method in class com.communote.server.core.messaging.NotificationService
-
Send notifications to users to inform about created or edited notes.
- sendMessageInternal(TransferMessage) - Method in class com.communote.plugins.mq.provider.jms.JMSMessageSender
-
Sends a message to the message queue internally
- sendMessageInternal(TransferMessage) - Method in interface com.communote.plugins.mq.service.provider.ProviderMessageSender
-
Sends a message to the message queue internally
- sendMessageToManagers(String, Map<String, Object>) - Static method in class com.communote.server.core.mail.MailMessageHelper
-
Sends a message to all Managers.
- sendMessageToManagers(String, Map<String, Object>, String, String) - Static method in class com.communote.server.core.mail.MailMessageHelper
-
Sends a message to all Managers.
- sendRedirect(HttpServletRequest, HttpServletResponse, String) - Static method in class com.communote.server.web.commons.helper.ControllerHelper
-
Send a redirect using the provided URL.
- sendReminderMails() - Method in interface com.communote.server.core.user.UserManagement
-
- sendReminderMails() - Method in class com.communote.server.core.user.UserManagementImpl
-
- sendReplyMessage(TransferMessage) - Method in class com.communote.plugins.mq.provider.jms.JMSMessageSender
-
sends received message to the MQ
- sendReplyMessage(CommunoteReplyMessage) - Method in class com.communote.plugins.mq.service.impl.CommunoteMessageSenderImpl
-
- sendReplyMessage(CommunoteReplyMessage) - Method in interface com.communote.plugins.mq.service.message.CommunoteMessageSender
-
is used to send a reply to the incoming message
- sendReplyMessage(TransferMessage) - Method in interface com.communote.plugins.mq.service.provider.ProviderMessageSender
-
sends reply to the MQ implementation
- sendTestMessage(HttpServletRequest, HttpServletResponse) - Method in class com.communote.server.web.fe.installer.controller.InstallationJSONController
-
Sends a test mail.
- ServerController - Class in com.communote.server.web.fe.portal.user.system.application
-
- ServerController() - Constructor for class com.communote.server.web.fe.portal.user.system.application.ServerController
-
- SERVERDOMAIN - Static variable in class com.communote.server.model.config.LdapConfigurationConstants
-
- ServerForm - Class in com.communote.server.web.fe.portal.user.system.application
-
- ServerForm() - Constructor for class com.communote.server.web.fe.portal.user.system.application.ServerForm
-
- ServerValidator - Class in com.communote.server.web.fe.portal.user.system.application
-
- ServerValidator() - Constructor for class com.communote.server.web.fe.portal.user.system.application.ServerValidator
-
- service(HttpServletRequest, HttpServletResponse) - Method in class com.communote.server.core.rest.CommunoteRestletServletAdapter
-
Services a HTTP Servlet request as a Restlet request handled by the "target" Restlet.
- service(HttpServletRequest, HttpServletResponse) - Method in class com.communote.server.web.commons.servlet.CommunoteRestletServlet
- ServiceLocator - Class in com.communote.server.api
-
Locator for Spring services of the core ApplicationContext.
- ServicePageHelper - Class in com.communote.server.web.fe.portal.service
-
Helper for adding and removing static content sections to the service pages.
- ServiceTaskHandler - Class in com.communote.server.core.tasks
-
Empty task handler for services.
- ServiceTaskHandler() - Constructor for class com.communote.server.core.tasks.ServiceTaskHandler
-
- SERVICEURL - Static variable in class com.communote.server.model.config.ConfluenceConfigurationConstants
-
- SESSION_ATTR_USER_ACCEPT_TERMS - Static variable in class com.communote.server.web.external.spring.security.AuthenticationSuccessFailureFilter
-
Name of the session attribute holding the user ID which is stored when a user logs in and has
to accept the terms of use and privacy policy.
- SESSION_PARAMETER - Static variable in class com.communote.server.web.commons.filter.BypassSessionTimeoutFilter
-
Parameter for storing a timestamp in the session of the last request that should not bypass
the session
- SessionHandler - Class in com.communote.server.core.common.session
-
The session handler provides access to common used session attributes
- SessionHandlerLocaleResolver - Class in com.communote.server.web.commons.i18n
-
- SessionHandlerLocaleResolver() - Constructor for class com.communote.server.web.commons.i18n.SessionHandlerLocaleResolver
-
- set(int, E) - Method in class com.communote.common.util.PageableList
- set(Principal) - Static method in class com.communote.server.PrincipalStore
-
Set the principal
for the currently executing thread.
- setAbsolute(boolean) - Method in class com.communote.server.web.commons.tags.KenmeiUrlTag
-
Whether to render an absolute URL.
- setAbstractTagCategoryDao(AbstractTagCategoryDao) - Method in class com.communote.server.core.tag.category.TagCategoryManagementBase
-
Sets the reference to abstractTagCategory
's DAO.
- setAccessLevel(TopicAccessLevel) - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
Sets the blog access level
- setAccessorsByClassName(Map<String, String>) - Method in class com.communote.server.plugins.core.ExternalUserGroupAccessorExtensionPoint
-
- setAccountName(String) - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- setAccountTimeZoneId(String) - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- setAction(SecurityCodeAction) - Method in class com.communote.server.model.security.SecurityCode
-
- setAction(String) - Method in class com.communote.server.web.fe.portal.blog.forms.BlogManagementForm
-
Set the form action
- setAction(ClientProfileController.ActionType) - Method in class com.communote.server.web.fe.portal.user.client.controller.ClientProfileController
-
Sets the action for the controller instance.
- setAction(String) - Method in class com.communote.server.web.fe.portal.user.client.forms.ConfluenceAuthConfigurationForm
-
Sets the action.
- setAction(String) - Method in class com.communote.server.web.fe.portal.user.client.forms.IpRangeFilterItem
-
Set Action
- setAction(String) - Method in class com.communote.server.web.fe.portal.user.forms.ForgottenPWForm
-
- setAction(String) - Method in class com.communote.server.web.fe.portal.user.forms.SearchUserForm
-
- setAction(String) - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileNotificationsForm
-
- setAction(String) - Method in class com.communote.server.web.fe.portal.user.system.application.VirusScanningForm
-
- setAction(String) - Method in class com.communote.server.web.fe.portal.user.system.communication.MailInForm
-
- setAction(String) - Method in class com.communote.server.web.fe.portal.user.system.communication.MailOutForm
-
- setAction(String) - Method in class com.communote.server.web.fe.portal.user.system.communication.XmppForm
-
- setActionType(ClientUserGroupCreateAndEditController.ActionType) - Method in class com.communote.server.web.fe.portal.user.client.controller.ClientUserGroupCreateAndEditController
-
Sets the action type this controller will handle.
- setActive(boolean) - Method in class com.communote.plugins.activity.base.data.ActivityConfiguration
-
Activate or deactivate the activity.
- setActive(boolean) - Method in class com.communote.plugins.activity.base.data.ActivityDefinition
-
Set whether the activity should be active.
- setActive(Boolean) - Method in class com.communote.server.model.task.Task
-
- setActivity(boolean) - Method in class com.communote.plugins.mq.message.core.data.note.TemplateNote
-
Set whether the note is an activity.
- setAdditionalBlogs(Set<String>) - Method in class com.communote.server.api.core.note.NoteStoringTO
-
- setAdditionalProperty(String) - Method in class com.communote.server.core.vo.user.group.ExternalGroupVO
-
- setAdditionalProperty(String) - Method in class com.communote.server.model.user.ExternalUserAuthentication
-
- setAdditionalProperty(String) - Method in class com.communote.server.model.user.group.ExternalUserGroup
-
- setAdditionalProperty(String) - Method in class com.communote.server.persistence.user.ExternalUserVO
-
Set the additional property.
- setAdminLogin(String) - Method in class com.communote.server.model.config.ConfluenceConfiguration
-
- setAdminPassword(String) - Method in class com.communote.server.model.config.ConfluenceConfiguration
-
- setAggregatedClassloader(ClassLoader, ClassLoader...) - Static method in class com.communote.plugins.core.classloader.ClassLoaderAggregator
-
- setAlias(String) - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.TagSuggestionListResource
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.resource.timelinetopic.TimelineTopicResource
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.resource.timelineuser.TimelineUserResource
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.resource.topic.CreateTopicParameter
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.resource.topic.EditTopicParameter
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.resource.topic.GetCollectionTopicParameter
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.resource.topic.GetTopicParameter
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.resource.topic.TopicResource
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.resource.user.GetCollectionUserParameter
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.resource.user.GetUserParameter
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.resource.user.UserResource
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.TagSuggestionListResource
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.TimelineTopicResource
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.TimelineUserResource
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.CreateTopicParameter
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.EditTopicParameter
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetCollectionTopicParameter
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetTopicParameter
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.TopicResource
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v22.resource.user.GetCollectionUserParameter
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v22.resource.user.GetUserParameter
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v22.resource.user.UserResource
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.TagSuggestionListResource
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.TimelineTopicResource
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.TimelineUserResource
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.CreateTopicParameter
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.EditTopicParameter
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetTopicParameter
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.TopicResource
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.GetUserParameter
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResource
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v30.resource.group.GetGroupParameter
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v30.resource.group.GroupResource
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.TagSuggestionListResource
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.TimelineTopicResource
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.TimelineUserResource
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.CreateTopicParameter
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.EditTopicParameter
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetTopicParameter
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetUserParameter
-
Sets Alias.
- setAlias(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
Sets Alias.
- setAlias(String) - Method in class com.communote.server.api.core.blog.MinimalBlogData
-
Set the alias of the topic
- setAlias(String) - Method in class com.communote.server.api.core.user.UserData
-
Set the alias of user
- setAlias(String) - Method in class com.communote.server.api.core.user.UserVO
-
- setAlias(String) - Method in class com.communote.server.core.filter.listitems.blog.member.EntityGroupListItem
-
- setAlias(String) - Method in class com.communote.server.core.filter.listitems.blog.member.UserListItem
-
- setAlias(String) - Method in class com.communote.server.core.vo.user.group.GroupVO
-
- setAlias(String) - Method in class com.communote.server.model.user.group.Group
-
- setAlias(String) - Method in class com.communote.server.model.user.User
-
- setAlias(String) - Method in class com.communote.server.persistence.user.InviteUserForm
-
Sets the alias.
- setAlias(String) - Method in class com.communote.server.web.fe.portal.user.forms.RegistrationForm
-
Sets the alias.
- setAlias(String) - Method in class com.communote.server.web.fe.widgets.management.user.group.EntityListItem
-
- setAllCanRead(Boolean) - Method in class com.communote.plugins.api.rest.resource.topic.CreateTopicParameter
-
Sets AllCanRead.
- setAllCanRead(Boolean) - Method in class com.communote.plugins.api.rest.resource.topic.EditTopicParameter
-
Sets AllCanRead.
- setAllCanRead(Boolean) - Method in class com.communote.plugins.api.rest.resource.topic.right.EditRightParameter
-
Sets AllCanRead.
- setAllCanRead(Boolean) - Method in class com.communote.plugins.api.rest.resource.topic.right.GetRightParameter
-
Sets AllCanRead.
- setAllCanRead(Boolean) - Method in class com.communote.plugins.api.rest.resource.topic.right.RightResource
-
Sets AllCanRead.
- setAllCanRead(Boolean) - Method in class com.communote.plugins.api.rest.resource.topic.TopicResource
-
Sets AllCanRead.
- setAllCanRead(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.topic.CreateTopicParameter
-
Sets AllCanRead.
- setAllCanRead(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.topic.EditTopicParameter
-
Sets AllCanRead.
- setAllCanRead(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.topic.right.EditRightParameter
-
Sets AllCanRead.
- setAllCanRead(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.topic.right.GetRightParameter
-
Sets AllCanRead.
- setAllCanRead(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.topic.right.RightResource
-
Sets AllCanRead.
- setAllCanRead(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.topic.TopicResource
-
Sets AllCanRead.
- setAllCanRead(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.topic.CreateTopicParameter
-
Sets AllCanRead.
- setAllCanRead(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.topic.EditTopicParameter
-
Sets AllCanRead.
- setAllCanRead(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.topic.right.EditRightParameter
-
Sets AllCanRead.
- setAllCanRead(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.topic.right.GetRightParameter
-
Sets AllCanRead.
- setAllCanRead(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.topic.right.RightResource
-
Sets AllCanRead.
- setAllCanRead(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.topic.TopicResource
-
Sets AllCanRead.
- setAllCanRead(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.topic.CreateTopicParameter
-
Sets AllCanRead.
- setAllCanRead(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.topic.EditTopicParameter
-
Sets AllCanRead.
- setAllCanRead(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.topic.right.EditRightParameter
-
Sets AllCanRead.
- setAllCanRead(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.topic.right.GetRightParameter
-
Sets AllCanRead.
- setAllCanRead(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.topic.right.RightResource
-
Sets AllCanRead.
- setAllCanRead(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Sets AllCanRead.
- setAllCanRead(boolean) - Method in class com.communote.plugins.mq.message.core.data.topic.TopicRights
-
- setAllCanRead(boolean) - Method in class com.communote.server.api.core.blog.BlogTO
-
Set whether all users are allowed to read the blog
- setAllCanRead(boolean) - Method in class com.communote.server.core.filter.listitems.blog.DetailBlogListItem
-
- setAllCanRead(boolean) - Method in class com.communote.server.model.blog.Blog
-
- setAllCanReadAllCanWrite(Long, boolean, boolean) - Method in interface com.communote.server.api.core.blog.BlogRightsManagement
-
Update the blog all you can read /write only
- setAllCanReadAllCanWrite(Long, boolean, boolean) - Method in class com.communote.server.core.blog.BlogRightsManagementBase
-
- setAllCanWrite(Boolean) - Method in class com.communote.plugins.api.rest.resource.topic.CreateTopicParameter
-
Sets AllCanWrite.
- setAllCanWrite(Boolean) - Method in class com.communote.plugins.api.rest.resource.topic.EditTopicParameter
-
Sets AllCanWrite.
- setAllCanWrite(Boolean) - Method in class com.communote.plugins.api.rest.resource.topic.right.EditRightParameter
-
Sets AllCanWrite.
- setAllCanWrite(Boolean) - Method in class com.communote.plugins.api.rest.resource.topic.right.GetRightParameter
-
Sets AllCanWrite.
- setAllCanWrite(Boolean) - Method in class com.communote.plugins.api.rest.resource.topic.right.RightResource
-
Sets AllCanWrite.
- setAllCanWrite(Boolean) - Method in class com.communote.plugins.api.rest.resource.topic.TopicResource
-
Sets AllCanWrite.
- setAllCanWrite(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.topic.CreateTopicParameter
-
Sets AllCanWrite.
- setAllCanWrite(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.topic.EditTopicParameter
-
Sets AllCanWrite.
- setAllCanWrite(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.topic.right.EditRightParameter
-
Sets AllCanWrite.
- setAllCanWrite(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.topic.right.GetRightParameter
-
Sets AllCanWrite.
- setAllCanWrite(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.topic.right.RightResource
-
Sets AllCanWrite.
- setAllCanWrite(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.topic.TopicResource
-
Sets AllCanWrite.
- setAllCanWrite(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.topic.CreateTopicParameter
-
Sets AllCanWrite.
- setAllCanWrite(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.topic.EditTopicParameter
-
Sets AllCanWrite.
- setAllCanWrite(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.topic.right.EditRightParameter
-
Sets AllCanWrite.
- setAllCanWrite(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.topic.right.GetRightParameter
-
Sets AllCanWrite.
- setAllCanWrite(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.topic.right.RightResource
-
Sets AllCanWrite.
- setAllCanWrite(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.topic.TopicResource
-
Sets AllCanWrite.
- setAllCanWrite(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.topic.CreateTopicParameter
-
Sets AllCanWrite.
- setAllCanWrite(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.topic.EditTopicParameter
-
Sets AllCanWrite.
- setAllCanWrite(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.topic.right.EditRightParameter
-
Sets AllCanWrite.
- setAllCanWrite(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.topic.right.GetRightParameter
-
Sets AllCanWrite.
- setAllCanWrite(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.topic.right.RightResource
-
Sets AllCanWrite.
- setAllCanWrite(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Sets AllCanWrite.
- setAllCanWrite(boolean) - Method in class com.communote.plugins.mq.message.core.data.topic.TopicRights
-
- setAllCanWrite(boolean) - Method in class com.communote.server.api.core.blog.BlogTO
-
Set whether all users are allowed to write to the blog
- setAllCanWrite(boolean) - Method in class com.communote.server.core.filter.listitems.blog.DetailBlogListItem
-
- setAllCanWrite(boolean) - Method in class com.communote.server.model.blog.Blog
-
- setAllowAllReadWriteForUsers(boolean) - Method in class com.communote.server.web.fe.portal.user.client.forms.ClientPermissionsForm
-
- setAllowAnonymizeUserAccount(boolean) - Method in class com.communote.server.web.fe.portal.user.client.forms.ClientUserManagementSettingsForm
-
- setAllowAuthOverDbOnExternal(boolean) - Method in class com.communote.server.web.fe.portal.user.client.controller.integration.IntegrationOverviewForm
-
- setAllowDisableUserAccount(boolean) - Method in class com.communote.server.web.fe.portal.user.client.forms.ClientUserManagementSettingsForm
-
- setAllowDuplicateResults(boolean) - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
- setAllowExternalAuthentication(boolean) - Method in class com.communote.server.model.config.ExternalSystemConfiguration
-
- setAllowPaging(boolean) - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
Set the option for the AD tracking plugin if paging is allowed
- setAllowPublicAccess(boolean) - Method in class com.communote.server.web.fe.portal.user.client.forms.ClientPermissionsForm
-
- setAllowTopicCreateForAllUsers(boolean) - Method in class com.communote.server.web.fe.portal.user.client.forms.ClientPermissionsForm
-
- SetAnonymousAccessWidget - Class in com.communote.server.web.fe.widgets.blog
-
Widget to set, if a blog can be accessed anonymously or not.
- SetAnonymousAccessWidget() - Constructor for class com.communote.server.web.fe.widgets.blog.SetAnonymousAccessWidget
-
- setApi(Boolean) - Method in class com.communote.server.web.fe.portal.user.client.forms.SslChannelConfigurationForm
-
- setAppendWidgetToTypeName(boolean) - Method in class com.communote.server.widgets.WidgetController
-
Whether to append the static string 'Widget' to all widget type names provided by URL or
request parameter.
- setApplicationConfigurationSettingDao(ApplicationConfigurationSettingDao) - Method in class com.communote.server.core.ConfigurationManagementBase
-
- setApplicationContext(ApplicationContext) - Method in class com.communote.server.web.WebServiceLocator
-
- setApplicationDirectory(String) - Method in class com.communote.server.core.application.DefaultRuntimeBuilder
-
Set the directory where the application was extracted to
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class com.communote.server.web.external.spring.security.CommunoteRememberMeProcessingFilter
- setApplicationFailure(HttpServletResponse) - Static method in class com.communote.server.web.commons.helper.ControllerHelper
-
Sets the application failure.
- setApplicationInformationProvider(ApplicationInformationProvider) - Method in class com.communote.server.core.application.DefaultRuntimeBuilder
-
- setApplicationPreparedCallback(ApplicationPreparedCallback) - Method in class com.communote.server.core.application.DefaultRuntimeBuilder
-
Set the callback to invoke after basic preparations like reading configurations, setting up
logging and building the Spring ApplicationContext are completed.
- setApplicationPreparedCallback(ApplicationPreparedCallback) - Method in class com.communote.server.core.bootstrap.ApplicationInitializer
-
Set the callback to invoke after building the Spring ApplicationContext is completed.
- setApplicationProperty(String, String) - Method in class com.communote.plugins.core.services.impl.PluginPropertyServiceImpl
-
- setApplicationProperty(String, String) - Method in interface com.communote.plugins.core.services.PluginPropertyService
-
Sets an application property.
- setApplicationProperty(String, String, String) - Method in class com.communote.server.core.plugin.PluginPropertyManagement
-
Sets an application property.
- setApplicationProperty(boolean) - Method in class com.communote.server.model.property.PluginProperty
-
- setApplicationSuccess(HttpServletResponse) - Static method in class com.communote.server.web.commons.helper.ControllerHelper
-
Sets the application success.
- setAreaCode(String) - Method in class com.communote.server.model.user.PhoneNumber
-
- setArgs(Object[]) - Method in class com.communote.server.web.commons.tags.TipTag
-
- setArguments(Object[]) - Method in class com.communote.server.persistence.common.messages.MessageKeyLocalizedMessage
-
- setAsAuthenticatedUser(User) - Static method in class com.communote.server.core.security.AuthenticationHelper
-
Set the provided user as the currently authenticated user for the current thread.
- setAssignedTagsOnly(Boolean) - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets AssignedTagsOnly.
- setAssignedTagsOnly(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets AssignedTagsOnly.
- setAssignedTagsOnly(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets AssignedTagsOnly.
- setAssignedTagsOnly(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets AssignedTagsOnly.
- setAttachmentContentIds(String[]) - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
- setAttachmentId(Long) - Method in class com.communote.plugins.api.rest.resource.attachment.AttachmentResource
-
Sets AttachmentId.
- setAttachmentId(Long) - Method in class com.communote.plugins.api.rest.resource.attachment.GetAttachmentParameter
-
Sets AttachmentId.
- setAttachmentId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.attachment.AttachmentResource
-
Sets AttachmentId.
- setAttachmentId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.attachment.GetAttachmentParameter
-
Sets AttachmentId.
- setAttachmentId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.attachment.AttachmentResource
-
Sets AttachmentId.
- setAttachmentId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.attachment.GetAttachmentParameter
-
Sets AttachmentId.
- setAttachmentId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.attachment.preview.GetPreviewParameter
-
Sets AttachmentId.
- setAttachmentId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.attachment.AttachmentResource
-
Sets AttachmentId.
- setAttachmentId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.attachment.DeleteAttachmentParameter
-
Sets AttachmentId.
- setAttachmentId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.attachment.GetAttachmentParameter
-
Sets AttachmentId.
- setAttachmentId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.attachment.preview.GetPreviewParameter
-
Sets AttachmentId.
- setAttachmentIds(Long[]) - Method in class com.communote.plugins.api.rest.resource.note.CreateNoteParameter
-
Sets AttachmentIds.
- setAttachmentIds(Long[]) - Method in class com.communote.plugins.api.rest.resource.note.EditNoteParameter
-
Sets AttachmentIds.
- setAttachmentIds(Long[]) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets AttachmentIds.
- setAttachmentIds(Long[]) - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Sets AttachmentIds.
- setAttachmentIds(Long[]) - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Sets AttachmentIds.
- setAttachmentIds(Long[]) - Method in class com.communote.plugins.api.rest.v22.resource.note.CreateNoteParameter
-
Sets AttachmentIds.
- setAttachmentIds(Long[]) - Method in class com.communote.plugins.api.rest.v22.resource.note.EditNoteParameter
-
Sets AttachmentIds.
- setAttachmentIds(Long[]) - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Sets AttachmentIds.
- setAttachmentIds(Long[]) - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Sets AttachmentIds.
- setAttachmentIds(Long[]) - Method in class com.communote.plugins.api.rest.v24.resource.note.CreateNoteParameter
-
Sets AttachmentIds.
- setAttachmentIds(Long[]) - Method in class com.communote.plugins.api.rest.v24.resource.note.EditNoteParameter
-
Sets AttachmentIds.
- setAttachmentIds(Long[]) - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Sets AttachmentIds.
- setAttachmentIds(Long[]) - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Sets AttachmentIds.
- setAttachmentIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.note.CreateNoteParameter
-
Sets AttachmentIds.
- setAttachmentIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.note.EditNoteParameter
-
Sets AttachmentIds.
- setAttachmentIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Sets AttachmentIds.
- setAttachmentIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Sets AttachmentIds.
- setAttachmentIds(Long[]) - Method in class com.communote.server.api.core.note.NoteStoringTO
-
- setAttachmentRepositoryConnectorId(String) - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
- setAttachmentRepositoryConnectorIds(String[]) - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
- setAttachments(AttachmentResource[]) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets Attachments.
- setAttachments(AttachmentResource[]) - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Sets Attachments.
- setAttachments(AttachmentResource[]) - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Sets Attachments.
- setAttachments(AttachmentResource[]) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets Attachments.
- setAttachments(AttachmentResource[]) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetTimelineNoteParameter
-
Sets Attachments.
- setAttachments(AttachmentResource[]) - Method in class com.communote.plugins.api.rest.resource.timelinenote.TimelineNoteResource
-
Sets Attachments.
- setAttachments(AttachmentResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Sets Attachments.
- setAttachments(AttachmentResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Sets Attachments.
- setAttachments(AttachmentResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets Attachments.
- setAttachments(AttachmentResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetTimelineNoteParameter
-
Sets Attachments.
- setAttachments(AttachmentResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteResource
-
Sets Attachments.
- setAttachments(AttachmentResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Sets Attachments.
- setAttachments(AttachmentResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Sets Attachments.
- setAttachments(AttachmentResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets Attachments.
- setAttachments(AttachmentResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
Sets Attachments.
- setAttachments(AttachmentResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
Sets Attachments.
- setAttachments(AttachmentResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Sets Attachments.
- setAttachments(AttachmentResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Sets Attachments.
- setAttachments(AttachmentResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets Attachments.
- setAttachments(AttachmentResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets Attachments.
- setAttachments(AttachmentResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
Sets Attachments.
- setAttachments(AttachmentResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
Sets Attachments.
- setAttachments(List<AttachmentData>) - Method in class com.communote.server.api.core.note.NoteData
-
- setAttachments(Set<Attachment>) - Method in class com.communote.server.model.note.Note
-
- setAttachments(Collection<AttachmentData>) - Method in class com.communote.server.web.api.to.listitem.v1_0_1.DetailPostListItem
-
Sets the attachments
- setAttachmentsFromSession(String, HttpSession, NoteStoringTO) - Static method in class com.communote.plugins.api.rest.resource.note.NoteBuildHelper
-
- setAttachmentsFromSession(String, HttpSession, NoteStoringTO) - Static method in class com.communote.plugins.api.rest.v22.resource.note.NoteBuildHelper
-
- setAttachmentsFromSession(String, HttpSession, NoteStoringTO) - Static method in class com.communote.plugins.api.rest.v24.resource.note.NoteBuildHelper
-
- setAttachmentsFromSession(String, HttpSession, NoteStoringTO) - Static method in class com.communote.plugins.api.rest.v30.resource.note.NoteBuildHelper
-
- setAttachmentSize(String) - Method in class com.communote.server.web.fe.portal.user.system.content.FileUploadForm
-
- setAttachmentUploadSessionId(String) - Method in class com.communote.plugins.api.rest.resource.attachment.CreateAttachmentParameter
-
Sets AttachmentUploadSessionId.
- setAttachmentUploadSessionId(String) - Method in class com.communote.plugins.api.rest.resource.note.CreateNoteParameter
-
Sets AttachmentUploadSessionId.
- setAttachmentUploadSessionId(String) - Method in class com.communote.plugins.api.rest.resource.note.EditNoteParameter
-
Sets AttachmentUploadSessionId.
- setAttachmentUploadSessionId(String) - Method in class com.communote.plugins.api.rest.v22.resource.attachment.CreateAttachmentParameter
-
Sets AttachmentUploadSessionId.
- setAttachmentUploadSessionId(String) - Method in class com.communote.plugins.api.rest.v22.resource.note.CreateNoteParameter
-
Sets AttachmentUploadSessionId.
- setAttachmentUploadSessionId(String) - Method in class com.communote.plugins.api.rest.v22.resource.note.EditNoteParameter
-
Sets AttachmentUploadSessionId.
- setAttachmentUploadSessionId(String) - Method in class com.communote.plugins.api.rest.v24.resource.attachment.CreateAttachmentParameter
-
Sets AttachmentUploadSessionId.
- setAttachmentUploadSessionId(String) - Method in class com.communote.plugins.api.rest.v24.resource.note.CreateNoteParameter
-
Sets AttachmentUploadSessionId.
- setAttachmentUploadSessionId(String) - Method in class com.communote.plugins.api.rest.v24.resource.note.EditNoteParameter
-
Sets AttachmentUploadSessionId.
- setAttachmentUploadSessionId(String) - Method in class com.communote.plugins.api.rest.v30.resource.attachment.CreateAttachmentParameter
-
Sets AttachmentUploadSessionId.
- setAttachmentUploadSessionId(String) - Method in class com.communote.plugins.api.rest.v30.resource.note.CreateNoteParameter
-
Sets AttachmentUploadSessionId.
- setAttachmentUploadSessionId(String) - Method in class com.communote.plugins.api.rest.v30.resource.note.EditNoteParameter
-
Sets AttachmentUploadSessionId.
- setAttribute(String, Object) - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
-
- setAttribute(String, Object) - Method in class com.communote.server.widgets.AbstractWidget
- setAugmentation(AugmentedPageableList.AugmentationKeys, Object) - Method in class com.communote.common.util.AugmentedPageableList
-
Sets the augmentation data for the given key.
- setAuthenticated(boolean) - Method in class com.communote.server.core.security.authentication.AbstractCommunoteAuthenticationToken
- setAuthentication(Authentication) - Method in class com.communote.plugins.mq.message.base.message.BaseMessage
-
- setAuthentication(Authentication) - Static method in class com.communote.server.core.security.AuthenticationHelper
-
Set the provided authentication object as the currently authenticated principal for the
current thread.
- setAuthenticationApiUrl(String) - Method in class com.communote.server.model.config.ConfluenceConfiguration
-
- setAuthenticationDetailsSource(AuthenticationDetailsSource<Object, Object>) - Method in class com.communote.server.web.external.spring.security.RequestParameterAuthenticationProcessingFilter
-
- setAuthenticationDetailsSource(AuthenticationDetailsSource<Object, Object>) - Method in class com.communote.server.web.external.spring.security.XMPPAuthenticationProcessingFilter
-
Sets the authentication details source.
- setAuthenticationManagement(AuthenticationManagement) - Method in class com.communote.server.core.security.AbstractCommunoteAuthenticationFilter
-
- setAuthenticationManager(AuthenticationManager) - Method in class com.communote.server.core.security.AbstractCommunoteAuthenticationFilter
-
Method to set the current authentication manager.
- setAuthenticationManager(AuthenticationManager) - Method in interface com.communote.server.core.security.CommunoteAuthenticationFilter
-
Method to set the current authentication manager.
- setAuthenticationManager(AuthenticationManager) - Method in class com.communote.server.web.commons.filter.PublicAccessProcessingFilter
-
- setAuthenticationManager(AuthenticationManager) - Method in class com.communote.server.web.external.spring.security.CommunoteRememberMeProcessingFilter
- setAuthenticationManager(AuthenticationManager) - Method in class com.communote.server.web.external.spring.security.CommunoteTokenAuthenticationProcessingFilter
-
- setAuthenticationManager(AuthenticationManager) - Method in class com.communote.server.web.external.spring.security.RequestParameterAuthenticationProcessingFilter
-
- setAuthenticationManager(AuthenticationManager) - Method in class com.communote.server.web.external.spring.security.XMPPAuthenticationProcessingFilter
-
Sets the authentication manager.
- setAuthenticationMode(String) - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
Set the authentication mode
- setAuthenticationProviderManagement(AuthenticationProviderManagement) - Method in class com.communote.server.web.security.PluginAuthenticationProvider
-
- setAuthenticationSuccessHandler(AuthenticationSuccessHandler) - Method in class com.communote.server.web.fe.portal.login.AuthenticateUserController
-
- setAuthenticationToken(String) - Method in class com.communote.server.model.user.User
-
- setAuthor(TimelineUserResource) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets Author.
- setAuthor(TimelineUserResource) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetTimelineNoteParameter
-
Sets Author.
- setAuthor(TimelineUserResource) - Method in class com.communote.plugins.api.rest.resource.timelinenote.TimelineNoteResource
-
Sets Author.
- setAuthor(TimelineUserResource) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets Author.
- setAuthor(TimelineUserResource) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetTimelineNoteParameter
-
Sets Author.
- setAuthor(TimelineUserResource) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteResource
-
Sets Author.
- setAuthor(TimelineUserResource) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets Author.
- setAuthor(TimelineUserResource) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
Sets Author.
- setAuthor(TimelineUserResource) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
Sets Author.
- setAuthor(TimelineUserResource) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets Author.
- setAuthor(TimelineUserResource) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets Author.
- setAuthor(TimelineUserResource) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
Sets Author.
- setAuthor(TimelineUserResource) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
Sets Author.
- setAuthorFetchSize(int) - Method in class com.communote.server.core.blog.notes.processors.TopicNotificationNoteProcessor
-
- setAutomaticUserActivation(boolean) - Method in class com.communote.server.web.fe.portal.user.client.forms.ClientUserManagementSettingsForm
-
- setAutosaveNoteId(Long) - Method in class com.communote.plugins.api.rest.resource.note.CreateNoteParameter
-
Sets AutosaveNoteId.
- setAutosaveNoteId(Long) - Method in class com.communote.plugins.api.rest.resource.note.EditNoteParameter
-
Sets AutosaveNoteId.
- setAutosaveNoteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.CreateNoteParameter
-
Sets AutosaveNoteId.
- setAutosaveNoteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.EditNoteParameter
-
Sets AutosaveNoteId.
- setAutosaveNoteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.CreateNoteParameter
-
Sets AutosaveNoteId.
- setAutosaveNoteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.EditNoteParameter
-
Sets AutosaveNoteId.
- setAutosaveNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.CreateNoteParameter
-
Sets AutosaveNoteId.
- setAutosaveNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.EditNoteParameter
-
Sets AutosaveNoteId.
- setAutosaveNoteId(Long) - Method in class com.communote.server.api.core.note.NoteStoringTO
-
- setBackgroundColor(Color) - Method in class com.communote.common.image.ImageScaler
-
- setBannerImageId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Sets BannerImageId.
- setBannerImageId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetTopicParameter
-
Sets BannerImageId.
- setBannerImageId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Sets BannerImageId.
- setBannerImageVersion(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Sets BannerImageVersion.
- setBannerImageVersion(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetTopicParameter
-
Sets BannerImageVersion.
- setBannerImageVersion(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Sets BannerImageVersion.
- setBasePath(String) - Method in class com.communote.server.model.config.ConfluenceConfiguration
-
- setBaseUrl(String) - Method in class com.communote.server.web.commons.tags.KenmeiUrlTag
-
The base URL.
- setBinaryProperty(String, String, byte[]) - Method in interface com.communote.server.api.core.property.PropertyManagement
-
Set a binary property.
- setBinaryProperty(String, String, byte[]) - Method in class com.communote.server.core.property.PropertyManagementImpl
-
- setBindUser(String) - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
Wrapper to set bind user (manager DN) in config.
- setBindUserPassword(String) - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
Wrapper to set manager password in config.
- setBlog(UserBlogData) - Method in class com.communote.server.api.core.note.NoteData
-
- setBlog(Blog) - Method in class com.communote.server.model.blog.BlogMember
-
- setBlog(Blog) - Method in class com.communote.server.model.note.Note
-
- setBlog(BlogListItem) - Method in class com.communote.server.web.api.to.listitem.DetailPostListItem
-
Sets the blog of the note
- setBlogAlias(String) - Method in class com.communote.server.core.util.InitalFiltersVO
-
- setBlogAliases(String[]) - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
Used to reduce the result to blogs with specific aliases.
- setBlogAliasFilter(String[]) - Method in class com.communote.server.core.vo.query.TaggingCoreItemUTPExtension
-
- setBlogDao(BlogDao) - Method in class com.communote.server.core.blog.MailBasedPostingManagementBase
-
Sets the reference to blog
's DAO.
- setBlogDao(BlogDao) - Method in class com.communote.server.core.tag.category.TagCategoryManagementBase
-
Sets the reference to blog
's DAO.
- setBlogEmail(String) - Method in class com.communote.server.core.filter.listitems.blog.DetailBlogListItem
-
- setBlogFilter(Long[]) - Method in class com.communote.server.core.vo.query.TaggingCoreItemUTPExtension
-
Can be used to filter Notes for a blog association.
- setBlogId(Long) - Method in exception com.communote.server.api.core.blog.BlogAccessException
-
- setBlogId(Long) - Method in exception com.communote.server.api.core.blog.BlogNotFoundException
-
- setBlogId(Long) - Method in class com.communote.server.api.core.blog.MinimalBlogData
-
- setBlogId(Long) - Method in class com.communote.server.api.core.note.NoteStoringTO
-
- setBlogId(Long) - Method in class com.communote.server.core.util.InitalFiltersVO
-
- setBlogId(Long) - Method in class com.communote.server.core.vo.query.blog.BlogMemberManagementQueryParameters
-
- setBlogId(Long) - Method in class com.communote.server.core.vo.query.blog.BlogMemberQueryParameters
-
- setBlogId(Long) - Method in class com.communote.server.core.vo.query.TaggingCoreItemUTPExtension
-
- setBlogId(Long) - Method in class com.communote.server.model.blog.UserToBlogRoleMapping
-
- setBlogId(Long) - Method in class com.communote.server.web.api.to.listitem.BlogListItem
-
- setBlogId(Long) - Method in class com.communote.server.web.api.to.listitem.PostListItem
-
- setBlogId(Long) - Method in class com.communote.server.web.api.to.listitem.v1_0_1.DetailPostListItem
-
Sets the ID of the blog of the note
- setBlogId(Long) - Method in class com.communote.server.web.fe.portal.blog.forms.BlogManagementForm
-
- setBlogId(Long) - Method in class com.communote.server.web.fe.portal.blog.forms.BlogMemberInviteForm
-
Sets the blog id.
- setBlogIds(Long[]) - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
Used to reduce the result to blogs with specific IDs.
- setBlogIdsToTitleMapping(Map<Long, String>) - Method in exception com.communote.server.api.core.blog.NoBlogManagerLeftException
-
- setBlogNameId(String) - Method in exception com.communote.server.api.core.blog.BlogNotFoundException
-
- setBlogProperties(Map<String, Object>) - Method in class com.communote.server.web.fe.portal.blog.forms.BlogManagementForm
-
- setBlogRole(BlogRole) - Method in class com.communote.server.core.filter.listitems.blog.member.BlogMemberListItem
-
- setBlogRole(String) - Method in class com.communote.server.core.util.InitalFiltersVO
-
- setBlogsToExclude(Long[]) - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
Used to set blog IDs to exclude from search.
- setBlogSuffix(String) - Method in class com.communote.server.web.fe.portal.user.system.communication.XmppForm
-
- setBlogTitle(String) - Method in exception com.communote.server.api.core.note.NoteManagementAuthorizationException
-
- setBlogTitle(String) - Method in class com.communote.server.core.util.InitalFiltersVO
-
- setBrokerStarted(boolean) - Method in class com.communote.plugins.mq.provider.activemq.settings.MQDatabaseSettingsDAO
-
- setBrokerStarted(boolean) - Method in interface com.communote.plugins.mq.provider.activemq.settings.MQSettingsDAO
-
sets broker's state flag
- setCacheElementProvider(CacheElementProvider<StringIdBasedCacheKey, ClientTO>) - Method in class com.communote.server.service.ClientRetrievalServiceImpl
-
Set a custom cache element provider for loading clients within findClient.
- setCacheSubdir(String) - Method in class com.communote.server.web.commons.resource.impl.ConcatenatedResourceStoreImpl
-
Set the name of the cache sub-directory where concatenated files will be stored.
- setCallback(ActiveMQConfigurationCallback) - Method in class com.communote.plugins.mq.adapter.activemq.configuration.ActiveMQAdapterConfiguration
-
The callback is used to inform someone about the confiugration change
- setCallback(ActiveMQConfigurationCallback) - Method in interface com.communote.plugins.mq.adapter.activemq.configuration.ActiveMQDatabaseConfiguration
-
The callback is used to inform someone about the confiugration change
- setCancelView(String) - Method in class com.communote.server.web.fe.portal.user.controller.ConfirmUserController
-
Sets the cancel view.
- setCategorizedTagDao(CategorizedTagDao) - Method in class com.communote.server.core.tag.category.TagCategoryManagementBase
-
Sets the reference to categorizedTag
's DAO.
- setCategory(AbstractTagCategory) - Method in class com.communote.server.model.tag.CategorizedTag
-
- setCause(String) - Method in class com.communote.plugins.api.rest.to.ApiResultError
-
- setCause(String) - Method in class com.communote.plugins.api.rest.v22.to.ApiResultError
-
- setCause(String) - Method in class com.communote.plugins.api.rest.v24.to.ApiResultError
-
- setCause(String) - Method in class com.communote.plugins.api.rest.v30.to.ApiResultError
-
- setCauseErrorCode(String) - Method in class com.communote.plugins.mq.message.base.data.status.Error
-
- setCertificate(String, Certificate) - Method in interface com.communote.server.api.core.config.StartupProperties
-
- setCertificate(String, Certificate) - Method in class com.communote.server.core.config.StartupPropertiesImpl
-
- setChannel(ChannelType) - Static method in class com.communote.server.api.core.common.ClientAndChannelContextHolder
-
Associate the channel with the current thread
- setChannel(ChannelType) - Method in class com.communote.server.model.security.IpRangeChannel
-
- setChannel(ChannelType) - Method in class com.communote.server.model.security.IpRangeChannelImpl
-
Sets the channel.
- setChannel(ChannelType) - Method in class com.communote.server.model.user.security.UnlockUserSecurityCode
-
- setChannelConfigurationDao(ChannelConfigurationDao) - Method in class com.communote.server.core.security.ssl.ChannelManagementBase
-
Sets the reference to channelConfiguration
's DAO.
- setChannelEnabled(ChannelType, boolean, String, ChannelType) - Method in interface com.communote.server.core.security.iprange.IpRangeFilterManagement
-
- setChannelEnabled(ChannelType, boolean, String, ChannelType) - Method in class com.communote.server.core.security.iprange.IpRangeFilterManagementBase
-
- setChannelName(String) - Method in class com.communote.server.web.commons.filter.IpRangeChannelFilter
-
Sets channel type.
- setChannels(Set<IpRangeChannel>) - Method in class com.communote.server.model.security.IpRangeFilter
-
- setChannels(ChannelType[]) - Method in class com.communote.server.persistence.security.iprange.IpRangeFilterVO
-
- setChannelType(ChannelType) - Method in class com.communote.server.core.security.iprange.IpFilterCacheKey
-
Set Channel type
- setChannelType(ChannelType) - Method in class com.communote.server.model.security.ChannelConfiguration
-
- setChannelType(ChannelType) - Method in class com.communote.server.model.user.security.AuthenticationFailedStatus
-
- setChannelType(String) - Method in class com.communote.server.web.fe.portal.user.client.forms.IpRangeFilterChannelType
-
Set channel type for filter
- setChannelTypes(List<IpRangeFilterChannelType>) - Method in class com.communote.server.web.fe.portal.user.client.forms.IpRangeFilterItem
-
Set list of channel types
- setCharacterEncoding(String) - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
-
- setCharset(String) - Method in class com.communote.server.web.commons.resource.impl.FilteringResourceConcatenator
-
Set the character set encoding for reading the resources.
- setCheckAtLeastMoreResults(Integer) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets CheckAtLeastMoreResults.
- setCheckAtLeastMoreResults(Integer) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets CheckAtLeastMoreResults.
- setCheckAtLeastMoreResults(Integer) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets CheckAtLeastMoreResults.
- setCheckAtLeastMoreResults(Integer) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets CheckAtLeastMoreResults.
- setCheckAtLeastMoreResults(Integer) - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets CheckAtLeastMoreResults.
- setCheckAtLeastMoreResults(Integer) - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
Sets CheckAtLeastMoreResults.
- setCheckAtLeastMoreResults(Integer) - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Sets CheckAtLeastMoreResults.
- setCheckAtLeastMoreResults(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Sets CheckAtLeastMoreResults.
- setCheckAtLeastMoreResults(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets CheckAtLeastMoreResults.
- setCheckAtLeastMoreResults(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets CheckAtLeastMoreResults.
- setCheckAtLeastMoreResults(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets CheckAtLeastMoreResults.
- setCheckAtLeastMoreResults(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Sets CheckAtLeastMoreResults.
- setCheckAtLeastMoreResults(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets CheckAtLeastMoreResults.
- setCheckAtLeastMoreResults(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Sets CheckAtLeastMoreResults.
- setCheckAtLeastMoreResults(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets CheckAtLeastMoreResults.
- setCheckAtLeastMoreResults(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Sets CheckAtLeastMoreResults.
- setCheckAtLeastMoreResults(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets CheckAtLeastMoreResults.
- setCheckAtLeastMoreResults(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.topic.CreateTopicParameter
-
Sets CheckAtLeastMoreResults.
- setCheckAtLeastMoreResults(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Sets CheckAtLeastMoreResults.
- setCheckAtLeastMoreResults(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.user.CreateUserParameter
-
Sets CheckAtLeastMoreResults.
- setCheckAtLeastMoreResults(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Sets CheckAtLeastMoreResults.
- setCheckAtLeastMoreResults(int) - Method in class com.communote.server.core.filter.ResultSpecification
-
- setCheckDate(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.observation.GetObservationParameter
-
Sets CheckDate.
- setCheckDate(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.observation.ObservationResource
-
Sets CheckDate.
- setChildren(List<S>) - Method in class com.communote.common.menu.CategoryEntry
-
- setChildren(List<T>) - Method in interface com.communote.common.menu.MenuItem
-
set the children of this menu item
- setChildren(ChildTopicResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Sets Children.
- setChildren(ChildTopicResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetTopicParameter
-
Sets Children.
- setChildren(ChildTopicResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Sets Children.
- setChildren(List<DetailBlogListItem>) - Method in class com.communote.server.core.filter.listitems.blog.DetailBlogListItem
-
- setChildren(Set<Blog>) - Method in class com.communote.server.model.blog.Blog
-
- setChildren(Set<Note>) - Method in class com.communote.server.model.note.Note
-
- setChildTopicId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.topic.childtopic.ChildTopicResource
-
Sets ChildTopicId.
- setChildTopicId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.topic.childtopic.CreateChildTopicParameter
-
Sets ChildTopicId.
- setChildTopicId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.topic.childtopic.DeleteChildTopicParameter
-
Sets ChildTopicId.
- setChildTopicId(Long) - Method in class com.communote.server.model.blog.ResolvedTopicToTopic
-
- setChildTopicIds(Long[]) - Method in class com.communote.server.api.core.blog.BlogTO
-
- setChildTopicsToAdd(List<Long>) - Method in class com.communote.server.core.vo.blog.TopicStructureTO
-
Set the child topics to be removed
- setChildTopicsToRemove(List<Long>) - Method in class com.communote.server.core.vo.blog.TopicStructureTO
-
Set the child topics to be removed
- setCity(String) - Method in class com.communote.server.core.filter.listitems.UserProfileDetailListItem
-
- setCity(String) - Method in class com.communote.server.model.user.Contact
-
- setCity(String) - Method in class com.communote.server.persistence.user.UserProfileVO
-
- setCity(String) - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileForm
-
- setClamConnectionTimeout(String) - Method in class com.communote.server.web.fe.portal.user.system.application.VirusScanningForm
-
- setClamHost(String) - Method in class com.communote.server.web.fe.portal.user.system.application.VirusScanningForm
-
- setClamPort(String) - Method in class com.communote.server.web.fe.portal.user.system.application.VirusScanningForm
-
- setClamTempDir(String) - Method in class com.communote.server.web.fe.portal.user.system.application.VirusScanningForm
-
- setClass(Class) - Method in class com.communote.server.web.commons.view.velocity.ClassBasedToolConfiguration
-
- setClassAssertionStatus(String, boolean) - Method in class com.communote.plugins.core.classloader.ClassLoaderAggregator
- setClassName(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.EditUserPreferenceParameter
-
Sets ClassName.
- setClassName(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.GetUserPreferenceParameter
-
Sets ClassName.
- setClassName(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.UserPreferenceResource
-
Sets ClassName.
- setClassName(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.EditUserPreferenceParameter
-
Sets ClassName.
- setClassName(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.GetUserPreferenceParameter
-
Sets ClassName.
- setClassName(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.UserPreferenceResource
-
Sets ClassName.
- setClassname(String) - Method in class com.communote.server.web.commons.view.velocity.ClassBasedToolConfiguration
-
- setClearPassword(boolean) - Method in class com.communote.server.persistence.user.ExternalUserVO
-
Set whether a password stored for the local user belonging to this external user should be
cleared.
- setClient(ClientTO) - Static method in class com.communote.server.api.core.common.ClientAndChannelContextHolder
-
Set the client on which the operations of the current thread should be run
- setClient(ClientTO) - Method in exception com.communote.server.core.common.database.DatabaseUpdateException
-
- setClientAlias(String) - Method in class com.communote.plugins.mq.message.base.message.BaseMessage
-
- setClientConfig(ClientConfiguration) - Method in class com.communote.server.model.config.Configuration
-
- setClientConfigurationDao(ClientConfigurationDao) - Method in class com.communote.server.core.ConfigurationManagementBase
-
- setClientEmail(String) - Method in class com.communote.server.web.fe.portal.user.client.forms.ClientProfileEmailForm
-
Sets the client email address used in reply-to email header.
- setClientEmailName(String) - Method in class com.communote.server.web.fe.portal.user.client.forms.ClientProfileEmailForm
-
Sets the personal name of the client email address used in reply-to email header.
- setClientId(String) - Method in exception com.communote.server.api.core.client.ClientNotFoundException
-
- setClientId(String) - Method in class com.communote.server.api.core.client.ClientTO
-
- setClientId(String) - Method in exception com.communote.server.api.core.client.InvalidClientIdException
-
- setClientId(String) - Method in class com.communote.server.model.client.Client
-
- setClientId(String) - Method in class com.communote.server.web.commons.tags.KenmeiUrlTag
-
Sets a custom client ID to render the URL for the named client instead of the current client.
- setClientName(String) - Method in class com.communote.server.web.fe.portal.user.client.forms.ClientGeneralSettingsForm
-
Sets the client name.
- setClientProperty(String, String) - Method in class com.communote.plugins.core.services.impl.PluginPropertyServiceImpl
-
Sets a client property.
- setClientProperty(String, String) - Method in interface com.communote.plugins.core.services.PluginPropertyService
-
Sets a client property.
- setClientProperty(String, String, String) - Method in class com.communote.server.core.plugin.PluginPropertyManagement
-
Sets a client property.
- setClientPropertyAsObject(String, Serializable) - Method in class com.communote.plugins.core.services.impl.PluginPropertyServiceImpl
-
Sets a client property from an object.
- setClientPropertyAsObject(String, Serializable) - Method in interface com.communote.plugins.core.services.PluginPropertyService
-
Sets a client property from an object.
- setClientPropertyAsObject(String, String, Object) - Method in class com.communote.server.core.plugin.PluginPropertyManagement
-
Sets a client property from an object.
- setClientStatisticDao(ClientStatisticDao) - Method in class com.communote.server.core.crc.RepositoryConnectorDelegateBase
-
Sets the reference to clientStatistic
's DAO.
- setClientStatus(ClientStatus) - Method in class com.communote.server.api.core.client.ClientTO
-
- setClientStatus(ClientStatus) - Method in class com.communote.server.model.client.Client
-
- setClientSupportEmailAddress(String) - Method in class com.communote.server.web.fe.portal.user.client.forms.ClientProfileEmailForm
-
- setCmdCommand(String) - Method in class com.communote.server.web.fe.portal.user.system.application.VirusScanningForm
-
- setCmdExitCode(String) - Method in class com.communote.server.web.fe.portal.user.system.application.VirusScanningForm
-
- setCmdProcessTimeout(String) - Method in class com.communote.server.web.fe.portal.user.system.application.VirusScanningForm
-
- setCmdTempDir(String) - Method in class com.communote.server.web.fe.portal.user.system.application.VirusScanningForm
-
- setCmdTempFilePrefix(String) - Method in class com.communote.server.web.fe.portal.user.system.application.VirusScanningForm
-
- setCmdTempFileSuffix(String) - Method in class com.communote.server.web.fe.portal.user.system.application.VirusScanningForm
-
- setCode(InviteUserToBlogSecurityCode) - Method in class com.communote.server.core.mail.messages.user.InviteUserToBlogMailMessage
-
Sets the code.
- setCode(String) - Method in class com.communote.server.model.security.SecurityCode
-
- setCode(String) - Method in class com.communote.server.web.fe.portal.user.forms.ForgottenPWForm
-
- setCombineArguments(boolean) - Method in class com.communote.server.persistence.common.messages.MessageKeyLocalizedMessage
-
Whether to combine the the arguments passed to toString with those set via setArguments.
- setCommentMatcher(Matcher<NoteData>, boolean) - Method in class com.communote.server.core.vo.query.note.SimpleNoteListItemToDiscussionNoteDataConverter
-
Sets a matcher to mark comments, if loadComments is set to true.
- setComments(List<NoteData>) - Method in class com.communote.server.core.vo.blog.DiscussionNoteData
-
- setCommonResponseMetadata(PageableList<?>) - Method in class com.communote.server.web.fe.widgets.AbstractPagedListWidget
-
Set common meta data extracted from the query result.
- setCommunoteMessageConsumer(ProviderMessageConsumer) - Method in interface com.communote.plugins.mq.provider.jms.JMSMessageConsumer
-
Sets CNT message consumer.
- setCommunoteMessageConsumer(ProviderMessageConsumer) - Method in class com.communote.plugins.mq.provider.jms.JMSMessageConsumerImpl
-
Sets CNT message consumer.
- setCompany(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Sets Company.
- setCompany(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.GetUserParameter
-
Sets Company.
- setCompany(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResource
-
Sets Company.
- setCompany(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Sets Company.
- setCompany(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetUserParameter
-
Sets Company.
- setCompany(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
Sets Company.
- setCompany(String) - Method in class com.communote.server.core.filter.listitems.UserProfileDetailListItem
-
- setCompany(String) - Method in class com.communote.server.model.user.UserProfile
-
- setCompany(String) - Method in class com.communote.server.persistence.user.UserProfileVO
-
- setCompany(String) - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileForm
-
- setCompany(String) - Method in class com.communote.server.web.fe.widgets.users.UserListWidget.ListUsersWidgetUserListItem
-
- setCompanyPosition(String) - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileForm
-
- setConfig(ConfluenceConfiguration) - Method in class com.communote.server.web.fe.portal.user.client.forms.ConfluenceAuthConfigurationForm
-
Sets the config.
- setConfigs(Set<MessagerConnectorConfig>) - Method in class com.communote.server.model.user.NotificationConfig
-
- setConfiguration(String, ExternalSystemConfiguration, String) - Method in class com.communote.server.web.fe.portal.user.client.controller.integration.IntegrationOverviewForm
-
- setConfigurationDao(ConfigurationDao) - Method in class com.communote.server.core.ConfigurationManagementBase
-
- setConfigurer(EhCacheConfigurer) - Method in class com.communote.server.core.common.caching.eh.EhCacheManager
-
Sets the configurer that should be used when initializing the EhCache.
- setConfirmationCode(String) - Method in class com.communote.server.web.fe.portal.user.forms.RegistrationForm
-
Sets the confirmation code.
- setConfluenceConfigurationDao(ConfluenceConfigurationDao) - Method in class com.communote.server.core.ConfigurationManagementBase
-
- setConnection(Connection) - Method in class com.communote.plugins.mq.adapter.activemq.ActiveMQAdapter
-
Only for test purposes.
- setConnectorId(String) - Method in class com.communote.server.core.crc.RepositoryConnectorConfiguration
-
- setConnectorId(String) - Method in class com.communote.server.core.crc.vo.ContentId
-
- setConnectorURI(String) - Method in class com.communote.plugins.mq.provider.activemq.security.ConnectorURICallBack
-
- setContact(Contact) - Method in class com.communote.server.model.user.UserProfile
-
- setContactDao(ContactDao) - Method in class com.communote.server.core.user.UserProfileManagementBase
-
Sets the reference to contact
's DAO.
- setContent(String) - Method in class com.communote.plugins.mq.message.core.data.note.Note
-
Set the content of the note
- setContent(String) - Method in class com.communote.plugins.mq.service.provider.TransferMessage
-
Sets the content.
- setContent(String) - Method in class com.communote.server.api.core.note.NoteData
-
- setContent(String) - Method in class com.communote.server.api.core.note.NoteStoringTO
-
- setContent(String) - Method in class com.communote.server.model.note.Content
-
- setContent(Content) - Method in class com.communote.server.model.note.Note
-
- setContent(LocalizedMessage, boolean) - Method in class com.communote.server.web.commons.controller.StaticPageSection
-
Set the content.
- setContentId(String) - Method in class com.communote.plugins.api.rest.v30.resource.attachment.AttachmentResource
-
Sets ContentId.
- setContentId(String) - Method in class com.communote.plugins.api.rest.v30.resource.attachment.GetAttachmentParameter
-
Sets ContentId.
- setContentId(String) - Method in class com.communote.server.api.core.attachment.AttachmentData
-
- setContentId(String) - Method in class com.communote.server.core.crc.vo.ContentId
-
- setContentId(ContentId) - Method in class com.communote.server.core.crc.vo.ContentMetadata
-
Sets the contentId
- setContentIdentifier(String) - Method in class com.communote.server.model.attachment.Attachment
-
- setContentLength(Long) - Method in class com.communote.plugins.api.rest.resource.attachment.AttachmentResource
-
Sets ContentLength.
- setContentLength(Long) - Method in class com.communote.plugins.api.rest.resource.attachment.GetAttachmentParameter
-
Sets ContentLength.
- setContentLength(Long) - Method in class com.communote.plugins.api.rest.v22.resource.attachment.AttachmentResource
-
Sets ContentLength.
- setContentLength(Long) - Method in class com.communote.plugins.api.rest.v22.resource.attachment.GetAttachmentParameter
-
Sets ContentLength.
- setContentLength(Long) - Method in class com.communote.plugins.api.rest.v24.resource.attachment.AttachmentResource
-
Sets ContentLength.
- setContentLength(Long) - Method in class com.communote.plugins.api.rest.v24.resource.attachment.GetAttachmentParameter
-
Sets ContentLength.
- setContentLength(Long) - Method in class com.communote.plugins.api.rest.v30.resource.attachment.AttachmentResource
-
Sets ContentLength.
- setContentLength(Long) - Method in class com.communote.plugins.api.rest.v30.resource.attachment.GetAttachmentParameter
-
Sets ContentLength.
- setContentLength(long) - Method in class com.communote.server.core.vo.content.AttachmentTO
-
Set the content length, that will set it on the metadata, if not null.
- setContentManager(StaticPageContentManager) - Method in class com.communote.server.web.commons.controller.StaticPageVelocityViewController
-
Set the content manager
- setContentMessageKey(String) - Method in class com.communote.server.web.commons.controller.StaticPageSection
-
Set the message key which should be used to resolve the localized content
- setContentSize(long) - Method in class com.communote.server.core.crc.vo.ContentMetadata
-
- setContentTemplate(String) - Method in class com.communote.server.web.commons.controller.VelocityViewController
-
Set the template to be rendered as view.
- setContentTemplateName(String) - Method in class com.communote.server.web.commons.controller.StaticPageSection
-
Set the name/id of a template that should be rendered as the content of the section
- setContentType(String) - Method in class com.communote.plugins.mq.message.core.data.note.Note
-
Set the content type of the note.
- setContentType(TransferMessage.TMContentType) - Method in class com.communote.plugins.mq.service.provider.TransferMessage
-
Sets the content type.
- setContentType(NoteContentType) - Method in class com.communote.server.api.core.note.NoteStoringTO
-
- setContentType(String) - Method in class com.communote.server.model.attachment.Attachment
-
- setContext(String) - Method in class com.communote.server.web.fe.portal.user.system.application.ServerForm
-
- setContextId(String) - Method in class com.communote.server.core.vo.user.NavigationItemDataTO
-
- setContextType(String) - Method in class com.communote.server.core.vo.user.NavigationItemDataTO
-
- setContinueChainOnAuthenticationFailure(boolean) - Method in class com.communote.server.web.external.spring.security.RequestParameterAuthenticationProcessingFilter
-
- setCount(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.observation.GetObservationParameter
-
Sets Count.
- setCount(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.observation.ObservationResource
-
Sets Count.
- setCountry(Country) - Method in class com.communote.server.model.user.Contact
-
- setCountryCode(String) - Method in class com.communote.server.core.filter.listitems.UserProfileDetailListItem
-
- setCountryCode(String) - Method in class com.communote.server.model.user.Country
-
- setCountryCode(String) - Method in class com.communote.server.model.user.PhoneNumber
-
- setCountryCode(String) - Method in class com.communote.server.persistence.user.UserProfileVO
-
- setCountryCode(String) - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileForm
-
Sets the country code.
- setCrawlLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.attachment.AttachmentResource
-
Sets CrawlLastModificationDate.
- setCrawlLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.attachment.GetAttachmentParameter
-
Sets CrawlLastModificationDate.
- setCrawlLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.attachment.GetCollectionAttachmentParameter
-
Sets CrawlLastModificationDate.
- setCrawlLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.note.GetCollectionNoteParameter
-
Sets CrawlLastModificationDate.
- setCrawlLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Sets CrawlLastModificationDate.
- setCrawlLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Sets CrawlLastModificationDate.
- setCrawlLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Sets CrawlLastModificationDate.
- setCrawlLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetTopicParameter
-
Sets CrawlLastModificationDate.
- setCrawlLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Sets CrawlLastModificationDate.
- setCrawlLastModificationDate(Timestamp) - Method in class com.communote.server.model.blog.Blog
-
- setCrawlLastModificationDate(Timestamp) - Method in class com.communote.server.model.note.Note
-
- setCreatedLocally(boolean) - Method in interface com.communote.server.api.core.event.DistributableEvent
-
Defines whether the event was created on this Communote instance node if running a clustered
Communote setup.
- setCreatedLocally(boolean) - Method in class com.communote.server.core.service.RestartServiceEvent
-
Defines whether the event was created on this Communote instance node if running a clustered
Communote setup.
- setCreateExternalUserAutomatically(boolean) - Method in class com.communote.server.web.fe.portal.user.client.forms.ClientUserManagementSettingsForm
-
- setCreatePersonalTopic(boolean) - Method in class com.communote.server.web.fe.portal.user.client.forms.ClientPermissionsForm
-
- setCreateSystemNotes(Boolean) - Method in class com.communote.plugins.api.rest.resource.topic.GetCollectionTopicParameter
-
Sets CreateSystemNotes.
- setCreateSystemNotes(Boolean) - Method in class com.communote.plugins.api.rest.resource.topic.GetTopicParameter
-
Sets CreateSystemNotes.
- setCreateSystemNotes(Boolean) - Method in class com.communote.plugins.api.rest.resource.topic.TopicResource
-
Sets CreateSystemNotes.
- setCreateSystemNotes(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetCollectionTopicParameter
-
Sets CreateSystemNotes.
- setCreateSystemNotes(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetTopicParameter
-
Sets CreateSystemNotes.
- setCreateSystemNotes(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.topic.TopicResource
-
Sets CreateSystemNotes.
- setCreateSystemNotes(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
Sets CreateSystemNotes.
- setCreateSystemNotes(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetTopicParameter
-
Sets CreateSystemNotes.
- setCreateSystemNotes(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.topic.TopicResource
-
Sets CreateSystemNotes.
- setCreateSystemNotes(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Sets CreateSystemNotes.
- setCreateSystemNotes(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetTopicParameter
-
Sets CreateSystemNotes.
- setCreateSystemNotes(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Sets CreateSystemNotes.
- setCreateSystemNotes(boolean) - Method in class com.communote.server.api.core.blog.BlogTO
-
Set whether notes with creation source 'SYSTEM' can be created in the blog
- setCreateSystemNotes(boolean) - Method in class com.communote.server.core.filter.listitems.blog.DetailBlogListItem
-
- setCreateSystemNotes(boolean) - Method in class com.communote.server.model.blog.Blog
-
- setCreateSystemNotes(boolean) - Method in class com.communote.server.web.fe.portal.blog.forms.BlogManagementForm
-
Define whether notes with creation source 'SYSTEM' should be created in this blog
- setCreatingDate(Timestamp) - Method in class com.communote.server.model.security.SecurityCode
-
- setCreationDate(Date) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets CreationDate.
- setCreationDate(Date) - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Sets CreationDate.
- setCreationDate(Date) - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Sets CreationDate.
- setCreationDate(Date) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets CreationDate.
- setCreationDate(Date) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetTimelineNoteParameter
-
Sets CreationDate.
- setCreationDate(Date) - Method in class com.communote.plugins.api.rest.resource.timelinenote.TimelineNoteResource
-
Sets CreationDate.
- setCreationDate(Date) - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Sets CreationDate.
- setCreationDate(Date) - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Sets CreationDate.
- setCreationDate(Date) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets CreationDate.
- setCreationDate(Date) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetTimelineNoteParameter
-
Sets CreationDate.
- setCreationDate(Date) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteResource
-
Sets CreationDate.
- setCreationDate(Date) - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Sets CreationDate.
- setCreationDate(Date) - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Sets CreationDate.
- setCreationDate(Date) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets CreationDate.
- setCreationDate(Date) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
Sets CreationDate.
- setCreationDate(Date) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
Sets CreationDate.
- setCreationDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Sets CreationDate.
- setCreationDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Sets CreationDate.
- setCreationDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets CreationDate.
- setCreationDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets CreationDate.
- setCreationDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
Sets CreationDate.
- setCreationDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
Sets CreationDate.
- setCreationDate(String) - Method in class com.communote.plugins.mq.message.base.message.BaseMessage
-
- setCreationDate(Date) - Method in class com.communote.plugins.mq.message.core.data.note.Note
-
- setCreationDate(Date) - Method in class com.communote.server.api.core.blog.BlogData
-
Set the creation date of the blog
- setCreationDate(Date) - Method in class com.communote.server.api.core.client.ClientTO
-
- setCreationDate(Date) - Method in class com.communote.server.api.core.note.NoteData
-
- setCreationDate(Timestamp) - Method in class com.communote.server.api.core.note.NoteStoringTO
-
- setCreationDate(Date) - Method in class com.communote.server.core.filter.listitems.SimpleNoteListItem
-
- setCreationDate(Timestamp) - Method in class com.communote.server.model.blog.Blog
-
- setCreationDate(Timestamp) - Method in class com.communote.server.model.note.Note
-
- setCreationDate(Date) - Method in class com.communote.server.web.api.to.listitem.BlogListItem
-
Set the creation date of the blog
- setCreationDate(Date) - Method in class com.communote.server.web.api.to.listitem.DetailPostListItem
-
Sets the creation date of the note
- setCreationDate(Date) - Method in class com.communote.server.web.api.to.listitem.PostListItem
-
- setCreationDate(Date) - Method in class com.communote.server.web.api.to.listitem.v1_0_1.DetailPostListItem
-
- setCreationRevision(String) - Method in class com.communote.server.api.core.client.ClientTO
-
- setCreationRevision(String) - Method in class com.communote.server.model.client.Client
-
- setCreationSource(NoteCreationSource) - Method in class com.communote.server.api.core.note.NoteData
-
- setCreationSource(NoteCreationSource) - Method in class com.communote.server.api.core.note.NoteStoringTO
-
- setCreationSource(NoteCreationSource) - Method in class com.communote.server.model.note.Note
-
- setCreationSource(NoteCreationSource) - Method in class com.communote.server.web.api.service.post.PostApiController
-
Deprecated.
Set the creation source to be used by the controller.
- setCreationTime(Timestamp) - Method in class com.communote.server.model.client.Client
-
- setCreationVersion(String) - Method in class com.communote.server.api.core.client.ClientTO
-
- setCreationVersion(String) - Method in class com.communote.server.model.client.Client
-
- setCreatorId(Long) - Method in class com.communote.server.api.core.note.NoteStoringTO
-
- setCreatorUserId(Long) - Method in class com.communote.server.api.core.blog.BlogTO
-
Set the ID of the user that creates the blog, this user will be the manager of the blog.
- setCrosspostBlogs(List<BlogData>) - Method in class com.communote.server.core.vo.blog.AutosaveNoteData
-
Sets the blogs to create crossposts in when publishing the autosave
- setCrosspostBlogs(Set<Blog>) - Method in class com.communote.server.model.note.Note
-
- setCrossPostTopicAliases(String[]) - Method in class com.communote.plugins.api.rest.resource.note.CreateNoteParameter
-
Sets CrossPostTopicAliases.
- setCrossPostTopicAliases(String[]) - Method in class com.communote.plugins.api.rest.resource.note.EditNoteParameter
-
Sets CrossPostTopicAliases.
- setCrossPostTopicAliases(String[]) - Method in class com.communote.plugins.api.rest.v22.resource.note.CreateNoteParameter
-
Sets CrossPostTopicAliases.
- setCrossPostTopicAliases(String[]) - Method in class com.communote.plugins.api.rest.v22.resource.note.EditNoteParameter
-
Sets CrossPostTopicAliases.
- setCrossPostTopicAliases(String[]) - Method in class com.communote.plugins.api.rest.v24.resource.note.CreateNoteParameter
-
Sets CrossPostTopicAliases.
- setCrossPostTopicAliases(String[]) - Method in class com.communote.plugins.api.rest.v24.resource.note.EditNoteParameter
-
Sets CrossPostTopicAliases.
- setCrossPostTopicAliases(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.note.CreateNoteParameter
-
Sets CrossPostTopicAliases.
- setCrossPostTopicAliases(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.note.EditNoteParameter
-
Sets CrossPostTopicAliases.
- setCssCategories(String[]) - Method in class com.communote.server.web.commons.controller.VelocityViewController
-
Set the names of the categories whose CSS resources should be included when rendering the
page
- setCssClass(String) - Method in class com.communote.server.web.commons.tags.HighlightMatchingTag
-
- setCurrentPage(int) - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- setCurrentPasswordRequired(boolean) - Method in class com.communote.server.web.fe.portal.user.profile.validator.UserProfileChangePasswordValidator
-
- setCurrentProgress(int) - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- setCurrentPropertyResourceChanged(boolean) - Method in exception com.communote.server.web.commons.resource.impl.PropertyResourceManagerException
-
Set whether the current property resource was changed and caches containing this property
resource should be refreshed
- setCurrentStatus(UserStatus) - Method in exception com.communote.server.core.user.InvalidUserStatusTransitionException
-
- setCurrentUserFollowsBlog(boolean) - Method in class com.communote.server.web.fe.portal.blog.forms.BlogManagementForm
-
define whether the current user follows this blog
- setCurrentUserFoundSelectedMenu(String) - Method in class com.communote.server.web.fe.portal.user.controller.UserViewController
-
Sets the identifier of the menu that should be marked as selected when the initial filters
contain the user ID of the current user.
- setCustomClientLogo(boolean) - Method in class com.communote.server.web.fe.portal.user.client.forms.ClientProfileLogoForm
-
Whether there is a custom logo for the client.
- setCustomMessageFallback(String, LocalizedMessage) - Method in class com.communote.server.core.common.i18n.LocalizationManagement
-
Set a falback for a custom message.
- setData(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.CreateNavigationItemParameter
-
Sets Data.
- setData(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.EditNavigationItemParameter
-
Sets Data.
- setData(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.NavigationItemResource
-
Sets Data.
- setData(DATA_TYPE) - Method in class com.communote.server.core.vo.user.NavigationItemTO
-
Sets the data.
- setData(String) - Method in class com.communote.server.model.user.NavigationItem
-
- setDataAsJson(String) - Method in class com.communote.server.core.vo.user.NavigationItemTO
-
Note: Use setData when you want to update the entity.
- setDatabaseConfigurationFactory(DatabaseConfigurationFactory) - Method in interface com.communote.server.api.core.config.ConfigurationManager
-
- setDatabaseConfigurationFactory(DatabaseConfigurationFactory) - Method in class com.communote.server.core.config.ConfigurationPropertiesManager
-
- setDatabaseConfigurationFactory(DatabaseConfigurationFactory) - Method in class com.communote.server.core.database.spring.CommunoteSessionFactoryBean
-
Set the database configuration factory that should be used to get a
DatabaseConfiguration
for configuring Hibernate's session factory.
- setDatabaseHost(String) - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- setDatabaseId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.ExternalLoginResource
-
Sets DatabaseId.
- setDatabaseId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.externalproperty.GetExternalPropertyParameter
-
Sets DatabaseId.
- setDatabaseId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.GetCollectionExternalLoginParameter
-
Sets DatabaseId.
- setDatabaseName(String) - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- setDatabasePassword(String) - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- setDatabasePort(String) - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- setDatabaseType(DatabaseType) - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- setDatabaseTypeIdentifier(String) - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- setDatabaseUrl(String) - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- setDatabaseUser(String) - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- setDataDirectory(String) - Method in class com.communote.plugins.mq.provider.activemq.settings.MQDatabaseSettingsDAO
-
- setDataDirectory(String) - Method in interface com.communote.plugins.mq.provider.activemq.settings.MQSettingsDAO
-
sets data directory path
- setDate(Date) - Method in class com.communote.server.core.crc.vo.ContentMetadata
-
- setDate(Date) - Method in class com.communote.server.core.messaging.vo.Message
-
- setDate(Date) - Method in class com.communote.server.core.vo.IdDateTO
-
Set the date field
- setDbAuthenticationAllowed(boolean) - Method in class com.communote.server.web.fe.portal.user.client.forms.ClientUserManagementSettingsForm
-
- setDeactivatableByManager(boolean) - Method in class com.communote.plugins.activity.base.data.ActivityConfiguration
-
Whether the client manager should be allowed to deactivate the activity.
- setDeactivatableByManager(boolean) - Method in class com.communote.plugins.activity.base.data.ActivityDefinition
-
Set whether the client manager should be allowed to deactivate the activity.
- setDefault(String, EntityImageManagement.ImageType) - Method in class com.communote.server.core.image.type.EntityImageManagement
-
Method to reset to default image.
- setDefault(HttpServletRequest, HttpServletResponse, String, String) - Method in class com.communote.server.web.fe.widgets.image.GlobalIdUploadImageController
-
Method to reset the image of the given entity to the default type.
- setDefaultAssertionStatus(boolean) - Method in class com.communote.plugins.core.classloader.ClassLoaderAggregator
- setDefaultBlog(Blog) - Method in interface com.communote.server.api.core.config.ConfigurationManager
-
Activates the default blog of the current client.
- setDefaultBlog(Blog) - Method in class com.communote.server.core.config.ConfigurationPropertiesManager
-
- setDefaultBlog(Blog) - Method in class com.communote.server.model.config.ClientConfiguration
-
- setDefaultFailLevel(NoteStoringTO) - Static method in class com.communote.server.persistence.blog.CreateBlogPostHelper
-
Helper for setting the default fail level on post creation.
- setDefaultLanguage(Locale) - Method in class com.communote.server.persistence.user.ExternalUserVO
-
The default language is used if the external user is not yet created.
- setDefaultLanguage(String) - Method in class com.communote.server.web.fe.portal.user.client.forms.ClientUserManagementSettingsForm
-
- setDefaultName(String) - Method in class com.communote.plugins.api.rest.resource.tag.EditTagParameter
-
Sets DefaultName.
- setDefaultName(String) - Method in class com.communote.plugins.api.rest.resource.tag.GetTagParameter
-
Sets DefaultName.
- setDefaultName(String) - Method in class com.communote.plugins.api.rest.resource.tag.TagResource
-
Sets DefaultName.
- setDefaultName(String) - Method in class com.communote.plugins.api.rest.v22.resource.tag.EditTagParameter
-
Sets DefaultName.
- setDefaultName(String) - Method in class com.communote.plugins.api.rest.v22.resource.tag.GetTagParameter
-
Sets DefaultName.
- setDefaultName(String) - Method in class com.communote.plugins.api.rest.v22.resource.tag.TagResource
-
Sets DefaultName.
- setDefaultName(String) - Method in class com.communote.plugins.api.rest.v24.resource.tag.EditTagParameter
-
Sets DefaultName.
- setDefaultName(String) - Method in class com.communote.plugins.api.rest.v24.resource.tag.GetTagParameter
-
Sets DefaultName.
- setDefaultName(String) - Method in class com.communote.plugins.api.rest.v24.resource.tag.TagResource
-
Sets DefaultName.
- setDefaultName(String) - Method in class com.communote.plugins.api.rest.v30.resource.tag.EditTagParameter
-
Sets DefaultName.
- setDefaultName(String) - Method in class com.communote.plugins.api.rest.v30.resource.tag.GetTagParameter
-
Sets DefaultName.
- setDefaultName(String) - Method in class com.communote.plugins.api.rest.v30.resource.tag.TagResource
-
Sets DefaultName.
- setDefaultName(String) - Method in class com.communote.plugins.mq.message.core.data.tag.Tag
-
- setDefaultName(String) - Method in class com.communote.server.api.core.tag.TagData
-
- setDefaultName(String) - Method in class com.communote.server.model.tag.Tag
-
- setDefaultRepositories(Map<String, ExternalUserRepository>) - Method in class com.communote.server.service.UserService
-
Set the default repositories
- setDefaultStartpage(String) - Method in class com.communote.server.web.commons.controller.StartpageRegistry
-
Sets the default start page which will be used as fallback if no start page is set.
- setDefinitions(Set<ResourceCategoryDefinition>) - Method in class com.communote.server.web.commons.resource.ResourceExtension
-
- setDeletable(boolean) - Method in class com.communote.plugins.activity.base.data.ActivityConfiguration
-
- setDeletable(boolean) - Method in class com.communote.plugins.activity.base.data.ActivityDefinition
-
- setDeletableByUser(boolean) - Method in class com.communote.plugins.activity.base.data.ActivityConfiguration
-
Set whether authorized users are allowed to delete the messages of the activity.
- setDeletableByUser(boolean) - Method in class com.communote.plugins.activity.base.data.ActivityDefinition
-
Set whether authorized users are allowed to delete the messages of this activity.
- setDeleteAllExternalObjects(boolean) - Method in class com.communote.plugins.mq.message.core.message.topic.EditTopicMessage
-
- setDeleteAllTags(boolean) - Method in class com.communote.plugins.mq.message.core.message.topic.EditTopicMessage
-
- setDepth(Integer) - Method in class com.communote.plugins.api.rest.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
Sets Depth.
- setDepth(Integer) - Method in class com.communote.plugins.api.rest.resource.timelinenote.timelinenotediscussion.TimelineNoteDiscussionResource
-
Sets Depth.
- setDepth(Integer) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
Sets Depth.
- setDepth(Integer) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotediscussion.TimelineNoteDiscussionResource
-
Sets Depth.
- setDepth(Integer) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
Sets Depth.
- setDepth(Integer) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotediscussion.TimelineNoteDiscussionResource
-
Sets Depth.
- setDepth(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
Sets Depth.
- setDepth(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotediscussion.TimelineNoteDiscussionResource
-
Sets Depth.
- setDescription(LocalizedMessage) - Method in class com.communote.plugins.activity.base.data.ActivityDefinition
-
Set the description of the activity.
- setDescription(String) - Method in class com.communote.plugins.api.rest.resource.tag.EditTagParameter
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.resource.tag.GetTagParameter
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.resource.tag.TagResource
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.resource.tagstoretaglist.tagstoretag.TagStoreTagResource
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.resource.topic.CreateTopicParameter
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.resource.topic.EditTopicParameter
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.resource.topic.GetCollectionTopicParameter
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.resource.topic.GetTopicParameter
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.resource.topic.TopicResource
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.v22.resource.tag.EditTagParameter
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.v22.resource.tag.GetTagParameter
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.v22.resource.tag.TagResource
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.tagstoretag.TagStoreTagResource
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.CreateTopicParameter
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.EditTopicParameter
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetCollectionTopicParameter
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetTopicParameter
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.TopicResource
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.v24.resource.tag.EditTagParameter
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.v24.resource.tag.GetTagParameter
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.v24.resource.tag.TagResource
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.tagstoretag.TagStoreTagResource
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.CreateTopicParameter
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.EditTopicParameter
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetTopicParameter
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.TopicResource
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.v30.resource.group.GetGroupParameter
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.v30.resource.group.GroupResource
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.v30.resource.tag.EditTagParameter
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.v30.resource.tag.GetTagParameter
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.v30.resource.tag.TagResource
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.tagstoretag.TagStoreTagResource
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.CreateTopicParameter
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.EditTopicParameter
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetTopicParameter
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Sets Description.
- setDescription(String) - Method in class com.communote.plugins.mq.message.core.data.tag.Tag
-
Sets the default description.
- setDescription(String) - Method in class com.communote.plugins.mq.message.core.data.topic.Topic
-
Sets the description.
- setDescription(String) - Method in class com.communote.server.api.core.blog.BlogData
-
Set the description of the topic
- setDescription(String) - Method in class com.communote.server.api.core.blog.BlogTO
-
Set the description of the blog.
- setDescription(String) - Method in class com.communote.server.api.core.tag.TagData
-
- setDescription(String) - Method in class com.communote.server.core.vo.tag.GlobalTagCategoryVO
-
- setDescription(String) - Method in class com.communote.server.core.vo.user.group.GroupVO
-
- setDescription(String) - Method in class com.communote.server.model.blog.Blog
-
- setDescription(String) - Method in class com.communote.server.model.tag.AbstractTagCategory
-
- setDescription(String) - Method in class com.communote.server.model.user.group.Group
-
- setDescription(String) - Method in class com.communote.server.web.fe.portal.blog.forms.BlogManagementForm
-
- setDescriptions(Set<Message>) - Method in class com.communote.server.model.tag.Tag
-
- setDetailBlogListItem(DetailBlogListItem) - Method in class com.communote.server.web.fe.portal.blog.forms.BlogManagementForm
-
- setDimension(ImageSize) - Method in class com.communote.common.image.ImageScaler
-
- setDirect(boolean) - Method in class com.communote.server.api.core.note.NoteData
-
- setDirect(boolean) - Method in class com.communote.server.core.vo.blog.NoteModificationResult
-
Set whether the created note is a direct message.
- setDirect(boolean) - Method in class com.communote.server.model.note.Note
-
- setDirect(boolean) - Method in class com.communote.server.web.api.to.listitem.v1_0_1.DetailPostListItem
-
- setDirectGroupMembershipFilteringGroupId(Long) - Method in class com.communote.server.core.vo.query.user.CommunoteEntityQueryParameters
-
Set the ID of a group to restrict the result to those users and groups that are direct
members of that group.
- setDirectMessage(boolean) - Method in class com.communote.plugins.mq.message.core.data.note.Note
-
Set whether the note is a direct message
- setDirectMessage(boolean) - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
- setDirectUsers(Set<User>) - Method in class com.communote.server.model.note.Note
-
- setDisablePublicBlog(boolean) - Method in class com.communote.server.web.fe.portal.user.client.forms.ClientPermissionsForm
-
- setDiscussion(TimelineNoteDiscussionResource) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets Discussion.
- setDiscussion(TimelineNoteDiscussionResource) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetTimelineNoteParameter
-
Sets Discussion.
- setDiscussion(TimelineNoteDiscussionResource) - Method in class com.communote.plugins.api.rest.resource.timelinenote.TimelineNoteResource
-
Sets Discussion.
- setDiscussion(TimelineNoteDiscussionResource) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets Discussion.
- setDiscussion(TimelineNoteDiscussionResource) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetTimelineNoteParameter
-
Sets Discussion.
- setDiscussion(TimelineNoteDiscussionResource) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteResource
-
Sets Discussion.
- setDiscussion(TimelineNoteDiscussionResource) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets Discussion.
- setDiscussion(TimelineNoteDiscussionResource) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
Sets Discussion.
- setDiscussion(TimelineNoteDiscussionResource) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
Sets Discussion.
- setDiscussion(TimelineNoteDiscussionResource) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets Discussion.
- setDiscussion(TimelineNoteDiscussionResource) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets Discussion.
- setDiscussion(TimelineNoteDiscussionResource) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
Sets Discussion.
- setDiscussion(TimelineNoteDiscussionResource) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
Sets Discussion.
- setDiscussion(DiscussionListItem) - Method in class com.communote.server.web.api.to.listitem.v1_0_1.DetailPostListItem
-
Sets the discussion
- setDiscussionDepth(Integer) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets DiscussionDepth.
- setDiscussionDepth(Integer) - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Sets DiscussionDepth.
- setDiscussionDepth(Integer) - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Sets DiscussionDepth.
- setDiscussionDepth(Integer) - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Sets DiscussionDepth.
- setDiscussionDepth(Integer) - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Sets DiscussionDepth.
- setDiscussionDepth(Integer) - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Sets DiscussionDepth.
- setDiscussionDepth(Integer) - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Sets DiscussionDepth.
- setDiscussionDepth(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Sets DiscussionDepth.
- setDiscussionDepth(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Sets DiscussionDepth.
- setDiscussionDepth(int) - Method in class com.communote.server.api.core.note.NoteData
-
- setDiscussionDepth(int) - Method in class com.communote.server.web.api.to.listitem.DiscussionListItem
-
- setDiscussionFilterMode(DiscussionFilterMode) - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
- setDiscussionId(Long) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets DiscussionId.
- setDiscussionId(Long) - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Sets DiscussionId.
- setDiscussionId(Long) - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Sets DiscussionId.
- setDiscussionId(Long) - Method in class com.communote.plugins.api.rest.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
Sets DiscussionId.
- setDiscussionId(Long) - Method in class com.communote.plugins.api.rest.resource.timelinenote.timelinenotediscussion.TimelineNoteDiscussionResource
-
Sets DiscussionId.
- setDiscussionId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Sets DiscussionId.
- setDiscussionId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Sets DiscussionId.
- setDiscussionId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
Sets DiscussionId.
- setDiscussionId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotediscussion.TimelineNoteDiscussionResource
-
Sets DiscussionId.
- setDiscussionId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Sets DiscussionId.
- setDiscussionId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Sets DiscussionId.
- setDiscussionId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
Sets DiscussionId.
- setDiscussionId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotediscussion.TimelineNoteDiscussionResource
-
Sets DiscussionId.
- setDiscussionId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Sets DiscussionId.
- setDiscussionId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Sets DiscussionId.
- setDiscussionId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
Sets DiscussionId.
- setDiscussionId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotediscussion.TimelineNoteDiscussionResource
-
Sets DiscussionId.
- setDiscussionId(Long) - Method in class com.communote.server.api.core.note.NoteData
-
- setDiscussionId(Long) - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
Sets the discussion id and resets the note id! There cannot be searched for a note and a
discussion id on the same time.
- setDiscussionId(Long) - Method in class com.communote.server.model.note.Note
-
- setDiscussionId(Long) - Method in class com.communote.server.web.api.to.listitem.DiscussionListItem
-
- setDiscussionPath(String) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets DiscussionPath.
- setDiscussionPath(String) - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Sets DiscussionPath.
- setDiscussionPath(String) - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Sets DiscussionPath.
- setDiscussionPath(String) - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Sets DiscussionPath.
- setDiscussionPath(String) - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Sets DiscussionPath.
- setDiscussionPath(String) - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Sets DiscussionPath.
- setDiscussionPath(String) - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Sets DiscussionPath.
- setDiscussionPath(String) - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Sets DiscussionPath.
- setDiscussionPath(String) - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Sets DiscussionPath.
- setDiscussionPath(String) - Method in class com.communote.server.api.core.note.NoteData
-
- setDiscussionPath(String) - Method in class com.communote.server.model.note.Note
-
- setDispatchedMessagesCount(long) - Method in class com.communote.plugins.mq.provider.activemq.monitor.data.BrokerQueue
-
- setDispatchedMessagesCount(long) - Method in class com.communote.plugins.mq.provider.activemq.monitor.data.MessageHandlerMQConsumer
-
- setDisplayName(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.GetCollectionRoleParameter
-
Sets DisplayName.
- setDisplayName(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.RoleResource
-
Sets DisplayName.
- setDistribute(boolean) - Method in class com.communote.server.api.core.event.AbstractEvent
- setDistribute(boolean) - Method in interface com.communote.server.api.core.event.DistributableEvent
-
Defines whether the event needs to be distributed to other Communote nodes if running a
clustered Communote setup.
- setDistribute(boolean) - Method in class com.communote.server.core.service.RestartServiceEvent
-
Defines whether the event needs to be distributed to other Communote nodes if running a
clustered Communote setup.
- setDomain(String) - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
- setDrawBackground(boolean) - Method in class com.communote.common.image.ImageScaler
-
- setDynamicMode(boolean) - Method in class com.communote.server.model.config.LdapConfiguration
-
- setEffectiveUserTimeZone(TimeZone) - Method in class com.communote.server.api.core.user.DetailedUserData
-
- setEmail(String) - Method in class com.communote.server.api.core.user.UserData
-
Set the email of user
- setEmail(String) - Method in class com.communote.server.api.core.user.UserVO
-
- setEmail(String) - Method in class com.communote.server.model.user.User
-
- setEmail(String) - Method in class com.communote.server.persistence.user.InviteUserForm
-
Sets the email.
- setEmail(String) - Method in class com.communote.server.web.fe.portal.user.forms.ForgottenPWForm
-
- setEmail(String) - Method in class com.communote.server.web.fe.portal.user.forms.RegistrationForm
-
Sets the email.
- setEmailAddress(String) - Method in exception com.communote.server.core.mail.InvalidRecipientMailAddressException
-
- setEmailAlias(String) - Method in class com.communote.server.persistence.user.InviteUserForm
-
Sets the email alias.
- setEnabled(boolean) - Method in class com.communote.server.model.security.IpRangeChannel
-
- setEnabled(boolean) - Method in class com.communote.server.model.security.IpRangeFilter
-
- setEnabled(boolean) - Method in class com.communote.server.persistence.security.iprange.IpRangeFilterVO
-
- setEnabled(boolean) - Method in class com.communote.server.web.fe.portal.user.client.forms.IpRangeFilterChannelType
-
Set true
if the fitler channel is enabled
- setEnabled(boolean) - Method in class com.communote.server.web.fe.portal.user.client.forms.IpRangeFilterItem
-
Set filter enabled
- setEnabled(boolean) - Method in class com.communote.server.web.fe.portal.user.system.application.VirusScanningForm
-
- setEnabled(Boolean) - Method in class com.communote.server.web.fe.portal.user.system.communication.XmppForm
-
- setEnableJmxRemote(boolean) - Method in class com.communote.plugins.mq.provider.activemq.settings.MQDatabaseSettingsDAO
-
- setEnableJmxRemote(boolean) - Method in interface com.communote.plugins.mq.provider.activemq.settings.MQSettingsDAO
-
- setEnableSSL(boolean) - Method in class com.communote.plugins.mq.provider.activemq.settings.MQDatabaseSettingsDAO
-
- setEnableSSL(boolean) - Method in interface com.communote.plugins.mq.provider.activemq.settings.MQSettingsDAO
-
- setEnableTCP(boolean) - Method in class com.communote.plugins.mq.provider.activemq.settings.MQDatabaseSettingsDAO
-
- setEnableTCP(boolean) - Method in interface com.communote.plugins.mq.provider.activemq.settings.MQSettingsDAO
-
- setEnableVM(boolean) - Method in class com.communote.plugins.mq.provider.activemq.settings.MQDatabaseSettingsDAO
-
- setEnableVM(boolean) - Method in interface com.communote.plugins.mq.provider.activemq.settings.MQSettingsDAO
-
VM = virtual machine connector
- setEncodeQueryUrl(boolean) - Method in class com.communote.server.web.commons.tags.ImageKenmeiUrlTag
-
- setEnd(BigInteger) - Method in class com.communote.server.model.security.IpRange
-
- setEnd(BigInteger) - Method in class com.communote.server.model.security.IpRangeImpl
- setEndpointName(String) - Method in class com.communote.plugins.webservice.CommunoteWebServiceDefinition
-
- setEndTime(Date) - Method in class com.communote.server.core.filter.listitems.TimeRangeListItem
-
- setEndValue(byte[]) - Method in class com.communote.server.model.security.IpRange
-
- setEndValue(byte[]) - Method in class com.communote.server.model.security.IpRangeImpl
- setEntity(BaseEntity) - Method in class com.communote.plugins.mq.message.core.data.role.ExternalTopicRole
-
- setEntity(CommunoteEntityData) - Method in class com.communote.server.core.filter.listitems.blog.member.BlogRoleEntityListItem
-
- setEntityAlias(String) - Method in class com.communote.plugins.mq.message.core.data.user.BaseEntity
-
- setEntityAlias(String) - Method in class com.communote.server.core.vo.external.ExternalTopicRoleTO
-
- setEntityId(Long) - Method in class com.communote.plugins.api.rest.resource.topic.role.CreateRoleParameter
-
Sets EntityId.
- setEntityId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.topic.role.CreateRoleParameter
-
Sets EntityId.
- setEntityId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.topic.role.RoleResource
-
Sets EntityId.
- setEntityId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.topic.role.CreateRoleParameter
-
Sets EntityId.
- setEntityId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.topic.role.RoleResource
-
Sets EntityId.
- setEntityId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.group.member.GetCollectionMemberParameter
-
Sets EntityId.
- setEntityId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.group.member.MemberResource
-
Sets EntityId.
- setEntityId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.lastmodificationdate.GetCollectionLastModificationDateParameter
-
Sets EntityId.
- setEntityId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.lastmodificationdate.LastModificationDateResource
-
Sets EntityId.
- setEntityId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.CreateRoleParameter
-
Sets EntityId.
- setEntityId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.GetCollectionRoleParameter
-
Sets EntityId.
- setEntityId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.RoleResource
-
Sets EntityId.
- setEntityId(Long) - Method in class com.communote.plugins.mq.message.core.data.user.BaseEntity
-
- setEntityId(Long) - Method in class com.communote.server.core.filter.listitems.blog.member.CommunoteEntityData
-
- setEntityId(Long) - Method in class com.communote.server.core.vo.external.ExternalTopicRoleTO
-
- setEntityId(Long) - Method in class com.communote.server.persistence.lastmodifieddate.LastModificationDate
-
- setErrorCause(Throwable) - Method in class com.communote.server.core.vo.blog.NoteModificationResult
-
- setErrorField(String) - Method in class com.communote.plugins.mq.message.base.data.status.Error
-
- setErrorMessage(String) - Method in class com.communote.plugins.mq.message.base.data.status.Error
-
- setErrorMessage(LocalizedMessage) - Method in class com.communote.server.web.fe.portal.controller.SecurityCodeConfirmationResult
-
Set a message that describes what went wrong during confirmation of the code
- setErrorPage(String) - Method in class com.communote.server.web.commons.filter.IpRangeChannelFilter
-
The error page to use.
- setErrorPage(String) - Method in class com.communote.server.web.external.spring.security.CommunoteAccessDeniedHandler
-
The error page to use.
- setErrorRedirectTarget(String) - Method in class com.communote.server.web.fe.portal.user.controller.AcceptTermsController
-
Sets the error redirect target.
- setErrors(List<ParameterValidationError>) - Method in exception com.communote.plugins.api.rest.resource.validation.ParameterValidationException
-
- setErrors(List<ApiResultError>) - Method in class com.communote.plugins.api.rest.to.ApiResult
-
- setErrors(List<ParameterValidationError>) - Method in exception com.communote.plugins.api.rest.v22.resource.validation.ParameterValidationException
-
- setErrors(List<ApiResultError>) - Method in class com.communote.plugins.api.rest.v22.to.ApiResult
-
- setErrors(List<ParameterValidationError>) - Method in exception com.communote.plugins.api.rest.v24.resource.validation.ParameterValidationException
-
- setErrors(List<ApiResultError>) - Method in class com.communote.plugins.api.rest.v24.to.ApiResult
-
- setErrors(List<ParameterValidationError>) - Method in exception com.communote.plugins.api.rest.v30.resource.validation.ParameterValidationException
-
- setErrors(List<ApiResultError>) - Method in class com.communote.plugins.api.rest.v30.to.ApiResult
-
- setErrors(Error[]) - Method in class com.communote.plugins.mq.message.base.data.status.Status
-
- setErrorView(String) - Method in class com.communote.server.web.fe.installer.controller.InstallationController
-
- setErrorView(String) - Method in class com.communote.server.web.fe.portal.download.AttachmentDownloadController
-
Set the view for error feedback.
- setErrorView(String) - Method in class com.communote.server.web.fe.portal.user.controller.ConfirmUserController
-
Sets the error view.
- setException(Throwable) - Method in class com.communote.plugins.api.rest.to.ApiResultError
-
- setException(Throwable) - Method in class com.communote.plugins.api.rest.v22.to.ApiResultError
-
- setException(Throwable) - Method in class com.communote.plugins.api.rest.v24.to.ApiResultError
-
- setException(Throwable) - Method in class com.communote.plugins.api.rest.v30.to.ApiResultError
-
- setExceptionMappings(Map<?, ?>) - Method in class com.communote.server.web.external.spring.security.CommunoteAuthenticationFailureHandler
-
Borrowed from
ExceptionMappingAuthenticationFailureHandler
.
- setExceptionMessage(String) - Method in class com.communote.plugins.api.rest.to.ApiResultError
-
- setExceptionMessage(String) - Method in class com.communote.plugins.api.rest.v22.to.ApiResultError
-
- setExceptionMessage(String) - Method in class com.communote.plugins.api.rest.v24.to.ApiResultError
-
- setExceptionMessage(String) - Method in class com.communote.plugins.api.rest.v30.to.ApiResultError
-
- setExcludedAssignedToBlogId(Long) - Method in class com.communote.server.core.vo.query.user.CommunoteEntityQueryParameters
-
Set an ID of a topic to exclude all Communote entities from the result set which are already
a member of that topic
- setExcludedEntityId(Long) - Method in class com.communote.server.core.vo.query.user.CommunoteEntityQueryParameters
-
- setExcludeNoteStatus(NoteStatus[]) - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
Sets the
NoteStatus
which should be excluded from the query.
- setExcludes(Set<IpRange>) - Method in class com.communote.server.model.security.IpRangeFilter
-
- setExcludes(String) - Method in class com.communote.server.persistence.security.iprange.IpRangeFilterVO
-
- setExcludes(String) - Method in class com.communote.server.web.fe.portal.user.client.forms.IpRangeFilterItem
-
Set exclude ip addresses
- setExcludeStatusFilter(UserStatus[]) - Method in class com.communote.server.core.vo.query.user.UserQueryParameters
-
- setExcludeTags(String) - Method in class com.communote.server.core.vo.tag.TagClearanceVO
-
- setExcludeToplevelTopics(boolean) - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
Set whether to exclude top level topics from the result.
- setExpirationTimeout(long) - Method in class com.communote.plugins.activity.base.data.ActivityConfiguration
-
Set the expiration timeout for the activity.
- setExpirationTimeout(long) - Method in class com.communote.server.core.template.NoteTemplateDefinition
-
Sets the expiration timeout.
- setExtensions(Map<String, List<String>>) - Method in class com.communote.server.web.commons.resource.ResourceExtension
-
- setExternal(boolean) - Method in class com.communote.server.api.core.image.Image
-
- setExternalAuthentications(Set<ExternalUserAuthentication>) - Method in class com.communote.server.model.user.User
-
- setExternalEntityId(String) - Method in class com.communote.server.core.vo.external.ExternalTopicRoleTO
-
- setExternalGroupId(String) - Method in class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Sets ExternalGroupId.
- setExternalGroupId(String) - Method in class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.rolebulkexternaltopicright.RoleBulkExternalTopicRightResource
-
Sets ExternalGroupId.
- setExternalGroupId(String) - Method in class com.communote.plugins.api.rest.resource.topic.roleexternal.CreateRoleExternalParameter
-
Sets ExternalGroupId.
- setExternalGroupId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Sets ExternalGroupId.
- setExternalGroupId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.rolebulkexternaltopicright.RoleBulkExternalTopicRightResource
-
Sets ExternalGroupId.
- setExternalGroupId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.CreateRoleExternalParameter
-
Sets ExternalGroupId.
- setExternalGroupId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.RoleExternalResource
-
Sets ExternalGroupId.
- setExternalGroupId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Sets ExternalGroupId.
- setExternalGroupId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.rolebulkexternaltopicright.RoleBulkExternalTopicRightResource
-
Sets ExternalGroupId.
- setExternalGroupId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.CreateRoleExternalParameter
-
Sets ExternalGroupId.
- setExternalGroupId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.RoleExternalResource
-
Sets ExternalGroupId.
- setExternalGroupId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Sets ExternalGroupId.
- setExternalGroupId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.rolebulkexternaltopicright.RoleBulkExternalTopicRightResource
-
Sets ExternalGroupId.
- setExternalGroupId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.CreateRoleExternalParameter
-
Sets ExternalGroupId.
- setExternalGroupId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.RoleExternalResource
-
Sets ExternalGroupId.
- setExternalId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.CreateExternalObjectParameter
-
Sets ExternalId.
- setExternalId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.DeleteExternalObjectParameter
-
Sets ExternalId.
- setExternalId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.EditExternalObjectParameter
-
Sets ExternalId.
- setExternalId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.ExternalObjectResource
-
Sets ExternalId.
- setExternalId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
Sets ExternalId.
- setExternalId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.GetExternalObjectParameter
-
Sets ExternalId.
- setExternalId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
Sets ExternalId.
- setExternalId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.CreateRoleExternalParameter
-
Sets ExternalId.
- setExternalId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.RoleExternalResource
-
Sets ExternalId.
- setExternalId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.CreateExternalObjectParameter
-
Sets ExternalId.
- setExternalId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.DeleteExternalObjectParameter
-
Sets ExternalId.
- setExternalId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.EditExternalObjectParameter
-
Sets ExternalId.
- setExternalId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.ExternalObjectResource
-
Sets ExternalId.
- setExternalId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
Sets ExternalId.
- setExternalId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.GetExternalObjectParameter
-
Sets ExternalId.
- setExternalId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
Sets ExternalId.
- setExternalId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.CreateRoleExternalParameter
-
Sets ExternalId.
- setExternalId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.RoleExternalResource
-
Sets ExternalId.
- setExternalId(String) - Method in class com.communote.plugins.api.rest.v30.resource.group.GetGroupParameter
-
Sets ExternalId.
- setExternalId(String) - Method in class com.communote.plugins.api.rest.v30.resource.group.GroupResource
-
Sets ExternalId.
- setExternalId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.CreateExternalObjectParameter
-
Sets ExternalId.
- setExternalId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.DeleteExternalObjectParameter
-
Sets ExternalId.
- setExternalId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.EditExternalObjectParameter
-
Sets ExternalId.
- setExternalId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.ExternalObjectResource
-
Sets ExternalId.
- setExternalId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
Sets ExternalId.
- setExternalId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.GetExternalObjectParameter
-
Sets ExternalId.
- setExternalId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
Sets ExternalId.
- setExternalId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.CreateRoleExternalParameter
-
Sets ExternalId.
- setExternalId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.RoleExternalResource
-
Sets ExternalId.
- setExternalId(String) - Method in class com.communote.plugins.mq.message.core.data.user.BaseEntity
-
Set the ID of the entity in the external system
- setExternalId(String) - Method in exception com.communote.server.api.core.external.ExternalObjectNotAssignedException
-
Set the external identifier.
- setExternalId(String) - Method in class com.communote.server.core.filter.listitems.blog.ExternalObjectListItem
-
- setExternalId(String) - Method in class com.communote.server.core.vo.query.blog.external.ExternalObjectQueryParameters
-
- setExternalId(String) - Method in class com.communote.server.core.vo.user.group.ExternalGroupVO
-
- setExternalId(String) - Method in class com.communote.server.model.external.ExternalObject
-
- setExternalId(String) - Method in class com.communote.server.model.user.group.ExternalUserGroup
-
- setExternalLoginId(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.ExternalLoginResource
-
Sets ExternalLoginId.
- setExternalLoginId(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.GetCollectionExternalLoginParameter
-
Sets ExternalLoginId.
- setExternalName(String) - Method in class com.communote.server.core.filter.listitems.blog.ExternalObjectListItem
-
- setExternalName(String) - Method in class com.communote.server.model.external.ExternalObject
-
- setExternalObjectId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.CreateExternalObjectParameter
-
Sets ExternalObjectId.
- setExternalObjectId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.DeleteExternalObjectParameter
-
Sets ExternalObjectId.
- setExternalObjectId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.EditExternalObjectParameter
-
Sets ExternalObjectId.
- setExternalObjectId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.ExternalObjectResource
-
Sets ExternalObjectId.
- setExternalObjectId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
Sets ExternalObjectId.
- setExternalObjectId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.GetExternalObjectParameter
-
Sets ExternalObjectId.
- setExternalObjectId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.CreateExternalObjectParameter
-
Sets ExternalObjectId.
- setExternalObjectId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.DeleteExternalObjectParameter
-
Sets ExternalObjectId.
- setExternalObjectId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.EditExternalObjectParameter
-
Sets ExternalObjectId.
- setExternalObjectId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.ExternalObjectResource
-
Sets ExternalObjectId.
- setExternalObjectId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
Sets ExternalObjectId.
- setExternalObjectId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.GetExternalObjectParameter
-
Sets ExternalObjectId.
- setExternalObjectId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.CreateExternalObjectParameter
-
Sets ExternalObjectId.
- setExternalObjectId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.DeleteExternalObjectParameter
-
Sets ExternalObjectId.
- setExternalObjectId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.EditExternalObjectParameter
-
Sets ExternalObjectId.
- setExternalObjectId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.ExternalObjectResource
-
Sets ExternalObjectId.
- setExternalObjectId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
Sets ExternalObjectId.
- setExternalObjectId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.GetExternalObjectParameter
-
Sets ExternalObjectId.
- setExternalObjectId(String) - Method in class com.communote.plugins.mq.message.core.data.role.ExternalTopicRole
-
- setExternalObjectId(String) - Method in class com.communote.plugins.mq.message.core.data.topic.ExternalObject
-
- setExternalObjectId(String) - Method in class com.communote.server.core.vo.external.ExternalTopicRoleTO
-
- setExternalObjectId(String) - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
- setExternalObjectManagement(ExternalObjectManagement) - Method in class com.communote.plugins.mq.message.core.handler.EditTopicMessageHandler
-
- setExternalObjectName(String) - Method in class com.communote.plugins.mq.message.core.data.topic.ExternalObject
-
- setExternalObjects(ExternalObjectResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.topic.CreateTopicParameter
-
Sets ExternalObjects.
- setExternalObjects(ExternalObjectResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.topic.EditTopicParameter
-
Sets ExternalObjects.
- setExternalObjects(ExternalObjectResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.topic.TopicResource
-
Sets ExternalObjects.
- setExternalObjects(ExternalObjectResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.topic.CreateTopicParameter
-
Sets ExternalObjects.
- setExternalObjects(ExternalObjectResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.topic.EditTopicParameter
-
Sets ExternalObjects.
- setExternalObjects(ExternalObjectResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.topic.TopicResource
-
Sets ExternalObjects.
- setExternalObjects(ExternalObjectResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.topic.CreateTopicParameter
-
Sets ExternalObjects.
- setExternalObjects(ExternalObjectResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.topic.EditTopicParameter
-
Sets ExternalObjects.
- setExternalObjects(ExternalObjectResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Sets ExternalObjects.
- setExternalObjects(ExternalObject[]) - Method in class com.communote.plugins.mq.message.core.data.topic.Topic
-
- setExternalObjects(Set<ExternalObject>) - Method in class com.communote.server.model.blog.Blog
-
- setExternalObjectSystemId(String) - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
- setExternalSystemConfigurationDao(ExternalSystemConfigurationDao) - Method in class com.communote.server.core.ConfigurationManagementBase
-
- setExternalSystemConfigurations(Set<ExternalSystemConfiguration>) - Method in class com.communote.server.model.config.Configuration
-
- setExternalSystemId(String) - Method in class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
Sets ExternalSystemId.
- setExternalSystemId(String) - Method in class com.communote.plugins.api.rest.resource.topic.roleexternal.CreateRoleExternalParameter
-
Sets ExternalSystemId.
- setExternalSystemId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.CreateExternalObjectParameter
-
Sets ExternalSystemId.
- setExternalSystemId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.DeleteExternalObjectParameter
-
Sets ExternalSystemId.
- setExternalSystemId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.EditExternalObjectParameter
-
Sets ExternalSystemId.
- setExternalSystemId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.ExternalObjectResource
-
Sets ExternalSystemId.
- setExternalSystemId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
Sets ExternalSystemId.
- setExternalSystemId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.GetExternalObjectParameter
-
Sets ExternalSystemId.
- setExternalSystemId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
Sets ExternalSystemId.
- setExternalSystemId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.CreateRoleExternalParameter
-
Sets ExternalSystemId.
- setExternalSystemId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.RoleExternalResource
-
Sets ExternalSystemId.
- setExternalSystemId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.CreateExternalObjectParameter
-
Sets ExternalSystemId.
- setExternalSystemId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.DeleteExternalObjectParameter
-
Sets ExternalSystemId.
- setExternalSystemId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.EditExternalObjectParameter
-
Sets ExternalSystemId.
- setExternalSystemId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.ExternalObjectResource
-
Sets ExternalSystemId.
- setExternalSystemId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
Sets ExternalSystemId.
- setExternalSystemId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.GetExternalObjectParameter
-
Sets ExternalSystemId.
- setExternalSystemId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
Sets ExternalSystemId.
- setExternalSystemId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.CreateRoleExternalParameter
-
Sets ExternalSystemId.
- setExternalSystemId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.RoleExternalResource
-
Sets ExternalSystemId.
- setExternalSystemId(String) - Method in class com.communote.plugins.api.rest.v30.resource.group.GetGroupParameter
-
Sets ExternalSystemId.
- setExternalSystemId(String) - Method in class com.communote.plugins.api.rest.v30.resource.group.GroupResource
-
Sets ExternalSystemId.
- setExternalSystemId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.CreateExternalObjectParameter
-
Sets ExternalSystemId.
- setExternalSystemId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.DeleteExternalObjectParameter
-
Sets ExternalSystemId.
- setExternalSystemId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.EditExternalObjectParameter
-
Sets ExternalSystemId.
- setExternalSystemId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.ExternalObjectResource
-
Sets ExternalSystemId.
- setExternalSystemId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
Sets ExternalSystemId.
- setExternalSystemId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.GetExternalObjectParameter
-
Sets ExternalSystemId.
- setExternalSystemId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
Sets ExternalSystemId.
- setExternalSystemId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.CreateRoleExternalParameter
-
Sets ExternalSystemId.
- setExternalSystemId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.RoleExternalResource
-
Sets ExternalSystemId.
- setExternalSystemId(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.ExternalLoginResource
-
Sets ExternalSystemId.
- setExternalSystemId(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.GetCollectionExternalLoginParameter
-
Sets ExternalSystemId.
- setExternalSystemId(String) - Method in class com.communote.plugins.mq.message.base.message.BaseMessage
-
- setExternalSystemId(String) - Method in exception com.communote.server.api.core.external.ExternalObjectNotAssignedException
-
Set the external system identifier.
- setExternalSystemId(String) - Method in exception com.communote.server.core.external.ExternalSystemNotConfiguredException
-
- setExternalSystemId(String) - Method in exception com.communote.server.core.external.TooManyExternalObjectsPerTopicException
-
- setExternalSystemId(String) - Method in class com.communote.server.core.filter.listitems.blog.ExternalObjectListItem
-
- setExternalSystemId(String) - Method in class com.communote.server.core.filter.listitems.blog.member.BlogMemberListItem
-
- setExternalSystemId(String) - Method in class com.communote.server.core.security.FieldUserIdentification
-
- setExternalSystemId(String) - Method in class com.communote.server.core.vo.query.blog.BlogMemberManagementQueryParameters
-
- setExternalSystemId(String) - Method in class com.communote.server.core.vo.query.blog.external.ExternalObjectQueryParameters
-
- setExternalSystemId(String) - Method in class com.communote.server.core.vo.user.group.ExternalGroupVO
-
- setExternalSystemId(String) - Method in class com.communote.server.model.blog.ExternalBlogMember
-
- setExternalSystemId(String) - Method in class com.communote.server.model.blog.UserToBlogRoleMapping
-
- setExternalSystemId(String) - Method in class com.communote.server.model.external.ExternalObject
-
- setExternalSystemId(String) - Method in class com.communote.server.model.user.group.ExternalUserGroup
-
- setExternalUserGroupDao(ExternalUserGroupDao) - Method in class com.communote.plugin.ldap.helper.GroupRetriever
-
Method to set the dao.
- setExternalUserId(String) - Method in class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Sets ExternalUserId.
- setExternalUserId(String) - Method in class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.rolebulkexternaltopicright.RoleBulkExternalTopicRightResource
-
Sets ExternalUserId.
- setExternalUserId(String) - Method in class com.communote.plugins.api.rest.resource.topic.roleexternal.CreateRoleExternalParameter
-
Sets ExternalUserId.
- setExternalUserId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Sets ExternalUserId.
- setExternalUserId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.rolebulkexternaltopicright.RoleBulkExternalTopicRightResource
-
Sets ExternalUserId.
- setExternalUserId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.CreateRoleExternalParameter
-
Sets ExternalUserId.
- setExternalUserId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.RoleExternalResource
-
Sets ExternalUserId.
- setExternalUserId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Sets ExternalUserId.
- setExternalUserId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.rolebulkexternaltopicright.RoleBulkExternalTopicRightResource
-
Sets ExternalUserId.
- setExternalUserId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.CreateRoleExternalParameter
-
Sets ExternalUserId.
- setExternalUserId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.RoleExternalResource
-
Sets ExternalUserId.
- setExternalUserId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Sets ExternalUserId.
- setExternalUserId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.rolebulkexternaltopicright.RoleBulkExternalTopicRightResource
-
Sets ExternalUserId.
- setExternalUserId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.CreateRoleExternalParameter
-
Sets ExternalUserId.
- setExternalUserId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.RoleExternalResource
-
Sets ExternalUserId.
- setExternalUserId(String) - Method in class com.communote.server.core.security.FieldUserIdentification
-
- setExternalUserId(String) - Method in class com.communote.server.model.user.ExternalUserAuthentication
-
- setExternalUserName(String) - Method in class com.communote.server.persistence.user.ExternalUserVO
-
Set the external user name.
- setExternalUsername(String) - Method in class com.communote.server.persistence.user.InviteUserForm
-
Sets the alias.
- setExtractTokenFromRequestParameter(boolean) - Method in class com.communote.server.web.external.spring.security.CommunoteTokenAuthenticationProcessingFilter
-
Set whether the token should be extracted from the request parameters or the request headers
- setF_className(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.GetUserPreferenceParameter
-
Sets F_className.
- setF_className(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.GetUserPreferenceParameter
-
Sets F_className.
- setF_contentIds(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Sets F_contentIds.
- setF_contentIds(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_contentIds.
- setF_contentIds(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets F_contentIds.
- setF_contentIds(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_contentIds.
- setF_contentIds(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Sets F_contentIds.
- setF_contentIds(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_contentIds.
- setF_contentIds(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Sets F_contentIds.
- setF_contentIds(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_contentIds.
- setF_contentIds(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Sets F_contentIds.
- setF_contentIds(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_contentIds.
- setF_discussionId(Long) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets F_discussionId.
- setF_discussionId(Long) - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_discussionId.
- setF_discussionId(Long) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_discussionId.
- setF_discussionId(Long) - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_discussionId.
- setF_discussionId(Long) - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_discussionId.
- setF_discussionId(Long) - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_discussionId.
- setF_discussionId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_discussionId.
- setF_discussionId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_discussionId.
- setF_discussionId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_discussionId.
- setF_discussionId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_discussionId.
- setF_discussionId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_discussionId.
- setF_discussionId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_discussionId.
- setF_discussionId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_discussionId.
- setF_discussionId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_discussionId.
- setF_discussionId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_discussionId.
- setF_discussionId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_discussionId.
- setF_discussionId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Sets F_discussionId.
- setF_discussionId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_discussionId.
- setF_discussionId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets F_discussionId.
- setF_discussionId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_discussionId.
- setF_discussionId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Sets F_discussionId.
- setF_discussionId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_discussionId.
- setF_discussionId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Sets F_discussionId.
- setF_discussionId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_discussionId.
- setF_discussionId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Sets F_discussionId.
- setF_discussionId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_discussionId.
- setF_endDate(Date) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets F_endDate.
- setF_endDate(Date) - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_endDate.
- setF_endDate(Date) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_endDate.
- setF_endDate(Date) - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_endDate.
- setF_endDate(Date) - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_endDate.
- setF_endDate(Date) - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_endDate.
- setF_endDate(Date) - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_endDate.
- setF_endDate(Date) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_endDate.
- setF_endDate(Date) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_endDate.
- setF_endDate(Date) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_endDate.
- setF_endDate(Date) - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_endDate.
- setF_endDate(Date) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_endDate.
- setF_endDate(Date) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_endDate.
- setF_endDate(Date) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_endDate.
- setF_endDate(Date) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_endDate.
- setF_endDate(Date) - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_endDate.
- setF_endDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Sets F_endDate.
- setF_endDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_endDate.
- setF_endDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets F_endDate.
- setF_endDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_endDate.
- setF_endDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Sets F_endDate.
- setF_endDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_endDate.
- setF_endDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Sets F_endDate.
- setF_endDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_endDate.
- setF_endDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Sets F_endDate.
- setF_endDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_endDate.
- setF_externalObjectId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Sets F_externalObjectId.
- setF_externalObjectSystemId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Sets F_externalObjectSystemId.
- setF_fullTextSearchString(String) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets F_fullTextSearchString.
- setF_fullTextSearchString(String) - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_fullTextSearchString.
- setF_fullTextSearchString(String) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_fullTextSearchString.
- setF_fullTextSearchString(String) - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_fullTextSearchString.
- setF_fullTextSearchString(String) - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_fullTextSearchString.
- setF_fullTextSearchString(String) - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_fullTextSearchString.
- setF_fullTextSearchString(String) - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_fullTextSearchString.
- setF_fullTextSearchString(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_fullTextSearchString.
- setF_fullTextSearchString(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_fullTextSearchString.
- setF_fullTextSearchString(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_fullTextSearchString.
- setF_fullTextSearchString(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_fullTextSearchString.
- setF_fullTextSearchString(String) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_fullTextSearchString.
- setF_fullTextSearchString(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_fullTextSearchString.
- setF_fullTextSearchString(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_fullTextSearchString.
- setF_fullTextSearchString(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_fullTextSearchString.
- setF_fullTextSearchString(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_fullTextSearchString.
- setF_fullTextSearchString(String) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Sets F_fullTextSearchString.
- setF_fullTextSearchString(String) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_fullTextSearchString.
- setF_fullTextSearchString(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets F_fullTextSearchString.
- setF_fullTextSearchString(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_fullTextSearchString.
- setF_fullTextSearchString(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Sets F_fullTextSearchString.
- setF_fullTextSearchString(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_fullTextSearchString.
- setF_fullTextSearchString(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Sets F_fullTextSearchString.
- setF_fullTextSearchString(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_fullTextSearchString.
- setF_fullTextSearchString(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Sets F_fullTextSearchString.
- setF_fullTextSearchString(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_fullTextSearchString.
- setF_includeComments(Boolean) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets F_includeComments.
- setF_includeComments(Boolean) - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_includeComments.
- setF_includeComments(Boolean) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_includeComments.
- setF_includeComments(Boolean) - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_includeComments.
- setF_includeComments(Boolean) - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_includeComments.
- setF_includeComments(Boolean) - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_includeComments.
- setF_includeComments(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_includeComments.
- setF_includeComments(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_includeComments.
- setF_includeComments(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_includeComments.
- setF_includeComments(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_includeComments.
- setF_includeComments(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_includeComments.
- setF_includeComments(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_includeComments.
- setF_includeComments(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_includeComments.
- setF_includeComments(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_includeComments.
- setF_includeComments(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_includeComments.
- setF_includeComments(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_includeComments.
- setF_includeComments(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Sets F_includeComments.
- setF_includeComments(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_includeComments.
- setF_includeComments(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets F_includeComments.
- setF_includeComments(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_includeComments.
- setF_includeComments(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Sets F_includeComments.
- setF_includeComments(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_includeComments.
- setF_includeComments(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Sets F_includeComments.
- setF_includeComments(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_includeComments.
- setF_includeComments(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Sets F_includeComments.
- setF_includeComments(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_includeComments.
- setF_lastCheckDate(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.observation.GetCollectionObservationParameter
-
Sets F_lastCheckDate.
- setF_navigationItemIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.GetCollectionNavigationItemParameter
-
Sets F_navigationItemIds.
- setF_noteId(Long) - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_noteId.
- setF_noteId(Long) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_noteId.
- setF_noteId(Long) - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_noteId.
- setF_noteId(Long) - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_noteId.
- setF_noteId(Long) - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_noteId.
- setF_noteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_noteId.
- setF_noteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_noteId.
- setF_noteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_noteId.
- setF_noteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_noteId.
- setF_noteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_noteId.
- setF_noteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_noteId.
- setF_noteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_noteId.
- setF_noteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_noteId.
- setF_noteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_noteId.
- setF_noteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_noteId.
- setF_noteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Sets F_noteId.
- setF_noteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_noteId.
- setF_noteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets F_noteId.
- setF_noteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_noteId.
- setF_noteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Sets F_noteId.
- setF_noteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_noteId.
- setF_noteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Sets F_noteId.
- setF_noteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_noteId.
- setF_noteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Sets F_noteId.
- setF_noteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_noteId.
- setF_noteSearchString(String) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets F_noteSearchString.
- setF_noteSearchString(String) - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_noteSearchString.
- setF_noteSearchString(String) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_noteSearchString.
- setF_noteSearchString(String) - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_noteSearchString.
- setF_noteSearchString(String) - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_noteSearchString.
- setF_noteSearchString(String) - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_noteSearchString.
- setF_noteSearchString(String) - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_noteSearchString.
- setF_noteSearchString(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_noteSearchString.
- setF_noteSearchString(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_noteSearchString.
- setF_noteSearchString(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_noteSearchString.
- setF_noteSearchString(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_noteSearchString.
- setF_noteSearchString(String) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_noteSearchString.
- setF_noteSearchString(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_noteSearchString.
- setF_noteSearchString(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_noteSearchString.
- setF_noteSearchString(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_noteSearchString.
- setF_noteSearchString(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_noteSearchString.
- setF_noteSearchString(String) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Sets F_noteSearchString.
- setF_noteSearchString(String) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_noteSearchString.
- setF_noteSearchString(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets F_noteSearchString.
- setF_noteSearchString(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_noteSearchString.
- setF_noteSearchString(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Sets F_noteSearchString.
- setF_noteSearchString(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_noteSearchString.
- setF_noteSearchString(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Sets F_noteSearchString.
- setF_noteSearchString(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_noteSearchString.
- setF_noteSearchString(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Sets F_noteSearchString.
- setF_noteSearchString(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_noteSearchString.
- setF_observations(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.user.observation.GetCollectionObservationParameter
-
Sets F_observations.
- setF_parentNoteId(Long) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets F_parentNoteId.
- setF_parentNoteId(Long) - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_parentNoteId.
- setF_parentNoteId(Long) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_parentNoteId.
- setF_parentNoteId(Long) - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_parentNoteId.
- setF_parentNoteId(Long) - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_parentNoteId.
- setF_parentNoteId(Long) - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_parentNoteId.
- setF_parentNoteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_parentNoteId.
- setF_parentNoteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_parentNoteId.
- setF_parentNoteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_parentNoteId.
- setF_parentNoteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_parentNoteId.
- setF_parentNoteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_parentNoteId.
- setF_parentNoteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_parentNoteId.
- setF_parentNoteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_parentNoteId.
- setF_parentNoteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_parentNoteId.
- setF_parentNoteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_parentNoteId.
- setF_parentNoteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_parentNoteId.
- setF_parentNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Sets F_parentNoteId.
- setF_parentNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_parentNoteId.
- setF_parentNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets F_parentNoteId.
- setF_parentNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_parentNoteId.
- setF_parentNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Sets F_parentNoteId.
- setF_parentNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_parentNoteId.
- setF_parentNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Sets F_parentNoteId.
- setF_parentNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_parentNoteId.
- setF_parentNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Sets F_parentNoteId.
- setF_parentNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_parentNoteId.
- setF_propertyFilter(String) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets F_propertyFilter.
- setF_propertyFilter(String) - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_propertyFilter.
- setF_propertyFilter(String) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_propertyFilter.
- setF_propertyFilter(String) - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_propertyFilter.
- setF_propertyFilter(String) - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_propertyFilter.
- setF_propertyFilter(String) - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_propertyFilter.
- setF_propertyFilter(String) - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_propertyFilter.
- setF_propertyFilter(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_propertyFilter.
- setF_propertyFilter(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_propertyFilter.
- setF_propertyFilter(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_propertyFilter.
- setF_propertyFilter(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_propertyFilter.
- setF_propertyFilter(String) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_propertyFilter.
- setF_propertyFilter(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_propertyFilter.
- setF_propertyFilter(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_propertyFilter.
- setF_propertyFilter(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_propertyFilter.
- setF_propertyFilter(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_propertyFilter.
- setF_propertyFilter(String) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Sets F_propertyFilter.
- setF_propertyFilter(String) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_propertyFilter.
- setF_propertyFilter(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets F_propertyFilter.
- setF_propertyFilter(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_propertyFilter.
- setF_propertyFilter(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Sets F_propertyFilter.
- setF_propertyFilter(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_propertyFilter.
- setF_propertyFilter(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Sets F_propertyFilter.
- setF_propertyFilter(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_propertyFilter.
- setF_propertyFilter(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Sets F_propertyFilter.
- setF_propertyFilter(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_propertyFilter.
- setF_repositoryIds(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Sets F_repositoryIds.
- setF_repositoryIds(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_repositoryIds.
- setF_repositoryIds(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets F_repositoryIds.
- setF_repositoryIds(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_repositoryIds.
- setF_repositoryIds(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Sets F_repositoryIds.
- setF_repositoryIds(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_repositoryIds.
- setF_repositoryIds(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Sets F_repositoryIds.
- setF_repositoryIds(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_repositoryIds.
- setF_repositoryIds(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Sets F_repositoryIds.
- setF_repositoryIds(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_repositoryIds.
- setF_retrieveOnlyNotesAfterDate(Long) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_retrieveOnlyNotesAfterDate.
- setF_retrieveOnlyNotesAfterDate(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_retrieveOnlyNotesAfterDate.
- setF_retrieveOnlyNotesAfterDate(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_retrieveOnlyNotesAfterDate.
- setF_retrieveOnlyNotesAfterDate(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_retrieveOnlyNotesAfterDate.
- setF_retrieveOnlyNotesAfterDate(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_retrieveOnlyNotesAfterDate.
- setF_retrieveOnlyNotesAfterDate(Long) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Sets F_retrieveOnlyNotesAfterDate.
- setF_retrieveOnlyNotesAfterDate(Long) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_retrieveOnlyNotesAfterDate.
- setF_retrieveOnlyNotesAfterDate(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets F_retrieveOnlyNotesAfterDate.
- setF_retrieveOnlyNotesAfterDate(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_retrieveOnlyNotesAfterDate.
- setF_retrieveOnlyNotesAfterDate(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Sets F_retrieveOnlyNotesAfterDate.
- setF_retrieveOnlyNotesAfterDate(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_retrieveOnlyNotesAfterDate.
- setF_retrieveOnlyNotesAfterDate(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Sets F_retrieveOnlyNotesAfterDate.
- setF_retrieveOnlyNotesAfterDate(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_retrieveOnlyNotesAfterDate.
- setF_retrieveOnlyNotesAfterDate(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Sets F_retrieveOnlyNotesAfterDate.
- setF_retrieveOnlyNotesAfterDate(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_retrieveOnlyNotesAfterDate.
- setF_retrieveOnlyNotesAfterId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_retrieveOnlyNotesAfterId.
- setF_retrieveOnlyNotesAfterId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_retrieveOnlyNotesAfterId.
- setF_retrieveOnlyNotesAfterId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_retrieveOnlyNotesAfterId.
- setF_retrieveOnlyNotesAfterId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_retrieveOnlyNotesAfterId.
- setF_retrieveOnlyNotesAfterId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_retrieveOnlyNotesAfterId.
- setF_retrieveOnlyNotesAfterId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Sets F_retrieveOnlyNotesAfterId.
- setF_retrieveOnlyNotesAfterId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_retrieveOnlyNotesAfterId.
- setF_retrieveOnlyNotesAfterId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets F_retrieveOnlyNotesAfterId.
- setF_retrieveOnlyNotesAfterId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_retrieveOnlyNotesAfterId.
- setF_retrieveOnlyNotesAfterId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Sets F_retrieveOnlyNotesAfterId.
- setF_retrieveOnlyNotesAfterId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_retrieveOnlyNotesAfterId.
- setF_retrieveOnlyNotesAfterId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Sets F_retrieveOnlyNotesAfterId.
- setF_retrieveOnlyNotesAfterId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_retrieveOnlyNotesAfterId.
- setF_retrieveOnlyNotesAfterId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Sets F_retrieveOnlyNotesAfterId.
- setF_retrieveOnlyNotesAfterId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_retrieveOnlyNotesAfterId.
- setF_retrieveOnlyNotesBeforeDate(Long) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_retrieveOnlyNotesBeforeDate.
- setF_retrieveOnlyNotesBeforeDate(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_retrieveOnlyNotesBeforeDate.
- setF_retrieveOnlyNotesBeforeDate(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_retrieveOnlyNotesBeforeDate.
- setF_retrieveOnlyNotesBeforeDate(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_retrieveOnlyNotesBeforeDate.
- setF_retrieveOnlyNotesBeforeDate(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_retrieveOnlyNotesBeforeDate.
- setF_retrieveOnlyNotesBeforeDate(Long) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Sets F_retrieveOnlyNotesBeforeDate.
- setF_retrieveOnlyNotesBeforeDate(Long) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_retrieveOnlyNotesBeforeDate.
- setF_retrieveOnlyNotesBeforeDate(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets F_retrieveOnlyNotesBeforeDate.
- setF_retrieveOnlyNotesBeforeDate(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_retrieveOnlyNotesBeforeDate.
- setF_retrieveOnlyNotesBeforeDate(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Sets F_retrieveOnlyNotesBeforeDate.
- setF_retrieveOnlyNotesBeforeDate(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_retrieveOnlyNotesBeforeDate.
- setF_retrieveOnlyNotesBeforeDate(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Sets F_retrieveOnlyNotesBeforeDate.
- setF_retrieveOnlyNotesBeforeDate(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_retrieveOnlyNotesBeforeDate.
- setF_retrieveOnlyNotesBeforeDate(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Sets F_retrieveOnlyNotesBeforeDate.
- setF_retrieveOnlyNotesBeforeDate(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_retrieveOnlyNotesBeforeDate.
- setF_retrieveOnlyNotesBeforeId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_retrieveOnlyNotesBeforeId.
- setF_retrieveOnlyNotesBeforeId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_retrieveOnlyNotesBeforeId.
- setF_retrieveOnlyNotesBeforeId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_retrieveOnlyNotesBeforeId.
- setF_retrieveOnlyNotesBeforeId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_retrieveOnlyNotesBeforeId.
- setF_retrieveOnlyNotesBeforeId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_retrieveOnlyNotesBeforeId.
- setF_retrieveOnlyNotesBeforeId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Sets F_retrieveOnlyNotesBeforeId.
- setF_retrieveOnlyNotesBeforeId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_retrieveOnlyNotesBeforeId.
- setF_retrieveOnlyNotesBeforeId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets F_retrieveOnlyNotesBeforeId.
- setF_retrieveOnlyNotesBeforeId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_retrieveOnlyNotesBeforeId.
- setF_retrieveOnlyNotesBeforeId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Sets F_retrieveOnlyNotesBeforeId.
- setF_retrieveOnlyNotesBeforeId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_retrieveOnlyNotesBeforeId.
- setF_retrieveOnlyNotesBeforeId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Sets F_retrieveOnlyNotesBeforeId.
- setF_retrieveOnlyNotesBeforeId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_retrieveOnlyNotesBeforeId.
- setF_retrieveOnlyNotesBeforeId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Sets F_retrieveOnlyNotesBeforeId.
- setF_retrieveOnlyNotesBeforeId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_retrieveOnlyNotesBeforeId.
- setF_showDirectMessages(Boolean) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets F_showDirectMessages.
- setF_showDirectMessages(Boolean) - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_showDirectMessages.
- setF_showDirectMessages(Boolean) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_showDirectMessages.
- setF_showDirectMessages(Boolean) - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_showDirectMessages.
- setF_showDirectMessages(Boolean) - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_showDirectMessages.
- setF_showDirectMessages(Boolean) - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_showDirectMessages.
- setF_showDirectMessages(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_showDirectMessages.
- setF_showDirectMessages(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_showDirectMessages.
- setF_showDirectMessages(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_showDirectMessages.
- setF_showDirectMessages(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_showDirectMessages.
- setF_showDirectMessages(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_showDirectMessages.
- setF_showDirectMessages(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_showDirectMessages.
- setF_showDirectMessages(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_showDirectMessages.
- setF_showDirectMessages(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_showDirectMessages.
- setF_showDirectMessages(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_showDirectMessages.
- setF_showDirectMessages(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_showDirectMessages.
- setF_showDirectMessages(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Sets F_showDirectMessages.
- setF_showDirectMessages(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_showDirectMessages.
- setF_showDirectMessages(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets F_showDirectMessages.
- setF_showDirectMessages(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_showDirectMessages.
- setF_showDirectMessages(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Sets F_showDirectMessages.
- setF_showDirectMessages(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_showDirectMessages.
- setF_showDirectMessages(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Sets F_showDirectMessages.
- setF_showDirectMessages(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_showDirectMessages.
- setF_showDirectMessages(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Sets F_showDirectMessages.
- setF_showDirectMessages(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_showDirectMessages.
- setF_showDiscussionParticipation(Boolean) - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_showDiscussionParticipation.
- setF_showDiscussionParticipation(Boolean) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_showDiscussionParticipation.
- setF_showDiscussionParticipation(Boolean) - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_showDiscussionParticipation.
- setF_showDiscussionParticipation(Boolean) - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_showDiscussionParticipation.
- setF_showDiscussionParticipation(Boolean) - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_showDiscussionParticipation.
- setF_showDiscussionParticipation(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_showDiscussionParticipation.
- setF_showDiscussionParticipation(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_showDiscussionParticipation.
- setF_showDiscussionParticipation(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_showDiscussionParticipation.
- setF_showDiscussionParticipation(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_showDiscussionParticipation.
- setF_showDiscussionParticipation(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_showDiscussionParticipation.
- setF_showDiscussionParticipation(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_showDiscussionParticipation.
- setF_showDiscussionParticipation(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_showDiscussionParticipation.
- setF_showDiscussionParticipation(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_showDiscussionParticipation.
- setF_showDiscussionParticipation(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_showDiscussionParticipation.
- setF_showDiscussionParticipation(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_showDiscussionParticipation.
- setF_showDiscussionParticipation(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Sets F_showDiscussionParticipation.
- setF_showDiscussionParticipation(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_showDiscussionParticipation.
- setF_showDiscussionParticipation(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets F_showDiscussionParticipation.
- setF_showDiscussionParticipation(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_showDiscussionParticipation.
- setF_showDiscussionParticipation(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Sets F_showDiscussionParticipation.
- setF_showDiscussionParticipation(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_showDiscussionParticipation.
- setF_showDiscussionParticipation(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Sets F_showDiscussionParticipation.
- setF_showDiscussionParticipation(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_showDiscussionParticipation.
- setF_showDiscussionParticipation(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Sets F_showDiscussionParticipation.
- setF_showDiscussionParticipation(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_showDiscussionParticipation.
- setF_showFavorites(Boolean) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets F_showFavorites.
- setF_showFavorites(Boolean) - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_showFavorites.
- setF_showFavorites(Boolean) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_showFavorites.
- setF_showFavorites(Boolean) - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_showFavorites.
- setF_showFavorites(Boolean) - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_showFavorites.
- setF_showFavorites(Boolean) - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_showFavorites.
- setF_showFavorites(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_showFavorites.
- setF_showFavorites(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_showFavorites.
- setF_showFavorites(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_showFavorites.
- setF_showFavorites(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_showFavorites.
- setF_showFavorites(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_showFavorites.
- setF_showFavorites(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_showFavorites.
- setF_showFavorites(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_showFavorites.
- setF_showFavorites(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_showFavorites.
- setF_showFavorites(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_showFavorites.
- setF_showFavorites(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_showFavorites.
- setF_showFavorites(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Sets F_showFavorites.
- setF_showFavorites(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_showFavorites.
- setF_showFavorites(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets F_showFavorites.
- setF_showFavorites(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_showFavorites.
- setF_showFavorites(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Sets F_showFavorites.
- setF_showFavorites(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_showFavorites.
- setF_showFavorites(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Sets F_showFavorites.
- setF_showFavorites(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_showFavorites.
- setF_showFavorites(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Sets F_showFavorites.
- setF_showFavorites(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_showFavorites.
- setF_showFollowedItems(Boolean) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets F_showFollowedItems.
- setF_showFollowedItems(Boolean) - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_showFollowedItems.
- setF_showFollowedItems(Boolean) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_showFollowedItems.
- setF_showFollowedItems(Boolean) - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_showFollowedItems.
- setF_showFollowedItems(Boolean) - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_showFollowedItems.
- setF_showFollowedItems(Boolean) - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_showFollowedItems.
- setF_showFollowedItems(Boolean) - Method in class com.communote.plugins.api.rest.resource.topic.GetCollectionTopicParameter
-
Sets F_showFollowedItems.
- setF_showFollowedItems(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_showFollowedItems.
- setF_showFollowedItems(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_showFollowedItems.
- setF_showFollowedItems(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_showFollowedItems.
- setF_showFollowedItems(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_showFollowedItems.
- setF_showFollowedItems(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_showFollowedItems.
- setF_showFollowedItems(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetCollectionTopicParameter
-
Sets F_showFollowedItems.
- setF_showFollowedItems(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_showFollowedItems.
- setF_showFollowedItems(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_showFollowedItems.
- setF_showFollowedItems(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_showFollowedItems.
- setF_showFollowedItems(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_showFollowedItems.
- setF_showFollowedItems(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_showFollowedItems.
- setF_showFollowedItems(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
Sets F_showFollowedItems.
- setF_showFollowedItems(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Sets F_showFollowedItems.
- setF_showFollowedItems(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_showFollowedItems.
- setF_showFollowedItems(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets F_showFollowedItems.
- setF_showFollowedItems(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_showFollowedItems.
- setF_showFollowedItems(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Sets F_showFollowedItems.
- setF_showFollowedItems(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_showFollowedItems.
- setF_showFollowedItems(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Sets F_showFollowedItems.
- setF_showFollowedItems(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_showFollowedItems.
- setF_showFollowedItems(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Sets F_showFollowedItems.
- setF_showFollowedItems(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_showFollowedItems.
- setF_showFollowedItems(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Sets F_showFollowedItems.
- setF_showNotesForMe(Boolean) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets F_showNotesForMe.
- setF_showNotesForMe(Boolean) - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_showNotesForMe.
- setF_showNotesForMe(Boolean) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_showNotesForMe.
- setF_showNotesForMe(Boolean) - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_showNotesForMe.
- setF_showNotesForMe(Boolean) - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_showNotesForMe.
- setF_showNotesForMe(Boolean) - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_showNotesForMe.
- setF_showNotesForMe(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_showNotesForMe.
- setF_showNotesForMe(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_showNotesForMe.
- setF_showNotesForMe(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_showNotesForMe.
- setF_showNotesForMe(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_showNotesForMe.
- setF_showNotesForMe(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_showNotesForMe.
- setF_showNotesForMe(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_showNotesForMe.
- setF_showNotesForMe(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_showNotesForMe.
- setF_showNotesForMe(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_showNotesForMe.
- setF_showNotesForMe(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_showNotesForMe.
- setF_showNotesForMe(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_showNotesForMe.
- setF_showNotesForMe(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Sets F_showNotesForMe.
- setF_showNotesForMe(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_showNotesForMe.
- setF_showNotesForMe(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets F_showNotesForMe.
- setF_showNotesForMe(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_showNotesForMe.
- setF_showNotesForMe(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Sets F_showNotesForMe.
- setF_showNotesForMe(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_showNotesForMe.
- setF_showNotesForMe(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Sets F_showNotesForMe.
- setF_showNotesForMe(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_showNotesForMe.
- setF_showNotesForMe(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Sets F_showNotesForMe.
- setF_showNotesForMe(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_showNotesForMe.
- setF_showOnlyDiscussions(Boolean) - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_showOnlyDiscussions.
- setF_showOnlyDiscussions(Boolean) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_showOnlyDiscussions.
- setF_showOnlyDiscussions(Boolean) - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_showOnlyDiscussions.
- setF_showOnlyDiscussions(Boolean) - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_showOnlyDiscussions.
- setF_showOnlyDiscussions(Boolean) - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_showOnlyDiscussions.
- setF_showOnlyDiscussions(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_showOnlyDiscussions.
- setF_showOnlyDiscussions(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_showOnlyDiscussions.
- setF_showOnlyDiscussions(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_showOnlyDiscussions.
- setF_showOnlyDiscussions(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_showOnlyDiscussions.
- setF_showOnlyDiscussions(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_showOnlyDiscussions.
- setF_showOnlyDiscussions(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_showOnlyDiscussions.
- setF_showOnlyDiscussions(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_showOnlyDiscussions.
- setF_showOnlyDiscussions(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_showOnlyDiscussions.
- setF_showOnlyDiscussions(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_showOnlyDiscussions.
- setF_showOnlyDiscussions(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_showOnlyDiscussions.
- setF_showOnlyDiscussions(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Sets F_showOnlyDiscussions.
- setF_showOnlyDiscussions(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_showOnlyDiscussions.
- setF_showOnlyDiscussions(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets F_showOnlyDiscussions.
- setF_showOnlyDiscussions(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_showOnlyDiscussions.
- setF_showOnlyDiscussions(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Sets F_showOnlyDiscussions.
- setF_showOnlyDiscussions(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_showOnlyDiscussions.
- setF_showOnlyDiscussions(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Sets F_showOnlyDiscussions.
- setF_showOnlyDiscussions(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_showOnlyDiscussions.
- setF_showOnlyDiscussions(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Sets F_showOnlyDiscussions.
- setF_showOnlyDiscussions(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_showOnlyDiscussions.
- setF_showOnlyRootNotes(Boolean) - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_showOnlyRootNotes.
- setF_showOnlyRootNotes(Boolean) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_showOnlyRootNotes.
- setF_showOnlyRootNotes(Boolean) - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_showOnlyRootNotes.
- setF_showOnlyRootNotes(Boolean) - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_showOnlyRootNotes.
- setF_showOnlyRootNotes(Boolean) - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_showOnlyRootNotes.
- setF_showOnlyRootNotes(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_showOnlyRootNotes.
- setF_showOnlyRootNotes(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_showOnlyRootNotes.
- setF_showOnlyRootNotes(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_showOnlyRootNotes.
- setF_showOnlyRootNotes(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_showOnlyRootNotes.
- setF_showOnlyRootNotes(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_showOnlyRootNotes.
- setF_showOnlyRootNotes(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_showOnlyRootNotes.
- setF_showOnlyRootNotes(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_showOnlyRootNotes.
- setF_showOnlyRootNotes(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_showOnlyRootNotes.
- setF_showOnlyRootNotes(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_showOnlyRootNotes.
- setF_showOnlyRootNotes(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_showOnlyRootNotes.
- setF_showOnlyRootNotes(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Sets F_showOnlyRootNotes.
- setF_showOnlyRootNotes(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_showOnlyRootNotes.
- setF_showOnlyRootNotes(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets F_showOnlyRootNotes.
- setF_showOnlyRootNotes(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_showOnlyRootNotes.
- setF_showOnlyRootNotes(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Sets F_showOnlyRootNotes.
- setF_showOnlyRootNotes(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_showOnlyRootNotes.
- setF_showOnlyRootNotes(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Sets F_showOnlyRootNotes.
- setF_showOnlyRootNotes(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_showOnlyRootNotes.
- setF_showOnlyRootNotes(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Sets F_showOnlyRootNotes.
- setF_showOnlyRootNotes(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_showOnlyRootNotes.
- setF_startDate(Date) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets F_startDate.
- setF_startDate(Date) - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_startDate.
- setF_startDate(Date) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_startDate.
- setF_startDate(Date) - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_startDate.
- setF_startDate(Date) - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_startDate.
- setF_startDate(Date) - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_startDate.
- setF_startDate(Date) - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_startDate.
- setF_startDate(Date) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_startDate.
- setF_startDate(Date) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_startDate.
- setF_startDate(Date) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_startDate.
- setF_startDate(Date) - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_startDate.
- setF_startDate(Date) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_startDate.
- setF_startDate(Date) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_startDate.
- setF_startDate(Date) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_startDate.
- setF_startDate(Date) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_startDate.
- setF_startDate(Date) - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_startDate.
- setF_startDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Sets F_startDate.
- setF_startDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_startDate.
- setF_startDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets F_startDate.
- setF_startDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_startDate.
- setF_startDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Sets F_startDate.
- setF_startDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_startDate.
- setF_startDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Sets F_startDate.
- setF_startDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_startDate.
- setF_startDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Sets F_startDate.
- setF_startDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_startDate.
- setF_suggestionAliases(String[]) - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_suggestionAliases.
- setF_suggestionAliases(String[]) - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_suggestionAliases.
- setF_suggestionAliases(String[]) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_suggestionAliases.
- setF_suggestionAliases(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_suggestionAliases.
- setF_suggestionProviderAliases(String[]) - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_suggestionProviderAliases.
- setF_suggestionProviderAliases(String[]) - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_suggestionProviderAliases.
- setF_suggestionProviderAliases(String[]) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_suggestionProviderAliases.
- setF_suggestionProviderAliases(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_suggestionProviderAliases.
- setF_tagIds(Long[]) - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_tagIds.
- setF_tagIds(Long[]) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_tagIds.
- setF_tagIds(Long[]) - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_tagIds.
- setF_tagIds(Long[]) - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_tagIds.
- setF_tagIds(Long[]) - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_tagIds.
- setF_tagIds(Long[]) - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_tagIds.
- setF_tagIds(Long[]) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_tagIds.
- setF_tagIds(Long[]) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_tagIds.
- setF_tagIds(Long[]) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_tagIds.
- setF_tagIds(Long[]) - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_tagIds.
- setF_tagIds(Long[]) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_tagIds.
- setF_tagIds(Long[]) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_tagIds.
- setF_tagIds(Long[]) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_tagIds.
- setF_tagIds(Long[]) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_tagIds.
- setF_tagIds(Long[]) - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_tagIds.
- setF_tagIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Sets F_tagIds.
- setF_tagIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_tagIds.
- setF_tagIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets F_tagIds.
- setF_tagIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_tagIds.
- setF_tagIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Sets F_tagIds.
- setF_tagIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_tagIds.
- setF_tagIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Sets F_tagIds.
- setF_tagIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_tagIds.
- setF_tagIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Sets F_tagIds.
- setF_tagIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_tagIds.
- setF_tagPrefix(String) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets F_tagPrefix.
- setF_tagPrefix(String) - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_tagPrefix.
- setF_tagPrefix(String) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_tagPrefix.
- setF_tagPrefix(String) - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_tagPrefix.
- setF_tagPrefix(String) - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_tagPrefix.
- setF_tagPrefix(String) - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_tagPrefix.
- setF_tagPrefix(String) - Method in class com.communote.plugins.api.rest.resource.topic.GetCollectionTopicParameter
-
Sets F_tagPrefix.
- setF_tagPrefix(String) - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_tagPrefix.
- setF_tagPrefix(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_tagPrefix.
- setF_tagPrefix(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_tagPrefix.
- setF_tagPrefix(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_tagPrefix.
- setF_tagPrefix(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_tagPrefix.
- setF_tagPrefix(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetCollectionTopicParameter
-
Sets F_tagPrefix.
- setF_tagPrefix(String) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_tagPrefix.
- setF_tagPrefix(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_tagPrefix.
- setF_tagPrefix(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_tagPrefix.
- setF_tagPrefix(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_tagPrefix.
- setF_tagPrefix(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_tagPrefix.
- setF_tagPrefix(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
Sets F_tagPrefix.
- setF_tagPrefix(String) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Sets F_tagPrefix.
- setF_tagPrefix(String) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_tagPrefix.
- setF_tagPrefix(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets F_tagPrefix.
- setF_tagPrefix(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_tagPrefix.
- setF_tagPrefix(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Sets F_tagPrefix.
- setF_tagPrefix(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_tagPrefix.
- setF_tagPrefix(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Sets F_tagPrefix.
- setF_tagPrefix(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_tagPrefix.
- setF_tagPrefix(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Sets F_tagPrefix.
- setF_tagPrefix(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_tagPrefix.
- setF_tagPrefix(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Sets F_tagPrefix.
- setF_tags(String[]) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets F_tags.
- setF_tags(String[]) - Method in class com.communote.plugins.api.rest.resource.topic.GetCollectionTopicParameter
-
Sets F_tags.
- setF_tags(String[]) - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetCollectionTopicParameter
-
Sets F_tags.
- setF_tags(String[]) - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
Sets F_tags.
- setF_tags(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Sets F_tags.
- setF_targetTopicId(Long) - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_targetTopicId.
- setF_targetTopicId(Long) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_targetTopicId.
- setF_targetTopicId(Long) - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_targetTopicId.
- setF_targetTopicId(Long) - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_targetTopicId.
- setF_targetTopicId(Long) - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_targetTopicId.
- setF_targetTopicId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_targetTopicId.
- setF_targetTopicId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_targetTopicId.
- setF_targetTopicId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_targetTopicId.
- setF_targetTopicId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_targetTopicId.
- setF_targetTopicId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_targetTopicId.
- setF_targetTopicId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_targetTopicId.
- setF_targetTopicId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_targetTopicId.
- setF_targetTopicId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_targetTopicId.
- setF_targetTopicId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_targetTopicId.
- setF_targetTopicId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_targetTopicId.
- setF_targetTopicId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Sets F_targetTopicId.
- setF_targetTopicId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_targetTopicId.
- setF_targetTopicId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets F_targetTopicId.
- setF_targetTopicId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_targetTopicId.
- setF_targetTopicId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Sets F_targetTopicId.
- setF_targetTopicId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_targetTopicId.
- setF_targetTopicId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Sets F_targetTopicId.
- setF_targetTopicId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_targetTopicId.
- setF_targetTopicId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Sets F_targetTopicId.
- setF_targetTopicId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_targetTopicId.
- setF_titleSearchString(String) - Method in class com.communote.plugins.api.rest.resource.topic.GetCollectionTopicParameter
-
Sets F_titleSearchString.
- setF_titleSearchString(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetCollectionTopicParameter
-
Sets F_titleSearchString.
- setF_titleSearchString(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
Sets F_titleSearchString.
- setF_titleSearchString(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Sets F_titleSearchString.
- setF_topicAccess(EF_topicAccess) - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets the constant F_topicAccess.
- setF_topicAccess(EF_topicAccess) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets the constant F_topicAccess.
- setF_topicAccess(EF_topicAccess) - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets the constant F_topicAccess.
- setF_topicAccess(EF_topicAccess) - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets the constant F_topicAccess.
- setF_topicAccess(EF_topicAccess) - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets the constant F_topicAccess.
- setF_topicAccess(EF_topicAccess) - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets the constant F_topicAccess.
- setF_topicAccess(EF_topicAccess) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets the constant F_topicAccess.
- setF_topicAccess(EF_topicAccess) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets the constant F_topicAccess.
- setF_topicAccess(EF_topicAccess) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets the constant F_topicAccess.
- setF_topicAccess(EF_topicAccess) - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets the constant F_topicAccess.
- setF_topicAccess(EF_topicAccess) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets the constant F_topicAccess.
- setF_topicAccess(EF_topicAccess) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets the constant F_topicAccess.
- setF_topicAccess(EF_topicAccess) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets the constant F_topicAccess.
- setF_topicAccess(EF_topicAccess) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets the constant F_topicAccess.
- setF_topicAccess(EF_topicAccess) - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets the constant F_topicAccess.
- setF_topicAccess(EF_topicAccess) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Sets the constant F_topicAccess.
- setF_topicAccess(EF_topicAccess) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets the constant F_topicAccess.
- setF_topicAccess(EF_topicAccess) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets the constant F_topicAccess.
- setF_topicAccess(EF_topicAccess) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets the constant F_topicAccess.
- setF_topicAccess(EF_topicAccess) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Sets the constant F_topicAccess.
- setF_topicAccess(EF_topicAccess) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets the constant F_topicAccess.
- setF_topicAccess(EF_topicAccess) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Sets the constant F_topicAccess.
- setF_topicAccess(EF_topicAccess) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets the constant F_topicAccess.
- setF_topicAccess(EF_topicAccess) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Sets the constant F_topicAccess.
- setF_topicAccess(EF_topicAccess) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets the constant F_topicAccess.
- setF_topicAliases(String[]) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets F_topicAliases.
- setF_topicAliases(String[]) - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_topicAliases.
- setF_topicAliases(String[]) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_topicAliases.
- setF_topicAliases(String[]) - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_topicAliases.
- setF_topicAliases(String[]) - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_topicAliases.
- setF_topicAliases(String[]) - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_topicAliases.
- setF_topicAliases(String[]) - Method in class com.communote.plugins.api.rest.resource.topic.GetCollectionTopicParameter
-
Sets F_topicAliases.
- setF_topicAliases(String[]) - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_topicAliases.
- setF_topicAliases(String[]) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_topicAliases.
- setF_topicAliases(String[]) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_topicAliases.
- setF_topicAliases(String[]) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_topicAliases.
- setF_topicAliases(String[]) - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_topicAliases.
- setF_topicAliases(String[]) - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetCollectionTopicParameter
-
Sets F_topicAliases.
- setF_topicAliases(String[]) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_topicAliases.
- setF_topicAliases(String[]) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_topicAliases.
- setF_topicAliases(String[]) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_topicAliases.
- setF_topicAliases(String[]) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_topicAliases.
- setF_topicAliases(String[]) - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_topicAliases.
- setF_topicAliases(String[]) - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
Sets F_topicAliases.
- setF_topicAliases(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Sets F_topicAliases.
- setF_topicAliases(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_topicAliases.
- setF_topicAliases(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets F_topicAliases.
- setF_topicAliases(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_topicAliases.
- setF_topicAliases(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Sets F_topicAliases.
- setF_topicAliases(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_topicAliases.
- setF_topicAliases(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Sets F_topicAliases.
- setF_topicAliases(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_topicAliases.
- setF_topicAliases(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Sets F_topicAliases.
- setF_topicAliases(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_topicAliases.
- setF_topicAliases(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Sets F_topicAliases.
- setF_topicIds(Long[]) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets F_topicIds.
- setF_topicIds(Long[]) - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_topicIds.
- setF_topicIds(Long[]) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_topicIds.
- setF_topicIds(Long[]) - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_topicIds.
- setF_topicIds(Long[]) - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_topicIds.
- setF_topicIds(Long[]) - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_topicIds.
- setF_topicIds(Long[]) - Method in class com.communote.plugins.api.rest.resource.topic.GetCollectionTopicParameter
-
Sets F_topicIds.
- setF_topicIds(Long[]) - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_topicIds.
- setF_topicIds(Long[]) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_topicIds.
- setF_topicIds(Long[]) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_topicIds.
- setF_topicIds(Long[]) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_topicIds.
- setF_topicIds(Long[]) - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_topicIds.
- setF_topicIds(Long[]) - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetCollectionTopicParameter
-
Sets F_topicIds.
- setF_topicIds(Long[]) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_topicIds.
- setF_topicIds(Long[]) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_topicIds.
- setF_topicIds(Long[]) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_topicIds.
- setF_topicIds(Long[]) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_topicIds.
- setF_topicIds(Long[]) - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_topicIds.
- setF_topicIds(Long[]) - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
Sets F_topicIds.
- setF_topicIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Sets F_topicIds.
- setF_topicIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_topicIds.
- setF_topicIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets F_topicIds.
- setF_topicIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_topicIds.
- setF_topicIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Sets F_topicIds.
- setF_topicIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_topicIds.
- setF_topicIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Sets F_topicIds.
- setF_topicIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_topicIds.
- setF_topicIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Sets F_topicIds.
- setF_topicIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_topicIds.
- setF_topicIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Sets F_topicIds.
- setF_topicIdsToExclude(Long[]) - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_topicIdsToExclude.
- setF_topicIdsToExclude(Long[]) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_topicIdsToExclude.
- setF_topicIdsToExclude(Long[]) - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_topicIdsToExclude.
- setF_topicIdsToExclude(Long[]) - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_topicIdsToExclude.
- setF_topicIdsToExclude(Long[]) - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_topicIdsToExclude.
- setF_topicIdsToExclude(Long[]) - Method in class com.communote.plugins.api.rest.resource.topic.GetCollectionTopicParameter
-
Sets F_topicIdsToExclude.
- setF_topicIdsToExclude(Long[]) - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_topicIdsToExclude.
- setF_topicIdsToExclude(Long[]) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_topicIdsToExclude.
- setF_topicIdsToExclude(Long[]) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_topicIdsToExclude.
- setF_topicIdsToExclude(Long[]) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_topicIdsToExclude.
- setF_topicIdsToExclude(Long[]) - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_topicIdsToExclude.
- setF_topicIdsToExclude(Long[]) - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetCollectionTopicParameter
-
Sets F_topicIdsToExclude.
- setF_topicIdsToExclude(Long[]) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_topicIdsToExclude.
- setF_topicIdsToExclude(Long[]) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_topicIdsToExclude.
- setF_topicIdsToExclude(Long[]) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_topicIdsToExclude.
- setF_topicIdsToExclude(Long[]) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_topicIdsToExclude.
- setF_topicIdsToExclude(Long[]) - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_topicIdsToExclude.
- setF_topicIdsToExclude(Long[]) - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
Sets F_topicIdsToExclude.
- setF_topicIdsToExclude(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Sets F_topicIdsToExclude.
- setF_topicIdsToExclude(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_topicIdsToExclude.
- setF_topicIdsToExclude(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets F_topicIdsToExclude.
- setF_topicIdsToExclude(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_topicIdsToExclude.
- setF_topicIdsToExclude(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Sets F_topicIdsToExclude.
- setF_topicIdsToExclude(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_topicIdsToExclude.
- setF_topicIdsToExclude(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Sets F_topicIdsToExclude.
- setF_topicIdsToExclude(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_topicIdsToExclude.
- setF_topicIdsToExclude(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Sets F_topicIdsToExclude.
- setF_topicIdsToExclude(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_topicIdsToExclude.
- setF_topicIdsToExclude(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Sets F_topicIdsToExclude.
- setF_topicRelated(Boolean) - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_topicRelated.
- setF_topicRelated(Boolean) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_topicRelated.
- setF_topicRelated(Boolean) - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_topicRelated.
- setF_topicRelated(Boolean) - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_topicRelated.
- setF_topicRelated(Boolean) - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_topicRelated.
- setF_topicRelated(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_topicRelated.
- setF_topicRelated(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_topicRelated.
- setF_topicRelated(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_topicRelated.
- setF_topicRelated(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_topicRelated.
- setF_topicRelated(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_topicRelated.
- setF_topicRelated(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_topicRelated.
- setF_topicRelated(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_topicRelated.
- setF_topicRelated(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_topicRelated.
- setF_topicRelated(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_topicRelated.
- setF_topicRelated(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_topicRelated.
- setF_topicRelated(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Sets F_topicRelated.
- setF_topicRelated(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_topicRelated.
- setF_topicRelated(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets F_topicRelated.
- setF_topicRelated(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_topicRelated.
- setF_topicRelated(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Sets F_topicRelated.
- setF_topicRelated(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_topicRelated.
- setF_topicRelated(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Sets F_topicRelated.
- setF_topicRelated(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_topicRelated.
- setF_topicRelated(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Sets F_topicRelated.
- setF_topicRelated(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_topicRelated.
- setF_userAlias(String) - Method in class com.communote.plugins.api.rest.resource.user.GetCollectionUserParameter
-
Sets F_userAlias.
- setF_userAlias(String) - Method in class com.communote.plugins.api.rest.v22.resource.user.GetCollectionUserParameter
-
Sets F_userAlias.
- setF_userAlias(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Sets F_userAlias.
- setF_userAlias(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Sets F_userAlias.
- setF_userAliases(String[]) - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_userAliases.
- setF_userAliases(String[]) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_userAliases.
- setF_userAliases(String[]) - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_userAliases.
- setF_userAliases(String[]) - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_userAliases.
- setF_userAliases(String[]) - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_userAliases.
- setF_userAliases(String[]) - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_userAliases.
- setF_userAliases(String[]) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_userAliases.
- setF_userAliases(String[]) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_userAliases.
- setF_userAliases(String[]) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_userAliases.
- setF_userAliases(String[]) - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_userAliases.
- setF_userAliases(String[]) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_userAliases.
- setF_userAliases(String[]) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_userAliases.
- setF_userAliases(String[]) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_userAliases.
- setF_userAliases(String[]) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_userAliases.
- setF_userAliases(String[]) - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_userAliases.
- setF_userAliases(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Sets F_userAliases.
- setF_userAliases(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_userAliases.
- setF_userAliases(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets F_userAliases.
- setF_userAliases(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_userAliases.
- setF_userAliases(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Sets F_userAliases.
- setF_userAliases(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_userAliases.
- setF_userAliases(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Sets F_userAliases.
- setF_userAliases(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_userAliases.
- setF_userAliases(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Sets F_userAliases.
- setF_userAliases(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_userAliases.
- setF_userIds(Long[]) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets F_userIds.
- setF_userIds(Long[]) - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_userIds.
- setF_userIds(Long[]) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_userIds.
- setF_userIds(Long[]) - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_userIds.
- setF_userIds(Long[]) - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_userIds.
- setF_userIds(Long[]) - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_userIds.
- setF_userIds(Long[]) - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_userIds.
- setF_userIds(Long[]) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_userIds.
- setF_userIds(Long[]) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_userIds.
- setF_userIds(Long[]) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_userIds.
- setF_userIds(Long[]) - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_userIds.
- setF_userIds(Long[]) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_userIds.
- setF_userIds(Long[]) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_userIds.
- setF_userIds(Long[]) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_userIds.
- setF_userIds(Long[]) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_userIds.
- setF_userIds(Long[]) - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_userIds.
- setF_userIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Sets F_userIds.
- setF_userIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_userIds.
- setF_userIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets F_userIds.
- setF_userIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_userIds.
- setF_userIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Sets F_userIds.
- setF_userIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_userIds.
- setF_userIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Sets F_userIds.
- setF_userIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_userIds.
- setF_userIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Sets F_userIds.
- setF_userIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_userIds.
- setF_userSearchString(String) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets F_userSearchString.
- setF_userSearchString(String) - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_userSearchString.
- setF_userSearchString(String) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_userSearchString.
- setF_userSearchString(String) - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_userSearchString.
- setF_userSearchString(String) - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_userSearchString.
- setF_userSearchString(String) - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_userSearchString.
- setF_userSearchString(String) - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_userSearchString.
- setF_userSearchString(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_userSearchString.
- setF_userSearchString(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_userSearchString.
- setF_userSearchString(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_userSearchString.
- setF_userSearchString(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_userSearchString.
- setF_userSearchString(String) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_userSearchString.
- setF_userSearchString(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_userSearchString.
- setF_userSearchString(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_userSearchString.
- setF_userSearchString(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_userSearchString.
- setF_userSearchString(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_userSearchString.
- setF_userSearchString(String) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Sets F_userSearchString.
- setF_userSearchString(String) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets F_userSearchString.
- setF_userSearchString(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets F_userSearchString.
- setF_userSearchString(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets F_userSearchString.
- setF_userSearchString(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Sets F_userSearchString.
- setF_userSearchString(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets F_userSearchString.
- setF_userSearchString(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Sets F_userSearchString.
- setF_userSearchString(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets F_userSearchString.
- setF_userSearchString(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Sets F_userSearchString.
- setF_userSearchString(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets F_userSearchString.
- setFailDefinition(NoteStoringFailDefinition) - Method in class com.communote.server.api.core.note.NoteStoringTO
-
Sets the failDefinition
- setFailedAttemptsBeforePermanentLock(String) - Method in class com.communote.server.web.fe.portal.user.client.controller.security.AuthenticationForm
-
- setFailedAttemptsBeforeTemporaryLock(String) - Method in class com.communote.server.web.fe.portal.user.client.controller.security.AuthenticationForm
-
- setFailedAuthCounter(int) - Method in class com.communote.server.model.user.security.AuthenticationFailedStatus
-
- setFailedAuthentication(Set<AuthenticationFailedStatus>) - Method in class com.communote.server.model.user.User
-
- setFailedNewStatus(UserStatus) - Method in exception com.communote.server.core.user.InvalidUserStatusTransitionException
-
- setFailOnMissingBlogWriteAccess(boolean) - Method in class com.communote.server.api.core.note.NoteStoringFailDefinition
-
Specify whether to fail when the current user has no write access to one of the cross posting
blogs.
- setFailOnUninformableUser(boolean) - Method in class com.communote.server.api.core.note.NoteStoringFailDefinition
-
Specify whether to fail when one of the users that should be informed cannot be informed
because of missing read access rights for the blog.
- setFailOnUnresolvableBlogs(boolean) - Method in class com.communote.server.api.core.note.NoteStoringFailDefinition
-
Specify whether to fail when one of the cross posting blogs cannot be resolved to an existing
blog.
- setFailOnUnresolvableUsers(boolean) - Method in class com.communote.server.api.core.note.NoteStoringFailDefinition
-
Specify whether to fail when one of the notification targets cannot be resolved to an
existing user.
- setFailureHandler(AuthenticationFailureHandler) - Method in class com.communote.server.web.external.spring.security.AuthenticationSuccessFailureFilter
-
- setFallback(String) - Method in class com.communote.server.model.user.NotificationConfig
-
- setFavorite(Boolean) - Method in class com.communote.plugins.api.rest.resource.note.favorite.CreateFavoriteParameter
-
Sets Favorite.
- setFavorite(Boolean) - Method in class com.communote.plugins.api.rest.resource.note.favorite.FavoriteResource
-
Sets Favorite.
- setFavorite(Boolean) - Method in class com.communote.plugins.api.rest.resource.note.favorite.GetCollectionFavoriteParameter
-
Sets Favorite.
- setFavorite(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.note.favorite.CreateFavoriteParameter
-
Sets Favorite.
- setFavorite(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.note.favorite.FavoriteResource
-
Sets Favorite.
- setFavorite(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.note.favorite.GetCollectionFavoriteParameter
-
Sets Favorite.
- setFavorite(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.note.favorite.CreateFavoriteParameter
-
Sets Favorite.
- setFavorite(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.note.favorite.FavoriteResource
-
Sets Favorite.
- setFavorite(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.note.favorite.GetCollectionFavoriteParameter
-
Sets Favorite.
- setFavorite(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.note.favorite.CreateFavoriteParameter
-
Sets Favorite.
- setFavorite(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.note.favorite.FavoriteResource
-
Sets Favorite.
- setFavorite(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.note.favorite.GetCollectionFavoriteParameter
-
Sets Favorite.
- setFavorite(boolean) - Method in class com.communote.server.api.core.note.NoteData
-
- setFavorite(boolean) - Method in class com.communote.server.web.api.to.listitem.v1_0_1.DetailPostListItem
-
- setFavoriteId(Long) - Method in class com.communote.plugins.api.rest.resource.note.favorite.CreateFavoriteParameter
-
Sets FavoriteId.
- setFavoriteId(Long) - Method in class com.communote.plugins.api.rest.resource.note.favorite.DeleteFavoriteParameter
-
Sets FavoriteId.
- setFavoriteId(Long) - Method in class com.communote.plugins.api.rest.resource.note.favorite.FavoriteResource
-
Sets FavoriteId.
- setFavoriteId(Long) - Method in class com.communote.plugins.api.rest.resource.note.favorite.GetCollectionFavoriteParameter
-
Sets FavoriteId.
- setFavoriteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.favorite.CreateFavoriteParameter
-
Sets FavoriteId.
- setFavoriteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.favorite.DeleteFavoriteParameter
-
Sets FavoriteId.
- setFavoriteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.favorite.FavoriteResource
-
Sets FavoriteId.
- setFavoriteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.favorite.GetCollectionFavoriteParameter
-
Sets FavoriteId.
- setFavoriteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.favorite.CreateFavoriteParameter
-
Sets FavoriteId.
- setFavoriteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.favorite.DeleteFavoriteParameter
-
Sets FavoriteId.
- setFavoriteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.favorite.FavoriteResource
-
Sets FavoriteId.
- setFavoriteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.favorite.GetCollectionFavoriteParameter
-
Sets FavoriteId.
- setFavoriteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.favorite.CreateFavoriteParameter
-
Sets FavoriteId.
- setFavoriteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.favorite.DeleteFavoriteParameter
-
Sets FavoriteId.
- setFavoriteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.favorite.FavoriteResource
-
Sets FavoriteId.
- setFavoriteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.favorite.GetCollectionFavoriteParameter
-
Sets FavoriteId.
- setFavorites(Boolean) - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
- setFavoriteUsers(Set<User>) - Method in class com.communote.server.model.note.Note
-
- setFax(PhoneNumber) - Method in class com.communote.server.core.filter.listitems.UserProfileDetailListItem
-
- setFax(PhoneNumber) - Method in class com.communote.server.model.user.Contact
-
- setFax(PhoneNumber) - Method in class com.communote.server.persistence.user.UserProfileVO
-
- setFaxAreaCode(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Sets FaxAreaCode.
- setFaxAreaCode(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.GetUserParameter
-
Sets FaxAreaCode.
- setFaxAreaCode(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResource
-
Sets FaxAreaCode.
- setFaxAreaCode(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Sets FaxAreaCode.
- setFaxAreaCode(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetUserParameter
-
Sets FaxAreaCode.
- setFaxAreaCode(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
Sets FaxAreaCode.
- setFaxCountryCode(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Sets FaxCountryCode.
- setFaxCountryCode(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.GetUserParameter
-
Sets FaxCountryCode.
- setFaxCountryCode(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResource
-
Sets FaxCountryCode.
- setFaxCountryCode(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Sets FaxCountryCode.
- setFaxCountryCode(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetUserParameter
-
Sets FaxCountryCode.
- setFaxCountryCode(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
Sets FaxCountryCode.
- setFaxNumber(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Sets FaxNumber.
- setFaxNumber(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.GetUserParameter
-
Sets FaxNumber.
- setFaxNumber(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResource
-
Sets FaxNumber.
- setFaxNumber(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Sets FaxNumber.
- setFaxNumber(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetUserParameter
-
Sets FaxNumber.
- setFaxNumber(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
Sets FaxNumber.
- setFetchingTimeout(String) - Method in class com.communote.server.web.fe.portal.user.system.communication.MailInForm
-
- setFieldName(String) - Method in class com.communote.server.core.vo.query.search.Filter
-
- setFileName(String) - Method in class com.communote.plugins.api.rest.resource.attachment.AttachmentResource
-
Sets FileName.
- setFileName(String) - Method in class com.communote.plugins.api.rest.resource.attachment.GetAttachmentParameter
-
Sets FileName.
- setFileName(String) - Method in class com.communote.plugins.api.rest.v22.resource.attachment.AttachmentResource
-
Sets FileName.
- setFileName(String) - Method in class com.communote.plugins.api.rest.v22.resource.attachment.CreateAttachmentParameter
-
Sets FileName.
- setFileName(String) - Method in class com.communote.plugins.api.rest.v22.resource.attachment.GetAttachmentParameter
-
Sets FileName.
- setFileName(String) - Method in class com.communote.plugins.api.rest.v24.resource.attachment.AttachmentResource
-
Sets FileName.
- setFileName(String) - Method in class com.communote.plugins.api.rest.v24.resource.attachment.CreateAttachmentParameter
-
Sets FileName.
- setFileName(String) - Method in class com.communote.plugins.api.rest.v24.resource.attachment.GetAttachmentParameter
-
Sets FileName.
- setFileName(String) - Method in class com.communote.plugins.api.rest.v30.resource.attachment.AttachmentResource
-
Sets FileName.
- setFileName(String) - Method in class com.communote.plugins.api.rest.v30.resource.attachment.CreateAttachmentParameter
-
Sets FileName.
- setFileName(String) - Method in class com.communote.plugins.api.rest.v30.resource.attachment.GetAttachmentParameter
-
Sets FileName.
- setFileName(String) - Method in class com.communote.server.api.core.attachment.AttachmentData
-
- setFilename(String) - Method in class com.communote.server.core.crc.vo.ContentMetadata
-
- setFileType(String) - Method in class com.communote.plugins.api.rest.resource.attachment.AttachmentResource
-
Sets FileType.
- setFileType(String) - Method in class com.communote.plugins.api.rest.resource.attachment.CreateAttachmentParameter
-
Sets FileType.
- setFileType(String) - Method in class com.communote.plugins.api.rest.resource.attachment.GetAttachmentParameter
-
Sets FileType.
- setFileType(String) - Method in class com.communote.plugins.api.rest.v22.resource.attachment.AttachmentResource
-
Sets FileType.
- setFileType(String) - Method in class com.communote.plugins.api.rest.v22.resource.attachment.CreateAttachmentParameter
-
Sets FileType.
- setFileType(String) - Method in class com.communote.plugins.api.rest.v22.resource.attachment.GetAttachmentParameter
-
Sets FileType.
- setFileType(String) - Method in class com.communote.plugins.api.rest.v24.resource.attachment.AttachmentResource
-
Sets FileType.
- setFileType(String) - Method in class com.communote.plugins.api.rest.v24.resource.attachment.CreateAttachmentParameter
-
Sets FileType.
- setFileType(String) - Method in class com.communote.plugins.api.rest.v24.resource.attachment.GetAttachmentParameter
-
Sets FileType.
- setFileType(String) - Method in class com.communote.plugins.api.rest.v30.resource.attachment.AttachmentResource
-
Sets FileType.
- setFileType(String) - Method in class com.communote.plugins.api.rest.v30.resource.attachment.CreateAttachmentParameter
-
Sets FileType.
- setFileType(String) - Method in class com.communote.plugins.api.rest.v30.resource.attachment.GetAttachmentParameter
-
Sets FileType.
- setFilter(String) - Method in class com.communote.plugin.ldap.helper.MemberAndNonMemberModeVisitingRetriever
-
Method to set the filter to use.
- setFilter(String) - Method in class com.communote.server.core.vo.query.search.StringFilter
-
- setFilterChannelEnabled(Long, ChannelType, boolean, String, ChannelType) - Method in interface com.communote.server.core.security.iprange.IpRangeFilterManagement
-
- setFilterChannelEnabled(Long, ChannelType, boolean, String, ChannelType) - Method in class com.communote.server.core.security.iprange.IpRangeFilterManagementBase
-
- setFilterEnabled(Long, boolean, String, ChannelType) - Method in interface com.communote.server.core.security.iprange.IpRangeFilterManagement
-
- setFilterEnabled(Long, boolean, String, ChannelType) - Method in class com.communote.server.core.security.iprange.IpRangeFilterManagementBase
-
- setFilterHtml(Boolean) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets FilterHtml.
- setFilterHtml(Boolean) - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Sets FilterHtml.
- setFilterHtml(Boolean) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets FilterHtml.
- setFilterHtml(Boolean) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetTimelineNoteParameter
-
Sets FilterHtml.
- setFilterHtml(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Sets FilterHtml.
- setFilterHtml(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets FilterHtml.
- setFilterHtml(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetTimelineNoteParameter
-
Sets FilterHtml.
- setFilterHtml(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Sets FilterHtml.
- setFilterHtml(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets FilterHtml.
- setFilterHtml(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
Sets FilterHtml.
- setFilterHtml(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Sets FilterHtml.
- setFilterHtml(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets FilterHtml.
- setFilterHtml(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets FilterHtml.
- setFilterHtml(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
Sets FilterHtml.
- setFilterManagement(AuthenticationFilterManagement) - Method in class com.communote.server.web.filter.PluginAuthenticationFilter
-
- setFilters(Map<String, Object>) - Method in class com.communote.server.core.vo.user.NavigationItemDataTO
-
- setFiltersFoundContentTemplate(String) - Method in class com.communote.server.web.fe.portal.blog.controller.InitialFiltersViewController
-
Set a template that should be rendered when initial filters are defined.
- setFiltersFoundSelectedMenu(String) - Method in class com.communote.server.web.fe.portal.blog.controller.InitialFiltersViewController
-
Sets the identifier of the menu that should be marked as selected when initial filters are
defined.
- setFinishRequest(boolean) - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- setFinishView(String) - Method in class com.communote.server.web.fe.installer.controller.InstallationController
-
- setFinishView(String) - Method in class com.communote.server.web.fe.portal.user.controller.ConfirmUserController
-
Sets the finish view.
- setFirstName(String) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets FirstName.
- setFirstName(String) - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Sets FirstName.
- setFirstName(String) - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Sets FirstName.
- setFirstName(String) - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets FirstName.
- setFirstName(String) - Method in class com.communote.plugins.api.rest.resource.timelineuser.TimelineUserResource
-
Sets FirstName.
- setFirstName(String) - Method in class com.communote.plugins.api.rest.resource.user.EditUserParameter
-
Sets FirstName.
- setFirstName(String) - Method in class com.communote.plugins.api.rest.resource.user.GetCollectionUserParameter
-
Sets FirstName.
- setFirstName(String) - Method in class com.communote.plugins.api.rest.resource.user.GetUserParameter
-
Sets FirstName.
- setFirstName(String) - Method in class com.communote.plugins.api.rest.resource.user.UserResource
-
Sets FirstName.
- setFirstName(String) - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Sets FirstName.
- setFirstName(String) - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Sets FirstName.
- setFirstName(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets FirstName.
- setFirstName(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.TimelineUserResource
-
Sets FirstName.
- setFirstName(String) - Method in class com.communote.plugins.api.rest.v22.resource.user.EditUserParameter
-
Sets FirstName.
- setFirstName(String) - Method in class com.communote.plugins.api.rest.v22.resource.user.GetCollectionUserParameter
-
Sets FirstName.
- setFirstName(String) - Method in class com.communote.plugins.api.rest.v22.resource.user.GetUserParameter
-
Sets FirstName.
- setFirstName(String) - Method in class com.communote.plugins.api.rest.v22.resource.user.UserResource
-
Sets FirstName.
- setFirstName(String) - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Sets FirstName.
- setFirstName(String) - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Sets FirstName.
- setFirstName(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets FirstName.
- setFirstName(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.TimelineUserResource
-
Sets FirstName.
- setFirstName(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.EditUserParameter
-
Sets FirstName.
- setFirstName(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Sets FirstName.
- setFirstName(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.GetUserParameter
-
Sets FirstName.
- setFirstName(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResource
-
Sets FirstName.
- setFirstName(String) - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Sets FirstName.
- setFirstName(String) - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Sets FirstName.
- setFirstName(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets FirstName.
- setFirstName(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.TimelineUserResource
-
Sets FirstName.
- setFirstName(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.EditUserParameter
-
Sets FirstName.
- setFirstName(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Sets FirstName.
- setFirstName(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetUserParameter
-
Sets FirstName.
- setFirstName(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
Sets FirstName.
- setFirstName(String) - Method in class com.communote.server.api.core.user.UserData
-
Set the firstname of user
- setFirstName(String) - Method in class com.communote.server.api.core.user.UserVO
-
- setFirstName(String) - Method in class com.communote.server.core.filter.listitems.blog.member.UserListItem
-
- setFirstName(String) - Method in class com.communote.server.core.user.UserProfileDetails
-
- setFirstName(String) - Method in class com.communote.server.model.user.UserProfile
-
- setFirstName(String) - Method in class com.communote.server.persistence.user.InviteUserForm
-
Sets the firstName.
- setFirstName(String) - Method in class com.communote.server.persistence.user.UserProfileVO
-
- setFirstName(String) - Method in class com.communote.server.web.fe.portal.user.forms.RegistrationForm
-
Sets the first name.
- setFirstName(String) - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileForm
-
- setFollow(Boolean) - Method in class com.communote.plugins.api.rest.resource.topic.follow.CreateFollowParameter
-
Sets Follow.
- setFollow(Boolean) - Method in class com.communote.plugins.api.rest.resource.topic.follow.FollowResource
-
Sets Follow.
- setFollow(Boolean) - Method in class com.communote.plugins.api.rest.resource.topic.follow.GetCollectionFollowParameter
-
Sets Follow.
- setFollow(Boolean) - Method in class com.communote.plugins.api.rest.resource.user.follow.CreateFollowParameter
-
Sets Follow.
- setFollow(Boolean) - Method in class com.communote.plugins.api.rest.resource.user.follow.FollowResource
-
Sets Follow.
- setFollow(Boolean) - Method in class com.communote.plugins.api.rest.resource.user.follow.GetCollectionFollowParameter
-
Sets Follow.
- setFollow(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.topic.follow.CreateFollowParameter
-
Sets Follow.
- setFollow(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.topic.follow.FollowResource
-
Sets Follow.
- setFollow(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.topic.follow.GetCollectionFollowParameter
-
Sets Follow.
- setFollow(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.user.follow.CreateFollowParameter
-
Sets Follow.
- setFollow(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.user.follow.FollowResource
-
Sets Follow.
- setFollow(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.user.follow.GetCollectionFollowParameter
-
Sets Follow.
- setFollow(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.topic.follow.CreateFollowParameter
-
Sets Follow.
- setFollow(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.topic.follow.FollowResource
-
Sets Follow.
- setFollow(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.topic.follow.GetCollectionFollowParameter
-
Sets Follow.
- setFollow(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.user.follow.CreateFollowParameter
-
Sets Follow.
- setFollow(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.user.follow.FollowResource
-
Sets Follow.
- setFollow(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.user.follow.GetCollectionFollowParameter
-
Sets Follow.
- setFollow(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.topic.follow.CreateFollowParameter
-
Sets Follow.
- setFollow(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.topic.follow.FollowResource
-
Sets Follow.
- setFollow(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.topic.follow.GetCollectionFollowParameter
-
Sets Follow.
- setFollow(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.user.follow.CreateFollowParameter
-
Sets Follow.
- setFollow(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.user.follow.FollowResource
-
Sets Follow.
- setFollow(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.user.follow.GetCollectionFollowParameter
-
Sets Follow.
- setFollowableItems(Set<GlobalId>) - Method in class com.communote.server.model.note.Note
-
- setFollowedItems(String[]) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets FollowedItems.
- setFollowedItems(String[]) - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Sets FollowedItems.
- setFollowedItems(String[]) - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Sets FollowedItems.
- setFollowedItems(String[]) - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Sets FollowedItems.
- setFollowedItems(String[]) - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Sets FollowedItems.
- setFollowedItems(String[]) - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Sets FollowedItems.
- setFollowedItems(String[]) - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Sets FollowedItems.
- setFollowedItems(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Sets FollowedItems.
- setFollowedItems(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Sets FollowedItems.
- setFollowedItems(Set<GlobalId>) - Method in class com.communote.server.model.user.User
-
- setFollowers(Set<User>) - Method in class com.communote.server.model.global.GlobalId
-
- setFollowId(Long) - Method in class com.communote.plugins.api.rest.resource.topic.follow.CreateFollowParameter
-
Sets FollowId.
- setFollowId(Long) - Method in class com.communote.plugins.api.rest.resource.topic.follow.DeleteFollowParameter
-
Sets FollowId.
- setFollowId(Long) - Method in class com.communote.plugins.api.rest.resource.topic.follow.FollowResource
-
Sets FollowId.
- setFollowId(Long) - Method in class com.communote.plugins.api.rest.resource.topic.follow.GetCollectionFollowParameter
-
Sets FollowId.
- setFollowId(Long) - Method in class com.communote.plugins.api.rest.resource.user.follow.CreateFollowParameter
-
Sets FollowId.
- setFollowId(Long) - Method in class com.communote.plugins.api.rest.resource.user.follow.DeleteFollowParameter
-
Sets FollowId.
- setFollowId(Long) - Method in class com.communote.plugins.api.rest.resource.user.follow.FollowResource
-
Sets FollowId.
- setFollowId(Long) - Method in class com.communote.plugins.api.rest.resource.user.follow.GetCollectionFollowParameter
-
Sets FollowId.
- setFollowId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.topic.follow.CreateFollowParameter
-
Sets FollowId.
- setFollowId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.topic.follow.DeleteFollowParameter
-
Sets FollowId.
- setFollowId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.topic.follow.FollowResource
-
Sets FollowId.
- setFollowId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.topic.follow.GetCollectionFollowParameter
-
Sets FollowId.
- setFollowId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.user.follow.CreateFollowParameter
-
Sets FollowId.
- setFollowId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.user.follow.DeleteFollowParameter
-
Sets FollowId.
- setFollowId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.user.follow.FollowResource
-
Sets FollowId.
- setFollowId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.user.follow.GetCollectionFollowParameter
-
Sets FollowId.
- setFollowId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.topic.follow.CreateFollowParameter
-
Sets FollowId.
- setFollowId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.topic.follow.DeleteFollowParameter
-
Sets FollowId.
- setFollowId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.topic.follow.FollowResource
-
Sets FollowId.
- setFollowId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.topic.follow.GetCollectionFollowParameter
-
Sets FollowId.
- setFollowId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.user.follow.CreateFollowParameter
-
Sets FollowId.
- setFollowId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.user.follow.DeleteFollowParameter
-
Sets FollowId.
- setFollowId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.user.follow.FollowResource
-
Sets FollowId.
- setFollowId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.user.follow.GetCollectionFollowParameter
-
Sets FollowId.
- setFollowId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.topic.follow.CreateFollowParameter
-
Sets FollowId.
- setFollowId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.topic.follow.DeleteFollowParameter
-
Sets FollowId.
- setFollowId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.topic.follow.FollowResource
-
Sets FollowId.
- setFollowId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.topic.follow.GetCollectionFollowParameter
-
Sets FollowId.
- setFollowId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.follow.CreateFollowParameter
-
Sets FollowId.
- setFollowId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.follow.DeleteFollowParameter
-
Sets FollowId.
- setFollowId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.follow.FollowResource
-
Sets FollowId.
- setFollowId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.follow.GetCollectionFollowParameter
-
Sets FollowId.
- setFollows(boolean) - Method in class com.communote.server.web.fe.widgets.users.UserListWidget.ListUsersWidgetUserListItem
-
- setFollowsAuthor(boolean) - Method in class com.communote.server.core.filter.listitems.NoteFollowListItem
-
- setFollowsBlog(boolean) - Method in class com.communote.server.core.filter.listitems.NoteFollowListItem
-
- setFollowsDiscussion(boolean) - Method in class com.communote.server.core.filter.listitems.NoteFollowListItem
-
- setForceAllTopics(boolean) - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
- setForcedMode(String) - Method in class com.communote.server.web.fe.portal.user.system.communication.MailInController
-
Restrict the available modes in the form to single or multi mode.
- setForceSSL(boolean) - Method in class com.communote.plugins.mq.provider.activemq.settings.MQDatabaseSettingsDAO
-
- setForceSSL(boolean) - Method in interface com.communote.plugins.mq.provider.activemq.settings.MQSettingsDAO
-
- setForceSsl(Boolean) - Method in class com.communote.server.model.security.ChannelConfiguration
-
- setForceSSLClientAuthentication(boolean) - Method in class com.communote.plugins.mq.provider.activemq.settings.MQDatabaseSettingsDAO
-
- setForceSSLClientAuthentication(boolean) - Method in interface com.communote.plugins.mq.provider.activemq.settings.MQSettingsDAO
-
- setFormatType(ImageFormatType) - Method in class com.communote.common.image.ImageScaler
-
- setForMe(boolean) - Method in class com.communote.server.api.core.note.NoteData
-
- setFormName(String) - Method in class com.communote.server.web.fe.portal.AbstractFormBean
-
Deprecated.
set the form name of this form on incoming request.
- setFormSendMarker(String) - Method in class com.communote.server.web.fe.portal.user.forms.RegistrationForm
-
Sets the send.
- setFormView(String) - Method in class com.communote.server.web.fe.portal.controller.SecurityCodeConfirmationController
-
Set the form view
- setFromAddress(String) - Method in class com.communote.server.core.mail.messages.MailMessage
-
Set the email address of sender.
Note: be careful when setting an address because the domain part of the address should
normally not leave the domain of the outgoing email server.
- setFromAddressName(String) - Method in class com.communote.server.core.mail.messages.MailMessage
-
Set the personal name of the sender.
- setFromDate(Date) - Method in class com.communote.server.core.vo.query.search.DateFilter
-
- setFullTextSearchFilters(String[]) - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
- setGetAttachmentAsBinary(Boolean) - Method in class com.communote.plugins.api.rest.resource.attachment.GetAttachmentParameter
-
Sets GetAttachmentAsBinary.
- setGetAttachmentAsBinary(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.attachment.GetAttachmentParameter
-
Sets GetAttachmentAsBinary.
- setGetAttachmentAsBinary(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.attachment.GetAttachmentParameter
-
Sets GetAttachmentAsBinary.
- setGetAttachmentAsBinary(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.attachment.GetAttachmentParameter
-
Sets GetAttachmentAsBinary.
- setGlobalId(GlobalId) - Method in class com.communote.server.model.attachment.Attachment
-
- setGlobalId(GlobalId) - Method in class com.communote.server.model.blog.Blog
-
- setGlobalId(GlobalId) - Method in interface com.communote.server.model.global.GlobalIdentifiable
-
- setGlobalId(GlobalId) - Method in class com.communote.server.model.note.Note
-
- setGlobalId(GlobalId) - Method in class com.communote.server.model.tag.Tag
-
- setGlobalId(GlobalId) - Method in class com.communote.server.model.user.CommunoteEntity
-
- setGlobalIdDao(GlobalIdDao) - Method in class com.communote.server.persistence.blog.BlogDaoBase
-
Sets the reference to globalIdDao
.
- setGlobalIdDao(GlobalIdDao) - Method in class com.communote.server.persistence.blog.NoteDaoBase
-
Sets the reference to globalIdDao
.
- setGlobalIdDao(GlobalIdDao) - Method in class com.communote.server.persistence.resource.AttachmentDaoBase
-
Sets the reference to globalIdDao
.
- setGlobalIdDao(GlobalIdDao) - Method in class com.communote.server.persistence.tag.TagDaoBase
-
Sets the reference to globalIdDao
.
- setGlobalIdDao(GlobalIdDao) - Method in class com.communote.server.persistence.user.group.GroupDaoBase
-
Sets the reference to globalIdDao
.
- setGlobalIdDao(GlobalIdDao) - Method in class com.communote.server.persistence.user.UserDaoBase
-
Sets the reference to globalIdDao
.
- setGlobalIdentifier(String) - Method in class com.communote.server.model.global.GlobalId
-
- setGlobalObjectProperty(PropertyType, Long, String, String) - Method in interface com.communote.server.api.core.property.PropertyManagement
-
Set a global property which is a property with the predefined key group will be "global".
- setGlobalObjectProperty(Long, String, V) - Method in class com.communote.server.core.property.PropertyAccessor
-
Add a new, modify or delete an existing global property
- setGlobalObjectProperty(PropertyType, Long, String, String) - Method in class com.communote.server.core.property.PropertyManagementImpl
-
- setGlobalTagCategoryDao(GlobalTagCategoryDao) - Method in class com.communote.server.core.tag.category.TagCategoryManagementBase
-
Sets the reference to globalTagCategory
's DAO.
- setGrantedBlogRole(BlogRole) - Method in class com.communote.server.core.filter.listitems.blog.member.BlogRoleEntityListItem
-
- setGrantedByGroup(boolean) - Method in class com.communote.server.model.blog.UserToBlogRoleMapping
-
- setGrantingGroups(Set<Group>) - Method in class com.communote.server.model.blog.UserToBlogRoleMapping
-
- setGroup(String) - Method in class com.communote.plugins.mq.message.core.data.property.StringProperty
-
Set the group the property belongs to.
- setGroup(Group) - Method in class com.communote.server.model.user.group.UserOfGroup
-
- setGroup(Group) - Method in class com.communote.server.web.fe.widgets.management.user.GroupItem
-
- setGroupAlias(String) - Method in class com.communote.plugins.api.rest.resource.topic.role.CreateRoleParameter
-
Sets GroupAlias.
- setGroupAlias(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.role.CreateRoleParameter
-
Sets GroupAlias.
- setGroupAlias(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.role.RoleResource
-
Sets GroupAlias.
- setGroupAlias(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.role.CreateRoleParameter
-
Sets GroupAlias.
- setGroupAlias(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.role.RoleResource
-
Sets GroupAlias.
- setGroupAlias(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.CreateRoleParameter
-
Sets GroupAlias.
- setGroupAlias(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.GetCollectionRoleParameter
-
Sets GroupAlias.
- setGroupAlias(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.RoleResource
-
Sets GroupAlias.
- setGroupAlias(String) - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
the alias of a group
- setGroupDescription(String) - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
the group description
- setGroupId(String) - Method in class com.communote.plugins.api.rest.v30.resource.group.GetGroupParameter
-
Sets GroupId.
- setGroupId(String) - Method in class com.communote.plugins.api.rest.v30.resource.group.GroupResource
-
Sets GroupId.
- setGroupId(String) - Method in class com.communote.plugins.api.rest.v30.resource.group.member.GetCollectionMemberParameter
-
Sets GroupId.
- setGroupIdentifier(EGroupIdentifier) - Method in class com.communote.plugins.api.rest.v30.resource.group.GetGroupParameter
-
Sets the constant GroupIdentifier.
- setGroupIdentifier(EGroupIdentifier) - Method in class com.communote.plugins.api.rest.v30.resource.group.member.GetCollectionMemberParameter
-
Sets the constant GroupIdentifier.
- setGroupIdentifier(String) - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
- setGroupIdentifierIsBinary(boolean) - Method in class com.communote.server.model.config.LdapGroupSyncConfiguration
-
- setGroupIdentifierIsBinary(boolean) - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
- setGroupMembers(Set<CommunoteEntity>) - Method in class com.communote.server.model.user.group.Group
-
- setGroupMembership(String) - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
Wrapper to set group membership in config.
- setGroupName(String) - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
- setGroupName(String) - Method in class com.communote.server.widgets.AbstractWidget
-
Set the group name to build the url based on it.
- setGroupName(String) - Method in interface com.communote.server.widgets.Widget
-
Set the group name to build the url based on it.
- setGroups(Set<Group>) - Method in class com.communote.server.model.user.CommunoteEntity
-
- setGroupSearch(LdapSearchConfiguration) - Method in class com.communote.server.model.config.LdapGroupSyncConfiguration
-
- setGroupSearchBases(List<LdapSearchBaseDefinition>) - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
Wrapper to set group search bases in config.
- setGroupSearchfilter(String) - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
Wrapper to set group search filter in config.
- setGroupSyncConfig(LdapGroupSyncConfiguration) - Method in class com.communote.server.model.config.LdapConfiguration
-
- setGroupSyncConfig(LdapGroupSyncConfiguration) - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
Wrapper to set group synchronization configuration.
- setHandler(TaskHandler) - Method in class com.communote.server.api.core.task.TaskTO
-
- setHandlerClassName(String) - Method in class com.communote.server.model.task.Task
-
- setHasAccessToTopic(boolean) - Method in class com.communote.server.core.filter.listitems.blog.ExternalObjectListItem
-
- setHeight(int) - Method in class com.communote.common.image.ImageScaler
-
- setHideSelectedTags(Boolean) - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets HideSelectedTags.
- setHideSelectedTags(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets HideSelectedTags.
- setHideSelectedTags(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets HideSelectedTags.
- setHideSelectedTags(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets HideSelectedTags.
- setHideSelectedTags(boolean) - Method in class com.communote.server.core.vo.query.tag.BlogTagQueryParameters
-
- setHideSelectedTags(boolean) - Method in class com.communote.server.core.vo.query.tag.TagQueryParameters
-
- setHideSelectedTags(boolean) - Method in class com.communote.server.core.vo.query.user.UserQueryParameters
-
- setHorizontalAlignment(int) - Method in class com.communote.common.image.ImageScaler
-
Set the alignment to use for positioning the image horizontally within the scaled image.
- setHorizontalAlignment(int) - Method in class com.communote.server.api.core.image.ImageDescriptor
-
Set the alignment to use for positioning the image horizontally within the scaled image.
- setHostname(String) - Method in class com.communote.server.web.fe.portal.user.system.application.ServerForm
-
- setHttpClient(CloseableHttpClient, boolean) - Method in class com.communote.server.core.image.HttpExternalImageProvider
-
Set the HTTP client instance that should be used for all requests.
- setHttpErrorCode(String) - Method in class com.communote.server.web.commons.filter.IpRangeChannelFilter
-
Sets the HTTP error code to be returned when the IP is blocked.
- setHttpErrorMessageKey(String) - Method in class com.communote.server.web.commons.filter.IpRangeChannelFilter
-
Sets the HTTP error message to be returned alongside the HTTP error code when the IP is
blocked.
- setHttpPort(String) - Method in class com.communote.server.web.fe.portal.user.system.application.ServerForm
-
- setHttpsEnabled(Boolean) - Method in class com.communote.server.web.fe.portal.user.system.application.ServerForm
-
- setHttpsPort(String) - Method in class com.communote.server.web.fe.portal.user.system.application.ServerForm
-
- setId(Long) - Method in class com.communote.plugins.mq.message.core.data.tag.Tag
-
Sets the id.
- setId(Long) - Method in class com.communote.server.api.core.client.ClientTO
-
- setId(Long) - Method in class com.communote.server.api.core.common.IdentifiableEntityData
-
- setId(Long) - Method in class com.communote.server.core.filter.listitems.blog.ExternalObjectListItem
-
- setId(Long) - Method in class com.communote.server.core.filter.listitems.blog.member.CommunoteEntityData
-
- setId(Long) - Method in class com.communote.server.core.vo.IdDateTO
-
Set the ID field
- setId(Long) - Method in class com.communote.server.core.vo.user.NavigationItemTO
-
- setId(Long) - Method in class com.communote.server.model.attachment.Attachment
-
- setId(Long) - Method in class com.communote.server.model.blog.Blog
-
- setId(Long) - Method in class com.communote.server.model.blog.BlogMember
-
- setId(Long) - Method in class com.communote.server.model.blog.ResolvedTopicToTopic
-
- setId(Long) - Method in class com.communote.server.model.blog.UserToBlogRoleMapping
-
- setId(Long) - Method in class com.communote.server.model.client.Client
-
- setId(Long) - Method in class com.communote.server.model.client.ClientStatistic
-
- setId(Long) - Method in class com.communote.server.model.config.ClientConfiguration
-
- setId(Long) - Method in class com.communote.server.model.config.Configuration
-
- setId(Long) - Method in class com.communote.server.model.config.ExternalSystemConfiguration
-
- setId(Long) - Method in class com.communote.server.model.config.LdapGroupSyncConfiguration
-
- setId(Long) - Method in class com.communote.server.model.config.LdapSearchBaseDefinition
-
- setId(Long) - Method in class com.communote.server.model.config.LdapSearchConfiguration
-
- setId(Long) - Method in class com.communote.server.model.external.ExternalObject
-
- setId(Long) - Method in class com.communote.server.model.global.GlobalId
-
- setId(Long) - Method in class com.communote.server.model.i18n.Message
-
- setId(Long) - Method in class com.communote.server.model.messaging.MessagerConnectorConfig
-
- setId(Long) - Method in class com.communote.server.model.note.Content
-
- setId(Long) - Method in class com.communote.server.model.note.Note
-
- setId(Long) - Method in class com.communote.server.model.note.ProcessedMailNote
-
- setId(Long) - Method in class com.communote.server.model.property.Property
-
- setId(Long) - Method in class com.communote.server.model.security.ChannelConfiguration
-
- setId(Long) - Method in class com.communote.server.model.security.IpRange
-
- setId(Long) - Method in class com.communote.server.model.security.IpRangeFilter
-
- setId(Long) - Method in class com.communote.server.model.security.SecurityCode
-
- setId(Long) - Method in class com.communote.server.model.tag.AbstractTagCategory
-
- setId(Long) - Method in class com.communote.server.model.tag.Tag
-
- setId(Long) - Method in class com.communote.server.model.task.Task
-
- setId(Long) - Method in class com.communote.server.model.task.TaskExecution
-
- setId(Long) - Method in class com.communote.server.model.task.TaskProperty
-
- setId(Long) - Method in class com.communote.server.model.user.CommunoteEntity
-
- setId(Long) - Method in class com.communote.server.model.user.Contact
-
- setId(Long) - Method in class com.communote.server.model.user.Country
-
- setId(Long) - Method in class com.communote.server.model.user.ExternalUserAuthentication
-
- setId(Long) - Method in class com.communote.server.model.user.group.UserOfGroup
-
- setId(Long) - Method in class com.communote.server.model.user.Language
-
- setId(Long) - Method in class com.communote.server.model.user.NavigationItem
-
- setId(Long) - Method in class com.communote.server.model.user.note.UserNoteEntity
-
- setId(Long) - Method in class com.communote.server.model.user.NotificationConfig
-
- setId(Long) - Method in class com.communote.server.model.user.security.AuthenticationFailedStatus
-
- setId(Long) - Method in class com.communote.server.model.user.UserAuthority
-
- setId(Long) - Method in class com.communote.server.model.user.UserImage
-
- setId(Long) - Method in class com.communote.server.model.user.UserProfile
-
- setId(Long) - Method in class com.communote.server.persistence.security.iprange.IpRangeFilterVO
-
- setId(Long) - Method in class com.communote.server.web.fe.portal.user.client.forms.IpRangeFilterItem
-
Set the current filter id
- setId(Long) - Method in class com.communote.server.web.fe.widgets.management.user.group.EntityListItem
-
- setIdentity(UserIdentity) - Method in class com.communote.plugins.mq.message.base.data.security.TrustAuthentication
-
- setIdentity(String) - Method in class com.communote.plugins.mq.message.base.data.security.UserIdentity
-
- setIdentity(UserIdentity) - Method in class com.communote.plugins.mq.message.base.data.security.UserIdentityContext
-
- setIdentity(UserIdentity) - Method in class com.communote.plugins.mq.message.base.data.security.UsernamePasswordAuthentication
-
- setIdentityContext(IdentityContext) - Method in class com.communote.plugins.mq.message.base.message.BaseMessage
-
Sets the cnt user alias.
- setIdentityType(String) - Method in class com.communote.plugins.mq.message.base.data.security.UserIdentity
-
- setImage(byte[]) - Method in class com.communote.server.api.core.image.ImageVO
-
- setImage(byte[]) - Method in class com.communote.server.model.user.UserImage
-
- setImageApiUrl(String) - Method in class com.communote.server.model.config.ConfluenceConfiguration
-
- setImageLink(String) - Method in class com.communote.server.web.fe.portal.controller.EnhancedPageSection
-
Set a relative or absolute URL which should be added as a link behind the image.
- setImageSize(String) - Method in class com.communote.server.web.fe.portal.user.system.content.FileUploadForm
-
- setImageUrl(String) - Method in class com.communote.server.web.fe.portal.controller.EnhancedPageSection
-
Set the URL of an image for the section.
- setInclude(boolean) - Method in class com.communote.server.api.core.property.StringPropertyFilter
-
Set whether to only match an entity if it has or does not have a property with the key group,
key and value.
- setIncludeBlogRoles(BlogRole[]) - Method in class com.communote.server.core.vo.query.blog.BlogMemberManagementQueryParameters
-
- setIncludeChildTopics(boolean) - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
Whether to include the child topics in the query.
- setIncludeChildTopics(boolean) - Method in class com.communote.server.core.vo.query.TaggingCoreItemUTPExtension
-
- setIncludeEmptyBlogs(boolean) - Method in class com.communote.server.core.vo.query.TaggingCoreItemUTPExtension
-
Sets the include empty blogs.
- setIncludeProtectedResources(boolean) - Method in class com.communote.server.core.vo.tag.UserTagClearanceVO
-
- setIncludes(Set<IpRange>) - Method in class com.communote.server.model.security.IpRangeFilter
-
- setIncludes(String) - Method in class com.communote.server.persistence.security.iprange.IpRangeFilterVO
-
- setIncludes(String) - Method in class com.communote.server.web.fe.portal.user.client.forms.IpRangeFilterItem
-
Set include addresses
- setIncludeStartDate(boolean) - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
- setIncludeStatusFilter(UserStatus[]) - Method in class com.communote.server.core.vo.query.user.UserQueryParameters
-
Sets the status filter.
- setIncludeTags(String) - Method in class com.communote.server.core.vo.tag.TagClearanceVO
-
- setIncrementalGroupSync(boolean) - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
Ensures that only changes since the last synchronisation will be requested
- setIncrementalUserSync(boolean) - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
- setIndex(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.CreateNavigationItemParameter
-
Sets Index.
- setIndex(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.EditNavigationItemParameter
-
Sets Index.
- setIndex(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.NavigationItemResource
-
Sets Index.
- setIndex(int) - Method in class com.communote.server.core.vo.user.NavigationItemTO
-
- setInitBinderRequired(boolean) - Method in class com.communote.server.web.fe.portal.user.client.controller.ClientProfileController
-
Set whether the binder initialization should be run.
- setInsertRecipientPersonalName(boolean) - Method in class com.communote.server.core.mail.messages.MailMessage
-
Define whether the personal name (first name, last name and salutation if available) of a
recipient should be added to the TO, CC or BCC headers.
- setInstallationPreparedCallback(InstallationPreparedCallback) - Method in class com.communote.server.core.application.DefaultRuntimeBuilder
-
Set the callback to invoke during startup if Communote is not yet installed.
- setInstanceName(String) - Method in class com.communote.server.model.task.TaskExecution
-
- setInternalSystemToSecurityContext() - Static method in class com.communote.server.core.security.AuthenticationHelper
-
Login as the internal system user.
- setInvalidateCaches(String[]) - Method in class com.communote.server.web.fe.portal.user.system.application.CacheInvalidationForm
-
Sets a list of names of caches which have to be invalidated.
- setInvitationProvider(String) - Method in class com.communote.server.persistence.user.InviteUserForm
-
- setInvitorId(Long) - Method in class com.communote.server.model.user.security.InviteUserToBlogSecurityCode
-
Set the ID of the user that invited the new user
- setIp(String) - Method in exception com.communote.server.core.security.iprange.IpRangeException
-
- setIpRangeChannelDao(IpRangeChannelDao) - Method in class com.communote.server.core.security.iprange.IpRangeFilterManagementBase
-
Sets the reference to ipRangeChannel
's DAO.
- setIpRangeDao(IpRangeDao) - Method in class com.communote.server.core.security.iprange.IpRangeFilterManagementBase
-
Sets the reference to ipRange
's DAO.
- setIpRangeFilterDao(IpRangeFilterDao) - Method in class com.communote.server.core.security.iprange.IpRangeFilterManagementBase
-
Sets the reference to ipRangeFilter
's DAO.
- setIsBase64(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.attachment.CreateAttachmentParameter
-
Sets IsBase64.
- setIsBase64(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.attachment.CreateAttachmentParameter
-
Sets IsBase64.
- setIsBase64(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.attachment.CreateAttachmentParameter
-
Sets IsBase64.
- setIsDirectMessage(Boolean) - Method in class com.communote.plugins.api.rest.resource.note.CreateNoteParameter
-
Sets IsDirectMessage.
- setIsDirectMessage(Boolean) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets IsDirectMessage.
- setIsDirectMessage(Boolean) - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Sets IsDirectMessage.
- setIsDirectMessage(Boolean) - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Sets IsDirectMessage.
- setIsDirectMessage(Boolean) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets IsDirectMessage.
- setIsDirectMessage(Boolean) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetTimelineNoteParameter
-
Sets IsDirectMessage.
- setIsDirectMessage(Boolean) - Method in class com.communote.plugins.api.rest.resource.timelinenote.TimelineNoteResource
-
Sets IsDirectMessage.
- setIsDirectMessage(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.note.CreateNoteParameter
-
Sets IsDirectMessage.
- setIsDirectMessage(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Sets IsDirectMessage.
- setIsDirectMessage(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Sets IsDirectMessage.
- setIsDirectMessage(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets IsDirectMessage.
- setIsDirectMessage(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetTimelineNoteParameter
-
Sets IsDirectMessage.
- setIsDirectMessage(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteResource
-
Sets IsDirectMessage.
- setIsDirectMessage(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.note.CreateNoteParameter
-
Sets IsDirectMessage.
- setIsDirectMessage(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Sets IsDirectMessage.
- setIsDirectMessage(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Sets IsDirectMessage.
- setIsDirectMessage(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets IsDirectMessage.
- setIsDirectMessage(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
Sets IsDirectMessage.
- setIsDirectMessage(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
Sets IsDirectMessage.
- setIsDirectMessage(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.note.CreateNoteParameter
-
Sets IsDirectMessage.
- setIsDirectMessage(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Sets IsDirectMessage.
- setIsDirectMessage(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Sets IsDirectMessage.
- setIsDirectMessage(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets IsDirectMessage.
- setIsDirectMessage(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets IsDirectMessage.
- setIsDirectMessage(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
Sets IsDirectMessage.
- setIsDirectMessage(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
Sets IsDirectMessage.
- setIsDirectMessage(boolean) - Method in class com.communote.server.api.core.note.NoteStoringTO
-
- setIsExternal(boolean) - Method in class com.communote.server.web.fe.widgets.management.user.GroupItem
-
- setIsFavorite(Boolean) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets IsFavorite.
- setIsFavorite(Boolean) - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Sets IsFavorite.
- setIsFavorite(Boolean) - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Sets IsFavorite.
- setIsFavorite(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Sets IsFavorite.
- setIsFavorite(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Sets IsFavorite.
- setIsFavorite(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Sets IsFavorite.
- setIsFavorite(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Sets IsFavorite.
- setIsFavorite(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Sets IsFavorite.
- setIsFavorite(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Sets IsFavorite.
- setIsFollow(Boolean) - Method in class com.communote.plugins.api.rest.resource.topic.GetCollectionTopicParameter
-
Sets IsFollow.
- setIsFollow(Boolean) - Method in class com.communote.plugins.api.rest.resource.topic.GetTopicParameter
-
Sets IsFollow.
- setIsFollow(Boolean) - Method in class com.communote.plugins.api.rest.resource.topic.TopicResource
-
Sets IsFollow.
- setIsFollow(Boolean) - Method in class com.communote.plugins.api.rest.resource.user.GetCollectionUserParameter
-
Sets IsFollow.
- setIsFollow(Boolean) - Method in class com.communote.plugins.api.rest.resource.user.GetUserParameter
-
Sets IsFollow.
- setIsFollow(Boolean) - Method in class com.communote.plugins.api.rest.resource.user.UserResource
-
Sets IsFollow.
- setIsFollow(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetCollectionTopicParameter
-
Sets IsFollow.
- setIsFollow(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetTopicParameter
-
Sets IsFollow.
- setIsFollow(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.topic.TopicResource
-
Sets IsFollow.
- setIsFollow(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.user.GetCollectionUserParameter
-
Sets IsFollow.
- setIsFollow(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.user.GetUserParameter
-
Sets IsFollow.
- setIsFollow(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.user.UserResource
-
Sets IsFollow.
- setIsFollow(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.tag.GetCollectionTagParameter
-
Sets IsFollow.
- setIsFollow(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.tag.GetTagParameter
-
Sets IsFollow.
- setIsFollow(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.tag.TagResource
-
Sets IsFollow.
- setIsFollow(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
Sets IsFollow.
- setIsFollow(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetTopicParameter
-
Sets IsFollow.
- setIsFollow(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.topic.TopicResource
-
Sets IsFollow.
- setIsFollow(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Sets IsFollow.
- setIsFollow(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.user.GetUserParameter
-
Sets IsFollow.
- setIsFollow(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResource
-
Sets IsFollow.
- setIsFollow(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.tag.GetCollectionTagParameter
-
Sets IsFollow.
- setIsFollow(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.tag.GetTagParameter
-
Sets IsFollow.
- setIsFollow(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.tag.TagResource
-
Sets IsFollow.
- setIsFollow(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Sets IsFollow.
- setIsFollow(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetTopicParameter
-
Sets IsFollow.
- setIsFollow(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Sets IsFollow.
- setIsFollow(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Sets IsFollow.
- setIsFollow(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetUserParameter
-
Sets IsFollow.
- setIsFollow(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
Sets IsFollow.
- setIsGroup(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.group.member.GetCollectionMemberParameter
-
Sets IsGroup.
- setIsGroup(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.group.member.MemberResource
-
Sets IsGroup.
- setIsGroup(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.GetCollectionRoleParameter
-
Sets IsGroup.
- setIsGroup(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.RoleResource
-
Sets IsGroup.
- setIsGroup(boolean) - Method in class com.communote.plugins.mq.message.core.data.user.BaseEntity
-
- setIsGroup(Boolean) - Method in class com.communote.server.core.vo.external.ExternalTopicRoleTO
-
- setIsGroup(boolean) - Method in class com.communote.server.web.fe.widgets.management.user.group.EntityListItem
-
- setIsHtml(Boolean) - Method in class com.communote.plugins.api.rest.resource.note.CreateNoteParameter
-
Sets IsHtml.
- setIsHtml(Boolean) - Method in class com.communote.plugins.api.rest.resource.note.EditNoteParameter
-
Sets IsHtml.
- setIsHtml(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.note.CreateNoteParameter
-
Sets IsHtml.
- setIsHtml(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.note.EditNoteParameter
-
Sets IsHtml.
- setIsHtml(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.note.CreateNoteParameter
-
Sets IsHtml.
- setIsHtml(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.note.EditNoteParameter
-
Sets IsHtml.
- setIsHtml(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.note.CreateNoteParameter
-
Sets IsHtml.
- setIsHtml(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.note.EditNoteParameter
-
Sets IsHtml.
- setIsHtml(boolean) - Method in class com.communote.server.model.i18n.Message
-
- setIsHtml(boolean) - Method in class com.communote.server.web.fe.portal.user.client.forms.CustomizeMessageForm
-
- setIsLast(String) - Method in class com.communote.server.web.commons.tags.menu.PanelTag
-
- setIsLike(Boolean) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets IsLike.
- setIsLike(Boolean) - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Sets IsLike.
- setIsLike(Boolean) - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Sets IsLike.
- setIsLike(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Sets IsLike.
- setIsLike(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Sets IsLike.
- setIsLike(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Sets IsLike.
- setIsLike(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Sets IsLike.
- setIsLike(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Sets IsLike.
- setIsLike(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Sets IsLike.
- setIsMentionDiscussionAuthors(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Sets IsMentionDiscussionAuthors.
- setIsMentionDiscussionAuthors(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Sets IsMentionDiscussionAuthors.
- setIsMentionDiscussionAuthors(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
Sets IsMentionDiscussionAuthors.
- setIsMentionDiscussionAuthors(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
Sets IsMentionDiscussionAuthors.
- setIsMentionDiscussionAuthors(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Sets IsMentionDiscussionAuthors.
- setIsMentionDiscussionAuthors(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Sets IsMentionDiscussionAuthors.
- setIsMentionDiscussionAuthors(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
Sets IsMentionDiscussionAuthors.
- setIsMentionDiscussionAuthors(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
Sets IsMentionDiscussionAuthors.
- setIsMentionTopicAuthors(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Sets IsMentionTopicAuthors.
- setIsMentionTopicAuthors(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Sets IsMentionTopicAuthors.
- setIsMentionTopicAuthors(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
Sets IsMentionTopicAuthors.
- setIsMentionTopicAuthors(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
Sets IsMentionTopicAuthors.
- setIsMentionTopicAuthors(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Sets IsMentionTopicAuthors.
- setIsMentionTopicAuthors(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Sets IsMentionTopicAuthors.
- setIsMentionTopicAuthors(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
Sets IsMentionTopicAuthors.
- setIsMentionTopicAuthors(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
Sets IsMentionTopicAuthors.
- setIsMentionTopicManagers(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Sets IsMentionTopicManagers.
- setIsMentionTopicManagers(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Sets IsMentionTopicManagers.
- setIsMentionTopicManagers(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
Sets IsMentionTopicManagers.
- setIsMentionTopicManagers(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
Sets IsMentionTopicManagers.
- setIsMentionTopicManagers(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Sets IsMentionTopicManagers.
- setIsMentionTopicManagers(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Sets IsMentionTopicManagers.
- setIsMentionTopicManagers(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
Sets IsMentionTopicManagers.
- setIsMentionTopicManagers(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
Sets IsMentionTopicManagers.
- setIsMentionTopicReaders(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Sets IsMentionTopicReaders.
- setIsMentionTopicReaders(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Sets IsMentionTopicReaders.
- setIsMentionTopicReaders(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
Sets IsMentionTopicReaders.
- setIsMentionTopicReaders(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
Sets IsMentionTopicReaders.
- setIsMentionTopicReaders(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Sets IsMentionTopicReaders.
- setIsMentionTopicReaders(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Sets IsMentionTopicReaders.
- setIsMentionTopicReaders(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
Sets IsMentionTopicReaders.
- setIsMentionTopicReaders(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
Sets IsMentionTopicReaders.
- setIsNoteForMe(Boolean) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets IsNoteForMe.
- setIsNoteForMe(Boolean) - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Sets IsNoteForMe.
- setIsNoteForMe(Boolean) - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Sets IsNoteForMe.
- setIsNoteForMe(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Sets IsNoteForMe.
- setIsNoteForMe(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Sets IsNoteForMe.
- setIsNoteForMe(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Sets IsNoteForMe.
- setIsNoteForMe(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Sets IsNoteForMe.
- setIsNoteForMe(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Sets IsNoteForMe.
- setIsNoteForMe(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Sets IsNoteForMe.
- setIsSystemUser(Boolean) - Method in class com.communote.server.core.security.FieldUserIdentification
-
- setItemIndex(int) - Method in class com.communote.server.model.user.NavigationItem
-
- setItems(List<CategoryEntry<C, S>>) - Method in class com.communote.common.menu.SimpleMenu
-
Set the category items of the menu
- setJavaScriptCategories(String[]) - Method in class com.communote.server.web.commons.controller.VelocityViewController
-
Set the names of the categories whose JavaScript resources should be included when rendering
the page
- setJmsMessageConsumer(MessageConsumer) - Method in interface com.communote.plugins.mq.provider.jms.JMSMessageConsumer
-
Sets JMS message consumer.
- setJmsMessageConsumer(MessageConsumer) - Method in class com.communote.plugins.mq.provider.jms.JMSMessageConsumerImpl
-
Sets JMS message consumer.
- setJmsSender(JMSMessageSender) - Method in interface com.communote.plugins.mq.provider.jms.JMSMessageConsumer
-
- setJmsSender(JMSMessageSender) - Method in class com.communote.plugins.mq.provider.jms.JMSMessageConsumerImpl
-
- setKenmeiUserDao(UserDao) - Method in class com.communote.server.core.blog.FavoriteManagementImpl
-
- setKey(String) - Method in class com.communote.plugins.api.rest.resource.note.property.CreatePropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.resource.note.property.GetCollectionPropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.resource.note.property.GetPropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.resource.note.property.PropertyResource
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.resource.topic.property.CreatePropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.resource.topic.property.GetCollectionPropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.resource.topic.property.GetPropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.resource.topic.property.PropertyResource
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.resource.user.property.CreatePropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.resource.user.property.GetCollectionPropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.resource.user.property.GetPropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.resource.user.property.PropertyResource
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v22.resource.note.property.CreatePropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v22.resource.note.property.GetCollectionPropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v22.resource.note.property.GetPropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v22.resource.note.property.PropertyResource
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.property.CreatePropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.property.GetCollectionPropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.property.GetPropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.property.PropertyResource
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.property.CreatePropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.property.GetCollectionPropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.property.GetPropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.property.PropertyResource
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v22.resource.user.property.CreatePropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v22.resource.user.property.GetCollectionPropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v22.resource.user.property.GetPropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v22.resource.user.property.PropertyResource
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v24.resource.note.property.CreatePropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v24.resource.note.property.GetCollectionPropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v24.resource.note.property.GetPropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v24.resource.note.property.PropertyResource
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.property.CreatePropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.property.GetCollectionPropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.property.GetPropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.property.PropertyResource
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.property.CreatePropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.property.GetCollectionPropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.property.GetPropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.property.PropertyResource
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.property.CreatePropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.property.GetCollectionPropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.property.GetPropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.property.PropertyResource
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.CreatePreferenceParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.EditPreferenceParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.PreferenceResource
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v30.resource.note.property.CreatePropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v30.resource.note.property.GetCollectionPropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v30.resource.note.property.GetPropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v30.resource.note.property.PropertyResource
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.property.CreatePropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.property.GetCollectionPropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.property.GetPropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.property.PropertyResource
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.property.CreatePropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.property.GetCollectionPropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.property.GetPropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.property.PropertyResource
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.externalproperty.ExternalPropertyResource
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.externalproperty.GetExternalPropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.property.CreatePropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.property.GetCollectionPropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.property.GetPropertyParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.property.PropertyResource
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.CreatePreferenceParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.EditPreferenceParameter
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.PreferenceResource
-
Sets Key.
- setKey(String) - Method in class com.communote.plugins.mq.message.core.data.property.StringProperty
-
Set the key of the property
- setKey(String) - Method in class com.communote.server.web.commons.tags.menu.EntryTag
-
- setKey(String) - Method in class com.communote.server.web.commons.tags.menu.PanelTag
-
- setKey(String) - Method in class com.communote.server.web.commons.tags.TipTag
-
- setKey(String) - Method in class com.communote.server.web.fe.portal.user.client.forms.CustomizeMessageForm
-
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.resource.note.property.CreatePropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.resource.note.property.GetCollectionPropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.resource.note.property.GetPropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.resource.note.property.PropertyResource
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.resource.topic.property.CreatePropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.resource.topic.property.GetCollectionPropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.resource.topic.property.GetPropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.resource.topic.property.PropertyResource
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.resource.user.property.CreatePropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.resource.user.property.GetCollectionPropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.resource.user.property.GetPropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.resource.user.property.PropertyResource
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v22.resource.note.property.CreatePropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v22.resource.note.property.GetCollectionPropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v22.resource.note.property.GetPropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v22.resource.note.property.PropertyResource
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.property.CreatePropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.property.GetCollectionPropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.property.GetPropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.property.PropertyResource
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.property.CreatePropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.property.GetCollectionPropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.property.GetPropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.property.PropertyResource
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v22.resource.user.property.CreatePropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v22.resource.user.property.GetCollectionPropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v22.resource.user.property.GetPropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v22.resource.user.property.PropertyResource
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v24.resource.note.property.CreatePropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v24.resource.note.property.GetCollectionPropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v24.resource.note.property.GetPropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v24.resource.note.property.PropertyResource
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.property.CreatePropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.property.GetCollectionPropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.property.GetPropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.property.PropertyResource
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.property.CreatePropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.property.GetCollectionPropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.property.GetPropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.property.PropertyResource
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.property.CreatePropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.property.GetCollectionPropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.property.GetPropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.property.PropertyResource
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v30.resource.note.property.CreatePropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v30.resource.note.property.GetCollectionPropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v30.resource.note.property.GetPropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v30.resource.note.property.PropertyResource
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.property.CreatePropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.property.GetCollectionPropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.property.GetPropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.property.PropertyResource
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.property.CreatePropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.property.GetCollectionPropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.property.GetPropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.property.PropertyResource
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.externalproperty.ExternalPropertyResource
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.externalproperty.GetExternalPropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.property.CreatePropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.property.GetCollectionPropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.property.GetPropertyParameter
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.property.PropertyResource
-
Sets KeyGroup.
- setKeyGroup(String) - Method in class com.communote.server.api.core.property.StringPropertyFilter
-
Set the group of the key of the property which should or should not be assigned to an entity.
- setKeyGroup(String) - Method in class com.communote.server.api.core.property.StringPropertyTO
-
- setKeyGroup(String) - Method in class com.communote.server.model.property.Property
-
- setLanguage(String) - Method in class com.communote.server.api.core.note.NoteStoringTO
-
- setLanguage(Locale) - Method in class com.communote.server.api.core.user.UserVO
-
- setLanguage(Language) - Method in class com.communote.server.model.i18n.Message
-
- setLanguageCode(String) - Method in class com.communote.plugins.api.rest.resource.tag.EditTagParameter
-
Sets LanguageCode.
- setLanguageCode(String) - Method in class com.communote.plugins.api.rest.resource.tag.GetTagParameter
-
Sets LanguageCode.
- setLanguageCode(String) - Method in class com.communote.plugins.api.rest.resource.tag.TagResource
-
Sets LanguageCode.
- setLanguageCode(String) - Method in class com.communote.plugins.api.rest.v22.resource.tag.EditTagParameter
-
Sets LanguageCode.
- setLanguageCode(String) - Method in class com.communote.plugins.api.rest.v22.resource.tag.GetTagParameter
-
Sets LanguageCode.
- setLanguageCode(String) - Method in class com.communote.plugins.api.rest.v22.resource.tag.TagResource
-
Sets LanguageCode.
- setLanguageCode(String) - Method in class com.communote.plugins.api.rest.v24.resource.tag.EditTagParameter
-
Sets LanguageCode.
- setLanguageCode(String) - Method in class com.communote.plugins.api.rest.v24.resource.tag.GetTagParameter
-
Sets LanguageCode.
- setLanguageCode(String) - Method in class com.communote.plugins.api.rest.v24.resource.tag.TagResource
-
Sets LanguageCode.
- setLanguageCode(String) - Method in class com.communote.plugins.api.rest.v30.resource.tag.EditTagParameter
-
Sets LanguageCode.
- setLanguageCode(String) - Method in class com.communote.plugins.api.rest.v30.resource.tag.GetTagParameter
-
Sets LanguageCode.
- setLanguageCode(String) - Method in class com.communote.plugins.api.rest.v30.resource.tag.TagResource
-
Sets LanguageCode.
- setLanguageCode(String) - Method in class com.communote.plugins.mq.message.core.data.tag.Tag
-
Sets the language code.
- setLanguageCode(String) - Method in class com.communote.server.core.vo.query.QueryParameters
-
- setLanguageCode(String) - Method in class com.communote.server.model.user.Language
-
- setLanguageCode(String) - Method in class com.communote.server.model.user.User
-
- setLanguageCode(String) - Method in class com.communote.server.persistence.user.InviteUserForm
-
Sets the language code.
- setLanguageCode(String) - Method in class com.communote.server.web.fe.portal.user.client.forms.CustomizeMessageForm
-
- setLanguageCode(String) - Method in class com.communote.server.web.fe.portal.user.forms.RegistrationForm
-
Sets the language code.
- setLanguageCode(String) - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileForm
-
- setLanguageDao(LanguageDao) - Method in class com.communote.server.persistence.user.UserDaoBase
-
Sets the reference to languageDao
.
- setLanguageLocale(String) - Method in class com.communote.plugins.api.rest.resource.user.GetCollectionUserParameter
-
Sets LanguageLocale.
- setLanguageLocale(String) - Method in class com.communote.plugins.api.rest.resource.user.GetUserParameter
-
Sets LanguageLocale.
- setLanguageLocale(String) - Method in class com.communote.plugins.api.rest.resource.user.UserResource
-
Sets LanguageLocale.
- setLanguageLocale(String) - Method in class com.communote.plugins.api.rest.v22.resource.user.GetCollectionUserParameter
-
Sets LanguageLocale.
- setLanguageLocale(String) - Method in class com.communote.plugins.api.rest.v22.resource.user.GetUserParameter
-
Sets LanguageLocale.
- setLanguageLocale(String) - Method in class com.communote.plugins.api.rest.v22.resource.user.UserResource
-
Sets LanguageLocale.
- setLanguageLocale(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Sets LanguageLocale.
- setLanguageLocale(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.GetUserParameter
-
Sets LanguageLocale.
- setLanguageLocale(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResource
-
Sets LanguageLocale.
- setLanguageLocale(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Sets LanguageLocale.
- setLanguageLocale(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetUserParameter
-
Sets LanguageLocale.
- setLanguageLocale(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
Sets LanguageLocale.
- setLanguageLocale(Locale) - Method in class com.communote.server.model.user.User
-
- setLargeImage(UserImage) - Method in class com.communote.server.model.user.UserProfile
-
- setLastAccessDate(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.CreateNavigationItemParameter
-
Sets LastAccessDate.
- setLastAccessDate(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.EditNavigationItemParameter
-
Sets LastAccessDate.
- setLastAccessDate(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.NavigationItemResource
-
Sets LastAccessDate.
- setLastAccessDate(Date) - Method in class com.communote.server.core.vo.user.NavigationItemTO
-
- setLastAccessDate(Timestamp) - Method in class com.communote.server.model.user.NavigationItem
-
- setLastBannerImageModificationDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Sets LastBannerImageModificationDate.
- setLastBannerImageModificationDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetTopicParameter
-
Sets LastBannerImageModificationDate.
- setLastBannerImageModificationDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Sets LastBannerImageModificationDate.
- setLastDiscussionCreationDate(Date) - Method in class com.communote.server.api.core.note.NoteData
-
- setLastDiscussionNoteCreationDate(Timestamp) - Method in class com.communote.server.model.note.Note
-
- setLastExecution(Date) - Method in class com.communote.server.model.task.Task
-
- setLastLogin(Timestamp) - Method in class com.communote.server.model.user.User
-
- setLastLogoImageModificationDate(Timestamp) - Method in class com.communote.server.model.config.ClientConfiguration
-
- setLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets LastModificationDate.
- setLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Sets LastModificationDate.
- setLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Sets LastModificationDate.
- setLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.resource.topic.GetCollectionTopicParameter
-
Sets LastModificationDate.
- setLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.resource.topic.GetTopicParameter
-
Sets LastModificationDate.
- setLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.resource.topic.TopicResource
-
Sets LastModificationDate.
- setLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.resource.user.GetCollectionUserParameter
-
Sets LastModificationDate.
- setLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.resource.user.GetUserParameter
-
Sets LastModificationDate.
- setLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.resource.user.UserResource
-
Sets LastModificationDate.
- setLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Sets LastModificationDate.
- setLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Sets LastModificationDate.
- setLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetCollectionTopicParameter
-
Sets LastModificationDate.
- setLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetTopicParameter
-
Sets LastModificationDate.
- setLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.v22.resource.topic.TopicResource
-
Sets LastModificationDate.
- setLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.v22.resource.user.GetCollectionUserParameter
-
Sets LastModificationDate.
- setLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.v22.resource.user.GetUserParameter
-
Sets LastModificationDate.
- setLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.v22.resource.user.UserResource
-
Sets LastModificationDate.
- setLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Sets LastModificationDate.
- setLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Sets LastModificationDate.
- setLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
Sets LastModificationDate.
- setLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetTopicParameter
-
Sets LastModificationDate.
- setLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.v24.resource.topic.TopicResource
-
Sets LastModificationDate.
- setLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Sets LastModificationDate.
- setLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.v24.resource.user.GetUserParameter
-
Sets LastModificationDate.
- setLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResource
-
Sets LastModificationDate.
- setLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.lastmodificationdate.GetCollectionLastModificationDateParameter
-
Sets LastModificationDate.
- setLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.lastmodificationdate.LastModificationDateResource
-
Sets LastModificationDate.
- setLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Sets LastModificationDate.
- setLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Sets LastModificationDate.
- setLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Sets LastModificationDate.
- setLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetTopicParameter
-
Sets LastModificationDate.
- setLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Sets LastModificationDate.
- setLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Sets LastModificationDate.
- setLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetUserParameter
-
Sets LastModificationDate.
- setLastModificationDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
Sets LastModificationDate.
- setLastModificationDate(Date) - Method in class com.communote.server.api.core.blog.BlogData
-
Set the date of the last modification of the topic
- setLastModificationDate(Date) - Method in class com.communote.server.api.core.image.Image
-
- setLastModificationDate(Date) - Method in class com.communote.server.api.core.image.ImageVO
-
- setLastModificationDate(Date) - Method in class com.communote.server.api.core.note.NoteData
-
- setLastModificationDate(Date) - Method in class com.communote.server.api.core.property.StringPropertyTO
-
- setLastModificationDate(Date) - Method in class com.communote.server.api.core.user.DetailedUserData
-
- setLastModificationDate(Date) - Method in interface com.communote.server.core.common.time.LastModificationAware
-
Set the date of the last modification
- setLastModificationDate(Timestamp) - Method in class com.communote.server.model.blog.Blog
-
- setLastModificationDate(Timestamp) - Method in class com.communote.server.model.note.Note
-
- setLastModificationDate(Date) - Method in class com.communote.server.model.property.Property
-
- setLastModificationDate(Timestamp) - Method in class com.communote.server.model.user.UserProfile
-
- setLastModificationDate(Date) - Method in class com.communote.server.persistence.lastmodifieddate.LastModificationDate
-
- setLastModificationDate(Date) - Method in class com.communote.server.web.api.to.listitem.BlogListItem
-
Set the last modification date of the blog
- setLastModificationDate(Date) - Method in class com.communote.server.web.api.to.listitem.DetailPostListItem
-
Sets the last modification date of the note
- setLastModificationDate(Date) - Method in class com.communote.server.web.api.to.listitem.PostListItem
-
- setLastModificationDate(Date) - Method in class com.communote.server.web.api.to.listitem.v1_0_1.DetailPostListItem
-
- setLastModificationTimestamp(Long) - Method in class com.communote.server.model.config.Setting
-
Set the time of the last modification of the setting.
- setLastModifiedAfter(Timestamp) - Method in class com.communote.server.core.vo.query.user.UserQueryParameters
-
- setLastName(String) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets LastName.
- setLastName(String) - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Sets LastName.
- setLastName(String) - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Sets LastName.
- setLastName(String) - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets LastName.
- setLastName(String) - Method in class com.communote.plugins.api.rest.resource.timelineuser.TimelineUserResource
-
Sets LastName.
- setLastName(String) - Method in class com.communote.plugins.api.rest.resource.user.EditUserParameter
-
Sets LastName.
- setLastName(String) - Method in class com.communote.plugins.api.rest.resource.user.GetCollectionUserParameter
-
Sets LastName.
- setLastName(String) - Method in class com.communote.plugins.api.rest.resource.user.GetUserParameter
-
Sets LastName.
- setLastName(String) - Method in class com.communote.plugins.api.rest.resource.user.UserResource
-
Sets LastName.
- setLastName(String) - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Sets LastName.
- setLastName(String) - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Sets LastName.
- setLastName(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets LastName.
- setLastName(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.TimelineUserResource
-
Sets LastName.
- setLastName(String) - Method in class com.communote.plugins.api.rest.v22.resource.user.EditUserParameter
-
Sets LastName.
- setLastName(String) - Method in class com.communote.plugins.api.rest.v22.resource.user.GetCollectionUserParameter
-
Sets LastName.
- setLastName(String) - Method in class com.communote.plugins.api.rest.v22.resource.user.GetUserParameter
-
Sets LastName.
- setLastName(String) - Method in class com.communote.plugins.api.rest.v22.resource.user.UserResource
-
Sets LastName.
- setLastName(String) - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Sets LastName.
- setLastName(String) - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Sets LastName.
- setLastName(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets LastName.
- setLastName(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.TimelineUserResource
-
Sets LastName.
- setLastName(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.EditUserParameter
-
Sets LastName.
- setLastName(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Sets LastName.
- setLastName(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.GetUserParameter
-
Sets LastName.
- setLastName(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResource
-
Sets LastName.
- setLastName(String) - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Sets LastName.
- setLastName(String) - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Sets LastName.
- setLastName(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets LastName.
- setLastName(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.TimelineUserResource
-
Sets LastName.
- setLastName(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.EditUserParameter
-
Sets LastName.
- setLastName(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Sets LastName.
- setLastName(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetUserParameter
-
Sets LastName.
- setLastName(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
Sets LastName.
- setLastName(String) - Method in class com.communote.server.api.core.user.UserData
-
Set the lastname of user
- setLastName(String) - Method in class com.communote.server.api.core.user.UserVO
-
- setLastName(String) - Method in class com.communote.server.core.filter.listitems.blog.member.UserListItem
-
- setLastName(String) - Method in class com.communote.server.core.user.UserProfileDetails
-
- setLastName(String) - Method in class com.communote.server.model.user.UserProfile
-
- setLastName(String) - Method in class com.communote.server.persistence.user.InviteUserForm
-
Sets the lastName.
- setLastName(String) - Method in class com.communote.server.persistence.user.UserProfileVO
-
- setLastName(String) - Method in class com.communote.server.web.fe.portal.user.forms.RegistrationForm
-
Sets the last name.
- setLastName(String) - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileForm
-
- setLastPhotoModificationDate(Date) - Method in class com.communote.plugins.api.rest.resource.user.GetCollectionUserParameter
-
Sets LastPhotoModificationDate.
- setLastPhotoModificationDate(Date) - Method in class com.communote.plugins.api.rest.resource.user.GetUserParameter
-
Sets LastPhotoModificationDate.
- setLastPhotoModificationDate(Date) - Method in class com.communote.plugins.api.rest.resource.user.UserResource
-
Sets LastPhotoModificationDate.
- setLastPhotoModificationDate(Date) - Method in class com.communote.plugins.api.rest.v22.resource.user.GetCollectionUserParameter
-
Sets LastPhotoModificationDate.
- setLastPhotoModificationDate(Date) - Method in class com.communote.plugins.api.rest.v22.resource.user.GetUserParameter
-
Sets LastPhotoModificationDate.
- setLastPhotoModificationDate(Date) - Method in class com.communote.plugins.api.rest.v22.resource.user.UserResource
-
Sets LastPhotoModificationDate.
- setLastPhotoModificationDate(Date) - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Sets LastPhotoModificationDate.
- setLastPhotoModificationDate(Date) - Method in class com.communote.plugins.api.rest.v24.resource.user.GetUserParameter
-
Sets LastPhotoModificationDate.
- setLastPhotoModificationDate(Date) - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResource
-
Sets LastPhotoModificationDate.
- setLastPhotoModificationDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Sets LastPhotoModificationDate.
- setLastPhotoModificationDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetUserParameter
-
Sets LastPhotoModificationDate.
- setLastPhotoModificationDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
Sets LastPhotoModificationDate.
- setLastPhotoModificationDate(Date) - Method in class com.communote.server.api.core.user.DetailedUserData
-
- setLastPhotoModificationDate(Timestamp) - Method in class com.communote.server.model.user.UserProfile
-
- setLastProfileImageModificationDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Sets LastProfileImageModificationDate.
- setLastProfileImageModificationDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetTopicParameter
-
Sets LastProfileImageModificationDate.
- setLastProfileImageModificationDate(Date) - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Sets LastProfileImageModificationDate.
- setLatestMobileVersion(String) - Method in class com.communote.plugins.api.rest.to.LoginInfo
-
- setLatestMobileVersion(String) - Method in class com.communote.plugins.api.rest.v22.to.LoginInfo
-
- setLatestMobileVersion(String) - Method in class com.communote.plugins.api.rest.v24.to.LoginInfo
-
- setLatestMobileVersion(String) - Method in class com.communote.plugins.api.rest.v30.to.LoginInfo
-
- setLatestMobileVersion(String) - Method in class com.communote.server.web.api.to.user.LoginInfo
-
- setLdapConfiguration(LdapConfiguration) - Method in class com.communote.server.model.config.LdapGroupSyncConfiguration
-
- setLdapConfigurationDao(LdapConfigurationDao) - Method in class com.communote.server.core.ConfigurationManagementBase
-
- setLdapLogin(String) - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
- setLdapPassword(String) - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
Sets the ldap password.
- setLeft(Left) - Method in class com.communote.common.util.Pair
-
- setLicenseDataProvider(RestApiInformationLicenseDataProvider) - Method in class com.communote.server.web.commons.servlet.RestApiInformationController
-
Set the provider for license member of the information resource
- setLike(Boolean) - Method in class com.communote.plugins.api.rest.resource.note.like.CreateLikeParameter
-
Sets Like.
- setLike(Boolean) - Method in class com.communote.plugins.api.rest.resource.note.like.GetCollectionLikeParameter
-
Sets Like.
- setLike(Boolean) - Method in class com.communote.plugins.api.rest.resource.note.like.LikeResource
-
Sets Like.
- setLike(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.note.like.CreateLikeParameter
-
Sets Like.
- setLike(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.note.like.GetCollectionLikeParameter
-
Sets Like.
- setLike(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.note.like.LikeResource
-
Sets Like.
- setLike(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.note.like.CreateLikeParameter
-
Sets Like.
- setLike(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.note.like.GetCollectionLikeParameter
-
Sets Like.
- setLike(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.note.like.LikeResource
-
Sets Like.
- setLike(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.note.like.CreateLikeParameter
-
Sets Like.
- setLike(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.note.like.GetCollectionLikeParameter
-
Sets Like.
- setLike(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.note.like.LikeResource
-
Sets Like.
- setLikeId(Long) - Method in class com.communote.plugins.api.rest.resource.note.like.CreateLikeParameter
-
Sets LikeId.
- setLikeId(Long) - Method in class com.communote.plugins.api.rest.resource.note.like.DeleteLikeParameter
-
Sets LikeId.
- setLikeId(Long) - Method in class com.communote.plugins.api.rest.resource.note.like.GetCollectionLikeParameter
-
Sets LikeId.
- setLikeId(Long) - Method in class com.communote.plugins.api.rest.resource.note.like.LikeResource
-
Sets LikeId.
- setLikeId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.like.CreateLikeParameter
-
Sets LikeId.
- setLikeId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.like.DeleteLikeParameter
-
Sets LikeId.
- setLikeId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.like.GetCollectionLikeParameter
-
Sets LikeId.
- setLikeId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.like.LikeResource
-
Sets LikeId.
- setLikeId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.like.CreateLikeParameter
-
Sets LikeId.
- setLikeId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.like.DeleteLikeParameter
-
Sets LikeId.
- setLikeId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.like.GetCollectionLikeParameter
-
Sets LikeId.
- setLikeId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.like.LikeResource
-
Sets LikeId.
- setLikeId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.like.CreateLikeParameter
-
Sets LikeId.
- setLikeId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.like.DeleteLikeParameter
-
Sets LikeId.
- setLikeId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.like.GetCollectionLikeParameter
-
Sets LikeId.
- setLikeId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.like.LikeResource
-
Sets LikeId.
- setLikeNote(Long, boolean) - Static method in class com.communote.server.core.blog.helper.NoteHelper
-
- setLimitResultSet(boolean) - Method in class com.communote.server.core.vo.query.QueryParameters
-
- setLimitResultSetAvodingDuplicates(boolean) - Method in class com.communote.server.core.vo.query.QueryParameters
-
- setListeners(Collection<CommunoteBundleListener>) - Method in class com.communote.server.web.osgi.WebOSGiComponentsInitializer
-
- setLocale(Locale) - Method in class com.communote.server.api.core.tag.TagData
-
- setLocale(HttpServletRequest, HttpServletResponse, Locale) - Method in class com.communote.server.web.commons.i18n.SessionHandlerLocaleResolver
- setLocalPartName(String) - Method in class com.communote.plugins.webservice.CommunoteWebServiceDefinition
-
- setLockedTimeout(Date) - Method in exception com.communote.server.core.security.AccountTemporarilyLockedException
-
- setLockedTimeout(Timestamp) - Method in class com.communote.server.model.user.security.AuthenticationFailedStatus
-
- setLockInterval(String) - Method in class com.communote.server.web.fe.portal.user.client.controller.security.AuthenticationForm
-
- setLoggedInView(String) - Method in class com.communote.server.web.fe.portal.controller.SecurityCodeConfirmationController
-
set the view name to show if the user is logged in
- setLogicalTags(LogicalTagFormula) - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
- setLogin(String) - Method in class com.communote.server.web.fe.portal.user.system.communication.MailInForm
-
- setLogin(String) - Method in class com.communote.server.web.fe.portal.user.system.communication.MailOutForm
-
- setLogin(String) - Method in class com.communote.server.web.fe.portal.user.system.communication.XmppForm
-
- setLoginFailedView(String) - Method in class com.communote.server.web.fe.portal.login.AuthenticateUserController
-
- setLoginView(String) - Method in class com.communote.server.web.fe.portal.login.AuthenticateUserController
-
- setLogoImage(byte[]) - Method in class com.communote.server.model.config.ClientConfiguration
-
- setLowerTagDate(Date) - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
- setMail(boolean) - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileNotificationsForm
-
- setMailbox(String) - Method in class com.communote.server.web.fe.portal.user.system.communication.MailInForm
-
- setMailMessageId(String) - Method in class com.communote.server.model.note.ProcessedMailNote
-
- setMainCacheEnabled(Boolean) - Method in class com.communote.server.web.fe.portal.user.system.application.CacheInvalidationForm
-
Sets whether main cache should be invalidated.
- setManagerDN(String) - Method in class com.communote.server.model.config.LdapConfiguration
-
- setManagerPassword(String) - Method in class com.communote.server.model.config.LdapConfiguration
-
- setManagingUserIds(Long[]) - Method in class com.communote.plugins.api.rest.resource.topic.right.GetRightParameter
-
Sets ManagingUserIds.
- setManagingUserIds(Long[]) - Method in class com.communote.plugins.api.rest.resource.topic.right.RightResource
-
Sets ManagingUserIds.
- setManagingUserIds(Long[]) - Method in class com.communote.plugins.api.rest.v22.resource.topic.right.GetRightParameter
-
Sets ManagingUserIds.
- setManagingUserIds(Long[]) - Method in class com.communote.plugins.api.rest.v22.resource.topic.right.RightResource
-
Sets ManagingUserIds.
- setManagingUserIds(Long[]) - Method in class com.communote.plugins.api.rest.v24.resource.topic.right.GetRightParameter
-
Sets ManagingUserIds.
- setManagingUserIds(Long[]) - Method in class com.communote.plugins.api.rest.v24.resource.topic.right.RightResource
-
Sets ManagingUserIds.
- setManagingUserIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.topic.right.GetRightParameter
-
Sets ManagingUserIds.
- setManagingUserIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.topic.right.RightResource
-
Sets ManagingUserIds.
- setManagingUserIds(String) - Method in class com.communote.server.core.filter.listitems.blog.DetailBlogListItem
-
- setMatched(boolean) - Method in class com.communote.common.matcher.AbstractMatchable
-
Method to set the matching status of the entity.
- setMatched(boolean) - Method in interface com.communote.common.matcher.Matchable
-
Method to set the matching status of the entity.
- setMatched(boolean) - Method in class com.communote.server.api.core.note.NoteData
-
Method to set the matching status of the entity.
- setMatchMode(MatchMode) - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
Sets the match mode text filtering.
- setMatchMode(MatchMode) - Method in class com.communote.server.core.vo.query.user.UserQueryParameters
-
Sets the match mode for name queries.
- setMaxCount(Integer) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets MaxCount.
- setMaxCount(Integer) - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets MaxCount.
- setMaxCount(Integer) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets MaxCount.
- setMaxCount(Integer) - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets MaxCount.
- setMaxCount(Integer) - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets MaxCount.
- setMaxCount(Integer) - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets MaxCount.
- setMaxCount(Integer) - Method in class com.communote.plugins.api.rest.resource.topic.GetCollectionTopicParameter
-
Sets MaxCount.
- setMaxCount(Integer) - Method in class com.communote.plugins.api.rest.resource.user.GetCollectionUserParameter
-
Sets MaxCount.
- setMaxCount(Integer) - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets MaxCount.
- setMaxCount(Integer) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets MaxCount.
- setMaxCount(Integer) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets MaxCount.
- setMaxCount(Integer) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets MaxCount.
- setMaxCount(Integer) - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets MaxCount.
- setMaxCount(Integer) - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetCollectionTopicParameter
-
Sets MaxCount.
- setMaxCount(Integer) - Method in class com.communote.plugins.api.rest.v22.resource.user.GetCollectionUserParameter
-
Sets MaxCount.
- setMaxCount(Integer) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets MaxCount.
- setMaxCount(Integer) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets MaxCount.
- setMaxCount(Integer) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets MaxCount.
- setMaxCount(Integer) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets MaxCount.
- setMaxCount(Integer) - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets MaxCount.
- setMaxCount(Integer) - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
Sets MaxCount.
- setMaxCount(Integer) - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Sets MaxCount.
- setMaxCount(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Sets MaxCount.
- setMaxCount(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets MaxCount.
- setMaxCount(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets MaxCount.
- setMaxCount(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets MaxCount.
- setMaxCount(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Sets MaxCount.
- setMaxCount(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets MaxCount.
- setMaxCount(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Sets MaxCount.
- setMaxCount(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets MaxCount.
- setMaxCount(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Sets MaxCount.
- setMaxCount(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets MaxCount.
- setMaxCount(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.topic.CreateTopicParameter
-
Sets MaxCount.
- setMaxCount(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Sets MaxCount.
- setMaxCount(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.user.CreateUserParameter
-
Sets MaxCount.
- setMaxCount(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Sets MaxCount.
- setMaximumRank(Double) - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
- setMaxSizeOffset(long) - Method in class com.communote.server.web.commons.resolver.CommunoteMultipartResolver
-
Overrides the default offset (1000000 bytes) to be added to the file upload limit for
defining the maximum size of a multipart request.
- setMaxTextLength(Integer) - Method in class com.communote.plugins.api.rest.resource.note.CreateNoteParameter
-
Sets MaxTextLength.
- setMaxTextLength(Integer) - Method in class com.communote.plugins.api.rest.resource.note.EditNoteParameter
-
Sets MaxTextLength.
- setMaxTextLength(Integer) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets MaxTextLength.
- setMaxTextLength(Integer) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetTimelineNoteParameter
-
Sets MaxTextLength.
- setMaxTextLength(Integer) - Method in class com.communote.plugins.api.rest.v22.resource.note.CreateNoteParameter
-
Sets MaxTextLength.
- setMaxTextLength(Integer) - Method in class com.communote.plugins.api.rest.v22.resource.note.EditNoteParameter
-
Sets MaxTextLength.
- setMaxTextLength(Integer) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets MaxTextLength.
- setMaxTextLength(Integer) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetTimelineNoteParameter
-
Sets MaxTextLength.
- setMaxTextLength(Integer) - Method in class com.communote.plugins.api.rest.v24.resource.note.CreateNoteParameter
-
Sets MaxTextLength.
- setMaxTextLength(Integer) - Method in class com.communote.plugins.api.rest.v24.resource.note.EditNoteParameter
-
Sets MaxTextLength.
- setMaxTextLength(Integer) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets MaxTextLength.
- setMaxTextLength(Integer) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
Sets MaxTextLength.
- setMaxTextLength(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.note.CreateNoteParameter
-
Sets MaxTextLength.
- setMaxTextLength(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.note.EditNoteParameter
-
Sets MaxTextLength.
- setMaxTextLength(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets MaxTextLength.
- setMaxTextLength(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets MaxTextLength.
- setMaxTextLength(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
Sets MaxTextLength.
- setMaxUploadSize(long) - Method in class com.communote.server.web.commons.resolver.CommunoteMultipartResolver
- setMaxUsersToMention(int) - Method in class com.communote.server.web.fe.portal.user.client.forms.ClientProfileNotificationsForm
-
- setMediaId(String) - Method in class com.communote.plugins.mediaparser.RichMediaDescription
-
- setMediumImage(UserImage) - Method in class com.communote.server.model.user.UserProfile
-
- setMemberEntity(CommunoteEntity) - Method in class com.communote.server.model.blog.BlogMember
-
- setMemberMode(boolean) - Method in class com.communote.server.model.config.LdapGroupSyncConfiguration
-
- setMemberMode(boolean) - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
Wrapper to set member mode flag in config.
- setMembers(Set<BlogMember>) - Method in class com.communote.server.model.blog.Blog
-
- setMemberships(Set<BlogMember>) - Method in class com.communote.server.model.user.CommunoteEntity
-
- setMentionDiscussionAuthors(boolean) - Method in class com.communote.plugins.mq.message.core.data.note.Note
-
- setMentionDiscussionAuthors(boolean) - Method in class com.communote.server.api.core.note.NoteData
-
- setMentionDiscussionAuthors(boolean) - Method in class com.communote.server.api.core.note.NoteStoringTO
-
- setMentionDiscussionAuthors(boolean) - Method in class com.communote.server.core.blog.notes.processors.NoteNotificationDetails
-
- setMentionDiscussionAuthors(boolean) - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
- setMentionDiscussionAuthors(boolean) - Method in class com.communote.server.model.note.Note
-
- setMentionTopicAuthors(boolean) - Method in class com.communote.plugins.mq.message.core.data.note.Note
-
- setMentionTopicAuthors(boolean) - Method in class com.communote.server.api.core.note.NoteData
-
- setMentionTopicAuthors(boolean) - Method in class com.communote.server.api.core.note.NoteStoringTO
-
- setMentionTopicAuthors(boolean) - Method in class com.communote.server.core.blog.notes.processors.NoteNotificationDetails
-
- setMentionTopicAuthors(boolean) - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
- setMentionTopicAuthors(boolean) - Method in class com.communote.server.model.note.Note
-
- setMentionTopicManagers(boolean) - Method in class com.communote.plugins.mq.message.core.data.note.Note
-
- setMentionTopicManagers(boolean) - Method in class com.communote.server.api.core.note.NoteData
-
- setMentionTopicManagers(boolean) - Method in class com.communote.server.api.core.note.NoteStoringTO
-
- setMentionTopicManagers(boolean) - Method in class com.communote.server.core.blog.notes.processors.NoteNotificationDetails
-
- setMentionTopicManagers(boolean) - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
- setMentionTopicManagers(boolean) - Method in class com.communote.server.model.note.Note
-
- setMentionTopicReaders(boolean) - Method in class com.communote.plugins.mq.message.core.data.note.Note
-
- setMentionTopicReaders(boolean) - Method in class com.communote.server.api.core.note.NoteData
-
- setMentionTopicReaders(boolean) - Method in class com.communote.server.api.core.note.NoteStoringTO
-
- setMentionTopicReaders(boolean) - Method in class com.communote.server.core.blog.notes.processors.NoteNotificationDetails
-
- setMentionTopicReaders(boolean) - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
- setMentionTopicReaders(boolean) - Method in class com.communote.server.model.note.Note
-
- setMergeExternalObjects(boolean) - Method in class com.communote.plugins.mq.message.core.message.topic.EditTopicMessage
-
- setMergeOnAdditionalProperty(boolean) - Method in class com.communote.server.core.vo.user.group.ExternalGroupVO
-
Whether the additional property should be treated like a unique identifier of an external
group.
- setMergeProperties(boolean) - Method in class com.communote.plugins.mq.message.core.message.topic.EditTopicMessage
-
- setMergeTags(boolean) - Method in class com.communote.plugins.mq.message.core.message.topic.EditTopicMessage
-
- setMessage(String) - Method in class com.communote.plugins.api.rest.to.ApiResult
-
- setMessage(String) - Method in class com.communote.plugins.api.rest.to.ApiResultError
-
- setMessage(String) - Method in class com.communote.plugins.api.rest.v22.to.ApiResult
-
- setMessage(String) - Method in class com.communote.plugins.api.rest.v22.to.ApiResultError
-
- setMessage(String) - Method in class com.communote.plugins.api.rest.v24.to.ApiResult
-
- setMessage(String) - Method in class com.communote.plugins.api.rest.v24.to.ApiResultError
-
- setMessage(String) - Method in class com.communote.plugins.api.rest.v30.to.ApiResult
-
- setMessage(String) - Method in class com.communote.plugins.api.rest.v30.to.ApiResultError
-
- setMessage(String) - Method in class com.communote.plugins.mq.message.base.data.status.Status
-
Set an optional message describing the status
- setMessage(String, String, String, boolean) - Method in class com.communote.server.core.common.i18n.LocalizationManagement
-
Method to update or create message.
- setMessage(String) - Method in class com.communote.server.core.messaging.vo.Message
-
- setMessage(String) - Method in class com.communote.server.model.i18n.Message
-
- setMessage(String) - Method in class com.communote.server.web.api.service.blog.InviteUserToBlogApiController.ErrorField
-
Deprecated.
- setMessage(String) - Method in class com.communote.server.web.api.to.ApiResult
-
Deprecated.
- setMessage(String) - Method in class com.communote.server.web.fe.portal.user.client.forms.CustomizeMessageForm
-
- setMessageDeliveryMode(JMSMessageConsumerImpl.MessageDeliveryMode) - Method in interface com.communote.plugins.mq.provider.jms.JMSMessageConsumer
-
Sets the message delivery mode.
- setMessageDeliveryMode(JMSMessageConsumerImpl.MessageDeliveryMode) - Method in class com.communote.plugins.mq.provider.jms.JMSMessageConsumerImpl
-
Sets the message delivery mode.
- setMessageId(String) - Method in class com.communote.plugins.mq.message.base.message.BaseMessage
-
- setMessageKey(String) - Method in class com.communote.plugins.api.rest.resource.validation.ParameterValidationError
-
sets message key (I18n), that describes the error
- setMessageKey(String) - Method in exception com.communote.plugins.api.rest.resource.validation.ParameterValidationException
-
- setMessageKey(String) - Method in class com.communote.plugins.api.rest.v22.resource.validation.ParameterValidationError
-
sets message key (I18n), that describes the error
- setMessageKey(String) - Method in exception com.communote.plugins.api.rest.v22.resource.validation.ParameterValidationException
-
- setMessageKey(String) - Method in class com.communote.plugins.api.rest.v24.resource.validation.ParameterValidationError
-
sets message key (I18n), that describes the error
- setMessageKey(String) - Method in exception com.communote.plugins.api.rest.v24.resource.validation.ParameterValidationException
-
- setMessageKey(String) - Method in class com.communote.plugins.api.rest.v30.resource.validation.ParameterValidationError
-
sets message key (I18n), that describes the error
- setMessageKey(String) - Method in exception com.communote.plugins.api.rest.v30.resource.validation.ParameterValidationException
-
- setMessageKey(String) - Method in exception com.communote.server.core.blog.notes.processors.exceptions.MessageKeyNoteContentException
-
- setMessageKey(String) - Method in class com.communote.server.core.common.time.SimplifiedTimeZone
-
- setMessageKey(String) - Method in class com.communote.server.core.vo.blog.NoteModificationResult
-
- setMessageKey(String) - Method in class com.communote.server.model.i18n.Message
-
- setMessageKey(String) - Method in class com.communote.server.persistence.common.messages.MessageKeyLocalizedMessage
-
- setMessagerConnectorConfigDao(MessagerConnectorConfigDao) - Method in class com.communote.server.core.user.UserProfileManagementBase
-
Sets the reference to messagerConnectorConfig
's DAO.
- setMessages(Set<String>) - Method in class com.communote.plugins.mq.message.base.handler.ValidationResult
-
- setMessageTarget(HttpServletRequest, String) - Static method in class com.communote.server.web.commons.MessageHelper
-
Sets the message view target.
- setMetaData(Map<String, Object>) - Method in class com.communote.plugins.api.rest.to.ApiResult
-
Set the meta data for the response
- setMetaData(Map<String, Object>) - Method in class com.communote.plugins.api.rest.v22.to.ApiResult
-
Set the meta data for the response
- setMetaData(Map<String, Object>) - Method in class com.communote.plugins.api.rest.v24.to.ApiResult
-
Set the meta data for the response
- setMetaData(Map<String, Object>) - Method in class com.communote.plugins.api.rest.v30.to.ApiResult
-
Set the meta data for the response
- setMetadata(ContentMetadata) - Method in class com.communote.server.core.vo.content.AttachmentTO
-
Sets the metadata, it will also update metadata.getContentSize if the content size might be
known and the metadata content length is not set
- setMimeTyp(String) - Method in class com.communote.server.api.core.attachment.AttachmentData
-
- setMimeType(String) - Method in class com.communote.server.api.core.image.Image
-
- setMimeType(String) - Method in class com.communote.server.core.crc.vo.ContentMetadata
-
- setMinimumLastModificationDate(Date) - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
- setMinimumRank(Double) - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
- setMinNumberOfElements(int) - Method in class com.communote.common.util.PageableList
-
- setMode(String) - Method in class com.communote.server.web.fe.portal.user.system.communication.MailInForm
-
- setModeOptions(Map<String, String>) - Method in class com.communote.server.api.core.note.NoteRenderContext
-
Sets options which should apply for the render mode of this context.
- setModificationType(UserOfGroupModificationType) - Method in class com.communote.server.model.user.group.UserOfGroup
-
- setMultiModeDomain(String) - Method in class com.communote.server.web.fe.portal.user.system.communication.MailInForm
-
- setMultiModeSuffix(String) - Method in class com.communote.server.web.fe.portal.user.system.communication.MailInForm
-
- setMultiModeUseAccount(Boolean) - Method in class com.communote.server.web.fe.portal.user.system.communication.MailInForm
-
- setMultipleTags(boolean) - Method in class com.communote.server.core.vo.tag.GlobalTagCategoryVO
-
- setMultipleTags(boolean) - Method in class com.communote.server.model.tag.AbstractTagCategory
-
- setName(String) - Method in class com.communote.plugins.api.rest.resource.tag.EditTagParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.resource.tag.GetTagParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.resource.tag.TagResource
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.resource.tagstoretaglist.tagstoretag.TagStoreTagResource
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.TagSuggestionListResource
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.resource.timelinenote.timelinenotetag.GetCollectionTimelineNoteTagParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.resource.timelinenote.timelinenotetag.GetTimelineNoteTagParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.resource.timelinenote.timelinenotetag.TimelineNoteTagResource
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.resource.timelinetag.TimelineTagResource
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v22.resource.tag.EditTagParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v22.resource.tag.GetTagParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v22.resource.tag.TagResource
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.tagstoretag.TagStoreTagResource
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.TagSuggestionListResource
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotetag.GetCollectionTimelineNoteTagParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotetag.GetTimelineNoteTagParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotetag.TimelineNoteTagResource
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.TimelineTagResource
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.CreateExternalObjectParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.EditExternalObjectParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.ExternalObjectResource
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.GetExternalObjectParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v24.resource.tag.EditTagParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v24.resource.tag.GetTagParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v24.resource.tag.TagResource
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.tagstoretag.TagStoreTagResource
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.TagSuggestionListResource
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotetag.GetCollectionTimelineNoteTagParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotetag.GetTimelineNoteTagParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotetag.TimelineNoteTagResource
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.TimelineTagResource
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.CreateExternalObjectParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.EditExternalObjectParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.ExternalObjectResource
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.GetExternalObjectParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v30.resource.group.GetGroupParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v30.resource.group.GroupResource
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v30.resource.tag.EditTagParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v30.resource.tag.GetTagParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v30.resource.tag.TagResource
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.tagstoretag.TagStoreTagResource
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.TagSuggestionListResource
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotetag.GetCollectionTimelineNoteTagParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotetag.GetTimelineNoteTagParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotetag.TimelineNoteTagResource
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.TimelineTagResource
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.CreateExternalObjectParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.EditExternalObjectParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.ExternalObjectResource
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.GetExternalObjectParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.CreateNavigationItemParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.EditNavigationItemParameter
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.NavigationItemResource
-
Sets Name.
- setName(String) - Method in class com.communote.plugins.mq.message.core.data.tag.Tag
-
Sets the default name.
- setName(String) - Method in class com.communote.plugins.mq.provider.activemq.monitor.data.BrokerQueue
-
- setName(String) - Method in class com.communote.plugins.mq.provider.activemq.user.MQUser
-
- setName(String) - Method in class com.communote.server.api.core.client.ClientTO
-
- setName(String) - Method in class com.communote.server.api.core.tag.TagData
-
- setName(String) - Method in class com.communote.server.core.filter.listitems.blog.member.EntityGroupListItem
-
- setName(String) - Method in class com.communote.server.core.vo.tag.CategorizedTagVO
-
- setName(String) - Method in class com.communote.server.core.vo.tag.GlobalTagCategoryVO
-
- setName(String) - Method in class com.communote.server.core.vo.user.group.GroupVO
-
- setName(String) - Method in class com.communote.server.core.vo.user.NavigationItemTO
-
- setName(String) - Method in class com.communote.server.model.attachment.Attachment
-
- setName(String) - Method in class com.communote.server.model.client.Client
-
- setName(String) - Method in class com.communote.server.model.security.IpRangeFilter
-
- setName(String) - Method in class com.communote.server.model.tag.AbstractTagCategory
-
- setName(String) - Method in class com.communote.server.model.user.Country
-
- setName(String) - Method in class com.communote.server.model.user.group.Group
-
- setName(String) - Method in class com.communote.server.model.user.Language
-
- setName(String) - Method in class com.communote.server.model.user.NavigationItem
-
- setName(String) - Method in class com.communote.server.persistence.security.iprange.IpRangeFilterVO
-
- setName(String) - Method in class com.communote.server.web.api.service.blog.InviteUserToBlogApiController.ErrorField
-
Deprecated.
- setName(String) - Method in class com.communote.server.web.commons.tags.menu.EntryTag
-
- setName(String) - Method in class com.communote.server.web.commons.tags.menu.PanelTag
-
- setName(String) - Method in class com.communote.server.web.fe.portal.user.client.forms.IpRangeFilterItem
-
Set the name of the current filter
- setName(String) - Method in class com.communote.server.web.fe.widgets.management.user.group.EntityListItem
-
- setNameIdentifier(String) - Method in class com.communote.server.api.core.blog.BlogTO
-
Set the unique alias of the blog
- setNameIdentifier(String) - Method in class com.communote.server.api.core.blog.MinimalBlogData
-
- setNameIdentifier(String) - Method in class com.communote.server.model.blog.Blog
-
- setNameIdentifier(String) - Method in class com.communote.server.web.fe.portal.blog.forms.BlogManagementForm
-
- setNameLocalized(String) - Method in class com.communote.server.model.user.Language
-
- setNames(Set<Message>) - Method in class com.communote.server.model.tag.Tag
-
- setNameSpaceUri(String) - Method in class com.communote.plugins.webservice.CommunoteWebServiceDefinition
-
- setNavigationItemId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.DeleteNavigationItemParameter
-
Sets NavigationItemId.
- setNavigationItemId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.EditNavigationItemParameter
-
Sets NavigationItemId.
- setNavigationItemId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.GetNavigationItemParameter
-
Sets NavigationItemId.
- setNavigationItemId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.NavigationItemResource
-
Sets NavigationItemId.
- setNegated(boolean) - Method in class com.communote.server.core.vo.query.logical.LogicalTagFormula
-
Changes the negated property.
- setNewEmail(String) - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileChangeEmailForm
-
Sets the new email
- setNewEmailAddress(String) - Method in class com.communote.server.model.user.security.EmailSecurityCode
-
- setNewPassword(String) - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileChangePasswordForm
-
- setNewPasswordConfirm(String) - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileChangePasswordForm
-
- setNewTagId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.tag.DeleteTagParameter
-
Sets NewTagId.
- setNewTagId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.tag.TagResource
-
Sets NewTagId.
- setNewValue(String) - Method in class com.communote.server.api.core.property.PropertyEvent
-
- setNewValue(String) - Method in class com.communote.server.web.api.service.blog.InviteUserToBlogApiController.ErrorField
-
Deprecated.
- setNextExecution(Date) - Method in class com.communote.server.model.task.Task
-
- setNoChallangeParameter(String) - Method in class com.communote.server.web.external.spring.security.CommunoteBasicAuthenticationEntryPoint
-
Set the name of the request parameter that when set to "true" will lead to not sending a
basic authentication challenge.
- setNoChallangeParameter(String) - Method in class com.communote.server.web.external.spring.security.CommunoteBasicAuthenticationFilter
-
Set the name of the request parameter that when set to "true" will lead to ignoring the basic
authentication header.
- setNonAjaxUploadRequestMappings(Map<String, String>) - Method in class com.communote.server.web.commons.resolver.MaxUploadSizeExceededExceptionResolver
-
Define the resources which should not be handled as AJAX Uploads but instead should respond
with a custom view.
- setNoNotifyEmailsToUserWhenExternalAuth(boolean) - Method in class com.communote.server.web.fe.portal.user.client.forms.ClientUserManagementSettingsForm
-
Whether users should not receive notification emails during registration when external
authentication is activated.
- setNormalizedRank(double) - Method in class com.communote.server.core.vo.user.note.UserNoteEntityTO
-
- setNote(Note) - Method in class com.communote.plugins.mq.message.core.message.note.CreateNoteMessage
-
Set the creation details
- setNote(Note) - Method in class com.communote.server.model.attachment.Attachment
-
- setNote(Note) - Method in class com.communote.server.model.user.note.UserNoteEntity
-
- setNote(Note) - Method in class com.communote.server.model.user.UserNoteProperty
-
- setNoteDao(NoteDao) - Method in class com.communote.server.core.blog.FavoriteManagementImpl
-
- setNoteDao(NoteDao) - Method in class com.communote.server.core.blog.notes.processors.NotificationNoteProcessor
-
- setNoteDao(NoteDao) - Method in class com.communote.server.core.tag.category.TagCategoryManagementBase
-
Sets the reference to note
's DAO.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.resource.note.CreateNoteParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.resource.note.DeleteNoteParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.resource.note.EditNoteParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.resource.note.favorite.CreateFavoriteParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.resource.note.favorite.DeleteFavoriteParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.resource.note.favorite.GetCollectionFavoriteParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.resource.note.like.CreateLikeParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.resource.note.like.DeleteLikeParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.resource.note.like.GetCollectionLikeParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.resource.note.property.CreatePropertyParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.resource.note.property.GetCollectionPropertyParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.resource.note.property.GetPropertyParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetTimelineNoteParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.resource.timelinenote.TimelineNoteResource
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.resource.timelinenote.timelinenotetag.GetCollectionTimelineNoteTagParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.resource.timelinenote.timelinenotetag.GetTimelineNoteTagParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.CreateNoteParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.DeleteNoteParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.EditNoteParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.favorite.CreateFavoriteParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.favorite.DeleteFavoriteParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.favorite.GetCollectionFavoriteParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.like.CreateLikeParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.like.DeleteLikeParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.like.GetCollectionLikeParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.property.CreatePropertyParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.property.GetCollectionPropertyParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.property.GetPropertyParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetTimelineNoteParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.property.CreatePropertyParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.property.GetCollectionPropertyParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.property.GetPropertyParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteResource
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotetag.GetCollectionTimelineNoteTagParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotetag.GetTimelineNoteTagParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.CreateNoteParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.DeleteNoteParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.EditNoteParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.favorite.CreateFavoriteParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.favorite.DeleteFavoriteParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.favorite.GetCollectionFavoriteParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.like.CreateLikeParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.like.DeleteLikeParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.like.GetCollectionLikeParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.property.CreatePropertyParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.property.GetCollectionPropertyParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.property.GetPropertyParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.property.CreatePropertyParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.property.GetCollectionPropertyParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.property.GetPropertyParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotetag.GetCollectionTimelineNoteTagParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotetag.GetTimelineNoteTagParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.attachment.AttachmentResource
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.attachment.GetAttachmentParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.CreateNoteParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.DeleteNoteParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.EditNoteParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.favorite.CreateFavoriteParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.favorite.DeleteFavoriteParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.favorite.GetCollectionFavoriteParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.like.CreateLikeParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.like.DeleteLikeParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.like.GetCollectionLikeParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.property.CreatePropertyParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.property.GetCollectionPropertyParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.property.GetPropertyParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.property.CreatePropertyParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.property.GetCollectionPropertyParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.property.GetPropertyParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotetag.GetCollectionTimelineNoteTagParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotetag.GetTimelineNoteTagParameter
-
Sets NoteId.
- setNoteId(Long) - Method in class com.communote.server.api.core.attachment.AttachmentData
-
- setNoteId(Long) - Method in class com.communote.server.core.util.InitalFiltersVO
-
- setNoteId(Long) - Method in class com.communote.server.core.vo.blog.NoteModificationResult
-
- setNoteId(Long) - Method in class com.communote.server.core.vo.content.AttachmentTO
-
NoteId is ignored on creating a note and associating it.
- setNoteId(Long) - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
Set the note id.
- setNoteTitle(String) - Method in class com.communote.server.core.util.InitalFiltersVO
-
- setNoteVersion(Long) - Method in class com.communote.plugins.api.rest.resource.note.CreateNoteParameter
-
Sets NoteVersion.
- setNoteVersion(Long) - Method in class com.communote.plugins.api.rest.resource.note.EditNoteParameter
-
Sets NoteVersion.
- setNoteVersion(Long) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets NoteVersion.
- setNoteVersion(Long) - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Sets NoteVersion.
- setNoteVersion(Long) - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Sets NoteVersion.
- setNoteVersion(Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.CreateNoteParameter
-
Sets NoteVersion.
- setNoteVersion(Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.EditNoteParameter
-
Sets NoteVersion.
- setNoteVersion(Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Sets NoteVersion.
- setNoteVersion(Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Sets NoteVersion.
- setNoteVersion(Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.CreateNoteParameter
-
Sets NoteVersion.
- setNoteVersion(Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.EditNoteParameter
-
Sets NoteVersion.
- setNoteVersion(Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Sets NoteVersion.
- setNoteVersion(Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Sets NoteVersion.
- setNoteVersion(Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.CreateNoteParameter
-
Sets NoteVersion.
- setNoteVersion(Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.EditNoteParameter
-
Sets NoteVersion.
- setNoteVersion(Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Sets NoteVersion.
- setNoteVersion(Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Sets NoteVersion.
- setNotificationConfig(NotificationConfig) - Method in class com.communote.server.model.user.UserProfile
-
- setNotificationConfigDao(NotificationConfigDao) - Method in class com.communote.server.core.user.UserProfileManagementBase
-
Sets the reference to notificationConfig
's DAO.
- setNotificationConfigDao(NotificationConfigDao) - Method in class com.communote.server.persistence.user.UserDaoBase
-
Sets the reference to notificationConfigDao
.
- setNotificationService(NotificationService) - Method in class com.communote.server.core.blog.notes.processors.NotificationNoteProcessor
-
- setNotifiedUsers(List<DetailedUserData>) - Method in class com.communote.server.api.core.note.NoteData
-
- setNotifyUsers(boolean) - Method in class com.communote.server.web.fe.portal.user.client.forms.ClientUserManagementSettingsForm
-
- setNumberOfAdmins(String, long) - Method in class com.communote.server.web.fe.portal.user.client.controller.integration.IntegrationOverviewForm
-
- setNumberOfChildNotes(Integer) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets NumberOfChildNotes.
- setNumberOfChildNotes(Integer) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetTimelineNoteParameter
-
Sets NumberOfChildNotes.
- setNumberOfChildNotes(Integer) - Method in class com.communote.plugins.api.rest.resource.timelinenote.TimelineNoteResource
-
Sets NumberOfChildNotes.
- setNumberOfChildNotes(Integer) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets NumberOfChildNotes.
- setNumberOfChildNotes(Integer) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetTimelineNoteParameter
-
Sets NumberOfChildNotes.
- setNumberOfChildNotes(Integer) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteResource
-
Sets NumberOfChildNotes.
- setNumberOfChildNotes(Integer) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets NumberOfChildNotes.
- setNumberOfChildNotes(Integer) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
Sets NumberOfChildNotes.
- setNumberOfChildNotes(Integer) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
Sets NumberOfChildNotes.
- setNumberOfChildNotes(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets NumberOfChildNotes.
- setNumberOfChildNotes(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets NumberOfChildNotes.
- setNumberOfChildNotes(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
Sets NumberOfChildNotes.
- setNumberOfChildNotes(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
Sets NumberOfChildNotes.
- setNumberOfComments(Integer) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets NumberOfComments.
- setNumberOfComments(Integer) - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Sets NumberOfComments.
- setNumberOfComments(Integer) - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Sets NumberOfComments.
- setNumberOfComments(Integer) - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Sets NumberOfComments.
- setNumberOfComments(Integer) - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Sets NumberOfComments.
- setNumberOfComments(Integer) - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Sets NumberOfComments.
- setNumberOfComments(Integer) - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Sets NumberOfComments.
- setNumberOfComments(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Sets NumberOfComments.
- setNumberOfComments(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Sets NumberOfComments.
- setNumberOfComments(int) - Method in class com.communote.server.api.core.note.NoteData
-
Sets the number of replies to this note.
- setNumberOfComments(int) - Method in class com.communote.server.web.api.to.listitem.DetailPostListItem
-
Sets the number of direct comments including DMs the current user might not be able to read
and excluding comments on comments
- setNumberOfComments(int) - Method in class com.communote.server.web.api.to.listitem.v1_0_1.DetailPostListItem
-
Sets the number of replies to this note.
- setNumberOfDiscussionNotes(Integer) - Method in class com.communote.plugins.api.rest.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
Sets NumberOfDiscussionNotes.
- setNumberOfDiscussionNotes(Integer) - Method in class com.communote.plugins.api.rest.resource.timelinenote.timelinenotediscussion.TimelineNoteDiscussionResource
-
Sets NumberOfDiscussionNotes.
- setNumberOfDiscussionNotes(Integer) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
Sets NumberOfDiscussionNotes.
- setNumberOfDiscussionNotes(Integer) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotediscussion.TimelineNoteDiscussionResource
-
Sets NumberOfDiscussionNotes.
- setNumberOfDiscussionNotes(Integer) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
Sets NumberOfDiscussionNotes.
- setNumberOfDiscussionNotes(Integer) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotediscussion.TimelineNoteDiscussionResource
-
Sets NumberOfDiscussionNotes.
- setNumberOfDiscussionNotes(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotediscussion.GetTimelineNoteDiscussionParameter
-
Sets NumberOfDiscussionNotes.
- setNumberOfDiscussionNotes(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotediscussion.TimelineNoteDiscussionResource
-
Sets NumberOfDiscussionNotes.
- setNumberOfDiscussionNotes(int) - Method in class com.communote.server.api.core.note.NoteData
-
Set the number of notes in the discussion this note belongs to.
- setNumberOfElements(int) - Method in class com.communote.server.core.filter.ResultSpecification
-
- setNumberOfLastDays(Integer) - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets NumberOfLastDays.
- setNumberOfLastDays(Integer) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets NumberOfLastDays.
- setNumberOfLastDays(Integer) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets NumberOfLastDays.
- setNumberOfLastDays(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets NumberOfLastDays.
- setNumberOfLikes(Integer) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets NumberOfLikes.
- setNumberOfLikes(Integer) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetTimelineNoteParameter
-
Sets NumberOfLikes.
- setNumberOfLikes(Integer) - Method in class com.communote.plugins.api.rest.resource.timelinenote.TimelineNoteResource
-
Sets NumberOfLikes.
- setNumberOfLikes(Integer) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets NumberOfLikes.
- setNumberOfLikes(Integer) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetTimelineNoteParameter
-
Sets NumberOfLikes.
- setNumberOfLikes(Integer) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteResource
-
Sets NumberOfLikes.
- setNumberOfLikes(Integer) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets NumberOfLikes.
- setNumberOfLikes(Integer) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
Sets NumberOfLikes.
- setNumberOfLikes(Integer) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
Sets NumberOfLikes.
- setNumberOfLikes(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets NumberOfLikes.
- setNumberOfLikes(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets NumberOfLikes.
- setNumberOfLikes(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
Sets NumberOfLikes.
- setNumberOfLikes(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
Sets NumberOfLikes.
- setNumberOfMaximumExternalObjectsPerTopic(int) - Method in exception com.communote.server.core.external.TooManyExternalObjectsPerTopicException
-
- setNumericRole(int) - Method in class com.communote.server.model.blog.UserToBlogRoleMapping
-
- setObjectProperties(Set<StringPropertyTO>) - Method in class com.communote.server.api.core.note.NoteData
-
Set the properties of the note.
- setObjectProperties(PropertyType, Long, Set<StringPropertyTO>) - Method in interface com.communote.server.api.core.property.PropertyManagement
-
Set several properties of an object.
- setObjectProperties(Set<StringPropertyTO>) - Method in class com.communote.server.core.filter.listitems.blog.ExternalObjectListItem
-
Set the properties of the external object.
- setObjectProperties(PropertyType, Long, Set<StringPropertyTO>) - Method in class com.communote.server.core.property.PropertyManagementImpl
-
- setObjectProperties(Long, Set<StringPropertyTO>) - Method in class com.communote.server.core.property.StringPropertyAccessor
-
Sets an set of properties.
- setObjectProperty(PropertyType, Long, String, String, String) - Method in interface com.communote.server.api.core.property.PropertyManagement
-
Set a new value of a property.
- setObjectProperty(Long, String, String, V) - Method in class com.communote.server.core.property.PropertyAccessor
-
Add a new, modify or delete an existing property.
- setObjectProperty(PropertyType, Long, String, String, String) - Method in class com.communote.server.core.property.PropertyManagementImpl
-
- setObjectPropertyUnfiltered(Long, String, String, V) - Method in class com.communote.server.core.property.PropertyAccessor
-
Adds a new, modifies or deletes an existing property.
- setObservationId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.observation.GetObservationParameter
-
Sets ObservationId.
- setObservationId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.observation.ObservationResource
-
Sets ObservationId.
- setOccuredDuringChangingBlogRights(boolean) - Method in exception com.communote.server.core.user.group.GroupNotFoundException
-
- setOffset(int) - Method in class com.communote.common.util.PageableList
-
- setOffset(Integer) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets Offset.
- setOffset(Integer) - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets Offset.
- setOffset(Integer) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets Offset.
- setOffset(Integer) - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets Offset.
- setOffset(Integer) - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets Offset.
- setOffset(Integer) - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets Offset.
- setOffset(Integer) - Method in class com.communote.plugins.api.rest.resource.topic.GetCollectionTopicParameter
-
Sets Offset.
- setOffset(Integer) - Method in class com.communote.plugins.api.rest.resource.user.GetCollectionUserParameter
-
Sets Offset.
- setOffset(Integer) - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets Offset.
- setOffset(Integer) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets Offset.
- setOffset(Integer) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets Offset.
- setOffset(Integer) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets Offset.
- setOffset(Integer) - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets Offset.
- setOffset(Integer) - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetCollectionTopicParameter
-
Sets Offset.
- setOffset(Integer) - Method in class com.communote.plugins.api.rest.v22.resource.user.GetCollectionUserParameter
-
Sets Offset.
- setOffset(Integer) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets Offset.
- setOffset(Integer) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets Offset.
- setOffset(Integer) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets Offset.
- setOffset(Integer) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets Offset.
- setOffset(Integer) - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets Offset.
- setOffset(Integer) - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
Sets Offset.
- setOffset(Integer) - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Sets Offset.
- setOffset(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.CreateTagSuggestionListParameter
-
Sets Offset.
- setOffset(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets Offset.
- setOffset(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets Offset.
- setOffset(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets Offset.
- setOffset(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.CreateTimelineTagParameter
-
Sets Offset.
- setOffset(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets Offset.
- setOffset(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.CreateTimelineTopicParameter
-
Sets Offset.
- setOffset(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets Offset.
- setOffset(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.CreateTimelineUserParameter
-
Sets Offset.
- setOffset(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets Offset.
- setOffset(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.topic.CreateTopicParameter
-
Sets Offset.
- setOffset(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Sets Offset.
- setOffset(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.user.CreateUserParameter
-
Sets Offset.
- setOffset(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Sets Offset.
- setOffset(int) - Method in class com.communote.server.core.filter.ResultSpecification
-
- setOldPassword(String) - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileChangePasswordForm
-
- setOldValue(String) - Method in class com.communote.server.api.core.property.PropertyEvent
-
- setOnlyIfAvailable(boolean) - Method in class com.communote.server.model.messaging.MessagerConnectorConfig
-
- setOrder(int) - Method in class com.communote.server.web.commons.controller.StaticPageSection
-
Set a custom order.
- setOrigin(Note) - Method in class com.communote.server.model.note.Note
-
- setOriginalNoteId(Long) - Method in class com.communote.server.core.vo.blog.AutosaveNoteData
-
Sets the ID of the note that is edited by the operation that created this autosave
- setOriginalPostId(String) - Method in class com.communote.server.core.vo.query.post.NoteQueryParameters
-
- setOwner(User) - Method in class com.communote.server.model.user.NavigationItem
-
- setOwnerId(Long) - Method in class com.communote.server.core.vo.tag.UserTagClearanceVO
-
- setPackageAssertionStatus(String, boolean) - Method in class com.communote.plugins.core.classloader.ClassLoaderAggregator
- setPage(String) - Method in class com.communote.server.web.commons.controller.VelocityViewController
-
- setPageInformation(PageableList<?>, ResultSpecification) - Method in class com.communote.server.web.fe.widgets.AbstractPagedListWidget
-
Set the Page Information
- setPageInformation(PageInformation) - Method in class com.communote.server.web.fe.widgets.AbstractPagedListWidget
-
- setPageInformation(QueryParameters, PageableList<? extends IdentifiableEntityData>) - Method in class com.communote.server.web.fe.widgets.AbstractPagedListWidget
-
Set the Page Information
- setPagingSize(Long) - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
Set the value for the results per page
- setParameter(String, String) - Method in class com.communote.server.widgets.AbstractWidget
-
set widget parameter
- setParameter(String, String) - Method in interface com.communote.server.widgets.Widget
-
set widget parameter
- setParameters(Object...) - Method in class com.communote.plugins.api.rest.resource.validation.ParameterValidationError
-
- setParameters(Object...) - Method in class com.communote.plugins.api.rest.v22.resource.validation.ParameterValidationError
-
- setParameters(Object...) - Method in class com.communote.plugins.api.rest.v24.resource.validation.ParameterValidationError
-
- setParameters(Object...) - Method in class com.communote.plugins.api.rest.v30.resource.validation.ParameterValidationError
-
- setParameters(Object[]) - Method in exception com.communote.server.core.blog.notes.processors.exceptions.MessageKeyNoteContentException
-
- setParameters(Query, List) - Static method in class com.communote.server.persistence.helper.dao.ResultSpecificationHelper
-
Set the parameters in the query
- setParameters(Query, Object...) - Static method in class com.communote.server.persistence.helper.dao.ResultSpecificationHelper
-
Set the parameters in the query
- setParamPassword(String) - Method in class com.communote.server.web.external.spring.security.RequestParameterAuthenticationProcessingFilter
-
- setParamPassword(String) - Method in class com.communote.server.web.external.spring.security.XMPPAuthenticationProcessingFilter
-
Sets the password parameter name.
- setParamUsername(String) - Method in class com.communote.server.web.external.spring.security.RequestParameterAuthenticationProcessingFilter
-
- setParamUsername(String) - Method in class com.communote.server.web.external.spring.security.XMPPAuthenticationProcessingFilter
-
Sets the user name parameter name..
- setParent(NoteData) - Method in class com.communote.server.api.core.note.NoteData
-
- setParent(Note) - Method in class com.communote.server.model.note.Note
-
- setParentDiscussionIds(Long[]) - Method in class com.communote.server.web.api.to.listitem.DiscussionListItem
-
- setParentNoteId(Long) - Method in class com.communote.plugins.api.rest.resource.note.CreateNoteParameter
-
Sets ParentNoteId.
- setParentNoteId(Long) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets ParentNoteId.
- setParentNoteId(Long) - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Sets ParentNoteId.
- setParentNoteId(Long) - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Sets ParentNoteId.
- setParentNoteId(Long) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets ParentNoteId.
- setParentNoteId(Long) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetTimelineNoteParameter
-
Sets ParentNoteId.
- setParentNoteId(Long) - Method in class com.communote.plugins.api.rest.resource.timelinenote.TimelineNoteResource
-
Sets ParentNoteId.
- setParentNoteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.CreateNoteParameter
-
Sets ParentNoteId.
- setParentNoteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Sets ParentNoteId.
- setParentNoteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Sets ParentNoteId.
- setParentNoteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets ParentNoteId.
- setParentNoteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetTimelineNoteParameter
-
Sets ParentNoteId.
- setParentNoteId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteResource
-
Sets ParentNoteId.
- setParentNoteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.CreateNoteParameter
-
Sets ParentNoteId.
- setParentNoteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Sets ParentNoteId.
- setParentNoteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Sets ParentNoteId.
- setParentNoteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets ParentNoteId.
- setParentNoteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
Sets ParentNoteId.
- setParentNoteId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
Sets ParentNoteId.
- setParentNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.CreateNoteParameter
-
Sets ParentNoteId.
- setParentNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Sets ParentNoteId.
- setParentNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Sets ParentNoteId.
- setParentNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets ParentNoteId.
- setParentNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets ParentNoteId.
- setParentNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
Sets ParentNoteId.
- setParentNoteId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
Sets ParentNoteId.
- setParentNoteId(Long) - Method in class com.communote.plugins.mq.message.core.data.note.Note
-
Set the ID of a note this note should be created as a comment of.
- setParentNoteId(Long) - Method in class com.communote.server.api.core.note.NoteStoringTO
-
- setParentPostAuthor(UserData) - Method in class com.communote.server.web.api.to.listitem.DetailPostListItem
-
Sets the author of the parent note
- setParentPostId(Long) - Method in class com.communote.server.core.vo.query.TaggingCoreItemUTPExtension
-
Sets the parent post id.
- setParentPostId(Long) - Method in class com.communote.server.web.api.to.listitem.DetailPostListItem
-
Sets the ID of the parent note
- setParentPostId(Long) - Method in class com.communote.server.web.api.to.listitem.v1_0_1.DetailPostListItem
-
- setParents(List<DetailBlogListItem>) - Method in class com.communote.server.core.filter.listitems.blog.DetailBlogListItem
-
- setParents(Set<Blog>) - Method in class com.communote.server.model.blog.Blog
-
- setParentTopicId(Long) - Method in class com.communote.server.api.core.blog.CreationBlogTO
-
- setParentTopicId(Long) - Method in class com.communote.server.model.blog.ResolvedTopicToTopic
-
- setParentTopicId(Long) - Method in class com.communote.server.web.fe.portal.blog.forms.BlogManagementForm
-
- setParentTopicIdentifier(EParentTopicIdentifier) - Method in class com.communote.plugins.api.rest.v30.resource.topic.childtopic.CreateChildTopicParameter
-
Sets the constant ParentTopicIdentifier.
- setParentTopicIdentifier(EParentTopicIdentifier) - Method in class com.communote.plugins.api.rest.v30.resource.topic.childtopic.DeleteChildTopicParameter
-
Sets the constant ParentTopicIdentifier.
- setParentTopicIds(Long[]) - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
- setParentUserId(Long) - Method in class com.communote.server.web.api.to.listitem.v1_0_1.DetailPostListItem
-
- setPassword(char[]) - Method in class com.communote.plugins.mq.message.base.data.security.UsernamePasswordAuthentication
-
- setPassword(char[]) - Method in class com.communote.plugins.mq.provider.activemq.user.MQUser
-
- setPassword(String) - Method in class com.communote.server.api.core.user.UserVO
-
- setPassword(String) - Method in class com.communote.server.model.user.User
-
- setPassword(String) - Method in class com.communote.server.web.fe.portal.user.forms.ForgottenPWForm
-
Returns the password.
- setPassword(String) - Method in class com.communote.server.web.fe.portal.user.forms.RegistrationForm
-
Sets the password.
- setPassword(String) - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileChangeEmailForm
-
Sets the password.
- setPassword(String) - Method in class com.communote.server.web.fe.portal.user.system.communication.MailInForm
-
- setPassword(String) - Method in class com.communote.server.web.fe.portal.user.system.communication.MailOutForm
-
- setPassword(String) - Method in class com.communote.server.web.fe.portal.user.system.communication.XmppForm
-
- setPassword2(String) - Method in class com.communote.server.web.fe.portal.user.forms.ForgottenPWForm
-
- setPassword2(String) - Method in class com.communote.server.web.fe.portal.user.forms.RegistrationForm
-
Sets the password2.
- setPasswordChanged(boolean) - Method in class com.communote.server.web.fe.portal.user.client.forms.ConfluenceAuthConfigurationForm
-
- setPasswordChanged(boolean) - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
- setPasswordChanged(boolean) - Method in class com.communote.server.web.fe.portal.user.system.communication.MailInForm
-
- setPasswordChanged(boolean) - Method in class com.communote.server.web.fe.portal.user.system.communication.MailOutForm
-
- setPasswordChanged(boolean) - Method in class com.communote.server.web.fe.portal.user.system.communication.XmppForm
-
- setPath(String) - Method in class com.communote.server.web.fe.portal.user.system.content.FileStorageForm
-
- setPattern(String) - Method in class com.communote.server.web.commons.tags.HighlightMatchingTag
-
- setPendingMessagesCount(long) - Method in class com.communote.plugins.mq.provider.activemq.monitor.data.BrokerQueue
-
- setPendingMessagesCount(long) - Method in class com.communote.plugins.mq.provider.activemq.monitor.data.MessageHandlerMQConsumer
-
- setPermalinkFound(boolean) - Method in class com.communote.server.core.util.InitalFiltersVO
-
- setPermalinkIdsToRecognize(Set<String>) - Method in class com.communote.server.web.fe.portal.blog.controller.InitialFiltersViewController
-
Set the IDs the view should recognize as permanent link identifier when creating the initial
filters.
- setPermanentId(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.ExternalLoginResource
-
Sets PermanentId.
- setPermanentId(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.GetCollectionExternalLoginParameter
-
Sets PermanentId.
- setPermanentId(String) - Method in class com.communote.server.model.user.ExternalUserAuthentication
-
- setPermanentId(String) - Method in class com.communote.server.persistence.user.ExternalUserVO
-
Set the permanent id.
- setPermission(Permission<Blog>) - Method in exception com.communote.server.api.core.blog.BlogAccessException
-
- setPermissions(Set<Permission<Note>>) - Method in class com.communote.server.api.core.note.NoteData
-
- setPermissionsUrl(String) - Method in class com.communote.server.model.config.ConfluenceConfiguration
-
- setPhone(PhoneNumber) - Method in class com.communote.server.core.filter.listitems.UserProfileDetailListItem
-
- setPhone(PhoneNumber) - Method in class com.communote.server.model.user.Contact
-
- setPhone(PhoneNumber) - Method in class com.communote.server.persistence.user.UserProfileVO
-
- setPhoneAreaCode(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Sets PhoneAreaCode.
- setPhoneAreaCode(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.GetUserParameter
-
Sets PhoneAreaCode.
- setPhoneAreaCode(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResource
-
Sets PhoneAreaCode.
- setPhoneAreaCode(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Sets PhoneAreaCode.
- setPhoneAreaCode(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetUserParameter
-
Sets PhoneAreaCode.
- setPhoneAreaCode(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
Sets PhoneAreaCode.
- setPhoneCountryCode(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Sets PhoneCountryCode.
- setPhoneCountryCode(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.GetUserParameter
-
Sets PhoneCountryCode.
- setPhoneCountryCode(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResource
-
Sets PhoneCountryCode.
- setPhoneCountryCode(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Sets PhoneCountryCode.
- setPhoneCountryCode(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetUserParameter
-
Sets PhoneCountryCode.
- setPhoneCountryCode(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
Sets PhoneCountryCode.
- setPhoneNumber(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Sets PhoneNumber.
- setPhoneNumber(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.GetUserParameter
-
Sets PhoneNumber.
- setPhoneNumber(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResource
-
Sets PhoneNumber.
- setPhoneNumber(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Sets PhoneNumber.
- setPhoneNumber(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetUserParameter
-
Sets PhoneNumber.
- setPhoneNumber(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
Sets PhoneNumber.
- setPhoneNumber(String) - Method in class com.communote.server.model.user.PhoneNumber
-
- setPluginName(String) - Method in class com.communote.plugins.webservice.CommunoteWebServiceDefinition
-
- setPollingThread(Thread) - Method in interface com.communote.plugins.mq.provider.jms.JMSMessageConsumer
-
only for test purposes.
- setPollingThread(Thread) - Method in class com.communote.plugins.mq.provider.jms.JMSMessageConsumerImpl
-
only for test purposes.
- setPort(String) - Method in class com.communote.server.web.fe.portal.user.system.communication.MailInForm
-
- setPort(String) - Method in class com.communote.server.web.fe.portal.user.system.communication.MailOutForm
-
- setPort(String) - Method in class com.communote.server.web.fe.portal.user.system.communication.XmppForm
-
- setPosition(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Sets Position.
- setPosition(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.GetUserParameter
-
Sets Position.
- setPosition(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResource
-
Sets Position.
- setPosition(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Sets Position.
- setPosition(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetUserParameter
-
Sets Position.
- setPosition(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
Sets Position.
- setPosition(String) - Method in class com.communote.server.core.filter.listitems.UserProfileDetailListItem
-
- setPosition(String) - Method in class com.communote.server.model.user.UserProfile
-
- setPosition(String) - Method in class com.communote.server.persistence.user.UserProfileVO
-
- setPosition(String) - Method in class com.communote.server.web.fe.widgets.users.UserListWidget.ListUsersWidgetUserListItem
-
- setPostId(Long) - Method in class com.communote.server.web.api.to.listitem.CommonPostListItem
-
Sets the ID of the note
- setPostingInterval(String) - Method in class com.communote.server.web.fe.portal.user.system.communication.XmppForm
-
- setPostOnly(boolean) - Method in class com.communote.server.web.external.spring.security.UsernamePasswordFormAuthenticationProcessingFilter
-
- setPreferenceEntryId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.DeletePreferenceParameter
-
Sets PreferenceEntryId.
- setPreferenceEntryId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.EditPreferenceParameter
-
Sets PreferenceEntryId.
- setPreferenceEntryId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.GetPreferenceParameter
-
Sets PreferenceEntryId.
- setPreferenceEntryId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.PreferenceResource
-
Sets PreferenceEntryId.
- setPreferenceEntryId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.DeletePreferenceParameter
-
Sets PreferenceEntryId.
- setPreferenceEntryId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.EditPreferenceParameter
-
Sets PreferenceEntryId.
- setPreferenceEntryId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.GetPreferenceParameter
-
Sets PreferenceEntryId.
- setPreferenceEntryId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.PreferenceResource
-
Sets PreferenceEntryId.
- setPreferenceId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.EditUserPreferenceParameter
-
Sets PreferenceId.
- setPreferenceId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.GetUserPreferenceParameter
-
Sets PreferenceId.
- setPreferenceId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.CreatePreferenceParameter
-
Sets PreferenceId.
- setPreferenceId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.DeletePreferenceParameter
-
Sets PreferenceId.
- setPreferenceId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.EditPreferenceParameter
-
Sets PreferenceId.
- setPreferenceId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.GetPreferenceParameter
-
Sets PreferenceId.
- setPreferenceId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.UserPreferenceResource
-
Sets PreferenceId.
- setPreferenceId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.EditUserPreferenceParameter
-
Sets PreferenceId.
- setPreferenceId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.GetUserPreferenceParameter
-
Sets PreferenceId.
- setPreferenceId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.CreatePreferenceParameter
-
Sets PreferenceId.
- setPreferenceId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.DeletePreferenceParameter
-
Sets PreferenceId.
- setPreferenceId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.EditPreferenceParameter
-
Sets PreferenceId.
- setPreferenceId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.GetPreferenceParameter
-
Sets PreferenceId.
- setPreferenceId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.UserPreferenceResource
-
Sets PreferenceId.
- setPreferences(PreferenceResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.EditUserPreferenceParameter
-
Sets Preferences.
- setPreferences(PreferenceResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.GetUserPreferenceParameter
-
Sets Preferences.
- setPreferences(PreferenceResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.UserPreferenceResource
-
Sets Preferences.
- setPreferences(PreferenceResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.EditUserPreferenceParameter
-
Sets Preferences.
- setPreferences(PreferenceResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.GetUserPreferenceParameter
-
Sets Preferences.
- setPreferences(PreferenceResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.UserPreferenceResource
-
Sets Preferences.
- setPreferences(Map<String, String>) - Method in class com.communote.server.core.vo.user.preferences.UserInterfaceUserPreference
-
- setPreferences(Map<String, String>) - Method in class com.communote.server.core.vo.user.preferences.UserPreference
-
Method to set the preferences.
- setPrefix(String) - Method in class com.communote.server.core.vo.tag.GlobalTagCategoryVO
-
- setPrefix(String) - Method in class com.communote.server.model.tag.AbstractTagCategory
-
- setPrefix(String) - Method in class com.communote.server.persistence.common.messages.MessageKeyLocalizedMessageBuilder
-
Prepend the provided string to the messageKeyBase that was passed to the constructor.
- setPreselectedTab(ClientProperty.PRESELECTED_TABS_VALUES) - Method in class com.communote.server.core.vo.user.preferences.UserInterfaceUserPreference
-
- setPreselectedTab(String) - Method in class com.communote.server.web.fe.portal.user.client.forms.ClientUserManagementSettingsForm
-
- setPreselectedTopicOverviewTab(String) - Method in class com.communote.server.web.fe.portal.user.client.forms.ClientUserManagementSettingsForm
-
- setPreselectedView(TimelineFilterViewType) - Method in class com.communote.server.web.fe.portal.user.client.forms.ClientUserManagementSettingsForm
-
- setPreviewId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.attachment.preview.GetPreviewParameter
-
Sets PreviewId.
- setPreviewId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.attachment.preview.PreviewResource
-
Sets PreviewId.
- setPreviewId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.attachment.preview.GetPreviewParameter
-
Sets PreviewId.
- setPreviewId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.attachment.preview.PreviewResource
-
Sets PreviewId.
- setPreviousExternalUser(ExternalUserVO) - Method in class com.communote.server.core.security.FieldUserIdentification
-
Also set the externalUserId if it has not been set before
- setPrimary(boolean) - Method in class com.communote.server.web.fe.portal.user.client.forms.ConfluenceAuthConfigurationForm
-
Wrapper for setting the primary flag.
- setPrimary(boolean) - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
Wrapper for setting the primary flag.
- setPrimaryAuthentication(String, boolean) - Method in interface com.communote.server.api.core.config.ConfigurationManager
-
- setPrimaryAuthentication(String, boolean) - Method in class com.communote.server.core.config.ConfigurationPropertiesManager
-
- setPrimaryAuthentication(String, boolean, String) - Method in interface com.communote.server.core.ConfigurationManagement
-
- setPrimaryAuthentication(String, boolean, String) - Method in class com.communote.server.core.ConfigurationManagementImpl
- setPrimaryAuthentication(boolean) - Method in class com.communote.server.model.config.ExternalSystemConfiguration
-
- setPriority(Integer) - Method in class com.communote.server.model.messaging.MessagerConnectorConfig
-
- setPriority(String) - Method in class com.communote.server.web.fe.portal.user.system.communication.XmppForm
-
- setProcessedMailNoteDao(ProcessedMailNoteDao) - Method in class com.communote.server.core.blog.MailBasedPostingManagementBase
-
Sets the reference to processedMailNote
's DAO.
- setProcessedResource(ResourceDescriptor) - Method in class com.communote.server.web.commons.resource.impl.ResourceFilterMatchProcessor
-
Set the currently processed resource
- setProfile(UserProfile) - Method in class com.communote.server.model.user.User
-
- setProfileImageId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Sets ProfileImageId.
- setProfileImageId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetTopicParameter
-
Sets ProfileImageId.
- setProfileImageId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Sets ProfileImageId.
- setProfileImageVersion(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Sets ProfileImageVersion.
- setProfileImageVersion(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetTopicParameter
-
Sets ProfileImageVersion.
- setProfileImageVersion(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Sets ProfileImageVersion.
- setProfileImageVersion(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Sets ProfileImageVersion.
- setProfileImageVersion(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetUserParameter
-
Sets ProfileImageVersion.
- setProfileImageVersion(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
Sets ProfileImageVersion.
- setProperties(PropertyResource[]) - Method in class com.communote.plugins.api.rest.resource.note.CreateNoteParameter
-
Sets Properties.
- setProperties(PropertyResource[]) - Method in class com.communote.plugins.api.rest.resource.note.EditNoteParameter
-
Sets Properties.
- setProperties(PropertyResource[]) - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Sets Properties.
- setProperties(Long, PropertyResource[]) - Static method in class com.communote.plugins.api.rest.resource.note.property.PropertyResourceHelper
-
Set the properties of an note.
- setProperties(PropertyResource[]) - Method in class com.communote.plugins.api.rest.resource.topic.CreateTopicParameter
-
Sets Properties.
- setProperties(PropertyResource[]) - Method in class com.communote.plugins.api.rest.resource.topic.EditTopicParameter
-
Sets Properties.
- setProperties(Long, PropertyResource[]) - Static method in class com.communote.plugins.api.rest.resource.topic.property.PropertyResourceHelper
-
Set the properties of an topic.
- setProperties(PropertyResource[]) - Method in class com.communote.plugins.api.rest.resource.topic.TopicResource
-
Sets Properties.
- setProperties(PropertyResource[]) - Method in class com.communote.plugins.api.rest.resource.user.CreateUserParameter
-
Sets Properties.
- setProperties(PropertyResource[]) - Method in class com.communote.plugins.api.rest.resource.user.EditUserParameter
-
Sets Properties.
- setProperties(PropertyResource[]) - Method in class com.communote.plugins.api.rest.resource.user.UserResource
-
Sets Properties.
- setProperties(PropertyResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.note.CreateNoteParameter
-
Sets Properties.
- setProperties(PropertyResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.note.EditNoteParameter
-
Sets Properties.
- setProperties(PropertyResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Sets Properties.
- setProperties(Long, PropertyResource[]) - Static method in class com.communote.plugins.api.rest.v22.resource.note.property.PropertyResourceHelper
-
Set the properties of an note.
- setProperties(PropertyResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.CreateTimelineNoteParameter
-
Sets Properties.
- setProperties(PropertyResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteResource
-
Sets Properties.
- setProperties(PropertyResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.topic.CreateTopicParameter
-
Sets Properties.
- setProperties(PropertyResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.topic.EditTopicParameter
-
Sets Properties.
- setProperties(Long, PropertyResource[]) - Static method in class com.communote.plugins.api.rest.v22.resource.topic.property.PropertyResourceHelper
-
Set the properties of an topic.
- setProperties(PropertyResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.topic.TopicResource
-
Sets Properties.
- setProperties(PropertyResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.user.CreateUserParameter
-
Sets Properties.
- setProperties(PropertyResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.user.EditUserParameter
-
Sets Properties.
- setProperties(PropertyResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.user.UserResource
-
Sets Properties.
- setProperties(PropertyResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.note.CreateNoteParameter
-
Sets Properties.
- setProperties(PropertyResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.note.EditNoteParameter
-
Sets Properties.
- setProperties(PropertyResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Sets Properties.
- setProperties(Long, PropertyResource[]) - Static method in class com.communote.plugins.api.rest.v24.resource.note.property.PropertyResourceHelper
-
Set the properties of an note.
- setProperties(PropertyResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.CreateTimelineNoteParameter
-
Sets Properties.
- setProperties(PropertyResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
Sets Properties.
- setProperties(PropertyResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.topic.CreateTopicParameter
-
Sets Properties.
- setProperties(PropertyResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.topic.EditTopicParameter
-
Sets Properties.
- setProperties(Long, PropertyResource[]) - Static method in class com.communote.plugins.api.rest.v24.resource.topic.property.PropertyResourceHelper
-
Set the properties of an topic.
- setProperties(PropertyResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.topic.TopicResource
-
Sets Properties.
- setProperties(PropertyResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.user.CreateUserParameter
-
Sets Properties.
- setProperties(PropertyResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.user.EditUserParameter
-
Sets Properties.
- setProperties(PropertyResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResource
-
Sets Properties.
- setProperties(PropertyResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.note.CreateNoteParameter
-
Sets Properties.
- setProperties(PropertyResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.note.EditNoteParameter
-
Sets Properties.
- setProperties(PropertyResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Sets Properties.
- setProperties(Long, PropertyResource[]) - Static method in class com.communote.plugins.api.rest.v30.resource.note.property.PropertyResourceHelper
-
Set the properties of an note.
- setProperties(PropertyResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets Properties.
- setProperties(PropertyResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
Sets Properties.
- setProperties(PropertyResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.topic.CreateTopicParameter
-
Sets Properties.
- setProperties(PropertyResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.topic.EditTopicParameter
-
Sets Properties.
- setProperties(Long, PropertyResource[]) - Static method in class com.communote.plugins.api.rest.v30.resource.topic.property.PropertyResourceHelper
-
Set the properties of an topic.
- setProperties(PropertyResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Sets Properties.
- setProperties(PropertyResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.user.CreateUserParameter
-
Sets Properties.
- setProperties(PropertyResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.user.EditUserParameter
-
Sets Properties.
- setProperties(ExternalPropertyResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.ExternalLoginResource
-
Sets Properties.
- setProperties(ExternalPropertyResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.GetCollectionExternalLoginParameter
-
Sets Properties.
- setProperties(PropertyResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
Sets Properties.
- setProperties(StringProperty[]) - Method in class com.communote.plugins.mq.message.core.data.note.Note
-
Set the properties which should be added to the note
- setProperties(StringProperty[]) - Method in class com.communote.plugins.mq.message.core.data.note.TemplateNote
-
- setProperties(StringProperty[]) - Method in class com.communote.plugins.mq.message.core.data.topic.Topic
-
- setProperties(List<StringPropertyTO>) - Method in class com.communote.server.api.core.blog.BlogTO
-
The properties of the blog
- setProperties(Set<StringPropertyTO>) - Method in class com.communote.server.api.core.note.NoteStoringTO
-
- setProperties(List<StringPropertyTO>) - Method in class com.communote.server.core.vo.content.AttachmentTO
-
- setProperties(Set<AttachmentProperty>) - Method in class com.communote.server.model.attachment.Attachment
-
- setProperties(Set<BlogProperty>) - Method in class com.communote.server.model.blog.Blog
-
- setProperties(Set<ExternalObjectProperty>) - Method in class com.communote.server.model.external.ExternalObject
-
- setProperties(String) - Method in class com.communote.server.model.messaging.MessagerConnectorConfig
-
- setProperties(Set<NoteProperty>) - Method in class com.communote.server.model.note.Note
-
- setProperties(Set<TaskProperty>) - Method in class com.communote.server.model.task.Task
-
- setProperties(Set<GroupProperty>) - Method in class com.communote.server.model.user.group.Group
-
- setProperties(Set<UserNoteProperty>) - Method in class com.communote.server.model.user.note.UserNoteEntity
-
- setProperties(Set<UserProperty>) - Method in class com.communote.server.model.user.User
-
- setProperties(Set<StringPropertyTO>) - Method in class com.communote.server.persistence.user.ExternalUserVO
-
Set additional user properties.
- setPropertiesValidator(NoteTemplatePropertiesValidator) - Method in class com.communote.server.core.template.NoteTemplateDefinition
-
Sets the validator to be used for validating the template properties.
- setProperty(String, T) - Method in class com.communote.server.api.core.common.IdentifiableEntityData
-
Stores or replaces a value for a property.
- setProperty(String, String) - Method in class com.communote.server.api.core.task.TaskTO
-
Sets a property for the task.
- setPropertyEventType(PropertyEvent.PropertyEventType) - Method in class com.communote.server.api.core.property.PropertyEvent
-
- setPropertyId(Long) - Method in class com.communote.plugins.api.rest.resource.note.property.GetPropertyParameter
-
Sets PropertyId.
- setPropertyId(Long) - Method in class com.communote.plugins.api.rest.resource.note.property.PropertyResource
-
Sets PropertyId.
- setPropertyId(Long) - Method in class com.communote.plugins.api.rest.resource.topic.property.GetPropertyParameter
-
Sets PropertyId.
- setPropertyId(Long) - Method in class com.communote.plugins.api.rest.resource.topic.property.PropertyResource
-
Sets PropertyId.
- setPropertyId(Long) - Method in class com.communote.plugins.api.rest.resource.user.property.GetPropertyParameter
-
Sets PropertyId.
- setPropertyId(Long) - Method in class com.communote.plugins.api.rest.resource.user.property.PropertyResource
-
Sets PropertyId.
- setPropertyId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.property.GetPropertyParameter
-
Sets PropertyId.
- setPropertyId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.property.PropertyResource
-
Sets PropertyId.
- setPropertyId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.property.GetPropertyParameter
-
Sets PropertyId.
- setPropertyId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.property.PropertyResource
-
Sets PropertyId.
- setPropertyId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.topic.property.GetPropertyParameter
-
Sets PropertyId.
- setPropertyId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.topic.property.PropertyResource
-
Sets PropertyId.
- setPropertyId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.user.property.GetPropertyParameter
-
Sets PropertyId.
- setPropertyId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.user.property.PropertyResource
-
Sets PropertyId.
- setPropertyId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.property.GetPropertyParameter
-
Sets PropertyId.
- setPropertyId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.property.PropertyResource
-
Sets PropertyId.
- setPropertyId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.property.GetPropertyParameter
-
Sets PropertyId.
- setPropertyId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.property.PropertyResource
-
Sets PropertyId.
- setPropertyId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.topic.property.GetPropertyParameter
-
Sets PropertyId.
- setPropertyId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.topic.property.PropertyResource
-
Sets PropertyId.
- setPropertyId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.user.property.GetPropertyParameter
-
Sets PropertyId.
- setPropertyId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.user.property.PropertyResource
-
Sets PropertyId.
- setPropertyId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.property.GetPropertyParameter
-
Sets PropertyId.
- setPropertyId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.property.PropertyResource
-
Sets PropertyId.
- setPropertyId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.property.GetPropertyParameter
-
Sets PropertyId.
- setPropertyId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.property.PropertyResource
-
Sets PropertyId.
- setPropertyId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.topic.property.GetPropertyParameter
-
Sets PropertyId.
- setPropertyId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.topic.property.PropertyResource
-
Sets PropertyId.
- setPropertyId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.externalproperty.ExternalPropertyResource
-
Sets PropertyId.
- setPropertyId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.externalproperty.GetExternalPropertyParameter
-
Sets PropertyId.
- setPropertyId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.property.GetPropertyParameter
-
Sets PropertyId.
- setPropertyId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.property.PropertyResource
-
Sets PropertyId.
- setPropertyKey(String) - Method in class com.communote.plugins.mq.message.core.data.topic.TopicProperty
-
- setPropertyKey(String) - Method in class com.communote.server.api.core.property.StringPropertyFilter
-
Set the key of the property which should or should not be assigned to an entity.
- setPropertyKey(String) - Method in class com.communote.server.api.core.property.StringPropertyTO
-
- setPropertyKey(String) - Method in class com.communote.server.model.property.Property
-
- setPropertyKey(String) - Method in class com.communote.server.model.task.TaskProperty
-
- setPropertyManagement(PropertyManagement) - Method in class com.communote.plugins.mq.message.core.handler.CreateTopicMessageHandler
-
- setPropertyManagement(PropertyManagement) - Method in class com.communote.plugins.mq.message.core.handler.EditTopicMessageHandler
-
- setPropertyMapping(String) - Method in class com.communote.server.model.config.LdapSearchConfiguration
-
- setPropertyResource(boolean) - Method in class com.communote.server.web.commons.resource.ResourceCategoryDefinition
-
Set whether there can be a PluginProperty providing a resource
- setPropertyResourceFallback(String) - Method in class com.communote.server.web.commons.resource.ResourceCategoryDefinition
-
- setPropertyValue(String) - Method in class com.communote.plugins.mq.message.core.data.topic.TopicProperty
-
- setPropertyValue(String) - Method in class com.communote.server.api.core.property.StringPropertyFilter
-
Set the value of the property which should or should not be assigned to an entity.
- setPropertyValue(String) - Method in class com.communote.server.api.core.property.StringPropertyTO
-
- setPropertyValue(BinaryProperty, byte[]) - Method in class com.communote.server.core.property.BinaryPropertyAccessor
- setPropertyValue(P, V) - Method in class com.communote.server.core.property.PropertyAccessor
-
- setPropertyValue(P, String) - Method in class com.communote.server.core.property.StringPropertyAccessor
- setPropertyValue(UserNoteProperty, String) - Method in class com.communote.server.core.property.UserNotePropertyAccessor
- setPropertyValue(byte[]) - Method in class com.communote.server.model.property.BinaryProperty
-
- setPropertyValue(String) - Method in class com.communote.server.model.property.StringProperty
-
- setPropertyValue(String) - Method in class com.communote.server.model.task.TaskProperty
-
- setProtocol(MailInProtocolType) - Method in class com.communote.server.web.fe.portal.user.system.communication.MailInForm
-
- setProvideDefaultImageIfDisabled(boolean) - Method in class com.communote.server.core.image.HttpExternalImageProvider
-
Set whether the default image can be returned even if the provider is temporarily disabled.
- setProviderAlias(String) - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets ProviderAlias.
- setProviderAlias(String) - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.TagSuggestionListResource
-
Sets ProviderAlias.
- setProviderAlias(String) - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets ProviderAlias.
- setProviderAlias(String) - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.TagSuggestionListResource
-
Sets ProviderAlias.
- setProviderAlias(String) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets ProviderAlias.
- setProviderAlias(String) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.TagSuggestionListResource
-
Sets ProviderAlias.
- setProviderAlias(String) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets ProviderAlias.
- setProviderAlias(String) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.TagSuggestionListResource
-
Sets ProviderAlias.
- setPublicAccess(Boolean) - Method in class com.communote.plugins.api.rest.resource.topic.right.EditRightParameter
-
Sets PublicAccess.
- setPublicAccess(Boolean) - Method in class com.communote.plugins.api.rest.resource.topic.right.GetRightParameter
-
Sets PublicAccess.
- setPublicAccess(Boolean) - Method in class com.communote.plugins.api.rest.resource.topic.right.RightResource
-
Sets PublicAccess.
- setPublicAccess(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.topic.right.EditRightParameter
-
Sets PublicAccess.
- setPublicAccess(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.topic.right.GetRightParameter
-
Sets PublicAccess.
- setPublicAccess(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.topic.right.RightResource
-
Sets PublicAccess.
- setPublicAccess(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.topic.right.EditRightParameter
-
Sets PublicAccess.
- setPublicAccess(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.topic.right.GetRightParameter
-
Sets PublicAccess.
- setPublicAccess(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.topic.right.RightResource
-
Sets PublicAccess.
- setPublicAccess(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.topic.right.EditRightParameter
-
Sets PublicAccess.
- setPublicAccess(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.topic.right.GetRightParameter
-
Sets PublicAccess.
- setPublicAccess(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.topic.right.RightResource
-
Sets PublicAccess.
- setPublicAccess(boolean) - Method in class com.communote.server.core.vo.query.TaggingCoreItemUTPExtension
-
the parameter shows whether the request is public or not
- setPublicAccess(boolean) - Method in class com.communote.server.model.blog.Blog
-
- setPublicUserToSecurityContext(ServletRequest) - Static method in class com.communote.server.core.security.AuthenticationHelper
-
Set the public user as authenticated user to the current SecurityContext.
- setPublish(Boolean) - Method in class com.communote.plugins.api.rest.resource.note.CreateNoteParameter
-
Sets Publish.
- setPublish(Boolean) - Method in class com.communote.plugins.api.rest.resource.note.EditNoteParameter
-
Sets Publish.
- setPublish(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.note.CreateNoteParameter
-
Sets Publish.
- setPublish(Boolean) - Method in class com.communote.plugins.api.rest.v22.resource.note.EditNoteParameter
-
Sets Publish.
- setPublish(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.note.CreateNoteParameter
-
Sets Publish.
- setPublish(Boolean) - Method in class com.communote.plugins.api.rest.v24.resource.note.EditNoteParameter
-
Sets Publish.
- setPublish(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.note.CreateNoteParameter
-
Sets Publish.
- setPublish(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.note.EditNoteParameter
-
Sets Publish.
- setPublish(boolean) - Method in class com.communote.server.api.core.note.NoteStoringTO
-
- setQueryForAdditionalDMs(boolean) - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
This method is just a hook for KENMEI-5766 and mainly KENMEI-5661 (the stupid desktop
client), to make it possible to AND combine following and direct messages.
- setQueryHelperDao(QueryHelperDao) - Method in class com.communote.server.core.query.QueryManagement
-
Sets the reference to queryHelper
's DAO.
- setQueryPrefix(String) - Method in class com.communote.server.model.config.LdapConfiguration
-
- setQueryPrefix(String) - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
- setRangeType(int) - Method in class com.communote.server.core.security.iprange.IpFilterCacheKey
-
Set Range Type
- setRank(Integer) - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets Rank.
- setRank(Integer) - Method in class com.communote.plugins.api.rest.resource.timelinetag.TimelineTagResource
-
Sets Rank.
- setRank(Integer) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets Rank.
- setRank(Integer) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.TimelineTagResource
-
Sets Rank.
- setRank(Integer) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets Rank.
- setRank(Integer) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.TimelineTagResource
-
Sets Rank.
- setRank(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets Rank.
- setRank(Integer) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.TimelineTagResource
-
Sets Rank.
- setRank(Number) - Method in class com.communote.server.core.filter.listitems.RankTagListItem
-
- setRank(Number) - Method in class com.communote.server.core.filter.listitems.RankUserListItem
-
Setter user ranke
- setRank(int) - Method in class com.communote.server.model.user.note.UserNoteEntity
-
- setRank(int) - Method in class com.communote.server.model.user.note.UserNoteEntityImpl
- setRankNormalized(double) - Method in class com.communote.server.model.user.note.UserNoteEntity
-
- setRankNormalized(double) - Method in class com.communote.server.model.user.note.UserNoteEntityImpl
- setRawOffset(int) - Method in class com.communote.server.core.common.time.SimplifiedTimeZone
-
- setReadingUserIds(Long[]) - Method in class com.communote.plugins.api.rest.resource.topic.right.GetRightParameter
-
Sets ReadingUserIds.
- setReadingUserIds(Long[]) - Method in class com.communote.plugins.api.rest.resource.topic.right.RightResource
-
Sets ReadingUserIds.
- setReadingUserIds(Long[]) - Method in class com.communote.plugins.api.rest.v22.resource.topic.right.GetRightParameter
-
Sets ReadingUserIds.
- setReadingUserIds(Long[]) - Method in class com.communote.plugins.api.rest.v22.resource.topic.right.RightResource
-
Sets ReadingUserIds.
- setReadingUserIds(Long[]) - Method in class com.communote.plugins.api.rest.v24.resource.topic.right.GetRightParameter
-
Sets ReadingUserIds.
- setReadingUserIds(Long[]) - Method in class com.communote.plugins.api.rest.v24.resource.topic.right.RightResource
-
Sets ReadingUserIds.
- setReadingUserIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.topic.right.GetRightParameter
-
Sets ReadingUserIds.
- setReadingUserIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.topic.right.RightResource
-
Sets ReadingUserIds.
- setReadingUserIds(String) - Method in class com.communote.server.core.filter.listitems.blog.DetailBlogListItem
-
- setReceivers(String[]) - Method in class com.communote.server.core.messaging.vo.Message
-
- setReconnectionTimeout(String) - Method in class com.communote.server.web.fe.portal.user.system.communication.MailInForm
-
- setRedirectionTargets(List<String>) - Method in class com.communote.server.web.external.spring.security.CommunoteAuthenticationSuccessHandler
-
Set the URLs which can be used as redirection target after successful authentication.
- setRedirectUrl(String) - Method in class com.communote.server.web.fe.portal.user.controller.UserProfileController
-
- setRefuseOnExternalAuthentication(boolean) - Method in class com.communote.server.web.commons.controller.BaseFormController
-
If the form is refused on activated external authentication, the user will be redirected to
the portal home page.
- setRelativeUrlPattern(String) - Method in class com.communote.plugins.webservice.CommunoteWebServiceDefinition
-
- setRememberMeServices(RememberMeServices) - Method in class com.communote.server.web.external.spring.security.CommunoteRememberMeProcessingFilter
- setReminderMailSent(boolean) - Method in class com.communote.server.model.user.User
-
- setRemoteAddress(String) - Method in class com.communote.plugins.mq.provider.activemq.security.RemoteAddressCallBack
-
- setRenameTag(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.tag.EditTagParameter
-
Sets RenameTag.
- setRenameTag(Boolean) - Method in class com.communote.plugins.api.rest.v30.resource.tag.TagResource
-
Sets RenameTag.
- setRenderAttachmentLinks(boolean) - Method in class com.communote.server.web.fe.portal.user.client.forms.ClientProfileNotificationsForm
-
- setRenderBlogPermalinkInInvitation(boolean) - Method in class com.communote.server.web.fe.portal.user.client.forms.ClientProfileNotificationsForm
-
Set whether a blog permalink should be generated in the blog invitation notification.
- setRenderPermalinks(boolean) - Method in class com.communote.server.web.fe.portal.user.client.forms.ClientProfileNotificationsForm
-
Set whether permalinks should be generated in notifications.
- setRenderSessionId(boolean) - Method in class com.communote.server.web.commons.tags.KenmeiUrlTag
-
Decide if the session should be rendered in the url (default is true).
- setRenderTagsJoin(boolean) - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
- setReplyType(ReplyType) - Method in class com.communote.plugins.mq.message.base.message.BaseMessage
-
- setRepositoryConnectorId(String) - Method in class com.communote.plugins.api.rest.v30.resource.attachment.AttachmentResource
-
Sets RepositoryConnectorId.
- setRepositoryConnectorId(String) - Method in class com.communote.plugins.api.rest.v30.resource.attachment.GetAttachmentParameter
-
Sets RepositoryConnectorId.
- setRepositoryId(String) - Method in class com.communote.server.api.core.attachment.AttachmentData
-
- setRepositoryIdentifier(String) - Method in class com.communote.server.model.attachment.Attachment
-
- setRepositorySize(long) - Method in class com.communote.server.model.client.ClientStatistic
-
- setRequest(HttpServletRequest) - Method in class com.communote.server.api.core.note.NoteRenderContext
-
Set the request that triggered the render action.
- setRequest(HttpServletRequest) - Method in class com.communote.server.web.commons.viewtool.RequestAwareTool
-
Sets the current HttpServletRequest
.
- setRequest(HttpServletRequest) - Method in class com.communote.server.widgets.AbstractWidget
-
set the http servlet request for this widget
- setRequest(HttpServletRequest) - Method in interface com.communote.server.widgets.Widget
-
set the http servlet request for this widget
- setRequestCache(RequestCache) - Method in class com.communote.server.web.external.spring.security.CommunoteAuthenticationSuccessHandler
-
Set a request cache to look for a redirection target if no target URL was provided by a
request parameter.
- setRequiredRole(BlogRole) - Method in exception com.communote.server.api.core.blog.BlogAccessException
-
- setRescheduleDate(Date) - Method in class com.communote.server.api.core.task.TaskTO
-
- setResetGlobalAccess(boolean) - Method in class com.communote.server.web.fe.portal.user.client.forms.ClientPermissionsForm
-
- setResetToDefault(boolean) - Method in class com.communote.server.web.fe.portal.user.client.forms.ClientProfileLogoForm
-
Whether the logo should be reset to the default.
- setResourceBundleManager(ResourceBundleManager) - Method in class com.communote.server.web.commons.i18n.ResourceBundleManagerMessageSource
-
- setResourceConcatenator(ResourceConcatenator) - Method in class com.communote.server.web.commons.resource.impl.ConcatenatedResourceStoreImpl
-
Set the resource concatenator to use.
- setResourceId(Long) - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
- setResourceId(String) - Method in exception com.communote.server.web.api.service.RequestedResourceNotFoundException
-
- setResourceLoader(ResourceLoader) - Method in class com.communote.server.core.database.liquibase.AbstractLiquibaseDatabaseUpdater
- setResourceType(String) - Method in exception com.communote.server.web.api.service.RequestedResourceNotFoundException
-
- setResponse(HttpServletResponse) - Method in class com.communote.server.web.commons.viewtool.RequestAwareTool
-
Sets the current HttpServletResponse
.
- setResponse(HttpServletResponse) - Method in class com.communote.server.widgets.AbstractWidget
-
set the http servlet response for this widget
- setResponse(HttpServletResponse) - Method in interface com.communote.server.widgets.Widget
-
set the http servlet response for this widget
- setResponseMetadata(String, Object) - Method in class com.communote.server.widgets.AbstractWidget
-
- setResult(T) - Method in class com.communote.plugins.api.rest.to.ApiResult
-
- setResult(T) - Method in class com.communote.plugins.api.rest.v22.to.ApiResult
-
- setResult(T) - Method in class com.communote.plugins.api.rest.v24.to.ApiResult
-
- setResult(T) - Method in class com.communote.plugins.api.rest.v30.to.ApiResult
-
- setResult(Object) - Method in class com.communote.server.web.api.to.ApiResult
-
Deprecated.
- setResultSpecification(ResultSpecification) - Method in class com.communote.server.core.vo.query.QueryParameters
-
Set the result specification
- setResultSpecification(ResultSpecification) - Method in class com.communote.server.web.fe.portal.user.forms.SearchUserForm
-
- setRetrieveOnlyFollowedItems(boolean) - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
Whether to retrieve only followed items or items that are related to these items.
- setRetrieveOnlyFollowedUsers(boolean) - Method in class com.communote.server.core.vo.query.user.UserQueryParameters
-
Set whether to retrieve only users followed by the current user.
- setRetrieveOnlyNotesAfterDate(Date) - Method in class com.communote.server.core.vo.query.post.NoteQueryParameters
-
- setRetrieveOnlyNotesAfterId(Long) - Method in class com.communote.server.core.vo.query.post.NoteQueryParameters
-
Note: If also the lowerTagDate filter is set and the lowerTagDate > creationDate of
retrieveOnlyNotesBeforeId a standard filtering for lowerTagDate will be done.
- setRetrieveOnlyNotesBeforeDate(Date) - Method in class com.communote.server.core.vo.query.post.NoteQueryParameters
-
Filter to restrict the result to notes that were created before this date.
- setRetrieveOnlyNotesBeforeId(Long) - Method in class com.communote.server.core.vo.query.post.NoteQueryParameters
-
Filter to restrict the result to notes that have an ID that is lower than this one.
- setRight(Right) - Method in class com.communote.common.util.Pair
-
- setRight(Long) - Method in class com.communote.plugins.api.rest.resource.topic.right.EditRightParameter
-
Sets Right.
- setRight(Long) - Method in class com.communote.plugins.api.rest.resource.topic.right.GetRightParameter
-
Sets Right.
- setRight(Long) - Method in class com.communote.plugins.api.rest.resource.topic.right.RightResource
-
Sets Right.
- setRight(Long) - Method in class com.communote.plugins.api.rest.v22.resource.topic.right.EditRightParameter
-
Sets Right.
- setRight(Long) - Method in class com.communote.plugins.api.rest.v22.resource.topic.right.GetRightParameter
-
Sets Right.
- setRight(Long) - Method in class com.communote.plugins.api.rest.v22.resource.topic.right.RightResource
-
Sets Right.
- setRight(Long) - Method in class com.communote.plugins.api.rest.v24.resource.topic.right.EditRightParameter
-
Sets Right.
- setRight(Long) - Method in class com.communote.plugins.api.rest.v24.resource.topic.right.GetRightParameter
-
Sets Right.
- setRight(Long) - Method in class com.communote.plugins.api.rest.v24.resource.topic.right.RightResource
-
Sets Right.
- setRight(Long) - Method in class com.communote.plugins.api.rest.v30.resource.topic.right.EditRightParameter
-
Sets Right.
- setRight(Long) - Method in class com.communote.plugins.api.rest.v30.resource.topic.right.GetRightParameter
-
Sets Right.
- setRight(Long) - Method in class com.communote.plugins.api.rest.v30.resource.topic.right.RightResource
-
Sets Right.
- setRights(List<ERights>) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
List of constants Rights.
- setRights(List<ERights>) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetTimelineNoteParameter
-
List of constants Rights.
- setRights(List<ERights>) - Method in class com.communote.plugins.api.rest.resource.timelinenote.TimelineNoteResource
-
List of constants Rights.
- setRights(List<ERights>) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
List of constants Rights.
- setRights(List<ERights>) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetTimelineNoteParameter
-
List of constants Rights.
- setRights(List<ERights>) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteResource
-
List of constants Rights.
- setRights(List<ERights>) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
List of constants Rights.
- setRights(List<ERights>) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
List of constants Rights.
- setRights(List<ERights>) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
List of constants Rights.
- setRights(List<ERights>) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
List of constants Rights.
- setRights(List<ERights>) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
List of constants Rights.
- setRights(List<ERights>) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
List of constants Rights.
- setRights(List<ERights>) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
List of constants Rights.
- setRiskLevel(String) - Method in class com.communote.server.web.fe.portal.user.client.controller.security.AuthenticationForm
-
- setRole(ERole) - Method in class com.communote.plugins.api.rest.resource.topic.role.CreateRoleParameter
-
Sets the constant Role.
- setRole(ERole) - Method in class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Sets the constant Role.
- setRole(ERole) - Method in class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.rolebulkexternaltopicright.RoleBulkExternalTopicRightResource
-
Sets the constant Role.
- setRole(ERole) - Method in class com.communote.plugins.api.rest.resource.topic.roleexternal.CreateRoleExternalParameter
-
Sets the constant Role.
- setRole(ERole) - Method in class com.communote.plugins.api.rest.v22.resource.topic.role.CreateRoleParameter
-
Sets the constant Role.
- setRole(ERole) - Method in class com.communote.plugins.api.rest.v22.resource.topic.role.RoleResource
-
Sets the constant Role.
- setRole(ERole) - Method in class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Sets the constant Role.
- setRole(ERole) - Method in class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.rolebulkexternaltopicright.RoleBulkExternalTopicRightResource
-
Sets the constant Role.
- setRole(ERole) - Method in class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.CreateRoleExternalParameter
-
Sets the constant Role.
- setRole(ERole) - Method in class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.RoleExternalResource
-
Sets the constant Role.
- setRole(ERole) - Method in class com.communote.plugins.api.rest.v24.resource.topic.role.CreateRoleParameter
-
Sets the constant Role.
- setRole(ERole) - Method in class com.communote.plugins.api.rest.v24.resource.topic.role.RoleResource
-
Sets the constant Role.
- setRole(ERole) - Method in class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Sets the constant Role.
- setRole(ERole) - Method in class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.rolebulkexternaltopicright.RoleBulkExternalTopicRightResource
-
Sets the constant Role.
- setRole(ERole) - Method in class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.CreateRoleExternalParameter
-
Sets the constant Role.
- setRole(ERole) - Method in class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.RoleExternalResource
-
Sets the constant Role.
- setRole(ERole) - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.CreateRoleParameter
-
Sets the constant Role.
- setRole(ERole) - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.RoleResource
-
Sets the constant Role.
- setRole(ERole) - Method in class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Sets the constant Role.
- setRole(ERole) - Method in class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.rolebulkexternaltopicright.RoleBulkExternalTopicRightResource
-
Sets the constant Role.
- setRole(ERole) - Method in class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.CreateRoleExternalParameter
-
Sets the constant Role.
- setRole(ERole) - Method in class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.RoleExternalResource
-
Sets the constant Role.
- setRole(BlogRole) - Method in class com.communote.server.core.vo.external.ExternalTopicRoleTO
-
- setRole(BlogRole) - Method in class com.communote.server.model.blog.BlogMember
-
- setRole(UserRole) - Method in class com.communote.server.model.user.UserAuthority
-
- setRole(String) - Method in class com.communote.server.web.fe.portal.blog.forms.BlogMemberInviteForm
-
Sets the role.
- setRoleBulkExternal(Long) - Method in class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.GetRoleBulkExternalParameter
-
Sets RoleBulkExternal.
- setRoleBulkExternal(Long) - Method in class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.RoleBulkExternalResource
-
Sets RoleBulkExternal.
- setRoleBulkExternal(Long) - Method in class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Sets RoleBulkExternal.
- setRoleBulkExternal(Long) - Method in class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.GetRoleBulkExternalParameter
-
Sets RoleBulkExternal.
- setRoleBulkExternal(Long) - Method in class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.RoleBulkExternalResource
-
Sets RoleBulkExternal.
- setRoleBulkExternal(Long) - Method in class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Sets RoleBulkExternal.
- setRoleBulkExternal(Long) - Method in class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.GetRoleBulkExternalParameter
-
Sets RoleBulkExternal.
- setRoleBulkExternal(Long) - Method in class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.RoleBulkExternalResource
-
Sets RoleBulkExternal.
- setRoleBulkExternal(Long) - Method in class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Sets RoleBulkExternal.
- setRoleBulkExternal(Long) - Method in class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.GetRoleBulkExternalParameter
-
Sets RoleBulkExternal.
- setRoleBulkExternal(Long) - Method in class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.RoleBulkExternalResource
-
Sets RoleBulkExternal.
- setRoleBulkExternal(Long) - Method in class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Sets RoleBulkExternal.
- setRoleExternal(Long) - Method in class com.communote.plugins.api.rest.resource.topic.roleexternal.GetRoleExternalParameter
-
Sets RoleExternal.
- setRoleExternal(Long) - Method in class com.communote.plugins.api.rest.resource.topic.roleexternal.RoleExternalResource
-
Sets RoleExternal.
- setRoleExternal(Long) - Method in class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.CreateRoleExternalParameter
-
Sets RoleExternal.
- setRoleExternal(Long) - Method in class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.GetRoleExternalParameter
-
Sets RoleExternal.
- setRoleExternal(Long) - Method in class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.RoleExternalResource
-
Sets RoleExternal.
- setRoleExternal(Long) - Method in class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.CreateRoleExternalParameter
-
Sets RoleExternal.
- setRoleExternal(Long) - Method in class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.GetRoleExternalParameter
-
Sets RoleExternal.
- setRoleExternal(Long) - Method in class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.RoleExternalResource
-
Sets RoleExternal.
- setRoleExternal(Long) - Method in class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.CreateRoleExternalParameter
-
Sets RoleExternal.
- setRoleExternal(Long) - Method in class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.GetRoleExternalParameter
-
Sets RoleExternal.
- setRoleExternal(Long) - Method in class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.RoleExternalResource
-
Sets RoleExternal.
- setRoleExternals(RoleExternalResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.topic.CreateTopicParameter
-
Sets RoleExternals.
- setRoleExternals(RoleExternalResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.topic.EditTopicParameter
-
Sets RoleExternals.
- setRoleExternals(RoleExternalResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.topic.TopicResource
-
Sets RoleExternals.
- setRoleExternals(RoleExternalResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.topic.CreateTopicParameter
-
Sets RoleExternals.
- setRoleExternals(RoleExternalResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.topic.EditTopicParameter
-
Sets RoleExternals.
- setRoleExternals(RoleExternalResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.topic.TopicResource
-
Sets RoleExternals.
- setRoleExternals(RoleExternalResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.topic.CreateTopicParameter
-
Sets RoleExternals.
- setRoleExternals(RoleExternalResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.topic.EditTopicParameter
-
Sets RoleExternals.
- setRoleExternals(RoleExternalResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Sets RoleExternals.
- setRoles(Long) - Method in class com.communote.plugins.api.rest.resource.topic.role.GetRoleParameter
-
Sets Roles.
- setRoles(Long) - Method in class com.communote.plugins.api.rest.resource.topic.role.RoleResource
-
Sets Roles.
- setRoles(RoleResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.topic.CreateTopicParameter
-
Sets Roles.
- setRoles(RoleResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.topic.EditTopicParameter
-
Sets Roles.
- setRoles(Long) - Method in class com.communote.plugins.api.rest.v22.resource.topic.role.CreateRoleParameter
-
Sets Roles.
- setRoles(Long) - Method in class com.communote.plugins.api.rest.v22.resource.topic.role.GetRoleParameter
-
Sets Roles.
- setRoles(Long) - Method in class com.communote.plugins.api.rest.v22.resource.topic.role.RoleResource
-
Sets Roles.
- setRoles(RoleResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.topic.TopicResource
-
Sets Roles.
- setRoles(RoleResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.topic.CreateTopicParameter
-
Sets Roles.
- setRoles(RoleResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.topic.EditTopicParameter
-
Sets Roles.
- setRoles(Long) - Method in class com.communote.plugins.api.rest.v24.resource.topic.role.CreateRoleParameter
-
Sets Roles.
- setRoles(Long) - Method in class com.communote.plugins.api.rest.v24.resource.topic.role.GetRoleParameter
-
Sets Roles.
- setRoles(Long) - Method in class com.communote.plugins.api.rest.v24.resource.topic.role.RoleResource
-
Sets Roles.
- setRoles(RoleResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.topic.TopicResource
-
Sets Roles.
- setRoles(RoleResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.topic.CreateTopicParameter
-
Sets Roles.
- setRoles(RoleResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.topic.EditTopicParameter
-
Sets Roles.
- setRoles(Long) - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.CreateRoleParameter
-
Sets Roles.
- setRoles(Long) - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.GetRoleParameter
-
Sets Roles.
- setRoles(Long) - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.RoleResource
-
Sets Roles.
- setRoles(RoleResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Sets Roles.
- setRoles(ExternalTopicRole[]) - Method in class com.communote.plugins.mq.message.core.message.topic.SetTopicRolesMessage
-
- setRoles(ExternalTopicRole[]) - Method in class com.communote.plugins.mq.message.core.message.topic.UpdateTopicRolesMessage
-
- setRoles(Set<String>) - Method in class com.communote.plugins.mq.provider.activemq.user.MQUser
-
- setRoles(UserRole[]) - Method in class com.communote.server.api.core.user.UserVO
-
- setRoles(List<BlogMemberListItem>) - Method in class com.communote.server.core.filter.listitems.blog.member.BlogRoleEntityListItem
-
- setRoles(UserRole[]) - Method in class com.communote.server.core.filter.listitems.UserManagementListItem
-
- setRootTopic(boolean) - Method in class com.communote.server.core.filter.listitems.blog.DetailBlogListItem
-
- setRss(Boolean) - Method in class com.communote.server.web.fe.portal.user.client.forms.SslChannelConfigurationForm
-
- setRunning(boolean) - Method in class com.communote.server.web.fe.portal.user.system.communication.MailInForm
-
- setRunning(boolean) - Method in class com.communote.server.web.fe.portal.user.system.communication.XmppForm
-
- setSalutation(String) - Method in class com.communote.plugins.api.rest.resource.user.GetCollectionUserParameter
-
Sets Salutation.
- setSalutation(String) - Method in class com.communote.plugins.api.rest.resource.user.GetUserParameter
-
Sets Salutation.
- setSalutation(String) - Method in class com.communote.plugins.api.rest.resource.user.UserResource
-
Sets Salutation.
- setSalutation(String) - Method in class com.communote.plugins.api.rest.v22.resource.user.GetCollectionUserParameter
-
Sets Salutation.
- setSalutation(String) - Method in class com.communote.plugins.api.rest.v22.resource.user.GetUserParameter
-
Sets Salutation.
- setSalutation(String) - Method in class com.communote.plugins.api.rest.v22.resource.user.UserResource
-
Sets Salutation.
- setSalutation(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Sets Salutation.
- setSalutation(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.GetUserParameter
-
Sets Salutation.
- setSalutation(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResource
-
Sets Salutation.
- setSalutation(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Sets Salutation.
- setSalutation(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetUserParameter
-
Sets Salutation.
- setSalutation(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
Sets Salutation.
- setSalutation(String) - Method in class com.communote.server.api.core.user.UserData
-
Set the salutation of user
- setSalutation(String) - Method in class com.communote.server.core.user.UserProfileDetails
-
- setSalutation(String) - Method in class com.communote.server.model.user.UserProfile
-
- setSalutation(String) - Method in class com.communote.server.persistence.user.UserProfileVO
-
- setSalutation(String) - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileForm
-
- setSameAspectRatio(boolean) - Method in class com.communote.common.image.ImageScaler
-
- setSaslMode(String) - Method in class com.communote.server.model.config.LdapConfiguration
-
- setScaleSettings(Integer, Integer, Color) - Method in class com.communote.server.api.core.image.type.CustomizableImageTypeDescriptor
-
Set the scale settings of this type descriptor.
- setScannerType(SupportedVirusScannerTypes) - Method in class com.communote.server.web.fe.portal.user.system.application.VirusScanningForm
-
- setScope(String) - Method in class com.communote.server.web.commons.tags.FmtMessageTag
- setSearchBase(String) - Method in class com.communote.server.model.config.LdapSearchBaseDefinition
-
- setSearchBases(List<LdapSearchBaseDefinition>) - Method in class com.communote.server.model.config.LdapSearchConfiguration
-
- setSearchFieldMask(int) - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
Can be used to set the fields to be searched with the
text filter
.
- setSearchFilter(String) - Method in class com.communote.server.model.config.LdapSearchConfiguration
-
- setSearchResults(List<User>) - Method in class com.communote.server.web.fe.portal.user.forms.SearchUserForm
-
- setSearchString(String) - Method in class com.communote.plugins.api.rest.resource.user.GetCollectionUserParameter
-
Sets SearchString.
- setSearchString(String) - Method in class com.communote.plugins.api.rest.v22.resource.user.GetCollectionUserParameter
-
Sets SearchString.
- setSearchString(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Sets SearchString.
- setSearchString(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Sets SearchString.
- setSearchString(String) - Method in class com.communote.server.web.fe.portal.user.forms.SearchUserForm
-
- setSearchSubtree(boolean) - Method in class com.communote.server.model.config.LdapSearchBaseDefinition
-
- setSecure(boolean) - Method in class com.communote.server.web.commons.tags.KenmeiUrlTag
-
Whether to render the absolute URL as a URL using HTTPS.
- setSecurityCodeDao(SecurityCodeDao) - Method in class com.communote.server.persistence.user.security.EmailSecurityCodeDaoBase
-
Sets the reference to securityCodeDao
.
- setSecurityCodeDao(SecurityCodeDao) - Method in class com.communote.server.persistence.user.security.UserSecurityCodeDaoBase
-
Sets the reference to securityCodeDao
.
- setSecurityContext(SecurityContext) - Static method in class com.communote.server.core.security.AuthenticationHelper
-
Set the given SecurityContext.
- setSelectedAuthenticationType(String) - Method in class com.communote.server.web.fe.portal.user.client.controller.integration.IntegrationOverviewForm
-
- setSelectedMenu(String) - Method in class com.communote.server.web.commons.controller.VelocityViewController
-
Set the identifier to be exported as selected menu.
- setSelector(String) - Method in class com.communote.plugins.mq.provider.activemq.monitor.data.MessageHandlerMQConsumer
-
- setSender(String) - Method in class com.communote.server.core.messaging.vo.Message
-
- setSenderAddress(String) - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- setSenderAddress(String) - Method in class com.communote.server.web.fe.portal.user.system.communication.MailOutForm
-
- setSenderName(String) - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- setSenderName(String) - Method in class com.communote.server.web.fe.portal.user.system.communication.MailOutForm
-
- setSendNotifications(boolean) - Method in class com.communote.server.api.core.note.NoteStoringTO
-
- setSendTokenAsParameter(boolean) - Method in class com.communote.server.core.security.authentication.confluence.ConfluenceAuthenticationRequest
-
- setServer(String) - Method in class com.communote.server.web.fe.portal.user.system.communication.MailInForm
-
- setServer(String) - Method in class com.communote.server.web.fe.portal.user.system.communication.MailOutForm
-
- setServer(String) - Method in class com.communote.server.web.fe.portal.user.system.communication.XmppForm
-
- setServerDetectionMode(LdapConfigurationForm.ServerDetectionMode) - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
- setServerDomain(String) - Method in class com.communote.server.model.config.LdapConfiguration
-
- setServiceClass(Class<?>) - Method in class com.communote.plugins.webservice.CommunoteWebServiceDefinition
-
- setServiceUrl(String) - Method in class com.communote.server.model.config.ConfluenceConfiguration
-
- setServletContext(ServletContext) - Method in class com.communote.plugins.webservice.impl.CommunoteWebServiceController
-
- setServletContext(ServletContext) - Method in class com.communote.server.web.commons.view.velocity.VelocityTemplateManager
-
- setServletContext(ServletContext) - Method in class com.communote.server.web.commons.viewtool.RequestAwareTool
-
Sets the current ServletContext
.
- setSession(Session) - Method in class com.communote.plugins.mq.provider.jms.JMSMessageSender
-
Method to set the session.
- setSession(HttpSession) - Method in class com.communote.server.web.fe.installer.helper.DatabaseStatusCallback
-
- setSessionFactoryImplementor(SessionFactoryImplementor) - Method in class com.communote.server.core.database.liquibase.AbstractLiquibaseDatabaseUpdater
-
Set the hibernate session factory implementor to use for retrieving a connection for updating
the database.
- setSessionId(String) - Method in class com.communote.plugins.api.rest.to.LoginInfo
-
- setSessionId(String) - Method in class com.communote.plugins.api.rest.v22.to.LoginInfo
-
- setSessionId(String) - Method in class com.communote.plugins.api.rest.v24.to.LoginInfo
-
- setSessionId(String) - Method in class com.communote.plugins.api.rest.v30.to.LoginInfo
-
- setSessionId(String) - Method in class com.communote.server.web.api.to.user.LoginInfo
-
- setSetExternalObjects(boolean) - Method in class com.communote.plugins.mq.message.core.message.topic.EditTopicMessage
-
- setSetTags(boolean) - Method in class com.communote.plugins.mq.message.core.message.topic.EditTopicMessage
-
- setSettingDao(SettingDao) - Method in class com.communote.server.core.ConfigurationManagementBase
-
- setSettingKey(String) - Method in class com.communote.server.model.config.ApplicationConfigurationSetting
-
- setSettingKey(String) - Method in class com.communote.server.model.config.Setting
-
- setSettings(Set<Setting>) - Method in class com.communote.server.model.config.Configuration
-
- setSettingValue(String) - Method in class com.communote.server.model.config.ApplicationConfigurationSetting
-
- setSettingValue(String) - Method in class com.communote.server.model.config.Setting
-
- setShortContent(String) - Method in class com.communote.server.api.core.note.NoteData
-
- setShortContent(String) - Method in class com.communote.server.model.note.Content
-
- setShortDisplayName(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.GetCollectionRoleParameter
-
Sets ShortDisplayName.
- setShortDisplayName(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.RoleResource
-
Sets ShortDisplayName.
- setShortText(String) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets ShortText.
- setShortText(String) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetTimelineNoteParameter
-
Sets ShortText.
- setShortText(String) - Method in class com.communote.plugins.api.rest.resource.timelinenote.TimelineNoteResource
-
Sets ShortText.
- setShortText(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets ShortText.
- setShortText(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetTimelineNoteParameter
-
Sets ShortText.
- setShortText(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteResource
-
Sets ShortText.
- setShortText(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets ShortText.
- setShortText(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
Sets ShortText.
- setShortText(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
Sets ShortText.
- setShortText(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets ShortText.
- setShortText(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets ShortText.
- setShortText(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
Sets ShortText.
- setShortText(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
Sets ShortText.
- setShortTitle(LocalizedMessage, boolean) - Method in class com.communote.server.web.commons.controller.StaticPageSection
-
Set a shorter version of the title which could for instance be shown in a menu.
- setShortTitleMessageKey(String) - Method in class com.communote.server.web.commons.controller.StaticPageSection
-
Set the message key for resolving a localized shorter version of the title which could for
instance be shown in a menu.
- setShowDiscussionParticipation(boolean) - Method in class com.communote.server.core.vo.query.TaggingCoreItemUTPExtension
-
- setShowOnlyFollowedItems(Boolean) - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
- setShowOnlyRootTopics(boolean) - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
Set whether only root topics should be returned.
- setShowOnlyToplevelTopics(boolean) - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
Set whether only topics marked as top level topic should be returned.
- setSingleModeAddress(String) - Method in class com.communote.server.web.fe.portal.user.system.communication.MailInForm
-
- setSize(ESize) - Method in class com.communote.plugins.api.rest.resource.user.image.GetImageParameter
-
Sets the constant Size.
- setSize(ESize) - Method in class com.communote.plugins.api.rest.resource.user.image.ImageResource
-
Sets the constant Size.
- setSize(ESize) - Method in class com.communote.plugins.api.rest.v22.resource.user.image.GetImageParameter
-
Sets the constant Size.
- setSize(ESize) - Method in class com.communote.plugins.api.rest.v22.resource.user.image.ImageResource
-
Sets the constant Size.
- setSize(ESize) - Method in class com.communote.plugins.api.rest.v24.resource.user.image.GetImageParameter
-
Sets the constant Size.
- setSize(ESize) - Method in class com.communote.plugins.api.rest.v24.resource.user.image.ImageResource
-
Sets the constant Size.
- setSize(ESize) - Method in class com.communote.plugins.api.rest.v30.resource.user.image.GetImageParameter
-
Sets the constant Size.
- setSize(ESize) - Method in class com.communote.plugins.api.rest.v30.resource.user.image.ImageResource
-
Sets the constant Size.
- setSize(Long) - Method in class com.communote.server.api.core.attachment.AttachmentData
-
- setSize(long) - Method in class com.communote.server.api.core.image.Image
-
- setSize(Long) - Method in class com.communote.server.model.attachment.Attachment
-
- setSize(ImageSizeType) - Method in class com.communote.server.web.commons.tags.ImageKenmeiUrlTag
-
- setSmallImage(UserImage) - Method in class com.communote.server.model.user.UserProfile
-
- setSmtpHost(String) - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- setSmtpPassword(String) - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- setSmtpPort(String) - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- setSmtpStartTls(boolean) - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- setSmtpUser(String) - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- setSortByDate(QueryParameters.OrderDirection) - Method in class com.communote.server.core.vo.query.post.NoteQueryParameters
-
Method to set the date sorting.
- setSortByDayDateAndRank(boolean) - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
- setSortById(QueryParameters.OrderDirection) - Method in class com.communote.server.core.vo.query.post.NoteQueryParameters
-
Method to set the id sorting.
- setSortingName(String) - Method in class com.communote.server.core.common.time.SimplifiedTimeZone
-
- setSortType(SortType) - Method in class com.communote.server.core.filter.SortedResultSpecification
-
- setSource(String) - Method in class com.communote.plugins.api.rest.resource.validation.ParameterValidationError
-
Sets the error source (name of the parameter, that did not pass validation)
- setSource(String) - Method in class com.communote.plugins.api.rest.v22.resource.validation.ParameterValidationError
-
Sets the error source (name of the parameter, that did not pass validation)
- setSource(String) - Method in class com.communote.plugins.api.rest.v24.resource.validation.ParameterValidationError
-
Sets the error source (name of the parameter, that did not pass validation)
- setSource(String) - Method in class com.communote.plugins.api.rest.v30.resource.validation.ParameterValidationError
-
Sets the error source (name of the parameter, that did not pass validation)
- setStart(BigInteger) - Method in class com.communote.server.model.security.IpRange
-
- setStart(BigInteger) - Method in class com.communote.server.model.security.IpRangeImpl
- setStartpageRegistry(StartpageRegistry) - Method in class com.communote.server.web.fe.portal.user.controller.AcceptTermsController
-
Set the start-page registry which will be used to resolve the redirect targets if
successRedirectTarget or errorRedirectTarget are undefined.
- setStartTime(Date) - Method in class com.communote.server.core.filter.listitems.TimeRangeListItem
-
- setStartTls(boolean) - Method in class com.communote.server.web.fe.portal.user.system.communication.MailInForm
-
- setStartTls(boolean) - Method in class com.communote.server.web.fe.portal.user.system.communication.MailOutForm
-
- setStartValue(byte[]) - Method in class com.communote.server.model.security.IpRange
-
- setStartValue(byte[]) - Method in class com.communote.server.model.security.IpRangeImpl
- setStaticName(String) - Method in class com.communote.plugins.activity.base.data.ActivityDefinition
-
Set the display name of the activity which should be shown when the localized name is not
accessible anymore, for example after the definition was removed.
- setStaticResource(boolean) - Method in class com.communote.server.web.commons.tags.KenmeiUrlTag
-
- setStaticResourceByDispatcher(boolean) - Method in class com.communote.server.web.commons.tags.KenmeiUrlTag
-
- setStatus(String) - Method in class com.communote.plugins.api.rest.to.ApiResult
-
- setStatus(String) - Method in class com.communote.plugins.api.rest.v22.to.ApiResult
-
- setStatus(String) - Method in class com.communote.plugins.api.rest.v24.to.ApiResult
-
- setStatus(String) - Method in class com.communote.plugins.api.rest.v30.to.ApiResult
-
- setStatus(Status) - Method in class com.communote.plugins.mq.message.base.message.CommunoteReplyMessage
-
- setStatus(UserStatus) - Method in class com.communote.server.api.core.user.UserData
-
Set the status of user
- setStatus(NoteModificationStatus) - Method in class com.communote.server.core.vo.blog.NoteModificationResult
-
- setStatus(AttachmentStatus) - Method in class com.communote.server.core.vo.content.AttachmentTO
-
- setStatus(NoteStatus) - Method in class com.communote.server.core.vo.query.post.NoteQueryParameters
-
- setStatus(AttachmentStatus) - Method in class com.communote.server.model.attachment.Attachment
-
- setStatus(NoteStatus) - Method in class com.communote.server.model.note.Note
-
- setStatus(UserStatus) - Method in class com.communote.server.model.user.User
-
- setStatus(UserStatus) - Method in class com.communote.server.persistence.user.ExternalUserVO
-
Set the user status.
- setStatus(String) - Method in class com.communote.server.web.api.to.ApiResult
-
Deprecated.
- setStatusChanged(Timestamp) - Method in class com.communote.server.model.user.User
-
- setStatusCode(String) - Method in class com.communote.plugins.mq.message.base.data.status.Status
-
- setStreet(String) - Method in class com.communote.server.core.filter.listitems.UserProfileDetailListItem
-
- setStreet(String) - Method in class com.communote.server.model.user.Contact
-
- setStreet(String) - Method in class com.communote.server.persistence.user.UserProfileVO
-
- setStreet(String) - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileForm
-
- setStringRepresentation(String) - Method in class com.communote.server.model.security.IpRange
-
- setSubmitAction(String) - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
Sets the action.
- setSubPanel(boolean) - Method in class com.communote.server.web.commons.tags.menu.PanelTag
-
- setSubscriptionEnabled(Boolean) - Method in class com.communote.server.web.fe.portal.user.system.communication.XmppForm
-
- setSuccess(boolean) - Method in class com.communote.server.widgets.AbstractWidget
-
Set whether the widget request was successful.
- setSuccessHandler(AuthenticationSuccessHandler) - Method in class com.communote.server.web.external.spring.security.AuthenticationSuccessFailureFilter
-
- setSuccessMessage(LocalizedMessage) - Method in class com.communote.server.web.fe.portal.controller.SecurityCodeConfirmationResult
-
Set a message to give some feedback about the successful code confirmation
- setSuccessRedirectTarget(String) - Method in class com.communote.server.web.fe.portal.user.controller.AcceptTermsController
-
Sets the success redirect target.
- setSuffix(String) - Method in class com.communote.server.persistence.common.messages.MessageKeyLocalizedMessageBuilder
-
Append the provided string to the messageKeyBase that was passed to the constructor.
- setSupportAddress(String) - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- setSupportsMetadata(boolean) - Method in class com.communote.server.core.crc.RepositoryConnectorConfiguration
-
- setSymbolicName(String) - Method in class com.communote.server.model.property.PluginProperty
-
Sets the symbolic name (same as keyGroup).
- setSynchronizationFields(ExternalUserVO) - Static method in class com.communote.server.core.common.ldap.LdapUtils
-
Sets the fields of the user to be updated.
- setSynchronizeUserGroups(boolean) - Method in class com.communote.server.model.config.ExternalSystemConfiguration
-
- setSynchronizeUserGroups(boolean) - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
Wrapper to set activation state of group synchronization flag.
- setSystemId(String) - Method in class com.communote.server.model.config.ExternalSystemConfiguration
-
- setSystemId(String) - Method in class com.communote.server.model.user.ExternalUserAuthentication
-
- setSystemId(String) - Method in class com.communote.server.persistence.user.ExternalUserVO
-
Set the system id.
- setSystemNote(boolean) - Method in class com.communote.server.api.core.note.NoteData
-
- setTag(String) - Method in class com.communote.server.core.vo.query.logical.AtomicTagFormula
-
Sets the tag value.
- setTagCloudMode(String) - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets TagCloudMode.
- setTagCloudMode(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets TagCloudMode.
- setTagCloudMode(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets TagCloudMode.
- setTagCloudMode(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets TagCloudMode.
- setTagDao(TagDao) - Method in class com.communote.server.core.tag.category.TagCategoryManagementBase
-
Sets the reference to tag
's DAO.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.resource.tag.EditTagParameter
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.resource.tag.GetTagParameter
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.resource.tag.TagResource
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.resource.tagstoretaglist.tagstoretag.TagStoreTagResource
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.resource.timelinenote.timelinenotetag.GetCollectionTimelineNoteTagParameter
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.resource.timelinenote.timelinenotetag.GetTimelineNoteTagParameter
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.resource.timelinenote.timelinenotetag.TimelineNoteTagResource
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.resource.timelinetag.TimelineTagResource
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.tag.EditTagParameter
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.tag.GetTagParameter
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.tag.TagResource
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.tagstoretag.TagStoreTagResource
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotetag.GetCollectionTimelineNoteTagParameter
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotetag.GetTimelineNoteTagParameter
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.timelinenotetag.TimelineNoteTagResource
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetag.TimelineTagResource
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.tag.EditTagParameter
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.tag.GetTagParameter
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.tag.TagResource
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.tagstoretag.TagStoreTagResource
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotetag.GetCollectionTimelineNoteTagParameter
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotetag.GetTimelineNoteTagParameter
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.timelinenotetag.TimelineNoteTagResource
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetag.TimelineTagResource
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.tag.DeleteTagParameter
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.tag.EditTagParameter
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.tag.GetTagParameter
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.tag.TagResource
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.tagstoretag.TagStoreTagResource
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotetag.GetCollectionTimelineNoteTagParameter
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotetag.GetTimelineNoteTagParameter
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.timelinenotetag.TimelineNoteTagResource
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.GetCollectionTimelineTagParameter
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetag.TimelineTagResource
-
Sets TagId.
- setTagId(Long) - Method in class com.communote.server.core.util.InitalFiltersVO
-
Set the tag ID
- setTagIds(Collection<Long>) - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
- setTagIdsToExclude(Collection<Long>) - Method in class com.communote.server.core.vo.query.tag.TagQueryParameters
-
- setTagItems(Collection<TagData>) - Method in class com.communote.server.core.filter.listitems.blog.DetailBlogListItem
-
- setTagName(String) - Method in class com.communote.server.core.util.InitalFiltersVO
-
- setTagPrefix(String) - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
- setTagPrefix(String) - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
set the tag prefix.
- setTagPrefix(String) - Method in class com.communote.server.core.vo.query.user.UserQueryParameters
-
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.resource.note.CreateNoteParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.resource.note.EditNoteParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Sets Tags.
- setTags(TagStoreTagResource[]) - Method in class com.communote.plugins.api.rest.resource.tagstoretaglist.GetCollectionTagStoreTagListParameter
-
Sets Tags.
- setTags(TagStoreTagResource[]) - Method in class com.communote.plugins.api.rest.resource.tagstoretaglist.GetTagStoreTagListParameter
-
Sets Tags.
- setTags(TagStoreTagResource[]) - Method in class com.communote.plugins.api.rest.resource.tagstoretaglist.TagStoreTagListResource
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.TagSuggestionListResource
-
Sets Tags.
- setTags(TimelineNoteTagResource[]) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets Tags.
- setTags(TimelineNoteTagResource[]) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetTimelineNoteParameter
-
Sets Tags.
- setTags(TimelineNoteTagResource[]) - Method in class com.communote.plugins.api.rest.resource.timelinenote.TimelineNoteResource
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.resource.topic.CreateTopicParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.resource.topic.EditTopicParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.resource.topic.GetCollectionTopicParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.resource.topic.GetTopicParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.resource.topic.TopicResource
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.resource.user.EditUserParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.resource.user.GetCollectionUserParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.resource.user.GetUserParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.resource.user.UserResource
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.note.CreateNoteParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.note.EditNoteParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Sets Tags.
- setTags(TagStoreTagResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.GetCollectionTagStoreTagListParameter
-
Sets Tags.
- setTags(TagStoreTagResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.GetTagStoreTagListParameter
-
Sets Tags.
- setTags(TagStoreTagResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.TagStoreTagListResource
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.TagSuggestionListResource
-
Sets Tags.
- setTags(TimelineNoteTagResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets Tags.
- setTags(TimelineNoteTagResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetTimelineNoteParameter
-
Sets Tags.
- setTags(TimelineNoteTagResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteResource
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.topic.CreateTopicParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.topic.EditTopicParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetCollectionTopicParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetTopicParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.topic.TopicResource
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.user.EditUserParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.user.GetCollectionUserParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.user.GetUserParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.user.UserResource
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.note.CreateNoteParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.note.EditNoteParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Sets Tags.
- setTags(TagStoreTagResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.GetCollectionTagStoreTagListParameter
-
Sets Tags.
- setTags(TagStoreTagResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.GetTagStoreTagListParameter
-
Sets Tags.
- setTags(TagStoreTagResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.TagStoreTagListResource
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.TagSuggestionListResource
-
Sets Tags.
- setTags(TimelineNoteTagResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets Tags.
- setTags(TimelineNoteTagResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
Sets Tags.
- setTags(TimelineNoteTagResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.topic.CreateTopicParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.topic.EditTopicParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetTopicParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.topic.TopicResource
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.user.EditUserParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.user.GetUserParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResource
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.note.CreateNoteParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.note.EditNoteParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Sets Tags.
- setTags(TagStoreTagResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.GetCollectionTagStoreTagListParameter
-
Sets Tags.
- setTags(TagStoreTagResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.GetTagStoreTagListParameter
-
Sets Tags.
- setTags(TagStoreTagResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.TagStoreTagListResource
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.TagSuggestionListResource
-
Sets Tags.
- setTags(TimelineNoteTagResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets Tags.
- setTags(TimelineNoteTagResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets Tags.
- setTags(TimelineNoteTagResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
Sets Tags.
- setTags(TimelineNoteTagResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.topic.CreateTopicParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.topic.EditTopicParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetTopicParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.user.EditUserParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetUserParameter
-
Sets Tags.
- setTags(TagResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
Sets Tags.
- setTags(Tag[]) - Method in class com.communote.plugins.mq.message.core.data.note.Note
-
Set the tags to be added to the note
- setTags(Tag[]) - Method in class com.communote.plugins.mq.message.core.data.topic.Topic
-
Sets the tags.
- setTags(Set<TagTO>) - Method in class com.communote.server.api.core.blog.BlogTO
-
Set the tags of the blog
- setTags(List<TagData>) - Method in class com.communote.server.api.core.note.NoteData
-
- setTags(Set<TagTO>) - Method in class com.communote.server.api.core.note.NoteStoringTO
-
- setTags(Collection<TagData>) - Method in class com.communote.server.api.core.user.UserData
-
- setTags(Collection<TagData>) - Method in class com.communote.server.core.filter.listitems.blog.BlogTagListItem
-
Sets the tags
- setTags(Map<String, String>) - Method in class com.communote.server.core.util.InitalFiltersVO
-
- setTags(String[]) - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
- setTags(Set<Tag>) - Method in class com.communote.server.model.blog.Blog
-
- setTags(Set<Tag>) - Method in class com.communote.server.model.note.Note
-
- setTags(List<CategorizedTag>) - Method in class com.communote.server.model.tag.AbstractTagCategory
-
- setTags(Set<Tag>) - Method in interface com.communote.server.model.tag.Taggable
-
- setTags(Set<Tag>) - Method in class com.communote.server.model.user.CommunoteEntity
-
- setTags(String) - Method in class com.communote.server.web.api.to.listitem.DetailPostListItem
-
sets the tags
- setTags(String) - Method in class com.communote.server.web.api.to.listitem.v1_0_1.DetailPostListItem
-
- setTags(String) - Method in class com.communote.server.web.fe.portal.blog.forms.BlogManagementForm
-
Set the tags of the blog, where they are represented by a comma separated String.
- setTags(String) - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileForm
-
- setTagStoreAlias(String) - Method in class com.communote.plugins.api.rest.resource.tag.EditTagParameter
-
Sets TagStoreAlias.
- setTagStoreAlias(String) - Method in class com.communote.plugins.api.rest.resource.tag.GetTagParameter
-
Sets TagStoreAlias.
- setTagStoreAlias(String) - Method in class com.communote.plugins.api.rest.resource.tag.TagResource
-
Sets TagStoreAlias.
- setTagStoreAlias(String) - Method in class com.communote.plugins.api.rest.resource.tagstoretaglist.GetCollectionTagStoreTagListParameter
-
Sets TagStoreAlias.
- setTagStoreAlias(String) - Method in class com.communote.plugins.api.rest.resource.tagstoretaglist.GetTagStoreTagListParameter
-
Sets TagStoreAlias.
- setTagStoreAlias(String) - Method in class com.communote.plugins.api.rest.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Sets TagStoreAlias.
- setTagStoreAlias(String) - Method in class com.communote.plugins.api.rest.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Sets TagStoreAlias.
- setTagStoreAlias(String) - Method in class com.communote.plugins.api.rest.resource.tagstoretaglist.TagStoreTagListResource
-
Sets TagStoreAlias.
- setTagStoreAlias(String) - Method in class com.communote.plugins.api.rest.v22.resource.tag.EditTagParameter
-
Sets TagStoreAlias.
- setTagStoreAlias(String) - Method in class com.communote.plugins.api.rest.v22.resource.tag.GetTagParameter
-
Sets TagStoreAlias.
- setTagStoreAlias(String) - Method in class com.communote.plugins.api.rest.v22.resource.tag.TagResource
-
Sets TagStoreAlias.
- setTagStoreAlias(String) - Method in class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.GetCollectionTagStoreTagListParameter
-
Sets TagStoreAlias.
- setTagStoreAlias(String) - Method in class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.GetTagStoreTagListParameter
-
Sets TagStoreAlias.
- setTagStoreAlias(String) - Method in class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Sets TagStoreAlias.
- setTagStoreAlias(String) - Method in class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Sets TagStoreAlias.
- setTagStoreAlias(String) - Method in class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.TagStoreTagListResource
-
Sets TagStoreAlias.
- setTagStoreAlias(String) - Method in class com.communote.plugins.api.rest.v24.resource.tag.EditTagParameter
-
Sets TagStoreAlias.
- setTagStoreAlias(String) - Method in class com.communote.plugins.api.rest.v24.resource.tag.GetTagParameter
-
Sets TagStoreAlias.
- setTagStoreAlias(String) - Method in class com.communote.plugins.api.rest.v24.resource.tag.TagResource
-
Sets TagStoreAlias.
- setTagStoreAlias(String) - Method in class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.GetCollectionTagStoreTagListParameter
-
Sets TagStoreAlias.
- setTagStoreAlias(String) - Method in class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.GetTagStoreTagListParameter
-
Sets TagStoreAlias.
- setTagStoreAlias(String) - Method in class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Sets TagStoreAlias.
- setTagStoreAlias(String) - Method in class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Sets TagStoreAlias.
- setTagStoreAlias(String) - Method in class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.TagStoreTagListResource
-
Sets TagStoreAlias.
- setTagStoreAlias(String) - Method in class com.communote.plugins.api.rest.v30.resource.tag.EditTagParameter
-
Sets TagStoreAlias.
- setTagStoreAlias(String) - Method in class com.communote.plugins.api.rest.v30.resource.tag.GetTagParameter
-
Sets TagStoreAlias.
- setTagStoreAlias(String) - Method in class com.communote.plugins.api.rest.v30.resource.tag.TagResource
-
Sets TagStoreAlias.
- setTagStoreAlias(String) - Method in class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.GetCollectionTagStoreTagListParameter
-
Sets TagStoreAlias.
- setTagStoreAlias(String) - Method in class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.GetTagStoreTagListParameter
-
Sets TagStoreAlias.
- setTagStoreAlias(String) - Method in class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Sets TagStoreAlias.
- setTagStoreAlias(String) - Method in class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Sets TagStoreAlias.
- setTagStoreAlias(String) - Method in class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.TagStoreTagListResource
-
Sets TagStoreAlias.
- setTagStoreAlias(String) - Method in class com.communote.plugins.mq.message.core.data.tag.Tag
-
Sets the tag store alias.
- setTagStoreAlias(String) - Method in class com.communote.server.api.core.tag.TagData
-
- setTagStoreAlias(String) - Method in class com.communote.server.model.tag.Tag
-
- setTagStoreAliases(Set<String>) - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
Set aliases of tag stores to only consider tags from these stores
- setTagStoreAliases(Set<String>) - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
Set aliases of tag stores to only consider tags from these stores
- setTagStoreAliases(Set<String>) - Method in class com.communote.server.core.vo.query.user.UserQueryParameters
-
Set aliases of tag stores to only consider tags from these stores
- setTagStoreId(Long) - Method in class com.communote.plugins.mq.message.core.data.tag.Tag
-
Sets the tag store id.
- setTagStoreTagId(String) - Method in class com.communote.plugins.api.rest.resource.tag.EditTagParameter
-
Sets TagStoreTagId.
- setTagStoreTagId(String) - Method in class com.communote.plugins.api.rest.resource.tag.GetTagParameter
-
Sets TagStoreTagId.
- setTagStoreTagId(String) - Method in class com.communote.plugins.api.rest.resource.tag.TagResource
-
Sets TagStoreTagId.
- setTagStoreTagId(String) - Method in class com.communote.plugins.api.rest.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Sets TagStoreTagId.
- setTagStoreTagId(String) - Method in class com.communote.plugins.api.rest.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Sets TagStoreTagId.
- setTagStoreTagId(String) - Method in class com.communote.plugins.api.rest.resource.tagstoretaglist.tagstoretag.TagStoreTagResource
-
Sets TagStoreTagId.
- setTagStoreTagId(String) - Method in class com.communote.plugins.api.rest.v22.resource.tag.EditTagParameter
-
Sets TagStoreTagId.
- setTagStoreTagId(String) - Method in class com.communote.plugins.api.rest.v22.resource.tag.GetTagParameter
-
Sets TagStoreTagId.
- setTagStoreTagId(String) - Method in class com.communote.plugins.api.rest.v22.resource.tag.TagResource
-
Sets TagStoreTagId.
- setTagStoreTagId(String) - Method in class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Sets TagStoreTagId.
- setTagStoreTagId(String) - Method in class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Sets TagStoreTagId.
- setTagStoreTagId(String) - Method in class com.communote.plugins.api.rest.v22.resource.tagstoretaglist.tagstoretag.TagStoreTagResource
-
Sets TagStoreTagId.
- setTagStoreTagId(String) - Method in class com.communote.plugins.api.rest.v24.resource.tag.EditTagParameter
-
Sets TagStoreTagId.
- setTagStoreTagId(String) - Method in class com.communote.plugins.api.rest.v24.resource.tag.GetTagParameter
-
Sets TagStoreTagId.
- setTagStoreTagId(String) - Method in class com.communote.plugins.api.rest.v24.resource.tag.TagResource
-
Sets TagStoreTagId.
- setTagStoreTagId(String) - Method in class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Sets TagStoreTagId.
- setTagStoreTagId(String) - Method in class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Sets TagStoreTagId.
- setTagStoreTagId(String) - Method in class com.communote.plugins.api.rest.v24.resource.tagstoretaglist.tagstoretag.TagStoreTagResource
-
Sets TagStoreTagId.
- setTagStoreTagId(String) - Method in class com.communote.plugins.api.rest.v30.resource.tag.EditTagParameter
-
Sets TagStoreTagId.
- setTagStoreTagId(String) - Method in class com.communote.plugins.api.rest.v30.resource.tag.GetTagParameter
-
Sets TagStoreTagId.
- setTagStoreTagId(String) - Method in class com.communote.plugins.api.rest.v30.resource.tag.TagResource
-
Sets TagStoreTagId.
- setTagStoreTagId(String) - Method in class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.tagstoretag.GetCollectionTagStoreTagParameter
-
Sets TagStoreTagId.
- setTagStoreTagId(String) - Method in class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.tagstoretag.GetTagStoreTagParameter
-
Sets TagStoreTagId.
- setTagStoreTagId(String) - Method in class com.communote.plugins.api.rest.v30.resource.tagstoretaglist.tagstoretag.TagStoreTagResource
-
Sets TagStoreTagId.
- setTagStoreTagId(String) - Method in class com.communote.plugins.mq.message.core.data.tag.Tag
-
Sets the tag store tag id.
- setTagStoreTagId(String) - Method in class com.communote.server.api.core.tag.TagData
-
- setTagStoreTagId(String) - Method in class com.communote.server.model.tag.Tag
-
- setTagStoreType(String) - Method in class com.communote.plugins.api.rest.resource.tag.EditTagParameter
-
Sets TagStoreType.
- setTagStoreType(String) - Method in class com.communote.plugins.api.rest.resource.tag.TagResource
-
Sets TagStoreType.
- setTagStoreType(String) - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets TagStoreType.
- setTagStoreType(String) - Method in class com.communote.plugins.api.rest.v22.resource.tag.EditTagParameter
-
Sets TagStoreType.
- setTagStoreType(String) - Method in class com.communote.plugins.api.rest.v22.resource.tag.TagResource
-
Sets TagStoreType.
- setTagStoreType(String) - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets TagStoreType.
- setTagStoreType(String) - Method in class com.communote.plugins.api.rest.v24.resource.tag.EditTagParameter
-
Sets TagStoreType.
- setTagStoreType(String) - Method in class com.communote.plugins.api.rest.v24.resource.tag.TagResource
-
Sets TagStoreType.
- setTagStoreType(String) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets TagStoreType.
- setTagStoreType(String) - Method in class com.communote.plugins.api.rest.v30.resource.tag.EditTagParameter
-
Sets TagStoreType.
- setTagStoreType(String) - Method in class com.communote.plugins.api.rest.v30.resource.tag.TagResource
-
Sets TagStoreType.
- setTagStoreType(String) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets TagStoreType.
- setTagStoreType(TagStoreType) - Method in class com.communote.server.api.core.tag.TagTO
-
- setTagSuggestionId(Long) - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets TagSuggestionId.
- setTagSuggestionId(Long) - Method in class com.communote.plugins.api.rest.resource.tagsuggestionlist.TagSuggestionListResource
-
Sets TagSuggestionId.
- setTagSuggestionId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets TagSuggestionId.
- setTagSuggestionId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.tagsuggestionlist.TagSuggestionListResource
-
Sets TagSuggestionId.
- setTagSuggestionId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets TagSuggestionId.
- setTagSuggestionId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.tagsuggestionlist.TagSuggestionListResource
-
Sets TagSuggestionId.
- setTagSuggestionId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.GetCollectionTagSuggestionListParameter
-
Sets TagSuggestionId.
- setTagSuggestionId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.tagsuggestionlist.TagSuggestionListResource
-
Sets TagSuggestionId.
- setTagsWithProblems(Collection<String>) - Method in class com.communote.server.core.vo.blog.NoteModificationResult
-
- setTargetUrlParameter(String) - Method in class com.communote.server.web.external.spring.security.CommunoteAuthenticationFailureHandler
-
Set the parameter to check and if set expose again when redirecting to one of the failure
URLs
- setTargetUrlParameter(String) - Method in class com.communote.server.web.external.spring.security.CommunoteAuthenticationProcessingFilterEntryPoint
-
Set the parameter to append which should hold the URL of the current request.
- setTargetUrlParameter(String) - Method in class com.communote.server.web.fe.portal.user.controller.AcceptTermsController
-
Name of a request parameter to check for a URL to redirect to instead of the configured
static successRedirectTarget or errorRedirectTarget.
- setTask(Task) - Method in class com.communote.server.model.task.TaskExecution
-
- setTaskInterval(Long) - Method in class com.communote.server.model.task.Task
-
- setTaskStatus(TaskStatus) - Method in class com.communote.server.model.task.Task
-
- setTemplateId(String) - Method in class com.communote.plugins.mq.message.core.data.note.TemplateNote
-
Set the ID of the template/activity that should be used for the note.
- setTemplateManager(TemplateManager) - Method in class com.communote.server.web.commons.controller.VelocityViewController
-
Set the template manager to use for resolving template names into templates
- setTemplateManager(TemplateManager) - Method in class com.communote.server.web.commons.view.velocity.DynamicVelocityViewResolver
-
Set the template manager to use for resolving template names into templates
- setTemplateProperties(String) - Method in class com.communote.plugins.mq.message.core.data.note.TemplateNote
-
Set the properties that should be passed to the template engine.
- setTermsAccepted(boolean) - Method in class com.communote.server.model.user.User
-
- setTermsAgreed(boolean) - Method in class com.communote.server.web.fe.portal.user.forms.AcceptTermsForm
-
Sets the terms agreed.
- setTermsAgreed() - Method in class com.communote.server.web.fe.portal.user.forms.RegistrationForm
-
Has the user agreed to the Terms of use?.
- setTermsAgreed(boolean) - Method in class com.communote.server.web.fe.portal.user.forms.RegistrationForm
-
The user agreed to the terms of use.
- setText(String) - Method in class com.communote.plugins.api.rest.resource.note.CreateNoteParameter
-
Sets Text.
- setText(String) - Method in class com.communote.plugins.api.rest.resource.note.EditNoteParameter
-
Sets Text.
- setText(String) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets Text.
- setText(String) - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Sets Text.
- setText(String) - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Sets Text.
- setText(String) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets Text.
- setText(String) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetTimelineNoteParameter
-
Sets Text.
- setText(String) - Method in class com.communote.plugins.api.rest.resource.timelinenote.TimelineNoteResource
-
Sets Text.
- setText(String) - Method in class com.communote.plugins.api.rest.v22.resource.note.CreateNoteParameter
-
Sets Text.
- setText(String) - Method in class com.communote.plugins.api.rest.v22.resource.note.EditNoteParameter
-
Sets Text.
- setText(String) - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Sets Text.
- setText(String) - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Sets Text.
- setText(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets Text.
- setText(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetTimelineNoteParameter
-
Sets Text.
- setText(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteResource
-
Sets Text.
- setText(String) - Method in class com.communote.plugins.api.rest.v24.resource.note.CreateNoteParameter
-
Sets Text.
- setText(String) - Method in class com.communote.plugins.api.rest.v24.resource.note.EditNoteParameter
-
Sets Text.
- setText(String) - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Sets Text.
- setText(String) - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Sets Text.
- setText(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets Text.
- setText(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
Sets Text.
- setText(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
Sets Text.
- setText(String) - Method in class com.communote.plugins.api.rest.v30.resource.note.CreateNoteParameter
-
Sets Text.
- setText(String) - Method in class com.communote.plugins.api.rest.v30.resource.note.EditNoteParameter
-
Sets Text.
- setText(String) - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Sets Text.
- setText(String) - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Sets Text.
- setText(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets Text.
- setText(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets Text.
- setText(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
Sets Text.
- setText(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
Sets Text.
- setText(String) - Method in class com.communote.server.web.api.to.listitem.CommonPostListItem
-
sets the content of the note
- setTextFilter(String[]) - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
Set the strings to be found in title, description or identifier of blog.
- setTimeLimitsQueryRequired(boolean) - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
Set whether a query for time limits is required.
- setTimelineFilterViewType(TimelineFilterViewType) - Method in class com.communote.server.core.vo.query.post.NoteQueryParameters
-
- setTimeZoneId(String) - Method in class com.communote.plugins.api.rest.resource.user.GetCollectionUserParameter
-
Sets TimeZoneId.
- setTimeZoneId(String) - Method in class com.communote.plugins.api.rest.resource.user.GetUserParameter
-
Sets TimeZoneId.
- setTimeZoneId(String) - Method in class com.communote.plugins.api.rest.resource.user.UserResource
-
Sets TimeZoneId.
- setTimeZoneId(String) - Method in class com.communote.plugins.api.rest.v22.resource.user.GetCollectionUserParameter
-
Sets TimeZoneId.
- setTimeZoneId(String) - Method in class com.communote.plugins.api.rest.v22.resource.user.GetUserParameter
-
Sets TimeZoneId.
- setTimeZoneId(String) - Method in class com.communote.plugins.api.rest.v22.resource.user.UserResource
-
Sets TimeZoneId.
- setTimeZoneId(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Sets TimeZoneId.
- setTimeZoneId(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.GetUserParameter
-
Sets TimeZoneId.
- setTimeZoneId(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResource
-
Sets TimeZoneId.
- setTimeZoneId(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Sets TimeZoneId.
- setTimeZoneId(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetUserParameter
-
Sets TimeZoneId.
- setTimeZoneId(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
Sets TimeZoneId.
- setTimeZoneId(String) - Method in class com.communote.server.api.core.user.UserVO
-
- setTimeZoneId(String) - Method in class com.communote.server.core.common.time.SimplifiedTimeZone
-
- setTimeZoneId(String) - Method in class com.communote.server.core.filter.listitems.UserProfileDetailListItem
-
- setTimeZoneId(String) - Method in class com.communote.server.core.user.UserProfileDetails
-
- setTimeZoneId(String) - Method in class com.communote.server.model.config.ClientConfiguration
-
- setTimeZoneId(String) - Method in class com.communote.server.model.user.UserProfile
-
- setTimeZoneId(String) - Method in class com.communote.server.persistence.user.UserProfileVO
-
- setTimeZoneId(String) - Method in class com.communote.server.web.fe.portal.user.client.forms.ClientGeneralSettingsForm
-
- setTimeZoneId(String) - Method in class com.communote.server.web.fe.portal.user.forms.RegistrationForm
-
- setTimeZoneId(String) - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileForm
-
Set the timezone id of this User.
- setTimeZoneOffsetList(String) - Method in class com.communote.server.web.fe.portal.user.forms.RegistrationForm
-
- Setting - Class in com.communote.server.model.config
-
- Setting() - Constructor for class com.communote.server.model.config.Setting
-
- Setting.Factory - Class in com.communote.server.model.config
-
Constructs new instances of
Setting
.
- SettingConstants - Class in com.communote.server.model.config
-
This class holds constants of attributes and associations of the entity Setting
.
- SettingConstants() - Constructor for class com.communote.server.model.config.SettingConstants
-
- SettingDao - Interface in com.communote.server.persistence.config
-
- SettingDaoBase - Class in com.communote.server.persistence.config
-
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
com.communote.server.persistence.config.Setting
.
- SettingDaoBase() - Constructor for class com.communote.server.persistence.config.SettingDaoBase
-
- SettingDaoImpl - Class in com.communote.server.persistence.config
-
- SettingDaoImpl() - Constructor for class com.communote.server.persistence.config.SettingDaoImpl
-
- SETTINGKEY - Static variable in class com.communote.server.model.config.ApplicationConfigurationSettingConstants
-
- SETTINGKEY - Static variable in class com.communote.server.model.config.SettingConstants
-
- SETTINGS - Static variable in class com.communote.server.model.config.ConfigurationConstants
-
- SETTINGVALUE - Static variable in class com.communote.server.model.config.ApplicationConfigurationSettingConstants
-
- SETTINGVALUE - Static variable in class com.communote.server.model.config.SettingConstants
-
- setTitle(String) - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets Title.
- setTitle(String) - Method in class com.communote.plugins.api.rest.resource.timelinetopic.TimelineTopicResource
-
Sets Title.
- setTitle(String) - Method in class com.communote.plugins.api.rest.resource.topic.CreateTopicParameter
-
Sets Title.
- setTitle(String) - Method in class com.communote.plugins.api.rest.resource.topic.EditTopicParameter
-
Sets Title.
- setTitle(String) - Method in class com.communote.plugins.api.rest.resource.topic.GetCollectionTopicParameter
-
Sets Title.
- setTitle(String) - Method in class com.communote.plugins.api.rest.resource.topic.GetTopicParameter
-
Sets Title.
- setTitle(String) - Method in class com.communote.plugins.api.rest.resource.topic.TopicResource
-
Sets Title.
- setTitle(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets Title.
- setTitle(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.TimelineTopicResource
-
Sets Title.
- setTitle(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.CreateTopicParameter
-
Sets Title.
- setTitle(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.EditTopicParameter
-
Sets Title.
- setTitle(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetCollectionTopicParameter
-
Sets Title.
- setTitle(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetTopicParameter
-
Sets Title.
- setTitle(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.TopicResource
-
Sets Title.
- setTitle(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets Title.
- setTitle(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.TimelineTopicResource
-
Sets Title.
- setTitle(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.CreateTopicParameter
-
Sets Title.
- setTitle(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.EditTopicParameter
-
Sets Title.
- setTitle(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
Sets Title.
- setTitle(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetTopicParameter
-
Sets Title.
- setTitle(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.TopicResource
-
Sets Title.
- setTitle(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets Title.
- setTitle(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.TimelineTopicResource
-
Sets Title.
- setTitle(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.CreateTopicParameter
-
Sets Title.
- setTitle(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.EditTopicParameter
-
Sets Title.
- setTitle(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Sets Title.
- setTitle(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetTopicParameter
-
Sets Title.
- setTitle(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Sets Title.
- setTitle(String) - Method in class com.communote.plugins.mq.message.core.data.topic.Topic
-
Sets the title.
- setTitle(String) - Method in class com.communote.server.api.core.blog.BlogTO
-
Set the title of the blog
- setTitle(String) - Method in class com.communote.server.api.core.blog.MinimalBlogData
-
Set the title of the topic
- setTitle(String) - Method in class com.communote.server.model.blog.Blog
-
- setTitle(String) - Method in class com.communote.server.web.api.to.listitem.BlogListItem
-
Set the title of the topic
- setTitle(LocalizedMessage, boolean) - Method in class com.communote.server.web.commons.controller.StaticPageSection
-
Set the title of the section.
- setTitle(String) - Method in class com.communote.server.web.fe.portal.blog.forms.BlogManagementForm
-
- setTitleMessageKey(String) - Method in class com.communote.server.web.commons.controller.StaticPageSection
-
Set the message key for resolving a localized title of the section.
- setToDate(Date) - Method in class com.communote.server.core.vo.query.search.DateFilter
-
- setToForParameterUnspecificElements(Boolean, NoteStoringTO) - Static method in class com.communote.plugins.api.rest.resource.note.NoteResourceHelper
-
Set elements of
NoteStoringTO
object that are the same in create or edit method
- setToForParameterUnspecificElements(Boolean, NoteStoringTO) - Static method in class com.communote.plugins.api.rest.v22.resource.note.NoteResourceHelper
-
Set elements of
NoteStoringTO
object that are the same in create or edit method
- setToForParameterUnspecificElements(Boolean, NoteStoringTO) - Static method in class com.communote.plugins.api.rest.v24.resource.note.NoteResourceHelper
-
Set elements of
NoteStoringTO
object that are the same in create or edit method
- setToForParameterUnspecificElements(Boolean, NoteStoringTO) - Static method in class com.communote.plugins.api.rest.v30.resource.note.NoteResourceHelper
-
Set elements of
NoteStoringTO
object that are the same in create or edit method
- setTokenFactory(TokenFactory<?>) - Method in class com.communote.server.web.external.spring.security.CommunoteTokenAuthenticationProcessingFilter
-
- setTopic(TimelineTopicResource) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets Topic.
- setTopic(TimelineTopicResource) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetTimelineNoteParameter
-
Sets Topic.
- setTopic(TimelineTopicResource) - Method in class com.communote.plugins.api.rest.resource.timelinenote.TimelineNoteResource
-
Sets Topic.
- setTopic(TimelineTopicResource) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets Topic.
- setTopic(TimelineTopicResource) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetTimelineNoteParameter
-
Sets Topic.
- setTopic(TimelineTopicResource) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteResource
-
Sets Topic.
- setTopic(TimelineTopicResource) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets Topic.
- setTopic(TimelineTopicResource) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
Sets Topic.
- setTopic(TimelineTopicResource) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
Sets Topic.
- setTopic(TimelineTopicResource) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets Topic.
- setTopic(TimelineTopicResource) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets Topic.
- setTopic(TimelineTopicResource) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
Sets Topic.
- setTopic(TimelineTopicResource) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
Sets Topic.
- setTopic(Topic) - Method in class com.communote.plugins.mq.message.core.message.topic.TopicReplyMessage
-
- setTopic(T) - Method in class com.communote.plugins.mq.message.core.message.topic.TopicSpecificMessage
-
Sets the topic
- setTopicAccessLevel(TopicAccessLevel) - Method in class com.communote.server.core.vo.query.TaggingCoreItemUTPExtension
-
Sets the topic access level.
- setTopicAlias(String) - Method in class com.communote.plugins.mq.message.core.data.topic.BaseTopic
-
Sets the topic alias.
- setTopicAliasOfExternalObject(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.CreateExternalObjectParameter
-
Sets TopicAliasOfExternalObject.
- setTopicAliasOfExternalObject(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.EditExternalObjectParameter
-
Sets TopicAliasOfExternalObject.
- setTopicAliasOfExternalObject(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.ExternalObjectResource
-
Sets TopicAliasOfExternalObject.
- setTopicAliasOfExternalObject(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
Sets TopicAliasOfExternalObject.
- setTopicAliasOfExternalObject(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.GetExternalObjectParameter
-
Sets TopicAliasOfExternalObject.
- setTopicEmail(String) - Method in class com.communote.plugins.api.rest.resource.topic.GetCollectionTopicParameter
-
Sets TopicEmail.
- setTopicEmail(String) - Method in class com.communote.plugins.api.rest.resource.topic.GetTopicParameter
-
Sets TopicEmail.
- setTopicEmail(String) - Method in class com.communote.plugins.api.rest.resource.topic.TopicResource
-
Sets TopicEmail.
- setTopicEmail(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetCollectionTopicParameter
-
Sets TopicEmail.
- setTopicEmail(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetTopicParameter
-
Sets TopicEmail.
- setTopicEmail(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.TopicResource
-
Sets TopicEmail.
- setTopicEmail(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
Sets TopicEmail.
- setTopicEmail(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetTopicParameter
-
Sets TopicEmail.
- setTopicEmail(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.TopicResource
-
Sets TopicEmail.
- setTopicEmail(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Sets TopicEmail.
- setTopicEmail(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetTopicParameter
-
Sets TopicEmail.
- setTopicEmail(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Sets TopicEmail.
- setTopicId(Long) - Method in class com.communote.plugins.api.rest.resource.note.CreateNoteParameter
-
Sets TopicId.
- setTopicId(Long) - Method in class com.communote.plugins.api.rest.resource.note.EditNoteParameter
-
Sets TopicId.
- setTopicId(Long) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets TopicId.
- setTopicId(Long) - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Sets TopicId.
- setTopicId(Long) - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Sets TopicId.
- setTopicId(Long) - Method in class com.communote.plugins.api.rest.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets TopicId.
- setTopicId(Long) - Method in class com.communote.plugins.api.rest.resource.timelinetopic.TimelineTopicResource
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.resource.topic.DeleteTopicParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.resource.topic.EditTopicParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.resource.topic.follow.CreateFollowParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.resource.topic.follow.DeleteFollowParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.resource.topic.follow.GetCollectionFollowParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.resource.topic.GetCollectionTopicParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.resource.topic.GetTopicParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.resource.topic.property.CreatePropertyParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.resource.topic.property.GetCollectionPropertyParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.resource.topic.property.GetPropertyParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.resource.topic.right.EditRightParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.resource.topic.right.GetRightParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.resource.topic.role.CreateRoleParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.resource.topic.role.GetRoleParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.GetRoleBulkExternalParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.resource.topic.roleexternal.CreateRoleExternalParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.resource.topic.roleexternal.GetRoleExternalParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.resource.topic.TopicResource
-
Sets TopicId.
- setTopicId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.CreateNoteParameter
-
Sets TopicId.
- setTopicId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.EditNoteParameter
-
Sets TopicId.
- setTopicId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Sets TopicId.
- setTopicId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Sets TopicId.
- setTopicId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets TopicId.
- setTopicId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.timelinetopic.TimelineTopicResource
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.DeleteTopicParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.EditTopicParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.CreateExternalObjectParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.DeleteExternalObjectParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.EditExternalObjectParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.GetExternalObjectParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.follow.CreateFollowParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.follow.DeleteFollowParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.follow.GetCollectionFollowParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetCollectionTopicParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetTopicParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.property.CreatePropertyParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.property.GetCollectionPropertyParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.property.GetPropertyParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.right.EditRightParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.right.GetRightParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.role.CreateRoleParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.role.GetCollectionRoleParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.role.GetRoleParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.GetRoleBulkExternalParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.CreateRoleExternalParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.GetCollectionRoleExternalParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.GetRoleExternalParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.TopicResource
-
Sets TopicId.
- setTopicId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.CreateNoteParameter
-
Sets TopicId.
- setTopicId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.EditNoteParameter
-
Sets TopicId.
- setTopicId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Sets TopicId.
- setTopicId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Sets TopicId.
- setTopicId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets TopicId.
- setTopicId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelinetopic.TimelineTopicResource
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.DeleteTopicParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.EditTopicParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.CreateExternalObjectParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.DeleteExternalObjectParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.EditExternalObjectParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.GetExternalObjectParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.follow.CreateFollowParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.follow.DeleteFollowParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.follow.GetCollectionFollowParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetTopicParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.property.CreatePropertyParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.property.GetCollectionPropertyParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.property.GetPropertyParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.right.EditRightParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.right.GetRightParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.role.CreateRoleParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.role.GetCollectionRoleParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.role.GetRoleParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.GetRoleBulkExternalParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.CreateRoleExternalParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.GetCollectionRoleExternalParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.GetRoleExternalParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.TopicResource
-
Sets TopicId.
- setTopicId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.CreateNoteParameter
-
Sets TopicId.
- setTopicId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.EditNoteParameter
-
Sets TopicId.
- setTopicId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Sets TopicId.
- setTopicId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Sets TopicId.
- setTopicId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.GetCollectionTimelineTopicParameter
-
Sets TopicId.
- setTopicId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelinetopic.TimelineTopicResource
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.childtopic.CreateChildTopicParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.childtopic.DeleteChildTopicParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.DeleteTopicParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.EditTopicParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.CreateExternalObjectParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.DeleteExternalObjectParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.EditExternalObjectParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.GetExternalObjectParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.follow.CreateFollowParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.follow.DeleteFollowParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.follow.GetCollectionFollowParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetTopicParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.property.CreatePropertyParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.property.GetCollectionPropertyParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.property.GetPropertyParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.right.EditRightParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.right.GetRightParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.CreateRoleParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.GetCollectionRoleParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.GetRoleParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.GetRoleBulkExternalParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.rolebulkexternaltopicright.GetRoleBulkExternalTopicRightParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.CreateRoleExternalParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.GetCollectionRoleExternalParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.GetRoleExternalParameter
-
Sets TopicId.
- setTopicId(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Sets TopicId.
- setTopicId(Long) - Method in class com.communote.plugins.mq.message.core.data.topic.BaseTopic
-
Sets the topic id.
- setTopicId(Long) - Method in class com.communote.server.core.filter.listitems.blog.ExternalObjectListItem
-
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.resource.topic.CreateTopicParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.resource.topic.DeleteTopicParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.resource.topic.EditTopicParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.resource.topic.GetTopicParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.resource.topic.role.CreateRoleParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.resource.topic.role.GetRoleParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.GetRoleBulkExternalParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.resource.topic.roleexternal.CreateRoleExternalParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.resource.topic.roleexternal.GetRoleExternalParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v22.resource.topic.CreateTopicParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v22.resource.topic.DeleteTopicParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v22.resource.topic.EditTopicParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.CreateExternalObjectParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.DeleteExternalObjectParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.EditExternalObjectParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v22.resource.topic.externalobject.GetExternalObjectParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetTopicParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v22.resource.topic.role.CreateRoleParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v22.resource.topic.role.GetCollectionRoleParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v22.resource.topic.role.GetRoleParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.GetRoleBulkExternalParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.CreateRoleExternalParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.GetCollectionRoleExternalParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v22.resource.topic.roleexternal.GetRoleExternalParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v24.resource.topic.CreateTopicParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v24.resource.topic.DeleteTopicParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v24.resource.topic.EditTopicParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.CreateExternalObjectParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.DeleteExternalObjectParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.EditExternalObjectParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v24.resource.topic.externalobject.GetExternalObjectParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetTopicParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v24.resource.topic.role.CreateRoleParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v24.resource.topic.role.GetCollectionRoleParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v24.resource.topic.role.GetRoleParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.GetRoleBulkExternalParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.CreateRoleExternalParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.GetCollectionRoleExternalParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v24.resource.topic.roleexternal.GetRoleExternalParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v30.resource.topic.CreateTopicParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v30.resource.topic.DeleteTopicParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v30.resource.topic.EditTopicParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.CreateExternalObjectParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.DeleteExternalObjectParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.EditExternalObjectParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.GetExternalObjectParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetTopicParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.CreateRoleParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.GetCollectionRoleParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.GetRoleParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.GetRoleBulkExternalParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.CreateRoleExternalParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.GetCollectionRoleExternalParameter
-
Sets the constant TopicIdentifier.
- setTopicIdentifier(ETopicIdentifier) - Method in class com.communote.plugins.api.rest.v30.resource.topic.roleexternal.GetRoleExternalParameter
-
Sets the constant TopicIdentifier.
- setTopicIdOfExternalObject(Long) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.CreateExternalObjectParameter
-
Sets TopicIdOfExternalObject.
- setTopicIdOfExternalObject(Long) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.EditExternalObjectParameter
-
Sets TopicIdOfExternalObject.
- setTopicIdOfExternalObject(Long) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.ExternalObjectResource
-
Sets TopicIdOfExternalObject.
- setTopicIdOfExternalObject(Long) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.GetCollectionExternalObjectParameter
-
Sets TopicIdOfExternalObject.
- setTopicIdOfExternalObject(Long) - Method in class com.communote.plugins.api.rest.v30.resource.topic.externalobject.GetExternalObjectParameter
-
Sets TopicIdOfExternalObject.
- setTopicListType(ETopicListType) - Method in class com.communote.plugins.api.rest.resource.topic.GetCollectionTopicParameter
-
Sets the constant TopicListType.
- setTopicListType(ETopicListType) - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetCollectionTopicParameter
-
Sets the constant TopicListType.
- setTopicListType(ETopicListType) - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
Sets the constant TopicListType.
- setTopicListType(ETopicListType) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Sets the constant TopicListType.
- setTopicName(String) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets TopicName.
- setTopicName(String) - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Sets TopicName.
- setTopicName(String) - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Sets TopicName.
- setTopicName(String) - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Sets TopicName.
- setTopicName(String) - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Sets TopicName.
- setTopicName(String) - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Sets TopicName.
- setTopicName(String) - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Sets TopicName.
- setTopicName(String) - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Sets TopicName.
- setTopicName(String) - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Sets TopicName.
- setTopicNameIdentifier(String) - Method in class com.communote.server.core.filter.listitems.blog.ExternalObjectListItem
-
- setTopicPath(String) - Method in class com.communote.server.model.blog.ResolvedTopicToTopic
-
- setTopicRights(RoleBulkExternalTopicRightResource[]) - Method in class com.communote.plugins.api.rest.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
Sets TopicRights.
- setTopicRights(RoleBulkExternalTopicRightResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
Sets TopicRights.
- setTopicRights(RoleBulkExternalTopicRightResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
Sets TopicRights.
- setTopicRights(RoleBulkExternalTopicRightResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.topic.rolebulkexternal.CreateRoleBulkExternalParameter
-
Sets TopicRights.
- setTopicRights(TopicRights) - Method in class com.communote.plugins.mq.message.core.data.topic.Topic
-
- setTopicRole(String) - Method in class com.communote.plugins.mq.message.core.data.role.ExternalTopicRole
-
- SetTopicRolesMessage - Class in com.communote.plugins.mq.message.core.message.topic
-
Set topic role message
- SetTopicRolesMessage() - Constructor for class com.communote.plugins.mq.message.core.message.topic.SetTopicRolesMessage
-
- SetTopicRolesMessageHandler - Class in com.communote.plugins.mq.message.core.handler
-
set topic roles message handler
- SetTopicRolesMessageHandler() - Constructor for class com.communote.plugins.mq.message.core.handler.SetTopicRolesMessageHandler
-
- setTopics(BaseTopic[]) - Method in class com.communote.plugins.mq.message.core.data.note.Note
-
Set the topics the note should be created in.
- setTopicSearchFilters(String[]) - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
Set the strings to match against the topic titles
- setToplevel(Boolean) - Method in class com.communote.server.core.vo.blog.TopicStructureTO
-
Set whether the topic should be marked as top-level topic.
- setToplevelTopic(boolean) - Method in class com.communote.server.api.core.blog.BlogTO
-
Set whether the topic is a top level topic
- setToplevelTopic(boolean) - Method in class com.communote.server.core.filter.listitems.blog.DetailBlogListItem
-
- setToplevelTopic(boolean) - Method in class com.communote.server.model.blog.Blog
-
- setToplevelTopic(boolean) - Method in class com.communote.server.web.fe.portal.blog.forms.BlogManagementForm
-
- setTransientProperty(String, Object) - Method in class com.communote.server.api.core.note.NoteStoringTO
-
Add a property which will not be persisted with the note.
- setType(EType) - Method in class com.communote.plugins.api.rest.v30.resource.lastmodificationdate.GetCollectionLastModificationDateParameter
-
Sets the constant Type.
- setType(MessagerConnectorType) - Method in class com.communote.server.model.messaging.MessagerConnectorConfig
-
- setType(String) - Method in class com.communote.server.model.security.IpRangeChannel
-
- setType(String) - Method in class com.communote.server.model.security.IpRangeChannelImpl
- setType(String) - Method in class com.communote.server.web.commons.tags.ImageKenmeiUrlTag
-
- setTypeSpecificExtension(TaggingCoreItemUTPExtension) - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
Focuses this query for Notes to one of the sub-types UserTaggedResource or Note.
- setUninformableUsers(Collection<String>) - Method in class com.communote.server.core.vo.uti.UserNotificationResult
-
- setUniqueName(String) - Method in class com.communote.server.model.task.Task
-
- setUnparsedTags(String) - Method in class com.communote.plugins.mq.message.core.data.note.Note
-
Set a comma separated string of tag names which will be resolved to note tags
- setUnparsedTags(String[]) - Method in class com.communote.server.api.core.blog.BlogTO
-
Set the tags of the blog.
- setUnparsedTags(String) - Method in class com.communote.server.api.core.note.NoteStoringTO
-
- setUnresolvableBlogs(Collection<String>) - Method in class com.communote.server.core.vo.blog.NoteModificationResult
-
- setUnresolvableUsers(Collection<String>) - Method in class com.communote.server.core.vo.uti.UserNotificationResult
-
- setUnwritableBlogs(Collection<String>) - Method in class com.communote.server.core.vo.blog.NoteModificationResult
-
- setUpdateAlias(boolean) - Method in class com.communote.plugins.mq.message.core.message.topic.EditTopicMessage
-
- setUpdateDataProvider(LiquibaseUpdateDataProvider) - Method in class com.communote.server.core.database.liquibase.AbstractLiquibaseDatabaseUpdater
-
Set the data provider to use for the update
- setUpdateDescription(boolean) - Method in class com.communote.plugins.mq.message.core.message.topic.EditTopicMessage
-
- setUpdateEmail(boolean) - Method in class com.communote.server.persistence.user.ExternalUserVO
-
Set the email address.
- setUpdateFirstName(boolean) - Method in class com.communote.server.persistence.user.ExternalUserVO
-
Set first name.
- setUpdateLanguage(boolean) - Method in class com.communote.server.persistence.user.ExternalUserVO
-
Set the language.
- setUpdateLastName(boolean) - Method in class com.communote.server.persistence.user.ExternalUserVO
-
Set the last name.
- setUpdateRank(boolean) - Method in class com.communote.server.core.vo.user.note.UserNoteEntityTO
-
- setUpdateTitle(boolean) - Method in class com.communote.plugins.mq.message.core.message.topic.EditTopicMessage
-
- setUpdateTopicRights(boolean) - Method in class com.communote.plugins.mq.message.core.message.topic.EditTopicMessage
-
- setUploadDate(Date) - Method in class com.communote.server.core.vo.content.AttachmentTO
-
- setUploadDate(Timestamp) - Method in class com.communote.server.model.attachment.Attachment
-
- setUploader(User) - Method in class com.communote.server.model.attachment.Attachment
-
- setUploaderId(Long) - Method in class com.communote.server.core.vo.content.AttachmentTO
-
- setUpperTagDate(Date) - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
- setupQueries() - Method in class com.communote.server.core.vo.query.blog.BlogMemberManagementQuery
-
Setup the query constants.
- setupQueries() - Method in class com.communote.server.core.vo.query.blog.BlogQuery
-
Setup the query constants.
- setupQueries() - Method in class com.communote.server.core.vo.query.blog.external.ExternalObjectQuery
-
- setupQueries() - Method in class com.communote.server.core.vo.query.blog.UserTaggedBlogQuery
-
- setupQueries() - Method in class com.communote.server.core.vo.query.post.AbstractNoteQuery
-
Setup the query constants.
- setupQueries() - Method in class com.communote.server.core.vo.query.post.NoteQuery
-
Setup the query constants.
- setupQueries() - Method in class com.communote.server.core.vo.query.Query
-
Setup the query constants.
- setupQueries() - Method in class com.communote.server.core.vo.query.tag.AbstractBlogTagQuery
-
Setup the query constants.
- setupQueries() - Method in class com.communote.server.core.vo.query.tag.BlogTagQuery
-
Setup the query constants.
- setupQueries() - Method in class com.communote.server.core.vo.query.tag.RankTagQuery
-
Setup the query constants.
- setupQueries() - Method in class com.communote.server.core.vo.query.tag.RelatedRankTagQuery
-
Setup the query constants.
- setupQueries() - Method in class com.communote.server.core.vo.query.TaggingCoreItemQueryDefinition
-
Setup the query constants.
- setupQueries() - Method in class com.communote.server.core.vo.query.TaggingCoreItemTimeLimitsQuery
-
Setup the query constants.
- setupQueries() - Method in class com.communote.server.core.vo.query.user.AbstractUserQuery
-
Setup the query constants.
- setupQueries() - Method in class com.communote.server.core.vo.query.user.AbstractUserTaggingCoreQuery
-
Setup the query constants.
- setupQueries() - Method in class com.communote.server.core.vo.query.user.RankUserTaggingCoreQuery
-
Setup the query constants.
- setupQueries() - Method in class com.communote.server.core.vo.query.user.v1_0_1.UserTaggingCoreQuery
-
Setup the query constants.
- setUrl(String) - Method in class com.communote.server.core.common.ldap.caching.LdapServer
-
- setUrl(String) - Method in class com.communote.server.core.crc.vo.ContentMetadata
-
- setUrl(String) - Method in class com.communote.server.model.config.LdapConfiguration
-
- setUrl(String) - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
Wrapper to set the URL in config.
- setUrlBasePath(String) - Method in class com.communote.server.core.rest.CommunoteRestletServletAdapter
-
Set the url base path, it will be trimmed, and preceeded by a slash if not happend so far
- setUseConfluenceImages(boolean) - Method in class com.communote.server.web.fe.portal.user.client.forms.ConfluenceAuthConfigurationForm
-
- setUseFulltextFeature(boolean) - Method in class com.communote.server.core.database.config.FulltextSupportingDatabaseConfiguration
-
Enable or disable the fulltext feature of configuration that supports the fulltext function
- setUser(DetailedUserData) - Method in class com.communote.server.api.core.note.NoteData
-
- setUser(User) - Method in exception com.communote.server.core.user.InvalidUserStatusTransitionException
-
- setUser(User) - Method in class com.communote.server.model.note.Note
-
- setUser(User) - Method in class com.communote.server.model.security.SecurityCode
-
- setUser(User) - Method in class com.communote.server.model.user.group.UserOfGroup
-
- setUser(User) - Method in class com.communote.server.model.user.note.UserNoteEntity
-
- setUser(User) - Method in class com.communote.server.model.user.UserNoteProperty
-
- setUser(UserData) - Method in class com.communote.server.web.api.to.listitem.DetailPostListItem
-
Sets the author
- setUser(UserVO) - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- setUser(UserVO) - Method in class com.communote.server.web.fe.portal.user.forms.RegistrationForm
-
Sets the user.
- setUserAlias(String) - Method in class com.communote.plugins.api.rest.resource.topic.role.CreateRoleParameter
-
Sets UserAlias.
- setUserAlias(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.role.CreateRoleParameter
-
Sets UserAlias.
- setUserAlias(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.role.RoleResource
-
Sets UserAlias.
- setUserAlias(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.role.CreateRoleParameter
-
Sets UserAlias.
- setUserAlias(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.role.RoleResource
-
Sets UserAlias.
- setUserAlias(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.CreateRoleParameter
-
Sets UserAlias.
- setUserAlias(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.GetCollectionRoleParameter
-
Sets UserAlias.
- setUserAlias(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.role.RoleResource
-
Sets UserAlias.
- setUserAlias(String) - Method in class com.communote.server.core.security.FieldUserIdentification
-
- setUserAlias(String) - Method in class com.communote.server.core.util.InitalFiltersVO
-
- setUserAlias(String) - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
Sets the alias.
- setUserAlias(String) - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
- setUserAliases(Set<String>) - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
- setUserAuthorities(Set<UserAuthority>) - Method in class com.communote.server.model.user.User
-
- setUserAuthorityDao(UserAuthorityDao) - Method in class com.communote.server.persistence.user.UserDaoBase
-
Sets the reference to UserAuthorityDao
.
- setUserDao(UserDao) - Method in class com.communote.server.core.blog.MailBasedPostingManagementBase
-
Sets the reference to kenmeiUser
's DAO.
- setUserDao(UserDao) - Method in class com.communote.server.core.user.UserProfileManagementBase
-
Sets the reference to kenmeiUser
's DAO.
- setUserEmail(String) - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
Sets the email.
- setUserEmail(String) - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
- setUseRequestParametersForWidget(boolean) - Method in class com.communote.server.widgets.WidgetController
-
Determines how a widget is found.
- setUserFirstName(String) - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
Sets the first name.
- setUserFirstName(String) - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
- setUserGroup(Group) - Method in class com.communote.server.core.vo.user.group.UserGroupMembershipVO
-
Sets the userGroup
- setUserGroupId(Long) - Method in class com.communote.server.core.vo.tag.TagClearanceVO
-
- setUserGroupManagement(UserGroupManagement) - Method in class com.communote.plugin.ldap.ADTrackingIncrementalRepositoryChangeTracker
-
- setUserGroupManagement(UserGroupManagement) - Method in class com.communote.plugin.ldap.helper.GroupRetriever
-
- setUserId(Long) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.resource.timelineuser.TimelineUserResource
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.resource.user.EditUserParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.resource.user.follow.CreateFollowParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.resource.user.follow.DeleteFollowParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.resource.user.follow.GetCollectionFollowParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.resource.user.GetCollectionUserParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.resource.user.GetUserParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.resource.user.image.GetImageParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.resource.user.property.CreatePropertyParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.resource.user.property.GetCollectionPropertyParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.resource.user.property.GetPropertyParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.resource.user.UserResource
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.to.LoginInfo
-
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.timelineuser.TimelineUserResource
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.user.EditUserParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.user.follow.CreateFollowParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.user.follow.DeleteFollowParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.user.follow.GetCollectionFollowParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.user.GetCollectionUserParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.user.GetUserParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.user.image.GetImageParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.user.property.CreatePropertyParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.user.property.GetCollectionPropertyParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.user.property.GetPropertyParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v22.resource.user.UserResource
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v22.to.LoginInfo
-
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.timelineuser.TimelineUserResource
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.user.EditUserParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.user.follow.CreateFollowParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.user.follow.DeleteFollowParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.user.follow.GetCollectionFollowParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.user.GetCollectionUserParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.user.GetUserParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.user.image.GetImageParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.user.property.CreatePropertyParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.user.property.GetCollectionPropertyParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.user.property.GetPropertyParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.EditUserPreferenceParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.GetUserPreferenceParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.CreatePreferenceParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.DeletePreferenceParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.EditPreferenceParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.GetPreferenceParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v24.resource.user.UserResource
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v24.to.LoginInfo
-
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.GetCollectionTimelineUserParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.timelineuser.TimelineUserResource
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.EditUserParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.externalproperty.GetExternalPropertyParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.GetCollectionExternalLoginParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.follow.CreateFollowParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.follow.DeleteFollowParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.follow.GetCollectionFollowParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetCollectionUserParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.GetUserParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.image.GetImageParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.CreateNavigationItemParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.DeleteNavigationItemParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.EditNavigationItemParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.GetCollectionNavigationItemParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.navigationitem.GetNavigationItemParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.observation.GetCollectionObservationParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.observation.GetObservationParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.property.CreatePropertyParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.property.GetCollectionPropertyParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.property.GetPropertyParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.EditUserPreferenceParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.GetUserPreferenceParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.CreatePreferenceParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.DeletePreferenceParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.EditPreferenceParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.GetPreferenceParameter
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v30.resource.user.UserResource
-
Sets UserId.
- setUserId(Long) - Method in class com.communote.plugins.api.rest.v30.to.LoginInfo
-
- setUserId(Long) - Method in class com.communote.server.api.core.property.PropertyEvent
-
Set the ID of the user associated with a modified UserNoteProperty
- setUserId(Long) - Method in class com.communote.server.api.core.user.UserData
-
- setUserId(Long) - Method in class com.communote.server.core.security.FieldUserIdentification
-
- setUserId(Long) - Method in exception com.communote.server.core.security.TermsNotAcceptedException
-
- setUserId(Long) - Method in class com.communote.server.core.util.InitalFiltersVO
-
- setUserId(Long) - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
- setUserId(Long) - Method in class com.communote.server.core.vo.query.TaggingCoreItemUTPExtension
-
Set the User Id for which the rights to access a blog is checked.
- setUserId(Long) - Method in class com.communote.server.model.blog.UserToBlogRoleMapping
-
- setUserId(Long) - Method in class com.communote.server.web.api.to.listitem.PostListItem
-
- setUserId(Long) - Method in class com.communote.server.web.api.to.listitem.v1_0_1.DetailPostListItem
-
- setUserId(Long) - Method in class com.communote.server.web.api.to.user.LoginInfo
-
- setUserId(Long) - Method in class com.communote.server.web.commons.tags.ImageKenmeiUrlTag
-
- setUserIdentifier(String) - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
- setUserIdentifierIsBinary(boolean) - Method in class com.communote.server.model.config.LdapConfiguration
-
- setUserIdentifierIsBinary(boolean) - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
- setUserIds(Long[]) - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
set the user ids parameter
- setUserIdsToIgnore(Long...) - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
Method to ignore users.
- setUserImageDao(UserImageDao) - Method in class com.communote.server.core.user.UserProfileManagementBase
-
Sets the reference to userImage
's DAO.
- setUserLanguageCode(String) - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
Sets the language code.
- setUserLastName(String) - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
Sets the last name.
- setUserLastName(String) - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
- setUserLocale(Locale) - Method in class com.communote.server.core.security.UserDetails
-
- setUserLocale(Locale) - Method in class com.communote.server.core.user.UserProfileDetails
-
- setUserLongName(String) - Method in class com.communote.server.core.util.InitalFiltersVO
-
- setUserManagement(UserManagement) - Method in class com.communote.plugin.ldap.helper.UserRetriever
-
- setUserName(String) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets UserName.
- setUserName(String) - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Sets UserName.
- setUserName(String) - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Sets UserName.
- setUserName(String) - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Sets UserName.
- setUserName(String) - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Sets UserName.
- setUserName(String) - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Sets UserName.
- setUserName(String) - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Sets UserName.
- setUserName(String) - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Sets UserName.
- setUserName(String) - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Sets UserName.
- setUserNoteProperties(List<EUserNoteProperties>) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
List of constants UserNoteProperties.
- setUserNoteProperties(List<EUserNoteProperties>) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetTimelineNoteParameter
-
List of constants UserNoteProperties.
- setUserNoteProperties(List<EUserNoteProperties>) - Method in class com.communote.plugins.api.rest.resource.timelinenote.TimelineNoteResource
-
List of constants UserNoteProperties.
- setUserNoteProperties(List<EUserNoteProperties>) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
List of constants UserNoteProperties.
- setUserNoteProperties(List<EUserNoteProperties>) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetTimelineNoteParameter
-
List of constants UserNoteProperties.
- setUserNoteProperties(List<EUserNoteProperties>) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteResource
-
List of constants UserNoteProperties.
- setUserNoteProperties(List<EUserNoteProperties>) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
List of constants UserNoteProperties.
- setUserNoteProperties(List<EUserNoteProperties>) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
List of constants UserNoteProperties.
- setUserNoteProperties(List<EUserNoteProperties>) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
List of constants UserNoteProperties.
- setUserNoteProperties(List<EUserNoteProperties>) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
List of constants UserNoteProperties.
- setUserNoteProperties(List<EUserNoteProperties>) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
List of constants UserNoteProperties.
- setUserNoteProperties(List<EUserNoteProperties>) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
List of constants UserNoteProperties.
- setUserNoteProperties(List<EUserNoteProperties>) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
List of constants UserNoteProperties.
- setUserNotificationResult(UserNotificationResult) - Method in class com.communote.server.core.vo.blog.NoteModificationResult
-
Sets the userNotificationResult
- setUserPassword(String) - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- setUserPasswordConfirmation(String) - Method in class com.communote.server.web.fe.installer.forms.InstallerForm
-
- setUserProfileDao(UserProfileDao) - Method in class com.communote.server.core.user.UserProfileManagementBase
-
Sets the reference to kenmeiUserProfile
's DAO.
- setUserProfileDao(UserProfileDao) - Method in class com.communote.server.persistence.user.UserDaoBase
-
Sets the reference to userProfileDao
.
- setUserRegistrationOnDBAuthAllowed(boolean) - Method in class com.communote.server.web.fe.portal.user.client.forms.ClientUserManagementSettingsForm
-
- setUserRole(String) - Method in class com.communote.plugins.api.rest.resource.topic.GetCollectionTopicParameter
-
Sets UserRole.
- setUserRole(String) - Method in class com.communote.plugins.api.rest.resource.topic.GetTopicParameter
-
Sets UserRole.
- setUserRole(String) - Method in class com.communote.plugins.api.rest.resource.topic.TopicResource
-
Sets UserRole.
- setUserRole(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetCollectionTopicParameter
-
Sets UserRole.
- setUserRole(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.GetTopicParameter
-
Sets UserRole.
- setUserRole(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.TopicResource
-
Sets UserRole.
- setUserRole(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetCollectionTopicParameter
-
Sets UserRole.
- setUserRole(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.GetTopicParameter
-
Sets UserRole.
- setUserRole(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.TopicResource
-
Sets UserRole.
- setUserRole(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetCollectionTopicParameter
-
Sets UserRole.
- setUserRole(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.GetTopicParameter
-
Sets UserRole.
- setUserRole(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.TopicResource
-
Sets UserRole.
- setUserRole(BlogRole) - Method in exception com.communote.server.api.core.blog.BlogAccessException
-
- setUserRole(BlogRole) - Method in class com.communote.server.api.core.blog.UserBlogData
-
Sets the role the user has in the blog.
- setUserRole(BlogRole) - Method in class com.communote.server.core.filter.listitems.blog.UserDetailBlogListItem
-
- setUsers(TimelineUserResource[]) - Method in class com.communote.plugins.api.rest.resource.note.like.GetCollectionLikeParameter
-
Sets Users.
- setUsers(TimelineUserResource[]) - Method in class com.communote.plugins.api.rest.resource.note.like.LikeResource
-
Sets Users.
- setUsers(TimelineUserResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.note.like.GetCollectionLikeParameter
-
Sets Users.
- setUsers(TimelineUserResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.note.like.LikeResource
-
Sets Users.
- setUsers(TimelineUserResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.note.like.GetCollectionLikeParameter
-
Sets Users.
- setUsers(TimelineUserResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.note.like.LikeResource
-
Sets Users.
- setUsers(TimelineUserResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.note.like.GetCollectionLikeParameter
-
Sets Users.
- setUsers(TimelineUserResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.note.like.LikeResource
-
Sets Users.
- setUserSearch(LdapSearchConfiguration) - Method in class com.communote.server.model.config.LdapConfiguration
-
- setUserSearchBases(List<LdapSearchBaseDefinition>) - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
Wrapper to set the user search base in config.
- setUserSearchfilter(String) - Method in class com.communote.server.web.fe.portal.user.client.forms.LdapConfigurationForm
-
Wrapper to set the user search filter in config.
- setUserSearchFilters(String[]) - Method in class com.communote.server.core.vo.query.user.UserQueryParameters
-
Searches the user fields without email.
- setUserSearchFilters(String[], boolean) - Method in class com.communote.server.core.vo.query.user.UserQueryParameters
-
Sets the user search string.
- setUserServiceRepositoryMode(String) - Method in class com.communote.server.web.fe.portal.user.client.controller.integration.IntegrationOverviewForm
-
- setUserShortName(String) - Method in class com.communote.server.core.util.InitalFiltersVO
-
- setUsersNotToNotify(Set<String>) - Method in class com.communote.server.api.core.note.NoteStoringTO
-
- setUserStatus(UserStatus) - Method in class com.communote.server.core.user.UserProfileDetails
-
- setUsersToBeNotified(Set<User>) - Method in class com.communote.server.model.note.Note
-
- setUsersToNotify(String[]) - Method in class com.communote.plugins.api.rest.resource.note.CreateNoteParameter
-
Sets UsersToNotify.
- setUsersToNotify(String[]) - Method in class com.communote.plugins.api.rest.resource.note.EditNoteParameter
-
Sets UsersToNotify.
- setUsersToNotify(String[]) - Method in class com.communote.plugins.api.rest.resource.note.GetCollectionNoteParameter
-
Sets UsersToNotify.
- setUsersToNotify(String[]) - Method in class com.communote.plugins.api.rest.resource.note.GetNoteParameter
-
Sets UsersToNotify.
- setUsersToNotify(String[]) - Method in class com.communote.plugins.api.rest.resource.note.NoteResource
-
Sets UsersToNotify.
- setUsersToNotify(TimelineUserResource[]) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets UsersToNotify.
- setUsersToNotify(TimelineUserResource[]) - Method in class com.communote.plugins.api.rest.resource.timelinenote.GetTimelineNoteParameter
-
Sets UsersToNotify.
- setUsersToNotify(TimelineUserResource[]) - Method in class com.communote.plugins.api.rest.resource.timelinenote.TimelineNoteResource
-
Sets UsersToNotify.
- setUsersToNotify(String[]) - Method in class com.communote.plugins.api.rest.v22.resource.note.CreateNoteParameter
-
Sets UsersToNotify.
- setUsersToNotify(String[]) - Method in class com.communote.plugins.api.rest.v22.resource.note.EditNoteParameter
-
Sets UsersToNotify.
- setUsersToNotify(String[]) - Method in class com.communote.plugins.api.rest.v22.resource.note.GetNoteParameter
-
Sets UsersToNotify.
- setUsersToNotify(String[]) - Method in class com.communote.plugins.api.rest.v22.resource.note.NoteResource
-
Sets UsersToNotify.
- setUsersToNotify(TimelineUserResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets UsersToNotify.
- setUsersToNotify(TimelineUserResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.GetTimelineNoteParameter
-
Sets UsersToNotify.
- setUsersToNotify(TimelineUserResource[]) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.TimelineNoteResource
-
Sets UsersToNotify.
- setUsersToNotify(String[]) - Method in class com.communote.plugins.api.rest.v24.resource.note.CreateNoteParameter
-
Sets UsersToNotify.
- setUsersToNotify(String[]) - Method in class com.communote.plugins.api.rest.v24.resource.note.EditNoteParameter
-
Sets UsersToNotify.
- setUsersToNotify(String[]) - Method in class com.communote.plugins.api.rest.v24.resource.note.GetNoteParameter
-
Sets UsersToNotify.
- setUsersToNotify(String[]) - Method in class com.communote.plugins.api.rest.v24.resource.note.NoteResource
-
Sets UsersToNotify.
- setUsersToNotify(TimelineUserResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets UsersToNotify.
- setUsersToNotify(TimelineUserResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.GetTimelineNoteParameter
-
Sets UsersToNotify.
- setUsersToNotify(TimelineUserResource[]) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.TimelineNoteResource
-
Sets UsersToNotify.
- setUsersToNotify(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.note.CreateNoteParameter
-
Sets UsersToNotify.
- setUsersToNotify(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.note.EditNoteParameter
-
Sets UsersToNotify.
- setUsersToNotify(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Sets UsersToNotify.
- setUsersToNotify(String[]) - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Sets UsersToNotify.
- setUsersToNotify(TimelineUserResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.CreateTimelineNoteParameter
-
Sets UsersToNotify.
- setUsersToNotify(TimelineUserResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetCollectionTimelineNoteParameter
-
Sets UsersToNotify.
- setUsersToNotify(TimelineUserResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.GetTimelineNoteParameter
-
Sets UsersToNotify.
- setUsersToNotify(TimelineUserResource[]) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.TimelineNoteResource
-
Sets UsersToNotify.
- setUsersToNotify(BaseEntity[]) - Method in class com.communote.plugins.mq.message.core.data.note.Note
-
Set the users that should be notified about the note
- setUsersToNotify(Set<String>) - Method in class com.communote.server.api.core.note.NoteStoringTO
- setUsersToNotifyIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.note.GetNoteParameter
-
Sets UsersToNotifyIds.
- setUsersToNotifyIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.note.NoteResource
-
Sets UsersToNotifyIds.
- setUserSuffix(String) - Method in class com.communote.server.web.fe.portal.user.system.communication.XmppForm
-
- setUserToBeNotified(Long[]) - Method in class com.communote.server.core.vo.query.TimelineQueryParameters
-
Sets the user to be notified.
- setValidationStatus(ValidationResult.ValidationStatus) - Method in class com.communote.plugins.mq.message.base.handler.ValidationResult
-
- setValidator(Validator<C, E, D, G, L>) - Method in class com.communote.plugins.api.rest.resource.AbstractResourceHandler
-
- setValidator(Validator<C, E, D, G, L>) - Method in class com.communote.plugins.api.rest.v22.resource.AbstractResourceHandler
-
- setValidator(Validator<C, E, D, G, L>) - Method in class com.communote.plugins.api.rest.v24.resource.AbstractResourceHandler
-
- setValidator(Validator<C, E, D, G, L>) - Method in class com.communote.plugins.api.rest.v30.resource.AbstractResourceHandler
-
- setValidator(Validator) - Method in class com.communote.server.widgets.springmvc.SpringFormWidget
-
Set the validator to validate the submitted form backing object.
- setValue(String) - Method in class com.communote.plugins.api.rest.resource.note.property.CreatePropertyParameter
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.resource.note.property.GetPropertyParameter
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.resource.note.property.PropertyResource
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.resource.topic.property.CreatePropertyParameter
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.resource.topic.property.GetPropertyParameter
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.resource.topic.property.PropertyResource
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.resource.user.property.CreatePropertyParameter
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.resource.user.property.GetPropertyParameter
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.resource.user.property.PropertyResource
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v22.resource.note.property.CreatePropertyParameter
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v22.resource.note.property.GetPropertyParameter
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v22.resource.note.property.PropertyResource
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.property.CreatePropertyParameter
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.property.GetPropertyParameter
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v22.resource.timelinenote.property.PropertyResource
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.property.CreatePropertyParameter
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.property.GetPropertyParameter
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v22.resource.topic.property.PropertyResource
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v22.resource.user.property.CreatePropertyParameter
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v22.resource.user.property.GetPropertyParameter
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v22.resource.user.property.PropertyResource
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v24.resource.note.property.CreatePropertyParameter
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v24.resource.note.property.GetPropertyParameter
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v24.resource.note.property.PropertyResource
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.property.CreatePropertyParameter
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.property.GetPropertyParameter
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v24.resource.timelinenote.property.PropertyResource
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.property.CreatePropertyParameter
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.property.GetPropertyParameter
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v24.resource.topic.property.PropertyResource
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.property.CreatePropertyParameter
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.property.GetPropertyParameter
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.property.PropertyResource
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.CreatePreferenceParameter
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.EditPreferenceParameter
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v24.resource.user.userpreference.preference.PreferenceResource
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v30.resource.note.property.CreatePropertyParameter
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v30.resource.note.property.GetPropertyParameter
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v30.resource.note.property.PropertyResource
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.property.CreatePropertyParameter
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.property.GetPropertyParameter
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v30.resource.timelinenote.property.PropertyResource
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.property.CreatePropertyParameter
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.property.GetPropertyParameter
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v30.resource.topic.property.PropertyResource
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.externalproperty.ExternalPropertyResource
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.externallogin.externalproperty.GetExternalPropertyParameter
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.property.CreatePropertyParameter
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.property.GetPropertyParameter
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.property.PropertyResource
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.CreatePreferenceParameter
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.EditPreferenceParameter
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.api.rest.v30.resource.user.userpreference.preference.PreferenceResource
-
Sets Value.
- setValue(String) - Method in class com.communote.plugins.mq.message.core.data.property.StringProperty
-
Set the value of the property
- setValue(String) - Method in enum com.communote.server.api.core.config.type.CoreProperty
-
Saves the value for this property.
- setValue(T) - Method in class com.communote.server.core.common.ClientValue
-
- setValue(String) - Method in class com.communote.server.core.messaging.connectors.xmpp.AliasPacketExtension
-
Sets the alias.
- setValue(String, Object) - Method in class com.communote.server.core.vo.user.preferences.UserPreference
-
Method to set the given object as value.
- setValue(String) - Method in class com.communote.server.web.commons.tags.HighlightMatchingTag
-
- setValue(String) - Method in class com.communote.server.web.commons.tags.KenmeiUrlTag
-
the URL path to the resource to link to
- setValueToJson(String, Object) - Method in class com.communote.server.core.vo.user.preferences.UserPreference
-
Method to set a more complex object explicitly as JSON.
- setVar(String) - Method in class com.communote.server.web.commons.tags.FmtMessageTag
- setVersion(Long) - Method in class com.communote.server.api.core.note.NoteData
-
- setVersion(Long) - Method in class com.communote.server.api.core.note.NoteStoringTO
-
- setVersion(String) - Method in class com.communote.server.core.crc.vo.ContentMetadata
-
- setVersion(Long) - Method in class com.communote.server.core.vo.blog.NoteModificationResult
-
- setVersion(Long) - Method in class com.communote.server.model.note.Note
-
- setVersionOf(Set<Note>) - Method in class com.communote.server.model.note.Note
-
- setVersions(Object[]) - Method in class com.communote.server.core.crc.vo.ContentMetadata
-
- setVerticalAlignment(int) - Method in class com.communote.common.image.ImageScaler
-
Set the alignment to use for positioning the image vertically within the scaled image.
- setVerticalAlignment(int) - Method in class com.communote.server.api.core.image.ImageDescriptor
-
Set the alignment to use for positioning the image vertically within the scaled image.
- setView(String) - Method in class com.communote.server.web.commons.controller.SimpleViewController
-
Set the name of the view
- setView(String) - Method in class com.communote.server.web.commons.controller.VelocityViewController
-
- setView(String) - Method in class com.communote.server.web.fe.portal.user.controller.RegisterUserController
-
Sets the view.
- setView(String) - Method in class com.communote.server.web.fe.portal.user.system.application.CertificateController
-
- setViewType(TimelineFilterViewType) - Method in class com.communote.server.core.vo.user.preferences.UserInterfaceUserPreference
-
- setVirusScanner(VirusScanner) - Method in class com.communote.server.core.vo.content.AttachmentTO
-
- setWarningMessage(LocalizedMessage) - Method in class com.communote.server.web.fe.portal.controller.SecurityCodeConfirmationResult
-
Set a message with warning.
- setWeb(Boolean) - Method in class com.communote.server.web.fe.portal.user.client.forms.SslChannelConfigurationForm
-
- setWeight(int) - Method in class com.communote.server.core.common.ldap.caching.LdapServer
-
- setWidgetFactory(WidgetFactory) - Method in class com.communote.server.widgets.WidgetController
-
Set the factory to use for creating an instance of a widget that should handle a widget
request.
- setWidgetPackagePrefix(String) - Method in class com.communote.server.widgets.SimpleWidgetFactory
-
Set an optional package prefix to interpret the widget group as a relative package and thus
only resolve widgets which are in a sub-package of that package.
- setWidth(int) - Method in class com.communote.common.image.ImageScaler
-
- setWritingUserIds(Long[]) - Method in class com.communote.plugins.api.rest.resource.topic.right.GetRightParameter
-
Sets WritingUserIds.
- setWritingUserIds(Long[]) - Method in class com.communote.plugins.api.rest.resource.topic.right.RightResource
-
Sets WritingUserIds.
- setWritingUserIds(Long[]) - Method in class com.communote.plugins.api.rest.v22.resource.topic.right.GetRightParameter
-
Sets WritingUserIds.
- setWritingUserIds(Long[]) - Method in class com.communote.plugins.api.rest.v22.resource.topic.right.RightResource
-
Sets WritingUserIds.
- setWritingUserIds(Long[]) - Method in class com.communote.plugins.api.rest.v24.resource.topic.right.GetRightParameter
-
Sets WritingUserIds.
- setWritingUserIds(Long[]) - Method in class com.communote.plugins.api.rest.v24.resource.topic.right.RightResource
-
Sets WritingUserIds.
- setWritingUserIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.topic.right.GetRightParameter
-
Sets WritingUserIds.
- setWritingUserIds(Long[]) - Method in class com.communote.plugins.api.rest.v30.resource.topic.right.RightResource
-
Sets WritingUserIds.
- setWritingUserIds(String) - Method in class com.communote.server.core.filter.listitems.blog.DetailBlogListItem
-
- setXmpp(boolean) - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileNotificationsForm
-
- setXMPPConnection(XMPPConnection) - Method in class com.communote.server.core.messaging.connectors.xmpp.XMPPConnector
-
This method sets the XMPP Connection of this connector.
- setXmppFail(boolean) - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileNotificationsForm
-
- setZip(String) - Method in class com.communote.server.core.filter.listitems.UserProfileDetailListItem
-
- setZip(String) - Method in class com.communote.server.model.user.Contact
-
- setZip(String) - Method in class com.communote.server.persistence.user.UserProfileVO
-
- setZip(String) - Method in class com.communote.server.web.fe.portal.user.profile.forms.UserProfileForm
-
- SHORTCONTENT - Static variable in class com.communote.server.model.note.ContentConstants
-
- shortenUrl(String, String, String, String) - Static method in class com.communote.common.util.UrlHelper
-
Shortens a URL.
- show(HttpServletRequest, HttpServletResponse) - Method in class com.communote.server.web.fe.portal.user.client.controller.CustomizeTermsOfUseController
-
Standard view.
- showAddSubtopic() - Method in class com.communote.server.web.fe.widgets.blog.TopicListWidget
-
- showCreateNewTopic() - Method in class com.communote.server.web.fe.widgets.blog.TopicListWidget
-
- showForm(HttpServletRequest, HttpServletResponse, BindException) - Method in class com.communote.server.web.commons.controller.BaseFormController
- showInIntegrationOverview() - Method in class com.communote.server.core.external.AbstractExternalUserRepository
-
- showInIntegrationOverview() - Method in interface com.communote.server.core.external.ExternalUserRepository
-
- showOnlyFollowedItems() - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
- shutdown() - Method in class com.communote.server.core.bootstrap.ApplicationInitializer
-
Shutdown the core components and reset the application context.
- shutdown() - Method in interface com.communote.server.core.common.caching.CacheManager
-
Shutdown hook that allows the cache manager to do any kind of clean-up operations.
- shutdown() - Method in class com.communote.server.core.common.caching.eh.EhCacheManager
-
Shutdown hook that allows the cache manager to do any kind of clean-up operations.
- shutdown() - Method in class com.communote.server.core.mail.fetching.MailFetcher
-
Stops the mail-fetcher.
- shutdown() - Method in class com.communote.server.core.service.CommunoteServiceManager
-
Stops and unregisters all running services.
- SIGNATURE - Static variable in class com.communote.server.core.mail.messages.MailModelPlaceholderConstants.Client
-
Placeholder for client signature.
- SimpleMenu<C extends MenuEntry,S extends MenuEntry> - Class in com.communote.common.menu
-
A simple menu consisting of two levels.
- SimpleMenu() - Constructor for class com.communote.common.menu.SimpleMenu
-
Create an menu with an empty set of categories
- SimpleMenu(List<CategoryEntry<C, S>>) - Constructor for class com.communote.common.menu.SimpleMenu
-
Create a menu with the given set of categories
- SimpleMenuBuilder<C extends MenuEntry,S extends MenuEntry> - Class in com.communote.common.menu
-
Builder to create a
SimpleMenu
with entries that are sorted according to a declarative
defined position.
- SimpleMenuBuilder() - Constructor for class com.communote.common.menu.SimpleMenuBuilder
-
- SimpleNoteListItem - Class in com.communote.server.core.filter.listitems
-
- SimpleNoteListItem() - Constructor for class com.communote.server.core.filter.listitems.SimpleNoteListItem
-
- SimpleNoteListItem(Long, Date) - Constructor for class com.communote.server.core.filter.listitems.SimpleNoteListItem
-
- SimpleNoteListItemToAutosaveNoteDataConverter - Class in com.communote.server.core.vo.query.note
-
Converter that builds the data object of an autosave of a note.
- SimpleNoteListItemToAutosaveNoteDataConverter(Class<AutosaveNoteData>, Locale) - Constructor for class com.communote.server.core.vo.query.note.SimpleNoteListItemToAutosaveNoteDataConverter
-
Creates a new converter.
- SimpleNoteListItemToDiscussionNoteDataConverter - Class in com.communote.server.core.vo.query.note
-
Converter which creates DiscussionNoteData objects.
- SimpleNoteListItemToDiscussionNoteDataConverter(NoteRenderContext, TimelineFilterViewType, NoteQueryParameters) - Constructor for class com.communote.server.core.vo.query.note.SimpleNoteListItemToDiscussionNoteDataConverter
-
Creates a new converter which converts root notes of discussions into a data object that also
holds all the comments of the discussion sorted by a given order.
- SimpleNoteListItemToNoteDataQueryResultConverter<O extends NoteData> - Class in com.communote.server.core.vo.query.note
-
This converter converts a note to a note list data object.
- SimpleNoteListItemToNoteDataQueryResultConverter(Class<O>, NoteRenderContext) - Constructor for class com.communote.server.core.vo.query.note.SimpleNoteListItemToNoteDataQueryResultConverter
-
Creates a new converter.
- SimplePropertyFilterDefinition - Class in com.communote.server.core.property
-
A property filter definition.
- SimplePropertyFilterDefinition() - Constructor for class com.communote.server.core.property.SimplePropertyFilterDefinition
-
- SimpleViewController - Class in com.communote.server.web.commons.controller
-
A simple view controller which just forwards the request to a particular tiles view
- SimpleViewController() - Constructor for class com.communote.server.web.commons.controller.SimpleViewController
-
- SimpleWidgetController - Class in com.communote.server.widgets
-
Simple implementation of the WidgetController that returns a string which identifies the view and
stores the details for rendering the view as attributes in the request.
- SimpleWidgetController() - Constructor for class com.communote.server.widgets.SimpleWidgetController
-
- SimpleWidgetFactory - Class in com.communote.server.widgets
-
Factory that uses reflection to create widget instances.
- SimpleWidgetFactory() - Constructor for class com.communote.server.widgets.SimpleWidgetFactory
-
- SimplifiedTimeZone - Class in com.communote.server.core.common.time
-
- SimplifiedTimeZone(String, String, int, String) - Constructor for class com.communote.server.core.common.time.SimplifiedTimeZone
-
- SingletonEhCacheManagerFactory - Class in com.communote.server.core.common.caching.eh
-
Creates and provides a singleton EhCache CacheManager.
- SingletonEhCacheProvider - Class in com.communote.server.external.hibernate
-
Custom EhCacheProvider which ensures that the correct disk store path is used and the cache
manager can be shared between Hibernate and Communote.
- SingletonEhCacheProvider() - Constructor for class com.communote.server.external.hibernate.SingletonEhCacheProvider
-
Create a new provider and prepare the region mapping.
- size() - Method in class com.communote.common.util.PageableList
- size() - Method in class com.communote.plugins.api.rest.resource.RestApiMultivaluedMapWrapper
-
- size() - Method in class com.communote.plugins.api.rest.v22.resource.RestApiMultivaluedMapWrapper
-
- size() - Method in class com.communote.plugins.api.rest.v24.resource.RestApiMultivaluedMapWrapper
-
- size() - Method in class com.communote.plugins.api.rest.v30.resource.RestApiMultivaluedMapWrapper
-
- SIZE - Static variable in class com.communote.server.model.attachment.AttachmentConstants
-
- skip(long) - Method in class com.communote.server.core.rest.RestApiByteArrayInputStream
-
Skips n
bytes of input from this input stream.
- skipUpdates() - Method in class com.communote.server.core.common.database.DatabaseUpdater
-
Return whether updates should be skipped.
- SMALL - Static variable in class com.communote.server.model.user.ImageSizeType
-
- SMALLIMAGE - Static variable in class com.communote.server.model.user.UserProfileConstants
-
- SmileysNoteRenderingPreProcessor - Class in com.communote.plugins.smileys
-
- SmileysNoteRenderingPreProcessor() - Constructor for class com.communote.plugins.smileys.SmileysNoteRenderingPreProcessor
-
- SmtpMimeMessageSender - Class in com.communote.server.core.mail
-
MimeMessageSender which uses SMTP to send the message.
- SmtpMimeMessageSender(Map<ApplicationPropertyMailing, String>) - Constructor for class com.communote.server.core.mail.SmtpMimeMessageSender
-
- SORT_ASCENDING - Static variable in class com.communote.server.core.vo.query.QueryParameters
-
sort constant for ascending
- SORT_DESCENDING - Static variable in class com.communote.server.core.vo.query.QueryParameters
-
sort constant for descending
- sortAndLimitNotes(List<NoteResource>, Integer) - Static method in class com.communote.plugins.api.rest.resource.note.NoteResourceHelper
-
Sort the notes by date in ascending order and return a subset that contains at most maxCount
notes, starting with the oldest
- sortByBlogNameAsc() - Method in class com.communote.server.core.vo.query.blog.TopicTimelineParameters
-
Sort by the blog name ascending.
- sortByDateDesc() - Method in class com.communote.server.core.vo.query.blog.TopicTimelineParameters
-
- sortByEmailAsc() - Method in class com.communote.server.core.vo.query.user.UserQueryParameters
-
Sort by the last name ascending
- sortByFirstNameAsc() - Method in class com.communote.server.core.vo.query.user.UserQueryParameters
-
Sort by the first name ascending
- sortByLastModificationDateAsc() - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
Sort ascending by the last modification date of the blog.
- sortByLastNameAsc() - Method in class com.communote.server.core.vo.query.user.UserQueryParameters
-
Sort by the email ascending
- sortByLatestNote() - Method in class com.communote.server.core.vo.query.blog.TopicTimelineParameters
-
- sortByName(PageableList<AttachmentData>) - Method in class com.communote.server.core.vo.query.converters.AttachmentToAttachmentDataQueryResultConverter
-
Sort the attachments alphabetically by filename using the locale passed to the constructor.
- sortByNameAsc() - Method in class com.communote.server.core.vo.query.blog.BlogQueryParameters
-
sort by the name of the blogs
- sortByNameAsc() - Method in class com.communote.server.core.vo.query.tag.BlogTagQueryParameters
-
sort by the name of the blogs
- sortByTagCount() - Method in class com.communote.server.core.vo.query.tag.BlogTagQueryParameters
-
sort by the count of tags
- sortByTagCount() - Method in class com.communote.server.core.vo.query.tag.UserTagQueryParameters
-
sort by the count of tags
- sortByTagCountDesc() - Method in class com.communote.server.core.vo.query.tag.RankTagQueryParameters
-
Sort by the tag name ascending
- sortByTagNameAsc() - Method in class com.communote.server.core.vo.query.tag.TagQueryParameters
-
Sort by the tag count descending
- sortByUserRankDesc() - Method in class com.communote.server.core.vo.query.user.UserTaggingCoreQueryParameters
-
Sort by the user rank descending
- sortByUserRankDesc() - Method in class com.communote.server.core.vo.query.user.v1_0_1.UserTaggingCoreQueryParameters
-
Sort by the user rank descending
- sortedBlogList(List<E>) - Static method in class com.communote.server.core.blog.helper.BlogManagementHelper
-
Sort a list of topics alphabetically by the title
- SortedResultSpecification - Class in com.communote.server.core.filter
-
- SortedResultSpecification() - Constructor for class com.communote.server.core.filter.SortedResultSpecification
-
- SortedResultSpecification(SortType, int, int, int) - Constructor for class com.communote.server.core.filter.SortedResultSpecification
-
- SortedResultSpecification(int, int) - Constructor for class com.communote.server.core.filter.SortedResultSpecification
-
- SortedResultSpecification(SortedResultSpecification) - Constructor for class com.communote.server.core.filter.SortedResultSpecification
-
Copies constructor from other SortedResultSpecification
- sortedUserBlogList(List<UserBlogData>) - Static method in class com.communote.server.core.blog.helper.BlogManagementHelper
-
Returns the list of user blog list items whose blog titles are localized.
- sortResults(Locale, List<L>) - Static method in class com.communote.server.core.tag.TagHelper
-
sort the result set for the user locale
- SortType - Class in com.communote.server.core.filter
-
- SortType() - Constructor for class com.communote.server.core.filter.SortType
-
The default constructor allowing super classes to access it.
- splitAfterFirstRdn(String) - Static method in class com.communote.server.core.common.ldap.LdapUtils
-
Strips the first RDN from a DN and returns a pair where the left element is the stripped of
RDN and the right element holds the rest.
- SpringAccessDeniedExceptionMapper - Class in com.communote.server.core.exception.mapper
-
- SpringAccessDeniedExceptionMapper() - Constructor for class com.communote.server.core.exception.mapper.SpringAccessDeniedExceptionMapper
-
- SpringAttributesMapperAdapter - Class in com.communote.server.core.common.ldap
-
Adapter for the AttributesMapper interface used in Spring's LdapTemplate which calls Communote's
LdapAttributesMapper
- SpringAttributesMapperAdapter(String, LdapAttributesMapper<?>) - Constructor for class com.communote.server.core.common.ldap.SpringAttributesMapperAdapter
-
- SpringFormWidget<T> - Class in com.communote.server.widgets.springmvc
-
FormWidget that supports data binding and validation as done by spring's form controllers.
- SpringFormWidget() - Constructor for class com.communote.server.widgets.springmvc.SpringFormWidget
-
- SpringMVCWidgetController - Class in com.communote.server.widgets.springmvc
-
WidgetController supporting Spring MVC
- SpringMVCWidgetController() - Constructor for class com.communote.server.widgets.springmvc.SpringMVCWidgetController
-
- SpringResourceOpener - Class in com.communote.server.core.database.liquibase
-
Opener for liquibase changelogs that supports a spring resource loader.
- SpringResourceOpener(ResourceLoader, String) - Constructor for class com.communote.server.core.database.liquibase.SpringResourceOpener
-
- SqlScriptException - Exception in com.communote.server.core.common.util
-
- SqlScriptException() - Constructor for exception com.communote.server.core.common.util.SqlScriptException
-
- SqlScriptException(String) - Constructor for exception com.communote.server.core.common.util.SqlScriptException
-
- SqlScriptException(String, Throwable) - Constructor for exception com.communote.server.core.common.util.SqlScriptException
-
- SqlScriptException(Throwable) - Constructor for exception com.communote.server.core.common.util.SqlScriptException
-
- sqlTypes() - Method in class com.communote.server.external.hibernate.usertypes.HibernateByteBlobType
-
- sqlTypes() - Method in class com.communote.server.external.hibernate.usertypes.HibernateStringClobType
-
- sqlTypes() - Method in class com.communote.server.persistence.attachment.AttachmentStatusEnum
-
- sqlTypes() - Method in class com.communote.server.persistence.blog.BlogRoleEnum
-
- sqlTypes() - Method in class com.communote.server.persistence.blog.ExportFormatEnum
-
- sqlTypes() - Method in class com.communote.server.persistence.client.ClientStatusEnum
-
- sqlTypes() - Method in class com.communote.server.persistence.messaging.MessagerConnectorTypeEnum
-
- sqlTypes() - Method in class com.communote.server.persistence.note.NoteCreationSourceEnum
-
- sqlTypes() - Method in class com.communote.server.persistence.note.NoteStatusEnum
-
- sqlTypes() - Method in class com.communote.server.persistence.security.ChannelTypeEnum
-
- sqlTypes() - Method in class com.communote.server.persistence.security.SecurityCodeActionEnum
-
- sqlTypes() - Method in class com.communote.server.persistence.tasks.TaskStatusEnum
-
- sqlTypes() - Method in class com.communote.server.persistence.user.group.UserOfGroupModificationTypeEnum
-
- sqlTypes() - Method in class com.communote.server.persistence.user.ImageSizeTypeEnum
-
- sqlTypes() - Method in class com.communote.server.persistence.user.UserRoleEnum
-
- sqlTypes() - Method in class com.communote.server.persistence.user.UserStatusEnum
-
- SslChannelConfigurationController - Class in com.communote.server.web.fe.portal.user.client.controller
-
List all defined channel types for the client and provides a form to define which channel type
for.
- SslChannelConfigurationController() - Constructor for class com.communote.server.web.fe.portal.user.client.controller.SslChannelConfigurationController
-
- SslChannelConfigurationForm - Class in com.communote.server.web.fe.portal.user.client.forms
-
The Class SslChannelConfigurationForm handles the ssl settings of the client atministration
section.
- SslChannelConfigurationForm(List<ChannelConfiguration>) - Constructor for class com.communote.server.web.fe.portal.user.client.forms.SslChannelConfigurationForm
-
Instantiates a new ssl channel configuration form.
- StandaloneClientCacheElementProvider - Class in com.communote.server.service
-
Cache provider for caching clients in a standalone environment.
- StandaloneClientCacheElementProvider() - Constructor for class com.communote.server.service.StandaloneClientCacheElementProvider
-
- StandaloneLiquibaseDatabaseUpdater - Class in com.communote.server.core.database.liquibase
-
Database updater for a standalone installation
- StandaloneLiquibaseDatabaseUpdater() - Constructor for class com.communote.server.core.database.liquibase.StandaloneLiquibaseDatabaseUpdater
-
- standaloneServer(int, AbstractCommunoteApplicationConfig) - Static method in class com.communote.plugins.api.rest.servlet.CommunoteJaxRsApplication
-
This static method runs a simple standalone server.
- standaloneServer(int, AbstractCommunoteApplicationConfig) - Static method in class com.communote.plugins.api.rest.v22.servlet.CommunoteJaxRsApplication
-
This static method runs a simple standalone server.
- standaloneServer(int, AbstractCommunoteApplicationConfig) - Static method in class com.communote.plugins.api.rest.v24.servlet.CommunoteJaxRsApplication
-
This static method runs a simple standalone server.
- standaloneServer(int, AbstractCommunoteApplicationConfig) - Static method in class com.communote.plugins.api.rest.v30.servlet.CommunoteJaxRsApplication
-
This static method runs a simple standalone server.
- StandaloneStylesController - Class in com.communote.plugins.htmlclient
-
Controller for delivering Standalone Style Sheets for the HTMLClient.
- StandaloneStylesController(BundleContext) - Constructor for class com.communote.plugins.htmlclient.StandaloneStylesController
-
- StandardDatabaseConfiguration - Class in com.communote.server.core.database.config
-
DatabaseConfiguration without fulltext support.
- StandardDatabaseConfiguration() - Constructor for class com.communote.server.core.database.config.StandardDatabaseConfiguration
-
- StandardLastModificationDateFactory - Class in com.communote.server.persistence.lastmodifieddate
-
- StandardLastModificationDateFactory() - Constructor for class com.communote.server.persistence.lastmodifieddate.StandardLastModificationDateFactory
-
- StandardLikeFulltextFunction - Class in com.communote.server.core.database.hibernate
-
Implements the HQL fulltext function with standard SQL LIKE functionality.
- StandardLikeFulltextFunction() - Constructor for class com.communote.server.core.database.hibernate.StandardLikeFulltextFunction
-
- start() - Method in class com.communote.plugin.ldap.ADTrackingIncrementalRepositoryChangeTracker
-
Initializes the connection to the directory server.
- start(BundleContext) - Method in class com.communote.plugin.ldap.LdapActivator
-
- start() - Method in class com.communote.plugin.ldap.LdapUserGroupAccessor
-
- start() - Method in class com.communote.plugin.ldap.LdapUserRepository
-
- start() - Method in class com.communote.plugins.activity.base.ActivityBaseActivator
-
Callback to initialize the bundle when all required resources are available
- start() - Method in class com.communote.plugins.activity.core.ActivityCoreBundleActivator
-
registers the activities
- start(BundleContext) - Method in class com.communote.plugins.api.rest.Activator
-
- start(BundleContext) - Method in class com.communote.plugins.api.rest.v22.Activator
-
- start(BundleContext) - Method in class com.communote.plugins.api.rest.v24.Activator
-
- start(BundleContext) - Method in class com.communote.plugins.api.rest.v30.Activator
-
- start(BundleContext) - Method in class com.communote.plugins.atlr.AtlrActivator
- start(BundleContext) - Method in class com.communote.plugins.bookmarklet.BookmarkletActivator
-
- start(BundleContext) - Method in class com.communote.plugins.confluence.ConfluencePluginActivator
- start(BundleContext) - Method in class com.communote.plugins.ContentTypeExtractorActivator
- start(BundleContext) - Method in class com.communote.plugins.core.CommunoteCorePluginBundleActivator
-
Does nothing.
- start() - Method in class com.communote.plugins.embed.EmbedController
-
- start(BundleContext) - Method in class com.communote.plugins.htmlclient.HtmlClientActivator
-
- start() - Method in interface com.communote.plugins.mq.provider.jms.JMSMessageConsumer
-
initializes the message consumer.
- start() - Method in class com.communote.plugins.mq.provider.jms.JMSMessageConsumerImpl
-
initializes the message consumer.
- start() - Method in interface com.communote.server.api.core.application.Runtime
-
Starts the bootstrapping.
- start() - Method in class com.communote.server.core.application.DefaultRuntime
-
Starts the bootstrapping.
- start() - Method in interface com.communote.server.core.external.IncrementalRepositoryChangeTracker
-
Method to be called before the synchronization starts.
- start(boolean) - Method in class com.communote.server.core.mail.fetching.MailFetchingService
-
Non-blocking function that starts the service.
- start() - Method in interface com.communote.server.core.messaging.connector.MessagerConnector
-
Call this to start the connector.
- start() - Method in class com.communote.server.core.messaging.connectors.xmpp.XMPPConnector
-
Does nothing.
- start(boolean) - Method in class com.communote.server.core.messaging.connectors.xmpp.XMPPService
-
Non-blocking function that starts the service.
- start() - Method in interface com.communote.server.core.messaging.NotificationManagement
-
Use this method to initialise the management.
- start() - Method in class com.communote.server.core.messaging.NotificationManagementImpl
-
Use this method to initialise the management.
- start() - Method in class com.communote.server.core.osgi.OSGiManagement
-
Starts the framework.
- start(boolean) - Method in interface com.communote.server.core.service.CommunoteService
-
Non-blocking function that starts the service.
- start(String) - Method in class com.communote.server.core.service.CommunoteServiceManager
-
Starts a service by name.
- start() - Method in class com.communote.server.core.user.groups.ExternalUserGroupRetriever
-
Resets the internal status.
- start() - Method in class com.communote.server.core.user.groups.IncrementalUserGroupRetriever
-
Called, before the synchronizations starts.
- start() - Method in class com.communote.server.core.user.groups.UserGroupRetriever
-
Called, before the synchronizations starts.
- start(boolean) - Method in class com.communote.server.core.virusscan.VirusScannerService
-
Non-blocking function that starts the service.
- start(Properties) - Method in class com.communote.server.external.hibernate.SingletonEhCacheProvider
- START - Static variable in class com.communote.server.model.security.IpRangeConstants
-
- start() - Method in interface com.communote.server.plugins.api.externals.ExternalUserGroupAccessor
-
This method will be called when the accessor starts.
- start() - Method in interface com.communote.server.plugins.api.Plugin
-
Deprecated.
This method will be called when the plug-in starts.
- startAsync() - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
-
- startAsync(ServletRequest, ServletResponse) - Method in class com.communote.server.core.rest.HttpServletRequestWrapper
-
- startCheckMessages() - Method in class com.communote.server.core.mail.fetching.ImapMailboxConnection
-
- startCheckMessages() - Method in class com.communote.server.core.mail.fetching.MailboxConnection
-
- startDatabaseSetup(HttpServletRequest, HttpServletResponse) - Method in class com.communote.server.web.fe.installer.controller.InstallationJSONController
-
Ajax method to start the database setup.
- startElement(String, String, String, Attributes) - Method in class com.communote.server.core.crc.xml.MetadataXMLHandler
- startFetching(MailMessageWorker) - Method in class com.communote.server.core.mail.fetching.MailFetcher
-
Blocking method which starts fetching mails.
- startListening(MailMessageWorker) - Method in class com.communote.server.core.mail.fetching.MailboxConnection
-
First tries to open the connection to the mail server.
- StartpageController - Annotation Type in com.communote.plugins.core
-
Annotation which can be used to mark a Controller as a start page providing controller.
- StartpageRegistry - Class in com.communote.server.web.commons.controller
-
Registry to define the current start page.
- StartpageRegistry() - Constructor for class com.communote.server.web.commons.controller.StartpageRegistry
-
- startParallelWorkingMode() - Method in class com.communote.server.core.mail.fetching.MailMessageWorker
-
Starts the parallel working mode.
- startSynchronization(HttpServletRequest, HttpServletResponse) - Method in class com.communote.server.web.fe.portal.user.client.controller.ClientUserGroupManagementController
-
This method starts the synchronization and returns a JSON response.
- startTaskExecution(String) - Method in interface com.communote.server.api.core.task.TaskManagement
-
Mark a task as running on this instance by creating an execution for it and setting the
status to RUNNING.
- startTaskExecution(String) - Method in class com.communote.server.core.tasks.TaskManagementImpl
-
- startTaskExecutionTx(String) - Method in interface com.communote.server.api.core.task.TaskManagement
-
- startTaskExecutionTx(String) - Method in class com.communote.server.core.tasks.TaskManagementImpl
-
- StartupProperties - Interface in com.communote.server.api.core.config
-
Holds the properties that are required for the startup of the application.
- StartupPropertiesImpl - Class in com.communote.server.core.config
-
Holds the properties that are required for the startup of the application.
- StartupPropertiesImpl(String) - Constructor for class com.communote.server.core.config.StartupPropertiesImpl
-
Constructs a new instance of the startup properties.
- STARTVALUE - Static variable in class com.communote.server.model.security.IpRangeConstants
-
- StaticLocalizedMessage - Class in com.communote.common.i18n
-
Static message with always the same text.
- StaticLocalizedMessage(String) - Constructor for class com.communote.common.i18n.StaticLocalizedMessage
-
Constructor.
- StaticPageContentManager - Class in com.communote.server.web.commons.controller
-
Manages a collection of sections with static content which should be displayed by
StaticPageVelocityViewController.
- StaticPageContentManager() - Constructor for class com.communote.server.web.commons.controller.StaticPageContentManager
-
- StaticPageSection - Class in com.communote.server.web.commons.controller
-
Holds the details of a section of a static page.
- StaticPageSection(String) - Constructor for class com.communote.server.web.commons.controller.StaticPageSection
-
Create a new section.
- StaticPageVelocityViewController - Class in com.communote.server.web.commons.controller
-
- StaticPageVelocityViewController() - Constructor for class com.communote.server.web.commons.controller.StaticPageVelocityViewController
-
- Status - Class in com.communote.plugins.mq.message.base.data.status
-
Status class
- Status() - Constructor for class com.communote.plugins.mq.message.base.data.status.Status
-
- Status - Class in com.communote.server.core.exception
-
Status which describes the result of an exception mapper.
- Status(LocalizedMessage, String, Reason...) - Constructor for class com.communote.server.core.exception.Status
-
Constructor.
- Status(String, Object[], String, Reason...) - Constructor for class com.communote.server.core.exception.Status
-
Constructor.
- Status(String, String, Reason...) - Constructor for class com.communote.server.core.exception.Status
-
Constructor.
- STATUS - Static variable in class com.communote.server.model.attachment.AttachmentConstants
-
- STATUS - Static variable in class com.communote.server.model.note.NoteConstants
-
- STATUS - Static variable in class com.communote.server.model.user.UserConstants
-
- STATUSCHANGED - Static variable in class com.communote.server.model.user.UserConstants
-
- stop(boolean) - Method in class com.communote.plugin.ldap.ADTrackingIncrementalRepositoryChangeTracker
-
Method to be called after the synchronization ran.
- stop(BundleContext) - Method in class com.communote.plugin.ldap.LdapActivator
-
- stop() - Method in class com.communote.plugin.ldap.LdapUserGroupAccessor
-
- stop() - Method in class com.communote.plugin.ldap.LdapUserRepository
-
- stop() - Method in class com.communote.plugins.activity.base.ActivityBaseActivator
-
Callback to clean-up after departure of required resources
- stop() - Method in class com.communote.plugins.activity.core.ActivityCoreBundleActivator
-
removes the activities
- stop(BundleContext) - Method in class com.communote.plugins.api.rest.Activator
-
- stop(BundleContext) - Method in class com.communote.plugins.api.rest.v22.Activator
-
- stop(BundleContext) - Method in class com.communote.plugins.api.rest.v24.Activator
-
- stop(BundleContext) - Method in class com.communote.plugins.api.rest.v30.Activator
-
- stop(BundleContext) - Method in class com.communote.plugins.atlr.AtlrActivator
- stop(BundleContext) - Method in class com.communote.plugins.bookmarklet.BookmarkletActivator
-
Does nothing.
- stop(BundleContext) - Method in class com.communote.plugins.confluence.ConfluencePluginActivator
- stop(BundleContext) - Method in class com.communote.plugins.ContentTypeExtractorActivator
- stop(BundleContext) - Method in class com.communote.plugins.core.CommunoteCorePluginBundleActivator
-
Does nothing.
- stop() - Method in class com.communote.plugins.embed.EmbedController
-
- stop(BundleContext) - Method in class com.communote.plugins.htmlclient.HtmlClientActivator
-
- stop() - Method in interface com.communote.plugins.mq.provider.jms.JMSMessageConsumer
-
stops JMS message consumer.
- stop() - Method in class com.communote.plugins.mq.provider.jms.JMSMessageConsumerImpl
-
stops JMS message consumer.
- stop() - Method in interface com.communote.server.api.core.application.Runtime
-
Stop the runtime and free any resources held.
- stop() - Method in class com.communote.server.core.application.DefaultRuntime
-
- stop(boolean) - Method in interface com.communote.server.core.external.IncrementalRepositoryChangeTracker
-
Method to be called after the synchronization ran.
- stop() - Method in class com.communote.server.core.mail.fetching.MailFetchingService
-
Stops the service and returns after the service was stopped.
- stop() - Method in class com.communote.server.core.mail.fetching.MessagesAddedListener
-
Stops the listener and its worker.
- stop() - Method in interface com.communote.server.core.messaging.connector.MessagerConnector
-
Should be called before the connector is removed.
- stop() - Method in class com.communote.server.core.messaging.connectors.xmpp.XMPPConnector
-
Should be called before the connector is removed.
- stop() - Method in class com.communote.server.core.messaging.connectors.xmpp.XMPPService
-
Stops the service and returns after the service was stopped.
- stop() - Method in interface com.communote.server.core.messaging.NotificationManagement
-
Use this method to stop the management.
- stop() - Method in class com.communote.server.core.messaging.NotificationManagementImpl
-
Use this method to stop the management.
- stop() - Method in class com.communote.server.core.osgi.OSGiManagement
-
Stops the Framework
- stop() - Method in interface com.communote.server.core.service.CommunoteService
-
Stops the service and returns after the service was stopped.
- stop(String) - Method in class com.communote.server.core.service.CommunoteServiceManager
-
Stops a service by name.
- stop(boolean) - Method in class com.communote.server.core.user.groups.ExternalUserGroupRetriever
-
Logs the success status
- stop(boolean) - Method in class com.communote.server.core.user.groups.IncrementalUserGroupRetriever
-
Called, when the synchronization has been finished.
- stop(boolean) - Method in class com.communote.server.core.user.groups.UserGroupRetriever
-
Called, when the synchronization has been finished.
- stop() - Method in class com.communote.server.core.virusscan.VirusScannerService
-
Stops the service and returns after the service was stopped.
- stop() - Method in class com.communote.server.external.hibernate.SingletonEhCacheProvider
- stop() - Method in interface com.communote.server.plugins.api.externals.ExternalUserGroupAccessor
-
This method will be called when the accessor should be stopped.
- stop() - Method in interface com.communote.server.plugins.api.Plugin
-
Deprecated.
This method will be called when the plug-in should be stopped.
- stopAdapter() - Method in class com.communote.plugins.mq.adapter.activemq.ActiveMQAdapter
-
stops active mq adapter
- stopAllTaskExecutions() - Method in interface com.communote.server.api.core.task.TaskManagement
-
Calls stopAllTaskExecutions(true,now).
- stopAllTaskExecutions(boolean, Date) - Method in interface com.communote.server.api.core.task.TaskManagement
-
End all task executions of this instance and schedules them again.
- stopAllTaskExecutions() - Method in class com.communote.server.core.tasks.TaskManagementImpl
-
- stopAllTaskExecutions(boolean, Date) - Method in class com.communote.server.core.tasks.TaskManagementImpl
-
- stopCheckMessages() - Method in class com.communote.server.core.mail.fetching.ImapMailboxConnection
-
- stopCheckMessages() - Method in class com.communote.server.core.mail.fetching.MailboxConnection
-
- stopConsumerFactory() - Method in class com.communote.plugins.mq.provider.jms.ConsumerFactory
-
is invoked to properly stop the factory
- stopParallelWorkingMode() - Method in class com.communote.server.core.mail.fetching.MailMessageWorker
-
Stops the parallel working mode.
- stopTaskExecution(String) - Method in interface com.communote.server.api.core.task.TaskManagement
-
End the execution of the given task.
- stopTaskExecution(String, Date) - Method in interface com.communote.server.api.core.task.TaskManagement
-
End the execution of the given task.
- stopTaskExecution(String) - Method in class com.communote.server.core.tasks.TaskManagementImpl
-
- stopTaskExecution(String, Date) - Method in class com.communote.server.core.tasks.TaskManagementImpl
-
- store(NavigationItemTO<T>) - Method in interface com.communote.server.core.user.NavigationItemManagement
-
Updates the given item or creates a new one.
- store(NavigationItemTO<T>) - Method in class com.communote.server.core.user.NavigationItemManagementImpl
-
Updates the given item or creates a new one.
- store(String, Integer, Date, NavigationItemDataTO) - Method in class com.communote.server.service.NavigationItemService
-
Create a navigation item for the current user.
- storeActivityConfigurations(List<ActivityConfiguration>) - Method in interface com.communote.plugins.activity.base.service.ActivityService
-
Stores the provided activity configurations.
- storeActivityConfigurations(List<ActivityConfiguration>) - Method in class com.communote.plugins.activity.base.service.impl.ActivityServiceImpl
-
- storeAttachment(AttachmentTO) - Method in interface com.communote.server.core.storing.ResourceStoringManagement
-
Store the attachment in the repository and return the created entity.
- storeAttachment(AttachmentTO) - Method in class com.communote.server.core.storing.ResourceStoringManagementBase
-
- storeContent(AttachmentTO) - Method in class com.communote.server.core.crc.FilesystemConnector
-
Store the given ContentTO and return a ContentId for it.
- storeContent(AttachmentTO) - Method in interface com.communote.server.core.crc.RepositoryConnector
-
Store the given ContentTO and return a ContentId for it.
- storeContent(AttachmentTO) - Method in interface com.communote.server.core.crc.RepositoryConnectorDelegate
-
Stores the given ContentTO and returns a ContentId for it.
- storeContent(AttachmentTO) - Method in class com.communote.server.core.crc.RepositoryConnectorDelegateBase
-
- storeCopyOfAttachment(Attachment) - Method in interface com.communote.server.core.storing.ResourceStoringManagement
-
Create a copy of a stored attachment.
- storeCopyOfAttachment(Attachment) - Method in class com.communote.server.core.storing.ResourceStoringManagementBase
-
- storeDefaultImage(String, String, Image, ImageSize) - Method in class com.communote.server.core.image.caching.ImageDiskCache
-
Store the provided default image on disk
- storeImage(String, EntityImageManagement.ImageType, byte[]) - Method in class com.communote.server.core.image.type.EntityImageManagement
-
Method to update an image.
- storeOrUpdateUserImage(Long, byte[]) - Method in class com.communote.server.service.UserProfileService
-
Update the image of a user.
- storePreferences(UserPreference) - Method in class com.communote.server.service.UserPreferenceService
-
Persists the given preferences.
- storePropertiesToFile(Properties, File) - Static method in class com.communote.common.properties.PropertiesUtils
-
Stores the properties in a file.
- storePropertiesToFile(Properties, File, Charset) - Static method in class com.communote.common.properties.PropertiesUtils
-
Stores the properties in a file.
- storeScaledImage(String, String, String, Image, ImageSize) - Method in class com.communote.server.core.image.caching.ImageDiskCache
-
Store the provided scaled image on disk if it does not yet exist
- storeTag(TagTO) - Method in interface com.communote.server.core.tag.TagManagement
-
Creates a new tag based on the given parameters or updates an existing tag.
- storeTag(TagTO) - Method in class com.communote.server.core.tag.TagManagementImpl
-
Creates a new tag based on the given parameters or updates an existing tag.
- storeUnscaledImage(String, String, String, Image) - Method in class com.communote.server.core.image.caching.ImageDiskCache
-
Store the provided image on disk.
- StoringPolicy - Enum in com.communote.plugins.mq.message.core.util
-
Policy for handling different parameters
- StreamAlreadyClosedExcpetion - Exception in com.communote.server.core.vo.content
-
Exception to indicate that a stream has already been closed and cannot be accessed any further
- StreamAlreadyClosedExcpetion(String) - Constructor for exception com.communote.server.core.vo.content.StreamAlreadyClosedExcpetion
-
- STREET - Static variable in class com.communote.server.model.user.ContactConstants
-
- STRING_GREATER_MAX - Static variable in class com.communote.server.core.helper.ValidationHelper
-
Contains a message property.
- STRING_PROPERTY_CONVERTER - Static variable in class com.communote.plugins.mq.message.core.util.ConverterUtils
-
- STRING_PROPERTYTO_CONVERTER - Static variable in class com.communote.plugins.mq.message.core.util.ConverterUtils
-
String property to StringTO converter
- STRING_SMALLER_MIN - Static variable in class com.communote.server.core.helper.ValidationHelper
-
Contains a message property.
- STRING_WRONG_REGEX_FORMAT - Static variable in class com.communote.server.core.helper.ValidationHelper
-
Contains a message property.
- STRING_WRONG_REGEX_FORMAT_ALL_DIGITS - Static variable in class com.communote.server.core.helper.ValidationHelper
-
- STRING_WRONG_REGEX_FORMAT_ALL_LETTERS - Static variable in class com.communote.server.core.helper.ValidationHelper
-
- STRING_WRONG_REGEX_FORMAT_ALL_LETTERS_AND_OTHER - Static variable in class com.communote.server.core.helper.ValidationHelper
-
- StringComparator - Class in com.communote.common.string
-
Comparator for comparing two objects by calling the toString method.
- StringComparator() - Constructor for class com.communote.common.string.StringComparator
-
- StringEscapeHelper - Class in com.communote.common.string
-
Helper class for escaping/unescaping strings
- StringFilter - Class in com.communote.server.core.vo.query.search
-
- StringFilter() - Constructor for class com.communote.server.core.vo.query.search.StringFilter
-
- StringHelper - Class in com.communote.common.string
-
Helper class for Strings.
- StringIdBasedCacheKey - Class in com.communote.server.core.common.caching
-
Cache key for identifying elements by a string identifier.
- StringIdBasedCacheKey(String, String) - Constructor for class com.communote.server.core.common.caching.StringIdBasedCacheKey
-
Creates a cache key encapsulating the ID.
- StringIdBasedCacheKey(String, String, boolean) - Constructor for class com.communote.server.core.common.caching.StringIdBasedCacheKey
-
Creates a cache key encapsulating the ID.
- StringProperty - Class in com.communote.plugins.mq.message.core.data.property
-
POJO representing a property that is assigned to one of the Communote entities (blog, note, user,
external object).
- StringProperty() - Constructor for class com.communote.plugins.mq.message.core.data.property.StringProperty
-
- StringProperty - Class in com.communote.server.model.property
-
- StringProperty() - Constructor for class com.communote.server.model.property.StringProperty
-
- StringPropertyableTO - Interface in com.communote.server.api.core.property
-
Value object which has properties with string vales.
- StringPropertyAccessor<O extends Propertyable,P extends StringProperty> - Class in com.communote.server.core.property
-
Property Accessor for String properties
- StringPropertyAccessor(EventDispatcher) - Constructor for class com.communote.server.core.property.StringPropertyAccessor
-
- StringPropertyConstants - Class in com.communote.server.model.property
-
This class holds constants of attributes and associations of the entity
StringProperty
.
- StringPropertyConstants() - Constructor for class com.communote.server.model.property.StringPropertyConstants
-
- StringPropertyDao - Interface in com.communote.server.persistence.property
-
- StringPropertyDaoBase - Class in com.communote.server.persistence.property
-
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
StringProperty
.
- StringPropertyDaoBase() - Constructor for class com.communote.server.persistence.property.StringPropertyDaoBase
-
- StringPropertyDaoImpl - Class in com.communote.server.persistence.property
-
- StringPropertyDaoImpl() - Constructor for class com.communote.server.persistence.property.StringPropertyDaoImpl
-
- StringPropertyFilter - Class in com.communote.server.api.core.property
-
This filter allows fetching
Propertyable
entities which have a certain property or don't
have a specific property.
- StringPropertyFilter() - Constructor for class com.communote.server.api.core.property.StringPropertyFilter
-
- StringPropertyTO - Class in com.communote.server.api.core.property
-
Value object for a property with a string value.
- StringPropertyTO() - Constructor for class com.communote.server.api.core.property.StringPropertyTO
-
- StringPropertyTO(String, String, String, Date) - Constructor for class com.communote.server.api.core.property.StringPropertyTO
-
- StringPropertyTO(StringPropertyTO) - Constructor for class com.communote.server.api.core.property.StringPropertyTO
-
Copies constructor from other StringPropertyTO
- STRINGREPRESENTATION - Static variable in class com.communote.server.model.security.IpRangeConstants
-
- StringTool - Class in com.communote.common.velocity
-
Tool for handling strings.
- StringTool() - Constructor for class com.communote.common.velocity.StringTool
-
- stringToRange(String) - Static method in class com.communote.server.core.security.iprange.IpRangeHelper
-
Parse an iP range.
- stringToRanges(String, String) - Static method in class com.communote.server.core.security.iprange.IpRangeHelper
-
Parses multiple IP ranges.
- stripLinebreaks(String) - Static method in class com.communote.common.util.HTMLHelper
-
- StylesController - Class in com.communote.plugins.htmlclient
-
Controller for delivering Style Sheets for the HTMLClient.
- StylesController(BundleContext) - Constructor for class com.communote.plugins.htmlclient.StylesController
-
- SUBJECT_PREPEND - Static variable in class com.communote.server.core.mail.messages.MailModelPlaceholderConstants
-
Placeholder for prepending some data to the subject.
- subList(int, int) - Method in class com.communote.common.util.PageableList
- SubmenuBuilder<T extends MenuEntry> - Class in com.communote.common.menu
-
Builder for a sub-menu with entries whose positions are described declaratively by a
PositionDescriptor
.
- SubmenuBuilder() - Constructor for class com.communote.common.menu.SubmenuBuilder
-
- SUBMIT - Static variable in interface com.communote.server.web.commons.FormAction
-
Constants for a submit action
- subQueryFindNoteWithTags(StringBuilder, StringBuilder, I, TagConstraintConnectorEnum) - Method in class com.communote.server.core.vo.query.TaggingCoreItemQueryDefinition
-
Builds a query to find all user tagged resource.
- successfulAuthentication(HttpServletRequest, HttpServletResponse, Authentication) - Method in class com.communote.server.web.external.spring.security.UsernamePasswordFormAuthenticationProcessingFilter
-
- sufficientAccess(BlogRole, BlogRole) - Static method in class com.communote.server.core.blog.helper.BlogRoleHelper
-
Return whether a role represents the same or a higher access right than another role
- SupportedVirusScannerTypes - Enum in com.communote.server.web.fe.portal.user.system.application
-
Property constants that represents types of anti virus scanner the
application supports.
- SupportingTaglibFunctions - Class in com.communote.server.web.commons.tags
-
- supports(ExternalSystemConfiguration) - Method in class com.communote.plugin.ldap.LdapUserGroupAccessor
- supports(NoteRenderMode, NoteData) - Method in class com.communote.plugins.atlr.AliasAndTagLinkRenderer
-
Whether the processor supports a specific render mode.
- supports(NoteRenderMode) - Method in class com.communote.plugins.mediaparser.RichMediaLinkRendererPreProcessor
-
Whether the processor supports a specific render mode.
- supports(NoteRenderMode, NoteData) - Method in class com.communote.plugins.smileys.SmileysNoteRenderingPreProcessor
-
- supports(NoteRenderMode, NoteData) - Method in interface com.communote.server.api.core.note.processor.NoteContentRenderingPreProcessor
-
Whether the processor supports a specific render mode.
- supports(NoteRenderMode) - Method in interface com.communote.server.api.core.note.processor.NoteMetadataRenderingPreProcessor
-
Whether the processor supports a specific render mode.
- supports(NoteRenderMode, NoteData) - Method in class com.communote.server.core.blog.notes.processors.CreateRepostNoteContentRenderingPreProcessor
-
- supports(NoteRenderMode) - Method in class com.communote.server.core.blog.notes.processors.CreateRepostNoteMetadataRenderingPreProcessor
-
- supports(NoteRenderMode) - Method in class com.communote.server.core.blog.notes.processors.RepostNoteRenderingPreProcessor
-
- supports(NoteRenderMode) - Method in class com.communote.server.core.note.processor.LikeNoteRenderingPreProcessor
-
Whether the processor supports a specific render mode.
- supports(Class) - Method in class com.communote.server.core.security.authentication.confluence.ConfluenceAuthenticationProvider
- supports(Class<?>) - Method in class com.communote.server.core.security.authentication.database.DatabaseAuthenticationProvider
- supports(Class) - Method in class com.communote.server.core.security.authentication.ldap.LdapAuthenticationProvider
- supports(NoteRenderMode, NoteData) - Method in class com.communote.server.core.template.TemplateNoteRenderingPreProcessor
-
Whether the processor supports a specific render mode.
- supports(ExternalSystemConfiguration) - Method in interface com.communote.server.plugins.api.externals.ExternalUserGroupAccessor
-
- supports(Class<?>) - Method in class com.communote.server.web.commons.controller.GenericValidator
-
- supports(Class) - Method in class com.communote.server.web.fe.installer.validator.InstallerAdminAccountValidator
- supports(Class) - Method in class com.communote.server.web.fe.installer.validator.InstallerApplicationValidator
- supports(Class<?>) - Method in class com.communote.server.web.fe.installer.validator.InstallerDatabaseValidator
- supports(Class) - Method in class com.communote.server.web.fe.installer.validator.InstallerMailValidator
- supports(Class<?>) - Method in class com.communote.server.web.fe.portal.blog.validator.BlogManagementValidator
- supports(Class<?>) - Method in class com.communote.server.web.fe.portal.user.client.validator.AddUpdateIPRangeValidator
- supports(Class<?>) - Method in class com.communote.server.web.fe.portal.user.client.validator.ClientGeneralSettingsValidator
-
- supports(Class<?>) - Method in class com.communote.server.web.fe.portal.user.client.validator.ClientProfileEmailValidator
- supports(Class) - Method in class com.communote.server.web.fe.portal.user.client.validator.ConfluenceAuthConfigurationValidator
- supports(Class<?>) - Method in class com.communote.server.web.fe.portal.user.client.validator.LdapConfigurationValidator
- supports(Class) - Method in class com.communote.server.web.fe.portal.user.profile.validator.UserManagementUserProfileValidator
- supports(Class<?>) - Method in class com.communote.server.web.fe.portal.user.profile.validator.UserProfileChangeEmailValidator
- supports(Class) - Method in class com.communote.server.web.fe.portal.user.profile.validator.UserProfileChangePasswordValidator
- supports(Class<?>) - Method in class com.communote.server.web.fe.portal.user.profile.validator.UserProfileDetailsValidator
- supports(Class) - Method in class com.communote.server.web.fe.portal.user.system.communication.MailOutValidator
- supports(Class) - Method in class com.communote.server.web.fe.portal.user.system.content.FileStorageValidator
- supports(Class<?>) - Method in class com.communote.server.web.fe.portal.user.system.content.FileUploadValidator
- supports(Class<?>) - Method in class com.communote.server.web.fe.portal.user.validator.AcceptTermsValidator
- supports(Class) - Method in class com.communote.server.web.fe.portal.user.validator.ForgottenPWValidator
- supports(Class<?>) - Method in class com.communote.server.web.fe.portal.user.validator.RegisterUserValidator
- supports(Class<?>) - Method in class com.communote.server.web.security.PluginAuthenticationProvider
-
- supportsAggressiveRelease() - Method in class com.communote.server.core.database.hibernate.C3P0DataSourceConnectionProvider
- supportsHtmlContent() - Method in class com.communote.server.core.blog.export.impl.RssNoteWriter
-
- supportsHtmlContent() - Method in class com.communote.server.core.blog.export.impl.RtfNoteWriter
-
- supportsHtmlContent() - Method in interface com.communote.server.core.blog.export.NoteWriter
-
- supportsProtocolSeparator(String) - Method in class com.communote.server.api.core.config.database.DatabaseType
-
- supportsRestart() - Method in class com.communote.server.core.mail.fetching.MailFetchingService
-
Returns whether the service can be restarted at runtime.
- supportsRestart() - Method in class com.communote.server.core.messaging.connectors.xmpp.XMPPService
-
Returns whether the service can be restarted at runtime.
- supportsRestart() - Method in interface com.communote.server.core.service.CommunoteService
-
Returns whether the service can be restarted at runtime.
- supportsRestart() - Method in class com.communote.server.core.virusscan.VirusScannerService
-
Returns whether the service can be restarted at runtime.
- supportsUserQuerying() - Method in class com.communote.server.core.security.authentication.BaseCommunoteAuthenticationProvider
-
Checks if the provider is enabled and configured for user querying
- supportsUserQuerying() - Method in class com.communote.server.core.security.authentication.database.DatabaseAuthenticationProvider
-
Checks if the provider is enabled and configured for user querying
- supportsUserQuerying() - Method in class com.communote.server.core.security.authentication.ExternalAuthenticationProvider
-
Checks if the provider is enabled and configured for user querying
- suppressValidation(HttpServletRequest, Object) - Method in class com.communote.server.web.fe.portal.user.controller.AcceptTermsController
-
- suppressValidation(HttpServletRequest, T) - Method in class com.communote.server.widgets.springmvc.SpringFormWidget
-
Whether to suppress validation for the current submit
- switchUser(User) - Static method in class com.communote.server.core.security.SwitchUserHelper
-
Switch the user to the target user.
- SwitchUserHelper - Class in com.communote.server.core.security
-
This helper contains methods to switch a user context.
- SwitchUserNotAllowedException - Exception in com.communote.server.core.security
-
Exception indicating that the current use had no right to change to another user
- SwitchUserNotAllowedException(Long, Long, String) - Constructor for exception com.communote.server.core.security.SwitchUserNotAllowedException
-
Constructs a new instance of SwitchUserNotAllowedException
- SwitchUserNotAllowedException(Long, Long, String, Throwable) - Constructor for exception com.communote.server.core.security.SwitchUserNotAllowedException
-
Constructs a new instance of SwitchUserNotAllowedException
- SwitchUserNotAllowedExceptionMapper - Class in com.communote.server.core.exception.mapper
-
Exception Mapper to map SwitchUserNotAllowed Exceptions to a message
- SwitchUserNotAllowedExceptionMapper() - Constructor for class com.communote.server.core.exception.mapper.SwitchUserNotAllowedExceptionMapper
-
- synchronize(UserGroupRetriever) - Method in class com.communote.server.core.user.groups.UserGroupSynchronizer
-
Starts the synchronization.
- SYNCHRONIZE_SOCIALNET - Static variable in interface com.communote.server.web.commons.FormAction
-
Constants for a delete social network config action
- SynchronizeExternalUserTaskHandler - Class in com.communote.server.core.user.groups
-
Task handler for synchronizing a specified user.
- SynchronizeExternalUserTaskHandler() - Constructor for class com.communote.server.core.user.groups.SynchronizeExternalUserTaskHandler
-
- SYNCHRONIZEUSERGROUPS - Static variable in class com.communote.server.model.config.ExternalSystemConfigurationConstants
-
- SYSTEM - Static variable in class com.communote.server.model.note.NoteCreationSource
-
Automatically created by the system
- SYSTEM_CATEGORY_APPLICATION - Static variable in class com.communote.server.web.fe.admin.AdministrationMenuManager
-
- SYSTEM_CATEGORY_COMMUNICATION - Static variable in class com.communote.server.web.fe.admin.AdministrationMenuManager
-
- SYSTEM_CATEGORY_CONTENT - Static variable in class com.communote.server.web.fe.admin.AdministrationMenuManager
-
- SYSTEM_CATEGORY_LOGGING - Static variable in class com.communote.server.web.fe.admin.AdministrationMenuManager
-
- SYSTEMID - Static variable in class com.communote.server.model.config.ExternalSystemConfigurationConstants
-
- SYSTEMID - Static variable in class com.communote.server.model.user.ExternalUserAuthenticationConstants
-