getProperties not working for metadata node.
hi,
i launching workflow on upload of asset dam. in workflow, trying metadata property of asset.however, when traverse metadata node of jpg image asset , try metadata property using node.getproperty(), unable property "photoshop:" namespace. when tried properties using node.getproperties(), returned propertyiterator has size of 2 , contains "jcr:" properties of node.
i tried use asset.getmetadata() method, returning empty map.
am missing here?
thanks in advance,
chaitu
can try this
if (workflowdata.getpayloadtype().equals(type_jcr_path)) {
string path = workflowdata.getpayload().tostring() + "/jcr:content/metadata";
}
string propvalue =node.getproperty("photoshop:propety").getstring();
More discussions in Archived Spaces
adobe
Comments
Post a Comment