<%@ taglib prefix="s" uri="/struts-tags"%> <%@ page import="java.util.Map, java.util.TreeMap, java.util.Set, com.k_int.discover.datamodel.dto.AttachedResourceDTO, java.util.ArrayList, java.util.List, java.util.Iterator" %> Resource Home <% TreeMap> attachmentMap = (TreeMap>)request.getAttribute("attachmentMap"); String repoURL = (String)request.getAttribute("repositoryURL"); if ( attachmentMap != null ) { out.println(""); } %>
Identifier:
Authoritative:
Creation Date:
  By:
Last Modified Date:
  By:
Deleted Date:
  By:
Duplicate Of:
Source:
 
Actions: Clear Checksums (Allows re-upload), Delete from Search Index , View resource This record is deleted
Instances:
Id Checksum ECK Actions
Preview ', ''); return(false);">Validate
Attached objects: "); out.println(""); out.println(""); Set keyset = attachmentMap.keySet(); if ( keyset != null ) { Iterator keysetIter = keyset.iterator(); while(keysetIter.hasNext()) { String key = keysetIter.next(); if ( key != null ) { List resources = attachmentMap.get(key); if ( resources != null ) { out.println(""); } } } } out.println("
FilenameInstances
" + key + ""); Iterator resIter = resources.iterator(); while(resIter.hasNext()) { AttachedResourceDTO nextRes = resIter.next(); if ( nextRes != null ) { out.println("" + nextRes.getTypeIdentifier() + ";"); } } out.println("

No resource with an id of "" exists.