java.lang.Object
it.uniroma2.art.semanticturkey.config.customservice.CustomService
All Implemented Interfaces:
Configuration, STProperties

public class CustomService extends Object implements Configuration
The definition of a custom service, which supports the implementation and deployment of an ST service without the need to write, build and deploy Java code.
Author:
Manuel Fiorelli
  • Field Details

    • name

      @STProperty(description="{it.uniroma2.art.semanticturkey.config.customservice.CustomService.name.description}", displayName="{it.uniroma2.art.semanticturkey.config.customservice.CustomService.name.displayName}") @Required public String name
    • description

      @STProperty(description="{it.uniroma2.art.semanticturkey.config.customservice.CustomService.description.description}", displayName="{it.uniroma2.art.semanticturkey.config.customservice.CustomService.description.displayName}") public String description
    • operations

      @STProperty(description="{it.uniroma2.art.semanticturkey.config.customservice.CustomService.operations.description}", displayName="{it.uniroma2.art.semanticturkey.config.customservice.CustomService.operations.displayName}") public List<Operation> operations
  • Constructor Details

    • CustomService

      public CustomService()
  • Method Details

    • getShortName

      public String getShortName()
      Specified by:
      getShortName in interface STProperties
      Returns:
      a humanly understandable short name representing the type of this property set