Package | Description |
---|---|
com.communote.server.core.vo.query | |
com.communote.server.core.vo.query.blog | |
com.communote.server.core.vo.query.config |
Modifier and Type | Method and Description |
---|---|
TopicAccessLevel |
TaggingCoreItemUTPExtension.getTopicAccessLevel()
Gets the topic access level.
|
Modifier and Type | Method and Description |
---|---|
void |
TaggingCoreItemUTPExtension.setTopicAccessLevel(TopicAccessLevel topicAccessLevel)
Sets the topic access level.
|
Modifier and Type | Method and Description |
---|---|
TopicAccessLevel |
BlogQueryParameters.getAccessLevel()
Returns the blog access level.
|
static TopicAccessLevel |
TopicAccessLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TopicAccessLevel[] |
TopicAccessLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BlogQueryParameters.setAccessLevel(TopicAccessLevel accessLevel)
Sets the blog access level
|
Modifier and Type | Method and Description |
---|---|
void |
BlogQueryParametersConfigurator.configure(Map<String,?> parameters,
T instance,
TopicAccessLevel forcedAccessLevel)
Configures the query queryParameters
|
protected void |
BlogQueryParametersConfigurator.configureQueryInstance(Map<String,?> parameters,
T queryParameters,
TopicAccessLevel forcedAccessLevel)
Configures the query queryParameters
|
Copyright © 2019 Communote team. All rights reserved.