All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
addAccess(ContentContext ctx) |
void |
addReadRole(ContentContext ctx,
String role) |
void |
addTag(ContentContext ctx,
String tag) |
Boolean |
canRead(ContentContext ctx,
User user,
String accessToken) |
boolean |
delete(ContentContext ctx) |
void |
deleteFile(ContentContext ctx) |
void |
duplicateFile(ContentContext ctx,
File newFile) |
void |
fromXML(ContentContext ctx,
NodeXML node) |
int |
getAccess(ContentContext ctx,
Date date) |
int |
getAccessFromSomeDays(ContentContext ctx) |
String |
getAccessToken(ContentContext ctx) |
String |
getAuthors(ContentContext ctx) |
ContentContext |
getContextWithContent(ContentContext ctx) |
String |
getCopyright(ContentContext ctx) |
long |
getCRC32() |
Date |
getCreationDate(ContentContext ctx) |
Date |
getDate(ContentContext ctx) |
String |
getDescription(ContentContext ctx) |
StaticInfo |
getDirecotry(ContentContext ctx) |
Date |
getExifDate() |
File |
getFile() |
Date |
getFileDate(ContentContext ctx) |
int |
getFocusZoneX(ContentContext ctx)
return the focus point of a image.
|
int |
getFocusZoneY(ContentContext ctx)
return the focus point of a image.
|
String |
getFolder() |
String |
getFullDescription(ContentContext ctx) |
String |
getFullDescription(ContentContext ctx,
boolean showTitle) |
String |
getFullHTMLTitle(ContentContext ctx) |
String |
getFullTitle(ContentContext ctx) |
String |
getGeoLocation(ContentContext ctx) |
String |
getId(ContentContext ctx) |
ImageSize |
getImageSize(ContentContext ctx) |
static StaticInfo |
getInstance(ContentContext ctx,
File file) |
static StaticInfo |
getInstance(ContentContext ctx,
String inStaticURL) |
String |
getLanguage(ContentContext ctx) |
String |
getLocation(ContentContext ctx) |
Date |
getManualDate(ContentContext ctx) |
String |
getManualDescription(ContentContext ctx) |
String |
getManualLocation(ContentContext ctx) |
String |
getManualTitle(ContentContext ctx) |
StaticInfo |
getParent(ContentContext ctx) |
StaticInfo.Position |
getPosition(ContentContext ctx) |
List<String> |
getReadRoles(ContentContext ctx) |
String |
getReference(ContentContext ctx) |
StaticInfo.ReferenceBean |
getReferenceBean(ContentContext ctx) |
String |
getResource(ContentContext ctx) |
static StaticInfo |
getShareInstance(ContentContext ctx,
String inStaticURL)
instance of static info sur shared file
|
long |
getSize() |
String |
getStaticURL() |
static String |
getStaticUrlFromKey(Object key) |
List<String> |
getTags(ContentContext ctx) |
Set<String> |
getTaxonomy(ContentContext ctx) |
String |
getTitle(ContentContext ctx) |
String |
getURL(ContentContext ctx) |
String |
getVersionHash(ContentContext ctx) |
static boolean |
isDefaultStaticKeyValue(Object key,
String value) |
boolean |
isEmptyDate(ContentContext ctx) |
boolean |
isPertinent(ContentContext ctx) |
boolean |
isResized(ContentContext ctx) |
boolean |
isShared(ContentContext ctx) |
boolean |
isStaticFolder() |
static boolean |
isStaticInfoKey(Object key) |
void |
removeReadRole(ContentContext ctx,
String role) |
void |
removeTag(ContentContext ctx,
String tag) |
void |
renameFile(ContentContext ctx,
File newFile) |
void |
resetImageSize(ContentContext ctx) |
void |
save(ContentContext ctx) |
void |
setAccessToken(ContentContext ctx,
String token) |
void |
setAuthors(ContentContext ctx,
String authors) |
void |
setCopyright(ContentContext ctx,
String copyright) |
void |
setDate(ContentContext ctx,
Date date) |
void |
setDescription(ContentContext ctx,
String description) |
void |
setEmptyDate(ContentContext ctx) |
void |
setFile(File file) |
void |
setFocusZoneX(ContentContext ctx,
int focusZoneX)
change the focus point on a image.
|
void |
setFocusZoneY(ContentContext ctx,
int focusZoneY)
change the focus point on a image.
|
void |
setLanguage(ContentContext ctx,
String lg) |
void |
setLinkedDate(Date linkedDate) |
void |
setLinkedDescription(String linkedDescription) |
void |
setLinkedLocation(String linkedLocation) |
void |
setLinkedTitle(String linkedTitle) |
void |
setLocation(ContentContext ctx,
String location) |
void |
setReference(ContentContext ctx,
String ref) |
void |
setResized(ContentContext ctx,
boolean resized) |
void |
setResource(ContentContext ctx,
String resource) |
void |
setShared(ContentContext ctx,
boolean shared) |
void |
setStaticFolder(boolean staticFolder) |
void |
setTaxonomy(ContentContext ctx,
Set<String> taxonomy) |
void |
setTitle(ContentContext ctx,
String title) |
void |
toXML(ContentContext ctx,
Writer inWrt) |