<?xml version="1.0" encoding="UTF-8" ?>
    <prefix>
      <prefix>content</prefix>
      <describeURL>/direct/content/describe</describeURL>
      <summary>Represents the Content/Resources tool</summary>
      <customActions>
        <customAction>
          <action>site</action>
          <url>/direct/content/site</url>
          <method>GET</method>
          <viewKey>list</viewKey>
          <description>Gets the content items for a given site. URL should be of the form /direct/content/site/SITEID.format.</description>
        </customAction>
      </customActions>
      <customActions>
        <customAction>
          <action>htmlForRef</action>
          <url>/direct/content/:ID:/htmlForRef</url>
          <method>GET</method>
          <viewKey>show</viewKey>
        </customAction>
      </customActions>
      <customActions>
        <customAction>
          <action>resources</action>
          <url>/direct/content/resources</url>
          <method>GET</method>
          <viewKey>list</viewKey>
        </customAction>
      </customActions>
      <customActions>
        <customAction>
          <action>my</action>
          <url>/direct/content/my</url>
          <method>GET</method>
          <viewKey>list</viewKey>
          <description>Gets the content items for the current user's workspace site. URL should be of the form /direct/content/my.format.</description>
        </customAction>
      </customActions>
      <customActions>
        <customAction>
          <action>user</action>
          <url>/direct/content/user</url>
          <method>GET</method>
          <viewKey>list</viewKey>
          <description>Gets the content items for a user's workspace site. URL should be of the form /direct/content/user/EID_OR_ID.format. Generally only admin type users will be able to view this content. If you want to get the resources for your own workspace, you can use /direct/content/my.format instead.</description>
        </customAction>
      </customActions>
      <outputFormats>
        <format>xml</format>
        <format>json</format>
        <format>html</format>
       </outputFormats>
      <inputFormats>
       </inputFormats>
      <capabilities>
        <capability>
          <name>EntityProvider</name>
          <type>org.sakaiproject.entitybroker.entityprovider.EntityProvider</type>
        </capability>
        <capability>
          <name>ActionsExecutable</name>
          <type>org.sakaiproject.entitybroker.entityprovider.capabilities.ActionsExecutable</type>
        </capability>
        <capability>
          <name>AutoRegisterEntityProvider</name>
          <type>org.sakaiproject.entitybroker.entityprovider.capabilities.AutoRegisterEntityProvider</type>
        </capability>
        <capability>
          <name>Describeable</name>
          <type>org.sakaiproject.entitybroker.entityprovider.capabilities.Describeable</type>
        </capability>
        <capability>
          <name>Outputable</name>
          <type>org.sakaiproject.entitybroker.entityprovider.capabilities.Outputable</type>
        </capability>
      </capabilities>
    </prefix>
