content
byte[] content
EntityImageInfo class.
EntityImageInfo(String imgId,
byte[] content,
String mimeType) EntityImageInfo(String imgId,
org.alfresco.service.cmr.repository.NodeRef imageNodeRef) booleanbyte[]content.description.getId()id.org.alfresco.service.cmr.repository.NodeRefimageNodeRef.mimeType.getName()name.getTitle()title.inthashCode()booleanvoidsetDescription(String description) description.voidid.voidname.voidtitle.toString()Constructor for EntityImageInfo.
imgId - a String objectimageNodeRef - a NodeRef objectConstructor for an image generated on the fly rather than read from a content node, so that a report can carry a picture that exists nowhere in the repository.
Tells whether this image carries its bytes instead of pointing at a content node.
Getter for the field content.
byte
Getter for the field mimeType.
String objectGetter for the field imageNodeRef.
NodeRef objectGetter for the field id.
String object.Setter for the field id.
id - a String object.Getter for the field name.
String object.Setter for the field name.
name - a String object.Getter for the field title.
String object.Setter for the field title.
title - a String object.Getter for the field description.
String object.Setter for the field description.
description - a String object.