Class MetadataApiImpl

java.lang.Object
com.xebialabs.xlrelease.api.v1.impl.MetadataApiImpl
All Implemented Interfaces:
com.xebialabs.xlrelease.api.ApiService, com.xebialabs.xlrelease.api.v1.MetadataApi

@Controller public class MetadataApiImpl extends Object implements com.xebialabs.xlrelease.api.v1.MetadataApi
  • Field Summary

    Fields inherited from interface com.xebialabs.xlrelease.api.ApiService

    DEFAULT_RESULTS_PER_PAGE, DEFAULT_RESULTS_PER_PAGE_STRING, DEPTH, ORDER_BY, PAGE, PAGE_IS_OFFSET, RESULTS_PER_PAGE, ROLE_IDS_DATA
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.xebialabs.xlrelease.api.v1.views.ExplodedDescriptor
    findDescriptor(com.xebialabs.deployit.plugin.api.reflect.Type type)
     
    getTypes(List<String> superTypes)
     
    List<com.xebialabs.xlrelease.api.v1.views.ExplodedDescriptor>
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.xebialabs.xlrelease.api.v1.MetadataApi

    serviceName
  • Constructor Details

    • MetadataApiImpl

      public MetadataApiImpl()
  • Method Details

    • findDescriptor

      public com.xebialabs.xlrelease.api.v1.views.ExplodedDescriptor findDescriptor(com.xebialabs.deployit.plugin.api.reflect.Type type)
      Specified by:
      findDescriptor in interface com.xebialabs.xlrelease.api.v1.MetadataApi
    • listAll

      public List<com.xebialabs.xlrelease.api.v1.views.ExplodedDescriptor> listAll()
      Specified by:
      listAll in interface com.xebialabs.xlrelease.api.v1.MetadataApi
    • getTypes

      public List<String> getTypes(List<String> superTypes)
      Specified by:
      getTypes in interface com.xebialabs.xlrelease.api.v1.MetadataApi