Modifier and Type | Method and Description |
---|---|
Collection<StringPropertyTO> |
LdapUserRepository.getExternalLoginProperties(Long userId,
ExternalUserAuthentication externalUserAuthentication) |
Modifier and Type | Method and Description |
---|---|
static Set<StringPropertyTO> |
PropertyResourceHelper.convertPropertyResourcesToStringPropertyTOs(PropertyResource[] properties)
Get note properties of property resources
|
Modifier and Type | Method and Description |
---|---|
static Set<StringPropertyTO> |
PropertyResourceHelper.convertPropertyResourcesToStringProperties(PropertyResource[] properties)
Get note properties of property resources
|
Modifier and Type | Method and Description |
---|---|
static Set<StringPropertyTO> |
PropertyResourceHelper.convertPropertyResourcesToStringProperties(PropertyResource[] properties)
Get note properties of property resources
|
Modifier and Type | Method and Description |
---|---|
static Set<StringPropertyTO> |
PropertyResourceHelper.convertPropertyResourcesToStringPropertyTOs(PropertyResource[] properties)
Get set of string properties of property resources
|
Modifier and Type | Method and Description |
---|---|
static PropertyResource[] |
PropertyResourceHelper.convertToPropertyResources(Collection<StringPropertyTO> properties)
Converts the property TOs into an array of property resource objects
|
Modifier and Type | Method and Description |
---|---|
static PropertyResource[] |
TimelineNoteHelper.convertToPropertyResources(Collection<StringPropertyTO> properties)
Converts the property TOs into an array of property resource objects
|
Modifier and Type | Method and Description |
---|---|
static Set<StringPropertyTO> |
PropertyResourceHelper.convertPropertyResourcesToStringProperties(PropertyResource[] properties)
Get note properties of property resources
|
Modifier and Type | Method and Description |
---|---|
static Set<StringPropertyTO> |
PropertyResourceHelper.convertPropertyResourcesToStringProperties(PropertyResource[] properties)
Get note properties of property resources
|
Modifier and Type | Method and Description |
---|---|
static Set<StringPropertyTO> |
PropertyResourceHelper.convertPropertyResourcesToStringPropertyTOs(PropertyResource[] properties)
Get set of string properties of property resources
|
Modifier and Type | Method and Description |
---|---|
static PropertyResource[] |
PropertyResourceHelper.convertToPropertyResources(Collection<StringPropertyTO> properties)
Converts the property TOs into an array of property resource objects
|
Modifier and Type | Method and Description |
---|---|
static PropertyResource[] |
TimelineNoteHelper.convertToPropertyResources(Collection<StringPropertyTO> properties)
Converts the property TOs into an array of property resource objects
|
Modifier and Type | Method and Description |
---|---|
static Set<StringPropertyTO> |
PropertyResourceHelper.convertPropertyResourcesToStringProperties(PropertyResource[] properties)
Get note properties of property resources
|
Modifier and Type | Method and Description |
---|---|
static Set<StringPropertyTO> |
PropertyResourceHelper.convertPropertyResourcesToStringProperties(PropertyResource[] properties)
Get note properties of property resources
|
Modifier and Type | Method and Description |
---|---|
static Set<StringPropertyTO> |
PropertyResourceHelper.convertPropertyResourcesToStringPropertyTOs(PropertyResource[] properties)
Get set of string properties of property resources
|
Modifier and Type | Method and Description |
---|---|
static PropertyResource[] |
PropertyResourceHelper.convertToPropertyResources(Collection<StringPropertyTO> properties)
Converts the property TOs into an array of property resource objects
|
Modifier and Type | Method and Description |
---|---|
static PropertyResource[] |
TimelineNoteHelper.convertToPropertyResources(Collection<StringPropertyTO> properties)
Converts the property TOs into an array of property resource objects
|
Modifier and Type | Method and Description |
---|---|
static Set<StringPropertyTO> |
PropertyResourceHelper.convertPropertyResourcesToStringProperties(PropertyResource[] properties)
Get note properties of property resources
|
Modifier and Type | Method and Description |
---|---|
static Set<StringPropertyTO> |
PropertyResourceHelper.convertPropertyResourcesToStringProperties(PropertyResource[] properties)
Get note properties of property resources
|
Modifier and Type | Method and Description |
---|---|
static List<StringPropertyTO> |
TopicMessageHandlerUtils.extractPropertiesTO(StringProperty[] newProperties) |
static List<StringPropertyTO> |
TopicMessageHandlerUtils.extractPropertiesTO(StringProperty[] newProperties,
StoringPolicy propertiesExtractionPolicy)
extracts properties TOs, based on the specified extraction policy
|
Modifier and Type | Field and Description |
---|---|
static Converter<StringPropertyTO,StringProperty> |
ConverterUtils.STRING_PROPERTY_CONVERTER
Converter for
StringPropertyTO to StringProperty . |
static Converter<StringProperty,StringPropertyTO> |
ConverterUtils.STRING_PROPERTYTO_CONVERTER
String property to StringTO converter
|
Modifier and Type | Method and Description |
---|---|
StringPropertyTO |
BlogTO.getProperty(String keyGroup,
String key)
Find and return the property with matching values
|
Modifier and Type | Method and Description |
---|---|
List<StringPropertyTO> |
BlogTO.getProperties() |
Modifier and Type | Method and Description |
---|---|
void |
BlogTO.setProperties(List<StringPropertyTO> properties)
The properties of the blog
|
Modifier and Type | Method and Description |
---|---|
Set<StringPropertyTO> |
NoteData.getObjectProperties()
This method return the properties of the object
|
Set<StringPropertyTO> |
NoteStoringTO.getProperties()
String properties for this note.
|
Modifier and Type | Method and Description |
---|---|
void |
NoteData.addObjectProperty(StringPropertyTO property)
Add an object property.
|
Modifier and Type | Method and Description |
---|---|
Collection<StringPropertyFilter> |
AutosavePropertyFilterProviderManager.getFiltersForComment(Long parentNoteId,
Collection<StringPropertyTO> properties)
Get the filter for retrieving an autosave for a comment to a note.
|
Collection<StringPropertyFilter> |
AutosavePropertyFilterProvider.getFiltersForComment(Long parentNoteId,
Collection<StringPropertyTO> properties)
Get the filter for retrieving an autosave for a comment to a note.
|
Collection<StringPropertyFilter> |
AutosavePropertyFilterProviderManager.getFiltersForCreate(Collection<StringPropertyTO> properties)
Get the filter for retrieving an autosave for a new note.
|
Collection<StringPropertyFilter> |
AutosavePropertyFilterProvider.getFiltersForCreate(Collection<StringPropertyTO> properties)
Get the filter for retrieving an autosave for a new note.
|
Collection<StringPropertyFilter> |
AutosavePropertyFilterProviderManager.getFiltersForUpdate(Long noteId,
Collection<StringPropertyTO> properties)
Get the filter for retrieving an autosave for editing a note.
|
Collection<StringPropertyFilter> |
AutosavePropertyFilterProvider.getFiltersForUpdate(Long noteId,
Collection<StringPropertyTO> properties)
Get the filter for retrieving an autosave for editing a note.
|
void |
NoteData.setObjectProperties(Set<StringPropertyTO> properties)
Set the properties of the note.
|
void |
NoteStoringTO.setProperties(Set<StringPropertyTO> properties) |
Modifier and Type | Method and Description |
---|---|
static StringPropertyTO |
PropertyHelper.getPropertyTO(Iterable<StringPropertyTO> properties,
String group,
String key)
Retrieve the identified property from the provided collection or null if it is not contained
|
static StringPropertyTO |
PropertyHelper.removePropertyTO(Iterable<StringPropertyTO> properties,
String group,
String key)
Remove the identified property from the provided collection.
|
Modifier and Type | Method and Description |
---|---|
Set<StringPropertyTO> |
PropertyManagement.getAllObjectProperties(PropertyType propertyType,
Long objectId)
Get all filtered properties from a given object for the given property type
|
Set<StringPropertyTO> |
StringPropertyableTO.getObjectProperties()
This method return the properties of the object
|
static <T extends StringProperty> |
PropertyHelper.nullifyMissingProperties(Iterable<T> source,
Collection<StringPropertyTO> target)
Add for each property of the source collection a property with same group and key and
null as value to the target collection if there is no property with that group
and key in the target collection. |
static Collection<StringPropertyTO> |
PropertyHelper.nullifyMissingPropertyTOs(Iterable<StringPropertyTO> source,
Collection<StringPropertyTO> target)
Add for each property of the source collection a property with same group and key and
null as value to the target collection if there is no property with that group
and key in the target collection. |
Modifier and Type | Method and Description |
---|---|
void |
StringPropertyTO.copy(StringPropertyTO otherBean)
Copies all properties from the argument value object into this value object.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
PropertyHelper.containsPropertyTO(Iterable<StringPropertyTO> properties,
String group,
String key,
String value)
Test whether the provided collection contains the given property and has the provided value
|
static StringPropertyTO |
PropertyHelper.getPropertyTO(Iterable<StringPropertyTO> properties,
String group,
String key)
Retrieve the identified property from the provided collection or null if it is not contained
|
static <T extends StringProperty> |
PropertyHelper.nullifyMissingProperties(Iterable<T> source,
Collection<StringPropertyTO> target)
Add for each property of the source collection a property with same group and key and
null as value to the target collection if there is no property with that group
and key in the target collection. |
static Collection<StringPropertyTO> |
PropertyHelper.nullifyMissingPropertyTOs(Iterable<StringPropertyTO> source,
Collection<StringPropertyTO> target)
Add for each property of the source collection a property with same group and key and
null as value to the target collection if there is no property with that group
and key in the target collection. |
static Collection<StringPropertyTO> |
PropertyHelper.nullifyMissingPropertyTOs(Iterable<StringPropertyTO> source,
Collection<StringPropertyTO> target)
Add for each property of the source collection a property with same group and key and
null as value to the target collection if there is no property with that group
and key in the target collection. |
static StringPropertyTO |
PropertyHelper.removePropertyTO(Iterable<StringPropertyTO> properties,
String group,
String key)
Remove the identified property from the provided collection.
|
void |
PropertyManagement.setObjectProperties(PropertyType propertyType,
Long objectId,
Set<StringPropertyTO> properties)
Set several properties of an object.
|
Constructor and Description |
---|
StringPropertyTO(StringPropertyTO otherBean)
Copies constructor from other StringPropertyTO
|
Modifier and Type | Method and Description |
---|---|
AutosaveNoteData |
NoteManagementImpl.getAutosave(Long noteId,
Long parentNoteId,
Collection<StringPropertyTO> properties,
Locale locale) |
AutosaveNoteData |
NoteManagement.getAutosave(Long noteId,
Long parentNoteId,
Collection<StringPropertyTO> properties,
Locale locale)
Return an autosave of the current user.
|
Modifier and Type | Method and Description |
---|---|
Collection<StringPropertyTO> |
ExternalUserRepository.getExternalLoginProperties(Long userId,
ExternalUserAuthentication externalUserAuthentication)
External Repos can return additional properties that will be included e.g.
|
Modifier and Type | Method and Description |
---|---|
Collection<StringPropertyTO> |
ConfluenceUserRepository.getExternalLoginProperties(Long userId,
ExternalUserAuthentication externalUserAuthentication) |
Modifier and Type | Method and Description |
---|---|
Set<StringPropertyTO> |
ExternalObjectListItem.getObjectProperties() |
Modifier and Type | Method and Description |
---|---|
void |
ExternalObjectListItem.addObjectProperty(StringPropertyTO property)
Add an object property.
|
Modifier and Type | Method and Description |
---|---|
void |
ExternalObjectListItem.setObjectProperties(Set<StringPropertyTO> properties)
Set the properties of the external object.
|
Modifier and Type | Method and Description |
---|---|
Set<StringPropertyTO> |
StringPropertyAccessor.getAllObjectProperties(Long objectId)
Get all properties of the object.
|
Set<StringPropertyTO> |
PropertyManagementImpl.getAllObjectProperties(PropertyType propertyType,
Long objectId) |
protected Set<StringPropertyTO> |
UserNotePropertyAccessor.handleGetAllObjectProperties(Note note) |
protected Set<StringPropertyTO> |
StringPropertyAccessor.handleGetAllObjectProperties(O object)
Get all properties of the object.
|
Modifier and Type | Method and Description |
---|---|
void |
StringPropertyAccessor.setObjectProperties(Long objectId,
Set<StringPropertyTO> properties)
Sets an set of properties.
|
void |
PropertyManagementImpl.setObjectProperties(PropertyType propertyType,
Long objectId,
Set<StringPropertyTO> properties) |
Modifier and Type | Method and Description |
---|---|
List<StringPropertyTO> |
AttachmentTO.getProperties() |
Modifier and Type | Method and Description |
---|---|
void |
AttachmentTO.setProperties(List<StringPropertyTO> properties) |
Modifier and Type | Method and Description |
---|---|
Set<StringPropertyTO> |
ExternalUserVO.getProperties() |
Modifier and Type | Method and Description |
---|---|
void |
ExternalUserVO.setProperties(Set<StringPropertyTO> properties)
Set additional user properties.
|
Modifier and Type | Method and Description |
---|---|
Collection<StringPropertyTO> |
UserService.getExternalLoginProperties(Long userId,
ExternalUserAuthentication externalUserAuthentication)
External Repos can return additional properties that will be included e.g.
|
Modifier and Type | Method and Description |
---|---|
AutosaveNoteData |
NoteService.getAutosave(Long noteId,
Long parentNoteId,
Collection<StringPropertyTO> properties,
Locale locale)
Return an autosave of the current user.
|
Copyright © 2019 Communote team. All rights reserved.