Modifier and Type | Class and Description |
---|---|
class |
PropertyableToListItemConverter<S extends Propertyable,T extends IdentifiableEntityData>
Converter that extracts the properties of an entity and adds them to the to the list item.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectPropertyAccessor<O extends Propertyable,P extends StringProperty>
Object property accessor for string properties.
|
class |
PropertyAccessor<O extends Propertyable,P extends Property,V>
The Property Accessor provides means for setting and retrieving properties.
|
class |
StringPropertyAccessor<O extends Propertyable,P extends StringProperty>
Property Accessor for String properties
|
Modifier and Type | Class and Description |
---|---|
static class |
BinaryPropertyAccessor.DummyPropertyable
Dummy class since binary properties are not bound to any context
|
Modifier and Type | Method and Description |
---|---|
protected Propertyable |
BinaryPropertyAccessor.load(Long id) |
Modifier and Type | Method and Description |
---|---|
protected void |
BinaryPropertyAccessor.assertReadAccess(Propertyable propertyable)
Asserts valid read access for the given object.
|
protected void |
BinaryPropertyAccessor.assertWriteAccess(Propertyable propertyable)
Does nothing.
|
protected Long |
BinaryPropertyAccessor.getObjectId(Propertyable object) |
protected BinaryProperty |
BinaryPropertyAccessor.handleCreateNewProperty(Propertyable object)
Create a new property and associate it with the object
|
protected BinaryProperty |
BinaryPropertyAccessor.handleGetObjectPropertyUnfiltered(Propertyable object,
String keyGroup,
String key)
Get an object property for the given group and key
|
protected void |
BinaryPropertyAccessor.handleRemoveObjectProperty(Propertyable object,
String keyGroup,
String key) |
boolean |
BinaryPropertyAccessor.hasProperty(Propertyable object,
String keyGroup,
String key) |
Modifier and Type | Class and Description |
---|---|
class |
Attachment
An attachment refers to a file in the repository connector.
|
Modifier and Type | Class and Description |
---|---|
class |
Blog
A blog is just a blog with single user tagged items.
|
Modifier and Type | Class and Description |
---|---|
class |
ExternalObject |
class |
ExternalObjectImpl |
Modifier and Type | Class and Description |
---|---|
class |
Note
A note of a topic
|
Modifier and Type | Class and Description |
---|---|
class |
CommunoteEntity
Parent type of users and groups.
|
class |
User
A user.
|
Modifier and Type | Class and Description |
---|---|
class |
ExternalUserGroup |
class |
ExternalUserGroupImpl |
class |
Group
A group which can contain users or other groups.
|
Modifier and Type | Class and Description |
---|---|
class |
UserNoteEntity |
class |
UserNoteEntityImpl |
Copyright © 2019 Communote team. All rights reserved.