Class NodeEntityResource

java.lang.Object
org.alfresco.hxi_connector.hxi_extension.rest.api.NodeEntityResource
All Implemented Interfaces:
org.alfresco.rest.framework.resource.actions.interfaces.EntityResourceAction.ReadById<NodeWithPrediction>, org.alfresco.rest.framework.resource.actions.interfaces.ResourceAction

@EntityResource(name="nodes", title="Nodes With Predictions") public class NodeEntityResource extends Object implements org.alfresco.rest.framework.resource.actions.interfaces.EntityResourceAction.ReadById<NodeWithPrediction>
  • Constructor Details

    • NodeEntityResource

      public NodeEntityResource()
  • Method Details

    • readById

      public NodeWithPrediction readById(String id, org.alfresco.rest.framework.resource.parameters.Parameters parameters) throws org.alfresco.rest.framework.core.exceptions.EntityNotFoundException
      Specified by:
      readById in interface org.alfresco.rest.framework.resource.actions.interfaces.EntityResourceAction.ReadById<NodeWithPrediction>
      Throws:
      org.alfresco.rest.framework.core.exceptions.EntityNotFoundException