Class AgentsEntityResource

java.lang.Object
org.alfresco.hxi_connector.hxi_extension.rest.api.AgentsEntityResource
All Implemented Interfaces:
org.alfresco.rest.framework.resource.actions.interfaces.EntityResourceAction.Read<AgentModel>, org.alfresco.rest.framework.resource.actions.interfaces.ResourceAction

@EntityResource(name="agents", title="AI Agents") public class AgentsEntityResource extends Object implements org.alfresco.rest.framework.resource.actions.interfaces.EntityResourceAction.Read<AgentModel>
  • Constructor Details

    • AgentsEntityResource

      public AgentsEntityResource()
  • Method Details

    • readAll

      public org.alfresco.rest.framework.resource.parameters.CollectionWithPagingInfo<AgentModel> readAll(org.alfresco.rest.framework.resource.parameters.Parameters params)
      Specified by:
      readAll in interface org.alfresco.rest.framework.resource.actions.interfaces.EntityResourceAction.Read<AgentModel>