Package | Description |
---|---|
com.communote.server.core.property | |
com.communote.server.model.attachment |
Modifier and Type | Method and Description |
---|---|
protected AttachmentProperty |
AttachmentPropertyAccessor.handleCreateNewProperty(Attachment attachment) |
Modifier and Type | Method and Description |
---|---|
static AttachmentProperty |
AttachmentProperty.Factory.newInstance()
Constructs a new instance of
AttachmentProperty . |
static AttachmentProperty |
AttachmentProperty.Factory.newInstance(String propertyValue,
String keyGroup,
String propertyKey,
Date lastModificationDate)
Constructs a new instance of
AttachmentProperty , taking all possible properties
(except the identifier(s))as arguments. |
Modifier and Type | Method and Description |
---|---|
Set<AttachmentProperty> |
Attachment.getProperties() |
Modifier and Type | Method and Description |
---|---|
static Attachment |
Attachment.Factory.newInstance(String contentIdentifier,
String repositoryIdentifier,
String name,
String contentType,
Long size,
AttachmentStatus status,
Timestamp uploadDate,
Note note,
GlobalId globalId,
User uploader,
Set<AttachmentProperty> properties)
Constructs a new instance of
Attachment , taking all possible properties (except
the identifier(s))as arguments. |
void |
Attachment.setProperties(Set<AttachmentProperty> properties) |
Copyright © 2019 Communote team. All rights reserved.