Class PersonReferencingCommands

java.lang.Object
de.unibamberg.minf.gtf.commands.BaseCommands
de.unibamberg.minf.gtf.extensions.person.commands.PersonReferencingCommands
All Implemented Interfaces:
de.unibamberg.minf.gtf.commands.Commands

public class PersonReferencingCommands extends de.unibamberg.minf.gtf.commands.BaseCommands
  • Field Summary

    Fields inherited from class de.unibamberg.minf.gtf.commands.BaseCommands

    SIMPLE_TYPES
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.web.client.RestTemplate
     
     
    void
    setRestTemplate(org.springframework.web.client.RestTemplate restTemplate)
     

    Methods inherited from class de.unibamberg.minf.gtf.commands.BaseCommands

    convert, convert, ensureCollection, ensureCollection, ensureCollectionSize, ensureCollectionSize, ensureCollectionSizeAtLeast, flattenArgs, getAsSimpleValue, getAsSimpleValue, getConversionSupportingDispatcher, getEnclosedType, getSubordinateDispatchers, isCollectionType, isNullValue, supportsConversion

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PersonReferencingCommands

      public PersonReferencingCommands()
  • Method Details

    • getRestTemplate

      public org.springframework.web.client.RestTemplate getRestTemplate()
    • setRestTemplate

      public void setRestTemplate(org.springframework.web.client.RestTemplate restTemplate)
    • lookupViafPerson

      public Object lookupViafPerson(Object[] args)