Class ConfigEntityResource
java.lang.Object
org.alfresco.hxi_connector.hxi_extension.rest.api.ConfigEntityResource
- All Implemented Interfaces:
org.alfresco.rest.framework.resource.actions.interfaces.EntityResourceAction.ReadById<ConfigEntityResource.HxIConfig>,org.alfresco.rest.framework.resource.actions.interfaces.ResourceAction
@EntityResource(name="config",
title="Hyland Experience Insight Configuration")
public class ConfigEntityResource
extends Object
implements org.alfresco.rest.framework.resource.actions.interfaces.EntityResourceAction.ReadById<ConfigEntityResource.HxIConfig>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
ConfigEntityResource
-
-
Method Details
-
readById
public ConfigEntityResource.HxIConfig readById(String id, org.alfresco.rest.framework.resource.parameters.Parameters parameters) throws org.alfresco.rest.framework.core.exceptions.EntityNotFoundException - Specified by:
readByIdin interfaceorg.alfresco.rest.framework.resource.actions.interfaces.EntityResourceAction.ReadById<ConfigEntityResource.HxIConfig>- Throws:
org.alfresco.rest.framework.core.exceptions.EntityNotFoundException
-