info.magnolia.dam.jcr
Class AssetNodeTypes.AssetResource

java.lang.Object
  extended by info.magnolia.dam.jcr.AssetNodeTypes.AssetResource
Enclosing class:
AssetNodeTypes

public static class AssetNodeTypes.AssetResource
extends Object

Represent the resource node bound to an Asset.


Field Summary
static String DATA
           
static String EXTENSION
           
static String FILENAME
           
static String HEIGHT
           
static String MIMETYPE
           
static String NAME
           
static String RESOURCE_NAME
           
static String SIZE
           
static String WIDTH
           
 
Constructor Summary
AssetNodeTypes.AssetResource()
           
 
Method Summary
static javax.jcr.Node getResourceNodeFromAsset(javax.jcr.Node assetNode)
          Return the resource node related to the given asset node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
See Also:
Constant Field Values

RESOURCE_NAME

public static final String RESOURCE_NAME
See Also:
Constant Field Values

EXTENSION

public static final String EXTENSION
See Also:
Constant Field Values

FILENAME

public static final String FILENAME
See Also:
Constant Field Values

HEIGHT

public static final String HEIGHT
See Also:
Constant Field Values

SIZE

public static final String SIZE
See Also:
Constant Field Values

WIDTH

public static final String WIDTH
See Also:
Constant Field Values

DATA

public static final String DATA
See Also:
Constant Field Values

MIMETYPE

public static final String MIMETYPE
See Also:
Constant Field Values
Constructor Detail

AssetNodeTypes.AssetResource

public AssetNodeTypes.AssetResource()
Method Detail

getResourceNodeFromAsset

public static javax.jcr.Node getResourceNodeFromAsset(javax.jcr.Node assetNode)
Return the resource node related to the given asset node.



Copyright © 2014 Magnolia International Ltd.. All Rights Reserved.