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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.alfresco.rest.framework.resource.parameters.CollectionWithPagingInfo<AgentModel>readAll(org.alfresco.rest.framework.resource.parameters.Parameters params)
-
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:
readAllin interfaceorg.alfresco.rest.framework.resource.actions.interfaces.EntityResourceAction.Read<AgentModel>
-