01-19-2010 12:08 PM
01-21-2010 06:49 AM
01-21-2010 11:37 AM
01-21-2010 01:03 PM
if (asset.isSubType("cm:content")) …
and calculate the assetType in the same way as is currently done for cm:content.01-21-2010 01:11 PM
01-22-2010 06:40 AM
case "xx:CustomDocType":
if (asset.hasAspect("rma:record"))
{
assetType = "undeclared-record";
if (asset.hasAspect("rma:declaredRecord"))
{
assetType = "record";
if (asset.hasAspect("dod:ghosted"))
{
assetType = "metadata-stub";
}
}
}
break;
01-22-2010 07:06 AM
case "xx:CustomDocType":
// Fall-through
case "rma:nonElectronicDocument":
// Fall-through
case "cm:content":
if (asset.hasAspect("rma:record"))
…
01-22-2010 11:29 AM
case "xx:CustomDocType1": "xx:CustomDocType2": "xx:CustomDocType3":
if (asset.hasAspect("rma:record"))
{
….
03-05-2010 11:29 AM
11-05-2010 07:36 PM
case "ciha:doc":
// Fall-through
case "rma:nonElectronicDocument":
// Fall-through
case "cm:content":
if (asset.hasAspect("rma:record"))
…
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.